/* =========================================================
   Physiotherapie Tritthart – Karriere-Seite
   Gleiche Gestaltung wie Start-/Praxis-/Leistungsseite.
   Schriften lokal gehostet (DSGVO: keine Google-Fonts-CDN).
   Bewegung ausschließlich über transform/opacity (GPU-schonend)
   und durchgängig reduced-motion-sicher.
   ========================================================= */

@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 – siehe ausführliche Notiz in der Startseite:
   Atkinsons durchgestrichene Null wird nur für die Ziffern 0–9 ersetzt. */
@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;
  --dunst:    #eaf3f3;
  --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;
  justify-content: 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);
}
/* Größere Variante für die zentralen Bewerben-Knöpfe */
.knopf--gross {
  padding: 1.1rem 2rem;
  font-size: 1.06rem;
}

/* ---------------------------------------------------------
   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; }
.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) {
  .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 Foto
   --------------------------------------------------------- */
.buehne {
  position: relative;
  min-height: clamp(34rem, 90vh, 54rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.buehne__bild {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: radial-gradient(120% 120% at 70% 20%, #073b4d 0%, #02323f 70%, #021d26 100%);
}
.buehne__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
/* Sanfter, dauerhafter Ken-Burns-Zoom – sehr langsam, damit ruhig */
@keyframes kenburns {
  from { transform: scale(1.04); }
  to   { transform: scale(1.13); }
}
.js .buehne__bild img { animation: kenburns 26s ease-in-out both alternate; }

.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.70) 32%,
      rgba(2, 51, 68, 0.34) 64%,
      rgba(2, 51, 68, 0.48) 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.3rem, 8.4vw, 5.4rem);
  color: var(--weiss);
  margin: 0 0 1.3rem;
  max-width: 15ch;
}
.buehne__titel .zeile { display: block; }
.buehne__titel em {
  font-style: italic;
  font-weight: 500;
  color: var(--leucht);
}

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

.buehne__knoepfe { margin: 0; }

/* Kleiner Vertrauens-Hinweis unter den Knöpfen */
.buehne__notiz {
  margin: 1.2rem 0 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.buehne__notiz svg { flex: none; }

/* 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__notiz   { animation-delay: 0.68s; }
.js .buehne__pfeil   { animation-delay: 0.9s; }

/* ---------------------------------------------------------
   Zahlen-Band
   --------------------------------------------------------- */
.zahlen {
  background: var(--weiss);
  border-bottom: 1px solid var(--hauch);
}
.zahlen__raster {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  padding-block: clamp(2.2rem, 5vw, 3.4rem);
  text-align: center;
}
.zahl { position: relative; }
.zahl + .zahl::before {
  content: '';
  position: absolute;
  left: calc(clamp(1rem, 3vw, 2.5rem) / -2);
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: var(--hauch);
}
.zahl__wert {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  line-height: 1;
  color: var(--petrol);
  letter-spacing: -0.02em;
  display: block;
}
.zahl__wert .zahl__vor {
  font-size: 0.5em;
  color: var(--tuerkis-text);
  vertical-align: 0.35em;
  margin-right: 0.1em;
}
.zahl__wert .zahl__einheit {
  font-size: 0.5em;
  color: var(--tuerkis-text);
  vertical-align: 0.35em;
  margin-left: 0.06em;
}
.zahl__text {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.86rem;
  line-height: 1.35;
  color: var(--nebel);
}
@media (max-width: 640px) {
  .zahlen__raster { grid-template-columns: repeat(2, 1fr); gap: 1.8rem 1rem; }
  .zahl:nth-child(3)::before,
  .zahl + .zahl::before { display: none; }
}

/* ---------------------------------------------------------
   Auftakt / Willkommen als Arbeitgeber
   --------------------------------------------------------- */
.auftakt {
  padding-block: clamp(4rem, 10vw, 7.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: 26ch;
  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);
}

/* ---------------------------------------------------------
   Kennst du das? – Schmerzpunkte
   --------------------------------------------------------- */
.kennst { padding-block: clamp(3.5rem, 9vw, 6.5rem); }
.kennst__kopf { max-width: 44rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.kennst__titel {
  font-size: clamp(1.85rem, 3.8vw, 2.9rem);
  color: var(--petrol);
  margin: 0 0 0.7rem;
}
.kennst__lead { color: var(--nebel); margin: 0; }

.kennst__raster {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.9rem, 2vw, 1.3rem);
}
.punkt {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  background: var(--weiss);
  border: 1px solid var(--hauch);
  border-radius: 6px;
  padding: clamp(1.2rem, 2.6vw, 1.6rem);
}
.punkt__zeichen {
  width: 34px; height: 34px;
  flex: none;
  border-radius: 50%;
  background: rgba(6, 56, 74, 0.06);
  color: var(--nebel);
  display: grid;
  place-items: center;
}
.punkt__zeichen svg { width: 18px; height: 18px; }
.punkt p {
  margin: 0;
  color: var(--tinte);
  font-size: 1rem;
  line-height: 1.4;
}
@media (max-width: 860px) {
  .kennst__raster { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 460px) {
  .kennst__raster { grid-template-columns: 1fr; }
  .punkt { flex-direction: row; align-items: center; }
}

.kennst__wende {
  margin: clamp(2.2rem, 5vw, 3.4rem) 0 0;
  text-align: center;
}
.kennst__wende p {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  line-height: 1.1;
  color: var(--petrol);
  margin: 0;
}
.kennst__wende p em {
  font-style: italic;
  color: var(--tuerkis-text);
}
.kennst__strich {
  display: block;
  width: 3rem;
  height: 3px;
  margin: 1.1rem auto 0;
  border-radius: 3px;
  background: var(--leucht);
  transform-origin: center;
  transition: transform 0.9s var(--kurve) 0.2s;
}
.js .kennst__wende:not(.sichtbar) .kennst__strich { transform: scaleX(0); }

/* ---------------------------------------------------------
   So arbeitest du bei uns – Säulen
   --------------------------------------------------------- */
.saeulen {
  background: var(--dunst);
  padding-block: clamp(3.5rem, 9vw, 6.5rem);
}
.saeulen__kopf { max-width: 40rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.saeulen__titel {
  font-size: clamp(1.85rem, 3.6vw, 2.9rem);
  color: var(--petrol);
  margin: 0 0 0.7rem;
}
.saeulen__lead { color: var(--nebel); margin: 0; }

.saeulen__raster {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.4vw, 1.6rem);
}
.saeule {
  background: var(--weiss);
  border: 1px solid var(--hauch);
  border-top: 3px solid var(--salbei);
  border-radius: 6px;
  padding: clamp(1.5rem, 3vw, 2.1rem);
  transition: transform 0.35s var(--kurve), box-shadow 0.35s var(--kurve),
              border-top-color 0.35s var(--kurve);
}
.saeule__symbol {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: rgba(0, 166, 182, 0.12);
  color: var(--tuerkis-text);
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
}
.saeule__symbol svg { width: 28px; height: 28px; }
.saeule h3 {
  font-size: 1.3rem;
  color: var(--petrol);
  margin: 0 0 0.5rem;
}
.saeule p { color: var(--nebel); margin: 0; }
@media (hover: hover) {
  .saeule:hover {
    transform: translateY(-4px);
    box-shadow: 0 1px 2px rgba(6, 56, 74, 0.06),
                0 24px 44px -28px rgba(6, 56, 74, 0.6);
    border-top-color: var(--leucht);
  }
}
@media (max-width: 760px) {
  .saeulen__raster { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------
   Das bekommst du bei uns – Vorteile
   --------------------------------------------------------- */
.vorteile { padding-block: clamp(3.5rem, 9vw, 6.5rem); }
.vorteile__raster {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}
.vorteile__bild {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: var(--salbei);
  box-shadow: 0 1px 2px rgba(6, 56, 74, 0.07),
              0 24px 50px -28px rgba(6, 56, 74, 0.55);
}
.vorteile__bild img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 1.6s var(--kurve);
}
.js .vorteile__bild img { transform: scale(1.06); }
.js .vorteile__bild.sichtbar img { transform: scale(1); }

.vorteile__titel {
  font-size: clamp(1.85rem, 3.6vw, 2.9rem);
  color: var(--petrol);
  margin: 0 0 0.7rem;
}
.vorteile__lead { color: var(--nebel); margin: 0 0 clamp(1.5rem, 3vw, 2rem); }

.vorteile__liste {
  list-style: none;
  margin: 0;
  padding: 0;
  /* Zwei unabhängige Spalten: gleichmäßiger Abstand je Punkt, egal ob
     ein- oder zweizeilig (kein geteiltes Zeilen-Raster wie bei Grid). */
  columns: 2;
  column-gap: 1.6rem;
}
.vorteile__liste li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.85rem;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  font-size: 0.98rem;
  line-height: 1.35;
}
.vorteile__liste li:last-child { margin-bottom: 0; }
.haken {
  flex: none;
  width: 24px; height: 24px;
  margin-top: 0.05rem;
  color: var(--leucht);
}
.haken circle {
  fill: rgba(0, 166, 182, 0.12);
}
.haken path {
  fill: none;
  stroke: var(--tuerkis-text);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  transition: stroke-dashoffset 0.5s var(--kurve);
}
.js .vorteile__inhalt.sichtbar .haken path { stroke-dashoffset: 0; }
.vorteile__inhalt.sichtbar .vorteile__liste li:nth-child(2) .haken path { transition-delay: 0.05s; }
.vorteile__inhalt.sichtbar .vorteile__liste li:nth-child(3) .haken path { transition-delay: 0.1s; }
.vorteile__inhalt.sichtbar .vorteile__liste li:nth-child(4) .haken path { transition-delay: 0.15s; }
.vorteile__inhalt.sichtbar .vorteile__liste li:nth-child(5) .haken path { transition-delay: 0.2s; }
.vorteile__inhalt.sichtbar .vorteile__liste li:nth-child(6) .haken path { transition-delay: 0.25s; }
.vorteile__inhalt.sichtbar .vorteile__liste li:nth-child(7) .haken path { transition-delay: 0.3s; }
.vorteile__inhalt.sichtbar .vorteile__liste li:nth-child(8) .haken path { transition-delay: 0.35s; }
.vorteile__inhalt.sichtbar .vorteile__liste li:nth-child(9) .haken path { transition-delay: 0.4s; }
.vorteile__inhalt.sichtbar .vorteile__liste li:nth-child(10) .haken path { transition-delay: 0.45s; }
.vorteile__inhalt.sichtbar .vorteile__liste li:nth-child(11) .haken path { transition-delay: 0.5s; }

@media (max-width: 860px) {
  .vorteile__raster { grid-template-columns: 1fr; }
  .vorteile__bild { order: -1; max-width: 26rem; }
}
@media (max-width: 520px) {
  .vorteile__liste { columns: 1; }
}

/* ---------------------------------------------------------
   Ablauf / In drei Schritten
   --------------------------------------------------------- */
.ablauf {
  background: var(--dunst);
  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; }
}

/* ---------------------------------------------------------
   Über die Praxis – Teaser
   --------------------------------------------------------- */
.teaser { padding-block: clamp(3.5rem, 9vw, 6.5rem); }
.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: 6px;
  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; }
}

/* ---------------------------------------------------------
   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: 36ch; }
.cta__aktion {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  align-items: flex-start;
}
.cta__aktion .knopf-reihe { width: 100%; }
.cta__zeiten {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.cta__zeiten svg { flex: none; }
@media (max-width: 760px) {
  .cta__innen { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------
   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 */
.kennst__raster > *:nth-child(2)  { transition-delay: 0.08s; }
.kennst__raster > *:nth-child(3)  { transition-delay: 0.16s; }
.kennst__raster > *:nth-child(4)  { transition-delay: 0.24s; }
.saeulen__raster > *:nth-child(2) { transition-delay: 0.1s; }
.saeulen__raster > *:nth-child(3) { transition-delay: 0.2s; }
.schritte > *:nth-child(2) { transition-delay: 0.12s; }
.schritte > *:nth-child(3) { transition-delay: 0.24s; }
.zahlen__raster > *:nth-child(2) { transition-delay: 0.08s; }
.zahlen__raster > *:nth-child(3) { transition-delay: 0.16s; }
.zahlen__raster > *:nth-child(4) { transition-delay: 0.24s; }

/* ---------------------------------------------------------
   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__bild img { animation: none !important; transform: none !important; }
  .js .teaser__bild img,
  .js .vorteile__bild img { transform: none !important; }
  .js .kennst__wende .kennst__strich { transform: none !important; }
  .js .vorteile__inhalt .haken path { stroke-dashoffset: 0 !important; }
  .buehne__pfeil span { animation: none !important; }
}
