/* ══════════════════════════════════════════════════════════════════════
   KalerOne — Stylesheet. Navy als Grund, Stahlblau als einziger Akzent.
   Systemschriften: keine Drittanbieter-Fonts (DSGVO).
   ══════════════════════════════════════════════════════════════════════ */
:root {
  --navy: #011a3a;
  --navy-2: #0a2a55;
  --navy-3: #13386b;
  --stahl: #4a7fb0;
  --stahl-hell: #8fb3d9;
  --stahl-zart: #e8f0f8;
  --tinte: #0e1726;
  --text: #3a4659;
  --leise: #6b7789;
  --linie: #e3e8ef;
  --papier: #f5f7fa;
  --weiss: #fff;
  --ok: #1f7a5a;
  --r: 18px;
  --r-s: 12px;
  --schatten: 0 1px 2px rgba(1, 26, 58, .04), 0 8px 24px rgba(1, 26, 58, .06);
  --schatten-hoch: 0 2px 4px rgba(1, 26, 58, .05), 0 24px 48px rgba(1, 26, 58, .14);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.2, .7, .2, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font: 16.5px/1.65 var(--sans); color: var(--text); background: var(--weiss); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--stahl); text-decoration: none; }
a:hover { color: var(--navy-3); }
h1, h2, h3, h4 { color: var(--tinte); margin: 0 0 .5em; line-height: 1.15; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.015em; }
h1 { font-size: clamp(2.4rem, 5.6vw, 4.4rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); }
h3 { font-size: 1.12rem; font-weight: 650; letter-spacing: -.005em; }
p { margin: 0 0 1em; }
.wrap { width: min(1220px, 100% - 32px); margin-inline: auto; }
.schmal { width: min(820px, 100% - 32px); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--navy); color: #fff; padding: 8px 14px; border-radius: 8px; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--stahl-hell); outline-offset: 3px; border-radius: 6px; }
.zentriert { text-align: center; margin-top: 2.5rem; }
.klein { font-size: .9rem; color: var(--leise); }
mark.offen { background: #fff2c2; color: #6b4e00; padding: 0 .3em; border-radius: 4px; }

/* ── Knöpfe ───────────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; padding: .85em 1.5em; border-radius: 999px; font: 600 .98rem/1 var(--sans); border: 1.5px solid transparent; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s, border-color .25s; white-space: nowrap; }
.btn .arr { width: 1.1em; height: 1.1em; transition: transform .25s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }
.btn-akzent { background: linear-gradient(135deg, var(--stahl), #3b6d9e); color: #fff; box-shadow: 0 6px 20px rgba(74, 127, 176, .35); }
.btn-akzent:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(74, 127, 176, .45); }
.btn-rand { border-color: var(--linie); color: var(--tinte); background: #fff; }
.btn-rand:hover { border-color: var(--stahl); color: var(--stahl); }
.btn-rand-hell { border-color: rgba(255, 255, 255, .35); color: #fff; }
.btn-rand-hell:hover { background: rgba(255, 255, 255, .1); color: #fff; border-color: #fff; }
.btn-hell { background: #fff; color: var(--navy); }
.btn-hell:hover { background: var(--stahl-zart); color: var(--navy); }
.btn-sm { padding: .6em 1.1em; font-size: .9rem; }
.btn-voll { width: 100%; }
.btn[disabled] { opacity: .6; pointer-events: none; }
.knopfreihe { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.6rem; }
.link { font-weight: 600; display: inline-flex; align-items: center; gap: .4em; }
.link .arr { width: 1.1em; height: 1.1em; transition: transform .25s; }
.link:hover .arr { transform: translateX(4px); }

/* ── Kopf ─────────────────────────────────────────────────────────── */
.kopf { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .35s, box-shadow .35s, padding .35s; padding: 18px 0; }
.kopf.fest { background: rgba(1, 26, 58, .88); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); box-shadow: 0 1px 0 rgba(255, 255, 255, .06); padding: 10px 0; }
.kopf-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: #fff; font: 600 1.3rem/1 var(--sans); letter-spacing: -.01em; }
.logo:hover { color: #fff; }
.logo b { font-weight: 800; color: var(--stahl-hell); }
.logo-mark { width: 36px; height: 36px; color: #fff; transition: transform .6s var(--ease); }
.logo:hover .logo-mark { transform: rotate(120deg); }
.nav { display: flex; align-items: center; gap: 6px; }
.nav > a, .nav-btn { color: rgba(255, 255, 255, .86); font: 500 .96rem/1 var(--sans); padding: 10px 14px; border-radius: 999px; background: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; gap: 4px; transition: background .2s, color .2s; }
.nav > a:hover, .nav-btn:hover, .nav > a[aria-current] { color: #fff; background: rgba(255, 255, 255, .1); }
.nav .nav-cta { margin-left: 8px; color: var(--navy); background: #fff; }
.nav .nav-cta:hover { color: var(--navy); background: var(--stahl-zart); }
.nav-mega { position: relative; }
.nav-btn svg { transition: transform .25s; }
.nav-mega.offen .nav-btn svg { transform: rotate(180deg); }
.mega { position: absolute; top: calc(100% + 14px); left: 50%; width: min(820px, 92vw); transform: translate(-50%, 8px); background: #fff; border-radius: var(--r); box-shadow: var(--schatten-hoch); padding: 14px; opacity: 0; visibility: hidden; transition: opacity .25s, transform .25s var(--ease), visibility .25s; }
.nav-mega.offen .mega { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.mega-grid a { display: flex; gap: 12px; align-items: flex-start; padding: 12px; border-radius: var(--r-s); color: var(--tinte); transition: background .2s; }
.mega-grid a:hover { background: var(--papier); }
.mega-grid b { display: block; font-size: .95rem; font-weight: 600; }
.mega-grid small { display: block; color: var(--leise); font-size: .8rem; line-height: 1.4; margin-top: 2px; }
.mega-ic { flex: none; width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: var(--stahl-zart); color: var(--stahl); }
.mega-ic .ic { width: 20px; height: 20px; }
.burger { display: none; width: 44px; height: 44px; border: 0; background: rgba(255, 255, 255, .1); border-radius: 12px; cursor: pointer; padding: 12px 11px; flex-direction: column; justify-content: space-between; }
.burger span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s, opacity .3s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ── Hero ─────────────────────────────────────────────────────────── */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; background: var(--navy); color: #fff; overflow: hidden; padding: 130px 0 90px; isolation: isolate; }
.hero-mittel { min-height: 78vh; }
.hero-bild, .rhero-bild, .phero-bild { position: absolute; inset: -40px 0; background-size: cover; background-position: center; z-index: -2; transform: translateY(var(--par, 0)); will-change: transform; }
.hero-bild::after, .rhero-bild::after, .phero-bild::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(1, 26, 58, .96) 20%, rgba(1, 26, 58, .82) 55%, rgba(10, 42, 85, .6)), radial-gradient(ellipse at 80% 20%, rgba(74, 127, 176, .35), transparent 60%); }
.hero-bild { animation: kenburns 30s ease-in-out infinite alternate; }
@keyframes kenburns { from { scale: 1.02; } to { scale: 1.12; } }
.hero-netz { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; opacity: .8; }
.hero-in { max-width: 1220px; }
.hero h1 { color: #fff; max-width: 14ch; margin-bottom: .35em; }
.verlauf { background: linear-gradient(90deg, #cfe0f2, var(--stahl-hell) 40%, #6e9ccb); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: rgba(255, 255, 255, .8); max-width: 60ch; margin-bottom: 2rem; }
.eyebrow { font: 700 .76rem/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--stahl); margin-bottom: 1.1rem; display: inline-flex; align-items: center; gap: .7em; }
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: currentColor; }
.eyebrow-hell { color: var(--stahl-hell); }
.hero-chips { list-style: none; padding: 0; margin: 1.5rem 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-chips a { display: inline-block; padding: 7px 14px; border-radius: 999px; font-size: .88rem; color: rgba(255, 255, 255, .85); border: 1px solid rgba(255, 255, 255, .18); transition: background .2s, border-color .2s; }
.hero-chips a:hover { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .4); color: #fff; }
.hero-scroll { position: absolute; left: 50%; bottom: 28px; width: 26px; height: 42px; border: 2px solid rgba(255, 255, 255, .4); border-radius: 14px; translate: -50% 0; }
.hero-scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; background: #fff; border-radius: 2px; animation: scrollpunkt 1.8s infinite; }
@keyframes scrollpunkt { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

/* ── Suche ────────────────────────────────────────────────────────── */
.suche { display: flex; gap: 8px; background: #fff; padding: 8px; border-radius: 999px; box-shadow: 0 20px 50px rgba(0, 0, 0, .25); max-width: 820px; }
.suche-feld { flex: 1; display: flex; align-items: center; gap: 10px; padding-left: 16px; min-width: 0; }
.suche-feld svg { width: 20px; height: 20px; color: var(--leise); flex: none; }
.suche input, .suche select, .filter input, .filter select { border: 0; font: inherit; color: var(--tinte); background: transparent; outline: none; width: 100%; min-width: 0; padding: 12px 0; }
.suche-rub { border-left: 1px solid var(--linie); padding: 0 8px 0 14px; display: flex; align-items: center; min-width: 190px; }
.suche select, .filter select { cursor: pointer; appearance: none; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7789' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 4px center / 16px; padding-right: 26px; }

/* ── Zahlen ───────────────────────────────────────────────────────── */
.zahlen { background: var(--navy); color: #fff; border-top: 1px solid rgba(255, 255, 255, .08); }
.zahlen-in { display: grid; grid-template-columns: repeat(4, 1fr); }
.zahlen-in > div { padding: 34px 20px; text-align: center; border-right: 1px solid rgba(255, 255, 255, .08); }
.zahlen-in > div:last-child { border-right: 0; }
.zahlen b { display: block; font: 600 clamp(2rem, 4vw, 3rem)/1 var(--serif); background: linear-gradient(180deg, #fff, var(--stahl-hell)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.zahlen span { font-size: .88rem; color: rgba(255, 255, 255, .6); letter-spacing: .04em; }

/* ── Sektionen ────────────────────────────────────────────────────── */
.sek { padding: clamp(70px, 10vw, 130px) 0; }
.sek-eng { padding-top: 56px; }
.sek-hell { background: var(--papier); }
.sek-dunkel { background: radial-gradient(ellipse at 10% 0%, var(--navy-3), var(--navy) 60%); color: rgba(255, 255, 255, .78); }
.sek-dunkel h2, .sek-dunkel h3 { color: #fff; }
.sek-kopf { max-width: 720px; margin-bottom: 3rem; }
.sek-kopf p:last-child { font-size: 1.08rem; }
.sek-kopf-zeile { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }

/* ── Rubrik-Karten ────────────────────────────────────────────────── */
.rub-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 20px; }
.rk { position: relative; display: flex; flex-direction: column; border-radius: var(--r); overflow: hidden; background: #fff; box-shadow: var(--schatten); color: var(--text); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.rk:hover { transform: translateY(-6px); box-shadow: var(--schatten-hoch); color: var(--text); }
.rk-bild { aspect-ratio: 16/9; overflow: hidden; position: relative; background: var(--navy-2); }
.rk-bild img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), filter .6s; filter: saturate(.85); }
.rk-bild::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(1, 26, 58, .55)); }
.rk:hover .rk-bild img { transform: scale(1.08); filter: saturate(1); }
.rk-in { padding: 0 22px 22px; position: relative; flex: 1; display: flex; flex-direction: column; }
.rk-ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: #fff; color: var(--stahl); box-shadow: var(--schatten); margin: -26px 0 14px; position: relative; z-index: 1; transition: background .3s, color .3s; }
.rk:hover .rk-ic { background: var(--stahl); color: #fff; }
.rk-ic .ic { width: 26px; height: 26px; }
.rk h3 { margin-bottom: .35em; }
.rk p { font-size: .94rem; color: var(--leise); flex: 1; }
.rk-fuss { font-size: .88rem; font-weight: 600; color: var(--stahl); display: inline-flex; align-items: center; gap: .4em; }
.rk-fuss .arr { width: 1em; height: 1em; transition: transform .3s; }
.rk:hover .rk-fuss .arr { transform: translateX(4px); }

/* ── Laufband ─────────────────────────────────────────────────────── */
.band { overflow: hidden; background: var(--papier); border-block: 1px solid var(--linie); padding: 22px 0; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.band-spur { display: flex; gap: 14px; width: max-content; animation: laufband 90s linear infinite; }
.band:hover .band-spur { animation-play-state: paused; }
.band span { font: 500 1.05rem/1 var(--serif); color: var(--navy-3); padding: 10px 20px; border-radius: 999px; background: #fff; border: 1px solid var(--linie); white-space: nowrap; }
@keyframes laufband { to { transform: translateX(-50%); } }

/* ── Split ────────────────────────────────────────────────────────── */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.split-rev .split-bild { order: 2; }
.split-bild { position: relative; }
.split-bild img { border-radius: 24px; aspect-ratio: 4/5; object-fit: cover; width: 100%; box-shadow: var(--schatten-hoch); }
.split-karte { position: absolute; right: -20px; bottom: 36px; background: #fff; border-radius: var(--r); padding: 18px 22px; box-shadow: var(--schatten-hoch); display: flex; align-items: center; gap: 14px; max-width: 260px; animation: schweben 6s ease-in-out infinite; }
.split-karte b { font: 600 2.6rem/1 var(--serif); color: var(--stahl); }
.split-karte span { font-size: .9rem; color: var(--tinte); font-weight: 600; line-height: 1.35; }
@keyframes schweben { 50% { transform: translateY(-10px); } }
.schritte { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 26px; }
.schritte li { display: flex; gap: 20px; }
.schritte li > span { flex: none; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; font: 600 1rem/1 var(--serif); color: var(--stahl); border: 1.5px solid var(--stahl-hell); background: #fff; }
.schritte h3 { margin-bottom: .25em; }
.schritte p { margin: 0; color: var(--leise); }

/* ── Vorteile ─────────────────────────────────────────────────────── */
.vorteile { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.vt { padding: 30px 26px; border-radius: var(--r); background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .08); transition: background .3s, transform .4s var(--ease), border-color .3s; }
.vt:hover { background: rgba(255, 255, 255, .07); transform: translateY(-4px); border-color: rgba(143, 179, 217, .35); }
.vt p { margin: 0; font-size: .95rem; }
.vt-ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(143, 179, 217, .25), rgba(74, 127, 176, .15)); color: var(--stahl-hell); margin-bottom: 18px; }
.vt-ic .ic { width: 26px; height: 26px; }
.vorteile-hell .vt { background: #fff; border-color: var(--linie); box-shadow: var(--schatten); }
.vorteile-hell .vt:hover { border-color: var(--stahl-hell); box-shadow: var(--schatten-hoch); }
.vorteile-hell .vt-ic { background: var(--stahl-zart); color: var(--stahl); }
.vorteile-hell .vt p { color: var(--leise); }

/* ── CTA ──────────────────────────────────────────────────────────── */
.cta-gross { position: relative; border-radius: 28px; overflow: hidden; padding: clamp(40px, 7vw, 90px); color: rgba(255, 255, 255, .82); background: linear-gradient(110deg, rgba(1, 26, 58, .97) 30%, rgba(1, 26, 58, .7)), var(--bild) center/cover; isolation: isolate; }
.cta-gross::after { content: ""; position: absolute; width: 520px; height: 520px; right: -140px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(74, 127, 176, .45), transparent 65%); z-index: -1; animation: puls 8s ease-in-out infinite; }
@keyframes puls { 50% { transform: scale(1.15); opacity: .7; } }
.cta-gross > div { max-width: 620px; }
.cta-gross h2 { color: #fff; }

/* ── Berater-Karten ───────────────────────────────────────────────── */
.bk-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.bk { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--linie); border-radius: var(--r); padding: 24px; color: var(--text); transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s; overflow: hidden; }
.bk:hover { transform: translateY(-5px); box-shadow: var(--schatten-hoch); border-color: transparent; color: var(--text); }
.bk::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--stahl), var(--stahl-hell)); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.bk:hover::before { transform: scaleX(1); }
.bk-partner { background: linear-gradient(180deg, #f7fafd, #fff 40%); }
.bk-band { position: absolute; top: 18px; right: -34px; rotate: 45deg; background: var(--navy); color: #fff; font: 700 .66rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; padding: 6px 40px; }
.bk-kopf { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; padding-right: 30px; }
.bk h3 { margin: 0; font-size: 1.08rem; }
.bk-titel { margin: 2px 0 0; font-size: .88rem; color: var(--leise); line-height: 1.4; }
.bk-kanzlei { font-weight: 600; color: var(--tinte); font-size: .94rem; margin-bottom: 4px; }
.bk-ort { display: flex; align-items: center; gap: 6px; font-size: .9rem; color: var(--leise); margin-bottom: 14px; }
.bk-ort { align-items: flex-start; }
.bk-ort svg { width: 16px; height: 16px; color: var(--stahl); flex: none; margin-top: 3px; }
.bk-fuss { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--linie); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.bk-mehr { margin-left: auto; font-size: .88rem; font-weight: 600; color: var(--stahl); display: inline-flex; align-items: center; gap: .35em; }
.bk-mehr .arr { width: 1em; height: 1em; transition: transform .3s; }
.bk:hover .bk-mehr .arr { transform: translateX(4px); }
.av { flex: none; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; font: 600 1.1rem/1 var(--serif); color: #fff; background: linear-gradient(135deg, hsl(var(--h) 45% 42%), hsl(calc(var(--h) + 20) 55% 22%)); box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .25); object-fit: cover; }
.av-xl { width: 120px; height: 120px; font-size: 2.4rem; box-shadow: 0 0 0 5px rgba(255, 255, 255, .15), var(--schatten-hoch); }
.chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.chips li { font-size: .78rem; padding: 5px 10px; border-radius: 999px; background: var(--stahl-zart); color: var(--navy-3); font-weight: 500; }
.chips-gross li { font-size: .92rem; padding: 8px 14px; }
.badge { display: inline-flex; align-items: center; gap: 4px; font: 600 .72rem/1 var(--sans); padding: 5px 9px; border-radius: 999px; letter-spacing: .02em; }
.badge .chk { width: 12px; height: 12px; }
.badge-ok { background: #e6f4ee; color: var(--ok); }
.badge-demo { background: #fff4d6; color: #7a5a00; }
.badge-partner { background: var(--navy); color: #fff; }
.bk-neu { border: 2px dashed var(--stahl-hell); background: linear-gradient(135deg, #f7fafd, #eef4fa); align-items: flex-start; justify-content: center; }
.bk-neu:hover { border-style: solid; border-color: var(--stahl); }
.bk-neu p { color: var(--leise); font-size: .94rem; }
.bk-neu .bk-mehr { margin-left: 0; }
.plus { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--stahl); color: #fff; font: 300 2rem/1 var(--sans); margin-bottom: 14px; transition: transform .5s var(--ease); }
.bk-neu:hover .plus { transform: rotate(90deg) scale(1.08); }

/* ── Rubrik-/Profil-Kopf ──────────────────────────────────────────── */
.rhero, .phero { position: relative; overflow: hidden; background: var(--navy); color: #fff; padding: 160px 0 80px; isolation: isolate; }
.rhero-klein { padding: 150px 0 70px; }
.rhero h1, .phero h1 { color: #fff; }
.rhero-ic { display: inline-grid; place-items: center; width: 64px; height: 64px; border-radius: 18px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .15); color: var(--stahl-hell); margin-bottom: 18px; backdrop-filter: blur(6px); }
.rhero-ic .ic { width: 32px; height: 32px; }
.krumen { display: flex; flex-wrap: wrap; gap: 8px; font-size: .86rem; color: rgba(255, 255, 255, .55); margin-bottom: 26px; }
.krumen a { color: rgba(255, 255, 255, .75); }
.krumen a:hover { color: #fff; }
.themen { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; max-width: 900px; }
.themen button { font: 500 .88rem/1 var(--sans); padding: 9px 15px; border-radius: 999px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18); color: rgba(255, 255, 255, .88); cursor: pointer; transition: background .2s, border-color .2s, color .2s; }
.themen button:hover, .themen button[aria-pressed="true"] { background: #fff; color: var(--navy); border-color: #fff; }
.phero { padding-bottom: 60px; }
.phero-kopf { display: flex; gap: 30px; align-items: center; flex-wrap: wrap; }
.phero h1 { font-size: clamp(2rem, 4.2vw, 3.2rem); margin: 10px 0 .2em; }
.phero-titel { font-size: 1.1rem; color: rgba(255, 255, 255, .85); margin: 0; }
.phero-ort { color: rgba(255, 255, 255, .6); margin: 4px 0 0; }
.badges { display: flex; gap: 6px; flex-wrap: wrap; }
.phero .badge-partner { background: #fff; color: var(--navy); }

/* ── Filter ───────────────────────────────────────────────────────── */
.filter { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; background: #fff; border: 1px solid var(--linie); border-radius: var(--r); padding: 8px 8px 8px 0; margin-bottom: 28px; box-shadow: var(--schatten); position: sticky; top: 76px; z-index: 5; }
.filter > label:not(.suche-feld) { border-left: 1px solid var(--linie); padding-left: 14px; min-width: 170px; }
.filter-zahl { margin: 0 12px 0 auto; font-size: .88rem; color: var(--leise); font-weight: 600; white-space: nowrap; }
.bk.weg { display: none; }
.leer { text-align: center; padding: 40px; color: var(--leise); }
.mini-rub { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 10px; }
.mini-rub a { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: var(--r-s); background: #fff; border: 1px solid var(--linie); color: var(--tinte); font-weight: 600; font-size: .95rem; transition: border-color .2s, transform .3s var(--ease); }
.mini-rub a:hover { border-color: var(--stahl-hell); transform: translateX(4px); }
.mini-rub .arr { width: 16px; height: 16px; margin-left: auto; color: var(--stahl); }

/* ── Profil ───────────────────────────────────────────────────────── */
.profil { display: grid; grid-template-columns: 1fr 400px; gap: 28px; align-items: start; }
.profil-haupt { display: grid; gap: 20px; }
.karte { background: #fff; border: 1px solid var(--linie); border-radius: var(--r); padding: clamp(22px, 3vw, 34px); box-shadow: var(--schatten); }
.karte h2 { font-size: 1.45rem; }
.fakten { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 20px; }
.fakten h3 { font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--leise); margin-bottom: .4em; }
.fakten p { margin: 0; color: var(--tinte); }
.profil-seite { position: sticky; top: 90px; }
.kontaktkarte .knopfreihe { margin: 0 0 18px; }
.hinweis { padding: 16px 18px; border-radius: var(--r-s); background: #fff8e1; color: #6b4e00; font-size: .93rem; }

/* ── Formulare ────────────────────────────────────────────────────── */
.form { display: grid; gap: 16px; }
.form label { display: grid; gap: 6px; font-size: .9rem; font-weight: 600; color: var(--tinte); }
.form label small { font-weight: 400; color: var(--leise); }
.form input:not([type="checkbox"]):not([type="radio"]), .form textarea, .form select { font: inherit; font-weight: 400; color: var(--tinte); padding: 12px 14px; border: 1.5px solid var(--linie); border-radius: var(--r-s); background: #fff; transition: border-color .2s, box-shadow .2s; width: 100%; }
.form input:focus, .form textarea:focus, .form select:focus { outline: none; border-color: var(--stahl); box-shadow: 0 0 0 4px rgba(74, 127, 176, .15); }
.form .ungueltig { border-color: #c0392b !important; }
.form textarea { resize: vertical; }
.form .check { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; font-size: .86rem; color: var(--text); }
.form .check input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--stahl); flex: none; }
.form .hp { position: absolute; left: -9999px; }
.form-status { margin: 0; font-size: .92rem; min-height: 1.2em; }
.form-status.ok { color: var(--ok); font-weight: 600; }
.form-status.fehler { color: #b03a2e; }
.zwei { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: 16px; }
legend { font: 600 1.4rem/1.2 var(--serif); color: var(--tinte); margin-bottom: 8px; padding: 0; }
.eintrag { display: grid; grid-template-columns: 1fr 380px; gap: 28px; align-items: start; }
.vorschau { position: sticky; top: 90px; }
.bk-vorschau { box-shadow: var(--schatten-hoch); border-color: transparent; }
.bk-vorschau:hover { transform: none; }
.vorschau-text { font-size: .88rem; color: var(--leise); display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; margin: 14px 0 0; }
.stufen { list-style: none; padding: 0; margin: 0 0 8px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; counter-reset: st; }
.stufen li { font-size: .78rem; font-weight: 600; color: var(--leise); padding-top: 10px; border-top: 3px solid var(--linie); transition: border-color .4s, color .4s; }
.stufen li.an { border-color: var(--stahl); color: var(--stahl); }
.stufe { display: none; }
.stufe.an { display: grid; animation: einblenden .5s var(--ease); }
@keyframes einblenden { from { opacity: 0; transform: translateX(16px); } }
.stufen-nav { display: flex; gap: 10px; justify-content: space-between; }
.stufen-nav [data-weiter], .stufen-nav [data-senden] { margin-left: auto; }
.wahl { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 8px; }
.wahl label { cursor: pointer; }
.wahl input { position: absolute; opacity: 0; pointer-events: none; }
.wahl span { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1.5px solid var(--linie); border-radius: var(--r-s); font-weight: 500; font-size: .9rem; transition: border-color .2s, background .2s, color .2s; }
.wahl .ic { width: 20px; height: 20px; color: var(--stahl); flex: none; }
.wahl input:checked + span { border-color: var(--stahl); background: var(--stahl-zart); color: var(--navy); }
.wahl input:focus-visible + span { outline: 3px solid var(--stahl-hell); outline-offset: 2px; }
.wahl-paket { grid-template-columns: repeat(3, 1fr); }
.wahl-paket span { justify-content: center; }

/* ── Pakete ───────────────────────────────────────────────────────── */
.pakete { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.paket { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--linie); border-radius: 22px; padding: 34px 28px; box-shadow: var(--schatten); transition: transform .4s var(--ease), box-shadow .4s; }
.paket:hover { transform: translateY(-6px); box-shadow: var(--schatten-hoch); }
.paket-hl { background: linear-gradient(170deg, var(--navy-2), var(--navy)); color: rgba(255, 255, 255, .8); border-color: transparent; }
.paket-hl h3 { color: #fff; }
.paket h3 { font: 600 1.6rem/1.1 var(--serif); }
.paket-t { color: var(--leise); }
.paket-hl .paket-t { color: var(--stahl-hell); }
.paket-preis { padding: 18px 0; margin: 4px 0 18px; border-block: 1px solid var(--linie); font-size: .85rem; color: var(--leise); }
.paket-hl .paket-preis { border-color: rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .6); }
.paket-preis b { font: 600 1.35rem/1.3 var(--serif); color: var(--tinte); }
.paket-hl .paket-preis b { color: #fff; }
.paket ul { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 10px; flex: 1; }
.paket li { display: flex; gap: 10px; font-size: .94rem; }
.paket li .chk { width: 18px; height: 18px; color: var(--stahl); flex: none; margin-top: 3px; }
.paket-hl li .chk { color: var(--stahl-hell); }
.paket-band { position: absolute; top: -13px; left: 28px; background: var(--stahl); color: #fff; font: 700 .7rem/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; padding: 7px 12px; border-radius: 999px; }

/* ── FAQ ──────────────────────────────────────────────────────────── */
.faq { display: grid; gap: 10px; }
.faq details { background: #fff; border: 1px solid var(--linie); border-radius: var(--r-s); transition: box-shadow .3s, border-color .3s; }
.faq details[open] { box-shadow: var(--schatten); border-color: var(--stahl-hell); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 22px; font-weight: 600; color: var(--tinte); display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq-pm { position: relative; width: 16px; height: 16px; flex: none; }
.faq-pm::before, .faq-pm::after { content: ""; position: absolute; left: 0; top: 7px; width: 16px; height: 2px; background: var(--stahl); border-radius: 2px; transition: transform .3s var(--ease); }
.faq-pm::after { transform: rotate(90deg); }
.faq details[open] .faq-pm::after { transform: rotate(0); }
.faq-a { padding: 0 22px 6px; overflow: hidden; }
.faq-a p { color: var(--text); }

/* ── Rechtstexte ──────────────────────────────────────────────────── */
.recht { padding-top: 150px; }
.recht h1 { font-size: clamp(2rem, 4vw, 3rem); }
.recht h2 { font-size: 1.3rem; margin-top: 2rem; }
.recht .suche { margin: 2rem auto 0; }

/* ── Fuß ──────────────────────────────────────────────────────────── */
.fuss { background: var(--navy); color: rgba(255, 255, 255, .6); padding: 80px 0 30px; font-size: .92rem; }
.fuss-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.fuss-marke p { margin-top: 18px; max-width: 38ch; }
.fuss h4 { color: #fff; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.fuss ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.fuss a { color: rgba(255, 255, 255, .7); }
.fuss a:hover { color: #fff; }
.fuss-unten { margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: .84rem; }
.fuss-unten p { margin: 0; }
.fuss-unten a { margin-left: 18px; }

/* ── Scroll-Animation ─────────────────────────────────────────────── */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
.js .reveal.sichtbar { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* ── Responsiv ────────────────────────────────────────────────────── */
@media (max-width: 1080px) {
  .profil, .eintrag { grid-template-columns: 1fr; }
  .profil-seite, .vorschau { position: static; }
  .pakete { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .fuss-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 920px) {
  .burger { display: flex; }
  .nav { position: fixed; inset: 0; top: 0; background: var(--navy); flex-direction: column; align-items: stretch; justify-content: flex-start; padding: 90px 20px 30px; gap: 4px; overflow-y: auto; transform: translateX(100%); transition: transform .45s var(--ease); z-index: -1; }
  .nav.offen { transform: none; }
  .nav > a, .nav-btn { font-size: 1.15rem; padding: 14px 16px; width: 100%; justify-content: space-between; }
  .nav .nav-cta { margin: 16px 0 0; justify-content: center; }
  .mega { position: static; width: auto; transform: none; box-shadow: none; background: rgba(255, 255, 255, .05); display: none; opacity: 1; visibility: visible; margin: 4px 0 8px; }
  .nav-mega.offen .mega { display: block; transform: none; }
  .mega-grid { grid-template-columns: 1fr; }
  .mega-grid a { color: #fff; }
  .mega-grid a:hover { background: rgba(255, 255, 255, .06); }
  .mega-grid small { display: none; }
  .mega-ic { background: rgba(255, 255, 255, .08); color: var(--stahl-hell); }
  .split { grid-template-columns: 1fr; }
  .split-rev .split-bild { order: 0; }
  .split-bild img { aspect-ratio: 4/3; }
  .split-karte { right: 12px; }
  .zahlen-in { grid-template-columns: 1fr 1fr; }
  .zahlen-in > div:nth-child(2) { border-right: 0; }
  .zahlen-in > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .08); }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .suche { flex-direction: column; border-radius: 22px; }
  .suche-feld { padding: 0 8px; }
  .suche-rub { border-left: 0; border-top: 1px solid var(--linie); padding: 0 8px; min-width: 0; }
  .suche .btn { width: 100%; }
  .filter { flex-direction: column; align-items: stretch; padding: 6px 12px; position: static; }
  .filter .suche-feld { padding-left: 0; }
  .filter > label:not(.suche-feld) { border-left: 0; border-top: 1px solid var(--linie); padding-left: 0; }
  .filter-zahl { margin: 6px 0; }
  .zwei, .wahl-paket { grid-template-columns: 1fr; }
  .bk-grid, .rub-grid { grid-template-columns: 1fr; }
  .fuss-grid { grid-template-columns: 1fr; }
  .fuss-unten a { margin: 0 18px 0 0; }
  .hero { padding-top: 110px; }
  .phero-kopf { gap: 18px; }
  .av-xl { width: 88px; height: 88px; font-size: 1.8rem; }
  .stufen li { font-size: .68rem; }
}

/* ── Vermittlung & Kennzahlen ohne Zahl ───────────────────────────── */
.bk-vermittlung { border-style: solid; border-color: var(--linie); background: linear-gradient(135deg, var(--navy-2), var(--navy)); color: rgba(255, 255, 255, .8); }
.bk-vermittlung:hover { border-color: transparent; color: rgba(255, 255, 255, .8); }
.bk-vermittlung h3 { color: #fff; }
.bk-vermittlung p { color: rgba(255, 255, 255, .72); }
.bk-vermittlung .bk-mehr { color: var(--stahl-hell); }
.bk-vermittlung .plus { background: rgba(255, 255, 255, .1); color: var(--stahl-hell); }
.bk-vermittlung .plus .ic { width: 26px; height: 26px; }
.bk-vermittlung:hover .plus { transform: scale(1.08); }
.zahlen b svg { width: .9em; height: .9em; stroke: var(--stahl-hell); display: inline-block; vertical-align: -.05em; }
.recht ul { padding-left: 1.2em; }

/* ── Kanzlei-Profile mit Logo ─────────────────────────────────────── */
.logo-platte { flex: none; width: 112px; height: 56px; border-radius: 12px; background: #fff; border: 1px solid var(--linie); display: grid; place-items: center; padding: 9px 12px; }
.logo-platte img { width: 100%; height: 100%; object-fit: contain; }
.logo-platte-xl { width: 240px; height: 120px; padding: 22px 28px; border: 0; border-radius: 20px; box-shadow: 0 0 0 5px rgba(255, 255, 255, .15), var(--schatten-hoch); }
.bk-kanzlei-typ .bk-kopf { flex-direction: column; align-items: flex-start; gap: 12px; }
.mitglieder { display: flex; flex-wrap: wrap; gap: 12px; }
.mitglieder a { display: flex; align-items: center; gap: 12px; padding: 10px 16px 10px 10px; border: 1px solid var(--linie); border-radius: 999px; color: var(--tinte); transition: border-color .2s, transform .3s var(--ease); }
.mitglieder a:hover { border-color: var(--stahl-hell); transform: translateY(-2px); }
.mitglieder .av { width: 44px; height: 44px; font-size: .95rem; }
.mitglieder b { display: block; font-size: .95rem; }
.mitglieder small { display: block; color: var(--leise); font-size: .82rem; }
@media (max-width: 640px) { .logo-platte-xl { width: 180px; height: 90px; padding: 16px 20px; } }

/* ── Personenprofil: Porträt, Kanzlei, Kontaktdaten ───────────────── */
.av-foto { object-fit: cover; object-position: 50% 12%; background: radial-gradient(circle at 50% 30%, #2b5a8c, var(--navy) 75%); }
.phero-split { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; }
.phero-text { padding-bottom: 10px; min-width: 0; }
.phero-foto { padding-bottom: 0; }
.phero-foto .phero-text { padding-bottom: 60px; }
.phero-portrait { position: relative; width: clamp(260px, 30vw, 380px); align-self: end; }
.phero-portrait img { position: relative; z-index: 1; width: 100%; height: auto; display: block; filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .35)); }
.phero-halo { position: absolute; left: 50%; bottom: 8%; width: 115%; aspect-ratio: 1; translate: -50% 0; border-radius: 50%; background: radial-gradient(circle, rgba(143, 179, 217, .45), rgba(74, 127, 176, .18) 45%, transparent 70%); animation: puls 8s ease-in-out infinite; }
.phero-portrait-ohne { width: auto; padding-bottom: 60px; }
.phero-ort { display: flex; align-items: center; gap: 8px; margin-top: 14px !important; }
.phero-ort svg { width: 18px; height: 18px; color: var(--stahl-hell); flex: none; }
.phero .knopfreihe { margin-top: 26px; }
.phero .btn svg:not(.arr) { width: 18px; height: 18px; }
.phero-kanzlei { display: inline-flex; align-items: center; gap: 14px; margin-top: 18px; padding: 8px 18px 8px 8px; border-radius: 16px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); color: #fff; backdrop-filter: blur(6px); transition: background .25s, border-color .25s; }
.phero-kanzlei:hover { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .35); color: #fff; }
.phero-kanzlei .logo-platte { width: 96px; height: 46px; border: 0; }
.phero-kanzlei small { display: block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--stahl-hell); }
.phero-kanzlei b { display: block; font-weight: 600; }
.phero-kanzlei .arr { width: 18px; height: 18px; color: var(--stahl-hell); transition: transform .25s; }
.phero-kanzlei:hover .arr { transform: translateX(4px); }
.phero-kanzlei-text { padding-left: 18px; }
.gross { font-size: 1.06rem; line-height: 1.75; }
.profil-seite { display: grid; gap: 20px; }
.kanzleikarte .eyebrow { margin-bottom: 14px; }
.kanzleikarte-logo { display: inline-block; margin-bottom: 14px; }
.kanzleikarte-logo .logo-platte { width: 170px; height: 76px; padding: 14px 20px; }
.kanzleikarte h3 { margin-bottom: 2px; }
.kontaktliste { list-style: none; padding: 0; margin: 16px 0; display: grid; gap: 10px; font-size: .93rem; }
.kontaktliste li { display: flex; gap: 10px; align-items: flex-start; }
.kontaktliste svg { width: 18px; height: 18px; color: var(--stahl); flex: none; margin-top: 3px; }
.kanzleikarte .chips { margin-bottom: 18px; }
@media (max-width: 920px) {
  .phero-split { grid-template-columns: 1fr; }
  .phero-portrait { width: min(300px, 70vw); margin: 0 auto; }
  .phero-foto .phero-text { padding-bottom: 10px; }
  .phero-portrait-ohne { padding-bottom: 20px; margin: 0; }
}
.bk .av-foto { width: 76px; height: 76px; }
.mitglieder .av-foto { width: 44px; height: 44px; }
/* Porträt im Rund: enger Ausschnitt auf Kopf und Schultern */
.av-foto { overflow: hidden; padding: 0; display: block; }
.av-foto img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; transform: scale(1.75); transform-origin: 50% 14%; }

/* ── Korrektur: [hidden] schlägt Knopf-Display (Formular Schritt 2) ─ */
[hidden] { display: none !important; }

/* ── Sprachumschalter mit Flagge ──────────────────────────────────── */
.sprache { display: inline-flex; gap: 2px; padding: 3px; border-radius: 999px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .16); margin-left: 10px; flex: none; }
.sprache a { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 999px; color: rgba(255, 255, 255, .75); font: 600 .8rem/1 var(--sans); letter-spacing: .04em; transition: background .2s, color .2s; }
.sprache a:hover { color: #fff; background: rgba(255, 255, 255, .1); }
.sprache a[aria-current] { background: #fff; color: var(--navy); }
.flagge { width: 20px; height: 13px; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0, 0, 0, .15); flex: none; display: block; }
.kopf-in { gap: 12px; }
.nav { margin-left: auto; }
@media (max-width: 920px) { .sprache { margin-left: auto; } .sprache a { padding: 6px 8px; } .burger { margin-left: 8px; } }
@media (max-width: 380px) { .sprache a span { display: none; } }

/* ── Transatlantisch ──────────────────────────────────────────────── */
.rk-hervor { box-shadow: 0 0 0 2px var(--stahl), var(--schatten-hoch); }
.rk-neu { position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--stahl); color: #fff; font: 700 .68rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; padding: 6px 10px; border-radius: 999px; }
.transatlantik { position: relative; overflow: hidden; color: rgba(255, 255, 255, .8); background: var(--navy); isolation: isolate; }
.transatlantik-bild { position: absolute; inset: 0; background-size: cover; background-position: center 40%; z-index: -1; }
.transatlantik-bild::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(1, 26, 58, .97) 30%, rgba(1, 26, 58, .78) 65%, rgba(10, 42, 85, .6)); }
.transatlantik-in { display: grid; grid-template-columns: 1.15fr 1fr; gap: 60px; align-items: center; }
.transatlantik h2 { color: #fff; }
.transatlantik-liste { list-style: none; padding: 0; margin: 1.4rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.transatlantik-liste li { display: flex; gap: 10px; font-size: .95rem; }
.transatlantik-liste .chk { width: 18px; height: 18px; color: var(--stahl-hell); flex: none; margin-top: 3px; }
.transatlantik-karte { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 34px 28px; border-radius: 24px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); backdrop-filter: blur(8px); }
.transatlantik-karte .ort { display: grid; justify-items: center; gap: 8px; text-align: center; }
.transatlantik-karte .ort span .flagge { width: 54px; height: 34px; border-radius: 4px; }
.transatlantik-karte b { color: #fff; font-size: 1rem; }
.transatlantik-karte small { color: var(--stahl-hell); font-size: .8rem; }
.transatlantik-karte .bogen svg { width: 100%; height: auto; color: var(--stahl-hell); overflow: visible; }
.zahl-text { font-size: clamp(1.4rem, 3vw, 2.1rem) !important; letter-spacing: .02em; }
.fuss-kontakt { margin-top: 12px; }
@media (max-width: 920px) {
  .transatlantik-in { grid-template-columns: 1fr; gap: 36px; }
  .transatlantik-liste { grid-template-columns: 1fr; }
}
