/* styles.css */

/* Sidebar Höhe anpassen */
.sidebar {
  min-height: 100vh;
}

/* Aktive Navigation hervorheben */
.nav-link.active {
  background-color: #343a40;
}

/* Scrollbare Sidebar bei Überlauf */
.sidebar {
  overflow-y: auto;
}
