/* Grundlegende Feintuning-Anpassungen */
html,body,h1,h2,h3,h4,h5,h6 { font-family: "Roboto", sans-serif; }

.topic-img { width: 100%; height: 180px; object-fit: cover; }

@media (min-width: 993px) {
  /* Sidebar-Breite wie im Web Page/Kitchen Sink Stil */
  .w3-sidebar { width: 260px; }
}

.w3-main { transition: margin-left .2s; }

/* Slideshow Punkte */
.w3-badge.demo { height: 14px; width: 14px; display: inline-block; margin: 0 2px; border-radius: 50%; }

/* Kleinere Abstände bei Cards */
.w3-card .w3-container { padding-bottom: 16px; }