/* =========================================================
   Physiotherapie Tritthart – Startseite
   Gleiche Gestaltung wie Praxis-/Leistungsseite.
   Schriften lokal gehostet (DSGVO: keine Google-Fonts-CDN)
   ========================================================= */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/fraunces-latin-var.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                 U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
                 U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/fraunces-latin-ext-var.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
                 U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
                 U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Atkinson';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/atkinson-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                 U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
                 U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Atkinson';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/atkinson-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                 U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
                 U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Atkinson';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/atkinson-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
                 U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
                 U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Atkinson';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/atkinson-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
                 U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
                 U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Ziffern aus Inter.
   Atkinsons Null ist mittig durchgestrichen – ein Lesbarkeitsmerkmal der
   Schrift, das sich nicht abschalten laesst (die Schrift enthaelt keine
   ungestrichene Alternative). Diese Regel steht bewusst NACH den
   Atkinson-Regeln: Bei gleichem Familiennamen und ueberlappendem
   Zeichenbereich gewinnt die zuletzt notierte. So kommen ausschliesslich
   die Ziffern 0-9 aus Inter, alle Buchstaben weiterhin aus Atkinson.
   size-adjust gleicht Inters groessere Ziffernhoehe an Atkinson an.
   Die Schnitte 400 und 700 sind bewusst EINZELN notiert (nicht als Bereich
   "400 700"): Atkinson bringt exakt passende Schnitte mit, die einen
   Bereich sonst ueberstimmen wuerden – die fette Null bliebe durchgestrichen. */
@font-face {
  font-family: 'Atkinson';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-ziffern-var.woff2') format('woff2');
  unicode-range: U+0030-0039;
  size-adjust: 91%;
}
@font-face {
  font-family: 'Atkinson';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/inter-ziffern-var.woff2') format('woff2');
  unicode-range: U+0030-0039;
  size-adjust: 91%;
}

/* ---------------------------------------------------------
   Tokens
   --------------------------------------------------------- */
:root {
  /* aus dem Logo entnommen */
  --tinte:    #06384a;
  --petrol:   #02556e;
  --tuerkis:  #028a9a;
  /* Abgedunkelte Variante für kleinen Text (WCAG AA) */
  --tuerkis-text: #01727f;
  --leucht:   #00a6b6;
  /* aus den Praxisräumen entnommen */
  --salbei:   #aec3b0;
  --eiche:    #c08f5e;
  /* Flächen */
  --papier:   #f5fafa;
  --weiss:    #ffffff;
  --nebel:    rgba(6, 56, 74, 0.72);
  --hauch:    rgba(6, 56, 74, 0.12);

  --display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --text: 'Atkinson', 'Segoe UI', system-ui, -apple-system, sans-serif;

  --breite: 74rem;
  --rand: clamp(1.25rem, 5vw, 3.5rem);

  --kurve: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dauer: 0.9s;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--papier);
  color: var(--tinte);
  font-family: var(--text);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.09rem);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.04;
  letter-spacing: -0.021em;
  margin: 0;
  text-wrap: balance;
}

p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

a { color: var(--tuerkis-text); }

:focus-visible {
  outline: 3px solid var(--leucht);
  outline-offset: 3px;
  border-radius: 2px;
}

.huelle {
  width: 100%;
  max-width: var(--breite);
  margin-inline: auto;
  padding-inline: var(--rand);
}

.verborgen {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.sprungmarke {
  position: absolute;
  left: 0.5rem; top: -4rem;
  z-index: 200;
  background: var(--petrol);
  color: var(--weiss);
  padding: 0.7rem 1.1rem;
  border-radius: 0 0 6px 6px;
  text-decoration: none;
  transition: top 0.2s var(--kurve);
}
.sprungmarke:focus { top: 0; }

/* Oberzeile / Eyebrow */
.oberzeile {
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--tuerkis-text);
  margin: 0 0 1.1rem;
}

/* Balken – Trennlinie in Eichenton, greift die Dachbalken auf */
.balken {
  border: 0;
  height: 1px;
  margin: clamp(3rem, 8vw, 6rem) 0 0;
  background: linear-gradient(90deg,
              transparent, var(--eiche) 12%, var(--eiche) 88%, transparent);
  transform-origin: left center;
  transition: transform 1.4s var(--kurve);
}
.js .balken { transform: scaleX(0); }
.js .balken.sichtbar { transform: scaleX(1); }

/* ---------------------------------------------------------
   Knöpfe
   --------------------------------------------------------- */
.knopf-reihe {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}
.knopf {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--text);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.3s var(--kurve), background 0.3s var(--kurve),
              color 0.3s var(--kurve), border-color 0.3s var(--kurve),
              box-shadow 0.3s var(--kurve);
}
.knopf__zeichen { font-size: 1.05em; line-height: 0; }
.knopf--primaer {
  background: var(--leucht);
  color: var(--tinte);
  box-shadow: 0 10px 26px -12px rgba(0, 166, 182, 0.9);
}
.knopf--primaer:hover {
  background: var(--tuerkis);
  color: var(--weiss);
  transform: translateY(-2px);
}
.knopf--geist {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--weiss);
}
.knopf--geist:hover {
  border-color: var(--weiss);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}
/* Auf hellem Grund */
.knopf--linie {
  border-color: var(--petrol);
  color: var(--petrol);
}
.knopf--linie:hover {
  background: var(--petrol);
  color: var(--weiss);
  transform: translateY(-2px);
}

/* ---------------------------------------------------------
   Kopf
   --------------------------------------------------------- */
.kopf {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 250, 250, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s var(--kurve), background 0.4s var(--kurve);
}
.kopf--fest {
  border-bottom-color: var(--hauch);
  background: rgba(245, 250, 250, 0.94);
}

.kopf__innen {
  max-width: var(--breite);
  margin-inline: auto;
  padding: 0.7rem var(--rand);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.marke {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--petrol);
  margin-right: auto;
}
.marke__zeichen { width: 44px; height: 44px; }
.marke__text { display: flex; flex-direction: column; line-height: 1.18; }
.marke__text strong {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.06rem;
  letter-spacing: -0.015em;
}
.marke__text span {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--nebel);
}

.navi ul {
  display: flex;
  gap: 1.6rem;
  list-style: none;
  margin: 0; padding: 0;
}
.navi a {
  text-decoration: none;
  color: var(--tinte);
  font-size: 0.95rem;
  padding: 0.3rem 0;
  position: relative;
}
.navi a::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  background: var(--leucht);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s var(--kurve);
}
.navi a:hover::after,
.navi a[aria-current='page']::after { transform: scaleX(1); transform-origin: left center; }
.navi a[aria-current='page'] { color: var(--petrol); font-weight: 700; }

.kopf__tel {
  text-decoration: none;
  color: var(--petrol);
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
}

/* Burger-Knopf – nur auf schmalen Geräten sichtbar (siehe Media Query) */
.kopf__burger {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  color: var(--petrol);
  width: 44px;
  height: 44px;
  margin: -0.35rem -0.5rem -0.35rem 0;
  padding: 0;
  cursor: pointer;
  place-items: center;
}
.kopf__burger-linien {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: background 0.2s var(--kurve);
}
.kopf__burger-linien::before,
.kopf__burger-linien::after {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.3s var(--kurve);
}
.kopf__burger-linien::before { top: -7px; }
.kopf__burger-linien::after  { top: 7px; }
/* Offen: die drei Striche werden zum Kreuz */
.kopf__burger[aria-expanded='true'] .kopf__burger-linien { background: transparent; }
.kopf__burger[aria-expanded='true'] .kopf__burger-linien::before { transform: translateY(7px) rotate(45deg); }
.kopf__burger[aria-expanded='true'] .kopf__burger-linien::after  { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  /* Ohne JavaScript bleibt die Navigation ausgeblendet (wie bisher); mit
     JavaScript erscheint stattdessen der Burger und ein Aufklapp-Menü. */
  .navi { display: none; }

  .js .kopf__burger { display: grid; }

  .js .navi {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(245, 250, 250, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--hauch);
    box-shadow: 0 24px 46px -30px rgba(6, 56, 74, 0.55);
    padding: 0.3rem var(--rand) 1rem;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s var(--kurve),
                transform 0.3s var(--kurve),
                visibility 0.3s var(--kurve);
  }
  .js .navi.navi--offen {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .navi ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .navi li + li { border-top: 1px solid var(--hauch); }
  .navi a {
    display: block;
    padding: 0.85rem 0.2rem;
    font-size: 1.05rem;
  }
  .navi a::after { display: none; }
  .navi a[aria-current='page'] { color: var(--tuerkis-text); }
}
@media (max-width: 460px) {
  .kopf__tel span { display: none; }
  .marke__text strong { font-size: 0.95rem; }
}

/* ---------------------------------------------------------
   Bühne / Hero mit Video
   --------------------------------------------------------- */
.buehne {
  position: relative;
  min-height: clamp(32rem, 88vh, 52rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}

.buehne__bild {
  position: absolute;
  inset: 0;
  z-index: -2;
  /* Ruhiger Petrol-Grund, falls das Video noch lädt – kein schwarzes Aufblitzen */
  background: radial-gradient(120% 120% at 70% 20%, #073b4d 0%, #02323f 70%, #021d26 100%);
}
.buehne__video,
.buehne__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
@keyframes heranfahren {
  from { transform: scale(1.08); }
  to   { transform: scale(1); }
}
.js .buehne__video { animation: heranfahren 7s var(--kurve) both; }

.buehne::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to top,
      rgba(2, 51, 68, 0.94) 0%,
      rgba(2, 51, 68, 0.68) 34%,
      rgba(2, 51, 68, 0.30) 66%,
      rgba(2, 51, 68, 0.42) 100%);
}

.buehne__text {
  position: relative;
  width: 100%;
  max-width: var(--breite);
  margin-inline: auto;
  padding: 0 var(--rand) clamp(3.5rem, 9vw, 6.5rem);
  color: var(--weiss);
}
.buehne__text .oberzeile { color: var(--salbei); }

.buehne__titel {
  font-size: clamp(2.15rem, 8.4vw, 5.6rem);
  color: var(--weiss);
  margin: 0 0 1.3rem;
  max-width: 16ch;
}
.buehne__titel .zeile { display: block; }

.buehne__unter {
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  max-width: 34ch;
  margin: 0 0 clamp(1.7rem, 3vw, 2.3rem);
}

.buehne__knoepfe { margin: 0; }

/* Scroll-Hinweis */
.buehne__pfeil {
  position: absolute;
  left: 50%;
  bottom: 1.4rem;
  translate: -50% 0;
  width: 34px; height: 34px;
  display: grid;
  place-items: center;
}
.buehne__pfeil span {
  width: 11px; height: 11px;
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  rotate: 45deg;
  animation: sinken 2.4s var(--kurve) infinite;
}
@keyframes sinken {
  0%, 100% { transform: translateY(-3px); opacity: 0.45; }
  50%      { transform: translateY(3px);  opacity: 1; }
}

/* Einblenden beim Laden – reine CSS-Animation, hängt an keinem JS. */
@keyframes auftauchen {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: none; }
}
.js .js-auf { animation: auftauchen 1s var(--kurve) both; }
.js .buehne__titel .zeile:nth-child(1) { animation-delay: 0.13s; }
.js .buehne__titel .zeile:nth-child(2) { animation-delay: 0.26s; }
.js .buehne__unter   { animation-delay: 0.42s; }
.js .buehne__knoepfe { animation-delay: 0.56s; }
.js .buehne__pfeil   { animation-delay: 0.85s; }

/* ---------------------------------------------------------
   Auftakt / Willkommen
   --------------------------------------------------------- */
.auftakt {
  padding-block: clamp(4.5rem, 11vw, 8.5rem) 0;
}
.auftakt__lead {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.4rem, 3vw, 2.15rem);
  line-height: 1.32;
  letter-spacing: -0.015em;
  color: var(--petrol);
  max-width: 24ch;
  margin: 0 0 clamp(2rem, 4vw, 3rem);
}
.auftakt__spalten {
  display: grid;
  gap: clamp(1.2rem, 3vw, 3rem);
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  max-width: 52rem;
  color: var(--nebel);
}

/* ---------------------------------------------------------
   Leistungs-Teaser
   --------------------------------------------------------- */
.leistungen { padding-block: clamp(3rem, 8vw, 6rem); }
.leistungen__kopf { max-width: 40rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.leistungen__titel {
  font-size: clamp(1.85rem, 3.6vw, 2.9rem);
  color: var(--petrol);
  margin: 0 0 0.8rem;
}
.leistungen__lead { color: var(--nebel); margin: 0; }

.raster {
  display: grid;
  gap: clamp(0.9rem, 2vw, 1.3rem);
  grid-template-columns: repeat(auto-fill, minmax(15.5rem, 1fr));
}

.lkachel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  background: var(--weiss);
  border: 1px solid var(--hauch);
  border-left: 3px solid var(--salbei);
  border-radius: 4px;
  padding: clamp(1.25rem, 2.6vw, 1.7rem);
  text-decoration: none;
  color: var(--tinte);
  overflow: hidden;
  transition: transform 0.35s var(--kurve), box-shadow 0.35s var(--kurve),
              border-left-color 0.35s var(--kurve);
}
.lkachel__nummer {
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--tuerkis-text);
  letter-spacing: 0.02em;
}
.lkachel h3 {
  font-family: var(--display);
  font-size: 1.28rem;
  color: var(--petrol);
  margin: 0;
}
.lkachel p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--nebel);
  margin: 0.15rem 0 0;
}
.lkachel__pfeil {
  margin-top: auto;
  padding-top: 0.7rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--tuerkis-text);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.lkachel__pfeil span {
  transition: transform 0.35s var(--kurve);
}
@media (hover: hover) {
  .lkachel:hover {
    transform: translateY(-4px);
    box-shadow: 0 1px 2px rgba(6, 56, 74, 0.06),
                0 22px 40px -26px rgba(6, 56, 74, 0.6);
    border-left-color: var(--leucht);
  }
  .lkachel:hover .lkachel__pfeil span { transform: translateX(4px); }
}

.leistungen__alle {
  margin-top: clamp(2rem, 4vw, 2.8rem);
}

/* ---------------------------------------------------------
   Praxis-Teaser
   --------------------------------------------------------- */
.teaser { padding-block: clamp(3rem, 8vw, 6rem); }
.teaser__raster {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}
.teaser__text { max-width: 34rem; }
.teaser__titel {
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  color: var(--petrol);
  margin: 0 0 1.1rem;
}
.teaser__text p { color: var(--nebel); }
.teaser__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.6rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--tuerkis-text);
}
.teaser__link span { transition: transform 0.35s var(--kurve); }
@media (hover: hover) {
  .teaser__link:hover span { transform: translateX(4px); }
}

.teaser__bild {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: var(--salbei);
  box-shadow: 0 1px 2px rgba(6, 56, 74, 0.07),
              0 24px 50px -28px rgba(6, 56, 74, 0.55);
}
.teaser__bild img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 1.6s var(--kurve);
}
.js .teaser__bild img { transform: scale(1.06); }
.js .teaser__bild.sichtbar img { transform: scale(1); }

@media (max-width: 820px) {
  .teaser__raster { grid-template-columns: 1fr; }
  .teaser__bild { order: -1; }
}

/* ---------------------------------------------------------
   Ablauf / So läuft's
   --------------------------------------------------------- */
.ablauf { padding-block: clamp(3.5rem, 9vw, 6.5rem); }
.ablauf__titel {
  font-size: clamp(1.85rem, 3.6vw, 2.9rem);
  color: var(--petrol);
  margin: 0 0 clamp(2rem, 4vw, 3.2rem);
  max-width: 24ch;
}
.schritte {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.2rem);
  grid-template-columns: repeat(3, 1fr);
  counter-reset: schritt;
}
.schritt {
  position: relative;
  padding-top: clamp(3.4rem, 5vw, 4.2rem);
}
.schritt::before {
  counter-increment: schritt;
  content: counter(schritt, decimal-leading-zero);
  position: absolute;
  top: 0; left: 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4.4vw, 3.2rem);
  font-weight: 600;
  line-height: 1;
  color: var(--salbei);
}
.schritt::after {
  content: '';
  position: absolute;
  top: clamp(1.2rem, 2.2vw, 1.6rem);
  left: clamp(3.6rem, 6vw, 4.6rem);
  right: -1rem;
  height: 1px;
  background: linear-gradient(90deg, var(--hauch), transparent);
}
.schritt:last-child::after { display: none; }
.schritt h3 {
  font-size: 1.35rem;
  color: var(--petrol);
  margin: 0 0 0.5rem;
}
.schritt p { color: var(--nebel); margin: 0; }

@media (max-width: 720px) {
  .schritte { grid-template-columns: 1fr; gap: 1.6rem; }
  .schritt { padding-top: 0; padding-left: 4rem; min-height: 3rem; }
  .schritt::before { top: -0.2rem; }
  .schritt::after { display: none; }
}

/* ---------------------------------------------------------
   CTA-Band
   --------------------------------------------------------- */
.cta {
  position: relative;
  background: linear-gradient(135deg, var(--petrol) 0%, var(--tinte) 100%);
  color: var(--weiss);
  overflow: hidden;
  isolation: isolate;
}
.cta::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(60% 120% at 85% 15%, rgba(0, 166, 182, 0.35), transparent 60%);
}
.cta__innen {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: clamp(1.8rem, 4vw, 3.5rem);
  padding-block: clamp(3rem, 7vw, 5rem);
}
.cta__titel {
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  color: var(--weiss);
  margin: 0 0 0.8rem;
}
.cta__text { color: rgba(255, 255, 255, 0.86); margin: 0; max-width: 34ch; }
.cta__aktion {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  align-items: flex-start;
}
.cta__tel {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 600;
  color: var(--weiss);
  text-decoration: none;
  letter-spacing: -0.01em;
}
.cta__tel:hover { color: var(--salbei); }
.cta__zeiten { font-size: 0.95rem; color: rgba(255, 255, 255, 0.78); margin: 0; }

@media (max-width: 760px) {
  .cta__innen { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------
   Fakten
   --------------------------------------------------------- */
.fakten { padding-block: clamp(3.5rem, 9vw, 6.5rem); }

.fakten__titel {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  color: var(--petrol);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.karten {
  display: grid;
  gap: clamp(1rem, 2.4vw, 1.8rem);
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

.karte {
  background: var(--weiss);
  border: 1px solid var(--hauch);
  border-top: 3px solid var(--salbei);
  border-radius: 4px;
  padding: clamp(1.4rem, 3vw, 2rem);
}
.karte h3 {
  font-family: var(--text);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--tuerkis-text);
  margin: 0 0 0.9rem;
}
.karte a { color: var(--tinte); text-decoration-color: var(--salbei); text-underline-offset: 3px; }
.karte a:hover { color: var(--tuerkis-text); }
.karte .gross {
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: -0.015em;
}

.zeiten { margin: 0; }
.zeiten div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--hauch);
}
.zeiten div:last-child { border-bottom: 0; }
.zeiten dt { color: var(--nebel); }
.zeiten dd { margin: 0; font-weight: 700; text-align: right; }

.fakten__hinweis {
  margin-top: clamp(2rem, 4vw, 3rem);
  color: var(--nebel);
}

/* ---------------------------------------------------------
   Fuß
   --------------------------------------------------------- */
.fuss {
  background: var(--petrol);
  color: rgba(255, 255, 255, 0.82);
  padding-block: 2.2rem;
}
.fuss__innen {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
}
.fuss__marke { margin: 0; font-size: 0.92rem; }
.fuss__navi { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.fuss__navi a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  padding-bottom: 2px;
}
.fuss__navi a:hover { color: var(--weiss); border-bottom-color: var(--weiss); }

/* ---------------------------------------------------------
   Scroll-Einblendungen
   --------------------------------------------------------- */
.js .beobachten:not(.balken) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity var(--dauer) var(--kurve),
              transform var(--dauer) var(--kurve);
}
.js .beobachten.sichtbar:not(.balken) {
  opacity: 1;
  transform: none;
}

/* Gestaffelte Verzögerung innerhalb einer Reihe */
.raster > *:nth-child(2)  { transition-delay: 0.06s; }
.raster > *:nth-child(3)  { transition-delay: 0.12s; }
.raster > *:nth-child(4)  { transition-delay: 0.18s; }
.raster > *:nth-child(5)  { transition-delay: 0.24s; }
.raster > *:nth-child(6)  { transition-delay: 0.30s; }
.raster > *:nth-child(7)  { transition-delay: 0.36s; }
.schritte > *:nth-child(2) { transition-delay: 0.12s; }
.schritte > *:nth-child(3) { transition-delay: 0.24s; }
.karten > *:nth-child(2) { transition-delay: 0.1s; }
.karten > *:nth-child(3) { transition-delay: 0.2s; }

/* ---------------------------------------------------------
   Bewegung reduzieren
   --------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0ms !important;
  }

  .js .js-auf,
  .js .beobachten:not(.balken) { opacity: 1 !important; transform: none !important; }
  .js .balken { transform: scaleX(1) !important; }
  .js .buehne__video { animation: none !important; transform: none !important; }
  .js .teaser__bild img { transform: none !important; }
  .buehne__pfeil span { animation: none !important; }
}
