/*
 * wedernoch.ch — dl-menu State CSS
 *
 * Add to your existing stylesheet. Adjust colours to match your brand.
 */

/* Active link — the page the user is currently on */
.dl-menuwrapper a.dl-current {
  font-weight: 700;
  color: var(--accent-color, #7a9e7e);
}

/* Subtle indicator on the closed hamburger icon showing which top section is active */
.dl-menuwrapper li.dl-active-section > a:first-child {
  border-left: 3px solid var(--accent-color, #7a9e7e);
  padding-left: 8px;
}
