/* ---------- Schriften, lokal ausgeliefert (keine Verbindung zu Google) ---------- */
@font-face { font-family: "DM Serif Display"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/dm-serif-display-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "DM Serif Display"; font-style: italic; font-weight: 400; font-display: swap;
  src: url("fonts/dm-serif-display-latin-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/manrope-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("fonts/manrope-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("fonts/manrope-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("fonts/manrope-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 800; font-display: swap;
  src: url("fonts/manrope-latin-800-normal.woff2") format("woff2"); }

*, *::before, *::after { box-sizing: border-box; }
  :root {
    --wine: #4A0A2D; --berry: #8C2A5A; --gold: #CA9D6C; --rose: #D3B0B6; --cream: #FFFCF8;
    --bg: #F9EEE5; --surface: #FFFCF8; --ink: #33202A; --ink-soft: #7A6167; --line: #EBDCD0;
    --photo-a: #EFDDD1; --photo-b: #E2CDD0;
    --serif: "DM Serif Display", Georgia, serif;
    --sans: "Manrope", system-ui, -apple-system, sans-serif;
  }
  body {
    margin: 0; background: var(--bg); color: var(--ink);
    font-family: var(--sans); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased;
  }
  img { max-width: 100%; }
  h1, h2, h3 { font-family: var(--sans); margin: 0; text-wrap: balance; }
  h1 { font-weight: 800; font-size: clamp(31px, 4.1vw, 46px); line-height: 1.1; letter-spacing: -.028em; color: var(--wine); }
  h2 { font-weight: 800; font-size: clamp(25px, 3.3vw, 36px); line-height: 1.15; letter-spacing: -.028em; color: var(--wine); }
  h3 { font-weight: 700; font-size: 20px; line-height: 1.25; letter-spacing: -.015em; color: var(--wine); }
  p { margin: 0; }
  ul.plain { margin: 0; padding: 0; }

  .wrap { width: min(1120px, 100% - clamp(32px, 8vw, 96px)); margin-inline: auto; }
  .narrow { max-width: 62ch; }
  .band { padding: clamp(48px, 7vw, 92px) 0; }
  .band.tight { padding: clamp(36px, 5vw, 64px) 0; }
  .lede { font-size: clamp(18px, 2.1vw, 20.5px); color: var(--ink-soft); }
  .note { font-size: 14.5px; color: var(--ink-soft); }
  .eyebrow { font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--berry); }
  .rule { border: 0; border-top: 1px solid var(--line); margin: 0; }

  header.site { display: flex; align-items: center; gap: 12px 28px; flex-wrap: wrap; padding: 20px 0; border-bottom: 1px solid var(--line); }
  .brand { display: block; text-decoration: none; background: none; border: 0; padding: 0; cursor: pointer; font: inherit; }
  .brand img { display: block; width: auto; height: 56px; }
  @media (max-width: 620px) { .brand img { height: 44px; } }
  .logomark { display: block; width: auto; max-width: 300px; height: auto; margin-bottom: 18px; }
  nav.site { display: flex; flex-wrap: wrap; gap: 4px 22px; margin-left: auto; font-size: 15px; }
  nav.site a {
    font-size: 15px; text-decoration: none;
    color: var(--ink-soft); padding: 4px 0; border-bottom: 2px solid transparent;
  }
  nav.site a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--berry); font-weight: 600; }
  nav.site a:hover { color: var(--ink); }

  .btn {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--wine); color: var(--cream);
    font-size: 16px; font-weight: 700; padding: 14px 28px;
    border-radius: 999px; text-decoration: none; border: 1px solid var(--wine);
    cursor: pointer; font-family: inherit; transition: filter .18s;
  }
  .btn:hover { filter: brightness(1.12); }
  .btn.ghost { background: transparent; color: var(--wine); border-color: var(--line); font-weight: 600; }
  .btn.ghost:hover { border-color: var(--berry); color: var(--berry); }
  .btn.small { font-size: 14px; padding: 10px 20px; }
  .btn:focus-visible, nav.site a:focus-visible, .brand:focus-visible { outline: 2px solid var(--wine); outline-offset: 3px; }

  .photo {
    background:
      radial-gradient(120% 90% at 20% 15%, var(--photo-a), transparent 62%),
      radial-gradient(110% 100% at 85% 85%, var(--photo-b), transparent 60%),
      var(--surface);
    border: 1px solid var(--line); border-radius: 24px;
    display: grid; place-content: center; text-align: center;
    color: var(--ink-soft); font-size: 13px; letter-spacing: .06em; padding: 24px; min-height: 260px;
  }
  .flag {
    display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: .04em;
    color: #7A4A0A; background: #FBEFD9; border: 1px dashed #D2A85C; border-radius: 4px; padding: 3px 9px;
  }

  .pagehead { padding: clamp(38px, 5.5vw, 68px) 0 clamp(28px, 4vw, 44px); }
  .pagehead .lede { margin-top: 20px; }

  .hero { display: grid; gap: 36px; padding: clamp(40px, 6vw, 68px) 0 clamp(44px, 6.5vw, 80px); align-items: end; }
  @media (min-width: 940px) { .hero { grid-template-columns: 1.12fr .88fr; gap: 56px; align-items: center; } }
  .hero .lede { margin-top: 22px; max-width: 46ch; }
  .hero .cta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: center; }
  .hero .photo { min-height: 400px; border-radius: 230px 230px 22px 22px; }

  .lines { margin-top: 36px; display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); }
  .lines.eins { grid-template-columns: 1fr; }
  .lines p { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 24px 26px; font-size: 17.5px; }

  .quote { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: clamp(28px, 4vw, 44px); position: relative; margin-top: 32px; }
  .quote::before { content: ""; position: absolute; left: clamp(28px, 4vw, 44px); top: 0; width: 56px; height: 2px; background: var(--gold); }
  .quote p { font-family: var(--serif); font-size: clamp(22px, 3vw, 31px); line-height: 1.3; color: var(--wine); }
  .quote cite { display: block; margin-top: 16px; font-style: normal; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }

  .kinds { margin-top: 40px; display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); }
  .kinds article { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 28px; display: flex; flex-direction: column; gap: 10px; }
  .kinds .dot { width: 11px; height: 11px; border-radius: 50%; background: var(--gold); }
  .kinds .who { font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--berry); }

  .steps { margin-top: 34px; display: grid; gap: 24px; padding: 0; }
  .steps li { list-style: none; display: grid; grid-template-columns: 52px 1fr; gap: 20px; align-items: start; }
  .steps b { font-family: var(--serif); font-size: 34px; color: var(--berry); line-height: .9; }
  .steps p { margin-top: 6px; }

  .obj { margin-top: 34px; display: grid; gap: 20px; }
  .obj > div { display: grid; gap: 8px 36px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  @media (min-width: 760px) { .obj > div { grid-template-columns: 24ch 1fr; } }
  .obj q { font-family: var(--serif); font-size: 21px; color: var(--berry); quotes: "\201E" "\201C"; }

  .faq { margin-top: 32px; display: grid; gap: 16px; }
  .faq article { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 24px 26px; }
  .faq h3 { margin-bottom: 8px; }

  .split { display: grid; gap: 40px; align-items: center; }
  @media (min-width: 900px) { .split { grid-template-columns: .85fr 1.15fr; gap: 56px; } }
  .split.flip { grid-template-columns: 1fr; }
  @media (min-width: 900px) { .split.flip { grid-template-columns: 1.15fr .85fr; } }
  .split .photo { min-height: 340px; }

  .measure { margin-top: 26px; display: grid; gap: 14px; }
  .measure p { max-width: 66ch; }

  .checklist { margin-top: 26px; display: grid; gap: 12px; }
  .checklist li { list-style: none; display: grid; grid-template-columns: 20px 1fr; gap: 14px; align-items: start; }
  .checklist span.tick { width: 9px; height: 9px; border-radius: 50%; background: var(--berry); margin-top: 9px; }
  .checklist.muted span.tick { background: var(--taupe); }

  .pricebox { margin-top: 32px; display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
  .pricebox article { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 28px; }
  .pricebox .amount { font-family: var(--serif); font-size: 40px; color: var(--berry); line-height: 1; display: block; margin: 10px 0 12px; font-variant-numeric: tabular-nums; }

  .contactgrid { margin-top: 36px; display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
  .contactgrid article { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 28px; }
  .calendar { margin-top: 30px; border: 2px dashed var(--gold); border-radius: 24px; background: var(--surface); padding: clamp(30px, 5vw, 56px); text-align: center; }

  .close { background: var(--wine); color: #F3E2DC; }
  .close h2 { color: var(--cream); }
  .close .btn { background: var(--cream); color: var(--wine); border-color: var(--cream); }
  .close .note { color: #DCBCC6; }

  footer.site { padding: 40px 0 56px; border-top: 1px solid var(--line); font-size: 14.5px; color: var(--ink-soft); }
  footer.site .fnav { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 12px; }
  footer.site a { color: var(--ink-soft); }
  .breadcrumb { font-size: 13.5px; color: var(--ink-soft); padding-top: 20px; }
  .breadcrumb a { color: var(--ink-soft); }
  .related { margin-top: 34px; display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
  .related a { display: block; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; text-decoration: none; color: var(--wine); font-weight: 700; font-size: 16px; }
  .related a:hover { border-color: var(--berry); }
  .related a span { display: block; font-weight: 400; font-size: 14px; color: var(--ink-soft); margin-top: 4px; }
  .measure h3 { margin-top: 26px; }
  .measure h3:first-child { margin-top: 0; }

  @media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }

/* ---------- Bilder ---------- */
.figure img { display: block; width: 100%; height: auto; border-radius: 24px; border: 1px solid var(--line); }
/* Motivbilder in Textspalten: festes Hochformat, gedeckelte Höhe, damit kein Bild
   den Text daneben erschlägt. Schmale Schirme zeigen sie flacher. */
.split .figure img { aspect-ratio: 3 / 4; height: auto; max-height: 500px; object-fit: cover; }
@media (max-width: 899px) { .split .figure img { aspect-ratio: 16 / 10; max-height: 300px; } }
/* Querstreifen über die volle Textbreite */
.figure.streifen img { aspect-ratio: 3 / 1; object-fit: cover; max-height: 260px; }
@media (max-width: 620px) { .figure.streifen img { aspect-ratio: 2 / 1; } }
.figure-hero img { display: block; width: 100%; height: auto; border-radius: 230px 230px 22px 22px; border: 1px solid var(--line); }
.figure figcaption, .figure-hero figcaption { font-size: 13px; color: var(--ink-soft); margin-top: 10px; }
figure { margin: 0; }
.kinds h3 a { color: var(--wine); text-decoration: none; border-bottom: 2px solid var(--gold); }
.kinds h3 a:hover { color: var(--berry); }
.measure a, .note a, .lines a { color: var(--berry); }

/* ---------- Kooperationspartner ---------- */
.partner { margin-top: 26px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
  background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 22px 26px; max-width: 62ch; }
.partner img { height: 86px; width: auto; display: block; }
.partner .slot { width: 180px; height: 66px; border: 1px dashed var(--gold); border-radius: 8px;
  display: grid; place-content: center; text-align: center; font-size: 11px; line-height: 1.3; color: var(--ink-soft); padding: 6px; }
.partner .txt { flex: 1 1 260px; }
.partner .txt a { color: var(--berry); font-weight: 600; }

/* ---------- freigestellte Porträts ---------- */
.round { border-radius: 50%; width: 210px; height: 210px; object-fit: cover; display: block; border: 1px solid var(--line); }
.round-sm { border-radius: 50%; width: 112px; height: 112px; object-fit: cover; display: block; }
.with-portrait { display: flex; gap: 28px; align-items: flex-start; flex-wrap: wrap; }
.with-portrait > div { flex: 1 1 300px; }
.cutout { margin: 0; }
.cutout img { display: block; width: 100%; height: auto;
  filter: drop-shadow(0 20px 26px rgba(74, 10, 45, .15)); }
/* Bilder, die am unteren Bildrand abgeschnitten sind, laufen weich aus */
.cutout.fade img, .creme.fade img { filter: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 90%, transparent 100%); }
/* Fotos, deren Hintergrund bereits auf --bg #F9EEE5 liegt: kein Rahmen, keine Kante.
   Achtung: Diese Bilder nur in Abschnitten ohne eigene Hintergrundfarbe verwenden. */
.creme { margin: 0; }
.creme img { display: block; width: 100%; height: auto; }
.cutout.klein, .creme.klein { max-width: 330px; }
@media (min-width: 900px) { .cutout.rechts { margin-left: auto; } }

/* Signet der Initiative auf den Eltern-Kind-Seiten */
.initiative { text-align: center; }
.initiative img { width: 108px; height: auto; display: inline-block; opacity: .92; }

/* Startseite: Porträt im Kopfbereich zurückhaltender */
@media (min-width: 940px) {
  .hero { grid-template-columns: 1.3fr .7fr; }
  .hero .cutout, .hero .creme { max-width: 330px; margin-left: auto; }
}

/* ---------- Untermenü unter Kur & Reha ---------- */
.navitem.has-sub { position: relative; display: inline-flex; align-items: center; gap: 5px; }
.subtoggle { appearance: none; background: none; border: 0; padding: 4px; cursor: pointer;
  line-height: 0; color: var(--ink-soft); }
.subtoggle::before { content: ""; display: block; width: 7px; height: 7px;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px); }
.has-sub.offen .subtoggle { color: var(--berry); }
.submenu { position: absolute; top: calc(100% + 14px); left: -18px; z-index: 40;
  display: grid; grid-template-columns: repeat(2, minmax(190px, 1fr)); gap: 8px 34px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
  padding: 22px 26px; box-shadow: 0 22px 44px rgba(74, 10, 45, .13); }
.submenu[hidden] { display: none; }
.submenu .subhead { font-size: 12px; letter-spacing: .09em; text-transform: uppercase;
  color: var(--berry); font-weight: 700; margin: 0 0 10px; }
.submenu a { display: block; padding: 5px 0; border: 0; font-size: 15px; white-space: nowrap; }
.submenu a:hover { color: var(--berry); }
@media (max-width: 899px) {
  .navitem.has-sub { position: static; display: flex; flex-wrap: wrap; }
  .navitem.has-sub.offen { width: 100%; }
  .submenu { position: static; grid-template-columns: 1fr; gap: 2px;
    flex: 1 1 100%; margin: 12px 0 4px; box-shadow: none; padding: 16px 18px; }
  .submenu .subcol + .subcol { margin-top: 14px; }
  .submenu a { white-space: normal; }
}

/* ---------- Rechtstexte ---------- */
.legal h2 { font-size: 22px; margin: 42px 0 12px; }
.legal h2:first-child { margin-top: 0; }
.legal h3 { font-size: 18px; margin: 28px 0 8px; }
.legal h4 { font-size: 16px; margin: 20px 0 6px; }
.legal p, .legal li { font-size: 16px; }
.legal ul { padding-left: 20px; }
.legal a { color: var(--berry); word-break: break-word; }
.cutout.mini { max-width: 240px; margin-left: auto; margin-right: auto; }
