@font-face { font-family:"Inter var"; src:url("/assets/fonts/InterVariable-subset.woff2") format("woff2"); font-weight:100 900; font-display:swap; }
/* =============================================================
   fairInstitut — Design-System „VEREDELT" (Navy · Gold)
   Edles Institut: warmes Papier + Ink + GOLD-Akzent (Wappenfarbe),
   EINE einheitliche, sehr gut lesbare System-Sans für alles
   (Toms Entscheidung: keine Display-Serifen), spürbare Tiefe.
   Klassennamen unverändert.
   ============================================================= */

:root {
  color-scheme: light; /* bewusst nur heller Markenmodus, kein Auto-Dunkel */
  --paper:#f4f0e7; --paper-2:#ece6d9; --paper-3:#e4ddcc;
  --ink:#16191e; --ink-2:#23262c; --muted:#585c64;
  --navy:#203850; --navy-2:#1a2f45;
  --gold:#b6892f;        /* Metallic-Gold: Linien, Ringe, Deko, Text auf Dunkel */
  --gold-deep:#8a5a1e;   /* dunkles Gold/Bronze: Text auf Papier (Kontrast AA) */
  --gold-soft:#d8bf87;   /* helles Gold: feine Linien auf Ink */
  --red:#7a2b2b; --green:#1c7a48;
  --line:#d7cfbd; --line-2:#c3b99f; --line-ink:#3a3e46;

  --sans:"Inter var",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --display:var(--sans); /* Headings in derselben Sans wie der Fließtext — einheitlich & lesbar */
  --mono:ui-monospace,"SF Mono","SFMono-Regular",Menlo,Consolas,"Roboto Mono",monospace;

  --container:min(1240px, 94vw); --ease:cubic-bezier(.2,.7,.2,1);
  --r:4px; --r-lg:12px;
  --shadow-sm:0 1px 2px rgba(22,25,30,.05), 0 6px 16px rgba(22,25,30,.06);
  --shadow-md:0 6px 14px rgba(22,25,30,.08), 0 22px 48px rgba(22,25,30,.12);
  /* 5 Gold-Sterne als scharfe SVG-Grafik (ersetzt die Text-★, die je nach Gerät als Emoji rendern) */
  --stars5:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 24'%3E%3Cpath id='s' fill='%23b6892f' d='M12 2l2.9 6.3 6.9.8-5.1 4.7 1.4 6.8-6.1-3.4-6.1 3.4 1.4-6.8-5.1-4.7 6.9-.8z'/%3E%3Cuse href='%23s' x='26'/%3E%3Cuse href='%23s' x='52'/%3E%3Cuse href='%23s' x='78'/%3E%3Cuse href='%23s' x='104'/%3E%3C/svg%3E");
  /* Feines Papier-Korn (fractalNoise), verstärkt die Akten-/Amts-Anmutung */
  --grain:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){ html{ scroll-behavior:auto; } }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--sans); font-size: 1.05rem; line-height: 1.55;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}
/* Gold-Textmarkierung statt Browser-Blau */
::selection { background: var(--gold-soft); color: var(--ink); }
::-moz-selection { background: var(--gold-soft); color: var(--ink); }
/* Hauchfeines Papier-Korn über der ganzen Seite (dezent, klickt durch, im Druck aus) */
body::after {
  content:""; position:fixed; inset:0; z-index:1; pointer-events:none;
  background-image: var(--grain); background-size:140px 140px;
  opacity:.035; mix-blend-mode:multiply;
}
@media print { body::after { display:none; } }
img, svg { max-width: 100%; height: auto; display: block; }
picture { display: contents; }
a { color: var(--ink); text-underline-offset: .18em; text-decoration-thickness: .06em; }
a:hover { color: var(--gold-deep); }
strong { font-weight: 700; color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 2px; }

/* ---------- Typografie (einheitliche Sans) ---------- */
h1,h2,h3 { font-family: var(--display); color: var(--ink); line-height: 1.12; letter-spacing: -.022em; text-wrap: balance; margin: 0 0 .5em; }
h1 { font-weight: 700; font-size: clamp(2.1rem, 1.2rem + 2.8vw, 3.4rem); }
h2 { font-weight: 600; font-size: clamp(1.7rem, 1.1rem + 2vw, 2.6rem); }
h3 { font-weight: 600; font-size: clamp(1.2rem, 1.05rem + .6vw, 1.45rem); }
h4 { margin: 0 0 .5em; color: var(--ink); font-weight: 600; font-size: 1.05rem; line-height: 1.2; }
p { margin: 0 0 1rem; text-wrap: pretty; }
ul, ol { margin: 0 0 1rem; padding-left: 1.2rem; }
li { margin: .3rem 0; }

/* Mono-„Amtsdaten"-Label — die Signatur des Systems */
.eyebrow, .hero__eyebrow {
  display: inline-flex; align-items: center; gap: .7em;
  font-family: var(--mono); font-size: .72rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep);
  margin: 0 0 1rem;
}
/* SIGNATUR: Goldlinie mit Siegel-Raute am Ende — die Linierung + der Stempel einer Urkunde */
.eyebrow::before, .hero__eyebrow::before {
  content: ""; flex: 0 0 auto; width: 36px; height: 9px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Crect x='2.9' y='2.9' width='5.4' height='5.4' transform='rotate(45 5 5)' fill='%23b6892f'/%3E%3C/svg%3E") no-repeat 0 50% / 9px 9px,
    linear-gradient(var(--gold), var(--gold)) no-repeat 100% 50% / 22px 1.5px;
}
.section-head.text-center .eyebrow { justify-content: center; }
/* Auf dunklen Sektionen: helleres Gold, sonst fällt der Eyebrow unter AA-Kontrast */
.section--navy .eyebrow, .keyfacts .eyebrow, .cta-band .eyebrow { color: var(--gold-soft); }
.section-head.text-center .eyebrow::after {
  content: ""; flex: 0 0 auto; width: 36px; height: 9px;
  background:
    linear-gradient(var(--gold), var(--gold)) no-repeat 0 50% / 22px 1.5px,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Crect x='2.9' y='2.9' width='5.4' height='5.4' transform='rotate(45 5 5)' fill='%23b6892f'/%3E%3C/svg%3E") no-repeat 100% 50% / 9px 9px;
}

/* ---------- Utilities ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }
.section { padding: clamp(40px, 5vw, 72px) 0; border-top: 1px solid var(--line); }
.section:first-of-type { border-top: 0; }
.section--alt { background: var(--paper-2); }
.section--tight { padding-block: clamp(26px, 3.2vw, 44px); }
.section--navy { background: var(--ink); color: #cfd3da; border-top: 0; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section--navy .card h2, .section--navy .card h3 { color: var(--ink); } /* weiße Karten auf dunklem Grund: Titel dunkel */
.text-center { text-align: center; }
.lead { font-size: 1.2rem; color: var(--ink-2); }
.section--navy .lead { color: #c3c8d0; }
.section-head { max-width: 780px; margin-bottom: 1.5rem; }
.section-head.text-center { margin-inline: auto; }
.visually-hidden { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0; }
.skip-link { position:absolute; left:-999px; top:0; z-index:200; background:var(--ink); color:#fff; padding:10px 16px; }
.skip-link:focus { left:0; }
hr.rule { border:0; border-top:1px solid var(--line); margin: 2.2rem 0; }
.center-btn { display:flex; justify-content:center; margin-top: 1.8rem; }

/* ---------- Grids ---------- */
.grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.grid-2 { grid-template-columns: repeat(2,1fr); }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-4 { grid-template-columns: repeat(4,1fr); }
@media (max-width: 1024px){ .grid-3,.grid-4{ grid-template-columns: repeat(2,1fr);} }
@media (max-width: 620px){ .grid-2,.grid-3,.grid-4{ grid-template-columns:1fr;} }
.split { display:grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items:center; }
@media (max-width: 820px){ .split{ grid-template-columns:1fr; gap:30px; } }

/* ---------- Buttons (rechteckig, flach) ---------- */
.btn {
  --bg: var(--ink); --fg: #fff; --bd: var(--ink);
  display:inline-flex; align-items:center; justify-content:center; gap:.55em;
  font: 600 1rem/1 var(--sans); text-decoration:none; cursor:pointer;
  padding:.92em 1.5em; border:1.5px solid var(--bd); background:var(--bg); color:var(--fg);
  border-radius: var(--r); transition: background .15s var(--ease), color .15s, border-color .15s;
}
.btn:hover { background: var(--navy); border-color: var(--navy); color:#fff; }
.btn svg { width:1.1em; height:1.1em; }
.btn--primary { --bg: var(--ink); --fg:#fff; --bd: var(--ink); }
.btn--ghost { --bg: transparent; --fg: var(--ink); --bd: var(--ink); }
.btn--ghost:hover { background: var(--ink); border-color: var(--ink); color:#fff; }
.section--navy .btn--ghost, .hero .btn--ghost, .cta-band .btn--ghost { --fg:#fff; --bd: rgba(255,255,255,.55); }
.section--navy .btn--ghost:hover, .hero .btn--ghost:hover, .cta-band .btn--ghost:hover { background:#fff; color: var(--ink); border-color:#fff; }
.btn--whatsapp { --bg: transparent; --fg: #0f7a42; --bd: #25d366; }
.btn--whatsapp:hover { --bg: #25d366; --fg: var(--ink); --bd: #25d366; }
/* Auf dunklen Flächen: gefülltes Grün + weiße Schrift (Kontrast, WCAG AA) */
.section--navy .btn--whatsapp, .cta-band .btn--whatsapp, .transit .btn--whatsapp { --bg: #25d366; --fg: var(--ink); --bd: #25d366; }
.section--navy .btn--whatsapp:hover, .cta-band .btn--whatsapp:hover, .transit .btn--whatsapp:hover { --bg:#1fc862; --bd:#1fc862; }
/* Offizielles WhatsApp-Logo: Icon im Markengrün #25d366, Texte bleiben dunkelgrün (Lesbarkeit);
   auf grünen/dunklen Flächen weiß */
.wa-ic, .footer-contact svg.wa-ic { color:#25d366; }
.btn--whatsapp:hover .wa-ic,
.mobile-cta .wa-ic,
.section--navy .btn--whatsapp .wa-ic,
.cta-band .btn--whatsapp .wa-ic,
.transit .btn--whatsapp .wa-ic { color: var(--ink); }
.btn--lg { padding: 1.05em 1.9em; font-size: 1.05rem; }
.btn--block { display:flex; width:100%; }
.btn-row { display:flex; flex-wrap:wrap; gap: 14px; }

/* ---------- Header ---------- */
.site-header { position: sticky; top:0; z-index:100; background: var(--paper); border-bottom: 2px solid var(--ink); }
.site-header__inner { display:flex; align-items:center; gap:20px; min-height:78px; }
.brand { display:inline-flex; align-items:center; gap:13px; text-decoration:none; font-size:1.35rem; letter-spacing:-.01em; }
.brand__mark { width:54px; height:54px; flex:0 0 auto; }
.brand b { color: var(--navy); font-weight:800; }
.brand span { color: var(--navy); font-weight:500; }
.nav { margin-left:auto; }
.nav__list { display:flex; align-items:center; gap:2px; list-style:none; margin:0; padding:0; }
.nav__link { position:relative; display:inline-block; padding:9px 10px; white-space:nowrap; color: var(--ink); text-decoration:none;
  font-family: var(--mono); font-size:.8rem; font-weight:600; letter-spacing:.06em; text-transform:uppercase; }
.nav__link:hover, .nav__link[aria-current="page"] { color: var(--gold-deep); }
/* Unterstrich wächst von links nach rechts (aktive Seite: dauerhaft sichtbar) */
.nav__link::after { content:""; position:absolute; left:10px; right:10px; bottom:0; height:2px;
  background: var(--gold-deep); transform: scaleX(0); transform-origin: left center;
  transition: transform .28s var(--ease); pointer-events:none; }
.nav__link[aria-current="page"]::after, .nav__link:focus-visible::after,
.nav__link:hover::after { transform: scaleX(1); }
@media (prefers-reduced-motion: reduce){
  .nav__link::after, .more > summary, .header-wa span, .nap__item[data-superchat-open] b { transition:none !important; }
}
.header-cta { display:inline-flex; align-items:center; gap:14px; margin-left:6px; }
.header-phone { display:inline-flex; align-items:center; gap:7px; font-family:var(--mono); font-weight:600; font-size:.9rem; color:var(--ink); text-decoration:none; white-space:nowrap; }
.header-phone svg { width:17px; height:17px; color: var(--gold-deep); }
.nav-toggle { display:none; }
@media (max-width: 1040px){ .header-phone span{ display:none; } }
@media (max-width: 940px){
  .nav-toggle { display:inline-grid; place-items:center; margin-left:auto; width:46px; height:46px; border:1.5px solid var(--ink); background:var(--paper); cursor:pointer; color:var(--ink); border-radius:var(--r); }
  .nav-toggle svg{ width:26px; height:26px; }
  .nav { position:fixed; inset:80px 0 auto 0; margin:0; background:var(--paper); border-bottom:2px solid var(--ink); max-height:0; overflow:hidden; transition:max-height .3s var(--ease); }
  .nav[data-open="true"]{ max-height:80vh; }
  .nav__list { flex-direction:column; align-items:stretch; padding:8px 18px 20px; gap:0; }
  .nav__link { padding:14px 6px; font-size:.9rem; border-bottom:1px solid var(--line); }
  .header-cta { display:none; }
}

/* ---------- HERO (Papier, „Urkunden-Deckblatt") ---------- */
.hero { background: var(--paper); border-bottom: 1px solid var(--line); }
.hero__inner { display:grid; grid-template-columns: 1.05fr .95fr; gap:48px; align-items:center; padding: clamp(40px,5vw,74px) 0; }
.hero h1 { color: var(--ink); margin-bottom:.5rem; }
.hero__sub { font-size:1.2rem; color: var(--ink-2); max-width:36ch; }
.hero__cta { margin: 1.7rem 0 1.3rem; }
/* Wappen im Hero – klar präsentiert (kein Ring-im-Ring), nur feiner Schlagschatten */
.hero__crest { display:block; margin-bottom:18px; background:none; }
.hero__crest img { width:96px; height:96px; filter: drop-shadow(0 6px 14px rgba(22,25,30,.16)); }
@media (max-width:860px){ .hero__crest img{ width:80px; height:80px; } }
/* Trust-Zeile als Amtsdaten */
.trust-row { display:flex; flex-wrap:wrap; gap:8px 22px; margin-top:1rem; list-style:none; padding: .9rem 0 0; border-top:1px solid var(--line); }
.trust-row li { display:inline-flex; align-items:center; gap:.5em; font-family:var(--mono); font-size:.8rem; letter-spacing:.03em; color: var(--ink-2); margin:0; text-transform:uppercase; }
.trust-row svg { width:15px; height:15px; color: var(--gold-deep); flex:0 0 auto; }
/* Bild als „Dokument-Foto" mit Passermarken */
.hero__media { position:relative; }
.hero__media img { border:1px solid var(--ink); background:#fff; padding:8px; aspect-ratio:4/3; object-fit:cover; }
.hero__media::before, .hero__media::after { content:""; position:absolute; width:16px; height:16px; border:2px solid var(--gold); }
.hero__media::before { top:-6px; left:-6px; border-right:0; border-bottom:0; }
.hero__media::after { bottom:-6px; right:-6px; border-left:0; border-top:0; }
/* „0 €"-Stempel */
.hero__media .floating { position:absolute; left:-14px; bottom:18px; background:var(--paper); border:2px solid var(--gold); color:var(--gold-deep);
  padding:8px 14px; transform: rotate(-4deg); font-family:var(--mono); font-weight:700; text-transform:uppercase; letter-spacing:.05em; font-size:.72rem; line-height:1.2; }
.hero__media .floating b { display:block; font-size:1.5rem; letter-spacing:0; }
@media (max-width:860px){
  .hero__inner{ grid-template-columns:1fr; gap:30px; }
  .hero__media img{ aspect-ratio:16/10; } /* Text + CTA zuerst (mobil), Bild danach */
  .hero__sub{ max-width:none; }
}

/* ---------- Faktenkasten = Formular ---------- */
.factbox { border:1px solid var(--ink); background:#fff; }
.factbox__head { background: var(--ink); color:#fff; padding:12px 18px; font-family:var(--mono); font-size:.8rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase; display:flex; align-items:center; gap:10px; }
.factbox__head svg { width:16px; height:16px; color: var(--paper); }
.factlist { margin:0; padding: 4px 18px 10px; }
.factlist > div { display:flex; justify-content:space-between; gap:16px; padding:11px 0; border-bottom:1px solid var(--line); }
.factlist > div:last-child { border-bottom:0; }
.factlist dt { font-family:var(--mono); font-size:.8rem; letter-spacing:.04em; text-transform:uppercase; color: var(--muted); }
.factlist dd { margin:0; text-align:right; font-weight:700; color: var(--ink); }
.factlist dd .free { color: var(--gold-deep); }
/* Handy: Label über Wert stapeln statt rechtsbündig quetschen (nie Überlappung) */
@media (max-width:600px){
  .factlist > div { flex-direction:column; align-items:flex-start; gap:2px; padding:10px 0; }
  .factlist dt { font-size:.72rem; }
  .factlist dd { text-align:left; }
}

/* ---------- „Das Wichtigste in Kürze" (keyfacts) = Amts-Plakette ---------- */
.keyfacts { background: var(--ink); color:#e7e2d6; border-radius:0; padding: 22px 24px; }
.keyfacts h2, .keyfacts h3 { color:#fff; margin-top:0; }
.keyfacts ul { list-style:none; padding:0; margin:0; }
.keyfacts li { display:block; position:relative; padding:9px 0 9px 30px; border-bottom:1px solid var(--line-ink); overflow-wrap:break-word; }
.keyfacts li > svg { position:absolute; left:0; top:12px; }
.keyfacts li:last-child { border-bottom:0; }
.keyfacts svg { width:18px; height:18px; color: var(--paper); flex:0 0 auto; margin-top:3px; }

/* ---------- Schritte (nummeriert 01/02) ---------- */
.steps { counter-reset: step; display:grid; gap:1px; background:var(--line); border:1px solid var(--line); }
.steps.grid-2{ grid-template-columns:repeat(2,1fr);} .steps.grid-4{ grid-template-columns:repeat(4,1fr);}
@media (max-width:1024px){ .steps.grid-4{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:620px){ .steps.grid-2,.steps.grid-4{ grid-template-columns:1fr;} }
.step { background:var(--paper); padding: 24px 22px; }
.step__num { counter-increment: step; display:block; font-family:var(--mono); font-weight:700; font-size:.9rem; color: var(--gold-deep); margin-bottom:12px; letter-spacing:.05em; }
.step__num::before { content: "0" counter(step); }
.step h3, .step .h3-look { font-size:1.05rem; margin-bottom:.3rem; }
.step p { margin:0; color: var(--ink-2); }

/* ---------- Karten (Haarlinie, flach) ---------- */
.card { background: var(--paper); padding: 22px; height:100%; position:relative; }
.grid .card, .grid .card--link { background: var(--paper); }
.card--link { display:block; text-decoration:none; color:inherit; transition: background .15s var(--ease); }
.card--link::before { content:""; position:absolute; inset:0 0 auto 0; height:3px; background: var(--gold); transform: scaleX(0); transform-origin:left; transition: transform .25s var(--ease); }
.card--link:hover { background:#fff; }
.card--link:hover::before { transform: scaleX(1); }
/* Icon-Siegel: geprägtes Navy-Badge mit feiner Gold-Keyline — eigenes Marken-System statt generischer Rahmen */
.card__icon { width:48px; height:48px; display:grid; place-items:center; margin-bottom:15px;
  background: var(--navy); color: var(--gold-soft); border-radius:12px; position:relative;
  box-shadow: inset 0 0 0 1px rgba(216,191,135,.4), inset 0 1px 0 rgba(255,255,255,.06), 0 5px 14px rgba(22,25,30,.14); }
.card__icon::after { content:""; position:absolute; inset:4px; border-radius:8px; border:1px solid rgba(216,191,135,.18); pointer-events:none; }
.card__icon svg { width:23px; height:23px; stroke-width:1.7; position:relative; }
.app-icon { width:44px; height:44px; display:grid; place-items:center; border:1px solid var(--ink); color:var(--ink); margin-bottom:14px; }
.app-icon svg { width:24px; height:24px; }
.card h3 { margin-bottom:.35rem; }
.card p { color: var(--ink-2); margin-bottom:0; }
.card__more { display:inline-flex; align-items:center; gap:.4em; margin-top:14px; font-family:var(--mono); font-size:.8rem; font-weight:600; letter-spacing:.05em; text-transform:uppercase; color: var(--gold-deep); }


/* ---------- CTA-Band (Ink-Platte) ---------- */
.cta-band { background: var(--ink); color:#d8dce2; padding: clamp(30px,4vw,54px); text-align:center; border:1px solid var(--ink); }
.cta-band h2 { color:#fff; } .cta-band p { color:#c3c8d0; max-width:60ch; margin-inline:auto; }
.cta-band .btn-row, .text-center .btn-row { justify-content:center; }
.cta-band .btn-row { margin-top:1.4rem; }
.cta-band .btn--primary { --bg:#fff; --fg: var(--ink); --bd:#fff; }
.cta-band .btn--primary:hover { --bg: var(--navy); --fg:#fff; --bd: var(--navy); }

/* ---------- Prose / Answer-first ---------- */
.prose { max-width: 760px; }
/* Lange URLs/Wörter (Rechtstexte) dürfen nie horizontalen Überlauf erzeugen */
.prose, .prose a { overflow-wrap: anywhere; word-break: break-word; }
/* Schmale Viewports: lange deutsche Komposita in Textboxen sauber umbrechen */
@media (max-width:480px){
  .answer-first, .note, .faq__a, .keyfacts { overflow-wrap: break-word; hyphens: auto; }
}
.prose h2 { margin-top: 2.3rem; } .prose h3 { margin-top:1.6rem; }
.prose > ul { list-style:none; padding-left:0; }
.prose > ul > li { position:relative; padding-left:1.6rem; }
.prose > ul > li::before { content:""; position:absolute; left:0; top:.62em; width:8px; height:8px; background: var(--gold); }
.answer-first { background:#fff; border:1px solid var(--line); border-left:3px solid var(--gold-deep); padding:18px 22px; margin:0 0 1rem; }
.answer-first p { margin:0; font-size:1.05rem; color: var(--ink); }

/* Haken-Liste: kurze Fakten statt Fließtext (Mobil-Diät) */
.ticks { list-style:none; padding:0; margin:.65rem 0 0; }
.ticks li { position:relative; padding:4px 0 4px 27px; margin:0; }
.ticks li::before { content:""; position:absolute; left:0; top:.42em; width:17px; height:17px;
  background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%238a5a1e" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"><path d="M4 12.5l5 5L20 6.5"/></svg>') no-repeat center/contain; }
.section--navy .ticks li::before, .hero--ink .ticks li::before {
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23d8bf87" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"><path d="M4 12.5l5 5L20 6.5"/></svg>'); }

/* ---------- Tabellen ---------- */
.table-wrap { overflow-x:auto; border:1px solid var(--ink); margin:1.4rem 0; }
table.data { width:100%; border-collapse:collapse; min-width:480px; background:#fff; }
table.data caption { text-align:left; padding:12px 16px; font-family:var(--mono); font-size:.8rem; letter-spacing:.06em; text-transform:uppercase; color:var(--ink); background:var(--paper-2); border-bottom:1px solid var(--ink); }
table.data th, table.data td { padding:12px 16px; text-align:left; border-bottom:1px solid var(--line); vertical-align:top; }
table.data thead th { background: var(--ink); color:#fff; font-family:var(--mono); font-size:.8rem; letter-spacing:.05em; text-transform:uppercase; font-weight:600; }
table.data tbody tr:last-child td { border-bottom:0; }

/* Tabellen auf dem Handy: gestapelte Karten statt Abschneiden/Seitwärts-Scrollen */
@media (max-width:600px){
  .table-wrap { overflow:visible; border:0; box-shadow:none; border-radius:0; margin:1.1rem 0; }
  table.data { display:block; width:100%; min-width:0; border:0; background:transparent; }
  table.data caption { display:block; text-align:left; background:transparent; border:0;
    padding:0 2px 10px; font-family:var(--mono); font-size:.74rem; letter-spacing:.05em;
    text-transform:uppercase; color:var(--muted); }
  table.data thead { position:absolute; width:1px; height:1px; padding:0; margin:-1px;
    overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0; }
  table.data tbody { display:block; }
  table.data tbody tr { display:block; background:#fff; border:1px solid var(--line);
    border-radius:12px; box-shadow:var(--shadow-sm); margin-bottom:10px; padding:6px 2px; }
  table.data td, table.data tbody th { display:block; border:0; padding:5px 16px; text-align:left; }
  table.data td:first-child, table.data tbody th:first-child { font-family:var(--mono); font-size:.78rem; letter-spacing:.04em;
    text-transform:uppercase; color:var(--ink); font-weight:700; padding-top:10px; }
  table.data td:last-child { padding-bottom:11px; }
  table.data td[data-label]::before, table.data tbody th[data-label]::before { content: attr(data-label); display:block;
    font-family:var(--mono); font-size:.7rem; letter-spacing:.03em; text-transform:uppercase;
    color:var(--muted); font-weight:600; margin-bottom:2px; }
}

/* ---------- FAQ ---------- */
.faq { border:1px solid var(--ink); background:#fff; }
.faq__item { border-bottom:1px solid var(--line); }
.faq__item:last-child { border-bottom:0; }
.faq__q { cursor:pointer; list-style:none; padding:18px 50px 18px 20px; font-weight:700; color:var(--ink); position:relative; font-size:1.05rem; }
.faq__q::-webkit-details-marker { display:none; }
.faq__q::after { content:"+"; position:absolute; right:18px; top:50%; transform:translateY(-50%); font-family:var(--mono); font-size:1.35rem; color:var(--gold-deep); line-height:1; }
.faq__item[open] .faq__q::after { content:"–"; }
.faq__a { padding:0 20px 20px; color: var(--ink-2); }
.faq__a p:last-child { margin-bottom:0; }
.faq-group + .faq-group { margin-top: 2rem; }
.faq-group h3 { font-family:var(--mono); font-size:.8rem; letter-spacing:.08em; text-transform:uppercase; color: var(--gold-deep); }

/* ---------- Kontakt / NAP / Formular ---------- */
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:34px; align-items:start; }
@media (max-width:820px){ .contact-grid{ grid-template-columns:1fr; } }
.nap { display:grid; gap:0; border:1px solid var(--ink); background:#fff; }
.nap__item { display:flex; gap:14px; align-items:flex-start; padding:14px 18px; border-bottom:1px solid var(--line); }
.nap__item:last-child { border-bottom:0; }
.nap__item svg { width:20px; height:20px; color:var(--gold-deep); flex:0 0 auto; margin-top:3px; }
.nap__item b { display:block; color:var(--ink); font-family:var(--mono); font-size:.72rem; letter-spacing:.05em; text-transform:uppercase; margin-bottom:2px; }
.nap__item a { color: var(--ink); font-weight:600; text-decoration:none; }
.nap__item a:hover { color: var(--gold-deep); }
.map-embed { border:1px solid var(--ink); width:100%; height:320px; }
.form { background:#fff; border:1px solid var(--ink); padding:26px; display:grid; gap:16px; }
.field { display:grid; gap:6px; }
/* Feld-Labels: funktioniert für .field UND für direkte <label><input></label> (Kontaktformular) */
.field > label, .form > label:not(:has(input[type="checkbox"])) {
  font-family:var(--mono); font-size:.72rem; letter-spacing:.05em; text-transform:uppercase; color: var(--ink); font-weight:600;
}
.form > label:not(:has(input[type="checkbox"])) { display:grid; gap:6px; }
.field .req { color: var(--red); }
.form :is(input, textarea, select):not([type="checkbox"]):not([type="radio"]) {
  font-family:var(--sans); font-size:1rem; font-weight:400; letter-spacing:normal; text-transform:none;
  padding:12px 14px; border:1.5px solid var(--line-2); background:#fff; color:var(--ink); width:100%; border-radius:var(--r);
}
.form :is(input, textarea, select):focus { border-color:var(--ink); outline:none; box-shadow:0 0 0 3px rgba(32,56,80,.18); }
.form__row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
@media (max-width:560px){ .form__row{ grid-template-columns:1fr; } }
.form__note { font-size:.9rem; color:var(--muted); }
/* Einwilligung: .consent ODER blanke <label> mit Checkbox */
.consent, .form > label:has(input[type="checkbox"]) {
  display:flex; gap:10px; align-items:flex-start; font-family:var(--sans); font-weight:400; text-transform:none; letter-spacing:normal; font-size:.9rem; color:var(--muted);
}
.consent input, .form > label:has(input[type="checkbox"]) input { width:auto; margin-top:4px; }

/* ---------- Terminbuchungs-Widget (/termin/) ---------- */
.termin-box { background:#fff; border:1px solid var(--ink); }
.termin-box__head { background:var(--ink); color:#fff; padding:12px 20px; font-family:var(--mono); font-size:.8rem; letter-spacing:.08em; text-transform:uppercase; display:flex; flex-wrap:wrap; gap:6px 16px; align-items:center; }
.termin-box__head .tstep { opacity:.45; } .termin-box__head .tstep.is-active { opacity:1; }

/* Kompakte Bewertungs-Pills (Formular-Kopf, Landingpage) */
.rating-strip { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 16px; padding:0; list-style:none; }
.rating-strip a { display:inline-flex; align-items:center; gap:7px; border:1px solid var(--line-2); background:var(--paper); border-radius:999px; padding:6px 13px; font-family:var(--mono); font-size:.74rem; letter-spacing:.02em; text-decoration:none; color:var(--ink); transition:border-color .15s; }
.rating-strip a:hover { border-color:var(--gold); }
.rating-strip strong { font-weight:700; }
.rating-strip small { color:var(--muted); font-size:inherit; }
.termin-box__body { padding:22px 20px; }
.termin-label { font-family:var(--mono); font-size:.72rem; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); margin:0 0 10px; }
.termin-days { display:flex; gap:10px; overflow-x:auto; padding-bottom:6px; -webkit-overflow-scrolling:touch; scroll-snap-type:x mandatory; }
.termin-day { scroll-snap-align:start; }
.swipe-hint { display:none; font-family:var(--mono); font-size:.72rem; letter-spacing:.05em; text-transform:uppercase; color:var(--muted); margin:6px 0 0; }
@media (max-width:700px){ .swipe-hint { display:block; } }

/* Google-Maps-Zwei-Klick: Platzhalter, bis der Nutzer die Karte ausdrücklich lädt */
.map-consent { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px; min-height:300px; height:100%; padding:26px; text-align:center; background:var(--paper); border:1.5px dashed var(--line-2); }
.map-consent p { max-width:46ch; margin:0; color:var(--ink-2); font-size:.95rem; }
.termin-day { flex:0 0 auto; min-width:104px; border:1.5px solid var(--line-2); background:var(--paper); padding:12px 14px; cursor:pointer; border-radius:var(--r); text-align:left; font:inherit; transition:border-color .15s, background .15s; }
.termin-day:hover { border-color:var(--ink); }
.termin-day.is-active { background:var(--ink); border-color:var(--ink); color:#fff; }
.termin-day .wd { display:block; font-size:1.08rem; font-weight:800; line-height:1.15; color:var(--ink); }
.termin-day.is-active .wd { color:#fff; }
.termin-day .dtm { display:block; font-family:var(--mono); font-size:.78rem; letter-spacing:.03em; color:var(--muted); margin-top:3px; }
.termin-day.is-active .dtm { color:#cfd3da; }
.termin-day .cnt { font-family:var(--mono); font-size:.72rem; color:var(--gold-deep); margin-top:4px; }
.termin-day.is-active .cnt { color:#d9b877; }
.termin-slots { display:flex; flex-wrap:wrap; gap:10px; }
.termin-slot { min-height:44px; display:inline-flex; align-items:center; border:1.5px solid var(--ink); background:#fff; color:var(--ink); font-family:var(--mono); font-weight:600; font-size:.95rem; padding:.7em 1.15em; cursor:pointer; border-radius:var(--r); transition:background .15s, color .15s; }
.termin-slot:hover { background:var(--paper-2); }
.termin-slot.is-active { background:var(--ink); color:#fff; }
.termin-step { margin-top:22px; padding-top:20px; border-top:1px solid var(--line); }
.termin-step[hidden] { display:none; }
.termin-confirm { border:1px solid var(--ink); border-left:3px solid var(--green); background:#fff; padding:22px 24px; }
.termin-confirm h3 { margin-top:0; }
.termin-confirm .when { font-family:var(--mono); color:var(--navy); font-size:1.05rem; }
.termin-msg { font-size:.9rem; color:var(--red); min-height:1.2em; margin:.4rem 0 0; }
.termin-alt { display:flex; flex-wrap:wrap; gap:12px; align-items:center; margin-top:8px; }

/* ---------- ÖPNV / Anfahrt (BVG-Signaletik, edles Dark-Panel) ---------- */
.transit { background:#14171c; border:1px solid #2a2f37; border-radius:8px; padding:clamp(16px,2.4vw,26px); }
/* Klare Aufzählung: eine Zeile pro Verkehrsmittel, Spalten sauber ausgerichtet */
.transit__grid { display:flex; flex-direction:column; gap:8px; }
.transit-sign { display:flex; align-items:center; gap:14px; background:#1b1f27; border:1px solid #2c323b; border-radius:8px; padding:11px 16px;
  text-decoration:none; color:#fff; transition:border-color .18s var(--ease); }
a.transit-sign:hover { border-color:#f2791c; }
.transit-sign__modes { flex:0 0 auto; display:flex; gap:6px; }
.transit-sign__body { min-width:0; flex:1; display:grid; grid-template-columns:132px 1fr auto; align-items:center; gap:6px 14px; }
.transit-sign__lines { display:flex; flex-wrap:wrap; align-items:center; gap:5px; }
.transit-sign__name { font-weight:700; font-size:1rem; color:#fff; line-height:1.25; }
.transit-sign__meta { font-family:var(--mono); font-size:.72rem; color:#aab2be; letter-spacing:.02em; white-space:nowrap; justify-self:end; }
@media (max-width:640px){
  .transit-sign__body { grid-template-columns:1fr; gap:3px; }
  .transit-sign__meta { justify-self:start; white-space:normal; }
}
/* Offizielle Verkehrsmittel-Piktogramme */
.mode { display:inline-grid; place-items:center; width:32px; height:32px; color:#fff; font-family:var(--sans); font-weight:800; line-height:1; }
.mode--u { background:#14448f; border-radius:5px; font-size:1.05rem; }
.mode--s { background:#007a2c; border-radius:50%; font-size:1rem; }  /* S-Bahn-Grün, leicht abgedunkelt für Kontrast (WCAG AA) */
.mode--bus { background:#a5027d; border-radius:50%; font-size:.6rem; letter-spacing:.01em; }
.mode--tram { background:#d0202f; border-radius:5px; font-size:.58rem; }
/* Linien-Badges in offizieller Linienfarbe */
.line { display:inline-flex; align-items:center; justify-content:center; min-width:2.2em; height:1.7em; padding:0 .5em; font-family:var(--sans); font-weight:800; font-size:.9rem; color:#fff; border-radius:4px; }
.line--u9 { background:#f2791c; color:#16191e; }                        /* U9 – orange, dunkle Schrift (Kontrast) */
.line--sring { background:#e0771a; border-radius:999px; color:#16191e; } /* S41/S42 Ring, dunkle Schrift */
.line--tram { background:#d0202f; }                      /* Tram – rot */
.line--bus { background:#a5027d; }                       /* Bus – magenta */
.transit__journey { margin-top:14px; padding-top:14px; border-top:1px solid #2c323b; display:flex; flex-wrap:wrap; align-items:center; gap:8px 10px; font-family:var(--mono); font-size:.8rem; color:#c7ccd4; }
.transit__journey .stopname { color:#fff; font-weight:700; }
.transit__journey .arrow { color:#f2791c; font-weight:700; }
.transit__actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:16px; }
.btn--route { background:#f2791c; border-color:#f2791c; color:#14171c; }
.btn--route:hover { background:#ff9a45; border-color:#ff9a45; color:#14171c; }
/* Routenplaner-Eingabe (Startadresse -> Route zu uns) */
.transit__planner { margin-top:16px; padding-top:16px; border-top:1px solid #2c323b; }
.transit__planner label { display:block; font-family:var(--mono); font-size:.72rem; letter-spacing:.06em; text-transform:uppercase; color:#dfe3e9; margin-bottom:8px; }
.transit__planner-row { display:flex; gap:10px; flex-wrap:wrap; }
.transit__planner input { flex:1 1 240px; min-width:0; padding:12px 14px; border:1.5px solid #fff; background:#fff; color:var(--ink); border-radius:var(--r); font-family:var(--sans); font-size:1rem; }
.transit__planner input::placeholder { color:#767d87; }
.transit__planner input:focus { outline:none; border-color:#f2791c; box-shadow:0 0 0 3px rgba(242,121,28,.25); }
.transit__planner-note { font-family:var(--mono); font-size:.72rem; color:#aab2be; margin:10px 0 0; }

/* ---------- Bildwechsel beim Hover (edler Crossfade) ---------- */
.imgswap { position:relative; display:block; overflow:hidden; }
.imgswap picture { display:block; }
.imgswap img { display:block; width:100%; height:100%; object-fit:cover; }
.imgswap .imgswap__b { position:absolute; inset:0; opacity:0; transition:opacity .5s var(--ease); }
.imgswap .imgswap__a { transition:transform .7s var(--ease); }
.imgswap:hover .imgswap__b { opacity:1; }
.imgswap:hover .imgswap__a { transform:scale(1.04); }
@media (prefers-reduced-motion: reduce){ .imgswap .imgswap__b, .imgswap .imgswap__a { transition:none; } .imgswap:hover .imgswap__a{ transform:none; } }
/* WhatsApp-Link im Header */
.header-wa { display:inline-flex; align-items:center; gap:7px; font-family:var(--mono); font-weight:600; font-size:.9rem; color:#25d366; text-decoration:none; white-space:nowrap; }
.header-wa svg { width:17px; height:17px; }
@media (max-width:1080px){ .header-wa span{ display:none; } }
@media (max-width:980px){ .header-phone span{ display:none; } }

/* ---------- Trust-Strip / Kennzahlen / Siegel ---------- */
.trust-strip { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:24px 40px; }
.trust-strip .trust-fact { display:flex; flex-direction:column; align-items:center; text-align:center; }
.trust-strip .trust-fact b { font-family:var(--mono); font-size:2rem; color:var(--ink); line-height:1; }
.trust-strip .trust-fact span { font-family:var(--mono); font-size:.72rem; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); margin-top:6px; }
.brand-seal { flex:0 0 auto; display:grid; place-items:center; width:118px; height:118px; border-radius:50%;
  background: var(--navy); box-shadow: inset 0 0 0 2px #c9a44e, inset 0 0 0 4px var(--navy), 0 8px 22px rgba(22,25,30,.22); }
.brand-seal img { width:72px; height:72px; filter: brightness(0) invert(1); }
.cert-badge { display:inline-flex; align-items:center; gap:14px; border:1px solid var(--ink); padding:16px 20px; background:#fff; }
.cert-badge__mark { width:46px; height:46px; flex:0 0 auto; display:grid; place-items:center; border:1px solid var(--navy); color: var(--navy); }
.cert-badge__mark svg { width:26px; height:26px; }
.cert-badge b { display:block; color:var(--ink); font-size:1.05rem; }
.cert-badge span { color:var(--muted); font-family:var(--mono); font-size:.72rem; letter-spacing:.03em; text-transform:uppercase; }

/* ---------- Bewertungs-Chips ---------- */
.review-links { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; }
.review-chip { display:inline-flex; align-items:center; gap:8px; padding:.6em 1.1em; border:1.5px solid var(--ink); background:#fff; color:var(--ink);
  font-family:var(--mono); font-size:.8rem; font-weight:600; letter-spacing:.04em; text-transform:uppercase; text-decoration:none; border-radius:var(--r); transition: background .15s, color .15s; }
.review-chip:hover { background:var(--ink); color:#fff; }
.review-chip svg { width:15px; height:15px; }

/* ---------- Gallery ---------- */
.gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.gallery img { border:1px solid var(--ink); background:#fff; padding:6px; aspect-ratio:4/3; object-fit:cover; width:100%; }
@media (max-width:700px){ .gallery{ grid-template-columns:repeat(2,1fr);} }

/* ---------- Breadcrumb / Note / Badges ---------- */
.breadcrumb { font-family:var(--mono); font-size:.72rem; letter-spacing:.04em; text-transform:uppercase; color:var(--muted); padding:16px 0 0; }
.breadcrumb ol { list-style:none; display:flex; flex-wrap:wrap; gap:8px; padding:0; margin:0; }
.breadcrumb li::after { content:"/"; margin-left:8px; color:var(--line-2); }
.breadcrumb li:last-child::after { content:""; }
.breadcrumb a { color:var(--muted); text-decoration:none; } .breadcrumb a:hover{ color:var(--gold-deep); }
.note { background:#fff; border:1px solid var(--line); border-left:3px solid var(--gold-deep); padding:14px 18px; font-size:.95rem; color:var(--ink-2); }
.note strong { color: var(--ink); }
.badge { display:inline-flex; align-items:center; gap:.4em; font-family:var(--mono); font-size:.72rem; font-weight:600; letter-spacing:.04em; text-transform:uppercase; padding:.3em .7em; border:1px solid var(--ink); color:var(--ink); }
.badge--green { border-color: var(--green); color: var(--green); }
.badge--navy { border-color:#fff; color:#fff; }

/* ---------- Footer (Ink-Platte, Amts-Impressum-Anmutung) ---------- */
.site-footer { background: var(--ink); color:#b6bbc4; padding: 44px 0 22px; border-top:3px solid var(--gold); }
.footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr 1.1fr; gap:28px; align-items:start; }
@media (max-width:860px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .footer-grid{ grid-template-columns:1fr; } }
.site-footer h4, .site-footer .footer-hdg { color:#fff; font-family:var(--mono); font-size:.8rem; letter-spacing:.1em; text-transform:uppercase; margin-bottom:1rem; }
.site-footer a { color:#b6bbc4; text-decoration:none; } .site-footer a:hover{ color:#fff; }
.footer-brand .brand { margin-bottom:12px; }
.footer-brand .brand__mark { width:34px; height:34px; filter: brightness(0) invert(1); }
.footer-brand .brand b, .footer-brand .brand span { color:#fff; }
.footer-slogan { color:#fff; font-weight:700; margin:0 0 10px; }
.footer-brand p { font-size:.95rem; color:#9aa1ab; }
.footer-nav, .footer-contact { list-style:none; padding:0; margin:0; display:grid; gap:7px; font-size:.9rem; }
.footer-contact li { display:flex; gap:10px; align-items:flex-start; }
.footer-contact svg { width:16px; height:16px; color: var(--paper); flex:0 0 auto; margin-top:3px; }
.socials { display:flex; gap:10px; margin-top:16px; }
.socials a { width:44px; height:44px; display:grid; place-items:center; border:1px solid var(--line-ink); color:#c7ccd4; }
.socials a:hover { background:#fff; color: var(--ink); border-color:#fff; }
.socials svg { width:18px; height:18px; }
.footer-bottom { margin-top:28px; padding-top:20px; border-top:1px solid var(--line-ink); display:flex; flex-wrap:wrap; gap:10px 24px; justify-content:space-between; font-family:var(--mono); font-size:.72rem; letter-spacing:.03em; color:#8b929c; }
.footer-legal { display:flex; flex-wrap:wrap; gap:8px 18px; list-style:none; padding:0; margin:0; }

/* ---------- Sticky Mobile-CTA ---------- */
.mobile-cta { position:fixed; left:0; right:0; bottom:0; z-index:90; display:none; grid-template-columns:repeat(4,1fr); background: var(--ink); border-top:3px solid var(--gold); }
.mobile-cta a, .mobile-cta button { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:3px; padding:10px 4px; margin:0; color:#fff; text-decoration:none;
  font-family:var(--mono); font-size:.66rem; letter-spacing:.02em; text-transform:uppercase; border:0; border-left:1px solid var(--line-ink); background:var(--ink); cursor:pointer; -webkit-tap-highlight-color:transparent; }
.mobile-cta a:first-child, .mobile-cta button:first-child { border-left:0; }
.mobile-cta a svg, .mobile-cta button svg { width:19px; height:19px; }
.mobile-cta a.is-primary { background: var(--navy); }
.mobile-cta a.is-whatsapp { background: #25d366; color: var(--ink); }
.mobile-cta .is-chat { background: var(--gold); color: var(--ink); }
@media (max-width:940px){ .mobile-cta{ display:grid; } body{ padding-bottom:60px; }
  /* Superchat-Blase + Willkommens-Popup auf dem Handy aus — Chat kommt über den Leisten-Button „Live-Chat".
     Das Chat-Fenster (content-root) nur einblenden, wenn per Button geöffnet (html.sc-open). */
  #superchat-widget-widget-button,
  #superchat-widget-content-root { display:none !important; }
  html.sc-open #superchat-widget-content-root { display:block !important; }
}

/* ---------- Landingpage ---------- */
.site-header--lp .nav, .site-header--lp .nav-toggle { display:none; }
.lp-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:44px; align-items:center; padding: clamp(34px,5vw,60px) 0; }
@media (max-width:860px){ .lp-grid{ grid-template-columns:1fr; gap:26px; } }
.lp-benefits { list-style:none; padding: .9rem 0 0; margin:1.2rem 0; display:grid; gap:11px; border-top:1px solid var(--line); }
.lp-benefits li { display:flex; gap:12px; align-items:flex-start; color:var(--ink-2); font-size:1.05rem; }
.lp-benefits svg { width:20px; height:20px; color:var(--gold-deep); flex:0 0 auto; margin-top:3px; }
.lp-formcard { background:#fff; border:1px solid var(--ink); padding:26px; }
.lp-formcard h2 { font-size:1.35rem; margin-bottom:.3rem; }
.lp-formcard .form { border:0; padding:0; margin-top:14px; }
.lp-formcard .free-line { color: var(--gold-deep); font-family:var(--mono); font-size:.8rem; letter-spacing:.03em; }

/* Hinweis: Die frühere Scroll-Reveal-Animation (animation-timeline: view())
   ließ Abschnitte teils halbtransparent/ausgegraut erscheinen und wurde entfernt.
   Inhalte sind jetzt immer voll sichtbar und gestochen scharf. */

/* =============================================================
   VEREDELT — Tiefe, Gold-Feinschliff, weiche Schatten
   (überschreibt bewusst den flachen Haarlinien-Look)
   ============================================================= */

/* Sektionen: keine kalten Trennlinien mehr – Rhythmus über Fläche + Abstand */
.section { border-top: 0; }

/* Header: feiner Gold-Deckstrich + weicher Schatten statt harter Kante */
.site-header { border-bottom: 1px solid var(--line); box-shadow: 0 10px 30px rgba(22,25,30,.06); }
.site-header::before { content:""; position:absolute; left:0; right:0; top:0; height:3px;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold), var(--gold-soft), var(--gold)); }

/* Karten: schweben mit weichem Schatten statt Haarlinien-Raster */
.grid { gap: 16px; background: transparent; border: 0; }
.grid .card, .grid .card--link, .card { background:#fff; border:1px solid var(--line);
  border-radius: var(--r-lg); box-shadow: var(--shadow-sm); }
.card--link { transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.card--link:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); background:#fff; }
.app-icon { border-color: var(--navy); color: var(--navy); border-radius: 9px; }

/* Prozess-Schritte ebenfalls als schwebende Karten */
.steps { gap: 20px; background: transparent; border: 0; }
.step { background:#fff; border:1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); }

/* Panels: weiche Ecken + Schatten, hellere Rahmen (statt harter Ink-Kante) */
.factbox, .faq, .form, .nap, .table-wrap, .termin-box, .cert-badge,
.contact-grid .map-embed, .lp-formcard {
  border:1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); }
.factbox, .faq, .termin-box { overflow: hidden; }        /* dunkle Kopfzeilen respektieren Radius */
.table-wrap { overflow-x: auto; overflow-y: hidden; }    /* seitwärts scrollbar statt Abschneiden; runde Ecken bleiben */
.keyfacts, .cta-band { border-radius: var(--r-lg); box-shadow: var(--shadow-md); border:0; }

/* Bilder: gerahmt mit weichem Schatten = wertiger */
.split img, .gallery img { border-radius: var(--r-lg); box-shadow: var(--shadow-md); }
.imgswap { border-radius: var(--r-lg); box-shadow: var(--shadow-md); }
.hero__media img { border-radius: var(--r-lg); box-shadow: var(--shadow-md); }

/* Kennzahlen: große Serifen-Zahlen in Gold = Premium-Signal */
.trust-strip .trust-fact b { font-family: var(--display); font-weight: 700; color: var(--gold-deep); }

/* (Hero-Wappen wird oben klar ohne Ring präsentiert – keine Ring-Deko hier.) */

/* Prozess-Nummern & „Mehr"-Links: dunkles Gold */
.step__num, .card__more { color: var(--gold-deep); }

/* Mobil: 0-€-Stempel innerhalb des Fotos halten (nicht über den Rand) */
@media (max-width: 860px){
  .hero__media .floating { left: 10px; bottom: 10px; }
}

/* ---------- Dezente Interaktion (Hover) + sicheres Einblenden ---------- */
.cert-badge { transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease); }
.cert-badge:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: var(--gold); }
.cert-badge:hover .cert-badge__mark { border-color: var(--gold-deep); color: var(--gold-deep); }
.nap__item { transition: background .15s var(--ease); }
.nap__item:hover { background: var(--paper); }

/* Sanftes Einblenden beim Scrollen – NUR wenn JS die .reveal-Klasse setzt.
   Ohne JS oder bei reduzierter Bewegung ist alles sofort voll sichtbar. */
@media (prefers-reduced-motion: no-preference){
  .reveal { opacity: 0; transform: translateY(10px); }
  .reveal.in { opacity: 1; transform: none; transition: opacity .4s var(--ease), transform .4s var(--ease); }
}

/* ---------- „Mehr erfahren" – Details nur bei Bedarf (elegant, gold) ---------- */
.more { margin: .2rem 0 1.3rem; }
.more > summary { display:inline-flex; align-items:center; gap:.55em; cursor:pointer; list-style:none;
  font-family:var(--mono); font-size:.8rem; font-weight:600; letter-spacing:.14em; text-transform:uppercase;
  color:var(--gold-deep); padding:.25em 0; user-select:none; }
.more > summary::-webkit-details-marker { display:none; }
.more > summary::after { content:"+"; font-size:1.05rem; line-height:1; }
.more[open] > summary::after { content:"–"; }
.more > summary { background:linear-gradient(currentColor,currentColor) no-repeat 0 100% / 0 1.5px; transition:background-size .28s var(--ease); }
.more > summary:hover, .more > summary:focus-visible { background-size:100% 1.5px; }
.more[open] > summary { margin-bottom:.7rem; }

/* Logo im Hero präsenter */
.hero__crest img { width:112px; height:112px; }
@media (max-width:860px){ .hero__crest img { width:88px; height:88px; } }

/* =============================================================
   MOUSEOVER-PASS — dezente Mikro-Interaktionen (150 ms, seriös)
   Nur auf interaktiven Elementen · touch-sicher · reduced-motion-safe
   ============================================================= */
@media (hover: hover) and (pointer: fine) {
  /* FAQ-Fragen: das meistgeklickte Element – deutlich einladender */
  .faq__item { transition: background .15s var(--ease); }
  .faq__item:hover { background: var(--paper); }
  .faq__item:hover .faq__q { color: var(--gold-deep); }
  .faq__q { transition: color .15s var(--ease); }
  .faq__q::after { transition: transform .2s var(--ease), color .15s var(--ease); }
  .faq__item:hover .faq__q::after { transform: translateY(-50%) scale(1.15); }

  /* Buttons: sanft anheben, spürbar drücken */
  .btn { transition: background .15s var(--ease), color .15s, border-color .15s, transform .15s var(--ease), box-shadow .15s var(--ease); }
  .btn:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(22,25,30,.18); }
  

  /* Header: Telefon & WhatsApp reagieren */
  .header-phone, .header-wa { transition: color .15s var(--ease); }
  .header-phone:hover { color: var(--gold-deep); }
  .header-wa:hover { color: #1da851; }
  .header-wa span { background:linear-gradient(currentColor,currentColor) no-repeat 0 100% / 0 1.5px; transition:background-size .28s var(--ease); }
  .header-wa:hover span { background-size:100% 1.5px; }

  /* Marke: Wappen lebt minimal auf */
  .brand__mark { transition: transform .2s var(--ease); }
  .brand:hover .brand__mark { transform: scale(1.05); }

  /* Footer-Links: Gold statt grau */
  .footer-nav a, .footer-contact a, .footer-legal a { transition: color .15s var(--ease); }
  .footer-nav a:hover, .footer-contact a:hover, .footer-legal a:hover { color: var(--gold-soft); }


  /* Steps/Karten in Prozessen: feine Gold-Kante beim Überfahren */
  .step { transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
  .step:hover { border-color: var(--gold); box-shadow: var(--shadow-md); }
}

/* Druck-Feedback auch auf Touch */
.btn:active { transform: scale(.985); box-shadow:none; }

@media (prefers-reduced-motion: reduce){
  .btn, .btn:hover, .brand__mark, .split img, .gallery img, .trust-fact, .faq__q::after { transition: none !important; transform: none !important; }
}

/* ---------- Echte Teilnehmer-Stimmen (Bewertungen) ---------- */
/* Sterne: scharfe SVG-Grafik statt Text-★ (einheitlich auf jedem Gerät, kein Emoji) */
.stars, .footer-trust__stars, .quote-card__stars {
  display:inline-block; vertical-align:-.14em;
  width: calc(var(--sh, 1em) * 5.34); height: var(--sh, 1em);
  background: var(--stars5) left center / contain no-repeat;
  text-indent:100%; white-space:nowrap; overflow:hidden; letter-spacing:0 !important;
}
/* Einzelner Lead-Stern (Inline, ersetzt Text-★ in Fließzeilen) */
.star-lead { display:inline-block; width:1em; height:1em; vertical-align:-.15em; margin-right:.2em;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b6892f'%3E%3Cpath d='M12 2l2.9 6.3 6.9.8-5.1 4.7 1.4 6.8-6.1-3.4-6.1 3.4 1.4-6.8-5.1-4.7 6.9-.8z'/%3E%3C/svg%3E") center/contain no-repeat; }
.rating-line { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:8px 16px; margin:0 0 28px; }
.rating-line .stars { --sh:1.35rem; }
.rating-line .score { font-family:var(--display); font-weight:700; font-size:2rem; color:var(--gold-deep); }
.rating-line .meta { font-family:var(--mono); font-size:.8rem; letter-spacing:.05em; text-transform:uppercase; color:var(--muted); }
.rating-line .meta a { color:inherit; }
.rating-line .meta a:hover { color: var(--gold-deep); }
/* Bewertungs-Badge: offizielle Siegel-Kachel (Score groß, Sterne, Plattform, Anzahl) */
.rating-badge { display:flex; flex-direction:column; align-items:center; text-align:center; gap:4px; padding:28px 22px 24px; }
.rating-badge__score { font-family:var(--display); font-weight:800; font-size:2.5rem; line-height:1; color:var(--gold-deep); font-variant-numeric:tabular-nums; }
.rating-badge__score small { font-size:1rem; font-weight:600; color:var(--muted); }
.rating-badge .stars { --sh:1.05rem; margin:3px 0 2px; }
.rating-badge__plat { font-family:var(--mono); font-size:.82rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--ink); }
.rating-badge__count { font-size:.9rem; color:var(--muted); }
.rating-badge .card__more { margin-top:12px; }
.testimonials { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-bottom:30px; text-align:left; }
@media (max-width:1024px){ .testimonials{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:640px){ .testimonials{ grid-template-columns:1fr; } }
.quote-card { background:#fff; border:1px solid var(--line); border-radius:var(--r-lg); box-shadow:var(--shadow-sm); padding:30px 26px 22px; position:relative; }
.quote-card blockquote { margin:.9rem 0 .9rem; }
.quote-card blockquote p { margin:0; font-size:1.05rem; }
.quote-card cite { font-style:normal; font-family:var(--mono); font-size:.72rem; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); }

/* Lead-Formular (navy): Vorteils-Punkte hell, Häkchen gold */
.section--navy .trust-row li { color:#cfd3da; }
.section--navy .trust-row svg { color: var(--gold); }

/* Footer: weiße Wappen-Version, etwas größer für Lesbarkeit */
.site-footer .brand__mark { width:44px; height:44px; }

/* Sternchen-Hinweis (Blickfang-Fußnote, §5 UWG) */
.fn { font-size:.8rem; line-height:1.5; color:var(--muted); margin:14px 0 0; max-width:58ch; }


/* ---------- Zweizeiliger Header (Desktop): oben Marke + Kontakt + CTA, darunter ruhige Menüzeile ---------- */
@media (min-width: 941px){
  .site-header__inner { flex-wrap: wrap; min-height: 0; padding-top: 12px; gap: 0 20px; }
  .brand { margin-right: auto; }
  .header-cta { order: 2; }
  .header-cta .btn { white-space: nowrap; }
  .nav { order: 3; flex-basis: 100%; margin-left: 0; border-top: 1px solid var(--line); margin-top: 12px; }
  .nav__list { justify-content: center; gap: clamp(6px, 2.2vw, 30px); padding: 2px 0; }
  .nav__link { font-size: .8rem; padding: 13px 12px; }
}

/* Formular-Fehlermeldung (Client- und Server-Fehler) */
.form__error { background:#fdf0ef; border:2px solid var(--red); color:var(--red); padding:12px 14px; border-radius:var(--r); font-weight:600; margin:0 0 14px; }

/* Google Maps: DSGVO-Zwei-Klick (Karte lädt erst nach Klick) */
.map-consent { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; text-align:center;
  min-height:300px; background:var(--paper-2); border:1px solid var(--line-2); border-radius:var(--r-lg); padding:28px; }
.map-consent p { margin:0; color:var(--muted); font-size:.95rem; max-width:46ch; }

/* Bewertungs-Liste im Footer (dunkler Grund): Plattformen untereinander mit Sternen */
.footer-trust { border-top:1px solid var(--line-ink); margin-top:20px; padding-top:16px; }
.footer-trust__head { color:#b6bbc4; font-size:.9rem; margin:0 0 10px; }
.footer-trust__list { list-style:none; margin:0; padding:0; display:grid; gap:7px; }
.footer-trust__list li { margin:0; font-size:.95rem; }
.footer-trust__stars { --sh:.92rem; margin-right:8px; }
.footer-trust__list a { color:#fff; }
.footer-trust__list a:hover { color:var(--gold-soft); }
.footer-trust__list small { color:#b6bbc4; margin-left:4px; }
.footer-trust__social { margin-top:6px; color:#b6bbc4; }

/* WhatsApp-Nummern-Text im Markengrün (Header, Footer, Inline-Links) –
   Buttons und die grüne Mobil-Leiste behalten ihre Kontrastfarben */
a[href*="wa.me"]:not(.btn):not(.is-whatsapp) { color:#0f7a42; }
a[href*="wa.me"]:not(.btn):not(.is-whatsapp):hover { color:#0c6136; }

/* Nachweis-Karten (Bewerbungsmappe): kleine Urkunden-Optik */
.nachweise__head { margin-bottom: 2px; }
.nachweise__grid { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; margin-top:12px; }
@media (max-width:560px){ .nachweise__grid{ grid-template-columns:1fr; } }
.nachweis { position:relative; background:#fff; border:1px solid var(--line-2); border-top:3px solid var(--gold);
  border-radius:var(--r); padding:12px 14px 12px 44px; font-weight:600; font-size:.95rem; line-height:1.4; box-shadow:var(--shadow-sm); }
.nachweis svg { position:absolute; left:13px; top:13px; width:20px; height:20px; color:var(--gold-deep); }
.nachweis small { display:block; font-weight:400; color:var(--muted); font-size:.8rem; margin-top:2px; }
.nachweis--ihk { grid-column:1/-1; background:var(--ink); border-color:var(--ink); border-top-color:var(--gold); color:#fff; }
.nachweis--ihk svg { color:var(--gold-soft); }
.nachweis--ihk small { color:#b6bbc4; }

/* Schritt-Karten: nacheinander von links einfliegen (1 -> 2 -> 3 -> 4).
   Aktiv nur mit JS (.steps-anim) und ohne reduzierte Bewegung; sonst normal sichtbar. */
.steps-anim .step { opacity: 0; transform: translateY(12px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.steps-anim.steps-in .step { opacity: 1; transform: none; }
.steps-anim.steps-in .step:nth-child(2) { transition-delay: .08s; }
.steps-anim.steps-in .step:nth-child(3) { transition-delay: .16s; }
.steps-anim.steps-in .step:nth-child(4) { transition-delay: .24s; }

/* Einstiegs-Termine: Haupttermin fett, Folgetermin kleiner darunter */
.next-start2 { display:block; font-weight:400; font-size:.85em; opacity:.75; margin-top:2px; }

/* Galerie mit genau 2 Bildern: gleich groß nebeneinander, mobil untereinander */
.gallery--2 { grid-template-columns: repeat(2, 1fr); max-width: 860px; margin-inline: auto; }
.gallery picture, .gallery--2 picture { display: block; } /* picture als echte Grid-Zelle, sonst display:contents => Bilder stapeln */
.gallery--2 picture img { width: 100%; height: 100%; }
@media (max-width: 560px){ .gallery--2 { grid-template-columns: 1fr; } }

/* ---------- Mikro-Interaktionen „2026" (dezent, reduced-motion-sicher) ---------- */
@media (prefers-reduced-motion: no-preference) {
  /* FAQ-Accordions gleiten sanft auf statt zu springen (moderne Browser; sonst sofort offen) */
  html { interpolate-size: allow-keywords; }
  details.faq__item::details-content { block-size: 0; overflow: hidden;
    transition: block-size .32s var(--ease), content-visibility .32s allow-discrete; }
  details.faq__item[open]::details-content { block-size: auto; }
  /* Header bekommt beim Scrollen Tiefe */
  .site-header { transition: box-shadow .25s var(--ease); }
  .site-header.is-scrolled { box-shadow: 0 6px 24px rgba(22,25,30,.14); }
}

/* CERTQUA-Siegel */
.cert-seal-wrap { margin: 18px 0 0; }
.cert-seal { width: 190px; height: auto; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 10px; box-shadow: var(--shadow-sm); }
.footer-seal { float: right; width: 110px; height: auto; background: #fff; border-radius: 8px; padding: 6px; margin-left: 14px; }
@media (max-width: 560px){ .footer-seal { float: none; margin: 0 0 10px; } }

/* Wappen rollt beim Laden von rechts ein (wie eine Münze) */
.hero { overflow-x: clip; }
@media (prefers-reduced-motion: no-preference) {
  .hero__crest img {
    animation: crest-roll-in 1.05s cubic-bezier(.25,.85,.35,1) .15s backwards;
  }
  @keyframes crest-roll-in {
    from { transform: translateX(min(46vw, 350px)) rotate(1turn); opacity: 0; }
    35%  { opacity: 1; }
    to   { transform: translateX(0) rotate(0); opacity: 1; }
  }
}

/* Utilities – bewusst am Dateiende: gewinnen gegen Komponenten-Margins (.answer-first, .table-wrap …) */
.measure { max-width: 720px; }
.mx-auto { margin-inline: auto !important; }

/* Klickbarer Live-Chat-Eintrag (öffnet Superchat) */
[data-superchat-open] { cursor: pointer; }
.nap__item[data-superchat-open] b { background:linear-gradient(currentColor,currentColor) no-repeat 0 100% / 0 1.5px; transition:background-size .28s var(--ease); padding-bottom:1px; }
.nap__item[data-superchat-open]:hover b,
.nap__item[data-superchat-open]:focus-visible b { background-size:100% 1.5px; }
.nap__item[data-superchat-open]:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; }

/* Mobil-Robustheit: Grid-/Flex-Kinder dürfen unter Inhaltsbreite schrumpfen */
.split > *, .transit__planner-row > * { min-width: 0; }
.transit__planner-row input { width: 100%; }
/* Lange deutsche Wörter (z. B. "Datenschutzerklärung") auf schmalen Screens trennen */
@media (max-width: 640px) {
  h1, h2, h3 { hyphens: auto; overflow-wrap: break-word; }
}

/* Stichpunkte in Kurz-gesagt-Boxen */
.answer-first ul { margin: 8px 0 0; padding-left: 1.15em; }
.answer-first ul.ticks, .note ul.ticks { padding-left: 0; }
.answer-first li { font-size: 1.05rem; color: var(--ink); margin: .4em 0; }

/* Hero-H1 neben Bild: eine Stufe kleiner, damit lange Titel ruhig umbrechen */
.hero__inner h1, .split h1 { font-size: clamp(2.1rem, 1.2rem + 2.8vw, 3.4rem); }

/* Schlanke Text-Heroes (nur Überschrift + Einleitung, ohne Bild/Buttons):
   weniger Leerraum zur Folgesektion */
main > section:first-of-type:has(h1):not(:has(img, .split, .hero__inner)) {
  padding-bottom: clamp(18px, 2.2vw, 32px);
}

/* FAQ-/Quiz-Listen: sitewide einheitlich schmale, zentrierte Lesespalte */
.faq { max-width: 720px; margin-inline: auto; }

/* Feinschliff: Touch-Feedback, Fokus, Details */
a { transition: color .15s var(--ease); }
[id] { scroll-margin-top: 96px; }
.card:active, .faq__q:active, .termin-slot:active { background: var(--paper-2); }
.section--navy :focus-visible, .site-footer :focus-visible, .cta-band :focus-visible, .transit :focus-visible { outline-color: var(--gold-soft); }
.factlist dd, .trust-fact b, .data td,
.free, .keyfacts, .rating-line .score, .quote-card__ratings, .quote-card__ratings b,
.transit-sign__body, .termin-day .dt, .price, .stat { font-variant-numeric: tabular-nums; }
.map-embed { border: 1px solid var(--line); border-radius: var(--r-lg); }
.section--navy .trust-row { color: #e8edf3; }
@media (prefers-reduced-motion: no-preference) {
  .card__more svg { transition: transform .2s var(--ease); }
  .card--link:hover .card__more svg, .card:hover .card__more svg { transform: translateX(3px); }
  .faq__item[open] .faq__a { animation: faqFade .25s var(--ease); }
  @keyframes faqFade { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
}

/* Factbox-Zellen duerfen schrumpfen (schmale Screens) */
.factbox dl > div, .factbox dt, .factbox dd, .keyfacts li { min-width: 0; }
.factbox dd { overflow-wrap: break-word; }

/* Solo-Bewertungskarte: Sterne, Anführungszeichen, Bewertungs-Kontext (wirkt nicht mehr verloren) */
.quote-card--solo { max-width: 680px; margin-inline: auto; padding: 34px 34px 26px; }
.quote-card--solo::before { content: "\201C"; position: absolute; top: 6px; left: 20px; font-size: 4.5rem; line-height: 1; color: var(--gold-soft); opacity: .55; font-family: Georgia, "Times New Roman", serif; pointer-events: none; }
.quote-card__stars { --sh:1.12rem; margin: 0 0 8px; }
.quote-card--solo blockquote { position: relative; }
.quote-card__ratings { margin: 18px 0 0; padding-top: 14px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: .72rem; letter-spacing: .03em; text-transform: uppercase; color: var(--muted); display: flex; flex-wrap: wrap; gap: 6px 18px; }
.quote-card__ratings b { color: var(--ink); }
.quote-card__ratings a { color: var(--gold-deep); }

/* AZAV-Siegel (Vertrauensgrafik) */
.azav-badge { display:block; width:150px; margin:0 auto 20px; }
.azav-badge img { width:100%; height:auto; display:block; filter: drop-shadow(0 8px 18px rgba(22,25,30,.14)); }
@media (max-width:560px){ .azav-badge { width:124px; } }
.azav-why { display:flex; gap:30px; align-items:center; }
.azav-why .azav-badge { flex:0 0 160px; width:160px; margin:0; }
@media (max-width:640px){ .azav-why { flex-direction:column; gap:20px; text-align:center; } .azav-why .azav-badge { flex-basis:auto; } }

/* Rechtstexte (Impressum/Datenschutz): breitere, angenehme Lesespalte statt schmaler 720px */
.measure--legal { max-width: 920px; }
.measure--legal .prose { max-width: none; }


/* Sektionskopf aus .prose zentriert (Kopf mittig über zentriertem Inhalt, Body bleibt links) */
.prose--sec { margin-inline: auto; }
.prose--sec > h2:first-child { text-align: center; }

/* Karte als Marken-Vorschau: eigenes Wappen als Pin am Standort */
.map-frame { position: relative; }
.map-frame .map-embed { display: block; }
.map-pin { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -100%); z-index: 3; pointer-events: none; }
.map-pin img { display: block; width: 42px; height: 42px; border-radius: 50%; background: #fff; padding: 3px; border: 1.5px solid var(--navy); box-shadow: 0 4px 10px rgba(22,25,30,.35); }
.map-pin::after { content: ""; display: block; width: 0; height: 0; margin: -2px auto 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 10px solid var(--navy); }
