/* SPRACHKONTOR — Hausstil.
   Farbe kommt aus Crimson auf hellem Nebelgrau, Struktur aus weissen Karten. */

:root{
  --rot:#d21744; --rot-tief:#a90f35; --rot-blass:#fdeaef;
  --tinte:#14192b; --kohle:#2b3244; --grau:#5c6478; --grau-hell:#646c80;
  --marine:#1b3c7e; --nebel:#eff2f8; --nebel-tief:#e7ecf6;
  --linie:#e2e7f1; --weiss:#fff;
  --huelle:1220px; --radius:12px; --radius-klein:8px;
  --schatten:0 20px 44px -30px rgba(20,25,43,.42);
  --schatten-hoch:0 30px 60px -30px rgba(20,25,43,.38);
  --takt:.32s cubic-bezier(.22,.61,.36,1);
  --schrift:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
[hidden]{display:none!important}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:96px}
body{margin:0;font-family:var(--schrift);font-size:clamp(1rem,.97rem + .16vw,1.06rem);
  line-height:1.7;color:var(--grau);background:var(--weiss);
  -webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
picture{display:contents}
a{color:var(--marine);text-underline-offset:3px}
h1,h2,h3,h4{color:var(--tinte);font-weight:800;line-height:1.16;letter-spacing:-.02em;margin:0}
p{margin:0}
ul{margin:0;padding:0;list-style:none}
button,input,select,textarea{font:inherit;color:inherit}
:focus-visible{outline:3px solid var(--rot);outline-offset:3px;border-radius:4px}

.huelle{width:min(100% - 2.5rem,var(--huelle));margin-inline:auto}
.sprung{position:absolute;left:-999px;top:0;z-index:99;background:var(--rot);color:#fff;
  padding:.8rem 1.3rem;font-weight:700;border-radius:0 0 8px 0}
.sprung:focus{left:0}

/* ------------------------------------------------------------- Wortmarke */
.marke{display:inline-flex;flex-direction:column;gap:.28rem;line-height:1}
.marke__zeile{display:inline-flex;align-items:center;gap:.6rem}
.marke__zeichen{width:34px;height:34px;color:var(--rot);flex:none}
.marke__zeichen svg{width:100%;height:100%;display:block}
.marke__wort{font-weight:900;font-size:1.34rem;letter-spacing:.02em;white-space:nowrap}
.marke__wort b{color:var(--tinte);font-weight:900}
.marke__wort i{color:var(--rot);font-style:normal;font-weight:900}
.marke__unter{font-size:.6rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--grau-hell);padding-left:2.7rem}

/* ------------------------------------------------------------- Kopfleiste */
.eilband{background:var(--tinte);color:#dfe4f0;font-size:.83rem}
.eilband__innen{display:flex;flex-wrap:wrap;gap:.2rem 1rem;align-items:center;
  justify-content:center;padding:.55rem 0}
.eilband a{color:#fff;font-weight:700;text-decoration:none}
.eilband a:hover{color:#ffbdcd}
.eilband__zusatz{color:#a8b1c6;font-weight:500}

.kopf{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--linie);transition:box-shadow var(--takt)}
.kopf[data-fest="ja"]{box-shadow:0 12px 30px -24px rgba(20,25,43,.6)}
.kopf__innen{display:flex;align-items:center;justify-content:space-between;gap:1.4rem;
  padding:.85rem 0}
.kopf__marke{text-decoration:none;flex:none}
.nav{display:flex;align-items:center;gap:.15rem}
.nav__link{color:var(--kohle);text-decoration:none;font-weight:600;font-size:.94rem;
  padding:.55rem .74rem;border-radius:7px;transition:color var(--takt),background var(--takt)}
.nav__link:hover{color:var(--rot);background:var(--rot-blass)}
.nav__link[aria-current="page"]{color:var(--rot)}
.nav__tat{margin-left:.7rem}
.kopf__tat{display:flex;align-items:center;gap:.9rem}
.kopf__tel{display:inline-flex;align-items:center;gap:.5rem;color:var(--tinte);
  text-decoration:none;font-weight:800;font-size:.95rem;white-space:nowrap}
.kopf__tel svg{width:19px;height:19px;color:var(--rot)}
.kopf__tel:hover{color:var(--rot)}
.schalter{display:none;width:44px;height:44px;border:1px solid var(--linie);background:var(--weiss);
  border-radius:9px;cursor:pointer;position:relative}
.schalter span,.schalter span::before,.schalter span::after{position:absolute;left:12px;width:20px;
  height:2px;background:var(--tinte);border-radius:2px;transition:transform var(--takt),opacity var(--takt)}
.schalter span{top:21px}
.schalter span::before{content:"";top:-6px;left:0}
.schalter span::after{content:"";top:6px;left:0}
.schalter[aria-expanded="true"] span{background:transparent}
.schalter[aria-expanded="true"] span::before{transform:translateY(6px) rotate(45deg)}
.schalter[aria-expanded="true"] span::after{transform:translateY(-6px) rotate(-45deg)}

/* ------------------------------------------------------------- Grundtypen */
.abschnitt{padding-block:clamp(3.4rem,6.4vw,6rem)}
.abschnitt--nebel{background:var(--nebel)}
.abschnitt--eng{padding-block:clamp(2.6rem,4.6vw,4rem)}
.h-riesig{font-size:clamp(2.1rem,1.3rem + 3.4vw,3.5rem)}
.h-gross{font-size:clamp(1.75rem,1.2rem + 2.4vw,2.75rem)}
.h-mittel{font-size:clamp(1.5rem,1.15rem + 1.5vw,2.1rem)}
.h-klein{font-size:clamp(1.12rem,1.02rem + .4vw,1.3rem)}
h1 em,h2 em,h3 em{color:var(--rot);font-style:normal}
.kicker{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.17em;
  text-transform:uppercase;color:var(--rot);margin-bottom:.9rem}
.strich-satz{position:relative;padding-left:3.4rem;max-width:56ch;margin-top:1.4rem;
  color:var(--kohle);font-size:1.02rem}
.strich-satz::before{content:"";position:absolute;left:0;top:.78em;width:2.3rem;height:3px;
  background:var(--rot);border-radius:2px}
.fuehrung{max-width:62ch;font-size:1.05rem}
.klein{font-size:.82rem;line-height:1.55;color:var(--grau-hell)}
.oben-luft{margin-top:1.5rem}
.kopfblock{max-width:60rem}
.mitte{text-align:center;margin-inline:auto}
.mitte .strich-satz{padding-left:0;text-align:center}
.mitte .strich-satz::before{position:static;display:block;margin:0 auto .9rem}

/* ------------------------------------------------------------------ Knopf */
.knopf{display:inline-flex;white-space:nowrap;align-items:center;justify-content:center;gap:.55rem;
  padding:1rem 1.9rem;border:2px solid transparent;border-radius:var(--radius-klein);
  font-weight:700;font-size:.95rem;text-decoration:none;cursor:pointer;
  transition:transform var(--takt),background var(--takt),color var(--takt),box-shadow var(--takt)}
.knopf--rot{background:var(--rot);color:#fff;box-shadow:0 14px 26px -16px rgba(238,27,77,.75)}
.knopf--rot:hover{background:var(--rot-tief);transform:translateY(-2px)}
.knopf--rahmen{background:transparent;color:var(--tinte);border-color:var(--linie)}
.knopf--rahmen:hover{border-color:var(--rot);color:var(--rot)}
.knopf--weiss{background:#fff;color:var(--rot)}
.knopf--weiss:hover{transform:translateY(-2px)}
.knopf--klein{padding:.72rem 1.2rem;font-size:.88rem}
.knopf--breit{width:100%}
.mehr{display:inline-flex;align-items:center;gap:.4rem;color:var(--marine);font-weight:700;
  font-size:.92rem;text-decoration:underline;text-underline-offset:4px}
.mehr:hover{color:var(--rot)}

/* ------------------------------------------------------------------- Hero */
.hero{position:relative;background:var(--nebel);overflow:hidden;
  padding-block:clamp(3rem,5.6vw,5.2rem)}
.hero::before{content:"";position:absolute;inset:auto -12% -55% 55%;height:120%;
  background:radial-gradient(circle at 50% 50%,rgba(238,27,77,.1),transparent 62%);pointer-events:none}
.hero__innen{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:clamp(2rem,4vw,4rem);
  align-items:center}
.hero__text h1{margin-bottom:0}
.hero__marken{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:2rem}
.hero__marke{display:inline-flex;align-items:center;gap:.45rem;background:#fff;border:1px solid var(--linie);
  border-radius:100px;padding:.5rem .95rem;font-size:.82rem;font-weight:700;color:var(--kohle)}
.hero__marke b{color:var(--rot)}
.hero__tat{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2.1rem}
.hero__bild{position:relative}
.hero__bild img{border-radius:var(--radius);box-shadow:var(--schatten-hoch);width:100%;
  aspect-ratio:1500/1150;object-fit:cover}
.hero__plakette{position:absolute;right:-.6rem;bottom:-1.4rem;background:#fff;border-radius:var(--radius);
  box-shadow:var(--schatten);padding:1.1rem 1.3rem;display:flex;gap:.9rem;align-items:center;
  max-width:19rem;border-left:4px solid var(--rot)}
.hero__plakette b{display:block;color:var(--tinte);font-size:1.5rem;font-weight:900;line-height:1.1}
.hero__plakette span{font-size:.8rem;line-height:1.4;color:var(--grau)}

/* ------------------------------------------------------------ Kartenraster */
.raster{display:grid;gap:1.6rem;margin-top:clamp(2.2rem,4vw,3.2rem)}
.raster--2{grid-template-columns:repeat(2,1fr)}
.raster--3{grid-template-columns:repeat(3,1fr)}
.raster--4{grid-template-columns:repeat(4,1fr)}

.karte{background:var(--weiss);border:1px solid var(--linie);border-radius:var(--radius);
  padding:clamp(1.6rem,2.4vw,2.1rem);transition:transform var(--takt),box-shadow var(--takt),border-color var(--takt)}
.karte:hover{transform:translateY(-4px);box-shadow:var(--schatten);border-color:transparent}
.karte__kopf{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}
.karte__titel{font-size:1.16rem;max-width:12ch}
.karte__strich{display:block;width:2.1rem;height:3px;background:var(--rot);border-radius:2px;margin:1rem 0 1.1rem}
.karte__satz{font-size:.94rem;line-height:1.65}
.karte__fuss{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;
  gap:.8rem;margin-top:1.6rem;padding-top:1.2rem;border-top:1px solid var(--linie)}
.preis{display:inline-flex;align-items:center;gap:.5rem;font-size:.86rem;color:var(--grau)}
.preis b{color:var(--tinte);font-weight:800}
.preis svg{width:17px;height:17px;color:var(--rot);flex:none}

.symbol{width:84px;height:84px;border-radius:50%;background:var(--nebel);display:grid;
  place-items:center;flex:none;transition:background var(--takt)}
.symbol svg{width:46px;height:46px;color:var(--rot)}
.karte:hover .symbol{background:var(--rot-blass)}
.symbol--klein{width:62px;height:62px}
.symbol--klein svg{width:32px;height:32px}
.symbol--grau svg{color:#c3cad9}

/* ------------------------------------------------------------- Preisformular */
.rechner{background:var(--nebel);position:relative;overflow:hidden}
.rechner__zeichen{position:absolute;right:-4%;top:8%;width:34rem;color:#fff;opacity:.75;
  pointer-events:none}
.rechner__innen{position:relative}
.rechner__form{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;
  margin-top:clamp(2rem,3.4vw,2.8rem);align-items:start}
.feld{display:block;position:relative}
.feld__text{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.feld input,.feld select,.feld textarea{width:100%;background:#fff;border:1px solid var(--linie);
  border-radius:var(--radius-klein);padding:1.05rem 1.1rem;font-size:.95rem;color:var(--tinte);
  transition:border-color var(--takt),box-shadow var(--takt)}
.feld textarea{min-height:9.4rem;resize:vertical}
.feld input::placeholder,.feld textarea::placeholder{color:var(--grau-hell)}
.feld select{appearance:none;color:var(--grau-hell);cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b3c7e' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 1rem center;background-size:18px;padding-right:2.8rem}
.feld select:valid,.feld select[data-gewaehlt="ja"]{color:var(--tinte)}
.feld input:focus,.feld select:focus,.feld textarea:focus{border-color:var(--rot);
  box-shadow:0 0 0 3px var(--rot-blass);outline:none}
.feld__datei{position:relative}
.feld__datei input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}
.feld__hinweis{display:flex;align-items:center;justify-content:space-between;gap:.8rem;
  background:#fff;border:1px solid var(--linie);border-radius:var(--radius-klein);
  padding:1.05rem 1.1rem;font-size:.95rem;color:var(--grau-hell);cursor:pointer;
  overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.feld__hinweis::after{content:"";width:19px;height:19px;flex:none;background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.4 11.05 12.25 20.2a6 6 0 0 1-8.49-8.49l9.2-9.19a4 4 0 0 1 5.65 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.4 11.05 12.25 20.2a6 6 0 0 1-8.49-8.49l9.2-9.19a4 4 0 0 1 5.65 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E") center/contain no-repeat}
.feld__datei input:focus-visible + .feld__hinweis{border-color:var(--rot);box-shadow:0 0 0 3px var(--rot-blass)}
.rechner__tat{display:flex;flex-direction:column;gap:.7rem;align-items:stretch}
.rechner__tat .klein{text-align:center}
.rechner__lang{grid-row:span 2}

/* ------------------------------------------------------------------ Aktion */
.aktion{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(1.6rem,4vw,3.4rem);
  align-items:center;margin-top:clamp(2rem,3.4vw,3rem)}
.aktion__bild img{border-radius:var(--radius);box-shadow:var(--schatten);width:100%;
  aspect-ratio:1200/860;object-fit:cover}
.aktion__marke{display:inline-flex;align-items:center;gap:.6rem;font-weight:800;color:var(--tinte);
  font-size:1.16rem;margin-bottom:1.3rem}
.aktion__marke svg{width:22px;height:22px;color:var(--marine)}
.aktion__satz + .aktion__satz{margin-top:1rem}
.schieber__punkte{display:flex;gap:.55rem;margin-top:2rem;align-items:center}
.punkt{width:11px;height:11px;border-radius:50%;border:0;background:#cdd5e6;cursor:pointer;
  padding:0;transition:background var(--takt),width var(--takt)}
.punkt[aria-current="true"]{background:var(--rot);width:30px;border-radius:6px}
.pfeil{width:46px;height:46px;border-radius:50%;border:0;background:var(--marine);color:#fff;
  cursor:pointer;display:grid;place-items:center;transition:background var(--takt),transform var(--takt)}
.pfeil:hover{background:var(--rot);transform:scale(1.06)}
.pfeil svg{width:20px;height:20px}
.pfeil[disabled]{opacity:.35;cursor:default;transform:none;background:var(--marine)}

/* ------------------------------------------------------------------ Ablauf */
.schritte{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.4rem,3vw,2.6rem);
  margin-top:clamp(2.4rem,4vw,3.4rem)}
.schritt{position:relative}
.schritt__zahl{font-size:clamp(4rem,7vw,6.6rem);font-weight:900;line-height:.9;color:#e8ecf5;
  letter-spacing:-.04em}
.schritt__bild{margin:-1.6rem 0 0;position:relative;width:min(100%,17rem)}
.schritt__bild img{border-radius:50%;aspect-ratio:1;object-fit:cover;width:100%}
.schritt__band{background:var(--rot);color:#fff;font-weight:800;font-size:1rem;line-height:1.35;
  padding:1rem 1.2rem;border-radius:var(--radius-klein);margin:-2.6rem 0 0 1.6rem;position:relative;
  z-index:2;max-width:20rem;box-shadow:0 16px 30px -20px rgba(238,27,77,.8)}
.schritt__liste{margin-top:1.6rem;display:grid;gap:.9rem}
.schritt__liste li{position:relative;padding-left:1.6rem;font-size:.92rem;line-height:1.6}
.schritt__liste li::before{content:"";position:absolute;left:0;top:.55em;width:9px;height:9px;
  border-right:2px solid var(--rot);border-top:2px solid var(--rot);transform:rotate(45deg)}
.schritt__liste a{color:var(--rot);font-weight:700}

/* ------------------------------------------------------------- Zustellwege */
.weg{text-align:center}
.weg .symbol{margin:0 auto 1.4rem;width:96px;height:96px}
.weg .symbol svg{width:50px;height:50px;color:var(--tinte)}
.weg h3{font-size:1.02rem;line-height:1.45}
.weg p{margin-top:1rem;font-size:.86rem;color:var(--grau-hell)}

/* ---------------------------------------------------------------- Zahlen */
.zahlen{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.6rem,3vw,2.6rem);
  margin-top:clamp(2.4rem,4vw,3.4rem)}
.zahl{display:flex;align-items:center;justify-content:center;gap:1rem}
.zahl__kreis{width:74px;height:74px;border-radius:50%;border:2px solid var(--rot);display:grid;
  place-items:center;flex:none}
.zahl__kreis svg{width:36px;height:36px;color:var(--rot)}
.zahl b{display:block;font-size:1.9rem;font-weight:900;color:var(--tinte);line-height:1}
.zahl b + span{font-size:.86rem;line-height:1.4;display:block;margin-top:.3rem}

/* --------------------------------------------------------------- Vorteile */
.vorteil{display:grid;grid-template-columns:auto 1fr;gap:1.4rem;align-items:start}
.vorteil h3{font-size:1.16rem;line-height:1.35}
.vorteil p{margin-top:1rem;font-size:.92rem}
.vorteil a{color:var(--marine);font-weight:600}

/* ------------------------------------------------------------------- Team */
.team{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(1.6rem,3vw,2.6rem);
  margin-top:clamp(2.4rem,4vw,3.2rem);align-items:start}
.team__klein{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.4rem,2.4vw,2rem)}
.kopfkarte img{border-radius:var(--radius);width:100%;object-fit:cover;filter:grayscale(1) contrast(1.05)}
.kopfkarte--gross img{aspect-ratio:900/1100}
.kopfkarte--klein img{aspect-ratio:760/560}
.kopfkarte__name{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem;margin-top:1.2rem}
.kopfkarte__name h3{font-size:1.16rem;padding-bottom:.5rem;border-bottom:3px solid var(--rot);
  display:inline-block}
.kopfkarte__rolle{margin-top:.8rem;font-size:.92rem}
.kopfkarte__jahre{margin-top:.5rem;font-size:.86rem;color:var(--grau-hell)}
.kopfkarte__draht{display:inline-flex;gap:.45rem;margin-bottom:.5rem}
.kopfkarte__draht a{width:30px;height:30px;border-radius:50%;background:var(--nebel);display:grid;
  place-items:center;color:var(--marine);transition:background var(--takt),color var(--takt)}
.kopfkarte__draht a:hover{background:var(--rot);color:#fff}
.kopfkarte__draht svg{width:16px;height:16px}
.stellen{background:#dcebff;border-radius:var(--radius);padding:1.8rem;display:flex;
  flex-direction:column;justify-content:space-between;gap:1.4rem;min-height:13rem}
.stellen h3{font-size:1.4rem}
.stellen p{font-size:.9rem;color:var(--kohle)}

/* --------------------------------------------------------------- Beitraege */
.beitrag{background:#fff;border:1px solid var(--linie);border-radius:var(--radius);overflow:hidden;
  display:flex;flex-direction:column;transition:transform var(--takt),box-shadow var(--takt)}
.beitrag:hover{transform:translateY(-4px);box-shadow:var(--schatten)}
.beitrag img{aspect-ratio:1000/700;object-fit:cover;width:100%}
.beitrag__innen{padding:1.6rem;display:flex;flex-direction:column;gap:1rem;flex:1}
.beitrag__datum{font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
  color:var(--grau-hell)}
.beitrag h3{font-size:1.06rem;line-height:1.45}
.beitrag h3::after{content:"";display:block;width:2.1rem;height:3px;background:var(--rot);
  border-radius:2px;margin-top:1rem}
.beitrag p{font-size:.9rem;flex:1}

/* --------------------------------------------------------------- Stimmen */
.stimme{background:#fff;border:1px solid var(--linie);border-radius:var(--radius);
  padding:clamp(1.6rem,2.4vw,2rem);display:grid;grid-template-columns:auto 1fr;gap:1.4rem;
  align-items:start}
.stimme img{width:78px;height:78px;border-radius:50%;object-fit:cover;flex:none}
.stimme h3{font-size:1.02rem}
.stimme p{margin-top:.9rem;font-size:.92rem}
.stimme__fuss{margin-top:1.2rem;display:flex;gap:1.2rem;flex-wrap:wrap;align-items:center}
.stimme__ort{font-size:.82rem;color:var(--grau-hell)}

/* --------------------------------------------------------------- Kunden */
.kunden{display:grid;grid-template-columns:repeat(5,1fr);gap:1.2rem;
  margin-top:clamp(2rem,3.4vw,2.8rem)}
.kunde{background:#fff;border:1px solid var(--linie);border-radius:var(--radius);height:7rem;
  display:grid;place-items:center;text-align:center;padding:1rem;
  transition:border-color var(--takt),transform var(--takt)}
.kunde:hover{border-color:var(--rot);transform:translateY(-3px)}
.kunde b{display:block;font-size:1.02rem;font-weight:900;letter-spacing:.05em;color:var(--tinte)}
.kunde span{display:block;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--grau-hell);margin-top:.35rem}

/* ------------------------------------------------------------------ Fragen */
.fragen{max-width:60rem;margin-top:clamp(2.2rem,3.6vw,3rem);display:grid;gap:1rem}
.frage{background:#fff;border:1px solid var(--linie);border-radius:var(--radius);overflow:hidden;
  transition:box-shadow var(--takt),border-color var(--takt)}
.frage[open]{box-shadow:var(--schatten);border-color:transparent}
.frage summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;
  align-items:center;gap:1.4rem;padding:1.4rem 1.7rem;font-weight:700;color:var(--tinte);
  font-size:1rem;line-height:1.45}
.frage summary::-webkit-details-marker{display:none}
.frage summary::after{content:"";width:20px;height:20px;flex:none;border-right:2.4px solid var(--marine);
  border-bottom:2.4px solid var(--marine);transform:rotate(45deg) translate(-3px,-3px);
  transition:transform var(--takt)}
.frage[open] summary::after{transform:rotate(-135deg) translate(-5px,-5px);border-color:var(--rot)}
.frage__satz{padding:0 1.7rem 1.6rem;font-size:.94rem;max-width:62ch}
.frage__satz p + p{margin-top:.9rem}

/* ------------------------------------------------------------------ Aufruf */
.aufruf{background:var(--nebel)}
.aufruf__karte{background:#fff;border-radius:var(--radius);box-shadow:var(--schatten);
  display:grid;grid-template-columns:1.25fr .75fr;gap:1rem;overflow:hidden;
  padding:clamp(1.8rem,3.4vw,3rem);align-items:center}
.aufruf__form{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;
  align-items:start}
.aufruf__knopf{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.aufruf__knopf .klein{max-width:24rem}
.aufruf__bild{align-self:end;justify-self:center}
.aufruf__bild img{max-height:24rem;width:auto}

/* ------------------------------------------------------------------- Tafel */
.tafel{width:100%;border-collapse:collapse;margin-top:1.6rem;font-size:.92rem;
  background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--schatten)}
.tafel caption{text-align:left;font-weight:700;color:var(--tinte);padding-bottom:.9rem}
.tafel th,.tafel td{padding:.95rem 1.2rem;text-align:left;border-bottom:1px solid var(--linie)}
.tafel th{background:var(--tinte);color:#fff;font-weight:700;font-size:.84rem;
  letter-spacing:.04em;text-transform:uppercase}
.tafel tbody tr:last-child td{border-bottom:0}
.tafel tbody tr:hover{background:var(--nebel)}
.tafel td b{color:var(--tinte)}
.tafel__rolle{overflow-x:auto}

/* ------------------------------------------------------------------ Fuss */
.fuss{background:var(--tinte);color:#aeb6c8;padding-top:clamp(3rem,5vw,4.4rem);font-size:.92rem}
.fuss__innen{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2.4rem}
.fuss__marke{display:inline-block;text-decoration:none;margin-bottom:1.3rem}
.fuss .marke__wort b{color:#fff}
.fuss .marke__unter{color:#7c8499}
.fuss__satz{max-width:34ch;margin-bottom:1.6rem;line-height:1.7}
.fuss__titel{color:#fff;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;
  margin-bottom:1.2rem}
.fuss__liste{display:grid;gap:.7rem}
.fuss__liste a{color:#aeb6c8;text-decoration:none}
.fuss__liste a:hover{color:#fff}
.fuss__liste--kontakt li{line-height:1.6}
.fuss__liste--recht{margin-top:1.6rem;padding-top:1.4rem;border-top:1px solid #262d42;
  grid-auto-flow:column;justify-content:start;gap:1.2rem;font-size:.84rem}
.fuss__zeile{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.8rem;
  margin-top:clamp(2.4rem,4vw,3.4rem);padding:1.4rem 0;border-top:1px solid #262d42;font-size:.82rem}
.fuss__demo{color:#7c8499}

/* --------------------------------------------------------------- Einblenden */
.zeigen{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.zeigen[data-sichtbar="ja"]{opacity:1;transform:none}
.zeigen[data-verzug="2"]{transition-delay:.1s}
.zeigen[data-verzug="3"]{transition-delay:.2s}
.zeigen[data-verzug="4"]{transition-delay:.3s}

/* ------------------------------------------------------------------- Klein */
@media (max-width:1080px){
  .raster--4{grid-template-columns:repeat(2,1fr)}
  .zahlen{grid-template-columns:repeat(2,1fr)}
  .kunden{grid-template-columns:repeat(3,1fr)}
  .fuss__innen{grid-template-columns:repeat(2,1fr)}
  .rechner__form{grid-template-columns:repeat(2,1fr)}
  .rechner__lang{grid-row:auto}
}
@media (max-width:940px){
  .nav{position:fixed;inset:auto 0 0;top:0;background:#fff;flex-direction:column;
    align-items:stretch;gap:.2rem;padding:6rem 1.5rem 2rem;transform:translateX(100%);
    transition:transform var(--takt);overflow-y:auto;z-index:35;box-shadow:var(--schatten-hoch)}
  .nav[data-offen="ja"]{transform:none}
  .nav__link{padding:.9rem .4rem;font-size:1.05rem;border-bottom:1px solid var(--linie);border-radius:0}
  .nav__tat{margin:1.4rem 0 0}
  .schalter{display:block;z-index:36}
  .kopf__tel span{display:none}
  .hero__innen,.aktion,.team,.aufruf__karte{grid-template-columns:1fr}
  .schritte{grid-template-columns:1fr;gap:2.6rem}
  .schritt__bild{width:min(100%,15rem)}
  .aufruf__bild{display:none}
  .hero__plakette{position:static;margin-top:1.4rem;max-width:none}
}
@media (max-width:720px){
  .raster--2,.raster--3,.raster--4{grid-template-columns:1fr}
  .zahlen,.kunden,.rechner__form,.aufruf__form,.team__klein{grid-template-columns:1fr}
  .fuss__innen{grid-template-columns:1fr}
  .eilband__zusatz{display:none}
  .karte__titel{max-width:none}
  .kopf__innen{gap:.7rem}
  .kopf__marke .marke__unter{display:none}
  .kopf__marke .marke__wort{font-size:1.12rem}
  .kopf__marke .marke__zeichen{width:28px;height:28px}
  .symbol{width:64px;height:64px}
  .symbol svg{width:34px;height:34px}
  .stimme{grid-template-columns:1fr}
  .rechner__zeichen{display:none}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
  html{scroll-behavior:auto}
  .zeigen{opacity:1;transform:none}
}

/* --------------------------------------------------------------- Hinweis */
.hinweis{background:var(--rot-blass);border-left:4px solid var(--rot);border-radius:var(--radius-klein);
  padding:.9rem 1.1rem;font-size:.86rem;color:var(--kohle);margin-top:.6rem;grid-column:1/-1}
.hinweis a{color:var(--rot);font-weight:700}

/* ------------------------------------------------------------- Seitenkopf */
.seitenkopf{background:var(--nebel);padding-block:clamp(2.4rem,4.4vw,4rem)}
.brotkrumen{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.82rem;color:var(--grau-hell);
  margin-bottom:1.2rem}
.brotkrumen a{color:var(--grau-hell);text-decoration:none}
.brotkrumen a:hover{color:var(--rot)}
.brotkrumen span::before{content:"/";margin-right:.5rem;color:#c3cad9}
.bildband{margin-top:clamp(1.8rem,3vw,2.6rem)}
.bildband img{border-radius:var(--radius);width:100%;object-fit:cover;box-shadow:var(--schatten)}

/* -------------------------------------------------------- Leistungsreihen */
.reihe{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.8rem,4vw,3.6rem);align-items:center;
  padding-block:clamp(2.2rem,4vw,3.4rem);border-top:1px solid var(--linie)}
.reihe:first-of-type{border-top:0}
.reihe--dreh .reihe__bild{order:-1}
.reihe__bild img{border-radius:var(--radius);width:100%;object-fit:cover;box-shadow:var(--schatten)}
.reihe__marke{display:inline-flex;align-items:center;gap:.7rem;margin-bottom:1.2rem}
.reihe__marke .symbol--klein{width:52px;height:52px}
.reihe__marke .symbol--klein svg{width:28px;height:28px}
.haken{display:grid;gap:.8rem;margin-top:1.4rem}
.haken li{position:relative;padding-left:1.9rem;font-size:.94rem}
.haken li::before{content:"";position:absolute;left:0;top:.35em;width:1.15rem;height:1.15rem;
  border-radius:50%;background:var(--rot-blass)}
.haken li::after{content:"";position:absolute;left:.34rem;top:.62em;width:.42rem;height:.24rem;
  border-left:2px solid var(--rot);border-bottom:2px solid var(--rot);transform:rotate(-45deg)}
.merkzettel{background:var(--nebel);border-radius:var(--radius);padding:1.5rem 1.7rem;margin-top:1.6rem}
.merkzettel h3{font-size:1rem;margin-bottom:.8rem}
.merkzettel p{font-size:.9rem}

/* ------------------------------------------------------------ Bildkacheln */
.bildkachel{position:relative;border-radius:var(--radius);overflow:hidden;display:block;
  text-decoration:none;box-shadow:var(--schatten)}
.bildkachel img{aspect-ratio:1000/720;object-fit:cover;width:100%;transition:transform .6s ease}
.bildkachel:hover img{transform:scale(1.04)}
.bildkachel__text{position:absolute;inset:auto 0 0;padding:1.4rem 1.6rem;color:#fff;
  background:linear-gradient(to top,rgba(15,19,33,.9),rgba(15,19,33,.05))}
.bildkachel__text h3{color:#fff;font-size:1.16rem}
.bildkachel__text p{font-size:.86rem;margin-top:.5rem;color:#dbe0ec}

/* ---------------------------------------------------------------- Artikel */
.artikel{max-width:44rem;padding-block:clamp(2.2rem,4vw,3.4rem);border-top:1px solid var(--linie)}
.artikel:first-of-type{border-top:0}
.artikel h2{margin-bottom:.9rem}
.artikel p + p,.artikel ul + p,.artikel p + ul{margin-top:1.1rem}
.artikel img{border-radius:var(--radius);margin-bottom:1.6rem}
.satzspalten{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.6rem,3vw,2.6rem);margin-top:1.6rem}
.satzspalten p + p{margin-top:1rem}

/* ---------------------------------------------------------------- Kontakt */
.kontaktraster{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.8rem,3.4vw,3rem);
  align-items:start;margin-top:clamp(2rem,3.4vw,2.8rem)}
.kontaktliste{display:grid;gap:1.2rem;margin-top:1.6rem}
.kontaktliste li{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start}
.kontaktliste .symbol--klein{width:48px;height:48px}
.kontaktliste .symbol--klein svg{width:24px;height:24px}
.kontaktliste b{display:block;color:var(--tinte)}
.kontaktliste a{color:var(--marine);font-weight:600;text-decoration:none}
.kontaktliste a:hover{color:var(--rot)}
.formkarte{background:#fff;border:1px solid var(--linie);border-radius:var(--radius);
  padding:clamp(1.6rem,3vw,2.4rem);box-shadow:var(--schatten)}
.formraster{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.6rem}
.formraster .feld--breit{grid-column:1/-1}
.zustimmung{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;gap:.7rem;
  font-size:.82rem;color:var(--grau);align-items:start}
.zustimmung input{width:18px;height:18px;accent-color:var(--rot);margin-top:.2rem}

/* ----------------------------------------------------------- Preisrechner */
.summe{background:var(--tinte);color:#fff;border-radius:var(--radius);padding:1.4rem 1.6rem;
  display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.4rem;
  grid-column:1/-1}
.summe span{font-size:.86rem;color:#aeb6c8}
.summe b{font-size:1.7rem;font-weight:900;color:#fff}
.schalterzeile{grid-column:1/-1;display:flex;align-items:center;gap:.7rem;font-size:.9rem}
.schalterzeile input{width:18px;height:18px;accent-color:var(--rot)}

@media (max-width:940px){
  .reihe,.satzspalten,.kontaktraster,.formraster{grid-template-columns:1fr}
  .reihe--dreh .reihe__bild{order:0}
}
