/* ═══════════════════════════════════════════════════════════════
   Held Hören & Sehen – Landingpages Schweiz

   Gestaltung angelehnt an held-hoeren-sehen.de:
   grüne Infoleiste (#76b82d), weisse Kopfleiste, Überschriften #333,
   Fliesstext grau, Flächen #f6f6f6, eckige Schaltflächen in Versalien,
   Footer #3c3c3b. Hören = Grün, Sehen = Blau (#61c5f1).

   Schaltflächen und Akzenttexte sind eine Stufe tiefer gesetzt als die
   Markenfarben, damit weisse Schrift und Text auf Weiss lesbar bleiben.
   ═══════════════════════════════════════════════════════════════ */

@font-face { font-family: 'Titillium Web'; src: url('../fonts/titillium-web-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Titillium Web'; src: url('../fonts/titillium-web-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Titillium Web'; src: url('../fonts/titillium-web-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  /* Marke */
  --gruen:        #76b82d;
  --gruen-btn:    #4a8519;   /* weisse Schrift darauf, 4,5:1 */
  --gruen-titel:  #68a526;   /* grosse Akzentschrift auf Weiss */
  --gruen-text:   #4a8519;   /* kleine Akzentschrift auf Weiss */
  --gruen-dunkel: #3f7a16;
  --gruen-blass:  #eff7e6;
  --blau:         #61c5f1;
  --blau-btn:     #1b75a8;   /* weisse Schrift darauf, 5,1:1 */
  --blau-titel:   #2590c7;
  --blau-text:    #1b75a8;
  --blau-dunkel:  #155f8a;
  --blau-blass:   #e9f6fd;

  --akzent:        var(--gruen);
  --akzent-btn:    var(--gruen-btn);
  --akzent-titel:  var(--gruen-titel);
  --akzent-text:   var(--gruen-text);
  --akzent-dunkel: var(--gruen-dunkel);
  --akzent-blass:  var(--gruen-blass);
  --tint:          rgba(118, 184, 45, .60);
  --hero-schatten: 36, 70, 10;
  --verlauf:       url('../img/verlauf-gruen-1600.webp');

  /* Neutral wie im Original */
  --titel:   #333333;
  --text:    #555555;
  --grau:    #666666;   /* 5,7:1 auf Weiss, 5,3:1 auf Fläche */
  --flaeche: #f6f6f6;
  --linie:   #e3e3e3;
  --fuss:    #3c3c3b;

  --schrift: 'Titillium Web', Helvetica, Arial, sans-serif;
  --maxbreite: 1180px;

  --sch-sm: 0 2px 8px rgba(0,0,0,.05);
  --sch-md: 0 8px 24px rgba(0,0,0,.08);
  --sch-lg: 0 18px 44px rgba(0,0,0,.13);
}

.thema-sehen {
  --akzent:        var(--blau);
  --akzent-btn:    var(--blau-btn);
  --akzent-titel:  var(--blau-titel);
  --akzent-text:   var(--blau-text);
  --akzent-dunkel: var(--blau-dunkel);
  --akzent-blass:  var(--blau-blass);
  --tint:          rgba(97, 197, 241, .55);
  --hero-schatten: 8, 52, 82;
  --verlauf:       url('../img/verlauf-blau-1600.webp');
}

/* ── Grundlagen ─────────────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; -webkit-text-size-adjust: 100%; }
body { background: #fff; color: var(--text); font-family: var(--schrift); font-size: 18px; line-height: 1.7; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
p a:not([class]), li a:not([class]), .faq-a a:not([class]) { color: var(--akzent-text); font-weight: 600; text-underline-offset: 3px; }
p a:not([class]):hover, li a:not([class]):hover { color: var(--titel); }
:focus-visible { outline: 3px solid var(--akzent-text); outline-offset: 3px; }
strong { font-weight: 700; color: var(--titel); }
ul, ol { list-style: none; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 300; background: var(--titel); color: #fff; padding: 12px 18px; font-weight: 700; }
.skip:focus { top: 16px; }
.seitenbreite { max-width: var(--maxbreite); margin: 0 auto; width: 100%; padding-left: 28px; padding-right: 28px; }

/* ── Typografie ─────────────────────────────────────────────── */
h1, h2, h3, h4 { color: var(--titel); line-height: 1.15; font-weight: 600; }
h2.titel { font-size: clamp(32px, 4vw, 48px); margin-bottom: 18px; }
h2.titel .akzent { color: var(--akzent-titel); }
h3 { font-size: 22px; margin-bottom: 8px; }
.lead { font-size: 20px; color: var(--text); max-width: 780px; }
.fliesstext p + p { margin-top: 16px; }
.klein { font-size: 15px; color: var(--grau); }

/* Vorzeile mit Balken – wie die Farbbalken auf der Hauptseite */
.eyebrow {
  display: flex; align-items: center; gap: 14px;
  font-size: 14px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--titel); margin-bottom: 14px;
}
.eyebrow::before { content: ''; width: 46px; height: 6px; background: var(--akzent); flex-shrink: 0; }
.sek-kopf { margin-bottom: 48px; max-width: 820px; }

/* ── Schaltflächen ──────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 15px 32px; border: 0; border-radius: 0; cursor: pointer;
  background: var(--akzent-btn); color: #fff;
  font-family: inherit; font-size: 15px; font-weight: 700; line-height: 1.2;
  letter-spacing: .14em; text-transform: uppercase; text-decoration: none;
  transition: background .25s, color .25s, transform .25s, box-shadow .25s;
}
.btn:hover { background: var(--akzent-dunkel); transform: translateY(-2px); box-shadow: var(--sch-md); }
.btn:active { transform: translateY(0); }
.btn:focus-visible { outline: 3px solid var(--titel); outline-offset: 3px; }
.btn svg { width: 20px; height: 20px; flex-shrink: 0; }
.btn--weiss { background: #fff; color: var(--akzent-text); }
.btn--weiss:hover { background: var(--akzent-blass); color: var(--akzent-dunkel); }
.btn--rahmen-weiss { background: transparent; color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,.9); }
.btn--rahmen-weiss:hover { background: rgba(255,255,255,.14); box-shadow: inset 0 0 0 2px #fff; }
.btn--rahmen { background: transparent; color: var(--akzent-text); box-shadow: inset 0 0 0 2px var(--akzent-btn); }
.btn--rahmen:hover { background: var(--akzent-blass); color: var(--akzent-dunkel); box-shadow: inset 0 0 0 2px var(--akzent-btn); }
.btn--klein { min-height: 46px; padding: 11px 20px; font-size: 14px; }

/* ── Infoleiste ─────────────────────────────────────────────── */
.infoleiste { background: var(--gruen-btn); color: #fff; font-size: 14px; font-weight: 600; }
.infoleiste .seitenbreite { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 36px; }
.infoleiste a { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; }
.infoleiste a:hover { text-decoration: underline; }
.infoleiste svg { width: 15px; height: 15px; }
.infoleiste-links { display: flex; gap: 24px; }
@media (max-width: 700px) {
  .infoleiste-rechts, .infoleiste .nur-breit { display: none; }
}

/* ── Kopfleiste ─────────────────────────────────────────────── */
.kopf { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.06); transition: box-shadow .3s; }
.kopf.is-stuck { box-shadow: 0 4px 18px rgba(0,0,0,.09); }
.kopf-innen { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 104px; transition: height .3s; }
.kopf.is-stuck .kopf-innen { height: 76px; }
.logo { display: block; flex-shrink: 0; }
.logo img { height: 74px; width: auto; transition: height .3s; }
.kopf.is-stuck .logo img { height: 56px; }
.hauptnav ul { display: flex; align-items: center; gap: 30px; }
.hauptnav ul a { display: block; padding: 8px 0; color: #666; font-size: 16px; font-weight: 600; text-decoration: none; transition: color .2s; }
.hauptnav ul a:hover, .hauptnav ul a.aktiv { color: var(--gruen-text); }
.thema-sehen .hauptnav ul a.aktiv { color: var(--blau-text); }
/* Desktop: Anrufen-Knopf neben dem Menü, bleibt beim Scrollen sichtbar */
.hauptnav { display: flex; align-items: center; gap: 30px; }
.nav-tel { flex-shrink: 0; }
.menue-knopf { display: none; position: relative; width: 50px; height: 50px; border: 0; background: transparent; cursor: pointer; }
.menue-knopf span, .menue-knopf span::before, .menue-knopf span::after {
  position: absolute; left: 50%; width: 28px; height: 3px; margin-left: -14px; background: var(--gruen-btn); content: ''; transition: transform .25s, background .25s;
}
.menue-knopf span { top: 50%; margin-top: -1.5px; }
.menue-knopf span::before { top: -9px; left: 0; margin-left: 0; }
.menue-knopf span::after { top: 9px; left: 0; margin-left: 0; }

@media (max-width: 980px) {
  .kopf-innen { height: 84px; }
  .logo img { height: 62px; }
  .menue-knopf { display: block; }
  .hauptnav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-top: 3px solid var(--gruen); box-shadow: var(--sch-lg); padding: 10px 28px 26px; }
  body.nav-offen .hauptnav { display: block; }
  .hauptnav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .hauptnav ul a { padding: 14px 0; font-size: 19px; border-bottom: 1px solid var(--linie); }
  .nav-tel { display: flex; margin-top: 18px; width: 100%; }
  body.nav-offen .menue-knopf span { background: transparent; }
  body.nav-offen .menue-knopf span::before { transform: translateY(9px) rotate(45deg); }
  body.nav-offen .menue-knopf span::after { transform: translateY(-9px) rotate(-45deg); }
}

/* ── Hero ───────────────────────────────────────────────────── */
.hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: var(--akzent-dunkel); display: flex; align-items: center; min-height: max(620px, 70vh); }
.hero-bild { position: absolute; inset: 0; z-index: -3; }
.hero-bild img { width: 100%; height: 100%; object-fit: cover; object-position: var(--fokus, 50% 50%); }
/* Farbton wie der Slider der Hauptseite */
.hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background: var(--tint); mix-blend-mode: multiply; }
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(var(--hero-schatten), .80) 0%, rgba(var(--hero-schatten), .58) 45%, rgba(var(--hero-schatten), .12) 80%, rgba(var(--hero-schatten), 0) 100%);
}
.hero-innen { display: grid; grid-template-columns: 1.3fr .7fr; gap: 48px; align-items: center; padding-top: 80px; padding-bottom: 80px; }
.hero-label {
  display: inline-block; margin-bottom: 18px; padding: 5px 16px; border-radius: 999px;
  background: rgba(0,0,0,.35); font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.hero-titel { color: #fff; font-size: clamp(38px, 5vw, 62px); line-height: 1.08; margin-bottom: 20px; text-shadow: 0 2px 12px rgba(0,0,0,.22); }
.hero-titel .akzent { color: #fff; }
.hero-lead { font-size: clamp(19px, 1.6vw, 21px); max-width: 640px; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.35); }
.hero-knoepfe { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.brotkrumen { margin-bottom: 22px; font-size: 15px; }
.brotkrumen ol { display: flex; flex-wrap: wrap; }
.brotkrumen li { display: flex; align-items: center; color: rgba(255,255,255,.9); }
.brotkrumen li + li::before { content: '›'; margin: 0 10px; opacity: .8; }
.brotkrumen li a { color: #fff; font-weight: 600; text-decoration: none; }
.brotkrumen li a:hover { color: #fff; text-decoration: underline; }

.blick { background: #fff; color: var(--text); padding: 28px 30px; box-shadow: var(--sch-lg); border-top: 6px solid var(--akzent); }
.blick-titel { font-size: 14px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--titel); margin-bottom: 10px; }
.haken-liste li { position: relative; padding-left: 34px; margin: 11px 0; line-height: 1.4; }
.haken-liste li svg { position: absolute; left: 0; top: 1px; width: 22px; height: 22px; color: var(--akzent-text); }
.blick .haken-liste li { font-weight: 600; color: var(--titel); }
.haken-liste small { display: block; font-weight: 400; font-size: 15px; color: var(--grau); }

@media (max-width: 980px) {
  .hero { min-height: 0; }
  .hero-innen { grid-template-columns: 1fr; gap: 32px; padding-top: 56px; padding-bottom: 56px; }
  .hero::after { background: linear-gradient(180deg, rgba(var(--hero-schatten), .78) 0%, rgba(var(--hero-schatten), .70) 100%); }
}
@media (max-width: 560px) {
  .hero-knoepfe .btn { width: 100%; }
  .eyebrow { font-size: 13px; letter-spacing: .1em; }
}

/* ── Wechsel Hören / Sehen ──────────────────────────────────── */
.ortwechsel { background: #fff; border-bottom: 1px solid var(--linie); }
.ortwechsel-raster { display: grid; grid-template-columns: 1fr 1fr; }
.ortwechsel a { display: flex; align-items: center; gap: 18px; padding: 22px 24px; text-decoration: none; color: var(--titel); border-bottom: 5px solid transparent; transition: background .2s; }
.ortwechsel a:hover { background: var(--flaeche); }
.ow-hoeren[aria-current="page"] { border-bottom-color: var(--gruen); }
.ow-sehen[aria-current="page"] { border-bottom-color: var(--blau); }
.ow-icon { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; color: #fff; flex-shrink: 0; }
.ow-hoeren .ow-icon { background: var(--gruen); }
.ow-sehen .ow-icon { background: var(--blau); }
.ow-icon svg { width: 30px; height: 30px; }
.ow-titel { display: block; font-size: 24px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; line-height: 1.1; }
.ow-text { display: block; font-size: 15px; color: var(--grau); line-height: 1.35; margin-top: 3px; }
.ortwechsel a:not([aria-current]) .ow-text::after { content: ' →'; }
@media (max-width: 640px) {
  .ortwechsel a { padding: 16px 12px; gap: 10px; flex-direction: column; text-align: center; }
  .ow-icon { width: 48px; height: 48px; }
  .ow-icon svg { width: 24px; height: 24px; }
  .ow-titel { font-size: 18px; }
  .ow-text { font-size: 13px; }
}

/* ── Kennzahlen ─────────────────────────────────────────────── */
/* dunkles Band unter dem Städte-Block */
.kennzahlen { background: var(--fuss); color: #fff; }
.kennzahlen-raster { display: grid; grid-template-columns: repeat(4, 1fr); }
.kennzahl { display: flex; gap: 16px; align-items: center; padding: 30px 20px; border-left: 1px solid rgba(255,255,255,.12); }
.kennzahl:first-child { border-left: 0; }
.kennzahl-icon { width: 54px; height: 54px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; background: var(--akzent); }
.kennzahl-icon svg { width: 26px; height: 26px; color: #fff; }
.kennzahl-wert { font-size: 26px; font-weight: 600; line-height: 1.05; color: #fff; }
.kennzahl-text { font-size: 15px; color: rgba(255,255,255,.75); line-height: 1.3; }
@media (max-width: 980px) {
  .kennzahlen-raster { grid-template-columns: 1fr 1fr; }
  .kennzahl:nth-child(3) { border-left: 0; }
  .kennzahl:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.12); }
}
@media (max-width: 560px) {
  .kennzahl { flex-direction: column; align-items: flex-start; gap: 10px; padding: 20px 14px; }
  .kennzahl-icon { width: 44px; height: 44px; }
  .kennzahl-wert { font-size: 22px; }
}

/* ── Sektionen ──────────────────────────────────────────────── */
.sek { padding: 96px 0; }
.sek-weiss { background: #fff; }
.sek-grau { background: var(--flaeche); }
.sek-verlauf { color: #fff; background: var(--akzent-dunkel) var(--verlauf) center / cover no-repeat; }
.sek-verlauf h2.titel, .sek-verlauf .lead, .sek-verlauf .eyebrow { color: #fff; }
.sek-verlauf .lead { text-shadow: 0 1px 3px rgba(0,0,0,.25); }
.sek-verlauf h2.titel .akzent { color: #fff; }
.sek-verlauf .eyebrow::before { background: #fff; }
.sek-verlauf .hinweis, .sek-verlauf .hinweis a { color: #fff; }
@media (max-width: 768px) { .sek { padding: 64px 0; } .sek-kopf { margin-bottom: 34px; } }

/* ── Raster und Karten ──────────────────────────────────────── */
.raster { display: grid; gap: 24px; }
.raster-2 { grid-template-columns: repeat(2, 1fr); }
.raster-3 { grid-template-columns: repeat(3, 1fr); }
.raster-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1040px) { .raster-3, .raster-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .raster-2, .raster-3, .raster-4 { grid-template-columns: 1fr; } }

.kachel { background: #fff; border: 1px solid var(--linie); padding: 30px 26px; color: var(--text); transition: box-shadow .25s, transform .25s, border-color .25s; }
.kachel:hover { box-shadow: var(--sch-lg); transform: translateY(-4px); border-color: var(--akzent); }
.kachel p { font-size: 17px; }
.kachel-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--akzent); display: grid; place-items: center; margin-bottom: 18px; }
.kachel-icon svg { width: 30px; height: 30px; color: #fff; }
.kachel-zahl { font-size: 34px; font-weight: 600; line-height: 1.05; color: var(--akzent-titel); margin-bottom: 6px; }
.sek-verlauf .kachel { border-color: transparent; box-shadow: var(--sch-md); }
.stapel { display: grid; gap: 16px; }
.kachel--quer { display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: start; padding: 24px; }
.kachel--quer .kachel-icon { margin-bottom: 0; }
.kachel--quer h3 { font-size: 21px; }
.hinweis { margin-top: 26px; font-size: 16px; }
.hinweis a { white-space: nowrap; }

/* ── Zweispaltig ────────────────────────────────────────────── */
.zweispaltig { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: start; }
.zweispaltig--mitte { align-items: center; }
@media (max-width: 960px) { .zweispaltig { grid-template-columns: 1fr; gap: 40px; } }
.bildrahmen { box-shadow: var(--sch-lg); }
.bildrahmen img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.seitenkasten { background: var(--flaeche); padding: 32px 34px; border-top: 6px solid var(--akzent); }
.seitenkasten h3 { margin-bottom: 14px; }
.datenliste > div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--linie); }
.datenliste > div:last-child { border-bottom: 0; }
.datenliste dt { font-size: 17px; }
.datenliste dd { font-weight: 700; color: var(--titel); text-align: right; font-size: 17px; }
.quelle { margin-top: 14px; font-size: 14px; color: var(--grau); line-height: 1.5; }
.quelle a { color: var(--grau); }

/* ── Vergleich Schweiz / Held ───────────────────────────────── */
.vergleich { display: grid; grid-template-columns: 1fr 1fr; box-shadow: var(--sch-lg); }
.vergleich-spalte { padding: 36px 34px; }
.vergleich-spalte h3 { font-size: 24px; margin-bottom: 4px; }
.vergleich-spalte .klein { margin-bottom: 18px; }
.vergleich-spalte--ch { background: #fff; border: 1px solid var(--linie); }
.vergleich-spalte--held { background: linear-gradient(135deg, var(--gruen-btn) 0%, var(--gruen-dunkel) 100%); color: #fff; }
.vergleich-spalte--held h3 { color: #fff; }
.vergleich-spalte--held .klein { color: #fff; }
.vergleich-liste li { position: relative; padding: 11px 0 11px 34px; border-top: 1px solid var(--linie); line-height: 1.45; }
.vergleich-spalte--held .vergleich-liste li { border-top-color: rgba(255,255,255,.2); }
.vergleich-liste li svg { position: absolute; left: 0; top: 12px; width: 22px; height: 22px; }
.vergleich-spalte--ch svg { color: var(--grau); }
.vergleich-spalte--held svg { color: #fff; }
.vergleich-liste sup a { color: inherit; }
@media (max-width: 820px) { .vergleich { grid-template-columns: 1fr; } }

/* ── Ablauf ─────────────────────────────────────────────────── */
.schiene { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; position: relative; }
.schiene-linie { position: absolute; top: 28px; left: 28px; right: 28px; height: 3px; background: var(--akzent); opacity: .35; }
.schritt { position: relative; }
.schritt-nr { width: 58px; height: 58px; border-radius: 50%; margin-bottom: 18px; display: grid; place-items: center; font-size: 22px; font-weight: 700; color: #fff; background: var(--akzent-btn); box-shadow: 0 0 0 6px #fff; }
.sek-grau .schritt-nr { box-shadow: 0 0 0 6px var(--flaeche); }
.schritt h3 { font-size: 21px; }
.schritt p { font-size: 17px; }
@media (max-width: 1040px) { .schiene { grid-template-columns: 1fr 1fr; row-gap: 36px; } .schiene-linie { display: none; } }
@media (max-width: 560px) { .schiene { grid-template-columns: 1fr; } }

/* ── CTA-Band ───────────────────────────────────────────────── */
.cta-band { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px 32px; margin-top: 48px; padding: 28px 32px; background: #fff; border-left: 6px solid var(--akzent); box-shadow: var(--sch-md); }
.cta-text { font-size: 24px; font-weight: 600; line-height: 1.25; color: var(--titel); max-width: 700px; }
.cta-text span { color: var(--akzent-titel); }
@media (max-width: 768px) { .cta-band { padding: 24px 20px; } .cta-band .btn { width: 100%; } .cta-text { font-size: 21px; } }

/* ── Anfahrt und Karte ──────────────────────────────────────── */
.anfahrt { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: start; }
@media (max-width: 1040px) { .anfahrt { grid-template-columns: 1fr; } }
.landkarte { background: #fff; border: 1px solid var(--linie); padding: 12px; }
.landkarte svg { width: 100%; height: auto; }
.landkarte figcaption { font-size: 14px; color: var(--grau); padding: 8px 6px 2px; line-height: 1.45; }
.legende { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 14px; color: var(--grau); padding: 10px 6px 0; }
.legende span { display: inline-flex; align-items: center; gap: 8px; }
.legende i { display: inline-block; width: 22px; height: 0; border-top: 4px solid; }
.legende .l-route { border-color: var(--akzent-btn); }
.legende .l-fluss { border-color: #8ecdf0; }
.legende .l-grenze { border-top: 2px dashed #9a9a9a; }
.lk-grenze { fill: none; stroke: #a0a0a0; stroke-width: 1.6; stroke-dasharray: 6 5; }
.lk-fluss { fill: none; stroke: #9fd6f3; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.lk-fluss--klein { stroke-width: 2.4; }
.lk-route { fill: none; stroke: var(--akzent-btn); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.lk-route-schatten { fill: none; stroke: #fff; stroke-width: 9; stroke-linecap: round; stroke-linejoin: round; }
.lk-ort circle { fill: #fff; stroke: #777; stroke-width: 2; }
.lk-ort text { font-size: 13px; font-weight: 600; fill: #555; paint-order: stroke; stroke: #fff; stroke-width: 4px; stroke-linejoin: round; }
.lk-ort a:hover circle, .lk-ort a:focus circle { stroke: var(--akzent-btn); stroke-width: 3; }
.lk-ort a:hover text, .lk-ort a:focus text { fill: var(--akzent-text); }
.lk-ort--aktiv circle { fill: var(--akzent); stroke: var(--akzent-dunkel); stroke-width: 3; }
.lk-ort--aktiv text { font-size: 16px; font-weight: 700; fill: var(--titel); }
.lk-held circle { fill: var(--gruen); stroke: #fff; stroke-width: 3; }
.lk-held text { font-size: 15px; font-weight: 700; fill: var(--titel); paint-order: stroke; stroke: #fff; stroke-width: 5px; }
.lk-massstab line { stroke: var(--titel); stroke-width: 2; }
.lk-massstab text { font-size: 12px; font-weight: 600; fill: var(--text); }
.wege { display: grid; gap: 16px; }
.weg { display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start; background: #fff; border: 1px solid var(--linie); padding: 22px 24px; }
.weg-icon { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--akzent); }
.weg-icon svg { width: 26px; height: 26px; color: #fff; }
.weg h3 { font-size: 20px; margin-bottom: 4px; }
.weg-zahl { color: var(--akzent-text); }
.weg p { font-size: 17px; }
.adresse-zeile { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; }

/* ── Team ───────────────────────────────────────────────────── */
.team-karte { background: #fff; border: 1px solid var(--linie); transition: box-shadow .25s, transform .25s; }
.team-karte:hover { box-shadow: var(--sch-lg); transform: translateY(-4px); }
.team-karte img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 20%; }
.team-text { padding: 18px 20px 22px; }
.team-text h3 { font-size: 21px; margin-bottom: 2px; }
.team-rolle { color: var(--akzent-text); font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: .06em; }
.team-text p { font-size: 16px; margin-top: 8px; line-height: 1.5; }
.team-karte--link { display: block; text-decoration: none; color: inherit; }
.team-karte--link img { object-position: 50% 50%; }
.team-karte--link h3 { display: flex; align-items: center; gap: 8px; }
.team-karte--link svg { width: 22px; height: 22px; color: var(--akzent-text); }

/* ── Hörheld ────────────────────────────────────────────────── */
.hoerheld-box { display: grid; grid-template-columns: .9fr 1.1fr; background: var(--fuss); color: #fff; box-shadow: var(--sch-lg); }
.hoerheld-box > img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.hoerheld-text { padding: 46px 46px; }
.hoerheld-text h2.titel { color: #fff; }
.hoerheld-text h2.titel .akzent { color: var(--gruen); }
.hoerheld-text p { color: rgba(255,255,255,.88); }
/* Logo hat weisse und dunkle Buchstaben – auf Grün lesen sich beide */
.hoerheld-logo { height: 56px; width: auto; margin-bottom: 22px; padding: 9px 14px; background: var(--gruen); }
.hoerheld-text .haken-liste { margin: 20px 0 26px; }
.hoerheld-text .haken-liste li svg { color: var(--gruen); }
.hoerheld-text .hoerheld-kontakt { font-size: 17px; margin-bottom: 4px; }
.hoerheld-text p a:not([class]) { color: #fff; }
.hoerheld-text p a:not([class]):hover { color: var(--gruen); }
@media (max-width: 900px) { .hoerheld-box { grid-template-columns: 1fr; } .hoerheld-text { padding: 32px 24px; } .hoerheld-box > img { min-height: 0; aspect-ratio: 3/2; } }

/* ── Fragen ─────────────────────────────────────────────────── */
.faq { display: grid; gap: 12px; max-width: 940px; }
.faq-item { background: #fff; border: 1px solid var(--linie); border-left: 5px solid var(--linie); transition: border-color .25s, box-shadow .25s; }
.faq-item:hover, .faq-item[open] { border-left-color: var(--akzent); box-shadow: var(--sch-sm); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 20px 24px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q { font-size: 20px; font-weight: 600; margin: 0; line-height: 1.35; }
.faq-plus { width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; background: var(--akzent-btn); color: #fff; transition: transform .25s; }
.faq-plus svg { width: 18px; height: 18px; }
.faq-item[open] .faq-plus { transform: rotate(45deg); }
.faq-a { padding: 0 24px 22px; }
.faq-a p + p { margin-top: 10px; }

/* ── Gemeinden und Querverweise ─────────────────────────────── */
.orte { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; }
.ort-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #fff; border: 1px solid var(--linie); padding: 16px 18px; text-decoration: none; transition: border-color .2s, box-shadow .2s; }
.ort-link:hover { border-color: var(--akzent); box-shadow: var(--sch-md); }
.ort-link strong { display: block; font-size: 18px; line-height: 1.25; font-weight: 600; }
.ort-link span { font-size: 15px; color: var(--grau); }
.ort-link svg { width: 22px; height: 22px; color: var(--akzent-text); flex-shrink: 0; }
.querverweis { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }
@media (max-width: 760px) { .querverweis { grid-template-columns: 1fr; } }
.querverweis a { display: flex; gap: 18px; align-items: center; padding: 22px 24px; text-decoration: none; background: #fff; border: 1px solid var(--linie); transition: border-color .2s, box-shadow .2s; }
.querverweis a:hover { box-shadow: var(--sch-md); border-color: var(--akzent); }
.querverweis .kachel-icon { margin: 0; flex-shrink: 0; }
.querverweis strong { display: block; font-size: 20px; line-height: 1.25; font-weight: 600; }
.querverweis span { color: var(--text); font-size: 16px; }
.quer-sehen .kachel-icon { background: var(--blau); }
.quer-hoeren .kachel-icon { background: var(--gruen); }

/* ── Kontakt wie auf der Hauptseite ─────────────────────────── */
.kontakt-sek { position: relative; isolation: isolate; padding: 96px 0; color: #fff; background: #222 url('../img/geschaeft-lounge-1600.webp') center / cover no-repeat; }
.kontakt-sek::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.9) 5%, rgba(0,0,0,.55) 60%, rgba(0,0,0,.3) 100%); }
.kontakt-raster { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: center; }
@media (max-width: 960px) { .kontakt-raster { grid-template-columns: 1fr; } }
.kontakt-box { display: inline-block; background: var(--gruen-btn); padding: 30px 38px; margin-bottom: 28px; }
.kontakt-box h2 { color: #fff; font-size: clamp(34px, 4.4vw, 54px); line-height: 1.08; }
.kontakt-lead { font-size: 19px; color: rgba(255,255,255,.9); max-width: 620px; margin-bottom: 24px; }
.kontakt-daten { display: grid; grid-template-columns: auto auto; justify-content: start; gap: 6px 56px; margin-bottom: 26px; }
.kontakt-daten dt { font-size: 15px; color: rgba(255,255,255,.75); }
.kontakt-daten dd a { font-size: clamp(22px, 2.6vw, 30px); font-weight: 600; color: #fff; text-decoration: none; }
.kontakt-daten dd a:hover { color: var(--gruen); }
.kontakt-daten .mail a { font-size: clamp(18px, 2vw, 24px); }
@media (max-width: 640px) { .kontakt-daten { grid-template-columns: 1fr; } }
.kontakt-hinweis { font-size: 15px; color: rgba(255,255,255,.75); margin-top: 4px; }
.kontakt-knoepfe { display: flex; flex-wrap: wrap; gap: 12px; }
.oeffnungszeiten { background: rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.15); padding: 28px 30px; }
.oeffnungszeiten h3 { color: #fff; margin-bottom: 12px; }
.oeffnungszeiten .datenliste > div { border-bottom-color: rgba(255,255,255,.15); flex-direction: column; gap: 2px; }
.oeffnungszeiten dd { text-align: left; }
.oeffnungszeiten dt { color: rgba(255,255,255,.8); }
.oeffnungszeiten dd { color: #fff; }
.oeffnungszeiten address { font-style: normal; margin-top: 16px; color: rgba(255,255,255,.85); line-height: 1.55; }

/* ── Quellen ────────────────────────────────────────────────── */
.quellen { padding: 30px 0; background: var(--flaeche); border-top: 1px solid var(--linie); }
.quellen h2 { font-size: 15px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--grau); margin-bottom: 10px; }
.quellen ol { list-style: decimal; padding-left: 20px; font-size: 14px; color: var(--grau); line-height: 1.6; columns: 2; column-gap: 40px; }
.quellen li a { color: var(--grau); font-weight: 400; }
@media (max-width: 760px) { .quellen ol { columns: 1; } }

/* ── Fuss wie auf der Hauptseite ────────────────────────────── */
.fuss { background: var(--fuss); color: rgba(255,255,255,.78); font-size: 16px; }
.fuss-raster { display: grid; grid-template-columns: 170px 1fr 1fr 1fr 1fr; gap: 36px; padding-top: 64px; padding-bottom: 40px; }
.fuss-logo { width: 150px; height: 150px; border-radius: 50%; background: #fff; display: grid; place-items: center; }
.fuss-logo img { height: 96px; width: auto; }
.fuss h2 { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.fuss p, .fuss address { font-style: normal; line-height: 1.6; }
.fuss li { margin: 4px 0; line-height: 1.45; }
.fuss li a, .fuss p a, .fuss address a { color: #fff; font-weight: 400; text-decoration: none; }
.fuss li a:hover, .fuss p a:hover, .fuss address a:hover { color: var(--gruen); text-decoration: underline; }
.fuss-orte-raster { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 36px; padding-bottom: 40px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 32px; }
.fuss-orte { display: flex; flex-wrap: wrap; gap: 2px 14px; }
.fuss-unten { background: #333332; }
.fuss-unten .seitenbreite { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 16px; padding-bottom: 18px; font-size: 14px; color: rgba(255,255,255,.65); }
.fuss-unten ul { display: flex; gap: 18px; flex-wrap: wrap; }
.fuss-unten li { margin: 0; }
@media (max-width: 1040px) { .fuss-raster { grid-template-columns: 1fr 1fr; } .fuss-orte-raster { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .fuss-raster { grid-template-columns: 1fr; } }

/* ── Anrufleiste mobil ──────────────────────────────────────── */
.anrufleiste { display: none; }
@media (max-width: 760px) {
  .anrufleiste { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: #fff; border-top: 3px solid var(--gruen); box-shadow: 0 -6px 20px rgba(0,0,0,.1); }
  .anrufleiste .btn { min-height: 50px; padding: 10px; font-size: 14px; }
  body { padding-bottom: 72px; }
}

/* ── Bewegung reduzieren ────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .kachel:hover, .team-karte:hover, .btn:hover { transform: none !important; }
}

/* ── Google-Bewertung und Kundenstimmen ─────────────────────── */
.sterne { display: inline-flex; gap: 2px; flex-shrink: 0; }
.stern {
  width: 20px; height: 20px;
  background: linear-gradient(90deg, #fbbc04 var(--fuellung), #d6d6d6 var(--fuellung));
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.5l2.95 5.98 6.6.96-4.78 4.65 1.13 6.57L12 17.56l-5.9 3.1 1.13-6.57L2.45 9.44l6.6-.96L12 2.5z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.5l2.95 5.98 6.6.96-4.78 4.65 1.13 6.57L12 17.56l-5.9 3.1 1.13-6.57L2.45 9.44l6.6-.96L12 2.5z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.google-badge { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; margin-bottom: 14px; border-bottom: 1px solid var(--linie); text-decoration: none; color: var(--titel); }
.google-badge strong { font-size: 22px; font-weight: 600; }
.google-badge small { display: block; font-size: 14px; color: var(--grau); line-height: 1.3; }
.google-badge > span:last-child { line-height: 1.2; }
.google-badge:hover strong { color: var(--akzent-text); }
.bewertung-kopf { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; margin-bottom: 40px; }
.bewertung-kopf h2.titel { margin-bottom: 0; }
.google-gross { display: flex; align-items: center; gap: 18px; background: #fff; padding: 18px 26px; text-decoration: none; color: var(--titel); box-shadow: var(--sch-md); transition: box-shadow .25s, transform .25s; }
.google-gross:hover { box-shadow: var(--sch-lg); transform: translateY(-2px); }
.google-zahl { font-size: 54px; font-weight: 600; line-height: 1; }
.google-gross .stern { width: 26px; height: 26px; }
.google-text { display: block; font-size: 15px; color: var(--grau); line-height: 1.4; margin-top: 6px; }
.stimme { margin: 0; background: #fff; padding: 28px 26px; color: var(--text); box-shadow: var(--sch-md); display: flex; flex-direction: column; gap: 12px; }
.stimme blockquote { margin: 0; }
.stimme-titel { font-size: 20px; font-weight: 600; color: var(--titel); margin-bottom: 6px; }
.stimme figcaption { margin-top: auto; font-weight: 700; color: var(--titel); }
.hinweis svg { display: inline-block; width: 16px; height: 16px; vertical-align: -2px; margin-right: 4px; }

/* ── Bilder in den Abschnitten ──────────────────────────────── */
.intro-seite .bildrahmen img { aspect-ratio: 4 / 3; }
.intro-seite .seitenkasten { position: relative; margin: -70px 26px 0; background: #fff; box-shadow: var(--sch-lg); }
@media (max-width: 560px) { .intro-seite .seitenkasten { margin: -40px 10px 0; padding: 26px 22px; } }

/* Kennzahlen auf dem Ladenfoto */
.kennzahlen { background: linear-gradient(rgba(44,44,43,.86), rgba(44,44,43,.86)), url('../img/geschaeft-weit-1600.webp') center / cover no-repeat; }
.kennzahl { padding-top: 38px; padding-bottom: 38px; }

.kopf-bild { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; margin-bottom: 48px; }
.kopf-bild .sek-kopf { margin-bottom: 0; }
.kopf-bild .bildrahmen img { aspect-ratio: 4 / 3; }
@media (max-width: 960px) { .kopf-bild { grid-template-columns: 1fr; gap: 28px; } }

.schiene--bilder .schritt h3 { margin-top: 44px; }
.schritt-bild { position: relative; margin: 0; }
.schritt-bild img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--sch-md); }
.schritt-bild .schritt-nr { position: absolute; left: 18px; bottom: -29px; margin: 0; }

/* helle Fläche mit Ladenfoto am rechten Rand */
.sek-bild { background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.96) 45%, rgba(255,255,255,.82) 100%), url('../img/geschaeft-innen-1600.webp') center / cover no-repeat; }

.bewertung-raster { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.bewertung-bild { margin: 0; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.bewertung-bild img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 60% 50%; }
.bewertung-raster .google-gross { display: inline-flex; margin: 6px 0 22px; }
@media (max-width: 960px) { .bewertung-raster { grid-template-columns: 1fr; gap: 32px; } .bewertung-bild img { aspect-ratio: 3 / 2; } }

.faq-raster { display: grid; grid-template-columns: 1.65fr .85fr; gap: 40px; align-items: start; }
.faq-raster .faq { max-width: none; }
.faq-karte { position: sticky; top: 110px; background: #fff; border-top: 6px solid var(--akzent); box-shadow: var(--sch-md); }
.faq-karte img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 20%; }
.faq-karte-text { padding: 22px 24px 26px; }
.faq-karte-titel { font-size: 22px; font-weight: 600; color: var(--titel); margin-bottom: 6px; }
.faq-karte-text p { font-size: 17px; }
.faq-tel { display: block; font-size: 24px; font-weight: 600; color: var(--akzent-text); text-decoration: none; margin: 12px 0 14px; }
@media (max-width: 960px) {
  .faq-raster { grid-template-columns: 1fr; }
  .faq-karte { position: static; display: grid; grid-template-columns: 180px 1fr; }
  .faq-karte img { height: 100%; aspect-ratio: auto; }
}
@media (max-width: 480px) { .faq-karte { grid-template-columns: 1fr; } .faq-karte img { aspect-ratio: 4 / 3; } }

/* ── Mobil: kompakter ───────────────────────────────────────── */
@media (max-width: 560px) {
  .datenliste > div { flex-direction: column; gap: 0; }
  .datenliste dd { text-align: left; }
}
@media (max-width: 640px) {
  .raster .kachel { display: grid; grid-template-columns: 52px 1fr; column-gap: 16px; padding: 20px 18px; }
  .raster .kachel .kachel-icon { width: 52px; height: 52px; margin: 0; grid-row: 1 / span 3; }
  .raster .kachel .kachel-icon svg { width: 24px; height: 24px; }
  .raster .kachel > :not(.kachel-icon) { grid-column: 2; }
  .kachel-zahl { font-size: 28px; }
}

/* ── Rezensionen von Google ─────────────────────────────────── */
.stimmen { display: grid; gap: 14px; }
.stimmen .lead { color: #fff; }
.stimme-kopf { display: flex; align-items: center; gap: 12px; }
.stimme-foto { width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; }
.stimme-name { font-weight: 700; color: var(--titel); text-decoration: none; }
a.stimme-name:hover { text-decoration: underline; }
.stimme-zeit { display: block; font-size: 14px; color: var(--grau); line-height: 1.3; }
.stimme .stimme-quelle { font-size: 14px; font-weight: 400; color: var(--grau); }
.stimme-quelle a { color: var(--grau); }

/* ── Übersichtsseiten ───────────────────────────────────────── */
.leistungswahl { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 760px) { .leistungswahl { grid-template-columns: 1fr; } }
.wahl-karte { position: relative; display: block; min-height: 470px; overflow: hidden; color: #fff; text-decoration: none; isolation: isolate; box-shadow: var(--sch-lg); }
.wahl-karte img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; z-index: -2; transition: transform .5s; }
.wahl-karte::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.82) 100%); }
.wahl-karte:hover img { transform: scale(1.04); }
.wahl-inhalt { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 30px; }
.wahl-inhalt h3 { color: #fff; font-size: 30px; }
.wahl-inhalt p { color: rgba(255,255,255,.92); margin: 6px 0 16px; }
.wahl-karte--hoeren .btn { background: var(--gruen-btn); }
.wahl-karte--sehen .btn { background: var(--blau-btn); }
.wahl-karte .btn { pointer-events: none; }
/* schmal: Bild oben, Text darunter auf dunklem Grund – sonst liegt der Text über den Gesichtern */
@media (max-width: 560px) {
  .wahl-karte { min-height: 0; background: var(--fuss); }
  .wahl-karte::before { display: none; }
  .wahl-karte img { position: static; aspect-ratio: 3 / 2; height: auto; }
  .wahl-inhalt { position: static; padding: 20px 20px 24px; }
  .wahl-inhalt h3 { font-size: 26px; }
}

.leistungswahl--abstand { margin-top: 64px; }
.region-raster { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: start; }
@media (max-width: 1040px) { .region-raster { grid-template-columns: 1fr; gap: 32px; } }
.region-text h3 { font-size: 21px; margin: 28px 0 8px; }
.region-text h3:first-child { margin-top: 0; }
.region-text p, .region-text li { font-size: 17px; }
.region-text .haken-liste li { margin: 8px 0; }
.orte-raster { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 14px; margin-top: 48px; }
@media (max-width: 400px) { .orte-raster { grid-template-columns: 1fr; } }
.ort-karte { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--linie); padding: 18px 20px; scroll-margin-top: 110px; transition: border-color .2s, box-shadow .2s; }
.ort-karte:hover, .ort-karte:target { border-color: var(--akzent); box-shadow: var(--sch-md); }
.ort-karte h3 { font-size: 21px; margin-bottom: 2px; }
.ort-daten { font-size: 15px; color: var(--grau); line-height: 1.5; margin-bottom: 14px; }
.ort-karte--extra { background: var(--akzent-blass); border-color: transparent; }
.ort-karte--extra p { font-size: 16px; line-height: 1.5; margin-bottom: 14px; }
.ort-karte--extra .btn { margin-top: auto; align-self: flex-start; }
.ort-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.ort-links a { flex: 1 1 0; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 8px 10px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; color: #fff; transition: background .2s; }
.ort-links svg { width: 16px; height: 16px; }
.ort-links .l-hoeren { background: var(--gruen-btn); }
.ort-links .l-hoeren:hover { background: var(--gruen-dunkel); }
.ort-links .l-sehen { background: var(--blau-btn); }
.ort-links .l-sehen:hover { background: var(--blau-dunkel); }
.lk-route--leise { fill: none; stroke: var(--akzent-btn); stroke-width: 4; opacity: .5; stroke-linecap: round; stroke-linejoin: round; }
/* Regionskarte zeigt ein grösseres Gebiet: Schrift und Punkte grösser, damit sie auch auf dem Handy lesbar bleiben */
.landkarte--region .lk-ort text { font-size: 21px; stroke-width: 6px; }
.landkarte--region .lk-ort circle { r: 8px; stroke-width: 3; }
.landkarte--region .lk-held text { font-size: 23px; stroke-width: 7px; }
.landkarte--region .lk-massstab text { font-size: 18px; }
.landkarte--region .lk-fluss { stroke-width: 5; }

/* nur für Screenreader und Suchmaschinen sichtbar */
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.fuss h2 a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); }
.fuss h2 a:hover { color: var(--gruen); border-bottom-color: var(--gruen); }

/* ── Mobil: Überschriften und Knöpfe ────────────────────────── */
.hero-label { border-radius: 16px; line-height: 1.45; }
.ort-links a { min-height: 44px; }
@media (max-width: 560px) {
  .btn { padding-left: 16px; padding-right: 16px; letter-spacing: .08em; }
  .mobil-aus { display: none; }
  .hero-label { font-size: 13px; letter-spacing: .08em; padding: 5px 14px; }
  h1, h2, h3 { overflow-wrap: break-word; hyphens: auto; -webkit-hyphens: auto; }
  .hero-titel { font-size: 34px; }
  h2.titel { font-size: 28px; line-height: 1.18; }
  .kontakt-box { padding: 22px 24px; }
  .kontakt-box h2 { font-size: 32px; }
}

/* ── Mobil: Karten, Team und Karten-Beschriftung ────────────── */
@media (max-width: 640px) {
  /* Kachel: Icon neben Zahl und Titel, Text darunter über die volle Breite */
  .raster .kachel .kachel-icon { grid-row: 1 / span 2; }
  .raster .kachel > .kachel-icon + h3 { grid-row: 1 / span 2; align-self: center; margin: 0; }
  .raster .kachel > p:not(.kachel-icon) { grid-column: 1 / -1; margin-top: 12px; }
  .kachel--quer, .weg { grid-template-columns: 44px 1fr; gap: 14px; padding: 20px 18px; }
  .kachel--quer .kachel-icon, .weg-icon { width: 44px; height: 44px; }
  .kachel--quer .kachel-icon svg, .weg-icon svg { width: 22px; height: 22px; }
  /* Team: Foto neben dem Text statt bildschirmfüllend */
  .team-karte { display: grid; grid-template-columns: 116px 1fr; }
  .team-karte img { height: 100%; min-height: 150px; aspect-ratio: auto; }
  .team-text { padding: 14px 16px 16px; }
  .team-text h3 { font-size: 19px; }
  .team-text p { font-size: 15px; }
  .landkarte { padding: 6px; }
  .landkarte .lk-ort text { font-size: 22px; stroke-width: 6px; }
  .landkarte .lk-ort--aktiv text { font-size: 25px; }
  .landkarte .lk-held text { font-size: 25px; stroke-width: 7px; }
  .landkarte .lk-massstab text { font-size: 20px; }
  .landkarte--region .lk-ort text { font-size: 25px; }
  .landkarte--region .lk-held text { font-size: 27px; }
}

/* ── Platzhalter: darf nicht online gehen ───────────────────── */
.platzhalter { background: repeating-linear-gradient(135deg, #fff7f0 0 14px, #fdede0 14px 28px); border: 2px dashed #d95c1a; padding: 34px 26px 22px; position: relative; }
.platzhalter::before { content: 'Platzhalter – Inhalt fehlt noch'; position: absolute; top: -12px; left: 20px; background: #d95c1a; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; }

/* ── Kompakte Gemeindeseiten ────────────────────────────────── */
/* Hero: auf schmalen Bildschirmen Sternezeile statt Kasten „Auf einen Blick“ */
.hero-bewertung { display: none; }
@media (max-width: 980px) {
  .hero--kompakt .blick { display: none; }
  .hero-bewertung { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; color: #fff; font-size: 16px; line-height: 1.3; text-decoration: none; text-shadow: 0 1px 4px rgba(0,0,0,.35); }
  .hero-bewertung strong { color: #fff; }
}
.titel--zweit { margin-top: 80px; }
.alltag-raster { margin-top: 36px; }
.kachel-link { margin-top: 14px; font-size: 16px; }
.cta-band .klein { margin-top: 6px; max-width: 700px; }
/* Fragen: beim Zuklappen Symbol und Rand sofort zurücksetzen, die Höhe animiert main.js */
.faq-item.schliesst { border-left-color: var(--linie); box-shadow: none; }
.faq-item.schliesst .faq-plus { transform: none; }
.faq-plus { transition: transform .34s cubic-bezier(.22, .8, .3, 1); }
/* Kundenstimmen mit Ansprechpartnern */
.bewertung-raster--team { grid-template-columns: 1.1fr .9fr; align-items: start; }
.bewertung-team { display: grid; gap: 14px; }
.bewertung-team .team-kopf { color: #fff; font-size: 22px; margin: 0; }
.bewertung-team .team-karte { display: grid; grid-template-columns: 150px 1fr; color: var(--text); }
.bewertung-team .team-karte img { height: 100%; min-height: 190px; aspect-ratio: auto; }
.bewertung-team .team-link { color: #fff; font-weight: 600; text-underline-offset: 3px; }
@media (max-width: 960px) { .bewertung-raster--team { grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  .bewertung-team .team-karte { grid-template-columns: 116px 1fr; }
  .bewertung-team .team-karte img { min-height: 150px; }
  .titel--zweit { margin-top: 52px; }
}
