/* Moderna Textilreinigung & Änderungsschneiderei — styles.css
   Dark-Premium-Theme, Akzentfarbe aus dem Logo (Türkis) */

/* ── Grundlagen ─────────────────────────────────────────────── */
:root {
  color-scheme: only light;      /* eigenes Farbdesign — Browser-Auto-Dark-Mode deaktivieren */
  --akzent: #4cc4e0;             /* Logo-Türkis, aufgehellt für dunkle Flächen */
  --akzent-hover: #6ad2ea;
  --akzent-dunkel: #0d7191;      /* abgedunkelte Logo-Farbe für helle Flächen (WCAG AA) */
  --auf-akzent: #06222c;         /* Text auf Akzent-Buttons */
  --schwarz: #0b0d0f;            /* Seitengrund dunkel */
  --panel: #121517;              /* dunkle Sektionen */
  --karte-dunkel: #1a1e21;       /* Karten auf dunklem Grund */
  --linie-dunkel: #262c30;
  --hell: #f4f6f7;               /* helle Sektionen */
  --weiss: #ffffff;
  --text-hell: #eef2f4;          /* Text auf dunkel */
  --text-hell-gedimmt: #a9b6bc;
  --text-dunkel: #1d2529;        /* Text auf hell */
  --text-dunkel-gedimmt: #59666c;
  --linie-hell: #e2e8ea;
  --erfolg: #2e9e5b;
  --fehler: #e05252;
  --radius: 12px;
  --schatten: 0 10px 34px rgba(0, 0, 0, .35);
  --inhalt-breite: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--text-hell);
  background: var(--schwarz);
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3 { line-height: 1.18; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.01em; }
h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.15rem); }
h3 { font-size: 1.08rem; line-height: 1.35; }
p { margin: 0 0 1em; }
a { color: var(--akzent); }

.container {
  max-width: var(--inhalt-breite);
  margin: 0 auto;
  padding-left: 22px;
  padding-right: 22px;
}

/* Sektions-Themen */
.sektion { padding-top: 88px; padding-bottom: 88px; }
.sektion-dunkel { background: var(--panel); color: var(--text-hell); }
.sektion-dunkel h2, .sektion-dunkel h3 { color: var(--weiss); }
.sektion-dunkel p { color: var(--text-hell-gedimmt); }
.sektion-hell { background: var(--hell); color: var(--text-dunkel); }
.sektion-weiss { background: var(--weiss); color: var(--text-dunkel); }
.sektion-hell h2, .sektion-hell h3,
.sektion-weiss h2, .sektion-weiss h3 { color: var(--text-dunkel); }
.sektion-hell p, .sektion-weiss p { color: var(--text-dunkel-gedimmt); }
.sektion-hell a:not(.knopf), .sektion-weiss a:not(.knopf) { color: var(--akzent-dunkel); }

.vorzeile {
  display: block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--akzent);
  margin-bottom: .9em;
}
.sektion-hell .vorzeile, .sektion-weiss .vorzeile { color: var(--akzent-dunkel); }

.zentriert { text-align: center; }
.zentriert .sektion-einleitung { margin-left: auto; margin-right: auto; }
.sektion-einleitung { max-width: 680px; font-size: 1.02rem; }

/* ── Knöpfe ─────────────────────────────────────────────────── */
.knopf {
  display: inline-block;
  padding: 14px 26px;
  border: 0;
  border-radius: 9px;
  font-size: .98rem;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, transform .15s ease;
}
.knopf-akzent { background: var(--akzent); color: var(--auf-akzent); }
.knopf-akzent:hover { background: var(--akzent-hover); color: var(--auf-akzent); transform: translateY(-1px); }
.knopf-kontur-hell {
  background: transparent;
  color: var(--text-hell);
  box-shadow: inset 0 0 0 2px var(--linie-dunkel);
}
.knopf-kontur-hell:hover { box-shadow: inset 0 0 0 2px var(--akzent); color: var(--akzent); }
.knopf-kontur-dunkel {
  background: transparent;
  color: var(--text-dunkel);
  box-shadow: inset 0 0 0 2px var(--linie-hell);
}
.knopf-kontur-dunkel:hover { box-shadow: inset 0 0 0 2px var(--akzent-dunkel); color: var(--akzent-dunkel); }
.knopf-breit { display: block; width: 100%; }

/* ── Topbar ─────────────────────────────────────────────────── */
.topbar {
  background: var(--schwarz);
  border-bottom: 1px solid var(--linie-dunkel);
  font-size: .84rem;
  padding: 8px 0;
  color: var(--text-hell-gedimmt);
}
.topbar .container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.topbar a { color: var(--text-hell); text-decoration: none; font-weight: 700; }
.topbar a:hover { color: var(--akzent); }
.topbar .sterne { color: #f5b301; letter-spacing: 1px; }

/* ── Header / Navigation ────────────────────────────────────── */
.kopf {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(11, 13, 15, .96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--linie-dunkel);
}
.kopf-innen { display: flex; align-items: center; gap: 22px; min-height: 74px; }
.marke { display: flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; }
.marke img { width: 44px; height: 44px; border-radius: 50%; background: #fff; }
.marke-name {
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: .02em;
  color: var(--weiss);
  line-height: 1.1;
}
.marke-zusatz {
  display: block;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-hell-gedimmt);
}

.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav-links > li { position: relative; }
.nav-links > li > a {
  display: block;
  padding: 10px 11px;
  font-size: .93rem;
  font-weight: 600;
  color: var(--text-hell);
  text-decoration: none;
  border-radius: 7px;
  white-space: nowrap;
}
.nav-links > li > a:hover { color: var(--akzent); }

.hat-dropdown > a::after {
  content: "";
  display: inline-block;
  margin-left: 7px;
  width: 6px; height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
}
/* Unsichtbare Brücke: Hover reißt beim Weg nach unten nicht ab */
.hat-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
}
.dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 270px;
  background: var(--karte-dunkel);
  border: 1px solid var(--linie-dunkel);
  border-radius: var(--radius);
  box-shadow: var(--schatten);
  list-style: none;
  margin: 0;
  padding: 8px;
  display: none;
  max-height: 70vh;
  overflow-y: auto;
}
.hat-dropdown:hover .dropdown,
.hat-dropdown:focus-within .dropdown,
.hat-dropdown.offen .dropdown { display: block; }
.dropdown a {
  display: block;
  padding: 8px 12px;
  font-size: .9rem;
  font-weight: 600;
  color: var(--text-hell);
  text-decoration: none;
  border-radius: 7px;
}
.dropdown a:hover { background: rgba(76, 196, 224, .1); color: var(--akzent); }
.dropdown-gruppe {
  padding: 9px 12px 3px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-hell-gedimmt);
}
.dropdown .dropdown-alle a { color: var(--akzent); }

.kopf-telefon { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.25; text-decoration: none; }
.kopf-telefon .telefon-label {
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-hell-gedimmt);
  white-space: nowrap;
}
.kopf-telefon .telefon-nummer { font-size: 1.1rem; font-weight: 800; color: var(--weiss); white-space: nowrap; }
.kopf-telefon:hover .telefon-nummer { color: var(--akzent); }
.kopf-cta { white-space: nowrap; padding: 12px 20px; }

.nav-umschalter {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  padding: 10px;
  background: none;
  border: 1px solid var(--linie-dunkel);
  border-radius: 8px;
  cursor: pointer;
}
.nav-umschalter span { display: block; height: 2px; background: var(--text-hell); border-radius: 2px; }

/* ── Sticky-Mobile-Action-Bar (oben) ────────────────────────── */
.mobil-aktionsleiste {
  display: none;
  position: sticky;
  top: 74px;
  z-index: 80;
  background: var(--schwarz);
  border-bottom: 1px solid var(--linie-dunkel);
  padding: 8px 10px;
  gap: 8px;
}
.mobil-aktionsleiste a {
  flex: 1;
  padding: 11px 8px;
  border-radius: 8px;
  font-size: .93rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}
.mobil-aktionsleiste .aktion-anruf { background: var(--karte-dunkel); color: var(--text-hell); border: 1px solid var(--linie-dunkel); }
.mobil-aktionsleiste .aktion-anfrage { background: var(--akzent); color: var(--auf-akzent); }

/* ── Hero ───────────────────────────────────────────────────── */
.hero {
  position: relative;
  /* Hintergrundmotiv pro Seite über --hero-bild (Inline-Style), Fallback: Smoking */
  background-image:
    linear-gradient(100deg, rgba(8, 12, 14, .93) 0%, rgba(8, 12, 14, .8) 55%, rgba(8, 14, 18, .66) 100%),
    var(--hero-bild, url("/bilder/stock/hero-smoking.jpg"));
  background-position: center 25%;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--text-hell);
}
.hero-innen {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 54px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 84px;
}
.hero-badge {
  display: inline-block;
  font-size: .82rem;
  font-weight: 700;
  color: var(--text-hell);
  background: rgba(76, 196, 224, .12);
  border: 1px solid rgba(76, 196, 224, .35);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 1.3em;
}
.hero-badge .sterne { color: #f5b301; }
.hero h1 { color: var(--weiss); margin-bottom: .45em; }
.hero h1 .akzent { color: var(--akzent); }
.hero-subhead { font-size: 1.06rem; color: var(--text-hell-gedimmt); max-width: 33em; margin-bottom: 1.5em; }
.hero-haken { list-style: none; margin: 0 0 1.7em; padding: 0; display: grid; gap: 10px; }
.hero-haken li { padding-left: 30px; position: relative; font-weight: 600; font-size: .97rem; }
.hero-haken li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 1px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--akzent);
  color: var(--auf-akzent);
  font-size: .72rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Inhaber-Chip */
.inhaber-chip { display: flex; align-items: center; gap: 13px; }
.inhaber-chip .initialen {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--akzent);
  color: var(--auf-akzent);
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.inhaber-chip .chip-name { font-weight: 800; color: var(--weiss); font-size: .95rem; line-height: 1.3; }
.inhaber-chip .chip-rolle { font-size: .8rem; color: var(--text-hell-gedimmt); }
.inhaber-chip .chip-sterne { font-size: .84rem; color: var(--text-hell-gedimmt); font-weight: 600; }
.inhaber-chip .chip-sterne .sterne { color: #f5b301; letter-spacing: 1px; }

/* ── Anfrage-Formular (weiße Karte) ─────────────────────────── */
.formular-karte {
  background: var(--weiss);
  border-radius: 16px;
  box-shadow: var(--schatten);
  padding: 30px 28px;
  color: var(--text-dunkel);
}
.formular-karte .formular-eyebrow {
  display: block;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--akzent-dunkel);
  margin-bottom: .5em;
}
.formular-karte h2, .formular-karte h3 { font-size: 1.32rem; margin-bottom: .3em; color: var(--text-dunkel); }
.formular-karte .formular-untertitel { font-size: .9rem; color: var(--text-dunkel-gedimmt); margin-bottom: 1.2em; }
.anfrage-formular { display: grid; gap: 11px; }
.anfrage-formular label.feld { display: block; font-size: .83rem; font-weight: 700; color: var(--text-dunkel); }
.anfrage-formular input[type="text"],
.anfrage-formular input[type="tel"],
.anfrage-formular input[type="email"],
.anfrage-formular select,
.anfrage-formular textarea {
  width: 100%;
  margin-top: 5px;
  padding: 12px 13px;
  font: inherit;
  font-size: .96rem;
  color: var(--text-dunkel);
  background: var(--weiss);
  border: 1.5px solid var(--linie-hell);
  border-radius: 8px;
}
.anfrage-formular input:focus,
.anfrage-formular select:focus,
.anfrage-formular textarea:focus {
  outline: none;
  border-color: var(--akzent-dunkel);
  box-shadow: 0 0 0 3px rgba(13, 113, 145, .14);
}
.anfrage-formular textarea { resize: vertical; min-height: 76px; }
.formular-zeile { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.feld-honigtopf { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.feld-einwilligung {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: .8rem;
  color: var(--text-dunkel-gedimmt);
  font-weight: 400;
}
.feld-einwilligung input { margin-top: 3px; flex: none; width: 16px; height: 16px; }
.feld-einwilligung a { color: var(--akzent-dunkel); }
.formular-status { margin: 0; padding: 12px 14px; border-radius: 8px; font-size: .92rem; }
.formular-status.erfolg { background: #e7f5ec; color: #17663a; }
.formular-status.fehler { background: #fdecea; color: #a3241d; }
.formular-status.hinweis { background: #fff7e0; color: #6e5200; }
.formular-status a { color: inherit; }
.formular-hinweis-klein { font-size: .8rem; color: var(--text-dunkel-gedimmt); text-align: center; margin: 2px 0 0; }
.formular-hinweis-klein a { color: var(--akzent-dunkel); }

/* ── Trust-Zahlen-Leiste ────────────────────────────────────── */
.trust-leiste { background: var(--hell); border-bottom: 1px solid var(--linie-hell); }
.trust-leiste-innen {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 36px;
  padding-bottom: 36px;
  text-align: center;
}
.trust-zahl { font-size: 1.65rem; font-weight: 800; color: var(--text-dunkel); line-height: 1.15; }
.trust-zahl .stern { color: #f5b301; }
.trust-text { font-size: .86rem; font-weight: 600; color: var(--text-dunkel-gedimmt); }

/* ── Leistungs-Grid ─────────────────────────────────────────── */
.leistungs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 46px;
}
.leistung-karte {
  display: flex;
  flex-direction: column;
  background: var(--weiss);
  border: 1px solid var(--linie-hell);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.leistung-karte:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(20, 40, 50, .14); }
.leistung-karte img { width: 100%; height: 150px; object-fit: cover; }
.leistung-karte-inhalt { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.leistung-karte h3 { margin-bottom: .4em; font-size: 1rem; color: var(--text-dunkel); }
.leistung-karte p { font-size: .85rem; color: var(--text-dunkel-gedimmt); margin-bottom: 1em; line-height: 1.55; }
.leistung-karte .mehr { margin-top: auto; font-size: .87rem; font-weight: 800; color: var(--akzent-dunkel); }
.weitere-leistungen {
  margin-top: 34px;
  text-align: center;
  font-size: .92rem;
  color: var(--text-dunkel-gedimmt);
}
.weitere-leistungen a { font-weight: 700; white-space: nowrap; }

/* ── Über uns ───────────────────────────────────────────────── */
.zweispalter { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.ueber-bild { position: relative; }
.ueber-bild img { border-radius: 16px; width: 100%; height: 440px; object-fit: cover; }
.ueber-bild .inhaber-chip {
  position: absolute;
  left: 18px; bottom: 18px;
  background: rgba(11, 13, 15, .88);
  border: 1px solid var(--linie-dunkel);
  border-radius: 12px;
  padding: 10px 16px;
}
.haken-liste { list-style: none; margin: 1.3em 0 0; padding: 0; display: grid; gap: 12px; }
.haken-liste li { padding-left: 32px; position: relative; font-weight: 600; }
.haken-liste li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 1px;
  width: 21px; height: 21px;
  border-radius: 50%;
  background: var(--akzent);
  color: var(--auf-akzent);
  font-size: .74rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sektion-dunkel .haken-liste li { color: var(--text-hell); }

/* ── Schritte ───────────────────────────────────────────────── */
.schritte-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 46px;
}
.schritt-karte {
  background: var(--weiss);
  border: 1px solid var(--linie-hell);
  border-radius: var(--radius);
  padding: 26px 22px;
}
.schritt-karte .schritt-nummer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 9px;
  background: var(--akzent);
  color: var(--auf-akzent);
  font-weight: 800;
  margin-bottom: 14px;
}
.schritt-karte h3 { font-size: 1rem; }
.schritt-karte p { font-size: .88rem; margin: 0; }

/* ── Bewertungen ────────────────────────────────────────────── */
.bewertung-kopfzeile { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 34px; flex-wrap: wrap; }
.bewertung-kopfzeile .sterne { color: #f5b301; font-size: 1.3rem; letter-spacing: 2px; }
.bewertung-kopfzeile .bewertung-anzahl { font-size: .92rem; color: var(--text-dunkel-gedimmt); font-weight: 600; }
.bewertung-aktion { margin-top: 30px; }

/* ── Embed-Platzhalter (consent-gated) ──────────────────────── */
.embed-platzhalter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 220px;
  padding: 34px 24px;
  border-radius: var(--radius);
  text-align: center;
  font-size: .93rem;
}
.sektion-hell .embed-platzhalter, .sektion-weiss .embed-platzhalter {
  background: var(--hell);
  border: 1.5px dashed var(--linie-hell);
  color: var(--text-dunkel-gedimmt);
}
.sektion-dunkel .embed-platzhalter, .hero .embed-platzhalter {
  background: var(--karte-dunkel);
  border: 1.5px dashed var(--linie-dunkel);
  color: var(--text-hell-gedimmt);
}
.embed-wrap iframe { width: 100%; border: 0; border-radius: var(--radius); }

/* ── Referenzen / Galerie ───────────────────────────────────── */
.galerie-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 46px;
}
.galerie-grid img { border-radius: 10px; width: 100%; height: 190px; object-fit: cover; }

/* ── Einsatzgebiete ─────────────────────────────────────────── */
.einsatz-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 40px;
  margin-top: 46px;
  align-items: start;
}
.einsatz-layout-gleich { grid-template-columns: 1fr 1fr; }
.standort-karte {
  background: var(--karte-dunkel);
  border: 1px solid var(--linie-dunkel);
  border-radius: var(--radius);
  padding: 28px;
}
.standort-karte h3 { color: var(--weiss); }
.standort-karte address { font-style: normal; color: var(--text-hell-gedimmt); margin-bottom: .8em; line-height: 1.7; }
.standort-karte .standort-telefon { display: inline-block; font-size: 1.05rem; font-weight: 800; color: var(--weiss); text-decoration: none; }
.standort-karte .standort-telefon:hover { color: var(--akzent); }
.chip-gruppe-titel {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-hell-gedimmt);
  margin: 0 0 12px;
}
.chip-gruppe + .chip-gruppe-titel { margin-top: 26px; }
.chip-gruppe { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-gruppe a, .chip-gruppe span {
  display: inline-block;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--karte-dunkel);
  border: 1px solid var(--linie-dunkel);
  color: var(--text-hell);
  font-size: .84rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.chip-gruppe a:hover { border-color: var(--akzent); color: var(--akzent); }
.einsatz-hinweis { margin-top: 26px; font-size: .95rem; }

/* ── Vorteile ───────────────────────────────────────────────── */
.vorteile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 46px;
}
.vorteil-karte {
  background: var(--karte-dunkel);
  border: 1px solid var(--linie-dunkel);
  border-radius: var(--radius);
  padding: 26px 22px;
}
.vorteil-karte .vorteil-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(76, 196, 224, .14);
  color: var(--akzent);
  font-size: 1.15rem;
  margin-bottom: 14px;
}
.vorteil-karte h3 { font-size: 1rem; }
.vorteil-karte p { font-size: .88rem; margin: 0; }

/* ── Abschluss-CTA ──────────────────────────────────────────── */
.abschluss-haken { margin-bottom: 1.6em; }
.abschluss-aktionen { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── Footer ─────────────────────────────────────────────────── */
.fuss { background: var(--schwarz); border-top: 1px solid var(--linie-dunkel); color: var(--text-hell-gedimmt); padding: 64px 0 0; font-size: .92rem; }
.fuss a { color: var(--text-hell); text-decoration: none; }
.fuss a:hover { color: var(--akzent); }
.fuss h3 {
  color: var(--weiss);
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 1.1em;
}
.fuss-spalten { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 46px; }
.fuss ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.fuss address { font-style: normal; line-height: 1.75; }
.fuss-marke { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.fuss-marke img { width: 40px; height: 40px; background: #fff; border-radius: 50%; }
.fuss-marke strong { color: var(--weiss); font-size: 1.02rem; }
.fuss button { background: none; border: 0; color: var(--text-hell); font: inherit; cursor: pointer; padding: 0; }
.fuss button:hover { color: var(--akzent); }
.fuss-unten {
  border-top: 1px solid var(--linie-dunkel);
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  font-size: .84rem;
}
.fuss-unten nav { display: flex; gap: 18px; flex-wrap: wrap; }

/* ── Cookie-Banner ──────────────────────────────────────────── */
.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 200;
  max-width: 520px;
  background: var(--karte-dunkel);
  border: 1px solid var(--linie-dunkel);
  border-radius: 14px;
  box-shadow: 0 14px 50px rgba(0, 0, 0, .5);
  padding: 24px;
  color: var(--text-hell);
}
.cookie-banner h3 { font-size: 1.02rem; margin-bottom: .4em; color: var(--weiss); }
.cookie-banner p { font-size: .86rem; color: var(--text-hell-gedimmt); }
.cookie-knoepfe { display: grid; gap: 9px; margin-top: 14px; }
.cookie-knoepfe .knopf { padding: 11px 16px; font-size: .9rem; }
.cookie-link { color: var(--akzent); }
.cookie-dialog { border-top: 1px solid var(--linie-dunkel); margin-top: 16px; padding-top: 14px; }
.cookie-kategorie { display: flex; gap: 10px; align-items: flex-start; padding: 8px 0; font-size: .87rem; }
.cookie-kategorie input { margin-top: 3px; width: 16px; height: 16px; flex: none; }
.cookie-kategorie strong { display: block; color: var(--weiss); }
.cookie-kategorie span { color: var(--text-hell-gedimmt); font-size: .8rem; }

/* ── Breadcrumb ─────────────────────────────────────────────── */
.brotkrumen { font-size: .84rem; color: var(--text-hell-gedimmt); padding: 16px 0 0; }
.brotkrumen ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.brotkrumen li + li::before { content: "›"; margin-right: 6px; color: var(--linie-dunkel); }
.brotkrumen a { color: var(--text-hell-gedimmt); text-decoration: none; }
.brotkrumen a:hover { color: var(--akzent); }

/* ── Unterseiten-Hero ───────────────────────────────────────── */
.hero-unterseite .hero-innen { padding-top: 30px; padding-bottom: 64px; }
.hero-unterseite .brotkrumen { margin-bottom: 26px; }

/* ── Detail-Karten (Leistungen im Detail) ───────────────────── */
.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 46px;
}
.detail-karte {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--weiss);
  border: 1px solid var(--linie-hell);
  border-radius: var(--radius);
  padding: 20px 22px;
}
.detail-karte::before {
  content: "✓";
  flex: none;
  width: 30px; height: 30px;
  border-radius: 9px;
  background: rgba(13, 113, 145, .1);
  color: var(--akzent-dunkel);
  font-weight: 900;
  font-size: .85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.detail-karte h3 { font-size: .98rem; margin-bottom: .25em; }
.detail-karte p { font-size: .88rem; margin: 0; }

/* ── Preis-Sektion ──────────────────────────────────────────── */
.preis-hinweis {
  margin-top: 30px;
  padding: 20px 24px;
  border-radius: var(--radius);
  background: rgba(13, 113, 145, .07);
  border: 1px solid rgba(13, 113, 145, .18);
  font-size: .95rem;
  color: var(--text-dunkel);
}
.preis-hinweis a { font-weight: 800; }

/* ── FAQ-Akkordeon ──────────────────────────────────────────── */
.faq-liste { max-width: 820px; margin: 46px auto 0; display: grid; gap: 12px; }
details.faq {
  background: var(--weiss);
  border: 1px solid var(--linie-hell);
  border-radius: var(--radius);
  padding: 0 22px;
}
details.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 30px 18px 0;
  font-weight: 700;
  color: var(--text-dunkel);
  position: relative;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after {
  content: "+";
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--akzent-dunkel);
}
details.faq[open] summary::after { content: "–"; }
details.faq p { padding-bottom: 18px; margin: 0; font-size: .94rem; }

/* ── Städte-Karten (Leistungen vor Ort) ─────────────────────── */
.stadt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 46px;
}
.stadt-karte {
  background: var(--weiss);
  border: 1px solid var(--linie-hell);
  border-radius: var(--radius);
  padding: 24px;
}
.stadt-karte h2 { font-size: 1.15rem; margin-bottom: .7em; }
.stadt-karte ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.stadt-karte a { font-size: .92rem; font-weight: 600; text-decoration: none; }
.stadt-karte a:hover { text-decoration: underline; }

/* ── Stadt-Fakten (Kombi-Seiten) ────────────────────────────── */
.fakten-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 46px 0 40px;
}
.fakt {
  background: var(--karte-dunkel);
  border: 1px solid var(--linie-dunkel);
  border-radius: var(--radius);
  padding: 20px 18px;
  text-align: center;
}
.fakt-zahl {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--akzent);
  line-height: 1.2;
}
.fakt-text {
  font-size: .82rem;
  color: var(--text-hell-gedimmt);
  font-weight: 600;
}

/* ── Rechtstexte (Impressum / Datenschutz) ──────────────────── */
.rechtstext h2 { margin-top: 1.8em; font-size: 1.45rem; }
.rechtstext h3 { margin-top: 1.6em; margin-bottom: .4em; font-size: 1.05rem; }
.rechtstext p { font-size: .97rem; }

/* ── Responsiv ──────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .leistungs-grid { grid-template-columns: repeat(2, 1fr); }
  .schritte-grid, .vorteile-grid { grid-template-columns: repeat(2, 1fr); }
  .galerie-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-innen { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 980px) {
  .topbar { display: none; }
  .nav-umschalter { display: flex; }
  .kopf-telefon, .kopf-cta { display: none; }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--schwarz);
    border-bottom: 1px solid var(--linie-dunkel);
    box-shadow: var(--schatten);
    padding: 10px 14px 16px;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }
  .nav-links.offen { display: flex; }
  .nav-links > li > a { padding: 13px 10px; font-size: 1.02rem; }
  .dropdown { position: static; display: none; border: 0; box-shadow: none; background: var(--panel); margin: 0 0 8px; max-height: none; }
  .mobil-aktionsleiste { display: flex; }
}

@media (max-width: 860px) {
  .fakten-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-innen { grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 56px; }
  .zweispalter { grid-template-columns: 1fr; gap: 36px; }
  .einsatz-layout { grid-template-columns: 1fr; }
  .trust-leiste-innen { grid-template-columns: repeat(2, 1fr); }
  .sektion { padding-top: 62px; padding-bottom: 62px; }
  .ueber-bild img { height: 320px; }
}

@media (max-width: 900px) {
  .detail-grid { grid-template-columns: 1fr; }
  .stadt-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .leistungs-grid, .schritte-grid, .vorteile-grid, .stadt-grid { grid-template-columns: 1fr; }
  .galerie-grid { grid-template-columns: repeat(2, 1fr); }
  .formular-zeile { grid-template-columns: 1fr; }
  .fuss-spalten { grid-template-columns: 1fr; }
  .marke-name { font-size: 1rem; }
  .leistung-karte img { height: 170px; }
}

@media (min-width: 561px) and (max-width: 1100px) {
  .fuss-spalten { grid-template-columns: 1fr 1fr; }
}

/* Mobil/Tablet: Hero-Foto durch dunklen Gradient ersetzen (Ladezeit) */
@media (max-width: 1199px) {
  .hero { background: linear-gradient(150deg, #0b0d0f 0%, #10222b 55%, #0d3140 100%); }
}
