/* =========================================================================
   COOL DOWN · Testversion — ein einziges Stylesheet, kein Framework.
   Farben aus dem Entwurf „Minus 85" (31.08.2026).
   Bewusst NICHT verwendet, weil sie cd-beautylounge.de gehören:
   #F6F2EC, #EBE4D9, #5E1E28, #1B1512, Bodoni Moda, jede Serifenschrift
   mit hohem Strichkontrast, cremefarbene oder beige Flächen.
   Zuerst fürs Handy, dann nach oben erweitert.
   ========================================================================= */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;              /* variable Schrift */
  font-display: swap;
  src: url('../schriften/montserrat.woff2') format('woff2');
}

:root {
  --papier:      #0D1922;
  --karte:       #111F29;
  --karte-hoch:  #16303E;
  --tinte:       #E6EEF3;
  --tinte-weich: #A2B4C0;
  --tinte-zart:  #8B9BA6;
  --stahl:       #66B6DC;   /* Eisblau, der Akzent */
  --stahl-tief:  #062430;
  --gold:        #D8A32B;   /* nur Linien, Zahlen, Sterne — nie Fläche */
  --linie:       #22333F;
  --linie-hell:  #2C4757;
  --masz:        clamp(20px, 5vw, 40px);
  --breite:      1180px;
  --radius:      14px;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--papier);
  color: var(--tinte);
  font-family: 'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { color: var(--stahl); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #8FCDE8; }

:focus-visible { outline: 3px solid var(--stahl); outline-offset: 3px; }

/* Sprungmarke: unsichtbar, bis sie mit der Tastatur erreicht wird. Ohne sie muss
   sich jede Tastaturbedienung auf jeder Seite erst durch Logo, sieben Menuepunkte
   und den Terminknopf arbeiten (WCAG 2.4.1). */
.sprungmarke {
  position: absolute; left: 8px; top: -60px; z-index: 200;
  display: inline-block; padding: 12px 18px; border-radius: 0 0 12px 12px;
  background: var(--stahl); color: var(--stahl-tief);
  font-weight: 700; font-size: 15px; text-decoration: none;
  transition: top .12s ease;
}
.sprungmarke:focus { top: 0; }
main:focus { outline: none; }

h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 .5em; font-weight: 700; letter-spacing: -.01em; }
h1 { font-size: clamp(30px, 7.5vw, 62px); font-weight: 800; letter-spacing: .01em;
  overflow-wrap: break-word; hyphens: manual; }
/* Keine automatische Silbentrennung in Ueberschriften: sie zerlegte
   "ASCHAFFENBURG" zu "ASCHAFFEN-BURG" und "Koerperanalyse" mitten im Wort.
   Statt zu trennen wird die Schrift auf schmalen Geraeten kleiner (siehe
   unten). overflow-wrap bleibt als letzte Reissleine gegen Ueberlauf. */
h2 { font-size: clamp(25px, 5vw, 40px); }
h3 { font-size: clamp(19px, 3vw, 23px); }
h4 { font-size: 17px; }
p  { margin: 0 0 1em; }

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

section { padding-block: clamp(44px, 7.2vw, 78px); }
/* Rastern und Baendern steht ein Abstand nach oben zu - aber nicht, wenn sie
   das erste Element im Abschnitt sind. Sonst addiert sich der Abstand auf den
   Innenabstand des Abschnitts und es entstehen sehr grosse Leerflaechen. */
section > .huelle > *:first-child,
section > .huelle > .lesetext > *:first-child { margin-top: 0; }
section.hell { background: var(--karte); }

.augenmerk {
  display: block; font-size: 13px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--stahl); margin-bottom: 14px;
}
.vorspann { color: var(--tinte-weich); font-size: clamp(17px, 2.2vw, 20px); max-width: 62ch; }
.klein { font-size: 14px; color: var(--tinte-zart); }

/* ---------- Kopf ---------- */
.kopf {
  position: sticky; top: 0; z-index: 50;
  background: rgba(13, 25, 34, .94);
  border-bottom: 1px solid var(--linie);
  backdrop-filter: saturate(140%) blur(8px);
}
.kopf .huelle { display: flex; align-items: center; gap: 24px; min-height: 76px; }
.marke { font-weight: 800; letter-spacing: .18em; font-size: 15px; color: var(--tinte); text-decoration: none; }
.marke span { color: var(--stahl); }
.kopf nav { margin-left: auto; }
.kopf nav ul { display: flex; flex-wrap: nowrap; gap: 4px 16px; list-style: none; margin: 0; padding: 0; }
.kopf nav a { color: var(--tinte-weich); text-decoration: none; font-size: 14.5px; font-weight: 600; white-space: nowrap; }
.kopf nav a:hover { color: var(--tinte); }
.kopf .knopf { margin-left: 4px; white-space: nowrap; padding-inline: 18px; }
.menue-schalter {
  margin-left: auto; display: none; background: none; border: 1px solid var(--linie-hell);
  color: var(--tinte); border-radius: 10px; padding: 9px 13px; font: inherit; font-size: 14px; cursor: pointer;
}

/* ---------- Knöpfe ---------- */
.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 22px; border-radius: 999px;
  font-weight: 700; font-size: 15.5px; text-decoration: none; border: 1px solid transparent;
  cursor: pointer; transition: transform .12s ease, background-color .12s ease;
}
.knopf:active { transform: translateY(1px); }
.knopf-voll { background: var(--stahl); color: var(--stahl-tief); }
.knopf-voll:hover { background: #8FCDE8; color: var(--stahl-tief); }
.knopf-rand { border-color: var(--linie-hell); color: var(--tinte); }
.knopf-rand:hover { border-color: var(--stahl); color: var(--tinte); }
.knopfreihe { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

/* ---------- Bühne ---------- */
.buehne { position: relative; padding-block: clamp(56px, 11vw, 120px); overflow: hidden; }
/* Der Schleier liegt seitlich statt flaechig: links dunkel fuer die Schrift,
   rechts fast offen, damit das Gesicht im Bild frei bleibt. Unten laeuft er in
   die Seitenfarbe aus, damit die Buehne nicht abrupt endet. */
.buehne::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(13,25,34,.94) 0%, rgba(13,25,34,.86) 34%,
      rgba(13,25,34,.46) 56%, rgba(13,25,34,.12) 76%, rgba(13,25,34,.04) 100%),
    linear-gradient(180deg, rgba(13,25,34,.18) 0%, rgba(13,25,34,0) 34%,
      rgba(13,25,34,0) 72%, var(--papier) 100%);
}
.buehne-bild { position: absolute; inset: 0; z-index: 0; }
.buehne-bild img { width: 100%; height: 100%; object-fit: cover;
  object-position: 100% 20%; }
.buehne .huelle { position: relative; z-index: 2; }
/* Auf schmalen Geraeten steht kein Text mehr ueber dem Gesicht. Bild oben,
   Text darunter: nur so bleibt das Gesicht auf dem Handy unverdeckt, ohne die
   Reihenfolge von Ueberschrift, Text und Knoepfen zu aendern. */
@media (max-width: 999px) {
  .buehne { padding-top: 0; overflow: visible; }
  .buehne::before { content: none; }
  .buehne-bild { position: static; margin-bottom: clamp(22px, 5vw, 34px); }
  .buehne-bild::after {
    content: ""; display: block; position: absolute; left: 0; right: 0;
    height: 90px; margin-top: -90px;
    background: linear-gradient(180deg, rgba(13,25,34,0) 0%, var(--papier) 100%);
  }
  /* 3:2 statt 4:3: bei 4:3 rutschte der zweite Buehnenknopf auf 390 und 360 px
     unter die feste Kontaktleiste. Das Gesicht bleibt vollstaendig im Bild. */
  .buehne-bild img { width: 100%; height: auto; aspect-ratio: 3 / 2;
    object-fit: cover; object-position: 50% 32%; }
}
.buehne h1 { max-width: 15ch; text-transform: uppercase; }
/* Unterseiten: Ueberschrift in normaler Schreibweise, ruhiger und besser lesbar */
.buehne.knapp h1 { text-transform: none; letter-spacing: -.01em; max-width: 18ch; }
/* Eine Spalte von 18 Zeichen bricht ein Wort wie "Mikronaehrstoffberatung"
   mitten durch. Solche Ueberschriften bekommen mehr Breite und etwas
   weniger Schriftgroesse -- getrennt wird weiterhin nicht. */
.buehne h1.langeswort { max-width: 26ch; font-size: clamp(27px, 5.4vw, 46px); }
.buehne .vorspann { margin-top: 18px; }
.buehne-fakten {
  display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 30px;
  padding-top: 22px; border-top: 1px solid var(--linie-hell);
  font-size: 14.5px; color: var(--tinte-weich);
}
.buehne-fakten b { color: var(--tinte); font-weight: 700; }

.notelink { margin: 14px 0 0; font-size: 14.5px; }

/* ---------- Raster und Karten ---------- */
.raster { display: grid; gap: 18px; margin-top: 34px; }
.raster > * { min-width: 0; }
.raster-2 { grid-template-columns: 1fr; }
.raster-3 { grid-template-columns: 1fr; }

.karte {
  background: var(--karte); border: 1px solid var(--linie);
  border-radius: var(--radius); padding: clamp(20px, 3.4vw, 30px);
}
section.hell .karte { background: var(--karte-hoch); border-color: var(--linie-hell); }
.karte h3 { margin-bottom: .35em; }
.karte p:last-child { margin-bottom: 0; }

/* ---------- Preise ---------- */
.preis { font-size: clamp(30px, 6vw, 42px); font-weight: 800; color: var(--tinte); line-height: 1; }
.preis .dazu { font-size: 15px; font-weight: 600; color: var(--tinte-zart); margin-left: 6px; }
.stufe-liste { list-style: none; margin: 18px 0 0; padding: 0; font-size: 15.5px; }
.stufe-liste li { padding: 9px 0; border-top: 1px solid var(--linie-hell); color: var(--tinte-weich); }
.stufe-liste li b { color: var(--tinte); font-weight: 700; }
.bindung {
  margin-top: 16px; padding: 12px 14px; border-radius: 10px;
  background: rgba(102,182,220,.09); border: 1px solid rgba(102,182,220,.3);
  font-size: 14.5px; color: var(--tinte);
}
.je-anwendung { margin-top: 10px; font-size: 14.5px; color: var(--gold); font-weight: 700; }

/* ---------- Schritte und Circle ---------- */
.nummer {
  font-size: 13px; font-weight: 800; letter-spacing: .2em; color: var(--gold);
  display: block; margin-bottom: 8px;
}
.dauer { font-size: 14px; color: var(--tinte-zart); font-weight: 600; }
.circle-bild { border-radius: 10px; margin-bottom: 16px; border: 1px solid var(--linie-hell);
  width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }

/* ---------- Anwendungen ---------- */
.anwendung { display: flex; flex-direction: column; gap: 4px; padding: 18px 0; border-top: 1px solid var(--linie); }
.anwendung:first-of-type { border-top: 0; }
.anwendung .zeile { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.anwendung h3 { margin: 0; font-size: 19px; }
.anwendung .betrag { font-weight: 800; font-size: 20px; white-space: nowrap; }
.anwendung p { margin: 4px 0 0; color: var(--tinte-weich); font-size: 15.5px; }

/* ---------- Person ---------- */
.person { display: grid; gap: 26px; margin-top: 30px; }
.person blockquote {
  margin: 0 0 20px; padding-left: 18px; border-left: 3px solid var(--gold);
  font-size: clamp(19px, 3vw, 24px); font-weight: 600; line-height: 1.4; color: var(--tinte);
}
.person .unterschrift { font-weight: 700; margin-top: 20px; }

/* ---------- Bewertungen ---------- */
.note { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 8px; }
.note .zahl { font-size: 46px; font-weight: 800; line-height: 1; }
.sterne { color: var(--gold); letter-spacing: 2px; font-size: 19px; }

/* ---------- Kontakt und Formular ---------- */
.kontakt-liste { list-style: none; margin: 0; padding: 0; }
.kontakt-liste li { padding: 12px 0; border-top: 1px solid var(--linie-hell); }
.kontakt-liste li:first-child { border-top: 0; }
.kontakt-liste .bezeichnung { display: block; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--tinte-zart); }
.kontakt-liste .wert { font-size: 18px; font-weight: 700; }

form .feld { margin-bottom: 16px; }
form label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 6px; color: var(--tinte-weich); }
form input, form select, form textarea {
  width: 100%; padding: 13px 14px; font: inherit; font-size: 16px;
  color: var(--tinte); background: var(--papier);
  border: 1px solid var(--linie-hell); border-radius: 10px;
}
form textarea { min-height: 120px; resize: vertical; }
form input:focus, form select:focus, form textarea:focus { border-color: var(--stahl); outline: none; }

/* ---------- „offen" — sichtbare Lücken ---------- */
.offen {
  position: relative; border: 1px dashed var(--gold); border-radius: 10px;
  padding: 18px 18px 18px 18px; background: rgba(216,163,43,.05); color: var(--tinte-weich);
  font-size: 14.5px;
}
.offen::before {
  content: "offen"; position: absolute; top: -9px; left: 14px;
  background: var(--papier); color: var(--gold); font-size: 11px; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase; padding: 0 7px;
}
section.hell .offen::before { background: var(--karte); }
.platzhalter {
  display: flex; align-items: center; justify-content: center; text-align: center;
  min-height: 190px; border: 1px dashed var(--linie-hell); border-radius: var(--radius);
  color: var(--tinte-zart); font-size: 14px; padding: 18px; background: rgba(255,255,255,.02);
}

/* ---------- Fuß ---------- */
.fuss { border-top: 1px solid var(--linie); padding-block: 40px; color: var(--tinte-zart); font-size: 14.5px; }
.fuss a { color: var(--tinte-weich); text-decoration: none; }
/* Knoepfe im Fuss: ohne diese Zeilen gewinnt ".fuss a" gegen ".knopf-voll".
   Der Haupt-Knopf stand dadurch in Hellgrau auf Hellblau - praktisch unlesbar. */
.fuss .knopf-voll { color: var(--stahl-tief); }
.fuss .knopf-rand { color: var(--tinte); }
.fuss .knopf-voll:hover { color: var(--stahl-tief); }
.fuss .knopf-rand:hover { color: var(--tinte); }
.fuss a:hover { color: var(--tinte); text-decoration: underline; }
.fuss ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 14px 0 0; padding: 0; }
.fuss .haus { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--linie); max-width: 70ch; }

/* ---------- Handyleiste ---------- */
.handyleiste {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; gap: 10px; padding: 10px var(--masz) calc(10px + env(safe-area-inset-bottom));
  background: rgb(13,25,34); border-top: 1px solid var(--linie);
}
.handyleiste .knopf { flex: 1; min-height: 50px; }
body { padding-bottom: 86px; }

/* ---------- ab Tablet ---------- */
@media (min-width: 720px) {
  .raster-2 { grid-template-columns: 1fr 1fr; }
  .raster-3 { grid-template-columns: repeat(3, 1fr); }
  .person { grid-template-columns: 300px 1fr; align-items: start; }
  .handyleiste { display: none; }
  body { padding-bottom: 0; }
  .anwendung { padding: 20px 0; }
}

@media (min-width: 1000px) {
  body { font-size: 17.5px; }
  .buehne { padding-block: 150px 74px; }
  /* Ab Desktop steht der Text links. Deshalb dort ein seitlicher Schleier
     statt eines flaechigen dunklen Schleiers ueber dem ganzen Bild: die
     Schrift bleibt ruhig lesbar und der Mensch im Bild bleibt sichtbar. */
  .buehne-bild img { object-position: 8% 42%; }
  .buehne::before {
    background:
      linear-gradient(180deg, rgba(13,25,34,.30) 0%, rgba(13,25,34,.72) 58%, var(--papier) 100%),
      linear-gradient(90deg, rgba(13,25,34,.78) 0%, rgba(13,25,34,.54) 42%, rgba(13,25,34,.10) 74%);
  }
}

/* Kopf: mit sieben Menuepunkten wird es unterhalb von 1100 px eng.
   Deshalb schaltet der Kopf dort auf das Menue um - frueher als das
   uebrige Raster, das bei 720 px umbricht. */
@media (max-width: 1099px) {
  .kopf nav { display: none; }
  .kopf nav.offen-menue { display: block; position: absolute; left: 0; right: 0; top: 100%;
    background: var(--karte); border-bottom: 1px solid var(--linie); padding: 14px var(--masz);
    z-index: 30; }
  .kopf nav.offen-menue ul { flex-direction: column; flex-wrap: wrap; gap: 2px; }
  .kopf nav.offen-menue a { display: block; padding: 10px 0; font-size: 16px; }
  .menue-schalter { display: block; }
}
@media (max-width: 719px) {
  .kopf > .huelle > .knopf { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* --- Fusszeilen-Seitenkarte (09.09.2026) -------------------------------
   Der Fuss traegt seit dem Relaunch-Entwurf die dauerhafte interne
   Verlinkung. Grund: die Erhebung vom 09.09.2026 fand 830 von 1033
   internen Links in Menue und Kopf -- und zwei Gewinnerseiten, die nur
   an einer rotierenden Beitragsliste hingen. Was hier steht, steht auf
   jeder Seite und rotiert nicht. */
.fuss-karte { margin-bottom: 34px; }
.fuss-karte h2.klein { color: #66B6DC; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 10px; }
.fuss-karte ul { list-style: none; padding: 0; margin: 0; display: block; }
.fuss-karte li { margin: 0 0 7px; }
.fuss-karte a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.18); }
.fuss-karte a:hover, .fuss-karte a:focus-visible { border-bottom-color: #66B6DC; }

/* --- Karte als Link, Anwendungstitel als Link (09.09.2026) --------------
   Die interne Verlinkung soll sichtbar und anfassbar sein, nicht in
   Fliesstext versteckt. Beides bleibt optisch unveraendert; nur das
   Ziel wird erkennbar. */
a.karte { display: block; color: inherit; text-decoration: none; transition: border-color .15s ease; }
a.karte:hover, a.karte:focus-visible { border-color: #66B6DC; }
a.karte h3 { color: #66B6DC; }
.anwendung h3 a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.22); }
.anwendung h3 a:hover, .anwendung h3 a:focus-visible { border-bottom-color: #66B6DC; }
@media (prefers-reduced-motion: reduce) { a.karte { transition: none; } }

/* ======================================================================
   Designpolitur 09.09.2026 — drei Referenzseiten
   Die Basis bleibt: dunkle Flaeche, Eisblau als einziger Akzent, grosse
   Typografie. Geaendert wird, was die Unterseiten leer wirken liess.
   ====================================================================== */

/* --- Originallogo statt Schriftzug -------------------------------------
   Das Logo stammt aus dem WordPress-Bestand (thegem-logos, 2022) und ist
   dasselbe, das heute live steht. Es ist bewusst nicht nachgezeichnet. */
.marke img { display: block; height: 42px; width: auto; }
@media (max-width: 719px) { .marke img { height: 38px; } }

/* --- Kompakter Seitenkopf fuer Unterseiten -----------------------------
   Die Buehne ohne Bild stand bisher fast einen halben Bildschirm hoch und
   endete im Nichts. Jetzt: knapper Block, unten eine feine Linie, die den
   Uebergang traegt. */
.buehne.knapp { padding-block: clamp(34px, 5vw, 58px) clamp(26px, 4vw, 42px);
  border-bottom: 1px solid var(--linie); }
.buehne.knapp h1 { margin-bottom: 0; }
.buehne.knapp .augenmerk { margin-bottom: 10px; }
.buehne.knapp .anriss { max-width: 62ch; margin: 18px 0 0; color: var(--tinte-weich);
  font-size: clamp(16px, 1.9vw, 19px); line-height: 1.55; }

/* --- Bildband: ein Anker gleich unter dem Kopf ------------------------- */
.bildband { margin: 0; }
.bildband img { display: block; width: 100%; height: clamp(220px, 34vw, 420px);
  object-fit: cover; }
/* Ein Hochformat-Original taugt nicht fuer ein Band von 3:1 - dort bliebe nur
   ein ungluecklicher Ausschnitt. Diese Variante zeigt es in einem ruhigen,
   mittigen Rahmen statt ueber die volle Breite. */
.bildband.hochformat img { height: clamp(240px, 38vw, 440px); max-width: 780px;
  margin-inline: auto; border-radius: 16px; }
.bildband.hochformat { padding-inline: var(--masz); }

/* --- Faktenkarten ------------------------------------------------------
   Vier bis sechs belegte Angaben, ruhig gesetzt. Keine Kacheln mit Rahmen
   um jede Zahl -- nur Zahl, Wort, Linie. */
.fakten { display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--linie); border: 1px solid var(--linie);
  border-radius: var(--radius); overflow: hidden; margin-top: 28px; }
.fakten > div { background: var(--grund); padding: clamp(18px, 2.6vw, 26px);
  min-width: 0; }
/* Ohne min-width:0 waechst eine Rasterspalte an ihrem laengsten Wort und schiebt
   die zweite Spalte aus dem Bild. Auf sehr schmalen Geraeten steht deshalb
   zusaetzlich nur noch eine Angabe je Zeile. */
@media (max-width: 399px) { .fakten { grid-template-columns: 1fr; } }
section.hell .fakten > div { background: var(--karte-hoch); }
.fakten dt { font-size: 13px; letter-spacing: .05em; text-transform: uppercase;
  color: var(--akzent); margin-bottom: 6px; }
.fakten dd { margin: 0; font-size: clamp(19px, 2.4vw, 24px); font-weight: 700;
  color: var(--tinte); line-height: 1.25; }
.fakten dd small { display: block; font-size: 14px; font-weight: 400;
  color: var(--tinte-zart); margin-top: 5px; }
@media (min-width: 720px) { .fakten { grid-template-columns: repeat(4, 1fr); } }

/* --- Ablaufschritte ---------------------------------------------------- */
.ablauf { list-style: none; padding: 0; margin: 26px 0 0; counter-reset: schritt; }
.ablauf li { counter-increment: schritt; position: relative; padding: 0 0 22px 46px;
  border-left: 1px solid var(--linie); margin-left: 13px; }
.ablauf li:last-child { border-left-color: transparent; padding-bottom: 0; }
.ablauf li::before { content: counter(schritt, decimal-leading-zero);
  position: absolute; left: -14px; top: -2px; width: 28px; height: 28px;
  display: grid; place-items: center; border-radius: 50%;
  background: var(--grund); border: 1px solid var(--akzent);
  color: var(--akzent); font-size: 12px; font-weight: 700; }
section.hell .ablauf li::before { background: var(--karte-hoch); }
.ablauf b { color: var(--tinte); }

/* --- Abo-Karten ruhiger ------------------------------------------------
   Vorher: fuenf Trennlinien je Karte, jede Zeile gleich laut. Jetzt traegt
   der Preis, darunter steht in einer Zeile, was man dafuer bekommt. */
.karte .stufe-liste li { border-top: 0; padding: 5px 0; }
.karte .stufe-liste li:first-child { padding-top: 0; }
.karte .preis { margin-top: 6px; }
.karte .je-anwendung { margin: 4px 0 14px; }
.karte .bindung { border-top: 1px solid var(--linie-hell); padding-top: 12px;
  margin-top: 16px; }
.karte.hervor { border-color: var(--akzent); }
.karte .marker { display: inline-block; font-size: 11px; letter-spacing: .07em;
  text-transform: uppercase; color: var(--akzent); margin-bottom: 8px; }

/* --- Fusszeile: Gruppen statt Linkliste -------------------------------- */
.fuss-karte { border-top: 1px solid var(--linie); padding-top: 30px; }
.fuss-karte .raster-3 { gap: 30px; }
.fuss-anschrift { display: grid; gap: 6px; margin-top: 8px; }

/* --- Feste Leiste am Handy: Platz darunter ----------------------------- */
@media (max-width: 719px) {
  /* Platz fuer die feste Kontaktleiste (rund 71 px) plus Luft. */
  body { padding-bottom: 96px; }
  .handyleiste { box-shadow: 0 -12px 24px rgba(0,0,0,.35); }
  /* Die feste Kontaktleiste steht unten im Bild. Damit die beiden Knoepfe der
     Buehne nicht dahinter geraten, sitzt der Buehnenblock hier hoeher und die
     Knoepfe nehmen die volle Breite - eine Zeile weniger Hoehe und groessere
     Trefferflaeche. */
  .buehne { padding-block: 34px 44px; }
  .buehne .augenmerk { margin-bottom: 10px; }
  .buehne .anriss-gross { font-size: 16.5px; line-height: 1.42; margin-bottom: 14px; }
  .buehne .knopfreihe { margin-top: 16px; gap: 10px; }
  .buehne .knopfreihe .knopf { flex: 1 1 100%; }
  .buehne-fakten { margin-top: 22px; padding-top: 16px; }
}

/* Sehr schmale Geraete: die Bühnenueberschrift enthaelt lange Ortsnamen.
   Statt zu trennen wird sie kleiner, damit "ASCHAFFENBURG" in eine Zeile passt. */
@media (max-width: 519px) {
  .buehne h1 { font-size: clamp(25px, 7.2vw, 30px); }
}
/* Geraete unter 360 px: noch einmal etwas kompakter, damit beide
   Buehnen-Knoepfe auch auf kurzen Bildschirmen ueber der Leiste stehen. */
@media (max-width: 359px) {
  .buehne { padding-block: 26px 40px; }
  .buehne .anriss-gross { font-size: 16px; }
  .buehne .augenmerk { margin-bottom: 6px; }
  .buehne .knopfreihe { margin-top: 12px; gap: 8px; }
}

/* Feste Kontaktleiste: "Termin anfragen" brach auf schmalen Geraeten in zwei
   Zeilen um und machte die Leiste rund 30 px hoeher als noetig. */
.handyleiste .knopf { white-space: nowrap; padding-inline: 12px; }
@media (max-width: 399px) {
  .handyleiste .knopf { font-size: 14.5px; padding-inline: 8px; }
}

/* --- Positionierungszeile unter der H1 der Startseite ------------------- */
.anriss-gross { max-width: 46ch; margin: 0 0 18px; color: var(--tinte);
  font-size: clamp(18px, 2.3vw, 23px); font-weight: 600; line-height: 1.45; }


/* ====================================================================
   Politur 2 — ruhiger Premium-Auftritt, echte Bildwelt
   ==================================================================== */

/* Lesbarkeit: begrenzte Zeilenlaenge im Fliesstext */
.lesetext p, .lesetext li { max-width: 68ch; }

/* --- Abo-Karten: Preis dominiert, Leistungen gruppiert -------------- */
.stufen { display: grid; gap: 18px; margin-top: 34px; grid-template-columns: 1fr; }
.stufe { position: relative; display: flex; flex-direction: column;
  background: var(--karte); border: 1px solid var(--linie);
  border-radius: 16px; padding: clamp(22px, 3.4vw, 32px); }
section.hell .stufe { background: var(--karte-hoch); border-color: var(--linie-hell); }
.stufe h3 { font-size: 17px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--tinte-zart); margin: 0 0 10px; }
.stufe .preis { font-size: clamp(38px, 6vw, 52px); letter-spacing: -.02em; }
.stufe .je-anwendung { margin: 8px 0 0; color: var(--tinte-weich); font-weight: 600;
  font-size: 14.5px; }
.stufe .enthalten { list-style: none; margin: 18px 0 0; padding: 18px 0 0;
  border-top: 1px solid var(--linie-hell); display: grid; gap: 10px; font-size: 15.5px; }
.stufe .enthalten li { color: var(--tinte-weich); }
.stufe .enthalten li b { color: var(--tinte); font-weight: 700; }
.stufe .vertrag { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--linie-hell);
  font-size: 14.5px; color: var(--tinte-zart); display: grid; gap: 6px; }
.stufe .vertrag b { color: var(--tinte-weich); font-weight: 700; }
.stufe .fussnote { margin: 16px 0 0; font-size: 13.5px; color: var(--tinte-zart); }
/* Premium dezent: eine goldene Linie oben, sonst nichts */
.stufe.hervor { border-color: rgba(198,163,90,.55); }
.stufe.hervor::before { content: ""; position: absolute; left: clamp(22px,3.4vw,32px);
  right: clamp(22px,3.4vw,32px); top: -1px; height: 2px; border-radius: 2px;
  background: var(--gold); }
.stufe .marker { position: absolute; top: clamp(22px,3.4vw,32px);
  right: clamp(22px,3.4vw,32px); font-size: 11px; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }

/* --- Informationskarte mit Bild ------------------------------------ */
.info-karte { display: flex; flex-direction: column; overflow: hidden;
  background: var(--karte); border: 1px solid var(--linie); border-radius: 16px; }
section.hell .info-karte { background: var(--karte-hoch); border-color: var(--linie-hell); }
.info-karte img { display: block; width: 100%; height: clamp(200px, 19vw, 258px);
  object-fit: cover; }
/* Hochformat-Aufnahmen in einem breiten Bildstreifen: der interessante Teil
   liegt unten (beim Scanner die Plattform mit der Standflaeche). Ohne diese
   Angabe zeigt der Streifen nur die Bildmitte. */
.info-karte img.bild-unten { object-position: 50% 92%; }
.info-karte .inhalt { padding: clamp(20px, 3vw, 28px); }
.info-karte h3 { margin-bottom: .4em; }
.info-karte p:last-child { margin-bottom: 0; }

/* --- Bildpaar ------------------------------------------------------- */
.bildpaar { display: grid; gap: 14px; margin: 0; grid-template-columns: 1fr; }
.bildpaar img { display: block; width: 100%; height: clamp(200px, 30vw, 340px);
  object-fit: cover; border-radius: 14px; }
.bildpaar figcaption { grid-column: 1 / -1; margin-top: 2px; font-size: 13.5px;
  color: var(--tinte-zart); }

/* --- Cross-Domain-Verweis ------------------------------------------- */
.nachbar { margin-top: 30px; padding: clamp(20px,3vw,28px);
  border: 1px solid var(--linie-hell); border-radius: 16px; background: var(--karte); }
section.hell .nachbar { background: var(--karte-hoch); }
.nachbar h3, .nachbar h2 { margin-bottom: .3em; font-size: clamp(19px, 3vw, 23px);
  line-height: 1.15; font-weight: 700; letter-spacing: -.01em; }
.nachbar p { margin-bottom: 14px; color: var(--tinte-weich); }

/* --- Fuss: vier Gruppen ---------------------------------------------- */
.fuss-karte .raster-4 { display: grid; gap: 30px; grid-template-columns: 1fr; }

@media (min-width: 720px) {
  .stufen { grid-template-columns: repeat(3, 1fr); }
  .bildpaar { grid-template-columns: 3fr 2fr; }
  .fuss-karte .raster-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .fuss-karte .raster-4 { grid-template-columns: repeat(4, 1fr); }
}

/* Direkt unter einem Bildband weniger Luft, damit keine leeren Flaechen entstehen */
.bildband + section { padding-block: clamp(24px, 3.6vw, 46px); }
.stufe .preis { margin-bottom: 0; }
.fuss .haus a { color: var(--tinte); text-decoration: underline;
  text-underline-offset: 3px; text-decoration-color: rgba(102,182,220,.6); }
.fuss .haus a:hover { text-decoration-color: var(--stahl); }


/* --- Vertrauensband direkt unter der Buehne ------------------------- */
.vertrauensband { padding-block: clamp(18px, 2.6vw, 30px);
  border-bottom: 1px solid var(--linie); background: var(--karte); }
.vertrauensband .note { margin: 0; gap: 14px; }
.vertrauensband .zahl { font-size: clamp(34px, 4.4vw, 44px); }
.vertrauensband .sterne { font-size: 21px; }
.vertrauensband .notetext { font-size: 15.5px; color: var(--tinte-weich); line-height: 1.45; }
.vertrauensband .notetext b { color: var(--tinte); }
.vertrauensband .notetext .klein { color: var(--tinte-zart); }

/* --- Anfrageformular ------------------------------------------------- */
.formularkarte h3 { margin-bottom: .3em; }
form .feld label { display: block; font-size: 14.5px; font-weight: 600;
  color: var(--tinte-weich); margin-bottom: 6px; }
form .feld .pflicht { color: var(--gold); }
form input, form select, form textarea { width: 100%; }
form input.fehlerhaft, form textarea.fehlerhaft { border-color: #E0A0A0; }
.feldfehler { margin: 6px 0 0; font-size: 14px; line-height: 1.4; color: #F0B7B7; }
.honigtopf { position: absolute; left: -9999px; width: 1px; height: 1px;
  overflow: hidden; }

/* --- Kontaktspalte (Karte am 10.09.2026 fuer den ersten Livegang entfernt:
   kein Kartenanbieter im Datenschutztext; Route-Link bleibt) ------------- */
.kontakt-liste .wert { line-height: 1.4; display: block; }


/* --- Kopf gegen Zusammenschieben und Ueberlauf sichern ----------------- */
.kopf .marke { flex: 0 0 auto; }
.kopf .marke img { max-width: none; }
.kopf .huelle > .knopf { flex: 0 0 auto; margin-left: auto; }
.kopf nav { min-width: 0; }
.menue-schalter { margin-left: auto; }
.kopf nav + .knopf, .kopf nav ~ .knopf { margin-left: 4px; }
html, body { overflow-x: hidden; }

/* Nur fuer Screenreader: Zwischenueberschriften, die die Gliederung vollstaendig
   machen, ohne das Layout zu veraendern. Ohne sie springt die Ueberschriften-
   ebene auf einigen Seiten von h1 direkt auf h3. */
.nur-vorlesen {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
  border: 0;
}

/* Entwurfshinweis auf noch nicht rechtlich geprueften Seiten. Bewusst auffaellig:
   diese Seite darf so nicht veroeffentlicht werden. */
.entwurfshinweis {
  margin: 0 0 30px; padding: 16px 20px; border-radius: 14px;
  border: 1px solid var(--gold); background: rgba(216,163,43,.10);
  color: var(--tinte); font-size: 15px; line-height: 1.5; max-width: 78ch;
}

/* Lange Adressen und URLs in Rechtstexten umbrechen lassen */
.lesetext a, main a[href^="http"], main code, .fliesstext a {
  overflow-wrap: anywhere; word-break: break-word; }
main table { display: block; overflow-x: auto; max-width: 100%; }

/* --- Fragen und Antworten --------------------------------------------- */
.faq { margin-top: 26px; max-width: 78ch; }
.faq details { border-top: 1px solid var(--linie-hell); }
.faq details:last-of-type { border-bottom: 1px solid var(--linie-hell); }
.faq summary { cursor: pointer; list-style: none; padding: 16px 34px 16px 0;
  font-size: 17px; font-weight: 700; color: var(--tinte); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 14px;
  font-size: 22px; font-weight: 400; color: var(--stahl); line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq summary:focus-visible { outline: 2px solid var(--stahl); outline-offset: 3px; }
.faq .antwort { padding: 0 0 18px; color: var(--tinte-weich); }
.faq .antwort p:last-child { margin-bottom: 0; }

/* --- Anker unter dem festen Kopf --------------------------------------- */
.anker { display: block; height: 0; scroll-margin-top: 90px; }
section[id] { scroll-margin-top: 84px; }

/* --- Fusszeile: Kontakt und Preise zuerst ------------------------------ */
.fuss-kopf { display: grid; gap: 18px; padding-bottom: 28px; margin-bottom: 30px;
  border-bottom: 1px solid var(--linie); align-items: center; }
.fuss-kopf .bezeichnung { display: block; font-size: 13px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--tinte-zart); margin-bottom: 8px; }
.fuss-kopf .wert { display: inline-block; margin-right: 22px; font-size: 19px;
  font-weight: 700; color: var(--tinte); border-bottom: 1px solid rgba(255,255,255,.22); }
.fuss-kopf .wert:hover { border-bottom-color: #66B6DC; }
@media (min-width: 720px) { .fuss-kopf { grid-template-columns: 1fr auto; } }

/* Knopf als <button>: ohne eigene Flaeche, sonst greift der Browser-Standard */
button.knopf-rand { background: transparent; }
button.knopf { font: inherit; }

/* Kopf: sieben Menuepunkte muessen nebeneinander passen */
@media (min-width: 1100px) {
  .kopf nav ul { gap: 4px 14px; }
  .kopf nav a { font-size: 14px; }
  .kopf .knopf { padding-inline: 16px; font-size: 14.5px; }
}

/* --- Zeitmotiv "IT'S YOUR TIME." ---------------------------------------
   Zwei analoge Uhren, eine vorwaerts, eine rueckwaerts. Reines SVG mit CSS-
   Variablen fuer die Zeigerwinkel; js/uhren.js setzt sie im Sekundentakt.
   Ohne JavaScript bleiben die im HTML gesetzten Startwinkel stehen -- das Bild
   ist dann still, aber vollstaendig. Die Uhren sind Metapher, keine Aussage
   ueber koerperliche Wirkung. */
.zeitmotiv { background: var(--karte); border-block: 1px solid var(--linie); }
.zeitmotiv .huelle { text-align: center; }
.zeitmotiv .leitzeile {
  margin: 0; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--tinte); font-size: clamp(24px, 5.2vw, 46px); line-height: 1.1;
}
.zeitmotiv .leitsatz {
  margin: 14px auto 0; max-width: 44ch; color: var(--tinte-weich);
  font-size: clamp(16px, 2.2vw, 20px);
}
.zeitmotiv .leitzusatz {
  margin: 16px auto 0; max-width: 62ch; color: var(--tinte-zart); font-size: 15.5px;
}
.uhrenpaar {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;
  gap: clamp(26px, 6vw, 74px); margin: clamp(30px, 5vw, 54px) 0 0;
}
/* flex: 0 0 auto ist hier wesentlich. Ohne sie ziehen die unterschiedlich langen
   Beschriftungen die beiden Felder verschieden breit -- die linke Uhr schrumpfte
   auf 50 px, die rechte blieb bei 122 px. */
.uhrfeld {
  display: flex; flex: 0 0 auto; min-width: 0;
  flex-direction: column; align-items: center; gap: 14px; margin: 0;
}
.uhrfeld figcaption {
  font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--tinte-zart); text-align: center; max-width: 18ch;
}
.uhr {
  display: block; width: 100%; height: auto;
  --std: 0; --min: 0; --sek: 0;
}
.uhr-blatt { fill: var(--papier); stroke: var(--linie-hell); stroke-width: 1.5; }
.uhr-marke { stroke: var(--tinte-weich); stroke-width: 2; stroke-linecap: round; }
.uhr-marke.stark { stroke: var(--tinte); stroke-width: 3; }
.uhr g[class^="z-"], .uhr line[class^="z-"] { transform-origin: 100px 100px; }
.z-std { stroke: var(--tinte); stroke-width: 6; stroke-linecap: round;
  transform: rotate(calc(var(--std) * 1deg)); }
.z-min { stroke: var(--tinte); stroke-width: 4; stroke-linecap: round;
  transform: rotate(calc(var(--min) * 1deg)); }
.z-sek { stroke: var(--gold); stroke-width: 1.6; stroke-linecap: round;
  transform: rotate(calc(var(--sek) * 1deg)); }
.uhr-mitte { fill: var(--gold); }

/* Grosse Fassung auf /longevity-circle */
.zeitmotiv .uhrfeld { width: clamp(132px, 26vw, 208px); }
/* Kompakte Fassung auf der Startseite. Hier steht .zeitmotiv INNERHALB der Huelle,
   nicht umgekehrt -- die Regel `.zeitmotiv .huelle` greift deshalb nicht und die
   Zentrierung muss eigens gesetzt werden. Ohne sie stand die Leitzeile links,
   waehrend das Uhrenpaar per Flexbox mittig blieb. */
.zeitmotiv.klein {
  border-block: 0; background: transparent; text-align: center;
  margin-top: clamp(34px, 5vw, 56px);
}
.zeitmotiv.klein .uhrfeld { width: clamp(104px, 19vw, 138px); }
.zeitmotiv.klein .leitzeile { font-size: clamp(21px, 3.4vw, 30px); }
.zeitmotiv.klein .uhrenpaar { margin-top: clamp(22px, 3.4vw, 34px); gap: clamp(22px, 4vw, 46px); }
.zeitmotiv.klein .knopfreihe { justify-content: center; }

@media (max-width: 399px) {
  .uhrenpaar { gap: 18px; }
  .zeitmotiv .uhrfeld { width: clamp(112px, 38vw, 140px); }
  .zeitmotiv.klein .uhrfeld { width: clamp(96px, 33vw, 120px); }
}

/* Wer weniger Bewegung eingestellt hat, bekommt ein stehendes Bild. */
@media (prefers-reduced-motion: reduce) {
  .uhr line[class^="z-"] { transition: none !important; }
}
