.startpage #left .calendar-heading-link {
  display: inline-block;
  box-sizing: border-box;
  margin-top: 25.6px;
  margin-bottom: 0;
  font-family: Catamaran regular, Arial, Helvetica, sans-serif;
  font-size: 1.414rem;
  line-height: 2.121rem;
  letter-spacing: .035em;
  color: rgb(85, 85, 85);
  text-decoration: none;
  position: relative;
}

.startpage #left .calendar-heading-link:hover {
  color: #2B2B2B;
}

.startpage #left .calendar-heading-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #b49681;
  transition: all 0.2s;
}

.startpage #left .calendar-heading-link:hover::after {
  height: 5px;
  background-color: #cad200;
}

.startpage #left .flyer-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.startpage #left .flyer-gallery__link {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(43, 43, 43, 0.18);
  background: #fff;
  padding: 0.45rem;
  line-height: 0;
  transition: box-shadow 0.2s;
}

.startpage #left .flyer-gallery__link:hover {
  box-shadow: 0 0 1rem rgba(43, 43, 43, 0.18);
}

.startpage #left .flyer-gallery__link img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .startpage #left .calendar-heading-link {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  main {
    padding-bottom: 2rem;
  }
  .mobile_nav_hamburger {
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    padding: 0.75rem;
    border: 1px solid rgba(43, 43, 43, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 238, 0.92);
    box-shadow: 0 0.5rem 1.5rem rgba(43, 43, 43, 0.2);
    justify-content: center;
    gap: 0.32rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background-color 0.2s, box-shadow 0.2s, transform 0.2s;
  }

  .mobile_nav_hamburger:hover,
  .mobile_nav_hamburger:focus-visible {
    background: #ffe;
    box-shadow: 0 0.7rem 1.8rem rgba(43, 43, 43, 0.25);
  }

  .mobile_nav_hamburger > div {
    height: 2px;
    border-radius: 999px;
    background-color: #2B2B2B;
    transform-origin: center;
    transition: opacity 0.2s, transform 0.2s;
  }

  .mobile_nav_hamburger > div:first-of-type,
  .mobile_nav_hamburger > div:last-of-type {
    border-radius: 999px;
  }

  #wrapper:has(.mobile_nav_menu.active) .mobile_nav_hamburger {
    background: #2B2B2B;
  }

  #wrapper:has(.mobile_nav_menu.active) .mobile_nav_hamburger > div {
    background-color: #ffe;
  }

  #wrapper:has(.mobile_nav_menu.active) .mobile_nav_hamburger > div:first-of-type {
    transform: translateY(0.42rem) rotate(45deg);
  }

  #wrapper:has(.mobile_nav_menu.active) .mobile_nav_hamburger > div:nth-of-type(2) {
    opacity: 0;
  }

  #wrapper:has(.mobile_nav_menu.active) .mobile_nav_hamburger > div:last-of-type {
    transform: translateY(-0.42rem) rotate(-45deg);
  }

  .mobile_nav_menu.active {
    height: 100dvh;
    background: rgba(255, 255, 248, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-bottom: 1.5rem;
    scroll-padding-bottom: 1.5rem;
  }

  .mobile_nav_menu .one {
    border-bottom: 1px solid rgba(43, 43, 43, 0.1);
  }

  nav.mobile_nav {
    border-bottom: 0;
    background: linear-gradient(180deg, #fffef0 0%, #f2eee3 100%);
  }

  nav.mobile_nav ul {
    min-height: auto;
    width: 100%;
    gap: 0.55rem;
    padding: 1rem 1rem 2rem;
  }

  nav.mobile_nav ul li {
    overflow: hidden;
    border: 1px solid rgba(43, 43, 43, 0.12);
    border-radius: 0.45rem;
    background: rgba(255, 255, 255, 0.65);
    padding: 0;
  }

  nav.mobile_nav ul li.active,
  nav.mobile_nav ul li.trail {
    border-color: rgba(180, 150, 129, 0.55);
    background: rgba(255, 255, 238, 0.8);
  }

  nav.mobile_nav ul.level_1 > li.submenu.active,
  nav.mobile_nav ul.level_1 > li.submenu.trail {
    padding-bottom: 2.3rem;
  }

  nav.mobile_nav ul li a,
  nav.mobile_nav ul li strong {
    position: relative;
    display: block;
    padding: 0.9rem 1rem;
    background: transparent;
    color: #2B2B2B;
    text-align: center;
  }

  nav.mobile_nav ul.level_2 {
    width: auto;
    min-width: 0;
    margin: 0 0.7rem 0.7rem;
    border: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.55);
  }

  nav.mobile_nav ul.level_2 li {
    border-color: rgba(43, 43, 43, 0.1);
  }

  nav.mobile_nav ul.level_2 li:last-of-type {
    border-bottom: 1px solid rgba(43, 43, 43, 0.1);
  }

  nav.mobile_nav ul.level_2 li a,
  nav.mobile_nav ul.level_2 li strong {
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
  }
}
