@charset "UTF-8";
:root {
  --donau: #14555F;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
}
body {
  margin: 0;
  background: #F7F7F7;
  color: #0D0D0D;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #14555F;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #0D3B42;
}

:focus-visible {
  outline: 3px solid #14555F;
  outline-offset: 2px;
  border-radius: 4px;
}

h1, h2, h3 {
  line-height: 1.08;
  margin: 0 0 0.4em;
}

.display {
  font-family: "Inter Tight", "Inter", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-transform: none;
}

h1.display {
  font-size: clamp(2rem, 4vw, 2.9rem);
}

h2.display {
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
}

.stempel {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #666666;
}
.stempel .dot {
  margin: 0 0.5em;
  color: #CFCFCF;
}
.stempel b {
  color: #0D0D0D;
  font-weight: 600;
}

.punkt {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 0.5em;
  vertical-align: baseline;
  background: #14555F;
}

.punkt--amtliches {
  background: #8A6D3B;
}

.punkt--termine {
  background: #B4552D;
}

.punkt--vereine {
  background: #3E7C4F;
}

.punkt--jobs {
  background: #14555F;
}

.punkt--angebote {
  background: #A0578D;
}

.punkt--neues {
  background: #2F6690;
}

.stern-rubrik {
  display: inline-block;
}

.wrap {
  max-width: 1940px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px);
}

.abschnitt {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 12px 32px rgba(0, 0, 0, 0.06);
  padding: clamp(48px, 7vw, 96px) clamp(20px, 4vw, 48px);
  margin-bottom: 32px;
}

.abschnitt:last-child {
  margin-bottom: 0;
}

.abschnitt--offen {
  background: none;
  box-shadow: none;
  padding: 0;
}

.abschnitt__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
  border-bottom: 0;
  padding-bottom: 0;
}
.abschnitt__kopf h2 {
  margin: 0;
}
.abschnitt__kopf a.alle {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
}
.abschnitt__kopf a.alle::after {
  content: " →";
}
.abschnitt__kopf a.alle:hover {
  text-decoration: underline;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.kopf {
  position: relative;
  background: #F7F7F7;
  border-bottom: 1px solid #E5E5E5;
}
.kopf__zeile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.kopf__marke {
  font-family: "Inter Tight", "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: #0D0D0D;
  line-height: 1;
}
.kopf__marke em {
  font-style: normal;
  color: #14555F;
}
.kopf__marke::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background: #FFCC00;
  border-radius: 3px;
  margin-right: 0.4em;
  transform: translateY(0.02em);
}
.kopf__nav {
  display: flex;
  gap: clamp(12px, 2.5vw, 28px);
}
.kopf__nav a {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  color: #0D0D0D;
  padding: 8px 2px;
  border-bottom: 2px solid transparent;
}
.kopf__nav a:hover {
  color: #14555F;
}
.kopf__nav a[aria-current=page] {
  border-bottom-color: #0D0D0D;
}
.kopf__burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: none;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  color: #0D0D0D;
  cursor: pointer;
}
.kopf__burger svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 720px) {
  .kopf__burger {
    display: flex;
  }
  .kopf__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 80;
    flex-direction: column;
    gap: 0;
    background: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 12px 32px rgba(0, 0, 0, 0.06);
    padding: 4px clamp(16px, 4vw, 32px) 12px;
  }
  .kopf__nav.ist-offen {
    display: flex;
  }
  .kopf__nav a {
    padding: 13px 2px;
    border-bottom: 1px solid #E5E5E5;
  }
  .kopf__nav a:last-child {
    border-bottom: 0;
  }
}

.filter {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #E5E5E5;
}
.filter__zeile {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.filter__zeile::-webkit-scrollbar {
  display: none;
}
.filter__gruppe {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.filter__label {
  font-size: 0.78rem;
  font-weight: 500;
  color: #666666;
  margin-right: 2px;
}

.schild {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  background: #F7F7F7;
  color: #0D0D0D;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 7px 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease;
}
.schild:hover {
  background: #E5E5E5;
}
.schild[aria-pressed=true] {
  background: #0D0D0D;
  color: #fff;
}

.chip {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  background: #F7F7F7;
  color: #0D0D0D;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 7px 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease;
}
.chip:hover {
  background: #E5E5E5;
}
.chip[aria-pressed=true] {
  background: #0D0D0D;
  color: #fff;
}

.zeitraum {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 7px 32px 7px 14px;
  border: 1px solid #E5E5E5;
  border-radius: 999px;
  background: #F7F7F7 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231B2529' stroke-width='1.6' fill='none'/%3E%3C/svg%3E") no-repeat right 12px center;
  appearance: none;
  cursor: pointer;
}

.hero {
  background: #FFFFFF;
  border-bottom: 1px solid #E5E5E5;
}
.hero__raster {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: clamp(32px, 6vw, 72px) 0;
}
.hero__titel {
  font-family: "Inter Tight", "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 12px 0 16px;
}
.hero__titel a {
  color: inherit;
  text-decoration: none;
}
.hero__titel mark {
  background: none;
  color: inherit;
}
.hero__anriss {
  font-size: 1.06rem;
  color: #666666;
  max-width: 52ch;
  margin: 0 0 20px;
}
.hero__bild {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 12px 32px rgba(0, 0, 0, 0.06);
  aspect-ratio: 4/3;
}
.hero__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 760px) {
  .hero__raster {
    grid-template-columns: 1fr;
  }
  .hero__bild {
    order: -1;
    aspect-ratio: 16/9;
  }
}

.knopf {
  display: inline-block;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  background: #0D0D0D;
  color: #fff;
  border: 1px solid #0D0D0D;
  border-radius: 6px;
  padding: 11px 26px;
  text-decoration: none;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
  margin-right: 10px;
}
.knopf:hover {
  background: #333;
  color: #fff;
}
.knopf--leise {
  background: transparent;
  color: #0D0D0D;
  border: 1px solid #CFCFCF;
}
.knopf--leise:hover {
  border-color: #0D0D0D;
  background: transparent;
  color: #0D0D0D;
}

.karten {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 900px) {
  .karten {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .karten {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1941px) {
  .karten {
    gap: 68px;
  }
}

.karte {
  background: #FFFFFF;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.karte:hover img {
  transform: scale(1.03);
}
.karte:hover h3 a {
  color: #14555F;
}
.karte__bild {
  position: relative;
  aspect-ratio: 16/9;
  background: #F7F7F7;
  border-radius: 8px;
  overflow: hidden;
}
.karte__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}
.karte__inhalt {
  padding: 16px 2px 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.karte h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
}
.karte h3 a {
  color: #0D0D0D;
  text-decoration: none;
}
.karte h3 a:hover {
  color: #14555F;
}
.karte p {
  margin: 0;
  color: #666666;
  font-size: 0.875rem;
}
.karte--highlight {
  grid-column: span 2;
}
@media (max-width: 580px) {
  .karte--highlight {
    grid-column: span 1;
  }
}
.karte--highlight .karte__bild {
  aspect-ratio: 21/9;
}
.karte--highlight h3 {
  font-family: "Inter Tight", "Inter", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.5rem;
  line-height: 1.15;
}

.termine {
  display: flex;
  flex-direction: column;
}

.termin {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #E5E5E5;
  text-decoration: none;
  color: #0D0D0D;
}
.termin:hover .termin__titel {
  color: #14555F;
}
.termin__datum {
  text-align: center;
  border: 0;
  border-radius: 8px;
  padding: 10px 4px;
  background: #F7F7F7;
}
.termin__datum .tag {
  font-family: "Inter Tight", "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.45rem;
  line-height: 1;
  display: block;
}
.termin__datum .monat {
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #666666;
}
.termin__titel {
  font-weight: 600;
  margin: 0 0 2px;
  transition: color 180ms ease;
}
.termin__pfeil {
  color: #CFCFCF;
  font-size: 1.3rem;
}
@media (max-width: 580px) {
  .termin {
    grid-template-columns: 62px 1fr;
  }
  .termin__pfeil {
    display: none;
  }
}

.rubriken {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
}

.rubrik-kachel {
  background: #F7F7F7;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 18px 16px 14px;
  text-decoration: none;
  color: #0D0D0D;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 12px 32px rgba(0, 0, 0, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.rubrik-kachel:hover {
  transform: translateY(-2px);
}
.rubrik-kachel strong {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
}
.rubrik-kachel span {
  font-size: 0.78rem;
  color: #666666;
}

.jobs {
  display: flex;
  flex-direction: column;
}

.job {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid #E5E5E5;
  text-decoration: none;
  color: #0D0D0D;
}
.job:hover strong {
  color: #14555F;
}
.job strong {
  font-weight: 600;
  transition: color 180ms ease;
}
.job .firma {
  color: #666666;
  font-size: 0.875rem;
}
.job .art {
  font-size: 0.78rem;
  font-weight: 500;
  background: #F7F7F7;
  color: #0D0D0D;
  border-radius: 6px;
  padding: 4px 10px;
  white-space: nowrap;
}
@media (max-width: 580px) {
  .job {
    flex-wrap: wrap;
  }
  .job .art {
    order: -1;
  }
}

.firmen {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
}

.firma-karte {
  background: #F7F7F7;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 16px;
  text-decoration: none;
  color: #0D0D0D;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 12px 32px rgba(0, 0, 0, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.firma-karte strong {
  display: block;
  font-weight: 600;
}
.firma-karte .taetigkeit {
  color: #666666;
  font-size: 0.875rem;
  display: block;
  margin: 1px 0 8px;
}

.liste {
  display: flex;
  flex-direction: column;
}

.eintrag {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}
.eintrag__bild {
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  background: #F7F7F7;
}
.eintrag__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eintrag h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 4px 0 6px;
}
.eintrag h3 a {
  color: #0D0D0D;
  text-decoration: none;
}
.eintrag h3 a:hover {
  color: #14555F;
}
.eintrag p {
  margin: 0;
  color: #666666;
  font-size: 0.875rem;
}
@media (max-width: 580px) {
  .eintrag {
    grid-template-columns: 1fr;
  }
  .eintrag__bild {
    aspect-ratio: 16/9;
  }
}

.artikel-zurueck {
  max-width: 720px;
  margin: 0 auto;
  padding-top: clamp(20px, 4vw, 32px);
}
.artikel-zurueck a {
  font-size: 0.875rem;
  color: #666666;
  text-decoration: none;
}
.artikel-zurueck a:hover {
  color: #14555F;
}

.artikel {
  max-width: 720px;
  margin: 0 auto;
}
.artikel__titel {
  font-family: "Inter Tight", "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.9rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 12px 0 20px;
}
.artikel__bild {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  margin: 0 0 24px;
}
.artikel__text {
  font-size: 1.06rem;
}
.artikel__text p {
  margin: 0 0 1.1em;
}
.artikel__fuss {
  margin-top: 32px;
  padding-top: 14px;
  border-top: 1px solid #E5E5E5;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.artikel-nav {
  max-width: 720px;
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px solid #E5E5E5;
  display: flex;
  gap: 16px;
}
.artikel-nav[hidden] {
  display: none;
}
.artikel-nav__karte {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  border-radius: 8px;
  background: #F7F7F7;
  text-decoration: none;
  color: #0D0D0D;
  transition: background 180ms ease;
}
.artikel-nav__karte:hover {
  background: #E5E5E5;
}
.artikel-nav__karte:hover .artikel-nav__titel {
  color: #14555F;
}
.artikel-nav__karte--nach {
  text-align: right;
  margin-left: auto;
}
.artikel-nav__richtung {
  font-size: 0.78rem;
  font-weight: 500;
  color: #666666;
}
.artikel-nav__titel {
  font-weight: 600;
  font-size: 0.875rem;
  transition: color 180ms ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 580px) {
  .artikel-nav {
    flex-direction: column;
  }
  .artikel-nav__karte--nach {
    text-align: left;
    margin-left: 0;
  }
}

.aehnlich {
  margin-top: 56px;
  padding-top: 8px;
}

.galerie {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 8px;
  margin: 0 0 24px;
}
.galerie[hidden] {
  display: none;
}

.galerie__thumb {
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  background: #F7F7F7;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.galerie__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}
.galerie__thumb:hover img {
  transform: scale(1.06);
}
.galerie__thumb:focus-visible {
  outline-offset: 2px;
}

.bild-knopf {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
}
.bild-knopf img {
  width: 100%;
  height: auto;
  display: block;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
}
.lightbox[hidden] {
  display: none;
}
.lightbox:not([hidden]) {
  display: block;
}
.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
}
.lightbox__figur {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 5vw, 56px);
}
.lightbox__bild {
  max-width: 100%;
  max-height: calc(100vh - 96px);
  width: auto;
  height: auto;
  border-radius: 4px;
}
.lightbox__zahl {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
}
.lightbox__schliessen, .lightbox__nav {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 180ms ease;
}
.lightbox__schliessen:hover, .lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.22);
}
.lightbox__schliessen {
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.4rem;
}
.lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.3rem;
}
.lightbox__nav--prev {
  left: 12px;
}
.lightbox__nav--next {
  right: 12px;
}
.lightbox__nav[hidden] {
  display: none;
}
@media (max-width: 580px) {
  .lightbox__nav {
    width: 40px;
    height: 40px;
  }
  .lightbox__nav--prev {
    left: 4px;
  }
  .lightbox__nav--next {
    right: 4px;
  }
}

.fuss {
  margin-top: 64px;
  background: #F7F7F7;
  border-top: 1px solid #E5E5E5;
  color: #0D0D0D;
  padding: 40px 0 28px;
}
.fuss a {
  color: #0D0D0D;
  text-decoration: none;
}
.fuss a:hover {
  text-decoration: underline;
}
.fuss__raster {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 700px) {
  .fuss__raster {
    grid-template-columns: 1fr;
  }
}
.fuss__marke {
  font-family: "Inter Tight", "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  color: #0D0D0D;
}
.fuss small {
  display: block;
  margin-top: 24px;
  color: #666666;
  font-size: 0.75rem;
}

.fbar {
  border-bottom: 1px solid #E5E5E5;
  background: #FFFFFF;
}
.fbar__zeile {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  flex-wrap: wrap;
}
.fbar__zeile[hidden] {
  display: none;
}
.fbar__label {
  font-size: 0.78rem;
  font-weight: 500;
  color: #666666;
  margin-right: 4px;
}

.pill-wrap {
  position: relative;
}

.pill-wrap--full {
  position: static;
}

.pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  background: #F7F7F7;
  color: #0D0D0D;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 9px 16px;
  cursor: pointer;
  transition: background 180ms ease;
}
.pill:hover {
  background: #E5E5E5;
}
.pill[aria-expanded=true] {
  background: #E5E5E5;
}
.pill__caret {
  width: 10px;
  height: 6px;
  flex-shrink: 0;
}
.pill.hat-wahl {
  background: #0D0D0D;
  color: #fff;
}
.pill--reset {
  background: transparent;
  border-color: #CFCFCF;
}
.pill--reset:hover {
  background: transparent;
  border-color: #0D0D0D;
}

.menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 60;
  min-width: 240px;
  max-height: 60vh;
  overflow-y: auto;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 12px 32px rgba(0, 0, 0, 0.06);
  padding: 10px;
}
.menu[hidden] {
  display: none;
}
.menu__opt {
  display: block;
  width: 100%;
  text-align: left;
  font: inherit;
  font-size: 0.875rem;
  background: none;
  border: 0;
  border-radius: 6px;
  padding: 9px 12px;
  cursor: pointer;
  color: #0D0D0D;
}
.menu__opt:hover {
  background: #F7F7F7;
}
.menu__opt[aria-selected=true] {
  background: #EAF1F2;
  color: #0D3B42;
  font-weight: 600;
}

.mega {
  min-width: 720px;
  padding: 20px 24px;
}
.mega__spalten {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.mega__block-titel {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #666666;
  padding-bottom: 8px;
  margin: 0 0 8px;
  border-bottom: 1px solid #E5E5E5;
  white-space: nowrap;
}
@media (max-width: 1180px) and (min-width: 721px) {
  .mega {
    min-width: 480px;
  }
  .mega__spalten {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mega--rubrik {
  left: 0;
  right: 0;
  min-width: 0;
  width: auto;
}
@media (max-width: 1180px) and (min-width: 721px) {
  .mega--rubrik {
    right: auto;
    min-width: 560px;
  }
}

.mega--zeit {
  min-width: 460px;
}
.mega--zeit .mega__spalten {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1180px) and (min-width: 721px) {
  .mega--zeit {
    min-width: 400px;
  }
  .mega--zeit .mega__spalten {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mega__archiv-hinweis {
  font-size: 0.72rem;
  color: #666666;
  margin: 0 0 6px;
}

.fbtn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  background: #0D0D0D;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
  width: 100%;
  justify-content: center;
}
.fbtn .zahl {
  background: #fff;
  color: #0D0D0D;
  border-radius: 999px;
  min-width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  padding: 0 6px;
}

.sheet {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
}
.sheet[open] {
  display: block;
}
.sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.sheet__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 18px 18px 0 0;
  max-height: 88vh;
  overflow-y: auto;
  padding: 8px 20px 24px;
  animation: sheetauf 220ms ease;
}
.sheet__griff {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #CFCFCF;
  margin: 8px auto 12px;
}
.sheet__kopf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.sheet__kopf h2 {
  font-size: 1.1rem;
  margin: 0;
}
.sheet__kopf button {
  background: none;
  border: 0;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
  color: #666666;
}
.sheet__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
.sheet__summary:empty {
  display: none;
  margin: 0;
}
.sheet__tabs {
  display: flex;
  gap: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 14px;
}
.sheet__tab {
  flex: 1;
  text-align: center;
  padding: 11px 4px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #666666;
  background: none;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}
.sheet__tab[aria-selected=true] {
  color: #0D0D0D;
  background: #F7F7F7;
}
.sheet__panelinhalt {
  min-height: 200px;
  max-height: 46vh;
  overflow-y: auto;
  padding-bottom: 4px;
}
.sheet__tabpanel[hidden] {
  display: none;
}
.sheet__gruppe {
  margin-bottom: 14px;
}
.sheet__gruppe:last-child {
  margin-bottom: 0;
}
.sheet__gruppe-titel {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #666666;
  margin: 0 0 8px;
}
.sheet__optionen {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sheet__ortliste {
  display: flex;
  flex-direction: column;
}
.sheet__ortopt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
  padding: 13px 4px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #0D0D0D;
  cursor: pointer;
}
.sheet__ortopt[aria-pressed=true] {
  color: #14555F;
  font-weight: 700;
}
.sheet__ortopt .check {
  color: #14555F;
}
.sheet__aktion {
  position: sticky;
  bottom: 0;
  background: #FFFFFF;
  padding: 14px 0 4px;
  margin-top: 10px;
  border-top: 1px solid #E5E5E5;
  display: flex;
  gap: 10px;
}

@keyframes sheetauf {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sheet__panel {
    animation: none;
  }
}
.wahl {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  font-size: 0.82rem;
  background: #F7F7F7;
  color: #0D0D0D;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
}
.wahl[aria-pressed=true] {
  background: #0D0D0D;
  color: #fff;
}

.schip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  font-weight: 600;
  background: #EAF1F2;
  color: #0D3B42;
  border: 0;
  border-radius: 999px;
  padding: 6px 8px 6px 13px;
  cursor: pointer;
}
.schip .x {
  font-size: 1em;
  opacity: 0.7;
}
.schip:hover .x {
  opacity: 1;
}

.slider {
  position: relative;
  background: #F7F7F7;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
}
.slider__wrap {
  position: relative;
  padding-top: clamp(24px, 4vw, 48px);
  padding-bottom: clamp(24px, 4vw, 48px);
}
.slider__buehne {
  overflow: hidden;
}
.slider__spur {
  display: flex;
  transition: transform 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .slider__spur {
    transition: none;
  }
}
.slider__slide {
  flex: 0 0 100%;
  min-width: 0;
}
.slider__rahmen {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 21/9;
  background: #F7F7F7;
}
.slider__bild {
  position: absolute;
  inset: 0;
  display: block;
}
.slider__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider__inhalt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  padding: clamp(40px, 10vw, 100px) clamp(20px, 4vw, 40px) clamp(20px, 4vw, 32px);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
}
.slider__inhalt .stempel {
  color: rgba(255, 255, 255, 0.85);
}
.slider__inhalt .stempel b {
  color: #fff;
}
.slider__inhalt .absender-link {
  color: rgba(255, 255, 255, 0.85);
}
.slider__inhalt .absender-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.slider__titel {
  font-family: "Inter Tight", "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 10px 0 12px;
}
.slider__titel a {
  color: inherit;
  text-decoration: none;
}
.slider__anriss {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 18px;
}
.slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #E5E5E5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #0D0D0D;
  z-index: 2;
}
.slider__nav:hover {
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 12px 32px rgba(0, 0, 0, 0.06);
}
.slider__nav--prev {
  left: 12px;
}
.slider__nav--next {
  right: 12px;
}
.slider__punkte {
  position: absolute;
  bottom: calc(clamp(24px, 4vw, 48px) + 16px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}
.slider__punkt {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  cursor: pointer;
  padding: 0;
}
.slider__punkt[aria-current=true] {
  background: #fff;
  width: 22px;
  border-radius: 999px;
}
@media (max-width: 760px) {
  .slider__rahmen {
    aspect-ratio: 4/5;
  }
  .slider__inhalt {
    padding-top: clamp(60px, 30vw, 140px);
  }
  .slider__nav {
    display: none;
  }
}

.bloecke {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.block__titel {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #666666;
  padding-bottom: 8px;
  margin: 0 0 10px;
  border-bottom: 1px solid #E5E5E5;
}
.block__liste {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.block__rubrik {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #0D0D0D;
  padding: 7px 0;
  font-size: 0.875rem;
  border-bottom: 1px solid transparent;
}
.block__rubrik:hover {
  color: #14555F;
}
.block__rubrik .zahl {
  font-size: 0.78rem;
  color: #666666;
}

.bkopf {
  padding-top: clamp(28px, 5vw, 48px);
  padding-bottom: 20px;
}
.bkopf h1 {
  font-family: "Inter Tight", "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.9rem);
  letter-spacing: -0.025em;
  margin: 0 0 8px;
}
.bkopf__anriss {
  color: #666666;
  margin: 0;
  max-width: 58ch;
}

.fbar--sticky {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
}

.ergebnis {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 0 6px;
  font-size: 0.875rem;
  color: #666666;
  flex-wrap: wrap;
}
.ergebnis strong {
  color: #0D0D0D;
  font-weight: 600;
}

.highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 28px;
  padding: 10px 0 60px;
}
.highlights[hidden] {
  display: none;
}
@media (max-width: 720px) {
  .highlights {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1941px) {
  .highlights {
    column-gap: 68px;
  }
}

.hkarte {
  display: flex;
  flex-direction: column;
}
.hkarte:hover img {
  transform: scale(1.03);
}
.hkarte:hover h3 a {
  color: #14555F;
}
.hkarte__bild {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  background: #F7F7F7;
}
.hkarte__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}
.hkarte__inhalt {
  padding: 16px 2px 8px;
}
.hkarte h3 {
  font-family: "Inter Tight", "Inter", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 8px 0 8px;
}
.hkarte h3 a {
  color: #0D0D0D;
  text-decoration: none;
}
.hkarte p {
  margin: 0;
  color: #666666;
  font-size: 0.875rem;
}

.rubrik-schild {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #EAF1F2;
  color: #0D3B42;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.bliste {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 28px;
  margin-top: 14px;
}
@media (max-width: 900px) {
  .bliste {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .bliste {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1941px) {
  .bliste {
    column-gap: 68px;
  }
}

.bzeile {
  display: flex;
  flex-direction: column;
}
.bzeile:hover img {
  transform: scale(1.03);
}
.bzeile:hover h3 a {
  color: #14555F;
}
.bzeile__bild {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  background: #F7F7F7;
}
.bzeile__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}
.bzeile > div {
  padding: 16px 2px 8px;
}
.bzeile h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 6px 0 8px;
  line-height: 1.3;
}
.bzeile h3 a {
  color: #0D0D0D;
  text-decoration: none;
}
.bzeile p {
  margin: 0;
  color: #666666;
  font-size: 0.875rem;
}

.absender-link {
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.absender-link:hover {
  color: #14555F;
  border-bottom-color: #14555F;
}

.leer {
  text-align: center;
  padding: 60px 20px;
  color: #666666;
}
.leer strong {
  display: block;
  color: #0D0D0D;
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.leer[hidden] {
  display: none;
}

.mehr-laden {
  display: flex;
  justify-content: center;
  padding: 28px 0 8px;
}
.mehr-laden[hidden] {
  display: none;
}
