/* ============================================================
   V. K. Dienstleistung — Reinigung & Hausmeisterservice
   Farben: Platzhalter-Defaults (Logo folgt → Farben anpassen)
   ============================================================ */
:root {
  --farbe-primaer: #1b64b0;        /* Logo-Blau */
  --farbe-sekundaer: #0f1d2b;      /* dunkles Marineblau (Logo) */
  --farbe-akzent: #f29a1f;         /* Logo-Orange für CTAs */
  --farbe-akzent-dunkel: #c1790f;
  --farbe-gruen: #3e8e2a;          /* Logo-Grün für Häkchen & Erfolg */
  --tinte: #16242f;
  --text: #33424e;
  --text-gedimmt: #5d6c77;
  --hell: #f5f6f5;
  --weiss: #ffffff;
  --linie: #e2e6e8;
  --radius: 14px;
  --schatten: 0 10px 30px rgba(15, 29, 43, .08);
  --schatten-stark: 0 18px 50px rgba(15, 29, 43, .18);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: var(--hell);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--farbe-primaer); text-decoration: none; }
ul { list-style: none; }

.container { width: min(1180px, 100% - 2.5rem); margin-inline: auto; }
.container.schmal, .schmal { max-width: 760px; margin-inline: auto; }
.mitte { text-align: center; }
.zweispaltig { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }

h1, h2, h3 { color: var(--tinte); line-height: 1.15; font-weight: 800; letter-spacing: -.01em; }
h1 { font-size: clamp(1.9rem, 4.2vw, 3.1rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: .9rem; }
h3 { font-size: 1.08rem; }
.eyebrow {
  text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 700;
  color: var(--farbe-akzent-dunkel); margin-bottom: .7rem;
}
.eyebrow.hell { color: var(--farbe-akzent); }
.sektion { padding: 5.2rem 0; }
.sektion-intro { color: var(--text-gedimmt); max-width: 640px; margin: 0 auto 1rem; }
.sektion-intro.hell { color: #c3cdd6; }

/* ---------- Knöpfe ---------- */
.knopf {
  display: inline-block; padding: .8rem 1.4rem; border-radius: 10px; border: 0;
  font-weight: 700; font-size: .95rem; cursor: pointer; transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.knopf:hover { transform: translateY(-1px); }
.knopf-primaer { background: var(--farbe-akzent); color: #1c2530; box-shadow: 0 6px 18px rgba(242, 154, 31, .35); }
.knopf-primaer:hover { background: #f8ab41; }
.knopf-sekundaer { background: transparent; color: var(--farbe-akzent); border: 2px solid var(--farbe-akzent); }
.knopf-sekundaer:hover { background: var(--farbe-akzent); color: #1c2530; }
.sektion:not(.sektion-dunkel):not(.sektion-cta) .knopf-sekundaer { color: var(--farbe-akzent-dunkel); border-color: var(--farbe-akzent-dunkel); }
.sektion:not(.sektion-dunkel):not(.sektion-cta) .knopf-sekundaer:hover { background: var(--farbe-akzent-dunkel); color: #fff; }
.knopf-ghost { background: transparent; color: inherit; border: 1.5px solid currentColor; }
.knopf-breit { width: 100%; }
.knopf-anruf { background: var(--weiss); color: var(--tinte); border: 1.5px solid var(--linie); }
.link-knopf { background: none; border: 0; color: inherit; text-decoration: underline; cursor: pointer; font: inherit; padding: 0; }

/* ---------- Topbar / Kopfzeile ---------- */
.topbar { background: var(--farbe-sekundaer); color: #b4c1cc; font-size: .82rem; }
.topbar-innen { display: flex; justify-content: space-between; align-items: center; padding: .45rem 0; gap: 1rem; }
.topbar-badge { background: rgba(62,142,42,.22); color: #8fd97a; padding: .1rem .55rem; border-radius: 99px; font-weight: 700; margin-right: .6rem; }
.topbar-telefon { color: #fff; font-weight: 800; }

.kopfzeile { position: sticky; top: 0; z-index: 50; background: var(--weiss); border-bottom: 1px solid var(--linie); }
.kopfzeile-innen { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: .65rem 0; }
.marke { display: flex; align-items: center; gap: .6rem; }
.marke-zeichen {
  display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--farbe-primaer), #2c7dc8); color: #fff; font-weight: 900;
  border-radius: 10px; font-size: 1rem; letter-spacing: .02em;
}
.marke-text { display: flex; flex-direction: column; line-height: 1.15; }
.marke-text strong { color: var(--tinte); font-size: 1.02rem; }
.marke-text small { color: var(--text-gedimmt); font-size: .72rem; }

.hauptnav .navliste { display: flex; align-items: center; gap: 1.25rem; }
.hauptnav a { color: var(--tinte); font-weight: 600; font-size: .93rem; white-space: nowrap; }
.hauptnav a:hover { color: var(--farbe-akzent-dunkel); }
.nav-telefon a { font-weight: 800; white-space: nowrap; }
.nav-cta a { color: #1c2530; }
.nav-umschalter { display: none; }

.hat-untermenue { position: relative; }
.hat-untermenue > a::after { content: " ▾"; font-size: .7em; }
.untermenue {
  position: absolute; top: 100%; left: 0; min-width: 240px; background: var(--weiss);
  border: 1px solid var(--linie); border-radius: 12px; box-shadow: var(--schatten-stark);
  padding: .5rem; display: none; z-index: 60;
}
.hat-untermenue:hover .untermenue, .hat-untermenue:focus-within .untermenue { display: block; }
.untermenue a { display: block; padding: .45rem .7rem; border-radius: 8px; font-weight: 500; }
.untermenue a:hover { background: var(--hell); }
.untermenue-alle { font-weight: 700 !important; }

/* ---------- Mobile Action-Bar ---------- */
.mobile-action-bar { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--farbe-sekundaer); color: #dee5eb; overflow: hidden; }
.hero-hintergrund {
  position: absolute; inset: 0;
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.hero-hintergrund::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(9, 18, 28, .93) 35%, rgba(9, 18, 28, .72) 65%, rgba(9, 18, 28, .55));
}
.hero-raster { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; padding: 4.5rem 0; align-items: center; }
.hero h1 { color: #fff; margin-bottom: 1.1rem; }
.markiert { background: var(--farbe-akzent); color: #1c2530; padding: .05em .18em; border-radius: 6px; box-decoration-break: clone; }
.hero-sub { font-size: 1.05rem; color: #cbd6df; max-width: 540px; margin-bottom: 1.2rem; }
.hero-haken { margin-bottom: 1.2rem; }
.hero-haken li { padding-left: 1.7rem; position: relative; margin-bottom: .45rem; font-weight: 600; color: #e8eef3; }
.hero-haken li::before { content: "✓"; position: absolute; left: 0; color: var(--farbe-gruen); font-weight: 900; }
.hero-vertrauen { font-size: .85rem; color: #9daebc; }

/* ---------- Formular ---------- */
.formular-karte {
  background: var(--weiss); border-radius: var(--radius); box-shadow: var(--schatten-stark);
  padding: 1.6rem 1.5rem; color: var(--text);
}
.formular-titel { font-size: 1.15rem; font-weight: 800; color: var(--tinte); }
.formular-untertitel { font-size: .85rem; color: var(--text-gedimmt); margin-bottom: 1rem; }
.feld-reihe { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.feld { display: block; margin-bottom: .7rem; }
.feld span { display: block; font-size: .8rem; font-weight: 700; color: var(--tinte); margin-bottom: .25rem; }
.feld input, .feld select, .feld textarea {
  width: 100%; padding: .65rem .75rem; border: 1.5px solid var(--linie); border-radius: 9px;
  font: inherit; font-size: .92rem; background: #fbfbf9; color: var(--tinte);
}
.feld input:focus, .feld select:focus, .feld textarea:focus {
  outline: none; border-color: var(--farbe-akzent-dunkel); background: #fff;
}
.einwilligung { display: flex; gap: .55rem; align-items: flex-start; font-size: .78rem; color: var(--text-gedimmt); margin: .5rem 0 .9rem; }
.einwilligung input { margin-top: .25rem; }
.formular-status { margin-top: .7rem; font-size: .9rem; font-weight: 600; }
.formular-status.erfolg { color: #2e7d32; }
.formular-status.fehler { color: #b3261e; }
.honigtopf { position: absolute !important; left: -9999px !important; opacity: 0; height: 0; overflow: hidden; }

/* ---------- Zahlenleiste ---------- */
.zahlenleiste { background: var(--weiss); border-bottom: 1px solid var(--linie); }
.zahlenleiste-raster { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 1.4rem 0; text-align: center; }
.zahlenleiste-raster strong { display: block; font-size: 1.25rem; color: var(--tinte); font-weight: 800; }
.zahlenleiste-raster span { font-size: .82rem; color: var(--text-gedimmt); }

/* ---------- Leistungen ---------- */
.leistungen-raster { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; margin-top: 2.5rem; }
.leistung-karte {
  background: var(--weiss); border-radius: var(--radius); overflow: hidden; box-shadow: var(--schatten);
  display: flex; flex-direction: column; transition: transform .15s ease, box-shadow .15s ease;
}
.leistung-karte:hover { transform: translateY(-4px); box-shadow: var(--schatten-stark); }
.leistung-karte img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.leistung-karte-text { padding: 1.1rem 1.15rem 1.25rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.leistung-karte p { font-size: .86rem; color: var(--text-gedimmt); flex: 1; }
.leistung-karte .mehr { font-size: .86rem; font-weight: 700; color: var(--farbe-akzent-dunkel); }

/* ---------- Dunkle Sektionen ---------- */
.sektion-dunkel, .sektion-cta { background: var(--farbe-sekundaer); color: #c3cdd6; }
.sektion-dunkel h2, .sektion-cta h2 { color: #fff; }
.sektion-dunkel p { color: #c3cdd6; }
.hell-sub { color: #c3cdd6; margin-bottom: 1rem; }
.haken-liste li { padding-left: 1.7rem; position: relative; margin-bottom: .5rem; font-weight: 600; }
.haken-liste li::before { content: "✓"; position: absolute; left: 0; color: var(--farbe-gruen); font-weight: 900; }
.haken-liste { margin: 1.1rem 0 1.4rem; }
.haken-liste.hell li { color: #e8eef3; }

.bild-platzhalter, .embed-platzhalter {
  border: 2px dashed #b4c1cc; border-radius: var(--radius); padding: 2.5rem 1.5rem; text-align: center;
  color: var(--text-gedimmt); background: rgba(255, 255, 255, .55);
}
.sektion-dunkel .bild-platzhalter, .embed-platzhalter.dunkel {
  background: rgba(255, 255, 255, .05); border-color: #3a4c5c; color: #9daebc;
}
.ueber-bild .bild-platzhalter { aspect-ratio: 4 / 3; display: flex; flex-direction: column; justify-content: center; gap: .4rem; }
.embed-platzhalter { margin: 1.6rem 0; }

/* ---------- Schritte ---------- */
.schritte-raster { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; margin-top: 2.5rem; }
.schritt-karte { background: var(--weiss); border-radius: var(--radius); padding: 1.5rem 1.3rem; box-shadow: var(--schatten); }
.schritt-nr {
  display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center;
  background: var(--farbe-akzent); color: #1c2530; font-weight: 900; border-radius: 10px; margin-bottom: .8rem;
}
.schritt-karte p { font-size: .87rem; color: var(--text-gedimmt); margin-top: .35rem; }

/* ---------- Einsatzgebiete ---------- */
.gebiete-raster { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2.5rem; margin-top: 2.5rem; align-items: start; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.4rem; }
.chip {
  background: rgba(255, 255, 255, .07); border: 1px solid #2c3e4e; color: #dee5eb;
  padding: .38rem .8rem; border-radius: 99px; font-size: .84rem; font-weight: 600;
}
.chip:hover { background: var(--farbe-akzent); color: #1c2530; border-color: var(--farbe-akzent); }
.mitte-links { text-align: left; }

/* ---------- Warum wir ---------- */
.warum-raster { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; margin-top: 2.5rem; }
.warum-karte { background: var(--weiss); border-radius: var(--radius); padding: 1.5rem 1.3rem; box-shadow: var(--schatten); }
.warum-haken {
  display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center;
  background: rgba(62, 142, 42, .16); color: #2f7020; font-weight: 900; border-radius: 10px; margin-bottom: .8rem;
}
.warum-karte p { font-size: .87rem; color: var(--text-gedimmt); margin-top: .35rem; }

/* ---------- CTA ---------- */
.sektion-cta .formular-karte { box-shadow: 0 24px 60px rgba(0, 0, 0, .4); }
.cta-telefon a { color: #fff; font-size: 1.5rem; font-weight: 900; }
.cta-telefon { margin-bottom: 1rem; }

/* ---------- Bewertungen ---------- */
.sektion-bewertungen { background: var(--weiss); }

/* ---------- Fußzeile ---------- */
.fusszeile { background: var(--farbe-sekundaer); color: #b4c1cc; padding: 3.5rem 0 0; font-size: .9rem; }
.fusszeile a { color: #dee5eb; }
.fusszeile a:hover, .fusszeile .link-knopf:hover { color: var(--farbe-akzent); }
.fusszeile-raster { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2.5rem; }
.fusszeile-marke { display: flex; align-items: center; gap: .55rem; color: #fff; font-size: 1.05rem; margin-bottom: .8rem; }
.fusszeile-titel { color: #fff; font-weight: 800; margin-bottom: .8rem; }
.fusszeile li { margin-bottom: .45rem; }
.fusszeile-unten { border-top: 1px solid #20303f; padding: 1.1rem 0; font-size: .8rem; color: #7e8e9b; }
.fusszeile .link-knopf { color: #dee5eb; }

/* ---------- Cookie-Banner ---------- */
.cookie-banner {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 90; background: var(--weiss);
  border-top: 1px solid var(--linie); box-shadow: 0 -10px 40px rgba(0, 0, 0, .12);
}
.cookie-banner-innen { width: min(1180px, 100% - 2.5rem); margin-inline: auto; padding: 1rem 0; display: flex; gap: 1.5rem; align-items: center; justify-content: space-between; flex-wrap: wrap; font-size: .85rem; }
.cookie-knoepfe { display: flex; gap: .6rem; align-items: center; flex-wrap: wrap; }
.cookie-dialog { position: fixed; inset: 0; z-index: 95; background: rgba(10, 20, 14, .55); display: flex; align-items: center; justify-content: center; padding: 1.5rem; }
.cookie-dialog-karte { background: var(--weiss); border-radius: var(--radius); max-width: 560px; width: 100%; padding: 1.8rem; box-shadow: var(--schatten-stark); }
.cookie-dialog-karte h3 { margin-bottom: 1rem; }
.cookie-zeile { display: flex; gap: .6rem; align-items: flex-start; margin-bottom: .8rem; font-size: .88rem; }
.cookie-zeile input { margin-top: .3rem; }
.cookie-dialog .cookie-knoepfe { margin-top: 1.2rem; }

/* ---------- Kombi-/Unterseiten ---------- */
.hero-text-only, .hero.hero-text { background: var(--farbe-sekundaer); }
.hero.hero-text .hero-raster { padding: 3.5rem 0 4.5rem; }
.breadcrumb { font-size: .8rem; color: #9daebc; margin-bottom: 1.1rem; }
.breadcrumb a { color: #c3cdd6; }
.breadcrumb a:hover { color: var(--farbe-akzent); }
.breadcrumb span { color: #dee5eb; }
.sektion-weiss { background: var(--weiss); }
.bild-abgerundet { border-radius: var(--radius); box-shadow: var(--schatten-stark); object-fit: cover; width: 100%; }

.detail-raster { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin-top: 2.5rem; }
.detail-karte {
  display: flex; gap: .9rem; align-items: flex-start; background: var(--hell);
  border: 1px solid var(--linie); border-radius: var(--radius); padding: 1.25rem 1.3rem;
  transition: transform .15s ease, box-shadow .15s ease;
}
.detail-karte:hover { transform: translateY(-3px); box-shadow: var(--schatten); }
.detail-karte .warum-haken { flex-shrink: 0; }
.detail-karte p { font-size: .88rem; color: var(--text-gedimmt); margin: .3rem 0 .45rem; }
.detail-karte .mehr { font-size: .84rem; font-weight: 700; color: var(--farbe-akzent-dunkel); }

.warum-karte.dunkel-karte { background: rgba(255, 255, 255, .05); border: 1px solid #263847; box-shadow: none; }
.warum-karte.dunkel-karte h3 { color: #fff; }
.warum-karte.dunkel-karte p { color: #b4c1cc; }

.chips-mitte { justify-content: center; margin-bottom: 2rem; }
.chip-statisch { cursor: default; }
.chip-statisch:hover { background: rgba(255, 255, 255, .07); color: #dee5eb; border-color: #2c3e4e; }
.ort-karten { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; max-width: 900px; margin: 0 auto; }
.ort-karte { background: rgba(255, 255, 255, .05); border: 1px solid #263847; border-radius: var(--radius); padding: 1.5rem 1.4rem; }
.ort-karte h3 { color: #fff; margin-bottom: .5rem; }
.ort-karte p { color: #b4c1cc; font-size: .92rem; margin-bottom: .8rem; }

.kosten-hinweis {
  max-width: 760px; margin: 2rem auto 1.4rem; background: rgba(62, 142, 42, .12);
  border: 1px solid rgba(62, 142, 42, .35); border-radius: 12px; padding: .9rem 1.2rem; font-size: .92rem;
}

.faq-liste { margin-top: 2.2rem; }
.faq-eintrag { border: 1px solid var(--linie); border-radius: 12px; background: var(--hell); margin-bottom: .7rem; overflow: hidden; }
.faq-eintrag summary {
  cursor: pointer; list-style: none; padding: 1rem 3rem 1rem 1.25rem; font-weight: 700; color: var(--tinte);
  position: relative; font-size: .98rem;
}
.faq-eintrag summary::-webkit-details-marker { display: none; }
.faq-eintrag summary::after {
  content: "+"; position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%);
  font-size: 1.3rem; font-weight: 800; color: var(--farbe-akzent-dunkel);
}
.faq-eintrag[open] summary::after { content: "–"; }
.faq-eintrag p { padding: 0 1.25rem 1.1rem; color: var(--text-gedimmt); font-size: .93rem; }

/* ---------- Leistungen-vor-Ort / Kontakt ---------- */
.hero-text-breit { max-width: 720px; }
.stadt-raster { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.stadt-karte { background: var(--weiss); border-radius: var(--radius); padding: 1.5rem 1.4rem; box-shadow: var(--schatten); }
.stadt-karte h2 { font-size: 1.2rem; margin-bottom: .1rem; }
.stadt-region { font-size: .82rem; color: var(--text-gedimmt); margin-bottom: .8rem; }
.stadt-karte ul li { margin-bottom: .35rem; }
.stadt-karte ul a { font-size: .9rem; font-weight: 600; color: var(--farbe-primaer); }
.stadt-karte ul a:hover { text-decoration: underline; }
.kontakt-daten { background: rgba(255, 255, 255, .06); border: 1px solid #263847; border-radius: var(--radius); padding: 1.2rem 1.3rem; margin-top: 1.2rem; }
.kontakt-daten p { margin-bottom: .6rem; color: #dee5eb; }
.kontakt-daten p:last-child { margin-bottom: 0; }
.kontakt-daten a { color: var(--farbe-akzent); font-weight: 800; }
.text-gedimmt { color: #9daebc; }

/* ============================================================
   Responsiv
   ============================================================ */
@media (max-width: 1024px) {
  .leistungen-raster, .schritte-raster, .warum-raster { grid-template-columns: repeat(2, 1fr); }
  .hero-raster { grid-template-columns: 1fr; padding: 3rem 0; }
  .hero-formular { max-width: 560px; }
  .gebiete-raster { grid-template-columns: 1fr; }
  .nav-telefon { display: none; }
}

@media (max-width: 768px) {
  .zweispaltig { grid-template-columns: 1fr; gap: 2.5rem; }
  .zahlenleiste-raster { grid-template-columns: repeat(2, 1fr); }
  .detail-raster, .ort-karten { grid-template-columns: 1fr; }
  .stadt-raster { grid-template-columns: 1fr; }
  .topbar { display: none; }
  .sektion { padding: 3.5rem 0; }

  /* Mobile Action-Bar OBEN, immer sichtbar (Chat-Widget sitzt unten rechts).
     Der Header scrollt mit — so überlappen sich die beiden Sticky-Leisten nie. */
  .mobile-action-bar {
    display: grid; grid-template-columns: 1fr 1fr; gap: .6rem;
    position: sticky; top: 0; z-index: 70; background: var(--farbe-sekundaer);
    padding: .5rem .8rem;
  }
  .mobile-action-bar .knopf { text-align: center; padding: .55rem .5rem; font-size: .86rem; box-shadow: none; }
  .kopfzeile { position: relative; top: auto; }

  .hauptnav { position: static; }
  .nav-umschalter {
    display: inline-flex; align-items: center; gap: .5rem; background: none; border: 1.5px solid var(--linie);
    border-radius: 9px; padding: .5rem .8rem; font-weight: 700; cursor: pointer;
  }
  .hauptnav .navliste {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: var(--weiss); border-bottom: 1px solid var(--linie);
    flex-direction: column; align-items: stretch; gap: 0; padding: .6rem 1.2rem 1rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
  }
  .hauptnav .navliste.offen { display: flex; }
  .navliste > li { border-bottom: 1px solid var(--hell); }
  .navliste > li:last-child { border-bottom: 0; }
  .navliste a { display: block; padding: .7rem 0; }
  .untermenue { position: static; display: block; border: 0; box-shadow: none; padding: 0 0 .5rem .8rem; min-width: 0; }
  .untermenue a { padding: .35rem 0; font-size: .88rem; color: var(--text-gedimmt); }
  .hat-untermenue > a::after { content: ""; }
  .nav-cta { padding-top: .7rem; }
  .nav-cta a { text-align: center; }

  .feld-reihe { grid-template-columns: 1fr; }

  /* Speed auf Mobil: Hero-Foto durch Gradient ersetzen (überschreibt Inline-Bild) */
  .hero-hintergrund { background: linear-gradient(160deg, #0f1d2b 0%, #1b64b0 130%) !important; }
  .hero-hintergrund::after { display: none; }
}

@media (max-width: 480px) {
  .zahlenleiste-raster { grid-template-columns: 1fr 1fr; }
  .leistungen-raster, .schritte-raster, .warum-raster { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  h1 br, h2 br { display: none; }
  .hero-raster { padding: 2.2rem 0 2.8rem; gap: 2rem; }
  .sektion { padding: 3rem 0; }
  .formular-karte { padding: 1.3rem 1.1rem; }
  .cta-telefon a { font-size: 1.25rem; }
}

/* ---------- Lokale Info-Box (pSEO) ---------- */
.local-info-box { padding: 2.6rem 0; background: linear-gradient(180deg, var(--weiss), var(--hell)); border-bottom: 1px solid var(--linie); }
.local-info-innen { display: flex; gap: 2rem; align-items: center; background: var(--weiss); border: 1px solid var(--linie); border-left: 6px solid var(--farbe-akzent); border-radius: var(--radius); padding: 1.6rem 1.8rem; box-shadow: var(--schatten); }
.local-info-bild img { border-radius: 10px; width: 300px; max-width: 34vw; object-fit: cover; aspect-ratio: 3 / 2; }
.local-info-text h2 { font-size: 1.25rem; margin-bottom: .5rem; }
.local-info-text p { font-size: .93rem; color: var(--text-gedimmt); margin-bottom: .5rem; }
.local-info-text p:last-child { margin-bottom: 0; }
.local-info-text a { font-weight: 700; color: var(--farbe-akzent-dunkel); }
.local-info-text a:hover { text-decoration: underline; }

/* ---------- Regions-Verlinkung (pSEO) ---------- */
.region-raster { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: 2.2rem; }
.region-karte { display: block; background: var(--hell); border: 1px solid var(--linie); border-radius: var(--radius); padding: 1.4rem 1.3rem; transition: transform .15s ease, box-shadow .15s ease; }
.region-karte:hover { transform: translateY(-3px); box-shadow: var(--schatten); }
.region-distanz { display: inline-block; font-size: .75rem; font-weight: 700; color: #2f7020; background: rgba(62, 142, 42, .14); border-radius: 99px; padding: .15rem .6rem; margin-bottom: .6rem; }
.region-karte p { font-size: .87rem; color: var(--text-gedimmt); margin: .35rem 0 .5rem; }
.region-karte .mehr { font-size: .85rem; font-weight: 700; color: var(--farbe-akzent-dunkel); }

@media (max-width: 900px) {
  .local-info-innen { flex-direction: column; align-items: flex-start; }
  .local-info-bild img { width: 100%; max-width: 100%; }
  .region-raster { grid-template-columns: 1fr; }
}

/* ---------- Galerie „Einblicke" ---------- */
.sektion-galerie { background: var(--weiss); }
.galerie-raster { columns: 4 240px; column-gap: 1rem; margin-top: 2.4rem; }
.galerie-bild { break-inside: avoid; margin: 0 0 1rem; }
.galerie-bild img { width: 100%; height: auto; border-radius: 12px; box-shadow: var(--schatten); transition: transform .15s ease; }
.galerie-bild img:hover { transform: scale(1.02); }
@media (max-width: 700px) { .galerie-raster { columns: 2 150px; } }

/* ---------- Stadt-Fakten ---------- */
.fakten-raster { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; margin: 2.2rem 0 1.8rem; }
.fakten-karte { background: var(--hell); border: 1px solid var(--linie); border-radius: var(--radius); padding: 1.2rem 1rem; text-align: center; }
.fakten-karte strong { display: block; font-size: 1.15rem; color: var(--tinte); font-weight: 800; line-height: 1.25; }
.fakten-karte span { font-size: .8rem; color: var(--text-gedimmt); }
.fakten-text p { margin-bottom: .7rem; color: var(--text-gedimmt); font-size: .95rem; }
@media (max-width: 900px) { .fakten-raster { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Logo & Maps ---------- */
.marke-logo { height: 72px; width: auto; }
.fusszeile .marke-logo { height: 64px; background: #fff; border-radius: 8px; padding: 4px 8px; }
.maps-iframe { border-radius: var(--radius); box-shadow: var(--schatten); display: block; }
@media (max-width: 768px) { .marke-logo { height: 56px; } }

/* ---------- Rechtstexte ---------- */
.rechtstext h1 { margin: 1rem 0 .5rem; }
.rechtstext h2 { font-size: 1.15rem; margin: 2rem 0 .5rem; }
.rechtstext p { margin-bottom: .8rem; color: var(--text); font-size: .95rem; }
.rechtstext a { text-decoration: underline; }
.rechtstext .link-knopf { color: var(--farbe-primaer); }

/* ---------- Mega-Dropdown: alle Städte ---------- */
.untermenue.untermenue-breit {
  display: none; grid-template-columns: repeat(3, 1fr); gap: .1rem 1.2rem;
  min-width: 620px; max-width: calc(100vw - 2rem); padding: 1rem 1.1rem;
}
.hat-untermenue:hover .untermenue-breit, .hat-untermenue:focus-within .untermenue-breit { display: grid; }
.untermenue-breit li { margin: 0; }
.untermenue-breit .untermenue-alle { color: var(--farbe-akzent-dunkel); }
@media (max-width: 768px) {
  .untermenue.untermenue-breit { display: block; min-width: 0; padding: 0 0 .5rem .8rem; }
  .hat-untermenue:hover .untermenue-breit, .hat-untermenue:focus-within .untermenue-breit { display: block; }
  .untermenue-breit { columns: 2; }
}
