/* Website Hübner Immobilien – Layout „Küste“ (verbindlich, siehe docs/DESIGN.md). Basis: Entwurf 4. */
:root {
  --h: "Quicksand", system-ui, sans-serif;
  --t: "Nunito", system-ui, sans-serif;
  --blau: var(--hi-blue);
  --text: #1E2E30;
  --rund: 14px;
  --breite: 76rem;
  --schatten: 0 1px 2px rgba(10, 40, 60, .06), 0 12px 32px -12px rgba(10, 40, 60, .18);
  --ease: cubic-bezier(.2, .7, .1, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font: 400 18px/1.7 var(--t); color: var(--text); background: var(--hi-sea-mist); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blau); }
h1, h2, h3 { font-family: var(--h); font-weight: 600; line-height: 1.2; color: var(--blau); margin: 0 0 .75rem; }
h1 { font-size: clamp(2rem, 5.2vw, 3.6rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.4rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.sprung { position: absolute; left: -999px; top: 0; background: var(--blau); color: #fff; padding: .75rem 1rem; z-index: 100; }
.sprung:focus { left: 0; }
.inhalt { max-width: var(--breite); margin: 0 auto; padding: 0 1.25rem; }
.ico { width: 1.15em; height: 1.15em; flex: none; }

/* Knöpfe */
.knopf { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; background: var(--hi-red-button); color: #fff; font: 600 1.02rem var(--h); text-decoration: none; padding: .9rem 1.7rem; border-radius: var(--rund); border: 2px solid var(--hi-red-button); transition: background .25s, transform .25s, box-shadow .25s; cursor: pointer; }
.knopf:hover, .knopf:focus-visible { background: var(--hi-red-button-dark); border-color: var(--hi-red-button-dark); transform: translateY(-2px); box-shadow: 0 10px 24px -10px rgba(194, 59, 59, .7); }
.knopf--glas { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.75); backdrop-filter: blur(6px); }
.knopf--glas:hover { background: #fff; color: var(--blau); border-color: #fff; box-shadow: none; }
.knopf--hell { background: #fff; color: var(--blau); border-color: #fff; }
.knopf--hell:hover { background: var(--hi-teal-tint); border-color: var(--hi-teal-tint); box-shadow: none; }
.knopf--rand { background: #fff; color: var(--blau); border-color: var(--blau); }
.knopf--rand:hover { background: var(--hi-blue-tint); border-color: var(--blau); box-shadow: none; }
.knopf--voll { width: 100%; margin-top: .75rem; }

/* Kopf */
.kopf { background: #fff; border-bottom: 1px solid var(--hi-teal-tint); position: sticky; top: 0; z-index: 50; }
.kopf__in { max-width: var(--breite); margin: 0 auto; padding: .7rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.kopf__logo img { height: 56px; width: auto; }
.kopf__menu { display: none; background: none; border: 0; color: var(--blau); padding: .4rem; cursor: pointer; }
.kopf__menu svg { width: 30px; height: 30px; }
.kopf__nav { display: flex; align-items: center; gap: .25rem; }

/* Störer */
.stoerer-anker { position: relative; height: 0; max-width: var(--breite); margin: 0 auto; z-index: 55; }
.stoerer { position: absolute; top: 1.2rem; right: 1.25rem; background: var(--blau); color: #fff; border: 2px solid #fff; border-radius: var(--rund); transform: rotate(-6deg); font: 700 .85rem/1.35 var(--h); text-align: center; padding: .65rem 1.1rem; box-shadow: 0 8px 20px -8px rgba(0,0,0,.4); animation: wippen 5s ease-in-out infinite; }
@keyframes wippen { 0%, 100% { transform: rotate(-6deg); } 50% { transform: rotate(-3deg) translateY(-3px); } }

/* Hero */
.hero { position: relative; height: min(78vh, 760px); min-height: 26rem; overflow: hidden; color: #fff; background: #0a283c; }
.hero--klein { height: min(62vh, 620px); }
.hero__bild { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.6s ease; transform: scale(1.06); }
.hero__bild.an { opacity: 1; animation: zoom 12s ease-out forwards; }
@keyframes zoom { to { transform: scale(1); } }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10, 40, 60, .82), rgba(10, 40, 60, .1) 65%); }
.hero__text { position: absolute; inset: 0; z-index: 2; display: flex; align-items: flex-end; padding-bottom: clamp(2rem, 7vh, 4.5rem); }
.hero__text .inhalt { width: 100%; }
.hero h1 { color: #fff; max-width: 20ch; text-shadow: 0 2px 20px rgba(0,0,0,.25); }
.hero--klein h1 { font-size: clamp(1.8rem, 4.4vw, 3rem); max-width: 28ch; }
.hero p { font-size: clamp(1.05rem, 1.6vw, 1.3rem); max-width: 44ch; color: #eef6f7; }
.hero__zeile { display: flex; align-items: center; gap: .4rem; font-weight: 700; letter-spacing: .02em; }
.hero__knoepfe { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.5rem; }
.hero__punkte { position: absolute; z-index: 3; right: 1.5rem; bottom: 1.5rem; display: flex; gap: .4rem; }
.hero__punkte i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.45); transition: all .4s; }
.hero__punkte i.an { background: #fff; width: 28px; border-radius: 6px; }

/* Abschnitte */
.abschnitt { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.abschnitt--tuerkis { background: var(--hi-teal-tint); }
.abschnitt--sand { background: var(--hi-sand); }
.willkommen { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.willkommen p { font-size: 1.1rem; }
.kennzahlen { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.kennzahl { background: #fff; border: 1px solid var(--hi-teal); border-radius: var(--rund); padding: 1.25rem 1rem; text-align: center; transition: transform .3s var(--ease); }
.kennzahl:hover { transform: translateY(-3px); }
.kennzahl strong { display: block; font: 700 1.6rem var(--h); color: var(--blau); }
.kennzahl span { font-size: .92rem; }
.kopfzeile { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.75rem; }
.kopfzeile h2 { margin: 0; }
.filter { display: flex; flex-wrap: wrap; gap: .45rem; }
.filter button { font: 600 .95rem var(--h); background: #fff; color: var(--text); border: 1px solid #bfe0dc; padding: .5rem 1rem; border-radius: 999px; cursor: pointer; transition: all .2s; }
.filter button:hover { border-color: var(--hi-teal); color: var(--hi-teal); }
.filter button.an { background: var(--hi-teal); border-color: var(--hi-teal); color: #fff; }

/* Karten */
.karten { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr)); gap: 1.5rem; }
.karte { display: flex; flex-direction: column; background: #fff; border-radius: var(--rund); overflow: hidden; border: 1px solid #d5ebe8; text-decoration: none; color: inherit; box-shadow: 0 1px 2px rgba(10,40,60,.04); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.karte:hover, .karte:focus-visible { transform: translateY(-6px); box-shadow: var(--schatten); }
.karte.aus { display: none; }
.karte__bild { position: relative; overflow: hidden; aspect-ratio: 4/3; background: var(--hi-teal-tint); }
.karte__bild img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.karte:hover .karte__bild img { transform: scale(1.06); }
.karte__art { position: absolute; left: .75rem; bottom: .75rem; background: rgba(255,255,255,.94); color: var(--blau); font: 700 .78rem var(--h); padding: .3rem .7rem; border-radius: 999px; }
.karte__stoerer { position: absolute; top: .9rem; right: .9rem; background: var(--hi-red-button); color: #fff; border: 2px solid #fff; border-radius: 10px; transform: rotate(-6deg); font: 700 .8rem var(--h); padding: .35rem .75rem; box-shadow: 0 6px 16px -6px rgba(0,0,0,.4); }
.karte__text { padding: 1.1rem 1.25rem 1.3rem; display: flex; flex-direction: column; flex: 1; }
.karte__ort { display: flex; align-items: center; gap: .35rem; color: var(--hi-teal); font-weight: 700; font-size: .9rem; margin: 0 0 .35rem; }
.karte h3 { font-size: 1.15rem; margin: 0 0 .75rem; }
.karte__fakten { list-style: none; padding: 0; margin: 0 0 1rem; display: flex; flex-wrap: wrap; gap: .4rem 1rem; font-size: .92rem; color: #4a5b5d; }
.karte__fakten li { display: flex; align-items: center; gap: .35rem; }
.karte__fakten .ico { color: var(--hi-teal); }
.karte__preis { margin: auto 0 0; padding-top: .8rem; border-top: 1px dashed #cfe5e2; font: 700 1.25rem var(--h); color: var(--blau); font-variant-numeric: tabular-nums; }
.karte__preis small { display: block; font: 600 .75rem var(--t); color: #6b7c7e; letter-spacing: .04em; text-transform: uppercase; }

/* Leistungen */
.leistungen { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr)); gap: 1.25rem; margin-top: 1.5rem; }
.leistung { background: #fff; border: 1px solid var(--hi-teal-tint); border-radius: var(--rund); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s; }
.leistung:hover { transform: translateY(-4px); box-shadow: var(--schatten); }
.leistung img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.leistung div { padding: 1rem 1.25rem 1.3rem; }
.leistung p { font-size: .98rem; margin: 0; }

/* Team */
.team { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.team > img { border-radius: var(--rund); aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--schatten); }
.team__zitat { font: 500 1.35rem/1.5 var(--h); color: var(--text); }
.team__personen { display: flex; gap: 2rem; flex-wrap: wrap; margin: 1.25rem 0; }
.team__personen strong { display: block; font: 700 1.1rem var(--h); color: var(--blau); }
.team__personen span { font-size: .92rem; }
.haken { list-style: none; padding: 0; margin: 0; }
.haken li { display: flex; gap: .6rem; align-items: flex-start; padding: .35rem 0; }
.haken .ico { color: var(--hi-teal); margin-top: .3em; }
.haken--zwei { columns: 2; column-gap: 2rem; }
.haken--zwei li { break-inside: avoid; }

/* CTA + Fuß */
.cta { background: linear-gradient(120deg, var(--blau), #0a6fb8); color: #fff; padding: clamp(2.5rem, 6vw, 4rem) 0; }
.cta__in { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.cta h2 { color: #fff; }
.cta p { margin: 0; max-width: 46ch; opacity: .92; }
.cta__knoepfe { display: flex; gap: .75rem; flex-wrap: wrap; }
.fuss { background: var(--hi-blue-deep); color: #dbe7f3; padding: 2.5rem 0 3rem; font-size: .95rem; }
.fuss__in { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 2rem; align-items: start; }
.fuss__logo { display: inline-block; background: #fff; padding: 10px 16px; border-radius: var(--rund); margin-bottom: 1rem; line-height: 0; }
.fuss__logo img { height: 64px; width: auto; }
.fuss a { color: #fff; }
.fuss__links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .4rem; }

/* Exposé */
.expose { display: grid; grid-template-columns: minmax(0, 1fr) 22rem; gap: clamp(1.5rem, 4vw, 3rem); padding-top: 2rem; padding-bottom: 4rem; }
.brotkrumen { font-size: .9rem; color: #6b7c7e; margin-bottom: 1.25rem; }
.brotkrumen a { text-decoration: none; }
.fakten { display: grid; grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr)); gap: .75rem; margin-bottom: 2rem; }
.fakt { background: #fff; border: 1px solid var(--hi-teal); border-radius: var(--rund); padding: .9rem .75rem; text-align: center; }
.fakt .ico { color: var(--hi-teal); width: 26px; height: 26px; margin: 0 auto .35rem; display: block; }
.fakt strong { display: block; font: 700 1.15rem var(--h); color: var(--blau); }
.fakt span { font-size: .85rem; }
.galerie { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; margin-bottom: 2.5rem; }
.galerie__bild { position: relative; padding: 0; border: 0; border-radius: 10px; overflow: hidden; cursor: zoom-in; background: var(--hi-teal-tint); aspect-ratio: 4/3; }
.galerie__bild img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.galerie__bild:hover img { transform: scale(1.06); }
.galerie__bild--gross { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.galerie__mehr { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(10, 40, 60, .6); color: #fff; font: 700 1.1rem var(--h); }
.block { margin-bottom: 2.5rem; }
.block p { max-width: 70ch; }
.block--tuerkis { background: var(--hi-teal-tint); border-radius: var(--rund); padding: 1.5rem 1.75rem; }
.energie { display: flex; gap: 4px; margin: .5rem 0 1rem; }
.energie span { flex: 1; text-align: center; color: #fff; font: 700 .85rem var(--h); padding: .45rem 0; border-radius: 6px; opacity: .3; }
.energie span.an { opacity: 1; transform: scale(1.12); box-shadow: 0 0 0 2px var(--text); }
.liste { margin: 0; }
.liste div { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid var(--hi-teal-tint); font-size: .95rem; }
.liste dt { color: #5b6c6e; }
.liste dd { margin: 0; font-weight: 700; text-align: right; }
.liste .liste__lang { flex-direction: column; gap: .1rem; }
.liste .liste__lang dd { text-align: left; font-weight: 600; font-size: .88rem; }
.expose__seite { position: sticky; top: 90px; align-self: start; display: grid; gap: 1rem; }
.preisbox { position: relative; background: #fff; border: 1px solid #cfe5e2; border-radius: var(--rund); padding: 1.5rem; box-shadow: var(--schatten); }
.preisbox small { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: #6b7c7e; }
.preisbox__preis { font: 700 2rem var(--h); color: var(--blau); margin: 0 0 .75rem; font-variant-numeric: tabular-nums; }
.stoerer--box { top: -1rem; right: -.5rem; animation: none; background: var(--hi-red-button); }
.ansprechpartner { background: var(--hi-sand); border-radius: var(--rund); overflow: hidden; }
.ansprechpartner img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.ansprechpartner p { padding: 1rem 1.25rem; margin: 0; font-size: .95rem; }
.ansprechpartner strong { font-family: var(--h); color: var(--blau); }

/* Lightbox */
.lb { position: fixed; inset: 0; z-index: 100; background: rgba(10, 30, 40, .95); display: none; align-items: center; justify-content: center; }
.lb.offen { display: flex; }
.lb figure { margin: 0; text-align: center; }
.lb img { max-width: 92vw; max-height: 82vh; border-radius: 10px; }
.lb figcaption { color: #cfe5e2; margin-top: .75rem; font-family: var(--h); }
.lb button { position: absolute; background: rgba(255,255,255,.12); border: 0; color: #fff; width: 3.2rem; height: 3.2rem; border-radius: 50%; font-size: 1.8rem; cursor: pointer; }
.lb button:hover { background: rgba(255,255,255,.25); }
.lb .lb-x { top: 1rem; right: 1rem; } .lb .lb-p { left: 1rem; } .lb .lb-n { right: 1rem; }

@media (max-width: 62rem) {
  .kopf__menu { display: block; }
  .kopf__nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: .5rem 1.25rem 1rem; border-bottom: 1px solid var(--hi-teal-tint); }
  .kopf__nav.offen { display: flex; }
  .kopf__nav .kopf__tel { margin: .5rem 0 0; justify-content: center; }
  .stoerer { top: .6rem; font-size: .72rem; padding: .45rem .8rem; }
  .willkommen, .team, .expose { grid-template-columns: 1fr; }
  .expose__seite { position: static; }
  .fuss__in { grid-template-columns: 1fr; }
  .galerie { grid-template-columns: repeat(2, 1fr); }
  .haken--zwei { columns: 1; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }

/* ================================================================
   Erweiterungen für die vollständige Website
   ================================================================ */

/* Hauptmenü mit Untermenüs */
.kopf__nav { gap: .35rem; }
.menue { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: .1rem; }
.menue__punkt { position: relative; display: flex; align-items: center; }
.menue__punkt > a { font: 600 .95rem var(--h); color: var(--text); text-decoration: none; padding: .55rem .7rem; border-radius: var(--rund); transition: background .2s, color .2s; white-space: nowrap; }
.menue__punkt > a:hover, .menue__punkt > a[aria-current="page"], .menue__punkt:focus-within > a { color: var(--blau); background: var(--hi-teal-tint); }
.menue__auf { display: none; background: none; border: 0; color: var(--blau); padding: .4rem; cursor: pointer; border-radius: 8px; }
.menue__auf .ico { transition: transform .25s; }
.untermenue { list-style: none; margin: 0; padding: .5rem; position: absolute; top: calc(100% + 6px); left: 0; min-width: 16rem; background: #fff; border: 1px solid var(--hi-teal-tint); border-radius: var(--rund); box-shadow: var(--schatten); opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .2s var(--ease); z-index: 60; }
.untermenue::before { content: ""; position: absolute; top: -8px; left: 0; right: 0; height: 8px; }
.menue__punkt:hover .untermenue, .menue__punkt:focus-within .untermenue { opacity: 1; visibility: visible; transform: none; }
.untermenue a { display: block; padding: .55rem .8rem; border-radius: 10px; text-decoration: none; color: var(--text); font: 600 .95rem var(--h); }
.untermenue a:hover, .untermenue a[aria-current="page"] { background: var(--hi-teal-tint); color: var(--blau); }
.nur-mobil { display: none; }
.kopf__merk { position: relative; display: inline-grid; place-items: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; color: var(--blau); text-decoration: none; transition: background .2s; }
.kopf__merk:hover { background: var(--hi-teal-tint); }
.kopf__merk .ico { width: 1.35rem; height: 1.35rem; }
.merk-zahl { position: absolute; top: 2px; right: 0; min-width: 1.15rem; height: 1.15rem; padding: 0 .25rem; border-radius: 999px; background: var(--hi-red-button); color: #fff; font: 700 .7rem/1.15rem var(--h); text-align: center; }
.kopf__nav .kopf__tel { display: inline-flex; gap: .45rem; align-items: center; margin-left: .25rem; background: var(--blau); color: #fff; font: 600 .95rem var(--h); text-decoration: none; padding: .55rem .9rem; border-radius: var(--rund); }
.kopf__nav .kopf__tel:hover { background: var(--hi-blue-deep); }

/* Hero-Ergänzungen */
.hero__krumen { font-size: .92rem; margin-bottom: .6rem; color: #d7e8ea; }
.hero__krumen a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.4); }

/* Einstiegswege (Startseite) */
.wege { position: relative; z-index: 3; margin-top: -3.2rem; }
.wege__in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.weg { display: flex; flex-direction: column; align-items: flex-start; gap: .15rem; background: #fff; border-radius: var(--rund); padding: 1.25rem 1.3rem; text-decoration: none; color: var(--text); box-shadow: var(--schatten); transition: transform .35s var(--ease); border-bottom: 3px solid transparent; }
.weg:hover { transform: translateY(-4px); border-bottom-color: var(--hi-red-button); }
.weg .ico { width: 2rem; height: 2rem; color: var(--hi-teal); margin-bottom: .35rem; }
.weg strong { font: 700 1.1rem var(--h); color: var(--blau); }
.weg span { font-size: .92rem; color: #5b6c6e; }

/* Text-Bausteine */
.textlink { display: inline-flex; align-items: center; gap: .4rem; font: 700 1rem var(--h); text-decoration: none; color: var(--blau); }
.textlink .ico { transition: transform .25s; }
.textlink:hover .ico { transform: translateX(4px); }
.intro { max-width: 58rem; }
.schmal { max-width: 52rem; }
.fliesstext p { max-width: 70ch; }
.fliesstext--gross p { font-size: 1.18rem; line-height: 1.75; }
.fliesstext--gross p:first-child::first-line { font-weight: 700; }
.zwei-spalten { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.zwei-spalten--gedreht > :first-child { order: 2; }
img.rund { border-radius: var(--rund); box-shadow: var(--schatten); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
img.grafik { border-radius: var(--rund); width: 100%; height: auto; box-shadow: var(--schatten); background: #fff; }

/* Unterpunkte als Karten */
.punkte { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr)); gap: 1.25rem; }
.punkt { background: #fff; border: 1px solid #d5ebe8; border-radius: var(--rund); padding: 1.5rem 1.5rem 1.25rem; transition: transform .35s var(--ease), box-shadow .35s; }
.punkt:hover { transform: translateY(-3px); box-shadow: var(--schatten); }
.punkt__ico { display: inline-grid; place-items: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; background: var(--hi-teal-tint); color: var(--hi-teal); margin-bottom: .75rem; }
.punkt h3 { font-size: 1.15rem; }
.punkt p { font-size: 1rem; margin-bottom: .6rem; }
.haken--kacheln { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); gap: .6rem; margin-top: 1.5rem; }
.haken--kacheln li { background: var(--hi-teal-tint); border-radius: 10px; padding: .75rem 1rem; font-size: 1rem; }

/* Abschluss-Box / Hinweisband */
.schluss { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; background: var(--hi-sand); border-radius: var(--rund); padding: clamp(1.5rem, 4vw, 2.75rem); }
.schluss > div:first-child { flex: 1 1 28rem; }
.schluss p:last-child { margin-bottom: 0; }
.schluss__knoepfe { display: flex; flex-wrap: wrap; gap: .75rem; }
.abschnitt--tuerkis .schluss { background: #fff; }
.suchauftrag { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.suchauftrag p { margin: 0; max-width: 56ch; }
.leer { background: #fff; border: 1px dashed #9fd0ca; border-radius: var(--rund); padding: 2rem; text-align: center; margin-bottom: 1.5rem; }
.leer p { max-width: 50ch; margin: 0 auto 1rem; }
.leistung { text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.leistung .mehr, .modell .mehr { display: inline-flex; align-items: center; gap: .35rem; margin-top: .75rem; font: 700 .95rem var(--h); color: var(--blau); }
.filter a { font: 600 .95rem var(--h); background: #fff; color: var(--text); border: 1px solid #bfe0dc; padding: .5rem 1rem; border-radius: 999px; text-decoration: none; }
.filter a:hover { border-color: var(--hi-teal); color: var(--hi-teal); }

/* Merken */
.karte { position: relative; }
.karte__link { display: flex; flex-direction: column; flex: 1; text-decoration: none; color: inherit; }
.merken { position: absolute; top: .75rem; left: .75rem; z-index: 3; width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 0; background: rgba(255,255,255,.94); color: var(--hi-red-button); display: grid; place-items: center; cursor: pointer; box-shadow: 0 4px 12px -4px rgba(0,0,0,.35); transition: transform .2s; }
.merken:hover { transform: scale(1.1); }
.merken[aria-pressed="true"] .ico path { fill: currentColor; }
.merken--text { position: static; width: 100%; height: auto; border-radius: var(--rund); display: inline-flex; box-shadow: none; background: #fff; }
.merken--text[aria-pressed="true"] { background: #fdf0f0; border-color: var(--hi-red-button); color: var(--hi-red-button); }
.merkliste .karte { display: none; }
.merkliste .karte.gemerkt { display: flex; }

/* Video (Zwei-Klick) & Rechner */
.video { position: relative; border-radius: var(--rund); overflow: hidden; background: #0a283c; aspect-ratio: 16/9; box-shadow: var(--schatten); }
.video > img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.video__start { position: absolute; inset: 0; margin: auto; width: fit-content; height: fit-content; display: inline-flex; align-items: center; gap: .6rem; background: var(--hi-red-button); color: #fff; border: 0; border-radius: 999px; padding: .9rem 1.5rem; font: 700 1rem var(--h); cursor: pointer; }
.video__start:hover { background: var(--hi-red-button-dark); }
.video__hinweis { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: .6rem 1rem; font-size: .8rem; color: #e6f1f2; background: rgba(10, 40, 60, .7); }
.video__hinweis a { color: #fff; }
.video iframe, .rechner iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-reihe { display: grid; gap: 1rem; }
.rechner { position: relative; min-height: 34rem; border-radius: var(--rund); overflow: hidden; background: #fff; border: 1px solid #d5ebe8; }
.rechner__platz { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 1rem; padding: 2rem; }
.rechner__platz .ico { width: 3rem; height: 3rem; color: var(--hi-teal); }
.rechner__platz p { max-width: 44ch; }

/* Bildraster */
.bildraster { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr)); gap: .75rem; }
.bildraster--drei { grid-template-columns: repeat(3, 1fr); }
.bildraster__bild { padding: 0; border: 0; border-radius: var(--rund); overflow: hidden; cursor: zoom-in; aspect-ratio: 4/3; }
.bildraster__bild img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.bildraster__bild:hover img { transform: scale(1.05); }

/* Liquiditätsmodelle */
.modelle { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 1.5rem; }
.modell { display: flex; flex-direction: column; background: #fff; border-radius: var(--rund); overflow: hidden; text-decoration: none; color: inherit; border: 1px solid #d5ebe8; transition: transform .4s var(--ease), box-shadow .4s; }
.modell:hover { transform: translateY(-5px); box-shadow: var(--schatten); }
.modell img { width: 100%; aspect-ratio: 16/10; object-fit: contain; background: #fff; border-bottom: 1px solid var(--hi-teal-tint); }
.modell__text { padding: 1.25rem 1.5rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.modell__text p { font-size: 1rem; }
.modell .haken { margin-bottom: auto; }
.modell .haken li { font-size: .98rem; }

/* Team */
.person { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.person--gedreht > img { order: 2; }
.person img.rund { aspect-ratio: 4/5; object-position: 50% 20%; }
.person__rolle { font: 700 .9rem var(--h); color: var(--hi-teal); text-transform: uppercase; letter-spacing: .06em; margin: 0 0 .25rem; }
.person__kontakt { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.25rem; }

/* Formulare */
.formularseite { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.formular { margin-top: 1.5rem; }
.formular__raster { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.25rem; }
.feld { display: flex; flex-direction: column; gap: .35rem; }
.feld--breit { grid-column: 1 / -1; }
.feld label { font: 700 .95rem var(--h); }
.feld label span { color: var(--hi-red-button); }
.feld input, .feld select, .feld textarea { font: 400 1.05rem var(--t); color: var(--text); background: #fff; border: 1.5px solid #bcd9d5; border-radius: 10px; padding: .75rem .9rem; width: 100%; transition: border-color .2s, box-shadow .2s; }
.feld input:focus, .feld select:focus, .feld textarea:focus { outline: none; border-color: var(--hi-teal); box-shadow: 0 0 0 4px rgba(27, 143, 134, .15); }
.feld--fehler input, .feld--fehler select, .feld--fehler textarea { border-color: var(--hi-red-button); }
.feld__fehler { color: var(--hi-red-button-dark); font-size: .9rem; }
.zustimmung { display: flex; gap: .75rem; align-items: flex-start; margin: 1.25rem 0; font-size: .98rem; }
.zustimmung input { width: 1.3rem; height: 1.3rem; margin-top: .2rem; accent-color: var(--hi-teal); flex: none; }
.zustimmung.feld--fehler span { color: var(--hi-red-button-dark); }
.formular__falle { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.formular__hinweis { font-size: .88rem; color: #6b7c7e; margin-top: .75rem; }
.meldung { display: flex; gap: .75rem; align-items: flex-start; border-radius: var(--rund); padding: 1rem 1.25rem; margin: 1rem 0; }
.meldung--ok { background: var(--hi-teal-tint); border: 1px solid var(--hi-teal); }
.meldung--ok .ico { color: var(--hi-teal); width: 1.6rem; height: 1.6rem; }
.meldung--fehler { background: #fdf0f0; border: 1px solid var(--hi-red-button); color: var(--hi-red-button-dark); }
.kontaktkarte { background: #fff; border: 1px solid #d5ebe8; border-radius: var(--rund); overflow: hidden; box-shadow: var(--schatten); position: sticky; top: 100px; }
.kontaktkarte img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.kontaktkarte > div { padding: 1.25rem 1.5rem 1.5rem; }
.kontaktkarte p { display: flex; gap: .6rem; align-items: flex-start; font-size: 1rem; }
.kontaktkarte p .ico { color: var(--hi-teal); margin-top: .25em; }

/* Rechtstexte */
.recht h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-top: 1rem; }
.recht h2, .recht h3, .recht h4 { margin-top: 2rem; }
.recht h4 { font-size: 1.05rem; }
.recht p, .recht li { font-size: 1rem; }
.hinweis { background: #fff6e0; border: 1px solid #f0d58c; border-radius: 10px; padding: .9rem 1.1rem; font-size: .95rem; }

/* Fuß */
.fuss__in { grid-template-columns: 1.3fr 1fr 1fr 1fr; }
.fuss h3 { color: #fff; font-size: 1rem; margin-bottom: .6rem; }
.fuss a { text-decoration: none; }
.fuss a:hover { text-decoration: underline; }
.fuss__ivd img { border-radius: 8px; background: #fff; padding: 4px; }
.fuss__fein { margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .85rem; color: #9fb6cc; }
.fuss__fein a { color: #cfe0f0; }

@media (max-width: 75rem) {
  .menue__punkt > a { padding: .5rem .5rem; font-size: .9rem; }
  .kopf__tel span { display: none; }
}
@media (max-width: 62rem) {
  .kopf__nav { gap: 0; overflow-y: auto; max-height: calc(100vh - 80px); }
  .menue { flex-direction: column; align-items: stretch; width: 100%; }
  .menue__punkt { flex-wrap: wrap; border-bottom: 1px solid var(--hi-teal-tint); }
  .menue__punkt > a { flex: 1; padding: .85rem .5rem; font-size: 1.05rem; }
  .menue__auf { display: block; }
  .menue__punkt.offen .menue__auf .ico { transform: rotate(180deg); }
  .untermenue { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; min-width: 0; width: 100%; display: none; padding: 0 0 .5rem .75rem; }
  .menue__punkt:hover .untermenue { display: none; }
  .menue__punkt.offen .untermenue { display: block; }
  .nur-mobil { display: block; }
  .kopf__merk { margin: .5rem 0; }
  .kopf__tel span { display: inline; }
  .wege__in { grid-template-columns: 1fr 1fr; }
  .zwei-spalten, .person, .formularseite, .modelle { grid-template-columns: 1fr; }
  .zwei-spalten--gedreht > :first-child, .person--gedreht > img { order: 0; }
  .kontaktkarte { position: static; }
  .fuss__in { grid-template-columns: 1fr 1fr; }
  .bildraster--drei { grid-template-columns: 1fr; }
}
@media (max-width: 40rem) {
  .wege { margin-top: -2rem; }
  .wege__in { gap: .6rem; }
  .weg { padding: 1rem; }
  .formular__raster { grid-template-columns: 1fr; }
  .fuss__in { grid-template-columns: 1fr; }
}
/* Störer liegt unter dem (aufgeklappten) Menü */
.stoerer-anker { z-index: 40; }
/* Porträt mit Namen */
.portraet { margin: 0; }
.portraet figcaption { margin-top: .75rem; text-align: center; }
.portraet strong { display: block; font: 700 1.15rem var(--h); color: var(--blau); }
.portraet span { font-size: .92rem; color: #5b6c6e; }
/* Videos */
.videos { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 19rem), 1fr)); gap: 1.5rem; }
.videokarte h3 { font-size: 1.05rem; margin: .75rem 0 .2rem; line-height: 1.35; }
.videokarte__datum { font-size: .88rem; color: #6b7c7e; margin: 0; }
.videokarte .video > img { opacity: .85; }
.videokarte .video__start { padding: .7rem 1.2rem; font-size: .95rem; }
.videos__hinweis { font-size: .85rem; color: #6b7c7e; margin-top: 1.25rem; }
.kopfzeile__text { margin: .35rem 0 0; color: #4a5b5d; }
.fuss__yt { display: inline-flex; align-items: center; gap: .45rem; }
/* Dr.-Klein-Rechner: direkt geladen, volle Höhe (Inhalt ca. 2 200–2 250 px) */
.rechner { min-height: 0; height: 2300px; background: #fff; }
.rechner iframe { position: static; display: block; width: 100%; height: 100%; border: 0; }
.rechner__text { font: 700 clamp(1.15rem, 2vw, 1.4rem)/1.4 var(--h); color: var(--hi-teal); margin: 0 0 1.25rem; }
.rechner__hinweis { font-size: .85rem; color: #6b7c7e; margin-top: .75rem; }
@media (max-width: 40rem) { .rechner { height: 2400px; } }
