/*
  Fenster-Paderborn — Design-System "Original, modernisiert" (Variante E)
  Farben stammen aus der Live-Seite fenster-paderborn.de:
  Blau #1c3f97, Gelb #eec139, Hellblau #2db1e6, Grün #6dab3c.
  Typografie durchgehend Inter 300–700.
*/
/* Schriften lokal ausgeliefert (public/fonts) — kein Aufruf an Google Fonts,
   damit beim Seitenaufruf keine IP-Adresse an einen Dritten geht (DSGVO).
   Beide Familien sind Variable Fonts: eine Datei je Subset deckt alle Schnitte ab. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, 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: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/inter-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: 'Roboto';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/roboto-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, 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: 'Roboto';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/roboto-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;
}

:root {
  --blue: #1c3f97;
  --blue-deep: #15306f;
  --blue-soft: #f2f6ff;
  --sky: #2db1e6;
  --gold: #eec139;
  --gold-bright: #f6cf55;
  --gold-ink: #2c2205;
  --gold-text: #8a6a08;
  --green: #6dab3c;
  --green-deep: #3f7a1c;

  --ink: #14181f;
  --muted: #6d7480;
  --hair: #e6e8ec;
  --hair-strong: #d3d7de;
  --soft: #f5f7fa;
  --white: #ffffff;

  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Google-Bewertungen */
  --g-blue: #1a73e8;
  --g-blue-dark: #1b66c9;
  --g-yellow: #fbbc04;
  --g-ink: #202124;
  --g-grey: #5f6368;
  --g-grey-soft: #80868b;
  --g-line: #dadce0;
  --g-surface: #f8f9fa;
  --g-font: 'Roboto', var(--font);
  --g-elev-1: 0 1px 2px rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
  --g-elev-2: 0 1px 2px rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);

  --r-s: 6px;
  --r-m: 10px;
  --r-l: 14px;
  --r-pill: 100px;

  --sh-s: 0 2px 10px rgba(20, 24, 31, .07);
  --sh-m: 0 8px 24px rgba(20, 24, 31, .10);
  --sh-l: 0 14px 34px rgba(20, 24, 31, .14);
}

* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
h1, h2, h3, h4 { margin: 0; font-weight: 600; letter-spacing: -0.025em; line-height: 1.14; }
p { margin: 0; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-deep); }
strong, b { font-weight: 600; }
input, select, textarea, button { font: inherit; color: inherit; }
::selection { background: var(--gold); color: var(--gold-ink); }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }

.wrap, .section { max-width: 1220px; margin: 0 auto; padding-left: 5vw; padding-right: 5vw; }
.section { padding-top: 96px; padding-bottom: 96px; }
.section-head { max-width: 62ch; margin-bottom: 44px; }
.section-head h2 { font-size: clamp(27px, 3.3vw, 42px); }
.section-head p { color: var(--muted); margin-top: 18px; font-size: 17.5px; font-weight: 300; }
.eyebrow, .config-teaser-kicker, .contact-card-label, .article-cell-tag, .case-meta, .footer-cta-kicker {
  font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--blue);
}
.section-head .eyebrow + h2 { margin-top: 16px; }

/* ---------- Icons ---------- */
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1em; height: 1em; display: inline-block; vertical-align: -0.15em; fill: currentColor; }

/* ---------- Buttons ---------- */
.btn-gold, .btn-outline, .btn-ghost-light, .btn-block-navy, .btn-submit-gold, .btn-submit-navy,
.header-cta, .plz-check-btn, .cfg-nav button {
  font-family: var(--font); font-weight: 600; font-size: 14.5px; letter-spacing: 0;
  border-radius: var(--r-s); display: inline-block; text-align: center; cursor: pointer; transition: background .15s, border-color .15s, color .15s;
}
.btn-gold { background: var(--gold); color: var(--gold-ink); padding: 14px 26px; border: 0; }
.btn-gold:hover { background: var(--gold-bright); color: var(--gold-ink); }
.btn-outline { background: transparent; border: 1.5px solid var(--hair-strong); padding: 12.5px 24px; color: var(--ink); }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-ghost-light { border: 1.5px solid rgba(255, 255, 255, .55); color: #fff; padding: 12.5px 24px; background: transparent; }
.btn-ghost-light:hover { background: rgba(255, 255, 255, .13); color: #fff; }
.btn-block-navy {
  display: block; text-align: center; margin-top: 24px; background: var(--blue); color: #fff; padding: 15px;
  border: 0;
}
.btn-block-navy:hover { color: #fff; background: var(--blue-deep); }
.btn-submit-gold { background: var(--gold); color: var(--gold-ink); border: 0; padding: 15px; width: 100%; }
.btn-submit-gold:hover { background: var(--gold-bright); }
.btn-submit-navy { background: var(--blue); color: #fff; border: 0; padding: 15px; width: 100%; }
.btn-submit-navy:hover { background: var(--blue-deep); }

/* ---------- Top bar ---------- */
.top-bar { background: var(--blue); color: rgba(255, 255, 255, .88); font-size: 13px; }
.top-bar-inner {
  max-width: 1220px; margin: 0 auto; padding: 9px 5vw;
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between;
}
.top-bar .stars { display: inline-flex; gap: 2px; color: var(--gold); }
.top-bar .icon { width: 12px; height: 12px; }
.top-bar strong { color: #fff; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--hair);
}
.site-header-inner {
  max-width: 1220px; margin: 0 auto; padding: 15px 5vw;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand-mark { width: 40px; height: 40px; background: var(--blue); border-radius: var(--r-s); display: grid; place-items: center; flex: none; }
.brand-mark .icon { width: 22px; height: 22px; color: #fff; }
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-text strong { font-size: 16.5px; font-weight: 600; letter-spacing: -0.02em; }
.brand-text span { font-size: 10.5px; color: var(--muted); letter-spacing: .07em; text-transform: uppercase; margin-top: 2px; }

.main-nav { display: flex; gap: 26px; align-items: center; font-size: 14.5px; font-weight: 500; }
.nav-link { color: var(--ink); padding: 6px 0; border-bottom: 2px solid transparent; }
.nav-link:hover, .nav-link.active { color: var(--blue); border-bottom-color: var(--gold); }

/* Mega-Menü: kein Abstand zwischen Trigger und Panel, sonst bricht der Hover ab */
.site-header { position: sticky; }
.nav-services { position: static; }
.nav-services-trigger {
  cursor: pointer; background: none; border: 0; padding: 6px 0; font-weight: 500; font-size: 14.5px; font-family: inherit;
  display: flex; align-items: center; gap: 6px; color: var(--ink); border-bottom: 2px solid transparent;
}
.nav-services-trigger .caret { width: 9px; height: 9px; color: var(--muted); transition: transform .18s ease; }
.nav-services.current > .nav-services-trigger { color: var(--blue); border-bottom-color: var(--gold); }
.nav-services:hover > .nav-services-trigger,
.nav-services.open > .nav-services-trigger { color: var(--blue); border-bottom-color: var(--gold); }
.nav-services:hover .caret, .nav-services.open .caret { transform: rotate(180deg); color: var(--blue); }

.mega {
  position: absolute; top: 100%; left: 0; right: 0; z-index: 90;
  background: #fff; border-top: 1px solid var(--hair); box-shadow: var(--sh-m);
  display: none;
}
/* Unsichtbare Brücke über die Header-Unterkante: der Weg vom Trigger zum Panel
   ist ~21px hoch. Ohne diese Fläche verlässt der Zeiger .nav-services und das
   Menü klappt beim Hinsteuern wieder zu. */
.mega::before { content: ""; position: absolute; left: 0; right: 0; top: -30px; height: 30px; }
.nav-services:hover .mega, .nav-services.open .mega { display: block; }
.mega-inner {
  max-width: 1220px; margin: 0 auto; padding: 28px 5vw 30px;
  display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: start;
}
.mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.mega-item {
  display: flex; gap: 14px; align-items: flex-start; padding: 14px 15px;
  border-radius: var(--r-s); color: var(--ink); border: 1px solid transparent; transition: .13s;
}
.mega-item:hover { background: var(--blue-soft); border-color: var(--hair); color: var(--ink); }
.mega-item.active { background: var(--blue-soft); border-color: var(--blue); }
.mega-ico {
  width: 40px; height: 40px; border-radius: var(--r-s); background: var(--soft);
  display: grid; place-items: center; flex: none;
}
.mega-item:hover .mega-ico, .mega-item.active .mega-ico { background: var(--blue); }
.mega-ico .icon { width: 21px; height: 21px; color: var(--blue); }
.mega-item:hover .mega-ico .icon, .mega-item.active .mega-ico .icon { color: #fff; }
.mega-txt { display: flex; flex-direction: column; }
.mega-txt strong { font-size: 15.5px; font-weight: 600; }
.mega-txt span { font-size: 13px; color: var(--muted); margin-top: 2px; font-weight: 300; }
.mega-side { background: var(--soft); border-radius: var(--r-m); padding: 24px; }
.mega-side strong { display: block; font-size: 15.5px; line-height: 1.4; }
.mega-side p { font-size: 13.5px; color: var(--muted); margin: 10px 0 18px; font-weight: 300; line-height: 1.6; }
.mega-side .btn-gold { width: 100%; padding: 12px 18px; }
.mega-tel {
  display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 10px;
  font-size: 14.5px; font-weight: 600; color: var(--ink); padding: 10px;
}
.mega-tel .icon { width: 16px; height: 16px; color: var(--blue); }
.mega-tel:hover { color: var(--blue); }

.header-actions { display: flex; gap: 12px; align-items: center; }
.header-phone { font-size: 15px; font-weight: 600; white-space: nowrap; color: var(--ink); }
.header-phone:hover { color: var(--blue); }
.header-cta { background: var(--blue); color: #fff; padding: 13px 22px; border: 0; white-space: nowrap; }
.header-cta:hover { background: var(--blue-deep); color: #fff; }

/* ---------- Mobile-Navigation ---------- */
.nav-burger {
  display: none; cursor: pointer; background: none; border: 1px solid var(--hair-strong);
  border-radius: var(--r-s); padding: 0; width: 44px; height: 44px; place-items: center; color: var(--ink);
}
.nav-burger:hover { border-color: var(--blue); color: var(--blue); }
.nav-burger > span { display: flex; flex-direction: column; gap: 5px; width: 20px; }
.nav-burger > span > span { display: block; height: 2px; border-radius: 2px; background: currentColor; }

.mobile-nav { position: fixed; inset: 0; height: 100vh; height: 100dvh; z-index: 200; }
.mobile-nav[hidden] { display: none; }
.mobile-nav-scrim { position: absolute; inset: 0; background: rgba(20, 24, 31, .45); }
.mobile-nav-panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(360px, 88vw); height: 100%;
  background: #fff; box-shadow: var(--sh-m); display: flex; flex-direction: column; overflow: hidden;
}
.mobile-nav-head {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: clamp(7px, 1.8dvh, 16px) 20px; border-bottom: 1px solid var(--hair); flex: none;
}
.mobile-nav-head span { font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--muted); }
.mobile-nav-close {
  cursor: pointer; background: none; border: 0; padding: 0; width: 36px; height: 36px;
  display: grid; place-items: center; color: var(--ink);
}
.mobile-nav-close:hover { color: var(--blue); }
.mobile-nav-close .icon { width: 20px; height: 20px; }
.mobile-nav-body {
  flex: 1 1 auto; min-height: 0; overflow: hidden;
  padding: clamp(6px, 1.6dvh, 16px) 20px clamp(6px, 1.8dvh, 16px);
  display: flex; flex-direction: column;
}
.mnav-link {
  color: var(--ink); font-size: 16px; font-weight: 500; line-height: 1.3;
  padding: clamp(5px, 1.2dvh, 12px) 0; border-bottom: 1px solid var(--hair);
}
.mnav-link.active { color: var(--blue); }
.mnav-label {
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600;
  color: var(--muted); margin: clamp(6px, 2dvh, 16px) 0 clamp(3px, .8dvh, 8px);
}
.mnav-item {
  display: flex; gap: 12px; align-items: center;
  padding: clamp(3px, .9dvh, 9px) 12px; margin: 0 -12px;
  border-radius: var(--r-s); color: var(--ink); border: 1px solid transparent;
}
.mnav-item.active { background: var(--blue-soft); border-color: var(--blue); }
.mnav-ico {
  width: clamp(24px, 4dvh, 34px); height: clamp(24px, 4dvh, 34px);
  border-radius: var(--r-s); background: var(--soft);
  display: grid; place-items: center; flex: none;
}
.mnav-ico .icon { width: 19px; height: 19px; color: var(--blue); }
.mnav-item.active .mnav-ico { background: var(--blue); }
.mnav-item.active .mnav-ico .icon { color: #fff; }
.mnav-txt { display: flex; flex-direction: column; min-width: 0; }
.mnav-txt strong { font-size: 15px; font-weight: 600; line-height: 1.3; }
.mnav-txt span { font-size: 12.5px; color: var(--muted); margin-top: 1px; font-weight: 300; line-height: 1.35; }
.mobile-nav-actions { margin-top: clamp(8px, 2.2dvh, 18px); }
.mobile-nav-actions .btn-gold { display: block; text-align: center; width: 100%; padding: clamp(8px, 1.6dvh, 13px) 18px; }
.mnav-tel {
  display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: clamp(3px, 1dvh, 10px);
  font-size: 15px; font-weight: 600; line-height: 1.3; color: var(--ink); padding: clamp(3px, 1dvh, 10px);
}
.mnav-tel .icon { width: 16px; height: 16px; color: var(--blue); }
.mnav-tel:hover { color: var(--blue); }

/* Kurze Viewports: Hinweistexte ausblenden, damit alles ohne Scrollen sichtbar bleibt */
@media (max-height: 780px) {
  .mnav-txt span { display: none; }
}
/* Sehr kurze Viewports (Querformat): zweispaltiges Menue */
@media (max-height: 500px) {
  .mobile-nav-panel { width: min(520px, 94vw); }
  .mobile-nav-body { flex-direction: row; flex-wrap: wrap; align-content: flex-start; column-gap: 12px; }
  .mobile-nav-body > * { width: 100%; }
  .mnav-link, .mnav-item { width: calc(50% - 6px); }
  .mnav-item { margin: 0; }
}
/* Extrem flache Viewports: dreispaltig, Aktionen nebeneinander */
@media (max-height: 380px) {
  .mobile-nav-panel { width: min(640px, 96vw); }
  .mobile-nav-head { padding: 6px 20px; }
  .mobile-nav-close { width: 28px; height: 28px; }
  .mnav-link, .mnav-item { width: calc(33.333% - 8px); }
  .mobile-nav-actions { display: flex; align-items: center; gap: 10px; }
  .mobile-nav-actions .btn-gold { flex: 1 1 auto; }
  .mnav-tel { margin-top: 0; flex: none; }
}

.whatsapp-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 150; display: flex; align-items: center; gap: 9px;
  background: #25d366; color: #fff; padding: 13px 19px; border-radius: var(--r-pill);
  font-weight: 600; font-size: 14.5px; box-shadow: 0 8px 22px rgba(20, 24, 31, .22);
}
.whatsapp-fab:hover { color: #fff; background: #1fbe5b; }
.whatsapp-fab .icon { width: 20px; height: 20px; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 78vh; display: flex; align-items: center; overflow: hidden; }
.hero > .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
/* Bewegter Hintergrund: über dem Standbild, aber unter dem blauen Verlauf. */
.hero > video.hero-bg { object-position: center 50%; z-index: 1; opacity: .5; }
@media (prefers-reduced-motion: reduce) { .hero > video.hero-bg { display: none; } }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(105deg, rgba(21, 48, 111, .94) 0%, rgba(28, 63, 151, .85) 42%, rgba(20, 40, 90, .35) 100%);
}
.hero-inner { position: relative; z-index: 5; max-width: 1220px; margin: 0 auto; padding: 78px 5vw; width: 100%; }
.hero .eyebrow { color: var(--gold); }
.hero h1 { color: #fff; font-size: clamp(32px, 4.6vw, 58px); font-weight: 600; letter-spacing: -0.035em; margin-top: 18px; max-width: 19ch; }
.hero-lead { color: rgba(255, 255, 255, .87); font-size: clamp(16.5px, 1.5vw, 19px); line-height: 1.65; max-width: 56ch; margin-top: 22px; font-weight: 300; }
.chooser-label { color: rgba(255, 255, 255, .74); font-size: 13.5px; margin-top: 32px; font-weight: 500; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.chip {
  display: flex; align-items: center; gap: 9px; background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .28); color: #fff; padding: 12px 18px; border-radius: var(--r-pill);
  font-size: 14.5px; font-weight: 500; cursor: pointer; transition: .15s;
}
.chip .icon { width: 16px; height: 16px; color: var(--gold); }
.chip:hover, .chip.on { background: #fff; color: var(--blue); border-color: #fff; }
.chip:hover .icon, .chip.on .icon { color: var(--blue); }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }

/* ---------- Trust strip ---------- */
.trust { background: var(--soft); border-bottom: 1px solid var(--hair); }
.trust-inner { max-width: 1220px; margin: 0 auto; padding: 0 5vw; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 26px 24px 26px 0; display: flex; gap: 13px; align-items: flex-start; }
.trust-item .icon { width: 21px; height: 21px; color: var(--green); flex: none; margin-top: 3px; }
.trust-item strong { display: block; font-size: 15.5px; }
.trust-item span { display: block; font-size: 13.5px; color: var(--muted); margin-top: 2px; }

/* ---------- Anfrage-Assistent (homepage wizard) ---------- */
.assist { background: var(--blue); color: #fff; }
.assist-inner { max-width: 1220px; margin: 0 auto; padding: 84px 5vw; display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.assist .eyebrow { color: var(--gold); }
.assist h2 { color: #fff; font-size: clamp(27px, 3.2vw, 40px); margin-top: 16px; }
.assist-lead { color: rgba(255, 255, 255, .8); font-size: 17.5px; line-height: 1.7; margin-top: 20px; font-weight: 300; }
.assist-points { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.assist-points li { display: flex; gap: 11px; align-items: flex-start; font-size: 15.5px; color: rgba(255, 255, 255, .88); font-weight: 300; }
.assist-points .icon { width: 18px; height: 18px; color: var(--gold); flex: none; margin-top: 3px; }

.assist-card { background: #fff; color: var(--ink); border-radius: var(--r-m); padding: 32px; box-shadow: var(--sh-l); }
.assist-progress { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 8px; }
.assist-progress span { font-size: 13px; font-weight: 600; color: var(--muted); }
.assist-bar { height: 4px; background: var(--hair); border-radius: 2px; overflow: hidden; margin-bottom: 26px; }
.assist-bar i {
  display: block; height: 100%; width: 100%; background: var(--gold);
  transform: scaleX(0); transform-origin: left center; transition: transform .3s ease;
}
.assist-card h3 { font-size: 22px; }
.assist-card > .q-sub { color: var(--muted); font-size: 15px; margin-top: 8px; font-weight: 300; }

.assist-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
.assist-options.single { grid-template-columns: 1fr; }
.assist-opt {
  display: flex; align-items: center; gap: 12px; text-align: left; cursor: pointer; padding: 15px 16px;
  border: 1.5px solid var(--hair); border-radius: var(--r-s); background: #fff; font-family: var(--font); transition: .15s; width: 100%;
}
.assist-opt:hover { border-color: var(--blue); background: var(--blue-soft); }
.assist-opt.on { border-color: var(--blue); background: var(--blue-soft); }
.assist-opt .icon { width: 19px; height: 19px; color: var(--blue); flex: none; }
.assist-opt strong { display: block; font-size: 15px; font-weight: 600; }
.assist-opt span { display: block; font-size: 13px; color: var(--muted); margin-top: 2px; }

.assist-fields { display: grid; gap: 12px; margin-top: 22px; }
.assist-fields .two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.assist-fields input, .assist-fields textarea {
  padding: 13px 15px; border: 1.5px solid var(--hair); border-radius: var(--r-s); background: #fff; width: 100%; font-size: 15px;
}
.assist-fields input:focus, .assist-fields textarea:focus { border-color: var(--blue); outline: none; }
.assist-fields input.err { border-color: #d13c3c; }
.assist-error { color: #d13c3c; font-size: 13.5px; margin-top: 10px; display: none; }
.assist-error.on { display: block; }

.assist-recap { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.assist-recap span {
  background: var(--soft); border: 1px solid var(--hair); border-radius: var(--r-pill);
  padding: 6px 13px; font-size: 12.5px; color: var(--muted); font-weight: 500;
}
.assist-nav { display: flex; gap: 12px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--hair); }
.assist-nav button { flex: 1; }
.assist-nav .back { flex: 0 0 auto; }
.assist-note { font-size: 12.5px; color: var(--muted); margin-top: 14px; }

.assist-done { text-align: center; padding: 26px 6px; }
.assist-done .icon { width: 46px; height: 46px; color: var(--green); margin-bottom: 16px; }
.assist-done h3 { font-size: 24px; }
.assist-done p { color: var(--muted); margin-top: 12px; font-size: 15.5px; }

/* ---------- About ---------- */
.about-inner { max-width: 1220px; margin: 0 auto; padding: 96px 5vw; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.about-inner h2 { font-size: clamp(27px, 3.3vw, 42px); margin-top: 16px; max-width: 20ch; }
.about-lead { font-size: 18px; line-height: 1.72; color: var(--muted); max-width: 60ch; margin-top: 22px; font-weight: 300; }
.checks { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 13px; }
.checks li { display: flex; gap: 11px; align-items: flex-start; font-size: 16px; }
.checks .icon { width: 19px; height: 19px; color: var(--green); flex: none; margin-top: 4px; }
.about-media { position: relative; }
.about-media img { width: 100%; height: 430px; object-fit: cover; border-radius: var(--r-m); }
.about-stamp {
  position: absolute; left: -26px; bottom: -26px; background: var(--gold); color: var(--gold-ink);
  padding: 22px 26px; border-radius: var(--r-m); max-width: 212px;
}
.about-stamp strong { display: block; font-size: 30px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.about-stamp span { display: block; font-size: 13.5px; font-weight: 500; margin-top: 6px; line-height: 1.4; }

/* ---------- Leistungen ---------- */
.svc-band { background: var(--soft); }
.svc-wrap { padding-top: 66px; padding-bottom: 66px; }
.svc-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 26px; }
.svc-head h2 { font-size: clamp(25px, 2.9vw, 36px); margin-top: 12px; }
.svc-head p { color: var(--muted); font-weight: 300; font-size: 16.5px; margin: 0 0 4px; max-width: 52ch; }

/* Schwerpunkt-Layout: erste Leistung gross als Blickfang, die uebrigen kompakt daneben. */
.svc-split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.svc-hero {
  position: relative; display: block; border-radius: var(--r-l); overflow: hidden;
  min-height: 420px; color: #fff; isolation: isolate;
}
.svc-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s ease; }
.svc-hero:hover img { transform: scale(1.04); }
.svc-hero::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, rgba(20,24,31,.88) 8%, rgba(20,24,31,.38) 50%, rgba(28,63,151,.22) 100%);
}
.svc-hero-body { position: absolute; left: 26px; right: 26px; bottom: 24px; display: grid; gap: 11px; color: #fff; }
.svc-hero-body .svc-lead { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--gold-bright); }
.svc-hero-body h3 { font-size: clamp(26px, 2.6vw, 34px); color: #fff; }
.svc-hero-body p { font-size: 14.5px; font-weight: 300; color: rgba(255,255,255,.86); line-height: 1.55; max-width: 40ch; }
.svc-hero-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 3px; font-size: 14px; font-weight: 600; color: #fff; }
.svc-hero-cta .icon { width: 16px; height: 16px; transition: transform .18s; }
.svc-hero:hover .svc-hero-cta .icon { transform: translateX(3px); }

.svc-rest { display: grid; grid-template-rows: repeat(5, 1fr); gap: 10px; }
.svc-c {
  display: grid; grid-template-columns: 60px 1fr 16px; align-items: center; gap: 15px;
  background: #fff; border: 1px solid var(--hair); border-radius: var(--r-m); padding: 10px 15px 10px 10px;
  color: var(--ink); transition: border-color .18s, box-shadow .18s, transform .18s;
}
.svc-c:hover { border-color: var(--blue); box-shadow: var(--sh-s); transform: translateX(3px); color: var(--ink); }
.svc-c-ph { width: 60px; height: 60px; border-radius: var(--r-s); overflow: hidden; background: var(--soft); }
.svc-c-ph img { width: 100%; height: 100%; object-fit: cover; }
.svc-c-body { display: grid; gap: 2px; min-width: 0; }
.svc-c-lead { font-size: 10.5px; letter-spacing: .11em; text-transform: uppercase; color: var(--gold-text); font-weight: 600; }
.svc-c h3 { font-size: 16.5px; }
.svc-c-ticks { font-size: 12.5px; color: var(--muted); font-weight: 300; line-height: 1.45; }
.svc-c > .icon { width: 16px; height: 16px; color: var(--blue); opacity: .4; transition: opacity .18s, transform .18s; }
.svc-c:hover > .icon { opacity: 1; transform: translateX(2px); }

.services-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-mod {
  background: #fff; border-radius: var(--r-m); overflow: hidden; box-shadow: var(--sh-s);
  display: flex; flex-direction: column; color: var(--ink); transition: box-shadow .2s, transform .2s;
}
.service-mod:hover { box-shadow: var(--sh-l); transform: translateY(-3px); color: var(--ink); }
.service-mod-photo { height: 180px; overflow: hidden; }
.service-mod-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.service-mod:hover img { transform: scale(1.05); }
.service-mod-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.service-mod h3 { font-size: 19.5px; }
.service-mod p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--muted); font-weight: 300; }
.services-more { margin-top: 26px; }
.services-more a { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: 14.5px; font-weight: 600; }
.services-more .icon { width: 15px; height: 15px; }

/* ---------- Marken ---------- */
.brands { background: var(--soft); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.brands-inner { max-width: 1220px; margin: 0 auto; padding: 44px 5vw; display: flex; align-items: center; gap: 34px; flex-wrap: wrap; justify-content: center; }
.brands-label { font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; width: 100%; text-align: center; }
.brands-inner span.brand-name { font-size: 17px; font-weight: 600; color: var(--hair-strong); letter-spacing: -0.01em; transition: color .2s; }
.brands-inner span.brand-name:hover { color: var(--muted); }

/* ---------- Warum wir ---------- */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--hair); border: 1px solid var(--hair); border-radius: var(--r-m); overflow: hidden; }
.why-col { background: #fff; padding: 30px 32px; }
.why-col.them { background: var(--soft); }
.why-col h3 { font-size: 18px; display: flex; align-items: center; gap: 10px; }
.why-col h3 .icon { width: 20px; height: 20px; }
.why-col.us h3 .icon { color: var(--green); }
.why-col.them h3 { color: var(--muted); }
.why-col ul { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 14px; }
.why-col li { font-size: 15px; line-height: 1.6; padding-left: 26px; position: relative; }
.why-col.us li { color: var(--ink); }
.why-col.them li { color: var(--muted); font-weight: 300; }
.why-col li::before {
  content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%;
}
.why-col.us li::before { background: var(--green); }
.why-col.them li::before { background: var(--hair-strong); }

/* ---------- Konfigurator-Teaser ---------- */
.config-teaser { background: var(--ink); color: #fff; }
.config-teaser-inner { max-width: 1220px; margin: 0 auto; padding: 84px 5vw; display: grid; grid-template-columns: 1.1fr .9fr; gap: 52px; align-items: center; }
.config-teaser .config-teaser-kicker { color: var(--gold); }
.config-teaser h2 { color: #fff; font-size: clamp(27px, 3.2vw, 40px); margin: 16px 0 18px; }
.config-teaser p { color: rgba(255, 255, 255, .74); font-size: 17.5px; line-height: 1.7; margin: 0 0 28px; max-width: 50ch; font-weight: 300; }
.config-teaser-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.teaser-list { display: grid; gap: 10px; }
.teaser-link {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--r-s); padding: 16px 20px; color: #fff; transition: .15s;
}
.teaser-link:hover { color: #fff; background: rgba(255, 255, 255, .13); border-color: rgba(255, 255, 255, .3); }
.teaser-link-text { display: flex; flex-direction: column; }
.teaser-link strong { font-size: 16.5px; font-weight: 600; }
.teaser-link span { font-size: 13.5px; color: rgba(255, 255, 255, .62); font-weight: 300; }
.teaser-arrow { color: var(--gold); width: 16px; height: 16px; flex: none; }

/* ---------- Projekte im Detail (3 Layout-Varianten) ---------- */

/* gemeinsam: Schritte + Kennzahlen */
.case-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 24px; }
.case-steps strong {
  display: block; font-size: 11.5px; text-transform: uppercase; letter-spacing: .1em;
  color: var(--blue); margin-bottom: 4px;
}
.case-steps p { font-size: 14px; color: var(--muted); line-height: 1.5; font-weight: 300; }
.case-steps.clamped p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.case-facts { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.case-facts li {
  display: flex; align-items: baseline; gap: 6px;
  border: 1px solid var(--hair); border-radius: var(--r-pill); padding: 5px 13px; background: var(--soft);
}
.case-facts b { font-size: 14.5px; font-weight: 600; letter-spacing: -0.02em; }
.case-facts span { font-size: 12.5px; color: var(--muted); }

.case-meta { display: block; }
.case-title { font-size: 19px; margin: 3px 0 12px; }

/* Variante A — Reiter + flaches Blatt */
.case-tabs { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 13px; }
.case-tab {
  cursor: pointer; padding: 8px 16px; font-weight: 600; font-size: 13.5px; font-family: var(--font);
  border: 1.5px solid var(--hair); border-radius: var(--r-pill); background: #fff; color: var(--muted); transition: .15s;
}
.case-tab:hover { border-color: var(--blue); color: var(--blue); }
.case-tab.active { background: var(--blue); border-color: var(--blue); color: #fff; }
.case-sheet {
  display: grid; grid-template-columns: 260px 1fr; align-items: stretch;
  background: #fff; border: 1px solid var(--hair); border-radius: var(--r-m); overflow: hidden; box-shadow: var(--sh-s);
}
.case-shot { width: 100%; height: 100%; min-height: 200px; object-fit: cover; }
.case-sheet-body { padding: 18px 22px 20px; }
.case-sheet-body .case-facts { margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--hair); }

/* Variante B — Liste, eine Zeile offen */
.cases-b { border: 1px solid var(--hair); border-radius: var(--r-m); background: #fff; overflow: hidden; box-shadow: var(--sh-s); }
.case-row + .case-row { border-top: 1px solid var(--hair); }
.case-row-head {
  width: 100%; display: grid; grid-template-columns: 64px minmax(0, 1fr) auto 16px;
  align-items: center; gap: 16px; padding: 13px 18px;
  background: none; border: 0; cursor: pointer; text-align: left; font-family: var(--font); transition: background .15s;
}
.case-row-head:hover { background: var(--blue-soft); }
.case-thumb { width: 64px; height: 48px; object-fit: cover; border-radius: var(--r-s); }
.case-row-text { display: flex; flex-direction: column; min-width: 0; }
.case-row-text strong { font-size: 16px; font-weight: 600; letter-spacing: -0.02em; }
.case-row-text span { font-size: 12.5px; color: var(--muted); font-weight: 300; }
.case-row-icon {
  width: 9px; height: 9px; border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue);
  transform: rotate(45deg); transition: transform .2s; justify-self: end;
}
.case-row.open .case-row-icon { transform: rotate(-135deg); }
.case-row-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.case-row.open .case-row-body { grid-template-rows: 1fr; }
.case-row-body > * { overflow: hidden; }
.case-row.open .case-row-body .case-steps { padding: 2px 18px 20px 98px; }

/* Variante C — Kartenraster */
.cases-c { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--hair); border-radius: var(--r-m); overflow: hidden; box-shadow: var(--sh-s);
}
.case-card > img { width: 100%; height: 132px; object-fit: cover; }
.case-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.case-card .case-steps { grid-template-columns: 1fr; gap: 10px; }
.case-card .case-steps p { font-size: 13.5px; line-height: 1.5; }
.case-card .case-title { font-size: 17.5px; margin: 3px 0 12px; }
.case-card .case-facts { margin-top: auto; padding-top: 14px; }

/* dim = Kennzahl */
.dim { display: flex; flex-direction: column; }
.dim-value { font-size: 24px; font-weight: 600; letter-spacing: -0.03em; line-height: 1.1; }
.dim-line { display: block; width: 26px; height: 2px; background: var(--gold); border-radius: 1px; margin: 9px 0; }
.dim-label { font-size: 13px; color: var(--muted); line-height: 1.45; }
.dim.on-blue .dim-value { color: #fff; }
.dim.on-blue .dim-label { color: rgba(255, 255, 255, .7); }

/* ---------- Förderung & Energie ---------- */
.foerder-section { background: var(--soft); }
.foerder-inner {
  max-width: 1220px; margin: 0 auto; padding: 96px 5vw;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  gap: 64px; align-items: start;
}
.foerder-inner h2 { font-size: clamp(27px, 3.3vw, 42px); margin: 16px 0 18px; max-width: 18ch; }
.foerder-lead { font-size: 18px; line-height: 1.72; color: var(--muted); margin: 0 0 28px; font-weight: 300; max-width: 46ch; }
.foerder-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; font-size: 15.5px; }
.foerder-list li { display: flex; gap: 11px; align-items: flex-start; }
.foerder-list .icon { width: 18px; height: 18px; margin-top: 4px; flex: none; color: var(--green); }
.foerder-copy .foerder-list { gap: 14px; margin-bottom: 32px; }
.foerder-copy .foerder-list li { gap: 13px; line-height: 1.55; }
.foerder-tick {
  flex: none; width: 24px; height: 24px; border-radius: 50%; margin-top: 1px;
  display: grid; place-items: center; background: rgba(109, 171, 60, .13); color: var(--green);
}
.foerder-tick .icon { width: 14px; height: 14px; }
.foerder-cta { margin-bottom: 0; }
.foerder-quelle { font-size: 12.5px; color: var(--muted); line-height: 1.6; margin: 24px 0 0; font-weight: 300; max-width: 56ch; }

.foerder-panel {
  background: #fff; border: 1px solid var(--hair); border-radius: var(--r-l);
  box-shadow: var(--sh-m); overflow: hidden;
}
.foerder-panel-figure { border-bottom: 1px solid var(--hair); }
.foerder-panel-figure img { width: 100%; height: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.foerder-panel-body { padding: 26px 30px 6px; }
.foerder-panel-kicker {
  display: inline-block; font-size: 11.5px; font-weight: 600; text-transform: uppercase;
  letter-spacing: .12em; color: var(--blue);
}
.foerder-panel-case { font-size: 14px; line-height: 1.6; color: var(--muted); font-weight: 300; margin: 10px 0 4px; }
.foerder-stats-head { display: block; font-size: 12.5px; font-weight: 600; color: var(--ink); margin: 18px 0 2px; }
.foerder-stats { list-style: none; padding: 0; margin: 0; display: grid; }
.foerder-stats li { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 15px 0; border-top: 1px solid var(--hair); }
.foerder-stat-value { font-size: 26px; font-weight: 600; letter-spacing: -0.03em; color: var(--blue); line-height: 1.1; white-space: nowrap; }
.foerder-stat-label { font-size: 13.5px; color: var(--muted); line-height: 1.45; text-align: right; }
.foerder-panel-foot {
  display: flex; align-items: center; gap: 11px; padding: 16px 30px;
  background: rgba(238, 193, 57, .14); border-top: 1px solid var(--hair);
  font-size: 13.5px; font-weight: 500; color: var(--gold-text);
}
.foerder-panel-foot .icon { width: 19px; height: 19px; flex: none; }

.foerder-card { background: #fff; border: 1px solid var(--hair); border-radius: var(--r-m); padding: 32px; box-shadow: var(--sh-s); }
.foerder-card label { display: block; font-weight: 600; font-size: 14.5px; margin-bottom: 12px; }
.foerder-card label span { color: var(--blue); }
.foerder-card input[type=range] { width: 100%; margin-bottom: 26px; }
.glas-options { display: grid; gap: 8px; margin-bottom: 26px; }
.opt-btn {
  display: flex; flex-direction: column; align-items: flex-start; gap: 2px; text-align: left; cursor: pointer;
  padding: 14px 16px; background: #fff; border: 1.5px solid var(--hair); border-radius: var(--r-s); width: 100%; font-family: var(--font); transition: .15s;
}
.opt-btn:hover { border-color: var(--blue); background: var(--blue-soft); }
.opt-btn strong { font-size: 15px; font-weight: 600; }
.opt-btn span { font-size: 13px; color: var(--muted); }
.opt-btn.active { background: var(--blue-soft); border-color: var(--blue); }
.foerder-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 24px; border-top: 1px solid var(--hair); }
.foerder-results .dim-value { color: var(--blue); }

input[type=range] { -webkit-appearance: none; appearance: none; background: transparent; height: 22px; }
input[type=range]::-webkit-slider-runnable-track { height: 4px; background: var(--hair); border-radius: 2px; }
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 22px; height: 22px; margin-top: -9px; border-radius: 50%;
  background: var(--blue); border: 3px solid #fff; box-shadow: 0 1px 5px rgba(20, 24, 31, .3); cursor: pointer;
}
input[type=range]::-moz-range-track { height: 4px; background: var(--hair); border-radius: 2px; }
input[type=range]::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%; background: var(--blue); border: 3px solid #fff;
  box-shadow: 0 1px 5px rgba(20, 24, 31, .3); cursor: pointer;
}

/* ---------- Ablauf ---------- */
.process-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-cell { background: #fff; border: 1px solid var(--hair); border-radius: var(--r-m); padding: 26px 28px 30px; }
.process-num {
  display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%;
  background: var(--blue-soft); color: var(--blue); font-size: 14px; font-weight: 700; margin-bottom: 16px;
}
.process-cell h3 { font-size: 18.5px; margin-bottom: 9px; }
.process-cell p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.65; font-weight: 300; }

/* ---------- Referenzen ---------- */
.referenzen-section { background: #fff; }
.referenzen-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
.referenzen-head h2 { font-size: clamp(27px, 3.3vw, 42px); margin-top: 16px; }
.filter-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-chip {
  padding: 10px 18px; font-weight: 600; font-size: 13.5px; font-family: var(--font); cursor: pointer;
  border: 1.5px solid var(--hair); border-radius: var(--r-pill); background: #fff; color: var(--muted); transition: .15s;
}
.filter-chip:hover { border-color: var(--blue); color: var(--blue); }
.filter-chip.active { background: var(--blue); border-color: var(--blue); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 12px; }
.gallery-item {
  padding: 0; border: 0; background: none; cursor: zoom-in; position: relative; overflow: hidden;
  border-radius: var(--r-s); display: block; width: 100%; height: 100%;
}
.gallery-item:first-child { grid-column: span 2; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item span {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px; text-align: left;
  font-size: 13px; font-weight: 500; color: #fff; background: linear-gradient(transparent, rgba(14, 22, 44, .85));
}
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(14, 18, 26, .92); display: none; align-items: center; justify-content: center; padding: 36px; cursor: zoom-out; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 86vh; border-radius: var(--r-s); }

/* ---------- Bewertungen (Google-Stil) ---------- */
.g-reviews {
  background: #fff; border: 1px solid var(--g-line); border-radius: 16px; overflow: hidden;
  font-family: var(--g-font); color: var(--g-ink); box-shadow: var(--g-elev-1);
}
.g-reviews-top {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding: 16px 22px; border-bottom: 1px solid var(--g-line);
}
.g-brand { display: inline-flex; align-items: center; gap: 11px; font-size: 16px; color: var(--g-grey); letter-spacing: 0; }
.g-brand b { color: var(--g-ink); font-weight: 500; }
.g-logo { width: 20px; height: 20px; display: block; flex: none; }
.g-btn-text {
  display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 15px; border-radius: var(--r-pill);
  color: var(--g-blue); font-size: 14px; font-weight: 500; transition: background .15s;
}
.g-btn-text:hover { background: rgba(26, 115, 232, .08); color: var(--g-blue); }
.g-btn-text .icon { width: 16px; height: 16px; }

.g-reviews-body { display: grid; grid-template-columns: 304px 1fr; }
.g-score { padding: 26px 24px; border-right: 1px solid var(--g-line); background: var(--g-surface); }
.g-score-head { display: flex; align-items: center; gap: 15px; }
.g-score-num { font-size: 58px; line-height: 1; font-weight: 400; letter-spacing: -0.02em; color: var(--g-ink); }
.g-score-meta { display: flex; flex-direction: column; gap: 5px; }
.g-score-meta small { font-size: 13px; color: var(--g-grey); }
.g-stars { display: inline-flex; gap: 2px; color: var(--g-yellow); }
.g-stars .icon { width: 16px; height: 16px; }
.g-bars { margin: 20px 0 22px; display: grid; gap: 7px; }
.g-bar { display: grid; grid-template-columns: 9px 1fr; align-items: center; gap: 11px; font-size: 12px; color: var(--g-grey); }
.g-bar i { display: block; height: 9px; border-radius: var(--r-pill); background: #e8eaed; }
.g-bar b { display: block; height: 100%; border-radius: var(--r-pill); background: var(--g-yellow); }
.g-btn-filled {
  display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0 23px;
  border-radius: var(--r-pill); background: var(--g-blue); color: #fff; font-size: 14px; font-weight: 500;
  transition: background .15s, box-shadow .15s;
}
.g-btn-filled:hover { background: var(--g-blue-dark); color: #fff; box-shadow: var(--g-elev-2); }
.g-note { margin-top: 18px; font-size: 11.5px; line-height: 1.55; color: var(--g-grey-soft); }

.g-cards { display: grid; grid-template-columns: repeat(3, 1fr); }
.g-review {
  padding: 24px 22px; border-right: 1px solid var(--g-line); display: flex; flex-direction: column; gap: 13px;
  font-family: var(--g-font); transition: background .15s;
}
.g-review:last-child { border-right: 0; }
.g-cards .g-review:hover { background: var(--g-surface); }
.g-review > header { display: flex; align-items: center; gap: 12px; }
.g-avatar {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  color: #fff; font-size: 18px; font-weight: 500; line-height: 1; flex: none;
}
.g-review-who { display: flex; flex-direction: column; min-width: 0; }
.g-review-who strong { font-size: 14.5px; font-weight: 500; color: var(--g-ink); }
.g-review-who small { font-size: 12.5px; color: var(--g-grey); }
.g-review-mark { margin-left: auto; opacity: .9; }
.g-review p, .g-review blockquote { margin: 0; font-size: 14.5px; line-height: 1.62; font-weight: 400; color: #3c4043; }
.g-chip {
  align-self: flex-start; margin-top: auto; font-size: 12px; color: var(--g-grey);
  border: 1px solid var(--g-line); border-radius: var(--r-pill); padding: 3px 12px;
}

.g-review-solo {
  border: 1px solid var(--g-line); border-radius: 16px; background: #fff;
  box-shadow: var(--g-elev-1); padding: 28px 30px; gap: 16px;
}
.g-review-solo blockquote { font-size: 17px; line-height: 1.65; }
.g-review-solo .g-note { margin-top: 4px; }

.g-topbadge {
  display: inline-flex; align-items: center; gap: 8px; background: #fff; border-radius: var(--r-pill);
  padding: 3px 11px; font-family: var(--g-font); color: var(--g-ink);
}
.g-topbadge .g-logo { width: 14px; height: 14px; }
.top-bar .g-topbadge .icon { width: 12px; height: 12px; }
.g-topbadge b { font-size: 12.5px; font-weight: 500; color: var(--g-ink); }

/* ---------- Formulare ---------- */
.form-section { background: var(--soft); }
.form-inner { max-width: 1220px; margin: 0 auto; padding: 96px 5vw; display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: start; }
.form-inner h2 { font-size: clamp(27px, 3.3vw, 42px); margin: 16px 0 18px; }
.form-inner > div:first-child p { font-size: 18px; line-height: 1.72; color: var(--muted); margin: 0 0 18px; font-weight: 300; }
.form-inner .hint { font-size: 14.5px; color: var(--muted); margin: 0; }
.form-inner .hint a { font-weight: 600; }
.form-card { background: #fff; border: 1px solid var(--hair); border-radius: var(--r-m); padding: 32px; box-shadow: var(--sh-s); }

/* Lead-CTA: dunkle Variante des Formularblocks, damit die Angebotsanfrage
   sich von den hellen Bändern der Seite abhebt. Nur für leadFormular(),
   die Reparatur-Anfrage auf der Startseite bleibt hell. */
.form-section.lead-cta { background: var(--blue-deep); }
.mid-cta + .lead-cta { border-top: 1px solid rgba(255, 255, 255, .18); }
.lead-cta .eyebrow { color: var(--gold); }
.lead-cta .form-inner h2 { color: #fff; }
.lead-cta .form-inner > div:first-child p { color: rgba(255, 255, 255, .8); }
.lead-cta .foerder-list { color: rgba(255, 255, 255, .9); }
.lead-cta .foerder-list .icon { color: var(--gold); }
/* Telefon-Block: abgesetzt unter der Liste, Rufnummer als Button */
.form-call {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  margin-top: 30px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .18);
}
.form-call-text strong { display: block; font-size: 16px; color: #fff; }
.form-call-text span { font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, .7); font-weight: 300; }
.form-call-btn { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; padding: 13px 22px; flex: none; }
.form-call-btn .icon { width: 18px; height: 18px; color: var(--gold); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field-grid.single { grid-template-columns: 1fr; }
/* Ein Feld-Stil für alle Formulare: Lead-Formular, Konfigurator, Assistent.
   Vorher war die Regel auf .form-card beschränkt — im Konfigurator (.cfg-card)
   blieben die Felder deshalb ungestylt. */
.form-card input:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):not([type=submit]), .form-card select, .form-card textarea,
.cfg-card input:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):not([type=submit]), .cfg-card select, .cfg-card textarea {
  padding: 13px 15px; border: 1.5px solid var(--hair); border-radius: var(--r-s); background: #fff; width: 100%; font-family: var(--font); font-size: 15px; color: var(--ink);
}
.form-card input::placeholder, .form-card textarea::placeholder,
.cfg-card input::placeholder, .cfg-card textarea::placeholder { color: var(--muted); }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus,
.cfg-card input:focus, .cfg-card select:focus, .cfg-card textarea:focus { border-color: var(--blue); outline: none; }
.form-card textarea, .cfg-card textarea { resize: vertical; }
/* Der Range-Slider im Konfigurator darf die Feld-Optik nicht erben */
.cfg-card input[type=range] { padding: 0; border: 0; background: transparent; border-radius: 0; }
.upload-label { border: 1.5px dashed var(--hair-strong); border-radius: var(--r-s); padding: 22px; text-align: center; cursor: pointer; background: var(--soft); display: block; transition: .15s; }
.upload-label:hover { border-color: var(--blue); background: var(--blue-soft); }
.upload-label strong { display: block; font-size: 15px; }
.upload-label .file-hint { font-size: 13.5px; color: var(--muted); }
.upload-label input[type=file] { display: none; }
.form-note { margin: 0; font-size: 12.5px; color: var(--muted); }
.dsgvo-check { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--muted); cursor: pointer; }
.dsgvo-check input[type=checkbox] { flex-shrink: 0; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--blue); }
.dsgvo-check a { color: inherit; text-decoration: underline; }
.form-stack { display: grid; gap: 14px; }
.form-success { text-align: center; padding: 34px 10px; display: none; }
.form-success.open { display: block; }
.form-success .check { width: 42px; height: 42px; color: var(--green); margin: 0 auto 14px; }
.form-success h3 { font-size: 22px; margin-bottom: 8px; }
.form-success p { color: var(--muted); margin: 0; }
.form-open { display: none; }
.form-open.open { display: grid; gap: 16px; }

.slots-row { display: flex; gap: 8px; flex-wrap: wrap; }
.slot-btn {
  cursor: pointer; padding: 12px 16px; font-weight: 600; font-size: 14px; font-family: var(--font);
  background: #fff; color: var(--ink); border: 1.5px solid var(--hair); border-radius: var(--r-s); transition: .15s;
}
.slot-btn:hover { border-color: var(--blue); color: var(--blue); }
.slot-btn.active { background: var(--blue); color: #fff; border-color: var(--blue); }

/* ---------- Gebiet ---------- */
.gebiet-section { background: var(--blue); color: #fff; }
.gebiet-section .eyebrow { color: var(--gold); }
.gebiet-inner { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: start; }
.gebiet-inner h2 { color: #fff; font-size: clamp(27px, 3.3vw, 42px); margin: 16px 0 18px; }
.gebiet-inner > div:first-child p { color: rgba(255, 255, 255, .78); margin: 0 0 24px; font-weight: 300; font-size: 17px; }
.plz-row { display: flex; gap: 10px; flex-wrap: wrap; max-width: 440px; }
.plz-row input {
  flex: 1; min-width: 160px; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, .3);
  border-radius: var(--r-s); background: rgba(255, 255, 255, .12); color: #fff; font-size: 15px;
}
.plz-row input::placeholder { color: rgba(255, 255, 255, .55); }
.plz-row input:focus { border-color: var(--gold); outline: none; background: rgba(255, 255, 255, .18); }
.plz-check-btn { background: var(--gold); color: var(--gold-ink); border: 0; padding: 14px 24px; }
.plz-check-btn:hover { background: var(--gold-bright); }
.plz-result {
  margin-top: 16px; padding: 15px 18px; font-size: 15px; display: none; border-radius: var(--r-s);
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .28); max-width: 560px;
}
.plz-result.open { display: block; }
.plz-result.ok { background: rgba(109, 171, 60, .2); border-color: var(--green); }
.cities-card { background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--r-m); padding: 26px; }
.cities-card strong { display: block; margin-bottom: 14px; font-size: 14px; color: #fff; }
.cities-list { display: flex; flex-wrap: wrap; gap: 8px; max-height: 280px; overflow: auto; }
.cities-list span {
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--r-pill);
  padding: 5px 12px; font-size: 13px; color: rgba(255, 255, 255, .85); font-weight: 300;
}
/* Einzugsgebiete-Seite: Kreis-Spalten auf hellem Grund */
.kreis-card .cities-list span { background: var(--soft); border-color: var(--hair); color: var(--muted); }

/* ---------- FAQ ---------- */
.faq-section { max-width: 900px; margin: 0 auto; padding: 96px 5vw; }
.faq-head { margin-bottom: 34px; }
.faq-head h2 { font-size: clamp(27px, 3.3vw, 42px); }
.faq-list { display: grid; gap: 10px; }
.faq-item { background: #fff; border: 1px solid var(--hair); border-radius: var(--r-m); overflow: hidden; transition: border-color .15s; }
.faq-item:hover { border-color: var(--hair-strong); }
.faq-item.open { border-color: var(--blue); }
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left;
  background: none; border: 0; padding: 20px 24px; font-weight: 600; font-size: 16.5px; cursor: pointer; color: var(--ink); font-family: var(--font);
}
.faq-icon { position: relative; width: 16px; height: 16px; flex: none; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: var(--blue); border-radius: 1px; }
.faq-icon::before { left: 0; right: 0; top: 7px; height: 2px; }
.faq-icon::after { top: 0; bottom: 0; left: 7px; width: 2px; transition: transform .18s ease; }
.faq-item.open .faq-icon::after { transform: scaleY(0); }
.faq-answer { display: none; padding: 0 24px 24px; color: var(--muted); font-size: 16px; line-height: 1.7; max-width: 70ch; font-weight: 300; }
.faq-item.open .faq-answer { display: block; }

/* ---------- Footer ---------- */
.footer-cta { background: var(--soft); border-top: 1px solid var(--hair); }
.footer-cta-inner { max-width: 820px; margin: 0 auto; padding: 92px 5vw; text-align: center; }
.footer-cta h2 { font-size: clamp(27px, 3.4vw, 42px); margin: 16px 0 0; }
.footer-cta p { color: var(--muted); font-size: 18px; margin: 18px 0 0; font-weight: 300; }
.footer-cta-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
.dom-mark { display: none; }

.site-footer { background: var(--ink); color: rgba(255, 255, 255, .62); font-size: 14px; }
.footer-grid { max-width: 1220px; margin: 0 auto; padding: 56px 5vw 26px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 34px; }
.footer-grid > div:first-child strong { color: #fff; font-size: 17px; margin-bottom: 12px; display: block; }
.footer-col strong { display: block; color: #fff; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.footer-grid p { margin: 0 0 14px; line-height: 1.7; font-weight: 300; }
.footer-grid > div:first-child a { color: var(--gold); font-weight: 600; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: rgba(255, 255, 255, .62); }
.footer-links a:hover { color: var(--gold); }
.footer-bottom {
  max-width: 1220px; margin: 0 auto; padding: 20px 5vw 34px; border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 12.5px;
}

/* ---------- Unterseiten ---------- */
.crumb { font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.crumb a { color: var(--muted); }
.crumb a:hover { color: var(--blue); }
.crumb-sep { color: var(--hair-strong); margin: 0 4px; }

.page-hero { max-width: 1220px; margin: 0 auto; padding: 52px 5vw 30px; }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.page-hero h1 { font-size: clamp(28px, 3.4vw, 46px); line-height: 1.12; margin: 0 0 18px; }
.page-hero-lead { font-size: 18.5px; line-height: 1.7; color: var(--muted); max-width: 54ch; margin: 0 0 26px; font-weight: 300; }
.page-hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.page-hero-media img { width: 100%; height: 340px; object-fit: cover; border-radius: var(--r-m); }

.fact-strip {
  max-width: 1220px; margin: 0 auto; padding: 20px 5vw 40px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px;
}

.intro-grid { max-width: 1220px; margin: 0 auto; padding: 56px 5vw; display: grid; grid-template-columns: 1.15fr .85fr; gap: 52px; align-items: start; }
.intro-grid h2 { font-size: clamp(25px, 2.9vw, 36px); margin-bottom: 20px; }
.intro-copy { font-size: 17px; line-height: 1.78; color: var(--muted); display: grid; gap: 18px; max-width: 72ch; font-weight: 300; }
.intro-copy p { margin: 0; }
.summary-card { background: var(--soft); border: 1px solid var(--hair); border-radius: var(--r-m); padding: 28px; position: sticky; top: 96px; }
.summary-card strong.summary-head { display: block; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); margin-bottom: 18px; }
.summary-rows { display: grid; gap: 14px; font-size: 14.5px; color: var(--muted); font-weight: 300; }
.summary-rows strong { color: var(--ink); display: block; font-size: 14.5px; font-weight: 600; margin-bottom: 3px; }

.article-band { background: var(--soft); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.article-band-inner { max-width: 1220px; margin: 0 auto; padding: 84px 5vw; }
.article-band h2 { font-size: clamp(25px, 2.9vw, 36px); }
.article-band-inner > p { color: var(--muted); margin: 16px 0 34px; max-width: 70ch; font-weight: 300; font-size: 17px; }
.article-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.article-cell { background: #fff; border: 1px solid var(--hair); border-radius: var(--r-m); padding: 26px; }
.article-cell h3 { font-size: 18.5px; margin-bottom: 10px; }
.article-cell p { margin: 0 0 12px; font-size: 14.5px; color: var(--muted); line-height: 1.65; font-weight: 300; }

.spec-details-grid { max-width: 1220px; margin: 0 auto; padding: 84px 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.spec-details-grid h2 { font-size: clamp(25px, 2.9vw, 36px); margin-bottom: 22px; }
.spec-table { background: #fff; border: 1px solid var(--hair); border-radius: var(--r-m); overflow: hidden; }
.spec-row { display: flex; justify-content: space-between; gap: 16px; padding: 14px 20px; font-size: 14.5px; border-bottom: 1px solid var(--hair); }
.spec-row:last-child { border-bottom: 0; }
.spec-row span { color: var(--muted); font-weight: 300; }
.spec-row strong { text-align: right; font-size: 14.5px; }
.mini-steps { display: grid; gap: 12px; }
.mini-step { background: #fff; border: 1px solid var(--hair); border-radius: var(--r-m); padding: 18px 22px; }
.mini-step strong { display: block; font-size: 15.5px; margin-bottom: 5px; }
.mini-step span { font-size: 14.5px; color: var(--muted); font-weight: 300; line-height: 1.6; }

.related-links { max-width: 1220px; margin: 0 auto; padding: 0 5vw 84px; }
.related-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.related-link-cell { background: var(--soft); border: 1px solid var(--hair); border-radius: var(--r-m); padding: 20px 22px; transition: .15s; display: block; }
.related-link-cell:hover { border-color: var(--blue); background: var(--blue-soft); }
.related-link-cell strong { display: flex; align-items: center; gap: 8px; font-size: 15.5px; color: var(--ink); }
.related-link-cell strong .icon { width: 14px; height: 14px; color: var(--blue); }
.related-link-cell span { display: block; margin-top: 5px; font-size: 13.5px; color: var(--muted); font-weight: 300; }

/* Anwendungsfälle */
.usecase-band { background: var(--soft); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.usecase-inner { max-width: 1220px; margin: 0 auto; padding: 64px 5vw; display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: start; }
.usecase-head h2 { font-size: clamp(24px, 2.8vw, 34px); margin-top: 16px; }
.usecase-head p { color: var(--muted); margin-top: 16px; font-weight: 300; font-size: 16.5px; line-height: 1.7; }
.usecase-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 2px; background: var(--hair); border: 1px solid var(--hair); border-radius: var(--r-m); overflow: hidden; }
.usecase-list li { background: #fff; padding: 18px 22px; display: flex; gap: 13px; align-items: flex-start; font-size: 15.5px; line-height: 1.6; }
.usecase-list .icon { width: 19px; height: 19px; color: var(--green); flex: none; margin-top: 3px; }

/* Zwischen-CTA */
.mid-cta { background: var(--blue); color: #fff; }
.mid-cta-inner {
  max-width: 1220px; margin: 0 auto; padding: 48px 5vw;
  display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap;
}
.mid-cta h2 { color: #fff; font-size: clamp(22px, 2.4vw, 30px); max-width: 24ch; }
.mid-cta p { color: rgba(255, 255, 255, .78); margin-top: 12px; font-weight: 300; max-width: 56ch; font-size: 16px; }
.mid-cta-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.mid-cta-tel { display: flex; align-items: center; gap: 9px; color: #fff; font-weight: 600; font-size: 16px; }
.mid-cta-tel .icon { width: 18px; height: 18px; color: var(--gold); }
.mid-cta-tel:hover { color: var(--gold); }

/* Kostenfaktoren */
.cost-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--hair); border: 1px solid var(--hair); border-radius: var(--r-m); overflow: hidden; }
.cost-cell { background: #fff; padding: 26px 24px 28px; }
.cost-num { display: block; font-size: 13px; font-weight: 700; color: var(--gold-text); letter-spacing: .08em; margin-bottom: 12px; }
.cost-cell h3 { font-size: 17px; margin-bottom: 9px; }
.cost-cell p { margin: 0; font-size: 14.5px; color: var(--muted); line-height: 1.65; font-weight: 300; }
.cost-note {
  display: flex; gap: 11px; align-items: flex-start; margin: 22px 0 0; padding: 16px 20px;
  background: var(--blue-soft); border-radius: var(--r-s); font-size: 15px; color: var(--ink);
}
.cost-note .icon { width: 18px; height: 18px; color: var(--green); flex: none; margin-top: 3px; }

/* Projektbeispiel */
.project-band { background: var(--soft); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.project-inner {
  max-width: 1220px; margin: 0 auto; padding: 64px 5vw;
  display: grid; grid-template-columns: .85fr 1.15fr; gap: 44px; align-items: start;
}
.project-inner > img { width: 100%; height: 360px; object-fit: cover; border-radius: var(--r-m); }
.project-body h2 { font-size: clamp(23px, 2.6vw, 32px); margin: 14px 0 6px; }
.project-meta { font-size: 14px; color: var(--muted); }
.project-rows { display: grid; gap: 16px; margin-top: 22px; }
.project-rows strong { display: block; font-size: 12.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); margin-bottom: 5px; }
.project-rows span { font-size: 15.5px; color: var(--muted); line-height: 1.7; font-weight: 300; }
.project-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 22px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--hair); }

/* Kundenstimme */
.voice { background: var(--soft); }
.voice-inner { max-width: 760px; margin: 0 auto; padding: 76px 5vw; }

/* ---------- Einzugsgebiet auf den Leistungsseiten ---------- */
.region-band { background: var(--soft); border-top: 1px solid var(--hair); }
.region-inner { max-width: 1220px; margin: 0 auto; padding: 80px 5vw; }

.region-head { display: grid; grid-template-columns: 1.5fr .8fr; gap: 40px; align-items: end; margin-bottom: 40px; }
.region-head h2 { font-size: clamp(25px, 2.9vw, 36px); margin-top: 16px; }
.region-lead { margin-top: 18px; font-size: 16.5px; line-height: 1.72; color: var(--muted); font-weight: 300; max-width: 62ch; }
.region-actions { display: grid; gap: 10px; justify-items: stretch; }
.region-actions .btn-gold { text-align: center; }
.region-tel {
  display: flex; align-items: center; justify-content: center; gap: 9px; padding: 12.5px 20px;
  border: 1.5px solid var(--hair-strong); border-radius: var(--r-s); background: var(--white);
  font-weight: 600; font-size: 15px; color: var(--ink);
}
.region-tel:hover { border-color: var(--blue); color: var(--blue); }
.region-tel .icon { width: 17px; height: 17px; color: var(--blue); }

.region-focus { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 44px; }
.region-focus-cell {
  background: var(--white); border: 1px solid var(--hair); border-radius: var(--r-m);
  padding: 26px 24px; box-shadow: var(--sh-s);
}
.region-focus-pin {
  display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%;
  background: var(--blue-soft); color: var(--green); margin-bottom: 14px;
}
.region-focus-pin .icon { width: 15px; height: 15px; }
.region-focus-cell h3 { font-size: 16.5px; line-height: 1.3; margin-bottom: 10px; }
.region-focus-cell p { font-size: 14.5px; line-height: 1.72; color: var(--muted); font-weight: 300; }

.region-areas { background: var(--white); border: 1px solid var(--hair); border-radius: var(--r-m); padding: 30px 28px; }
.region-areas-head {
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px;
  padding-bottom: 18px; margin-bottom: 22px; border-bottom: 1px solid var(--hair);
}
.region-areas-head h3 { font-size: 18px; }
.region-areas-link { font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 7px; }
.region-areas-link .icon { width: 15px; height: 15px; }

.region-kreis-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px 30px; }
.region-kreis { border-left: 2px solid var(--hair); padding-left: 16px; }
.region-kreis.heim { border-left-color: var(--blue); }
.region-kreis-top { display: flex; align-items: center; gap: 9px; margin-bottom: 4px; }
.region-kreis h4 { font-size: 14.5px; font-weight: 600; }
.region-kreis-badge {
  background: var(--blue); color: #fff; font-size: 10px; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; padding: 3px 8px; border-radius: var(--r-pill);
}
.region-kreis-plz { display: block; font-size: 12.5px; color: var(--green-deep); font-weight: 500; margin-bottom: 8px; }
.region-kreis-orte { font-size: 13.5px; line-height: 1.7; color: var(--muted); font-weight: 300; }

.region-note {
  display: flex; align-items: flex-start; gap: 10px; margin-top: 26px;
  font-size: 14.5px; color: var(--muted); font-weight: 300;
}
.region-note .icon { width: 16px; height: 16px; color: var(--green); flex: none; margin-top: 3px; }

/* ---------- Info-Seiten ---------- */
.info-hero { max-width: 900px; margin: 0 auto; padding: 52px 5vw 8px; }
.info-hero h1 { font-size: clamp(28px, 3.4vw, 44px); line-height: 1.14; margin: 0 0 16px; }
.info-hero p { font-size: 18.5px; line-height: 1.7; color: var(--muted); max-width: 66ch; margin: 0; font-weight: 300; }

.gebiet-top { max-width: 1220px; margin: 0 auto; padding: 34px 5vw 8px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; }
.gebiet-top .form-card p { color: var(--muted); margin: 0 0 16px; font-size: 15px; font-weight: 300; }
.gebiet-top .form-card strong.summary-head { display: block; font-size: 16.5px; margin-bottom: 6px; text-transform: none; letter-spacing: 0; color: var(--ink); }
.gebiet-top .plz-row input { background: #fff; border: 1.5px solid var(--hair); color: var(--ink); }
.gebiet-top .plz-row input::placeholder { color: var(--muted); }
.gebiet-top .plz-result { background: var(--soft); border: 1px solid var(--hair); color: var(--ink); }
.gebiet-top .plz-result.ok { background: rgba(109, 171, 60, .12); border-color: var(--green); }
.gebiet-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 22px; }

.kreis-section { max-width: 1220px; margin: 0 auto; padding: 56px 5vw; }
.kreis-section > h2 { font-size: clamp(25px, 2.9vw, 36px); margin-bottom: 12px; }
.kreis-section > p { color: var(--muted); margin: 0 0 30px; max-width: 75ch; font-weight: 300; }
.kreis-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 18px; }
.kreis-card { background: #fff; border: 1px solid var(--hair); border-radius: var(--r-m); padding: 24px; }
.kreis-card.heim { border-color: var(--blue); background: var(--blue-soft); }
.kreis-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.kreis-card h3 { font-size: 16.5px; color: var(--ink); margin: 0; }
.kreis-badge {
  background: var(--blue); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; padding: 4px 10px; border-radius: var(--r-pill); flex: none;
}
.kreis-meta { display: grid; gap: 6px; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--hair); }
.kreis-meta span { display: flex; gap: 8px; align-items: center; font-size: 13px; color: var(--muted); }
.kreis-meta .icon { width: 14px; height: 14px; color: var(--green); flex: none; }
.kreis-card .cities-list { max-height: none; overflow: visible; }

/* Schematische Gebietskarte */
.map-band { background: var(--soft); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.map-inner { max-width: 1220px; margin: 0 auto; padding: 68px 5vw; display: grid; grid-template-columns: 1fr .9fr; gap: 56px; align-items: center; }
.map-side h2 { font-size: clamp(25px, 2.9vw, 36px); margin-top: 16px; }
.map-side p { color: var(--muted); margin-top: 18px; font-weight: 300; font-size: 16.5px; line-height: 1.7; max-width: 52ch; }
.map-legend { list-style: none; padding: 0; margin: 24px 0 28px; display: grid; gap: 11px; }
.map-legend li { display: flex; align-items: center; gap: 11px; font-size: 14.5px; color: var(--muted); }
.lg { width: 15px; height: 15px; border-radius: 4px; flex: none; }
.lg-home { background: var(--gold); border-radius: 50%; }
.lg-area { background: #fff; border: 1.5px solid var(--blue); }
.map-figure { display: flex; justify-content: center; }
.owl-map { width: 100%; max-width: 400px; height: auto; }
.owl-map .mp-area path { fill: #fff; stroke: var(--blue); stroke-width: 1.5; transition: fill .15s; }
.owl-map .mp-area:hover path { fill: var(--blue-soft); }
.owl-map .mp-area[data-kreis="paderborn"] path { fill: var(--blue); stroke: var(--blue-deep); }
.owl-map .mp-label { font-family: var(--font); font-size: 13px; font-weight: 600; fill: var(--blue); }
.owl-map .mp-label-home { fill: #fff; }
.owl-map .mp-home circle { fill: var(--gold); }
.owl-map .mp-home .mp-ring { fill: none; stroke: var(--gold); stroke-width: 1.5; opacity: .55; }
.owl-map .mp-note { font-family: var(--font); font-size: 10.5px; fill: var(--muted); font-weight: 400; }

.contact-cards { max-width: 1220px; margin: 0 auto; padding: 34px 5vw 8px; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.contact-card { background: #fff; border: 1px solid var(--hair); border-radius: var(--r-m); padding: 24px; display: block; transition: .15s; }
.contact-card:hover { border-color: var(--blue); box-shadow: var(--sh-s); }
.contact-card strong { display: block; font-size: 19px; margin: 10px 0 4px; color: var(--ink); }
.contact-card span { font-size: 14px; color: var(--muted); font-weight: 300; }

/* Kontaktkanäle mit Antwortzeit */
.kanal-grid { max-width: 1220px; margin: 0 auto; padding: 34px 5vw 8px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.kanal {
  background: #fff; border: 1px solid var(--hair); border-radius: var(--r-m); padding: 24px;
  display: flex; flex-direction: column; transition: .15s; color: var(--ink);
}
.kanal:hover { border-color: var(--blue); box-shadow: var(--sh-s); color: var(--ink); }
.kanal.primary { border-color: var(--blue); background: var(--blue-soft); }
.kanal-top { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.kanal-ico { width: 34px; height: 34px; border-radius: var(--r-s); background: var(--soft); display: grid; place-items: center; flex: none; }
.kanal.primary .kanal-ico { background: var(--blue); }
.kanal-ico .icon { width: 17px; height: 17px; color: var(--blue); }
.kanal.primary .kanal-ico .icon { color: #fff; }
.kanal strong { font-size: 19px; letter-spacing: -0.02em; }
.kanal strong.klein { font-size: 15px; word-break: break-word; }
.kanal-hint { font-size: 13.5px; color: var(--muted); margin-top: 5px; font-weight: 300; }
.kanal-foot { margin-top: auto; padding-top: 16px; }
.kanal-antwort {
  display: inline-block; background: var(--soft); border: 1px solid var(--hair); border-radius: var(--r-pill);
  padding: 4px 11px; font-size: 12px; font-weight: 600; color: var(--green-deep);
}
.kanal.primary .kanal-antwort { background: #fff; }
.kanal-fuer { display: block; margin-top: 10px; font-size: 12.5px; color: var(--muted); line-height: 1.5; font-weight: 300; }

/* Notfallhinweis */
.notfall { max-width: 1220px; margin: 26px auto 0; padding: 0 5vw; }
.notfall-inner {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  background: var(--gold); color: var(--gold-ink); border-radius: var(--r-m); padding: 22px 26px;
}
.notfall-mark {
  width: 34px; height: 34px; border-radius: 50%; background: var(--gold-ink); color: var(--gold);
  display: grid; place-items: center; font-weight: 700; font-size: 19px; flex: none;
}
.notfall-inner > div { flex: 1; min-width: 260px; }
.notfall-inner strong { display: block; font-size: 16.5px; }
.notfall-inner p { margin: 6px 0 0; font-size: 14.5px; line-height: 1.6; max-width: 72ch; }
.notfall-inner .btn-gold { background: var(--gold-ink); color: var(--gold); }
.notfall-inner .btn-gold:hover { background: #000; color: var(--gold); }

/* Vorbereitungsfragen */
.fragen-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 48px; align-items: center; margin-bottom: 26px; }
.fragen-head h2 { font-size: clamp(24px, 2.6vw, 32px); margin-top: 14px; }
.fragen-lead { color: var(--muted); margin-top: 12px; font-weight: 300; font-size: 16px; line-height: 1.65; max-width: 56ch; }
.fragen-illu { width: 240px; max-width: 100%; height: auto; border-radius: var(--r-m); }
.fragen-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--hair); border: 1px solid var(--hair); border-radius: var(--r-m); overflow: hidden; }
.fragen-list li { background: #fff; padding: 16px 18px; display: flex; gap: 12px; align-items: flex-start; }
.fragen-num { font-size: 12.5px; font-weight: 700; color: var(--gold-text); flex: none; padding-top: 2px; }
.fragen-list strong { display: block; font-size: 15px; margin-bottom: 2px; }
.fragen-list span { font-size: 13.5px; color: var(--muted); line-height: 1.55; font-weight: 300; }

/* Öffnungszeiten */
.oeffnung { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.oeffnung th, .oeffnung td { text-align: left; padding: 11px 0; border-bottom: 1px solid var(--hair); }
.oeffnung th { font-weight: 500; color: var(--muted); }
.oeffnung td { text-align: right; font-weight: 600; }
.oeffnung tr:last-child th, .oeffnung tr:last-child td { border-bottom: 0; }

.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.value-cell { background: #fff; border: 1px solid var(--hair); border-radius: var(--r-m); padding: 26px; }
.value-ico {
  width: 38px; height: 38px; border-radius: var(--r-s); background: var(--blue-soft);
  display: grid; place-items: center; margin-bottom: 16px;
}
.value-ico .icon { width: 19px; height: 19px; color: var(--green); }
.value-cell h3 { font-size: 17px; margin-bottom: 10px; }
.value-cell p { margin: 0; font-size: 14.5px; color: var(--muted); line-height: 1.65; font-weight: 300; }

/* Zeitleiste */
.timeline-band { background: var(--soft); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.timeline-inner { max-width: 1220px; margin: 0 auto; padding: 84px 5vw; }
.timeline { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; position: relative; }
.timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 7px; height: 2px; background: var(--hair-strong); }
.tl-item { position: relative; padding-top: 34px; }
.tl-dot {
  position: absolute; top: 0; left: 0; width: 16px; height: 16px; border-radius: 50%;
  background: var(--gold); border: 3px solid var(--soft); box-sizing: content-box;
}
.tl-zeit { display: block; font-size: 12.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--blue); margin-bottom: 9px; }
.tl-item h3 { font-size: 17.5px; margin-bottom: 10px; }
.tl-item p { margin: 0; font-size: 14.5px; color: var(--muted); line-height: 1.7; font-weight: 300; }

/* Was wir nicht machen */
.nicht-band { background: var(--ink); color: #fff; }
.nicht-inner { max-width: 1220px; margin: 0 auto; padding: 76px 5vw; display: grid; grid-template-columns: .85fr 1.15fr; gap: 52px; align-items: start; }
.nicht-inner .eyebrow { color: var(--gold); }
.nicht-inner h2 { color: #fff; font-size: clamp(25px, 2.9vw, 36px); margin-top: 16px; }
.nicht-inner p { color: rgba(255, 255, 255, .72); margin: 18px 0 28px; font-weight: 300; font-size: 16.5px; line-height: 1.7; max-width: 46ch; }
.nicht-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 2px; }
.nicht-list li {
  display: flex; gap: 14px; align-items: flex-start; padding: 17px 20px; font-size: 15.5px;
  line-height: 1.6; color: rgba(255, 255, 255, .88); background: rgba(255, 255, 255, .05);
  border-radius: var(--r-s); font-weight: 300;
}
.nicht-x { position: relative; width: 17px; height: 17px; flex: none; margin-top: 3px; }
.nicht-x::before, .nicht-x::after {
  content: ""; position: absolute; left: 1px; right: 1px; top: 7px; height: 2px;
  background: var(--gold); border-radius: 1px;
}
.nicht-x::before { transform: rotate(45deg); }
.nicht-x::after { transform: rotate(-45deg); }

.address-card { background: var(--soft); border: 1px solid var(--hair); border-radius: var(--r-m); padding: 28px; }
.address-rows { display: grid; gap: 15px; font-size: 15px; color: var(--muted); font-weight: 300; }
.address-rows strong { color: var(--ink); display: block; font-size: 14.5px; font-weight: 600; margin-bottom: 3px; }

/* ---------- Legal ---------- */
.legal-facts { max-width: 900px; margin: 0 auto; padding: 30px 5vw 34px; }
.legal-section { max-width: 900px; margin: 0 auto; padding: 0 5vw 34px; }
.legal-section h2 { font-size: 21px; margin-bottom: 14px; }
.legal-section p { margin: 0 0 12px; font-size: 15.5px; color: var(--muted); max-width: 80ch; line-height: 1.75; font-weight: 300; }
.legal-section p:last-child { margin-bottom: 0; }

/* ---------- Konfigurator-Seite ---------- */
.cfg-intro { max-width: 1220px; margin: 0 auto; padding: 52px 5vw 8px; }
.cfg-intro h1 { font-size: clamp(28px, 3.4vw, 44px); line-height: 1.12; margin: 0 0 16px; max-width: 26ch; }
.cfg-intro p { font-size: 18.5px; line-height: 1.7; color: var(--muted); max-width: 62ch; margin: 0; font-weight: 300; }
.cfg-grid { max-width: 1220px; margin: 30px auto 90px; padding: 0 5vw; display: grid; grid-template-columns: 1fr 330px; gap: 28px; align-items: start; }
.cfg-steps { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.cfg-chip {
  cursor: pointer; padding: 11px 18px; font-weight: 600; font-size: 13.5px; font-family: var(--font);
  border: 1.5px solid var(--hair); border-radius: var(--r-pill); background: #fff; color: var(--muted); transition: .15s;
}
.cfg-chip:hover { border-color: var(--blue); color: var(--blue); }
.cfg-chip .cfg-chip-num { opacity: .55; margin-right: 6px; }
.cfg-chip.active { background: var(--blue); color: #fff; border-color: var(--blue); }
.cfg-chip.done { background: var(--blue-soft); color: var(--blue); border-color: var(--blue-soft); }

.cfg-card { background: #fff; border: 1px solid var(--hair); border-radius: var(--r-m); padding: 34px; box-shadow: var(--sh-s); }
.cfg-card h2 { font-size: 25px; margin-bottom: 10px; }
.cfg-card > p { color: var(--muted); margin: 0 0 24px; font-weight: 300; }

.cfg-product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.cfg-product-card {
  text-align: left; cursor: pointer; padding: 0; border: 1.5px solid var(--hair); border-radius: var(--r-m);
  background: #fff; overflow: hidden; transition: .15s; font-family: var(--font);
}
.cfg-product-card:hover { border-color: var(--blue); }
.cfg-product-card.active { border-color: var(--blue); background: var(--blue-soft); }
.cfg-product-card img { width: 100%; height: 120px; object-fit: cover; display: block; }
.cfg-product-card-body { padding: 14px 16px 16px; display: block; }
.cfg-product-card strong { display: block; font-size: 17.5px; }
.cfg-product-card span { font-size: 13.5px; color: var(--muted); font-weight: 300; }

.cfg-slider-row { margin-bottom: 26px; }
.cfg-slider-label { display: flex; justify-content: space-between; font-weight: 600; font-size: 14.5px; margin-bottom: 10px; }
.cfg-slider-label span.val { color: var(--blue); }
.cfg-slider-row input[type=range] { width: 100%; }
.cfg-group { margin-bottom: 26px; }
.cfg-group-label { display: block; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 12px; }
.cfg-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; }
.cfg-swatch { display: block; width: 24px; height: 24px; margin-bottom: 6px; border: 1px solid var(--hair); border-radius: 4px; }
.cfg-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--hair); }
.cfg-nav button:disabled { opacity: .4; cursor: not-allowed; }

.cfg-summary { position: sticky; top: 96px; background: var(--blue); color: #fff; border-radius: var(--r-m); padding: 28px; }
.cfg-summary-kicker { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.cfg-summary h3 { font-size: 21px; margin: 10px 0 18px; color: #fff; }
.cfg-summary-rows { display: grid; gap: 11px; }
.cfg-summary-row { display: flex; justify-content: space-between; gap: 14px; font-size: 14px; padding-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.cfg-summary-row span { color: rgba(255, 255, 255, .66); font-weight: 300; }
.cfg-summary-row strong { text-align: right; font-weight: 600; }
.cfg-summary-note { font-size: 13px; color: rgba(255, 255, 255, .66); margin: 18px 0 0; font-weight: 300; }
.cfg-summary-phone {
  display: block; text-align: center; margin-top: 18px; background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .28); color: #fff; padding: 13px; font-weight: 600; border-radius: var(--r-s);
}
.cfg-summary-phone:hover { background: rgba(255, 255, 255, .22); color: #fff; }
.cfg-success { text-align: center; padding: 44px 10px; }
.cfg-success .check { width: 46px; height: 46px; color: var(--green); margin: 0 auto 16px; display: block; }
.cfg-success h3 { font-size: 24px; margin-bottom: 12px; }
.cfg-success p { color: var(--muted); max-width: 46ch; margin: 0 auto 24px; font-weight: 300; }

/* Zusammenfassung im letzten Schritt — Sidebar rutscht mobil unter das Formular */
.cfg-recap { background: var(--soft); border: 1px solid var(--hair); border-radius: var(--r-m); padding: 22px 24px; margin-bottom: 22px; }
.cfg-recap-head { display: block; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: 14px; }
.cfg-recap-rows { display: grid; gap: 9px; }
.cfg-recap-rows > div { display: flex; justify-content: space-between; gap: 16px; font-size: 14.5px; padding-bottom: 9px; border-bottom: 1px solid var(--hair); }
.cfg-recap-rows > div:last-child { border-bottom: 0; padding-bottom: 0; }
.cfg-recap-rows span { color: var(--muted); font-weight: 300; }
.cfg-recap-rows strong { text-align: right; font-weight: 600; }
.cfg-recap-edit {
  margin-top: 16px; background: none; border: 0; padding: 0; cursor: pointer; font-family: var(--font);
  font-size: 14px; font-weight: 600; color: var(--blue); border-bottom: 1px solid var(--blue);
}
.cfg-recap-edit:hover { color: var(--blue-deep); border-bottom-color: var(--blue-deep); }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .mega-inner { grid-template-columns: 1fr; gap: 22px; }
  .mega-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1060px) {
  .main-nav { display: none; }
  .nav-burger { display: grid; }
}
@media (max-width: 1000px) {
  .services-strip, .process-strip, .cost-grid, .timeline, .kanal-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-split { grid-template-columns: 1fr; }
  .svc-hero { min-height: 320px; }
  .svc-rest { grid-template-rows: none; }
  .cases-c { grid-template-columns: repeat(2, 1fr); }
  .region-focus { grid-template-columns: 1fr 1fr; }
  .timeline::before { display: none; }
  .trust-inner { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cfg-grid { grid-template-columns: 1fr; }
  .cfg-summary { position: static; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .header-phone { display: none; }
  .two-col,
  .hero-grid,
  .assist-inner, .about-inner, .config-teaser-inner, .foerder-inner, .form-inner, .gebiet-inner,
  .page-hero-grid, .intro-grid, .spec-details-grid, .gebiet-top, .why-grid, .case-sheet,
  .usecase-inner, .project-inner, .map-inner, .nicht-inner, .fragen-head {
    grid-template-columns: 1fr !important;
  }
  .cost-grid, .timeline, .kanal-grid { grid-template-columns: 1fr; }
  .region-head { grid-template-columns: 1fr; align-items: start; gap: 26px; }
  .region-actions { justify-items: start; grid-auto-flow: column; }
  .region-focus { grid-template-columns: 1fr; }
  .region-inner { padding-top: 64px; padding-bottom: 64px; }
  .project-inner > img { height: 240px; }
  .mid-cta-inner { flex-direction: column; align-items: flex-start; }
  .summary-card { position: static; }
  .about-media { margin-bottom: 30px; }
  .about-stamp { left: 16px; bottom: -18px; }
  .g-reviews-body, .g-cards { grid-template-columns: 1fr; }
  .g-score { border-right: 0; border-bottom: 1px solid var(--g-line); }
  .g-review { border-right: 0; border-bottom: 1px solid var(--g-line); }
  .g-cards .g-review:last-child { border-bottom: 0; }
  .g-review-solo { border: 1px solid var(--g-line); padding: 24px 22px; }
  .case-shot { min-height: 200px; }
  .case-steps { grid-template-columns: 1fr; gap: 14px; }
  .cases-c { grid-template-columns: 1fr; }
  .case-row-head { grid-template-columns: 56px minmax(0, 1fr) 16px; }
  .case-facts-row { display: none; }
  .case-row.open .case-row-body .case-steps { padding: 2px 18px 18px; }
  .section, .about-inner, .foerder-inner, .form-inner, .assist-inner, .config-teaser-inner, .faq-section { padding-top: 64px; padding-bottom: 64px; }
  .svc-wrap { padding-top: 52px; padding-bottom: 52px; }
  .svc-head { grid-template-columns: 1fr; gap: 14px; align-items: start; }
  .fragen-list { grid-template-columns: repeat(2, 1fr); }
  .fragen-head { justify-items: start; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .gallery-item:first-child { grid-column: span 2; grid-row: span 1; }
}
@media (max-width: 620px) {
  .services-strip, .process-strip { grid-template-columns: 1fr; }
  .trust-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .field-grid, .assist-fields .two, .assist-options { grid-template-columns: 1fr; }
  .region-actions { grid-auto-flow: row; justify-items: stretch; }
  .region-areas { padding: 24px 20px; }
  .foerder-results { grid-template-columns: 1fr; }
  .assist-card, .form-card, .foerder-card, .cfg-card { padding: 24px; }
  .foerder-panel-body, .foerder-panel-foot { padding-left: 22px; padding-right: 22px; }
  .foerder-stats li { display: grid; gap: 3px; }
  .foerder-stat-label { text-align: left; }
  .fragen-list { grid-template-columns: 1fr; }
  .form-call-btn { width: 100%; justify-content: center; }
  .header-cta { display: none; }
}

/* ---------- Projekte im Detail — kompakte Varianten D, E, F ---------- */

/* Variante D — Bildbühne mit versetzter Textkarte */
.cases-d .stage-main { position: relative; }
.stage-shot {
  width: 100%; height: clamp(200px, 24vw, 300px); object-fit: cover;
  border-radius: var(--r-l); box-shadow: var(--sh-s);
}
.stage-card {
  position: relative; width: min(820px, 94%); margin: -84px 0 0 auto;
  background: #fff; border: 1px solid var(--hair); border-radius: var(--r-l);
  box-shadow: var(--sh-m); padding: 20px 24px 22px;
}
.stage-card .case-title { margin: 3px 0 14px; }
.stage-card .case-steps { gap: 14px 22px; }
.stage-card .case-facts { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--hair); }
.stage-strip { display: flex; gap: 10px; margin-top: 16px; }
.stage-pick {
  flex: 1; display: flex; align-items: center; gap: 11px; min-width: 0;
  padding: 7px 12px 7px 7px; background: #fff; border: 1.5px solid var(--hair);
  border-radius: var(--r-m); cursor: pointer; text-align: left; font-family: var(--font); transition: .15s;
}
.stage-pick img { width: 54px; height: 40px; object-fit: cover; border-radius: var(--r-s); flex: none; }
.stage-pick span {
  font-size: 13px; font-weight: 600; color: var(--muted);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.stage-pick:hover { border-color: var(--blue); }
.stage-pick.active { border-color: var(--blue); background: var(--blue-soft); }
.stage-pick.active span { color: var(--blue); }

/* Variante E — alle Projekte als Ablauf untereinander */
.cases-e { display: grid; gap: 14px; }
.flow-row {
  display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 22px;
  background: #fff; border: 1px solid var(--hair); border-radius: var(--r-m);
  overflow: hidden; box-shadow: var(--sh-s);
}
.flow-shot { position: relative; }
.flow-shot img { width: 100%; height: 100%; min-height: 178px; object-fit: cover; }
.flow-num {
  position: absolute; top: 10px; left: 10px; background: var(--gold); color: var(--gold-ink);
  font-size: 11.5px; font-weight: 700; letter-spacing: .05em; padding: 3px 9px; border-radius: var(--r-pill);
}
.flow-body { padding: 17px 20px 19px 0; }
.flow-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; flex-wrap: wrap; }
.flow-head .case-title { margin: 3px 0 0; }
.flow-chain {
  list-style: none; margin: 15px 0 0; padding: 15px 0 0; border-top: 1px solid var(--hair);
  display: grid; grid-template-columns: repeat(3, 1fr);
}
.flow-chain li { padding-right: 20px; }
.flow-chain li + li { padding-left: 20px; border-left: 1px solid var(--hair); }
.flow-chain strong {
  display: block; font-size: 11.5px; text-transform: uppercase; letter-spacing: .1em;
  color: var(--blue); margin-bottom: 4px;
}
.flow-chain li:last-child strong { color: var(--green-deep); }
.flow-chain p {
  font-size: 14px; color: var(--muted); line-height: 1.55; font-weight: 300;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}

/* Variante F — Magazinkarten, Titel im Bild */
.cases-f { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mag-card {
  display: flex; flex-direction: column; background: #fff;
  border: 1px solid var(--hair); border-radius: var(--r-l); overflow: hidden;
  box-shadow: var(--sh-s); transition: transform .2s, box-shadow .2s;
}
.mag-card:hover { transform: translateY(-3px); box-shadow: var(--sh-m); }
.mag-shot { position: relative; }
.mag-shot img { width: 100%; height: 172px; object-fit: cover; }
.mag-shot::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20, 24, 31, 0) 36%, rgba(20, 24, 31, .84) 100%);
}
.mag-cap { position: absolute; left: 18px; right: 18px; bottom: 13px; z-index: 1; }
.mag-cap .case-meta { color: rgba(255, 255, 255, .74); }
.mag-cap .case-title { color: #fff; font-size: 18px; margin: 3px 0 0; }
.mag-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.mag-body .case-steps { grid-template-columns: 1fr; gap: 10px; }
.mag-body .case-steps.clamped p { -webkit-line-clamp: 2; font-size: 14px; }
.mag-body .case-facts { margin-top: auto; padding-top: 15px; }

@media (max-width: 1000px) {
  .cases-f { grid-template-columns: repeat(2, 1fr); }
  .flow-chain { grid-template-columns: 1fr; gap: 12px; }
  .flow-chain li, .flow-chain li + li { padding: 0; border-left: 0; }
  .flow-chain p { -webkit-line-clamp: 3; }
}

@media (max-width: 860px) {
  .stage-card { width: 100%; margin-top: -40px; }
  .stage-card .case-steps { grid-template-columns: 1fr; gap: 12px; }
  .stage-strip { flex-direction: column; }
  .stage-pick span { white-space: normal; }
  .flow-row { grid-template-columns: 1fr; }
  .flow-shot img { height: 180px; min-height: 0; }
  .flow-body { padding: 16px 18px 18px; }
  .cases-f { grid-template-columns: 1fr; }
}

/* ---------- Einwilligungsbanner (Cookie-Auswahl) ---------- */
.consent-backdrop {
  position: fixed; inset: 0; z-index: 300; display: flex; align-items: flex-end; justify-content: center;
  background: rgba(20, 24, 31, .45); padding: 16px;
}
.consent-box {
  background: #fff; border-radius: var(--r-l); box-shadow: var(--sh-l); width: 100%; max-width: 680px;
  padding: 26px 26px 20px; max-height: 90vh; overflow-y: auto;
}
.consent-box h2 { margin: 0 0 10px; font-size: 20px; line-height: 1.3; }
.consent-box > p { margin: 0 0 18px; font-size: 14.5px; color: var(--muted); line-height: 1.6; }
.consent-options { display: grid; gap: 12px; margin-bottom: 20px; }
.consent-option {
  display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start;
  border: 1.5px solid var(--hair); border-radius: var(--r-s); padding: 13px 15px; cursor: pointer;
  font-size: 13.5px; color: var(--muted); line-height: 1.55;
}
.consent-option:hover { border-color: var(--hair-strong); }
.consent-option-fixed { background: var(--soft); cursor: default; }
.consent-option input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue); }
.consent-option strong { display: block; color: var(--ink); font-size: 14.5px; margin-bottom: 3px; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.consent-btn {
  font-family: var(--font); font-weight: 600; font-size: 14.5px; border-radius: var(--r-s);
  padding: 13px 24px; cursor: pointer; flex: 1 1 200px; text-align: center;
  transition: background .15s, border-color .15s, color .15s;
}
.consent-btn-accept { background: var(--gold); color: var(--gold-ink); border: 0; }
.consent-btn-accept:hover { background: var(--gold-bright); }
.consent-btn-reject { background: #fff; color: var(--ink); border: 1.5px solid var(--hair-strong); }
.consent-btn-reject:hover { border-color: var(--blue); color: var(--blue); }
.consent-link {
  background: none; border: 0; padding: 13px 6px; cursor: pointer; font-family: var(--font);
  font-weight: 600; font-size: 13.5px; color: var(--blue); text-decoration: underline;
}
.consent-legal { margin: 14px 0 0; font-size: 12.5px; color: var(--muted); }
.consent-legal a { color: var(--muted); text-decoration: underline; }
.consent-legal a:hover { color: var(--blue); }
.footer-consent-link {
  background: none; border: 0; padding: 0; cursor: pointer; font-family: var(--font);
  font-size: 12.5px; color: inherit; text-decoration: underline;
}

@media (max-width: 600px) {
  .consent-backdrop { padding: 0; }
  .consent-box { border-radius: var(--r-l) var(--r-l) 0 0; padding: 22px 20px 16px; max-height: 92vh; }
  .consent-btn { flex: 1 1 100%; }
}

/* Projekt-Sektion insgesamt flacher; die Überschrift bleibt einzeilig, weil sie
   in der großen Stufe sonst umbricht. */
.cases-section { padding-top: 68px; padding-bottom: 68px; }
.cases-section .section-head { max-width: 78ch; margin-bottom: 26px; }
.cases-section .section-head h2 { font-size: clamp(25px, 2.9vw, 35px); }
.cases-section .section-head p { margin-top: 12px; font-size: 16.5px; }

/* ---------- Referenzen — Varianten B, C, D ---------- */

/* Variante B — Mauerwerk, Bilder in eigenem Format */
.gallery-masonry { columns: 4; column-gap: 12px; }
.masonry-item {
  position: relative; display: block; width: 100%; margin: 0 0 12px; padding: 0; border: 0;
  background: none; cursor: zoom-in; overflow: hidden; border-radius: var(--r-s); break-inside: avoid;
}
.masonry-item img { width: 100%; height: auto; display: block; transition: transform .6s; }
.masonry-item:hover img { transform: scale(1.04); }
.masonry-item span {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 14px 12px; text-align: left;
  font-size: 13px; font-weight: 500; color: #fff; opacity: 0; transition: opacity .2s;
  background: linear-gradient(transparent, rgba(14, 22, 44, .85));
}
.masonry-item:hover span, .masonry-item:focus-visible span { opacity: 1; }

/* Variante C — ein großes Bild, Auswahl als Streifen daneben */
/* Kopfzeile: Filterband links, Zähler mit Pfeilen rechts — eine Zeile statt zwei */
.gstage-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.gnav {
  display: flex; gap: 2px; padding: 3px; min-width: 0; max-width: 100%;
  background: var(--soft); border: 1px solid var(--hair); border-radius: var(--r-pill);
  overflow-x: auto; scrollbar-width: none;
}
.gnav::-webkit-scrollbar { display: none; }
.gnav-tab {
  display: inline-flex; align-items: center; gap: 6px; flex: none; cursor: pointer;
  padding: 7px 14px; border: 0; border-radius: var(--r-pill); background: none;
  font-family: var(--font); font-size: 13px; font-weight: 600; color: var(--muted);
  white-space: nowrap; transition: background .15s, color .15s;
}
.gnav-tab i { font-style: normal; font-size: 11px; font-weight: 700; color: var(--muted); opacity: .55; }
.gnav-tab:hover { color: var(--ink); background: rgba(255, 255, 255, .8); }
.gnav-tab.active { background: var(--blue); color: #fff; box-shadow: var(--sh-s); }
.gnav-tab.active i { color: #fff; opacity: .7; }

.gstage-step { display: flex; align-items: center; gap: 6px; flex: none; }
.gstage-step span { font-size: 12.5px; font-weight: 600; color: var(--muted); font-variant-numeric: tabular-nums; }
.gstage-step button {
  width: 30px; height: 30px; display: grid; place-items: center; cursor: pointer;
  border: 1px solid var(--hair); border-radius: 50%; background: #fff;
  font-size: 17px; line-height: 1; color: var(--muted); transition: .15s;
}
.gstage-step button:hover { border-color: var(--blue); color: var(--blue); }

.gallery-stage { display: grid; grid-template-columns: minmax(0, 1fr) 268px; gap: 12px; margin-top: 14px; }
.gstage-main {
  position: relative; padding: 0; border: 0; background: none; cursor: zoom-in;
  overflow: hidden; border-radius: var(--r-l); box-shadow: var(--sh-s); display: block;
}
.gstage-main img { width: 100%; height: clamp(280px, 34vw, 430px); object-fit: cover; display: block; }
.gstage-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 20px 15px; text-align: left;
  background: linear-gradient(transparent, rgba(14, 22, 44, .88));
}
.gstage-cap b { color: #fff; font-size: 16px; font-weight: 600; }
.gstage-dots { display: none; position: absolute; left: 0; right: 0; bottom: 9px; justify-content: center; gap: 5px; }
.gstage-dots i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255, 255, 255, .45); transition: .2s; }
.gstage-dots i.on { background: #fff; width: 15px; border-radius: 3px; }
.gstage-list {
  display: flex; flex-direction: column; gap: 6px; max-height: clamp(280px, 34vw, 430px);
  overflow-y: auto; padding-right: 4px;
}
.gstage-pick {
  display: flex; align-items: center; gap: 10px; flex: none; text-align: left; cursor: pointer;
  padding: 5px 11px 5px 5px; background: #fff; border: 1.5px solid var(--hair);
  border-radius: var(--r-m); font-family: var(--font); transition: .15s;
}
.gstage-pick img { width: 56px; height: 42px; object-fit: cover; border-radius: var(--r-s); flex: none; }
.gstage-pick span { font-size: 12.5px; font-weight: 500; color: var(--muted); line-height: 1.4; }
.gstage-pick:hover { border-color: var(--blue); }
.gstage-pick.active { border-color: var(--blue); background: var(--blue-soft); }
.gstage-pick.active span { color: var(--blue); font-weight: 600; }

/* Variante D — je Gewerk eine Reihe zum Schieben, ohne Filterreiter */
.gallery-bands { display: grid; gap: 26px; }
.gband-head {
  display: flex; align-items: center; gap: 9px; margin: 0 0 12px;
  font-size: 15px; font-weight: 600; letter-spacing: .01em;
}
.gband-head span {
  font-size: 11.5px; font-weight: 700; color: var(--blue); background: var(--blue-soft);
  padding: 2px 8px; border-radius: var(--r-pill);
}
.gband-row {
  display: flex; gap: 12px; overflow-x: auto; padding-bottom: 6px;
  scroll-snap-type: x mandatory; scrollbar-width: thin;
}
.gband-item {
  position: relative; flex: none; width: 268px; padding: 0; border: 0; background: none;
  cursor: zoom-in; overflow: hidden; border-radius: var(--r-s); scroll-snap-align: start;
}
.gband-item img { width: 100%; height: 188px; object-fit: cover; display: block; transition: transform .6s; }
.gband-item:hover img { transform: scale(1.05); }
.gband-item span {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 13px 11px; text-align: left;
  font-size: 12.5px; font-weight: 500; color: #fff; background: linear-gradient(transparent, rgba(14, 22, 44, .85));
}

@media (max-width: 1000px) {
  .gallery-masonry { columns: 3; }
  .gallery-stage { grid-template-columns: 1fr; }
  .gstage-list {
    flex-direction: row; max-height: none; overflow-x: auto; overflow-y: hidden;
    padding: 0 0 6px; scroll-snap-type: x proximity; scrollbar-width: none;
  }
  .gstage-list::-webkit-scrollbar { display: none; }
  .gstage-pick { width: 224px; flex: none; scroll-snap-align: center; }
}

@media (max-width: 700px) {
  .gallery-masonry { columns: 2; }
  .gband-item { width: 218px; }
  .gband-item img { height: 152px; }

  /* Variante C am Telefon: Bild zum Wischen, Auswahl nur noch als Miniaturen */
  .gstage-bar { flex-wrap: nowrap; gap: 10px; }
  .gnav { flex: 1; min-width: 0; }
  .gnav-tab { padding: 10px 14px; font-size: 12.5px; }
  .gstage-step span { display: none; }
  .gstage-step button { width: 38px; height: 38px; font-size: 19px; }
  .gallery-stage { gap: 10px; margin-top: 12px; }
  .gstage-main img { height: 62vw; min-height: 210px; max-height: 320px; }
  .gstage-main { touch-action: pan-y; }
  .gstage-cap { padding: 34px 14px 22px; }
  .gstage-cap b { font-size: 14.5px; }
  .gstage-dots { display: flex; }
  .gstage-pick { width: auto; padding: 0; border-width: 2px; border-radius: var(--r-s); overflow: hidden; }
  .gstage-pick img { width: 76px; height: 56px; border-radius: 0; }
  .gstage-pick span { display: none; }
}
