/* OFI IMMO – Design-System, mobil zuerst */

@font-face {
	font-family: "Figtree";
	src: url("fonts/figtree.woff2") format("woff2");
	font-weight: 300 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--g950: #04200f;
	--g900: #062a17;
	--g800: #0a3b22;
	--g700: #006334;
	--g600: #007e34;
	--g500: #1a9a4d;
	--g200: #cfe7d8;
	--g100: #e6f2ea;
	--g50: #f2f8f4;
	--ink: #152019;
	--text: #2b332e;
	--muted: #5b645e;
	--grey: #676766;
	--line: #dde5df;
	--sand: #f6f5f0;
	--white: #fff;
	--r: 14px;
	--r-lg: 22px;
	--sh: 0 1px 2px rgba(6, 42, 23, .06), 0 8px 28px rgba(6, 42, 23, .08);
	--sh-lg: 0 2px 6px rgba(6, 42, 23, .08), 0 22px 60px rgba(6, 42, 23, .16);
	--font: "Figtree", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--head-h: 64px;
	--gut: 20px;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--head-h) + 16px); }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 1.0625rem;
	line-height: 1.65;
	color: var(--text);
	background: var(--white);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	padding-bottom: 76px; /* Platz für die mobile Kontaktleiste */
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--g700); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--g600); }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.2em; }
strong { color: var(--ink); font-weight: 700; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.15; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.02em; text-wrap: balance; }
h1 { font-size: clamp(2rem, 1.35rem + 3.2vw, 3.5rem); letter-spacing: -.03em; }
h2 { font-size: clamp(1.6rem, 1.2rem + 1.9vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 1.05rem + .5vw, 1.35rem); letter-spacing: -.01em; }
h4 { font-size: 1.05rem; }
:focus-visible { outline: 3px solid var(--g500); outline-offset: 2px; border-radius: 6px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--g700); color: #fff; padding: 10px 16px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }
.ofi-i { width: 1.1em; height: 1.1em; fill: currentColor; flex: none; }

/* Layout */
.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 var(--gut); }
.narrow { max-width: 780px; }
.sec { padding: clamp(56px, 9vw, 112px) 0; }
.sec-tight { padding: clamp(40px, 6vw, 72px) 0; }
.sec-alt { background: var(--sand); }
.sec-green { background: var(--g50); }
.sec-dark { background: var(--g900); color: #d9e8de; }
.sec-dark h2, .sec-dark h3, .sec-dark strong { color: #fff; }
.sec-dark a:not(.btn) { color: #9fe0b6; }
.sec-head { max-width: 760px; margin-bottom: clamp(28px, 4vw, 48px); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head p { color: var(--muted); font-size: 1.1rem; }
.sec-dark .sec-head p { color: #b9d2c1; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--g600); margin: 0 0 14px; }
.eyebrow::before { content: ""; width: 22px; height: 3px; border-radius: 2px; background: currentColor; transform: skewX(-35deg); }
.sec-dark .eyebrow, .hero .eyebrow { color: #7fd6a0; }
.lead { font-size: clamp(1.1rem, 1.02rem + .45vw, 1.3rem); line-height: 1.55; color: var(--muted); }
.small { font-size: .92rem; color: var(--muted); }
.center { text-align: center; }
.mt-0 { margin-top: 0; }

/* Buttons */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 48px; padding: 12px 22px; border-radius: 12px; border: 2px solid transparent;
	font: inherit; font-weight: 700; font-size: 1rem; line-height: 1.2; text-decoration: none; cursor: pointer;
	transition: background .18s, color .18s, border-color .18s, transform .18s, box-shadow .18s;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--g600); color: #fff; box-shadow: 0 6px 18px rgba(0, 126, 52, .28); }
.btn-primary:hover { background: var(--g700); color: #fff; box-shadow: 0 8px 24px rgba(0, 99, 52, .34); }
.btn-light { background: #fff; color: var(--g800); }
.btn-light:hover { background: var(--g100); color: var(--g900); }
.btn-ghost { background: transparent; color: var(--g700); border-color: var(--g200); }
.btn-ghost:hover { border-color: var(--g600); color: var(--g700); background: var(--g50); }
.hero .btn-ghost, .sec-dark .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .35); }
.hero .btn-ghost:hover, .sec-dark .btn-ghost:hover { background: rgba(255, 255, 255, .08); border-color: #fff; color: #fff; }
.btn-lg { min-height: 56px; padding: 14px 26px; font-size: 1.05rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn-row .btn { flex: 1 1 100%; }
.txt-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; text-decoration: none; }
.txt-link .ofi-i { transition: transform .18s; }
.txt-link:hover .ofi-i { transform: translateX(3px); }

/* Kopfzeile */
.site-head { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .96); backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.site-head.is-scrolled { border-color: var(--line); box-shadow: 0 4px 18px rgba(6, 42, 23, .06); }
.head-row { display: flex; align-items: center; gap: 12px; height: var(--head-h); }
.brand { display: block; width: 104px; flex: none; margin-right: auto; }
.brand svg { width: 100%; height: auto; }
.head-tel { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; color: var(--g700); background: var(--g50); text-decoration: none; }
.head-tel span { display: none; }
.head-tel .ofi-i { width: 20px; height: 20px; }
.head-cta { display: none; }
.burger { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0 11px; border: 0; border-radius: 12px; background: var(--g700); cursor: pointer; }
.burger span { display: block; height: 2px; border-radius: 2px; background: #fff; transition: transform .22s, opacity .22s; }
.nav-open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-open .burger span:nth-child(2) { opacity: 0; }
.nav-open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav { position: fixed; inset: var(--head-h) 0 0 0; background: #fff; padding: 12px var(--gut) 40px; overflow-y: auto; opacity: 0; transform: translateY(-8px); visibility: hidden; pointer-events: none; transition: opacity .22s ease, transform .22s ease, visibility .22s; }
.nav-open .nav { opacity: 1; transform: none; visibility: visible; pointer-events: auto; }
.nav-open { overflow: hidden; }
.nav ul { list-style: none; margin: 0; padding: 0; }
.nav li a { display: flex; align-items: center; justify-content: space-between; padding: 16px 4px; font-size: 1.3rem; font-weight: 700; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); }
.nav li a::after { content: "›"; color: var(--g600); font-size: 1.4rem; }
.nav li a[aria-current="page"] { color: var(--g600); }
.nav-extra { display: grid; gap: 12px; margin-top: 24px; }
.nav-extra .btn { width: 100%; min-height: 54px; }
.nav-tel { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; border-radius: 12px; border: 2px solid var(--g200); font-weight: 700; text-decoration: none; color: var(--g700); }
.nav-sub { text-align: center; font-size: .95rem; margin: 8px 0 0; }

/* Hero */
.hero { position: relative; background: var(--g900); color: #d4e6da; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background:
	radial-gradient(120% 90% at 100% 0%, rgba(26, 154, 77, .28), transparent 55%),
	radial-gradient(80% 70% at 0% 100%, rgba(0, 99, 52, .45), transparent 60%); }
.hero::after { /* Streifen aus dem Logo als Bildmotiv */
	content: ""; position: absolute; z-index: -1; right: -60px; top: -40px; width: 420px; height: 520px; opacity: .16;
	background:
		linear-gradient(#fff, #fff) 0 0 / 38px 100% no-repeat,
		linear-gradient(#3fbf6f, #3fbf6f) 92px 90px / 30px 100% no-repeat,
		linear-gradient(#8fd3a8, #8fd3a8) 170px 170px / 22px 100% no-repeat;
	transform: skewX(-36deg); transform-origin: top right; }
.hero h1 { color: #fff; }
.hero h1 em { font-style: normal; color: #86e0a6; }
.hero .lead { color: #c7ddcf; }
.hero-in { display: grid; gap: 36px; padding-top: clamp(40px, 8vw, 96px); padding-bottom: clamp(48px, 8vw, 104px); }
.hero-points { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 10px; }
.hero-points li { display: flex; gap: 10px; align-items: flex-start; color: #e6f2ea; font-weight: 600; }
.hero-points li::before, .checks li::before { content: ""; flex: none; width: 22px; height: 22px; margin-top: 2px; border-radius: 50%; background: var(--g600) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9.5 16.2 5.3 12l-1.4 1.4 5.6 5.6L20.1 8.4 18.7 7z'/%3E%3C/svg%3E") center / 15px no-repeat; }
.hero-sm { background: var(--g50); padding: clamp(40px, 7vw, 88px) 0 clamp(36px, 6vw, 72px); }
.hero-sm .lead { max-width: 720px; }
.crumbs { font-size: .88rem; color: var(--muted); margin: 0 0 18px; }
.crumbs a { color: var(--muted); }

/* Faktenkarte „Auf einen Blick“ */
.facts-card { background: #fff; color: var(--text); border-radius: var(--r-lg); padding: 24px; box-shadow: var(--sh-lg); }
.facts-card h2 { font-size: 1.15rem; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.facts-card h2::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--g500); box-shadow: 0 0 0 4px var(--g100); }
.facts { margin: 0; display: grid; }
.facts > div { display: grid; grid-template-columns: 1fr; gap: 2px; padding: 12px 0; border-top: 1px solid var(--line); }
.facts > div:first-child { border-top: 0; padding-top: 0; }
.facts dt { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--g600); }
.facts dd { margin: 0; color: var(--ink); font-weight: 600; line-height: 1.45; }

/* Vertrauensleiste */
.trust { border-bottom: 1px solid var(--line); background: #fff; }
.trust ul { list-style: none; margin: 0; padding: 18px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; }
.trust li { display: flex; flex-direction: column; font-size: .88rem; color: var(--muted); line-height: 1.35; }
.trust b { font-size: 1.15rem; color: var(--ink); font-weight: 800; }

/* Karten */
.cards { display: grid; gap: 16px; grid-template-columns: 1fr; }
.card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 24px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.card h3 { margin-bottom: .4em; }
.card p:last-child { margin-bottom: 0; }
.card-link { text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.card-link:hover { border-color: var(--g200); box-shadow: var(--sh); transform: translateY(-2px); color: inherit; }
.card-link .txt-link { margin-top: auto; padding-top: 12px; color: var(--g700); }
@media (max-width: 559px) {
	.card { padding: 20px; }
	.cards > .card-link { display: grid; grid-template-columns: 44px 1fr; column-gap: 14px; }
	.cards > .card-link .card-ico { width: 44px; height: 44px; margin: 0; grid-row: span 3; }
	.cards > .card-link h3 { align-self: center; margin: 0 0 6px; }
	.cards > .card-link .txt-link { padding-top: 6px; }
}
.card-ico { width: 48px; height: 48px; border-radius: 14px; background: var(--g100); color: var(--g700); display: grid; place-items: center; margin-bottom: 16px; font-weight: 800; }
.card-ico svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sec-alt .card { border-color: transparent; }

/* Häkchenliste */
.checks { list-style: none; padding: 0; margin: 0 0 1em; display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; }

/* Ablauf */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; counter-reset: s; }
.steps li { position: relative; padding: 0 0 28px 64px; counter-increment: s; }
.steps li::before { content: counter(s); position: absolute; left: 0; top: 0; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; background: var(--g600); box-shadow: 0 0 0 6px var(--g100); }
.steps li::after { content: ""; position: absolute; left: 21px; top: 52px; bottom: 6px; width: 2px; background: var(--g200); }
.steps li:last-child::after { display: none; }
.steps h3 { margin: 8px 0 6px; }
.steps p { color: var(--muted); margin: 0; }
.steps .time { display: inline-block; margin-top: 8px; font-size: .82rem; font-weight: 700; color: var(--g700); background: var(--g100); border-radius: 999px; padding: 3px 10px; }
.sec-dark .steps li::before { box-shadow: 0 0 0 6px rgba(255, 255, 255, .08); }
.sec-dark .steps li::after { background: rgba(255, 255, 255, .15); }
.sec-dark .steps p { color: #b9d2c1; }
.sec-dark .steps .time { background: rgba(255, 255, 255, .1); color: #9fe0b6; }

/* Zweispalter */
.split { display: grid; gap: 32px; align-items: start; }
.panel { background: #fff; border-radius: var(--r-lg); padding: 28px; box-shadow: var(--sh); }
.panel-green { background: var(--g700); color: #e3f1e8; }
.panel-green h2, .panel-green h3, .panel-green strong { color: #fff; }

/* Referenzen */
.deal { display: grid; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.deal-visual { position: relative; min-height: 150px; background: linear-gradient(135deg, var(--g800), var(--g600)); color: #fff; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; }
.deal-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.deal-visual .tag { position: relative; align-self: flex-start; background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .3); color: #fff; font-size: .8rem; font-weight: 700; border-radius: 999px; padding: 4px 12px; backdrop-filter: blur(4px); }
.deal-visual .place { position: relative; font-size: 1.6rem; font-weight: 800; letter-spacing: -.02em; margin-top: 10px; }
.deal-body { padding: 24px; min-width: 0; }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(96px, 1fr)); gap: 10px; margin: 0 0 18px; }
.stats > div { background: var(--g50); border-radius: 12px; padding: 10px 12px; }
.stats dt { font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.stats dd { margin: 0; font-size: 1.15rem; font-weight: 800; color: var(--ink); }

/* Kundenstimmen */
.quotes { display: grid; gap: 16px; }
.quote { margin: 0; background: #fff; border-radius: var(--r); padding: 26px; border: 1px solid var(--line); display: flex; flex-direction: column; }
.quote::before { content: "“"; font-size: 3.4rem; line-height: .7; color: var(--g500); font-weight: 800; height: 26px; }
.quote blockquote { margin: 0 0 16px; font-size: 1.05rem; color: var(--ink); }
.quote figcaption { margin-top: auto; font-size: .9rem; font-weight: 700; color: var(--muted); }
.quote figcaption b { display: block; color: var(--ink); }

/* Städte */
.cities { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; list-style: none; margin: 0; padding: 0; }
.cities a, .cities span { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-radius: 12px; background: #fff; border: 1px solid var(--line); font-weight: 700; color: var(--ink); text-decoration: none; transition: border-color .2s, box-shadow .2s; }
.cities a:hover { border-color: var(--g500); box-shadow: var(--sh); }
.cities .ofi-i { color: var(--g600); }
.sec-dark .cities a { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .12); color: #fff; }

.city { border-top: 1px solid var(--line); padding: 32px 0; }
.city:first-of-type { border-top: 0; }
.city h2 { font-size: clamp(1.4rem, 1.2rem + 1vw, 1.9rem); }
.city .badge { display: inline-block; font-size: .78rem; font-weight: 700; color: var(--g700); background: var(--g100); padding: 3px 10px; border-radius: 999px; margin-bottom: 10px; }

/* Sprungmarken */
.toc { display: flex; gap: 8px; overflow-x: auto; padding: 4px var(--gut) 12px; margin: 0 calc(var(--gut) * -1); scrollbar-width: none; list-style: none; }
.toc::-webkit-scrollbar { display: none; }
.toc a { white-space: nowrap; display: inline-block; padding: 9px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-weight: 700; font-size: .92rem; text-decoration: none; color: var(--ink); }
.toc a:hover { border-color: var(--g500); color: var(--g700); }

/* Fließtext-Artikel */
.prose { max-width: 760px; }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; }
.prose > :first-child { margin-top: 0; }
.prose ul li, .prose ol li { margin-bottom: .4em; }
.answer { background: var(--g50); border-left: 4px solid var(--g600); border-radius: 0 12px 12px 0; padding: 18px 20px; margin: 0 0 1.4em; color: var(--ink); font-size: 1.08rem; }
.answer p:last-child { margin: 0; }
.topic { scroll-margin-top: calc(var(--head-h) + 20px); padding-top: 8px; }
.topic + .topic { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 40px; }

/* Vergleich */
.compare { width: 100%; border-collapse: separate; border-spacing: 0; font-size: .98rem; }
.compare th, .compare td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare thead th { font-size: .85rem; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }
.compare thead th:nth-child(2) { color: var(--g700); }
.compare tbody th { color: var(--ink); font-weight: 700; }
.compare td:nth-child(2) { background: var(--g50); color: var(--ink); font-weight: 600; }
.compare-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); background: #fff; }

/* FAQ */
.faq { display: grid; gap: 10px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--r); transition: border-color .2s, box-shadow .2s; }
.faq details[open] { border-color: var(--g200); box-shadow: var(--sh); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 20px; font-weight: 700; color: var(--ink); font-size: 1.05rem; line-height: 1.35; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--g100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23006334' d='M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6z'/%3E%3C/svg%3E") center / 16px no-repeat; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 20px 20px; color: var(--text); }
.faq .a p:last-child, .faq .a ul:last-child { margin-bottom: 0; }
.faq-group { margin-top: 40px; }
.faq-group h2 { font-size: 1.35rem; margin-bottom: 16px; }

/* Abschluss-Band */
.cta-band { position: relative; overflow: hidden; background: var(--g700); color: #e3f1e8; border-radius: var(--r-lg); padding: clamp(28px, 5vw, 56px); isolation: isolate; }
.cta-band::after { content: ""; position: absolute; z-index: -1; right: -40px; bottom: -80px; width: 260px; height: 320px; opacity: .14; background: linear-gradient(#fff, #fff) 0 0 / 28px 100% no-repeat, linear-gradient(#fff, #fff) 70px 60px / 22px 100% no-repeat; transform: skewX(-36deg); }
.cta-band h2 { color: #fff; }
.cta-band p { color: #d3eadb; max-width: 620px; }
.cta-band .btn-light { color: var(--g800); }
.cta-band .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .4); }
.cta-band .btn-ghost:hover { background: rgba(255, 255, 255, .1); border-color: #fff; color: #fff; }

/* Person */
.person { display: grid; gap: 20px; align-items: center; }
.person-img { width: 120px; height: 120px; border-radius: 50%; background: var(--g100); display: grid; place-items: center; font-size: 2.2rem; font-weight: 800; color: var(--g700); overflow: hidden; }
.person-img img { width: 100%; height: 100%; object-fit: cover; }
.person blockquote { margin: 0; font-size: clamp(1.15rem, 1.05rem + .6vw, 1.45rem); line-height: 1.45; color: var(--ink); font-weight: 600; }
.person cite { display: block; margin-top: 12px; font-style: normal; font-size: .95rem; color: var(--muted); }
.person cite b { color: var(--ink); }

/* Formular */
.form-shell { background: #fff; border-radius: var(--r-lg); box-shadow: var(--sh-lg); padding: 22px; }
.ofi-form { display: grid; gap: 4px; }
.ofi-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.f-progress { list-style: none; margin: 0 0 18px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.f-progress li { font-size: .8rem; font-weight: 700; color: var(--muted); display: flex; flex-direction: column; gap: 6px; }
.f-progress li::before { content: ""; height: 5px; border-radius: 5px; background: var(--line); }
.f-progress li span { display: none; }
.f-progress li.is-done, .f-progress li.is-active { color: var(--g700); }
.f-progress li.is-done::before, .f-progress li.is-active::before { background: var(--g600); }
.f-step { display: grid; gap: 18px; }
.is-multi.js .f-step:not(.is-active) { display: none; }
.f-group { margin: 0; padding: 0; border: 0; display: grid; gap: 8px; min-width: 0; }
.f-group > label, .f-group legend { font-weight: 700; color: var(--ink); font-size: .98rem; padding: 0; }
.req { color: var(--g600); }
.ofi-form input[type="text"], .ofi-form input[type="tel"], .ofi-form input[type="email"], .ofi-form select, .ofi-form textarea, .quick-form select, .quick-form input[type="text"] {
	width: 100%; min-height: 52px; padding: 12px 14px; border-radius: 12px; border: 1.5px solid #cfd8d2; background: #fff;
	font: inherit; font-size: 16px; color: var(--ink); transition: border-color .15s, box-shadow .15s; appearance: none; -webkit-appearance: none; }
.ofi-form select, .quick-form select { background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23006334' d='m7 10 5 5 5-5z'/%3E%3C/svg%3E") right 12px center / 22px no-repeat; padding-right: 42px; }
.ofi-form input:focus, .ofi-form select:focus, .ofi-form textarea:focus, .quick-form select:focus, .quick-form input:focus { outline: none; border-color: var(--g600); box-shadow: 0 0 0 4px rgba(26, 154, 77, .18); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; flex: 1 1 calc(50% - 8px); }
.chip input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.chip span { display: flex; align-items: center; justify-content: center; text-align: center; min-height: 52px; padding: 10px 12px; border-radius: 12px; border: 1.5px solid #cfd8d2; font-weight: 600; font-size: .95rem; line-height: 1.25; color: var(--ink); background: #fff; transition: all .15s; }
.chip input:checked + span { border-color: var(--g600); background: var(--g50); color: var(--g700); box-shadow: inset 0 0 0 1px var(--g600); }
.chip input:focus-visible + span { box-shadow: 0 0 0 4px rgba(26, 154, 77, .25); }
.f-check { display: flex; gap: 12px; align-items: flex-start; font-size: .9rem; color: var(--muted); line-height: 1.5; }
.f-check input { width: 22px; height: 22px; margin-top: 1px; flex: none; accent-color: var(--g600); }
.f-nav { display: flex; gap: 10px; margin-top: 4px; }
.f-nav .btn-primary { flex: 1; }
.f-hint { font-size: .86rem; color: var(--muted); margin: 12px 0 0; text-align: center; }
.f-error { margin: 8px 0 0; color: #b42318; font-weight: 700; font-size: .92rem; text-align: center; }
.is-invalid, .f-group.is-invalid select, .f-group.is-invalid input, .quick-form .f-group.is-invalid select, .quick-form .f-group.is-invalid input[type="text"] { border-color: #d92d20 !important; }
.f-group.is-invalid .chip span { border-color: #f2a39b; }

/* Formular-Seiten: mobil Formular direkt nach der Überschrift */
.form-page { display: grid; gap: 28px; grid-template-areas: "intro" "form" "more"; }
.form-page > .fp-intro { grid-area: intro; }
.form-page > .form-shell { grid-area: form; }
.form-page > .fp-more { grid-area: more; }
.fp-intro .lead { margin-bottom: 0; }

/* Hinweisbox */
.note { background: #fff8e6; border: 1px solid #f5d98f; border-radius: 12px; padding: 14px 16px; font-size: .95rem; color: #5c4400; }

/* Fußzeile */
.site-foot { background: var(--g950); color: #b8cbbf; padding: 56px 0 24px; font-size: .96rem; }
.site-foot a { color: #e3efe7; text-decoration: none; }
.site-foot a:hover { color: #86e0a6; }
.foot-grid { display: grid; gap: 36px; }
.brand-foot { width: 132px; margin-bottom: 18px; }
.foot-brand p { max-width: 380px; }
.foot-group a { text-decoration: underline; }
.foot-h { font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #7fd6a0; margin-bottom: 14px; }
.site-foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.foot-cities { grid-template-columns: 1fr 1fr; }
.foot-contact a, .foot-contact span { display: inline-flex; align-items: center; gap: 10px; }
.foot-contact .ofi-i { color: #7fd6a0; }
.foot-small { margin-top: 20px !important; font-size: .9rem; }
.foot-legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .86rem; }
.foot-legal p { margin: 0; }

/* Mobile Kontaktleiste */
.mbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 1fr; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .97); backdrop-filter: blur(10px); box-shadow: 0 -6px 24px rgba(6, 42, 23, .12); transition: transform .25s; }
.mbar a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; border-radius: 12px; font-weight: 700; text-decoration: none; }
.mbar-tel { padding: 0 18px; color: var(--g700); border: 2px solid var(--g200); }
.mbar-cta { background: var(--g600); color: #fff; }
.mbar-cta:hover { color: #fff; background: var(--g700); }
.nav-open .mbar, .mbar.is-hidden { transform: translateY(110%); }
body.no-mbar { padding-bottom: 0; }

/* Rechtstexte */
.legal h2 { font-size: 1.3rem; margin-top: 1.8em; }
.legal h3 { font-size: 1.08rem; margin-top: 1.4em; }

/* ---------- ab 560 px ---------- */
@media (min-width: 560px) {
	:root { --gut: 24px; }
	.btn-row .btn { flex: 0 1 auto; }
	.trust ul { grid-template-columns: repeat(4, 1fr); }
	.cities { grid-template-columns: repeat(3, 1fr); }
	.chip { flex: 1 1 0; }
	.form-shell { padding: 32px; }
	.person { grid-template-columns: 120px 1fr; gap: 28px; }
}

/* ---------- ab 760 px ---------- */
@media (min-width: 760px) {
	.cards-2, .cards-3, .cards-4 { grid-template-columns: repeat(2, 1fr); }
	.quotes { grid-template-columns: repeat(2, 1fr); }
	.foot-grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; }
	.deal-wide { grid-template-columns: 300px 1fr; }
	.deal-wide .deal-visual { min-height: 100%; }
	.facts > div { grid-template-columns: 112px 1fr; gap: 14px; align-items: baseline; }
	.toc { flex-wrap: wrap; overflow: visible; margin: 0; padding: 0; }
}

/* ---------- ab 1024 px: Desktop-Navigation ---------- */
@media (min-width: 1024px) {
	:root { --head-h: 80px; }
	body { padding-bottom: 0; }
	.mbar { display: none; }
	.brand { width: 124px; margin-right: 12px; }
	.burger { display: none; }
	.nav { position: static; inset: auto; transform: none; opacity: 1; visibility: visible; pointer-events: auto; background: none; padding: 0; overflow: visible; margin-right: auto; }
	.nav ul { display: flex; gap: 4px; }
	.nav li a { border: 0; padding: 10px 14px; font-size: 1rem; font-weight: 600; border-radius: 10px; color: var(--text); }
	.nav li a::after { display: none; }
	.nav li a:hover { background: var(--g50); color: var(--g700); }
	.nav li a[aria-current="page"] { color: var(--g700); background: var(--g50); }
	.nav-extra { display: none; }
	.head-tel { width: auto; height: auto; background: none; gap: 8px; padding: 8px 6px; font-weight: 700; }
	.head-tel span { display: inline; }
	.head-cta { display: inline-flex; }
	.hero-in { grid-template-columns: 1.25fr .85fr; align-items: center; gap: 56px; }
	.hero::after { width: 620px; height: 760px; right: 0; opacity: .12; }
	.cards-3 { grid-template-columns: repeat(3, 1fr); }
	.cards-4 { grid-template-columns: repeat(4, 1fr); }
	.split { grid-template-columns: 1fr 1fr; gap: 64px; }
	.split-60 { grid-template-columns: 1.3fr 1fr; }
	.split-form { grid-template-columns: 1fr 1.05fr; }
	.form-page { grid-template-columns: 1fr 1.05fr; grid-template-areas: "intro form" "more form"; column-gap: 64px; row-gap: 24px; align-items: start; }
	.form-page > .form-shell { position: sticky; top: calc(var(--head-h) + 24px); }
	.steps-row { grid-template-columns: repeat(4, 1fr); gap: 28px; }
	.steps-row li { padding: 64px 0 0; }
	.steps-row li::after { left: 56px; right: -20px; top: 21px; bottom: auto; width: auto; height: 2px; }
	.quotes-3 { grid-template-columns: repeat(3, 1fr); }
	.cities-6 { grid-template-columns: repeat(6, 1fr); }
	.sticky-side { position: sticky; top: calc(var(--head-h) + 24px); }
	.form-shell { padding: 36px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}

/* =========================================================
   v2 – Regionalleiste, Foto-Hero, Schnellstart, Bestand, Karte, Rechner
   ========================================================= */

/* Regionalleiste über dem Header */
.topbar { background: var(--g950); color: #cfe3d6; font-size: .8rem; line-height: 1.3; }
.topbar-row { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 34px; }
.tb-region { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; color: #fff; white-space: nowrap; }
.tb-region .ofi-i { color: #7fd6a0; width: 14px; height: 14px; }
.tb-cities, .tb-group { display: none; }
.brand-tag { display: none; }

/* Foto-Hero */
.hero-photo { background: var(--g950); }
.hero-photo::before { background: linear-gradient(180deg, rgba(4, 32, 15, .72) 0%, rgba(4, 32, 15, .86) 55%, rgba(4, 32, 15, .95) 100%); z-index: 0; }
.hero-photo::after { display: none; }
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 45%; }
.hero-photo .hero-in { position: relative; z-index: 1; }
.hero-credit { position: relative; z-index: 1; margin: 0; padding: 0 var(--gut) 18px; font-size: .78rem; color: #a9c4b2; display: flex; align-items: center; gap: 6px; }
.hero-credit .ofi-i { color: #7fd6a0; width: 13px; height: 13px; }
.hero-photo h1 { text-shadow: 0 2px 24px rgba(0, 0, 0, .25); }

/* Schnellstart-Karte */
.quick { background: #fff; color: var(--text); border-radius: var(--r-lg); padding: 22px; box-shadow: 0 30px 80px rgba(0, 0, 0, .35); }
.quick-step { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--g600); margin: 0 0 8px; }
.quick-step span { color: var(--muted); letter-spacing: 0; text-transform: none; font-weight: 600; white-space: nowrap; }
.quick h2 { font-size: clamp(1.25rem, 1.1rem + .6vw, 1.5rem); margin-bottom: 16px; }
.quick-bar { height: 5px; border-radius: 5px; background: var(--line); margin: 0 0 18px; overflow: hidden; }
.quick-bar i { display: block; width: 33%; height: 100%; background: var(--g600); border-radius: 5px; }
.quick-form { display: grid; gap: 16px; }
.quick-form .chip { flex: 1 1 calc(50% - 8px); }
.quick-go { width: 100%; }
.quick-go .ofi-i { width: 20px; height: 20px; }
.quick-hint { margin: -4px 0 0; font-size: .88rem; color: #6b4e00; background: #fff8e6; border: 1px solid #f5d98f; border-radius: 10px; padding: 10px 12px; }
.quick-trust { list-style: none; margin: 0; padding: 0; display: flex; justify-content: center; gap: 16px; font-size: .82rem; font-weight: 600; color: var(--muted); }
.quick-trust li { display: inline-flex; align-items: center; gap: 6px; }
.quick-trust li::before { content: ""; width: 14px; height: 14px; border-radius: 50%; background: var(--g600) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9.5 16.2 5.3 12l-1.4 1.4 5.6 5.6L20.1 8.4 18.7 7z'/%3E%3C/svg%3E") center / 10px no-repeat; }

/* Vertrauensleiste mit Icons */
.trust-v2 ul { grid-template-columns: 1fr; gap: 12px; }
.trust-v2 li, .trust-v2 li > span { min-width: 0; }
.hero-grid { grid-template-areas: "text" "quick" "more"; }
.hero-grid > .hero-text { grid-area: text; }
.hero-grid > .quick { grid-area: quick; }
.hero-grid > .hero-more { grid-area: more; }
.hero-grid .lead { margin-bottom: 0; }
.hero-more .hero-points { margin-top: 0; }
.trust-v2 li { flex-direction: row; align-items: center; gap: 12px; }
.trust-v2 .t-ico { flex: none; width: 40px; height: 40px; border-radius: 12px; background: var(--g100); color: var(--g700); display: grid; place-items: center; }
.trust-v2 .t-ico svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.trust-v2 li > span:last-child { display: flex; flex-direction: column; }

/* Bestand / Häuser */
.estate { display: grid; grid-auto-flow: column; grid-auto-columns: 82%; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px var(--gut) 18px; margin: 0 calc(var(--gut) * -1); scrollbar-width: thin; }
.house { scroll-snap-align: start; margin: 0; background: #fff; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.house:hover { transform: translateY(-3px); box-shadow: var(--sh-lg); }
.house-img { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--g100); }
.house-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.house:hover .house-img img { transform: scale(1.04); }
.house-tag { position: absolute; left: 12px; top: 12px; background: rgba(255, 255, 255, .94); color: var(--g800); font-size: .74rem; font-weight: 800; letter-spacing: .02em; padding: 5px 10px; border-radius: 999px; box-shadow: 0 4px 14px rgba(0, 0, 0, .12); }
.house-tag.is-gruppe { background: rgba(6, 42, 23, .86); color: #d6efe0; }
.house figcaption { padding: 16px 18px 18px; display: grid; gap: 4px; }
.house figcaption b { color: var(--ink); font-size: 1.05rem; line-height: 1.3; }
.house figcaption span { font-size: .9rem; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.house figcaption .ofi-i { color: var(--g600); width: 14px; height: 14px; }
.estate-note { font-size: .88rem; color: var(--muted); margin: 6px 0 0; }

/* Karte */
.map-wrap { display: grid; gap: 28px; align-items: center; }
.map-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 10px; color: var(--g700); box-shadow: var(--sh); }
.map-svg { width: 100%; height: auto; display: block; }
.map-river { stroke: #9cc9e6; stroke-width: 5; stroke-linecap: round; opacity: .8; }
.map-river-l { font-size: 15px; font-style: italic; fill: #6aa6cc; font-weight: 600; }
.map-city { cursor: pointer; }
.map-city text { font-size: 25px; font-weight: 800; fill: var(--ink); paint-order: stroke; stroke: #fff; stroke-width: 6px; stroke-linejoin: round; transition: fill .2s; }
.map-dot { fill: var(--g600); stroke: #fff; stroke-width: 3; }
.map-ring { fill: none; stroke: var(--g600); stroke-width: 2; opacity: .35; transform-origin: center; transform-box: fill-box; }
.map-city:hover text, .map-city:focus text { fill: var(--g600); }
.map-city:hover .map-ring { opacity: .8; }
.map-house path { stroke: #fff; stroke-width: 1.6; }
.map-house-ofi path { fill: #d9822b; }
.map-house-gruppe path { fill: #0a3b22; }
.map-badge rect { fill: #062a17; }
.map-badge text { fill: #fff; font-size: 15px; font-weight: 700; }
.map-badge .mb-ico { fill: #7fd6a0; }
.map-badge-sitz rect { fill: #fff; stroke: #007e34; stroke-width: 2; }
.map-badge-sitz text { fill: #006334; font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.map-scale path { stroke: var(--muted); stroke-width: 2; fill: none; }
.map-scale text { font-size: 14px; fill: var(--muted); font-weight: 600; }
@media (prefers-reduced-motion: no-preference) {
	.map-ring { animation: ofi-pulse 2.8s ease-out infinite; }
	@keyframes ofi-pulse { 0% { transform: scale(.6); opacity: .6; } 100% { transform: scale(2.2); opacity: 0; } }
}
.map-legend { list-style: none; margin: 14px 6px 4px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: .84rem; color: var(--muted); }
.map-legend li { display: inline-flex; align-items: center; gap: 8px; }
.map-legend i { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.lg-city { background: var(--g600); }
.lg-ofi { background: #fff; border: 2px solid var(--g600); }
.lg-gruppe { background: #0a3b22; border-radius: 2px !important; }
.lg-umland { background: rgba(26, 154, 77, .25); }
.city-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.city-list a { display: flex; flex-direction: column; padding: 14px 16px; border-radius: 14px; background: #fff; border: 1px solid var(--line); text-decoration: none; color: var(--ink); font-weight: 800; transition: border-color .2s, box-shadow .2s; }
.city-list a span { font-size: .82rem; font-weight: 600; color: var(--muted); }
.city-list a:hover { border-color: var(--g500); box-shadow: var(--sh); }

/* Wartekosten-Rechner */
.calc { display: grid; gap: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; box-shadow: var(--sh); }
.calc h3 { margin: 0; }
.calc-in { display: grid; gap: 16px; }
.calc label { display: grid; gap: 6px; font-weight: 700; color: var(--ink); font-size: .95rem; }
.calc label small { font-weight: 500; color: var(--muted); font-size: .84rem; }
.calc .inp { display: flex; align-items: center; border: 1.5px solid #cfd8d2; border-radius: 12px; overflow: hidden; background: #fff; }
.calc .inp input { flex: 1; min-width: 0; border: 0; padding: 12px 14px; font: inherit; font-size: 16px; color: var(--ink); outline: none; }
.calc .inp span { padding: 0 14px; color: var(--muted); font-weight: 600; }
.calc .inp:focus-within { border-color: var(--g600); box-shadow: 0 0 0 4px rgba(26, 154, 77, .18); }
.calc input[type="range"] { width: 100%; accent-color: var(--g600); }
.calc .rv { display: flex; justify-content: space-between; font-size: .84rem; color: var(--muted); }
.calc .rv b { color: var(--g700); font-size: 1rem; }
.calc-out { background: var(--g900); color: #d4e6da; border-radius: 16px; padding: 20px; display: grid; gap: 6px; }
.calc-out .big { font-size: clamp(2rem, 1.6rem + 2vw, 2.8rem); font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -.02em; }
.calc-out p { margin: 0; }
.calc-out .small { color: #a9c4b2; }
.calc-out .btn { margin-top: 10px; }
.ofi-form ::placeholder, .quick-form ::placeholder { color: #8a948d; }

/* Foto-Collage (Über uns) */
.collage { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.collage figure { margin: 0; border-radius: 16px; overflow: hidden; position: relative; }
.collage figure:first-child { grid-column: span 2; }
.collage img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.collage figcaption { position: absolute; left: 10px; bottom: 10px; background: rgba(4, 32, 15, .78); color: #fff; font-size: .76rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; }

/* Referenz-Foto im Deal */
.deal-visual.has-img::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(4, 32, 15, 0) 35%, rgba(4, 32, 15, .82) 100%); }
.deal-visual.has-img .tag, .deal-visual.has-img .place { z-index: 2; }
.deal-visual.has-img { min-height: 220px; }

/* Einblenden beim Scrollen (nur mit JS) */
.rv-on .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.rv-on .reveal.is-in { opacity: 1; transform: none; }

@media (min-width: 560px) {
	.topbar-row { justify-content: space-between; }
	.tb-group { display: inline; color: #9fc2ab; }
	.estate { grid-auto-columns: 46%; }
	.calc { padding: 28px; }
	.calc-in { grid-template-columns: 1fr 1fr; }
	.city-list { grid-template-columns: repeat(3, 1fr); }
	.collage { grid-template-columns: 1.4fr 1fr; grid-template-rows: auto auto; }
	.collage figure:first-child { grid-column: 1; grid-row: span 2; }
	.collage figure:first-child img { aspect-ratio: auto; height: 100%; }
}
@media (min-width: 900px) {
	.tb-cities { display: inline; letter-spacing: .02em; color: #9fc2ab; }
	.trust-v2 ul { grid-template-columns: repeat(4, 1fr); }
	.estate { grid-auto-flow: row; grid-template-columns: repeat(6, 1fr); grid-auto-columns: auto; overflow: visible; padding: 0; margin: 0; }
	.estate .house { grid-column: span 2; }
	.estate .house:nth-child(-n+2) { grid-column: span 3; }
	.map-wrap { grid-template-columns: .9fr 1.25fr; gap: 48px; }
	.city-list { grid-template-columns: 1fr 1fr; }
	.calc { grid-template-columns: 1.2fr 1fr; align-items: stretch; }
	.prose .calc { grid-template-columns: 1fr; }
	.calc-out { align-content: center; }
}
@media (min-width: 1024px) {
	.hero-photo::before { background: linear-gradient(90deg, rgba(4, 32, 15, .94) 0%, rgba(4, 32, 15, .82) 45%, rgba(4, 32, 15, .38) 100%); }
	.hero-grid { grid-template-areas: "text quick" "more quick"; row-gap: 28px; align-items: start; }
	.hero-grid > .hero-text { align-self: end; }
	.hero-photo .hero-in { grid-template-columns: 1.15fr .85fr; padding-top: clamp(56px, 7vw, 104px); padding-bottom: clamp(56px, 7vw, 96px); }
	.hero-credit { position: absolute; right: 0; bottom: 0; padding: 0 28px 16px; }
	.quick { padding: 30px; }
}
@media (min-width: 1200px) {
	.brand { margin-right: 14px; }
	.brand-tag { display: block; margin-right: 10px; padding-left: 14px; border-left: 1px solid var(--line); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; line-height: 1.3; color: var(--g700); }
}

/* Leitsatz statt Personenzitat */
.pull { margin: 0; padding: 24px 26px; border-radius: var(--r-lg); background: var(--g900); color: #fff; font-size: clamp(1.15rem, 1.05rem + .6vw, 1.4rem); line-height: 1.45; font-weight: 700; position: relative; }
.pull::before { content: "“"; position: absolute; top: -6px; left: 18px; font-size: 4rem; line-height: 1; color: var(--g500); font-weight: 800; }
.pull cite { display: block; margin-top: 12px; font-style: normal; font-size: .9rem; font-weight: 600; color: #9fc2ab; }
.collage + .pull { margin-top: 14px; }

/* =========================================================
   Landingpage /ankauf/ (Baulig-Aufbau) + Formular-Fortschritt
   ========================================================= */
.lp-head .head-row { justify-content: flex-start; }
.lp-head .brand { margin-right: auto; }
.lp-head-trust { list-style: none; margin: 0; padding: 0; display: flex; gap: 12px; font-size: .8rem; font-weight: 700; color: var(--g700); }
.lp-head-trust li { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.lp-head-trust li::before { content: ""; width: 14px; height: 14px; border-radius: 50%; background: var(--g600) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9.5 16.2 5.3 12l-1.4 1.4 5.6 5.6L20.1 8.4 18.7 7z'/%3E%3C/svg%3E") center / 10px no-repeat; }
.lp-head-trust li:nth-child(3) { display: none; }
.lp-foot { padding: 24px 0 20px; }
.lp-foot .foot-legal { margin-top: 0; padding-top: 0; border-top: 0; }
.is-lp .lp-hero { padding-top: clamp(28px, 5vw, 64px); }
.is-lp .lp-hero h1 { font-size: clamp(1.75rem, 1.2rem + 2.6vw, 3rem); }
.lp-know { font-weight: 800; color: var(--ink); margin: 18px 0 10px; }

.form-shell .fs-title { font-size: clamp(1.25rem, 1.1rem + .6vw, 1.5rem); margin-bottom: 6px; }
.fs-why { font-size: .92rem; color: var(--muted); margin: 0 0 14px; }
.lp-exp { list-style: none; margin: 0 0 18px; padding: 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; background: var(--g50); border-radius: 14px; counter-reset: e; }
.lp-exp li { display: flex; flex-direction: column; gap: 2px; font-size: .76rem; line-height: 1.3; color: var(--muted); counter-increment: e; }
.lp-exp b { color: var(--g700); font-size: .98rem; font-weight: 800; }
.lp-exp b::before { content: counter(e) ". "; color: var(--g500); }

.assure { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.assure li { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px 14px 48px; position: relative; display: grid; gap: 2px; }
.assure li::before { content: ""; position: absolute; left: 14px; top: 15px; width: 22px; height: 22px; border-radius: 50%; background: var(--g600) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9.5 16.2 5.3 12l-1.4 1.4 5.6 5.6L20.1 8.4 18.7 7z'/%3E%3C/svg%3E") center / 15px no-repeat; }
.assure b { color: var(--ink); }
.assure span { font-size: .9rem; color: var(--muted); line-height: 1.45; }

.lp-why { margin-top: 28px; background: var(--g900); color: #d4e6da; border-radius: var(--r-lg); padding: 24px 26px; display: grid; gap: 10px; }
.lp-why p { margin: 0; }
.lp-why strong { color: #fff; }
.lp-why a { color: #9fe0b6; font-weight: 700; }

.cta-bar { margin-top: 28px; display: grid; gap: 14px; align-items: center; background: var(--g50); border: 1px solid var(--g200); border-radius: var(--r-lg); padding: 20px 22px; }
.cta-bar p { margin: 0; color: var(--ink); }

/* Fallstudien */
.case-list { display: grid; gap: 20px; }
.case { display: grid; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.case-img { position: relative; aspect-ratio: 4 / 3; background: var(--g100); }
.case-img img { width: 100%; height: 100%; object-fit: cover; }
.case-body { padding: 22px; min-width: 0; }
.case-body h2, .case-body h3 { font-size: clamp(1.25rem, 1.1rem + .7vw, 1.7rem); }
.case-grid { display: grid; gap: 12px; margin: 0 0 16px; }
.case-grid > div { background: var(--g50); border-radius: 12px; padding: 12px 14px; }
.case-grid b { display: block; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--g700); margin-bottom: 4px; }
.case-grid p { margin: 0; font-size: .95rem; }
.collage-mini { grid-template-columns: 1fr 1fr !important; margin-top: 14px; }
.collage-mini figure:first-child { grid-column: auto !important; grid-row: auto !important; }
.collage-mini img { aspect-ratio: 4 / 3 !important; height: auto !important; }

/* Formular: Fortschritt als Balken + „Schritt x von N“ */
.f-prog { margin: 0 0 16px; }
.f-prog-bar { height: 6px; border-radius: 6px; background: var(--line); overflow: hidden; }
.f-prog-bar i { display: block; height: 100%; width: 0; background: var(--g600); border-radius: 6px; transition: width .35s ease; }
.f-prog-t { margin: 8px 0 0; font-size: .84rem; color: var(--muted); }
.f-prog-t b { color: var(--g700); }
.f-prefill { margin: -6px 0 14px; font-size: .88rem; color: var(--g800); background: var(--g50); border: 1px solid var(--g200); border-radius: 10px; padding: 9px 12px; }
.f-step .f-group + .f-group { margin-top: 2px; }
.f-name-row { display: grid; gap: 14px; }

@media (min-width: 560px) {
	.lp-head-trust li:nth-child(3) { display: inline-flex; }
	.lp-head-trust { gap: 16px; font-size: .86rem; }
	.assure { grid-template-columns: 1fr 1fr; }
	.cta-bar { grid-template-columns: 1fr auto; }
	.case-grid { grid-template-columns: repeat(3, 1fr); }
	.case-grid-4 { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 900px) {
	.case-list { grid-template-columns: 1fr 1fr; }
	.case-list .case-grid { grid-template-columns: 1fr; }
	.case-wide { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); }
	.case-wide .case-img { aspect-ratio: auto; min-height: 100%; }
	.case-wide .case-body { padding: 32px; }
}
@media (min-width: 1024px) {
	.is-lp .form-page { grid-template-columns: 1fr 1fr; }
}

/* Stadt-Stempel an Kundenstimmen */
.q-city { display: inline-flex; align-items: center; gap: 5px; align-self: flex-start; margin-bottom: 10px; font-size: .74rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--g700); background: var(--g100); border-radius: 999px; padding: 4px 10px; }
.q-city .ofi-i { width: 12px; height: 12px; }

/* =========================================================
   v3: Versprechen, Zeitplan, Anlass-Seiten, Partner, Menü mit Unterpunkten
   ========================================================= */

/* Kopfleiste: Städte als Links */
.tb-cities a { color: inherit; text-decoration: none; }
.tb-cities a:hover { color: #fff; text-decoration: underline; }

/* Menü: „Verkaufen“ mit den Situationen */
.has-sub { position: relative; }
.sub-toggle { position: absolute; right: 0; top: 6px; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--g50); cursor: pointer; display: grid; place-items: center; }
.sub-toggle span { width: 10px; height: 10px; border-right: 2px solid var(--g700); border-bottom: 2px solid var(--g700); transform: translateY(-2px) rotate(45deg); transition: transform .2s; }
.has-sub.sub-open .sub-toggle span { transform: translateY(2px) rotate(-135deg); }
.nav .has-sub > a { padding-right: 56px; }
.nav .has-sub > a::after { display: none; }
.sub { display: none; padding: 6px 0 14px; border-bottom: 1px solid var(--line); }
.has-sub.sub-open .sub { display: block; }
.sub-h { font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--g600); margin: 6px 4px 6px; }
.nav .sub ul { display: grid; gap: 0; }
.nav .sub li a { font-size: 1.02rem; font-weight: 600; padding: 10px 4px; border-bottom: 0; color: var(--text); }
.nav .sub li a::after { display: none; }
.sub-all { display: inline-flex; align-items: center; gap: 6px; margin: 8px 4px 0; font-weight: 700; text-decoration: none; font-size: .95rem; }
.cta-long { display: none; }
@media (min-width: 1024px) {
	.sub-toggle { display: none; }
	.nav li a { padding: 10px 11px; }
	.nav .has-sub > a { padding-right: 11px; }
	.nav .has-sub > a::after { display: inline-block; content: ""; width: 7px; height: 7px; margin-left: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-3px) rotate(45deg); opacity: .6; }
	.sub { display: block; position: absolute; left: -8px; top: 100%; width: 560px; padding: 20px 22px 18px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--sh-lg); opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .18s, transform .18s, visibility .18s; }
	.has-sub::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 14px; }
	.has-sub:hover .sub, .has-sub:focus-within .sub { opacity: 1; visibility: visible; transform: none; }
	.nav .sub ul { grid-template-columns: 1fr 1fr; gap: 2px 12px; }
	.nav .sub li a { padding: 9px 10px; font-size: .95rem; border-radius: 8px; }
	.nav .sub li a:hover { background: var(--g50); color: var(--g700); }
	.sub-all { margin: 12px 10px 0; padding-top: 12px; border-top: 1px solid var(--line); width: calc(100% - 20px); }
}
@media (min-width: 1200px) {
	.cta-long { display: inline; }
	.nav li a { padding: 10px 13px; }
	.nav .has-sub > a { padding-right: 13px; }
}

/* Fußzeile mit fünf Spalten */
@media (min-width: 760px) {
	.foot-grid { grid-template-columns: 1fr 1fr; }
	.foot-brand { grid-column: 1 / -1; }
}
@media (min-width: 1024px) {
	.foot-grid { grid-template-columns: 1.35fr 1fr 1.2fr .8fr 1.1fr; gap: 32px; }
	.foot-brand { grid-column: auto; }
}
.foot-brand .foot-contact { margin-top: 18px; }

/* Versprechen */
.promise { background: linear-gradient(180deg, #fff 0%, var(--g50) 100%); }
.promise .sec-head h2 { max-width: 900px; margin-inline: auto; }
.promise-grid { display: grid; gap: 16px; }
.promise-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 24px 24px; box-shadow: var(--sh); overflow: hidden; }
.promise-card::after { content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%; background: linear-gradient(90deg, var(--g700), var(--g500)); transform-origin: left; transition: transform .9s ease .2s; }
.rv-on .promise-card.reveal::after { transform: scaleX(0); }
.rv-on .promise-card.reveal.is-in::after { transform: scaleX(1); }
.promise-no { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--g700); color: #fff; font-weight: 800; margin-bottom: 14px; }
.promise-card h3 { margin-bottom: .35em; }
.promise-card p { margin: 0; color: var(--muted); }
@media (min-width: 760px) { .promise-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .promise-grid { grid-template-columns: repeat(4, 1fr); } }

/* Zeitplan */
.timeline { list-style: none; margin: 0; padding: 0; position: relative; display: grid; gap: 0; counter-reset: tl; }
.timeline li { position: relative; padding: 0 0 26px 58px; counter-increment: tl; }
.timeline li::before { content: counter(tl); position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; background: var(--g600); box-shadow: 0 0 0 6px rgba(255, 255, 255, .08); transition: transform .5s cubic-bezier(.2, 1.4, .4, 1), background .4s; }
.timeline li::after { content: ""; position: absolute; left: 19px; top: 46px; bottom: 4px; width: 2px; background: rgba(255, 255, 255, .15); }
.timeline li:last-child::after { display: none; }
.rv-on .timeline li.reveal::before { transform: scale(.4); background: rgba(255, 255, 255, .2); }
.rv-on .timeline li.reveal.is-in::before { transform: none; background: var(--g600); }
.timeline h3 { margin: 6px 0 4px; }
.timeline p { margin: 0; color: #b9d2c1; }
.tl-when { display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: #9fe0b6; background: rgba(255, 255, 255, .08); border-radius: 999px; padding: 3px 10px; }
@media (min-width: 1024px) {
	.timeline { grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 14px; }
	.timeline li { padding: 58px 0 0; }
	.timeline li::after { left: 46px; right: -14px; top: 19px; bottom: auto; width: auto; height: 2px; }
	.timeline h3 { font-size: 1.05rem; margin-top: 10px; }
	.timeline p { font-size: .92rem; }
	.tl-when { font-size: .68rem; }
}

/* Anlass-Seiten */
.anlass-hero .split { align-items: center; }
.anlass-hero h1 { font-size: clamp(1.85rem, 1.3rem + 2.6vw, 3rem); }
.anlass-hero .checks { margin-top: 22px; }
.anlass-cta { background: #fff; border-radius: var(--r-lg); padding: 24px; box-shadow: var(--sh-lg); border-top: 5px solid var(--g600); }
.anlass-cta h2 { font-size: clamp(1.3rem, 1.15rem + .6vw, 1.6rem); margin-bottom: 14px; }
.anlass-cta .btn { width: 100%; margin-bottom: 14px; }
.case-teaser { grid-template-columns: 1fr; }
@media (min-width: 760px) {
	.case-teaser { grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); align-items: center; }
	.case-teaser .case-img { aspect-ratio: auto; height: 100%; min-height: 260px; }
	.case-teaser .case-body { padding: 32px; }
}
.anlass-links .card-link h3 { font-size: 1.05rem; }
.f-anlass { margin: -4px 0 14px; font-size: .9rem; color: var(--g800); background: var(--g50); border-left: 3px solid var(--g600); border-radius: 0 10px 10px 0; padding: 9px 12px; }

/* Situationen kompakt (Startseite, Landingpage) */
.sit-grid .card { padding: 20px; }
@media (max-width: 759px) {
	.sit-grid .card { display: grid; grid-template-columns: 40px 1fr; column-gap: 14px; }
	.sit-grid .card .card-ico { width: 40px; height: 40px; margin: 0; grid-row: span 2; }
	.sit-grid .card h3 { margin: 0 0 4px; font-size: 1.05rem; align-self: center; }
	.sit-grid .card p { font-size: .95rem; }
}

/* Partner */
.partner-list { display: grid; gap: 12px; }
.partner-list .card { padding: 20px 22px; }
.partner-list .card h3 { font-size: 1.1rem; display: flex; align-items: center; gap: 10px; }
.partner-list .card h3::before { content: ""; width: 10px; height: 10px; border-radius: 3px; background: var(--g600); transform: skewX(-20deg); flex: none; }
.partner-list .law { display: block; margin-top: 10px; font-size: .84rem; color: var(--g700); font-weight: 700; }
@media (min-width: 760px) { .partner-list { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .partner-list { grid-template-columns: repeat(3, 1fr); } }

/* Hero: Versprechen über der Überschrift */
.hero-promise { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; padding: 8px 14px; border-radius: 999px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); color: #e3f1e8; font-size: .92rem; font-weight: 600; line-height: 1.3; }
.hero-promise::before { content: ""; flex: none; width: 8px; height: 8px; border-radius: 50%; background: #86e0a6; box-shadow: 0 0 0 4px rgba(134, 224, 166, .2); }

/* Bewegung: gestaffeltes Einblenden, sanfter Einstieg im Hero, lebendige Buttons */
.rv-on .cards > .reveal:nth-child(3n+2), .rv-on .promise-grid > .reveal:nth-child(2), .rv-on .quotes > .reveal:nth-child(2) { transition-delay: .08s; }
.rv-on .cards > .reveal:nth-child(3n), .rv-on .promise-grid > .reveal:nth-child(3), .rv-on .quotes > .reveal:nth-child(3) { transition-delay: .16s; }
.rv-on .promise-grid > .reveal:nth-child(4), .rv-on .quotes > .reveal:nth-child(4) { transition-delay: .24s; }
.rv-on .timeline > .reveal:nth-child(2) { transition-delay: .06s; }
.rv-on .timeline > .reveal:nth-child(3) { transition-delay: .12s; }
.rv-on .timeline > .reveal:nth-child(4) { transition-delay: .18s; }
.rv-on .timeline > .reveal:nth-child(5) { transition-delay: .24s; }
.rv-on .timeline > .reveal:nth-child(6) { transition-delay: .3s; }
.rv-on .timeline > .reveal:nth-child(7) { transition-delay: .36s; }
.btn .ofi-i { transition: transform .18s; }
.btn:hover .ofi-i { transform: translateX(3px); }
@media (prefers-reduced-motion: no-preference) {
	.hero-text > :not(h1), .quick, .hero-more, .anlass-hero .split > :nth-child(2), .lp-hero .fp-intro > :not(h1), .lp-hero .form-shell { animation: ofi-up .6s ease both; }
	.hero-text > :nth-child(2), .lp-hero .fp-intro > :nth-child(2) { animation-delay: .06s; }
	.hero-text > :nth-child(3), .lp-hero .fp-intro > :nth-child(3) { animation-delay: .12s; }
	.hero-text > :nth-child(4), .lp-hero .fp-intro > :nth-child(4) { animation-delay: .18s; }
	.quick, .anlass-hero .split > :nth-child(2), .lp-hero .form-shell { animation-delay: .2s; }
	.hero-more { animation-delay: .28s; }
	.btn-primary.btn-lg { position: relative; overflow: hidden; }
	.btn-primary.btn-lg::after { content: ""; position: absolute; top: 0; bottom: 0; left: -60%; width: 40%; background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .28), transparent); transform: skewX(-20deg); animation: ofi-shine 5.5s ease-in-out 2.5s infinite; pointer-events: none; }
}
@keyframes ofi-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes ofi-shine { 0%, 70% { left: -60%; } 100% { left: 130%; } }

/* Partner-Teaser, gestapelte Stimmen, Zeitplan mit fünf Schritten */
.partner-teaser { display: grid; gap: 20px; align-items: center; border-left: 5px solid var(--g600); }
.partner-teaser h2 { font-size: clamp(1.3rem, 1.1rem + 1vw, 1.8rem); }
.partner-teaser p:last-child { margin-bottom: 0; color: var(--muted); }
@media (min-width: 900px) { .partner-teaser { grid-template-columns: 1fr auto; gap: 40px; padding: 36px 40px; } }
.quotes-stack { grid-template-columns: 1fr !important; }
@media (min-width: 1024px) { .timeline-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

/* Handy: Situationen als kompakte Liste (Titel + Pfeil), Details auf der Anlass-Seite */
@media (max-width: 759px) {
	.cards.anlass-grid, .cards.anlass-links { gap: 8px; }
	.cards.anlass-grid > .card-link, .cards.anlass-links > .card-link { display: grid; grid-template-columns: 40px 1fr 12px; align-items: center; column-gap: 14px; padding: 14px 16px; }
	.cards.anlass-grid > .card-link .card-ico, .cards.anlass-links > .card-link .card-ico { width: 40px; height: 40px; margin: 0; grid-row: auto; border-radius: 12px; }
	.cards.anlass-grid > .card-link h3, .cards.anlass-links > .card-link h3 { margin: 0; font-size: 1.02rem; align-self: center; }
	.cards.anlass-grid > .card-link p, .cards.anlass-grid > .card-link .txt-link, .cards.anlass-links > .card-link .txt-link { display: none; }
	.cards.anlass-grid > .card-link::after, .cards.anlass-links > .card-link::after { content: ""; width: 9px; height: 9px; border-right: 2px solid var(--g600); border-bottom: 2px solid var(--g600); transform: rotate(-45deg); }
}

/* Schutz gegen Überlauf auf schmalen Bildschirmen: Rasterspalten dürfen schrumpfen, lange Wörter trennen */
.split > *, .form-page > * { min-width: 0; }
h1, h2, h3 { overflow-wrap: break-word; }
@media (max-width: 559px) {
	h1, h2 { -webkit-hyphens: auto; hyphens: auto; }
	.compare th, .compare td { padding: 10px 10px; font-size: .88rem; -webkit-hyphens: auto; hyphens: auto; }
	.compare thead th { font-size: .7rem; letter-spacing: .03em; }
}

/* Situationen ab Tablet: zwei Spalten mit Symbol links (zehn Anlässe, gerade Anzahl); „Andere Situationen“ in drei bzw. fünf Spalten */
@media (min-width: 760px) {
	.cards.anlass-grid { grid-template-columns: 1fr 1fr; }
	.cards.anlass-grid > .card-link { display: grid; grid-template-columns: 48px 1fr; column-gap: 18px; align-content: start; }
	.cards.anlass-grid > .card-link .card-ico { margin: 0; grid-row: span 3; }
	.cards.anlass-grid > .card-link h3 { margin: 4px 0 6px; }
	.cards.anlass-grid > .card-link .txt-link { padding-top: 8px; }
	.cards.anlass-links { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1100px) {
	.cards.anlass-links { grid-template-columns: repeat(5, 1fr); }
	.cards.anlass-links > .card-link { padding: 20px; }
}

/* Bestätigung nach Kontakt-/Mieternachricht */
.f-ok { background: var(--g50); border: 1px solid var(--g200); border-left: 5px solid var(--g600); border-radius: var(--r); padding: 20px 22px; }
.f-ok-h { font-weight: 800; color: var(--ink); font-size: 1.15rem; margin: 0 0 6px; }
.f-ok p:last-child { margin: 0; }

/* Kompakter Kopf (24.09.26): Regionalleiste 28 px, Kopfzeile 56 px mobil / 64 px Desktop */
:root { --head-h: 56px; }
.topbar { font-size: .74rem; }
.topbar-row { min-height: 28px; gap: 14px; }
.tb-region .ofi-i { width: 12px; height: 12px; }
.brand { width: 92px; }
.burger { width: 40px; height: 40px; padding: 0 10px; border-radius: 10px; }
.site-head .btn { min-height: 42px; padding: 9px 18px; font-size: .95rem; }
.lp-head-trust { font-size: .76rem; }
@media (min-width: 1024px) {
	:root { --head-h: 64px; }
	.topbar-row { min-height: 30px; }
	.brand { width: 108px; }
	.nav li a { padding-top: 8px; padding-bottom: 8px; }
}
@media (min-width: 1024px) {
	.nav li a { white-space: nowrap; }
	.brand-tag { display: none; }
}
/* Zusatz „Direktankauf Oberfranken“ neben dem Logo erst, wenn das Menü sicher in eine Zeile passt (die Regionalleiste nennt es ohnehin) */
@media (min-width: 1360px) {
	.brand-tag { display: block; font-size: .66rem; }
}
@media (min-width: 1200px) {
	.lp-head .brand-tag { display: block; font-size: .66rem; }
}

/* Mikrotext unter dem Hero-Button */
.quick-micro { margin: 10px 0 0; text-align: center; font-size: .84rem; font-weight: 600; color: var(--muted); letter-spacing: .01em; }

/* Mehrzeiliges Label: Strich an der ersten Zeile */
.eyebrow { align-items: flex-start; }
.eyebrow::before { flex: none; margin-top: .55em; }

/* Schlanker Kopf (Funnel-Fokus): nur „Über uns“, „Fragen & Antworten“ und der Button; alles andere im Footer */
.site-head:not(.lp-head) .brand { margin-right: 12px; }
.slim-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.slim-nav a { padding: 8px 10px; border-radius: 10px; font-weight: 600; font-size: .92rem; line-height: 1.2; color: var(--text); text-decoration: none; white-space: nowrap; transition: background .15s, color .15s; }
.slim-nav a:hover, .slim-nav a[aria-current="page"] { background: var(--g50); color: var(--g700); }
.nav-long { display: none; }
@media (min-width: 560px) { .nav-long { display: inline; } }
@media (min-width: 1024px) {
	.slim-nav { margin-right: 10px; gap: 4px; }
	.slim-nav a { font-size: 1rem; padding: 8px 14px; }
}
.foot-h a { color: inherit; }

/* Startseite nach Funnel-Aufbau (24.09.26) */
.proof-grid { margin-bottom: 20px; }
.proof-quotes { margin-top: 8px; }
@media (min-width: 1024px) { .proof-quotes { grid-template-columns: repeat(3, 1fr); } }
.pain-grid .card { display: grid; grid-template-columns: 44px 1fr; column-gap: 16px; align-items: start; }
.pain-grid .card .card-ico { width: 44px; height: 44px; margin: 0; grid-row: span 2; background: #fdecea; color: #b42318; }
.pain-grid .card h3 { margin: 4px 0 4px; }
.callout { margin: 22px 0 0; padding: 18px 22px; border-radius: var(--r); background: var(--g700); color: #e3f1e8; font-size: 1.08rem; }
.callout strong { color: #fff; }
.sit-chips { margin-top: 26px; }
.sit-chips p { font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin: 0 0 10px; }
.sit-chips ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.sit-chips a { display: inline-block; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-size: .92rem; font-weight: 600; color: var(--ink); text-decoration: none; }
.sit-chips a:hover { border-color: var(--g500); color: var(--g700); }
.fit-grid { display: grid; gap: 16px; }
@media (min-width: 760px) { .fit-grid { grid-template-columns: 1fr 1fr; } }
.fit { background: #fff; border-radius: var(--r-lg); padding: 24px; border: 1px solid var(--line); }
.fit-yes { border-top: 5px solid var(--g600); }
.fit-no { border-top: 5px solid #c9ced1; }
.fit-h { font-weight: 800; font-size: 1.15rem; color: var(--ink); margin: 0 0 12px; }
.fit ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.fit li { position: relative; padding-left: 32px; }
.fit li::before { content: ""; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; background: var(--g600) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9.5 16.2 5.3 12l-1.4 1.4 5.6 5.6L20.1 8.4 18.7 7z'/%3E%3C/svg%3E") center / 15px no-repeat; }
.fit-no li::before { background: #8a9296 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6 11h12v2H6z'/%3E%3C/svg%3E") center / 14px no-repeat; }
.center-row { justify-content: center; }
@media (min-width: 560px) { .center-row .btn { flex: 0 1 auto; } }
@media (min-width: 1024px) { .timeline-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; } .timeline-4 h3 { font-size: 1.15rem; } .timeline-4 p { font-size: .98rem; } }
.promise-card .mean { margin: 0 0 4px; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--g600); }
@media (min-width: 1100px) { .promise-grid-5 { grid-template-columns: repeat(6, 1fr); } .promise-grid-5 > * { grid-column: span 2; } .promise-grid-5 > :nth-child(4) { grid-column: 2 / span 2; } }
.quote-wide { margin-top: 20px; }

/* Presse-Hinweis (Bahnhofsplatz 11) */
.press { display: flex; gap: 14px; align-items: flex-start; margin: 16px 0; padding: 14px 16px; border: 1px solid var(--line); border-left: 4px solid var(--g600); border-radius: 12px; background: #fff; color: inherit; text-decoration: none; transition: border-color .2s, box-shadow .2s; }
.press:hover { border-color: var(--g200); box-shadow: var(--sh); color: inherit; }
.press-ico { flex: none; width: 40px; height: 40px; border-radius: 10px; background: var(--g100); color: var(--g700); display: grid; place-items: center; }
.press-ico svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.press-txt { display: grid; gap: 2px; min-width: 0; }
.press-txt small { font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--g600); }
.press-txt b { color: var(--ink); line-height: 1.35; }
.press-more { font-size: .88rem; font-weight: 700; color: var(--g700); }
.press-more::after { content: " ↗"; }

/* Vertrauensleiste mit ganzen Sätzen: Symbol oben bündig, Tablet zweispaltig */
.trust-v2 li { align-items: flex-start; }
.trust-v2 li > span:last-child { font-size: .9rem; line-height: 1.4; }
.trust-v2 b { font-size: 1.05rem; margin-bottom: 2px; }
@media (min-width: 560px) and (max-width: 899px) { .trust-v2 ul { grid-template-columns: 1fr 1fr; } }

/* Sicherheits-Block: Kacheln oben, Trennlinie, Stimmen unten; mobil wischbar */
.proof-row { display: grid; gap: 16px; }
.proof-tile, .voice { background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: 0 1px 2px rgba(6, 42, 23, .05), 0 8px 24px rgba(6, 42, 23, .07); margin: 0; }
.proof-tile { padding: 26px 24px 30px; display: flex; flex-direction: column; }
.proof-ico { width: 48px; height: 48px; border-radius: 14px; background: var(--g600); color: #fff; display: grid; place-items: center; margin-bottom: 20px; }
.proof-ico svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.proof-tile h3 { margin: 0 0 10px; font-size: 1.3rem; line-height: 1.2; }
.proof-tile h3 small { display: block; margin-top: 3px; font-size: .95rem; font-weight: 700; letter-spacing: 0; color: var(--g700); }
.proof-tile p { margin: 0; color: var(--muted); line-height: 1.6; }
.proof-sep { display: flex; align-items: center; gap: 16px; margin: 40px 0 22px; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--g700); }
.proof-sep::before, .proof-sep::after { content: ""; flex: 1; height: 1px; background: #d6ddd8; }
.voice { padding: 24px 24px 22px; display: flex; flex-direction: column; }
.voice::before { content: "“"; display: block; height: 34px; font-size: 4.2rem; line-height: .82; font-weight: 800; color: var(--g600); }
.voice-city { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; margin: 4px 0 16px; padding: 5px 12px; border-radius: 999px; background: var(--g600); color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.voice-city .ofi-i { width: 13px; height: 13px; }
.voice blockquote { margin: 0 0 18px; font-size: 1.02rem; line-height: 1.7; color: var(--ink); }
.voice figcaption { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); display: grid; gap: 1px; font-size: .92rem; }
.voice figcaption b { color: var(--ink); }
.voice figcaption span { color: var(--muted); font-weight: 400; }
/* Handy: beide Reihen als Wisch-Karussell mit angeschnittener nächster Karte */
@media (max-width: 759px) {
	.proof-row { grid-auto-flow: column; grid-auto-columns: 84%; overflow-x: auto; scroll-snap-type: x mandatory; margin: 0 calc(var(--gut) * -1); padding: 4px var(--gut) 14px; scroll-padding: 0 var(--gut); scrollbar-width: none; }
	.proof-row::-webkit-scrollbar { display: none; }
	.proof-row > * { scroll-snap-align: start; }
	.proof-sep { margin-top: 26px; }
}
/* Tablet: zwei Spalten, dritte Karte über die volle Breite */
@media (min-width: 760px) and (max-width: 1023px) {
	.proof-row { grid-template-columns: 1fr 1fr; }
	.proof-row > :nth-child(3) { grid-column: 1 / -1; }
}
@media (min-width: 1024px) { .proof-row { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 759px) { .rv-on .proof-row > .reveal { opacity: 1; transform: none; } }

/* Problem-Block: gleiche Symbolgröße wie im Sicherheits-Block, aber in Koralle; Trennlinie und Lösungsbanner */
.sec-head-lg { margin-bottom: clamp(36px, 5vw, 60px); }
.pain-grid { display: grid; gap: 18px; }
@media (min-width: 760px) { .pain-grid { grid-template-columns: 1fr 1fr; gap: 18px; } }
.pain { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 26px 24px 28px; display: flex; flex-direction: column; box-shadow: 0 1px 2px rgba(6, 42, 23, .04); transition: box-shadow .2s, transform .2s; }
.pain:hover { box-shadow: 0 2px 6px rgba(6, 42, 23, .06), 0 14px 32px rgba(6, 42, 23, .1); transform: translateY(-2px) scale(1.01); }
.pain-ico { width: 48px; height: 48px; border-radius: 14px; background: #e4604d; color: #fff; display: grid; place-items: center; margin-bottom: 20px; }
.pain-ico svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.pain h3 { margin: 0 0 8px; font-size: 1.3rem; line-height: 1.2; }
.pain p { margin: 0; font-size: .95rem; line-height: 1.6; color: var(--muted); }
.pain-div { border: 0; height: 1px; background: #dfe4e1; margin: 34px 0 26px; }
.solution { display: flex; align-items: center; gap: 16px; padding: 18px 22px; border-radius: var(--r); background: var(--g700); color: #e3f1e8; font-size: 1.08rem; line-height: 1.45; }
.solution p { margin: 0; }
.solution strong { color: #fff; }
.solution-ico { flex: none; width: 44px; height: 44px; border-radius: 12px; background: rgba(255, 255, 255, .14); color: #fff; display: grid; place-items: center; }
.solution-ico svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@media (prefers-reduced-motion: reduce) { .pain:hover { transform: none; } }
.rv-on .pain.reveal.is-in { transition: box-shadow .2s, transform .2s; }
.rv-on .pain.reveal.is-in:hover { transform: translateY(-2px) scale(1.01); }
@media (prefers-reduced-motion: reduce) { .rv-on .pain.reveal.is-in:hover { transform: none; } }

/* „Für wen“-Block als Entscheidungstabelle: gleiche Maße, kräftigere Ränder, erste Zeile fett, Hover ohne Hand-Cursor */
.fit-grid { align-items: stretch; gap: 26px; }
@media (min-width: 760px) { .fit-grid { gap: 20px; } }
.fit { padding: 28px 28px 30px; cursor: default; box-shadow: 0 1px 2px rgba(6, 42, 23, .04); transition: box-shadow .2s, transform .2s; }
.fit:hover, .rv-on .fit.reveal.is-in:hover { box-shadow: 0 2px 6px rgba(6, 42, 23, .06), 0 14px 32px rgba(6, 42, 23, .1); transform: translateY(-2px); }
.rv-on .fit.reveal.is-in { transition: box-shadow .2s, transform .2s; }
.fit-yes { border-top: 7px solid var(--g600); }
.fit-no { border-top: 7px solid #c9a39c; }
.fit-h { margin-bottom: 16px; }
.fit ul { gap: 12px; }
.fit li { line-height: 1.55; }
.fit li::before { top: 1px; }
.fit li:first-child { font-weight: 700; color: var(--ink); }
.fit-no li::before { background-color: #9aa1a4; }
@media (max-width: 759px) { .fit-no { margin-top: 4px; } }
@media (prefers-reduced-motion: reduce) { .fit:hover, .rv-on .fit.reveal.is-in:hover { transform: none; } }

/* Silbentrennung mobil nur bei sehr langen Wörtern (z. B. Finanzierungsvorbehalt), nicht bei Mehrfamilienhaus */
@media (max-width: 559px) { h1, h2 { -webkit-hyphenate-limit-before: 8; -webkit-hyphenate-limit-after: 8; hyphenate-limit-chars: 18 8 8; } }

/* Zeitstrahl klarer: größere Meilenstein-Kreise mittig auf einer helleren, dickeren Linie, Zeit-Badge direkt darunter */
.timeline li::before { width: 46px; height: 46px; font-size: 1.05rem; box-shadow: 0 0 0 6px rgba(255, 255, 255, .07); }
.timeline li { padding-left: 64px; }
.timeline li::after { left: 22px; top: 52px; width: 3px; background: rgba(159, 224, 182, .32); border-radius: 3px; }
.tl-when { margin-top: 12px; font-size: .72rem; letter-spacing: .05em; padding: 4px 12px; background: rgba(159, 224, 182, .14); }
.timeline h3 { margin: 10px 0 6px; line-height: 1.25; text-wrap: balance; }
.timeline p { color: #d3e6da; line-height: 1.65; }
.sec-dark .sec-head p { font-size: 1.15rem; line-height: 1.6; color: #cfe3d6; }
@media (min-width: 1024px) {
	.timeline li { padding: 60px 0 0; }
	.timeline li::after { left: 50px; right: -20px; top: 21px; bottom: auto; width: auto; height: 3px; }
	.tl-when { margin-top: 0; }
	.timeline-4 { gap: 32px; }
	.timeline-4 h3 { min-height: 2.5em; font-size: 1.2rem; }
	.timeline-4 li::after { right: -32px; }
}
/* Handlungsaufforderung mittig unter dem ganzen Zeitstrahl, mit Glow */
#ablauf .btn-row { justify-content: center; margin-top: 36px; }
#ablauf .btn-row .btn { flex: 0 1 auto; box-shadow: 0 0 0 6px rgba(26, 154, 77, .18), 0 12px 32px rgba(0, 126, 52, .45); }
#ablauf.sec { padding-bottom: clamp(64px, 10vw, 128px); }

/* Vorteile (5 Karten): gleiche Höhe in beiden Reihen, durchgehende Oberkante, runde Nummern wie im Ablauf, Hover */
.promise-grid-5 { gap: 18px; }
@media (min-width: 760px) { .promise-grid-5 { grid-auto-rows: 1fr; } }
.promise-grid-5 .promise-card { padding: 28px 26px 30px; border-top: 5px solid var(--g600); transition: box-shadow .2s, transform .2s, border-color .2s; }
.promise-grid-5 .promise-card::after { display: none; }
.promise-grid-5 .promise-no { width: 46px; height: 46px; border-radius: 50%; background: var(--g600); font-size: 1.05rem; box-shadow: 0 0 0 6px var(--g100); margin-bottom: 20px; }
.promise-grid-5 h3 { margin: 0 0 4px; font-size: 1.25rem; line-height: 1.2; }
.promise-grid-5 .mean { margin: 0 0 10px; font-size: .72rem; letter-spacing: .09em; }
.promise-grid-5 .promise-card p:last-child { line-height: 1.6; }
.promise-grid-5 .promise-card:hover, .rv-on .promise-grid-5 .promise-card.reveal.is-in:hover { transform: translateY(-3px); box-shadow: 0 2px 6px rgba(6, 42, 23, .06), 0 16px 36px rgba(6, 42, 23, .12); border-top-color: var(--g500); }
.rv-on .promise-grid-5 .promise-card.reveal.is-in { transition: box-shadow .2s, transform .2s, border-color .2s; }
@media (prefers-reduced-motion: reduce) { .promise-grid-5 .promise-card:hover, .rv-on .promise-grid-5 .promise-card.reveal.is-in:hover { transform: none; } }

/* Vorteile am Desktop in einer Reihe */
@media (min-width: 1100px) {
	.promise-grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
	.promise-grid-5 > *, .promise-grid-5 > :nth-child(4) { grid-column: auto; }
	.promise-grid-5 .promise-card { padding: 26px 20px 28px; }
	.promise-grid-5 h3 { font-size: 1.12rem; }
	.promise-grid-5 .promise-card p:last-child { font-size: .95rem; }
}

/* Fallstudien-Karten: gleiche Bildhöhe, Geschichte in drei Schritten (Ausgangslage → Lösung → Ergebnis) */
.case-stories .case { grid-template-rows: auto 1fr; align-content: stretch; box-shadow: 0 1px 2px rgba(6, 42, 23, .05), 0 8px 24px rgba(6, 42, 23, .07); }
.case-stories .case-img { aspect-ratio: 3 / 2; height: auto; }
.case-stories .case-body { display: flex; flex-direction: column; padding: 24px 24px 26px; }
.case-stories .case-body > .txt-link { margin-top: auto; padding-top: 6px; }
.case-kicker { margin: 0 0 4px; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--g600); }
.case-stories h3 { margin: 0 0 14px; }
.stats dd { overflow-wrap: anywhere; }
.story { margin: 2px 0 18px 6px; padding-left: 20px; border-left: 2px solid var(--g200); display: grid; gap: 14px; }
.story > div { position: relative; }
.story > div::before { content: ""; position: absolute; left: -27px; top: 3px; width: 12px; height: 12px; border-radius: 50%; background: var(--g600); box-shadow: 0 0 0 3px #fff; }
.story > div:first-child::before { background: #e4604d; }
.story b { display: block; margin-bottom: 2px; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--g700); }
.story > div:first-child b { color: #b8412f; }
.story p { margin: 0; font-size: .97rem; line-height: 1.6; }
.voice-wide { margin-top: 20px; }
/* Vorteile in einer Reihe: Überschriften ohne Umbruch mitten im Wort */
@media (min-width: 1100px) { .promise-grid-5 h3 { font-size: 1.04rem; -webkit-hyphens: manual; hyphens: manual; } .promise-grid-5 .promise-card { padding-left: 18px; padding-right: 18px; } }
.stats dd { overflow-wrap: break-word; }

/* Fallstudien-Karten 2: höheres Bild, dunkles Badge gleicher Breite, ruhige Faktenleiste, Presse als Band, einheitlicher Button */
.case-stories .case-img { aspect-ratio: 4 / 3; }
.case-stories .house-tag { left: 14px; top: 14px; width: 250px; max-width: calc(100% - 28px); text-align: center; padding: 7px 12px; border-radius: 10px; background: rgba(6, 42, 23, .9); color: #fff; font-size: .78rem; letter-spacing: .03em; box-shadow: 0 6px 18px rgba(0, 0, 0, .25); }
.case-stories .case-body { padding: 22px 24px 24px; }
.case-stories .stats { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 18px; }
.case-stories .stats dt { font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--g700); }
.case-stories .stats dd { font-size: 1rem; }
.case-stories .story { margin-bottom: 22px; }
.case-stories .story p { line-height: 1.7; }
.case-stories .press { margin: 0 -24px 22px; border-radius: 0; border-left: 5px solid var(--g600); border-right: 0; background: var(--g50); padding: 16px 24px 16px 19px; }
.case-stories .case-body > .txt-link { margin-top: auto; display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 48px; padding: 10px 16px; border: 2px solid var(--g200); border-radius: 12px; color: var(--g700); transition: background .18s, border-color .18s, color .18s; }
.case-stories .case-body > .txt-link:hover { background: var(--g600); border-color: var(--g600); color: #fff; }
.case-stories .case-body > .txt-link .ofi-i { transition: transform .18s; }
.case-stories .case-body > .txt-link:hover .ofi-i { transform: translateX(4px); }
@media (max-width: 899px) { .case-stories { gap: 28px; } }

/* Presse-Kasten ohne Link: Pressebild, darunter Logo + Zeitung + Überschrift */
.press { display: block; cursor: default; }
.press:hover { box-shadow: none; border-color: var(--line); }
.press-img { margin: 0 0 14px; }
.press-img img { width: 100%; height: auto; border-radius: 10px; display: block; }
.press-img figcaption { margin-top: 6px; font-size: .78rem; color: var(--muted); }
.press-row { display: flex; align-items: center; gap: 14px; }
.press-logo { flex: none; width: 48px; height: 48px; border-radius: 8px; }
.case-stories .press { padding: 18px 24px 18px 19px; }
.case-stories .press:hover { border-color: var(--line); border-left-color: var(--g600); }

/* Wer wir sind: fünf gleich aufgebaute Werte, zwei Bilder übereinander, Pill-Button */
.who-values { gap: 14px; margin-bottom: 26px; }
.who-values li span { line-height: 1.55; }
.btn-pill { border-radius: 999px; padding-left: 24px; padding-right: 22px; }
.who-imgs { display: grid; gap: 16px; }
.who-imgs figure { margin: 0; position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh); }
.who-imgs img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.who-imgs figcaption { position: absolute; left: 12px; bottom: 12px; background: rgba(6, 42, 23, .85); color: #fff; font-size: .78rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
@media (min-width: 1024px) { .who { align-items: center; } }

/* Fragen-Block (Startseite): Hauptbutton volle Breite, Akkordeon als ein Kasten mit Trennlinien */
#fragen .lead { margin-bottom: 28px; }
#fragen .btn-row { flex-direction: column; gap: 10px; margin-top: 0; max-width: 460px; }
#fragen .btn-row .btn { width: 100%; flex: none; }
#fragen .btn-row .btn-ghost { background: #fff; border-color: var(--line); color: var(--g700); box-shadow: none; }
#fragen .btn-row .btn-ghost:hover { border-color: var(--g600); background: var(--g50); }
#fragen .faq { gap: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh); overflow: hidden; }
#fragen .faq details { border: 0; border-radius: 0; border-top: 1px solid #edf0ee; box-shadow: none; transition: background .2s; }
#fragen .faq details:first-child { border-top: 0; }
#fragen .faq details[open] { background: var(--g50); box-shadow: inset 4px 0 0 var(--g600); }
#fragen .faq summary { min-height: 64px; padding: 16px 22px; cursor: pointer; }
#fragen .faq details:not([open]) summary:hover { background: #f7faf8; }
#fragen .faq summary::after { width: 30px; height: 30px; background: var(--g600) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6z'/%3E%3C/svg%3E") center / 16px no-repeat; }
#fragen .faq .a { padding: 0 22px 20px; }

/* Wer wir sind: nur das Logo, ruhig in einer Karte */
.who-logo { display: grid; place-items: center; padding: clamp(36px, 6vw, 64px); background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh); aspect-ratio: 4 / 3; }
.who-logo img { width: min(78%, 380px); height: auto; }
@media (max-width: 1023px) { .who-logo { aspect-ratio: auto; } }

/* Fix Referenzen: Bild nicht auf Kartenhöhe strecken (war unscharf/zu stark beschnitten) – 4:3, läuft beim Scrollen mit */
@media (min-width: 900px) {
	.case-wide { align-items: start; }
	.case-wide .case-img { aspect-ratio: 4 / 3; min-height: 0; height: auto; position: sticky; top: calc(var(--head-h) + 20px); }
}
/* Einheitlicher, längerer Button-Text: in der Handy-Leiste etwas kleiner, darf umbrechen */
.mbar-cta { font-size: .95rem; line-height: 1.25; text-align: center; padding: 8px 14px; }
.btn { text-align: center; }

/* Vorauswahl aus dem Schnell-Check: Felder ausgeblendet, oben zusammengefasst */
.f-group.is-prefilled { display: none !important; }
.f-edit { margin-left: 4px; padding: 0; border: 0; background: none; font: inherit; font-weight: 700; color: var(--g700); text-decoration: underline; cursor: pointer; }

/* Handy: alle Kacheln untereinander statt nebeneinander (Niclas, 24.09.26) */
@media (max-width: 759px) {
	.proof-row { grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: 1fr; overflow: visible; margin: 0; padding: 0; gap: 16px; scroll-snap-type: none; }
	.proof-row > * { scroll-snap-align: none; }
}
@media (max-width: 559px) {
	.stats, .case-stories .stats { grid-template-columns: 1fr; }
	.stats > div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
	.lp-exp { grid-template-columns: 1fr; gap: 6px; }
	.lp-exp li { flex-direction: row; align-items: baseline; gap: 8px; }
}
