* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: clip; }
img, svg { max-width: 100%; }
:root { --yellow: #FFC400; --blue: #121b3b; --black: #111111; --white: #FFFFFF; --muted: #9AA0A6; --line: #EDEDED; --plan: #C9CDD2; }
::selection { background: rgba(255, 196, 0, 0.99); color: var(--black); text-shadow: none; }
::-moz-selection { background: rgba(255, 196, 0, 0.99); color: var(--black); text-shadow: none; }
body { font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif; color: var(--black); background: var(--white); -webkit-font-smoothing: antialiased; font-feature-settings: "tnum"; }
.shell { max-width: 1120px; margin: 0 auto; padding: 0 clamp(28px, 5vw, 72px); }
a { color: inherit; }
@media (max-width: 640px) { .shell { padding: 0 24px; } }
header { border-bottom: 1px solid var(--line); }
.head-row { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; }
.wordmark { display: flex; align-items: baseline; gap: 7px; font-size: 21px; font-weight: 700; letter-spacing: -0.4px; color: var(--black); text-decoration: none; }
.wordmark .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); animation: breathe 5.6s ease-in-out infinite; }
.head-firm { font-size: 12.5px; color: var(--muted); letter-spacing: 0.2px; text-align: right; line-height: 1.5; }
.head-firm .coord { font-size: 11px; color: var(--plan); letter-spacing: 0.6px; }
@media (max-width: 640px) { .head-firm { display: none; } }
@keyframes breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.09); } }
@media (prefers-reduced-motion: reduce) { .dot, .pulse, .sym-dot { animation: none !important; } }
.snum { font-size: 11px; font-weight: 600; letter-spacing: 1.6px; color: var(--plan); margin-bottom: 34px; }
.hero { padding: 96px 0 92px; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: center; }
.hero h1 { font-size: clamp(52px, 8.6vw, 108px); font-weight: 800; letter-spacing: -3.5px; line-height: 1.02; }
.hero h1 span { display: block; }
.hero .lead { font-size: clamp(19px, 2.6vw, 27px); font-weight: 500; letter-spacing: -0.4px; margin-top: 32px; }
.punkt-figur { position: relative; width: clamp(150px, 18vw, 220px); aspect-ratio: 1; }
.pulse { position: absolute; inset: 18%; border-radius: 50%; background: var(--yellow); animation: breathe 5.6s ease-in-out infinite; }
.umkreis { position: absolute; inset: 0; border-radius: 50%; border: 1px dashed var(--plan); }
.mass { position: absolute; font-size: 10.5px; letter-spacing: 0.8px; color: var(--muted); }
.mass-d { top: 50%; left: 105%; transform: translateY(-50%); white-space: nowrap; }
.mass-label { bottom: -26px; left: 50%; transform: translateX(-50%); white-space: nowrap; color: var(--plan); text-transform: uppercase; letter-spacing: 1.8px; font-weight: 600; }
.masslinie { position: absolute; top: 50%; left: 100%; width: 5%; height: 1px; background: var(--plan); }
@media (max-width: 780px) { .hero { padding: 60px 0 64px; } .hero-grid { grid-template-columns: 1fr; gap: 56px; } .punkt-figur { order: -1; width: 108px; } .mass-d, .masslinie { display: none; } }
.zweige { border-bottom: 1px solid var(--line); }
.zweige .snum, .register .snum { padding-top: 44px; }
.zweige-grid { display: grid; grid-template-columns: 1fr 1fr; }
.zweig { padding: 8px 56px 68px 0; }
.zweig + .zweig { border-left: 1px solid var(--line); padding-left: 56px; padding-right: 0; }
.zweig .marker { margin-bottom: 28px; }
.sym-dot { display: inline-block; width: 14px; height: 14px; border-radius: 50%; background: var(--yellow); }
.sym-ring { display: inline-block; width: 14px; height: 14px; border-radius: 50%; border: 3px solid var(--blue); }
.zweig .kat, .r-sub { font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.zweig h2 { font-size: clamp(21px, 2.4vw, 27px); font-weight: 800; letter-spacing: -0.6px; line-height: 1.22; margin-bottom: 18px; }
.zweig p { font-size: 15.5px; line-height: 1.65; color: #3a3a3a; max-width: 430px; }
@media (max-width: 780px) { .zweige-grid { grid-template-columns: 1fr; } .zweig { padding: 8px 0 48px; } .zweig + .zweig { border-left: none; border-top: 1px solid var(--line); padding: 44px 0 48px; } }
.verbinder { padding: 64px 0; border-bottom: 1px solid var(--line); text-align: center; }
.verbinder p { font-size: clamp(19px, 2.4vw, 25px); font-weight: 700; letter-spacing: -0.4px; line-height: 1.35; }
.verbinder .akzent { color: var(--muted); font-weight: 400; display: block; margin-top: 10px; font-size: 0.72em; }
.register { border-bottom: 1px solid var(--line); }
.register-grid { display: grid; grid-template-columns: 1fr 1fr; }
.register-col { padding: 8px 56px 64px 0; }
.register-col + .register-col { border-left: 1px solid var(--line); padding-left: 56px; padding-right: 0; }
.register h3 { font-size: 22px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 14px; }
.register p { font-size: 15.5px; line-height: 1.65; color: #3a3a3a; max-width: 430px; margin-bottom: 24px; }
.reg-link { display: inline-block; color: var(--black); font-weight: 700; font-size: 16px; text-decoration: none; padding-bottom: 3px; border-bottom: 2px solid var(--yellow); }
.reg-link:hover { border-bottom-width: 3px; }
.reg-stand { font-size: 12px; color: var(--muted); margin-top: 14px; letter-spacing: 0.3px; }
a.mail { color: var(--black); font-weight: 600; text-decoration: none; border-bottom: 1.5px solid var(--yellow); }
@media (max-width: 780px) { .register-grid { grid-template-columns: 1fr; } .register-col { padding: 8px 0 44px; } .register-col + .register-col { border-left: none; border-top: 1px solid var(--line); padding: 40px 0 48px; } }
.page-head { padding: 72px 0 40px; border-bottom: 1px solid var(--line); }
.page-head h1 { font-size: clamp(32px, 4.6vw, 52px); font-weight: 800; letter-spacing: -1.4px; line-height: 1.08; max-width: 820px; }
.page-head .lead { font-size: clamp(16.5px, 2vw, 20px); color: #3a3a3a; margin-top: 20px; max-width: 720px; line-height: 1.6; }
.prosa { padding: 56px 0 72px; }
.prosa .abschnitt { max-width: 760px; margin-bottom: 52px; }
.prosa h2 { font-size: 23px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 16px; }
.prosa h3 { font-size: 16.5px; font-weight: 700; margin: 26px 0 8px; }
.prosa h4 { font-size: 15px; font-weight: 700; margin: 20px 0 6px; }
.prosa p { font-size: 15.5px; line-height: 1.7; color: #2e2e2e; margin-bottom: 14px; }
.prosa ul { margin: 12px 0 16px 22px; }
.prosa li { font-size: 15.5px; line-height: 1.65; color: #2e2e2e; margin-bottom: 8px; }
.prosa a { color: var(--black); text-decoration: none; border-bottom: 1.5px solid var(--yellow); }
.prosa .satz { font-size: clamp(20px, 2.6vw, 26px); font-weight: 700; letter-spacing: -0.5px; line-height: 1.35; border-left: 4px solid var(--yellow); padding-left: 22px; margin: 8px 0 18px; }
.prosa hr { border: none; border-top: 1px solid var(--line); margin: 44px 0; }
.ebene { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.ebene .e-num { font-weight: 700; }
.prinzip { padding: 14px 0; border-bottom: 1px solid var(--line); }
.prinzip strong { display: block; margin-bottom: 3px; font-size: 15.5px; }
.prinzip p { font-size: 14.5px; color: #3a3a3a; margin: 0; }
.dl-block { border: 1px solid var(--black); padding: 28px 32px; max-width: 760px; margin: 8px 0 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.dl-block .dl-t { font-weight: 800; font-size: 17px; letter-spacing: -0.3px; }
.dl-block .dl-s { font-size: 13px; color: var(--muted); margin-top: 4px; }
.dl-btn { display: inline-block; background: var(--black); color: var(--white); text-decoration: none; font-weight: 700; font-size: 15px; padding: 13px 26px; }
.dl-btn:hover { background: var(--yellow); color: var(--black); }
.akten { padding: 56px 0 24px; }
.akte { border: 1px solid var(--line); display: grid; grid-template-columns: 170px 1fr auto; gap: 0; margin-bottom: 28px; max-width: 900px; }
.akte-num { border-right: 1px solid var(--line); padding: 30px 26px; display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.akte-num .nr { font-size: 12px; font-weight: 700; letter-spacing: 2px; color: var(--muted); }
.akte-body { padding: 30px 34px; }
.akte-body .kat { font-size: 11.5px; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.akte-body h2 { font-size: 24px; font-weight: 800; letter-spacing: -0.6px; margin-bottom: 4px; }
.akte-body .titel { font-size: 14.5px; color: #3a3a3a; margin-bottom: 16px; }
.akte-body .domain { font-size: 15.5px; font-weight: 700; color: var(--black); text-decoration: none; border-bottom: 2px solid var(--yellow); padding-bottom: 2px; }
.akte-body .domain:hover { border-bottom-width: 3px; }
.akte-meta { border-left: 1px solid var(--line); padding: 30px 26px; font-size: 12px; color: var(--muted); display: flex; flex-direction: column; gap: 8px; min-width: 170px; }
.akte-meta b { color: var(--black); font-weight: 600; }
@media (max-width: 780px) { .akte { grid-template-columns: 1fr; } .akte-num { border-right: none; border-bottom: 1px solid var(--line); flex-direction: row; align-items: center; } .akte-meta { border-left: none; border-top: 1px solid var(--line); } }
.plankopf-zone { padding: 44px 0 0; display: flex; justify-content: flex-end; }
.plankopf { border: 1px solid var(--line); font-size: 11.5px; color: var(--muted); display: grid; grid-template-columns: auto auto; min-width: 320px; }
.plankopf .zelle { padding: 8px 14px; border-bottom: 1px solid var(--line); }
.plankopf .zelle:nth-child(odd) { border-right: 1px solid var(--line); color: var(--plan); text-transform: uppercase; letter-spacing: 1.2px; font-size: 10px; font-weight: 600; }
.plankopf .zelle:nth-last-child(-n+2) { border-bottom: none; }
.plankopf .zelle b { color: var(--black); font-weight: 600; }
@media (max-width: 640px) { .plankopf { min-width: 100%; } .plankopf-zone { padding-top: 36px; } }
footer { background: var(--black); color: #B9BDC4; margin-top: 56px; }
.foot-inner { padding: 68px 0 36px; }
.foot-top { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.14); }
.foot-mark { display: flex; align-items: baseline; gap: 9px; font-size: 27px; font-weight: 700; letter-spacing: -0.6px; color: #FFFFFF; }
.foot-mark img { display: block; height: 32px; width: auto; }
.foot-mark .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); animation: breathe 5.6s ease-in-out infinite; }
.foot-claim { font-size: 14px; color: #8A8F98; letter-spacing: 0.2px; }
.foot-schluss { margin-top: 8px; font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; color: #8A8F98; }
.foot-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; padding: 44px 0 48px; }
.foot-col h4 { font-size: 11.5px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #6E737C; margin-bottom: 16px; }
.foot-col a { display: block; color: #B9BDC4; text-decoration: none; font-size: 14.5px; line-height: 2; }
.foot-col a:hover { color: #FFFFFF; }
.foot-col p { font-size: 14.5px; line-height: 1.75; color: #B9BDC4; }
.foot-col .coord { font-size: 11.5px; color: #6E737C; letter-spacing: 0.6px; margin-top: 10px; }
.foot-col a.mail { display: inline; color: #FFFFFF; font-weight: 600; border-bottom: 1.5px solid var(--yellow); }
.foot-col a.mail:hover { border-bottom-width: 2.5px; }
.foot-stand { font-size: 12px; color: #6E737C; margin-top: 12px; }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px 24px; flex-wrap: wrap; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.14); }
.foot-bottom .co { display: flex; align-items: center; gap: 9px; font-size: 13px; color: #8A8F98; }
.foot-bottom .fdot { width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); display: inline-block; animation: breathe 5.6s ease-in-out infinite; }
.foot-legal { font-size: 11.5px; color: #6E737C; letter-spacing: 0.3px; line-height: 1.6; }
@media (max-width: 780px) { .foot-grid { grid-template-columns: 1fr; gap: 32px; } }
@media print {
  * { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .pulse, .dot, .sym-dot { animation: none !important; }
  header, footer, .plankopf-zone { break-inside: avoid; }
}

/* Mobil-Härtung */
.prosa a, .foot-legal, .plankopf .zelle:nth-child(even) { overflow-wrap: anywhere; }
@media (max-width: 480px) {
  .ebene { grid-template-columns: 1fr; gap: 4px; }
  .hero h1 { letter-spacing: -2.2px; }
  .akte-body { padding: 24px 22px; }
  .akte-num, .akte-meta { padding: 20px 22px; }
}

/* Kundensätze */
.saetze { border-bottom: 1px solid var(--line); }
.saetze .snum { padding-top: 44px; }
.saetze-grid { display: grid; grid-template-columns: 1fr 1fr; }
.saetze-col { padding: 8px 56px 56px 0; }
.saetze-col + .saetze-col { border-left: 1px solid var(--line); padding-left: 56px; padding-right: 0; }
.satzzeile { font-size: 16.5px; font-weight: 600; letter-spacing: -0.2px; line-height: 1.5; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--black); }
.saetze-schluss { text-align: center; padding: 40px 0 56px; font-size: clamp(17px, 2.2vw, 21px); font-weight: 700; letter-spacing: -0.3px; }
.saetze-schluss span { color: var(--muted); font-weight: 400; }
@media (max-width: 780px) { .saetze-grid { grid-template-columns: 1fr; } .saetze-col { padding: 8px 0 36px; } .saetze-col + .saetze-col { border-left: none; border-top: 1px solid var(--line); padding: 32px 0 36px; } }

/* Der Weg */
.weg { border-bottom: 1px solid var(--line); }
.weg .snum { padding-top: 44px; }
.weg-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; padding-bottom: 64px; }
.weg-schritt { padding-right: 44px; }
.weg-schritt + .weg-schritt { border-left: 1px solid var(--line); padding-left: 44px; }
.weg-num { font-size: 13px; font-weight: 700; letter-spacing: 2px; color: var(--muted); margin-bottom: 14px; }
.weg-schritt h3 { font-size: 19px; font-weight: 800; letter-spacing: -0.4px; margin-bottom: 10px; }
.weg-schritt p { font-size: 15px; line-height: 1.65; color: #3a3a3a; }
.weg-schritt a { color: var(--black); font-weight: 600; text-decoration: none; border-bottom: 1.5px solid var(--yellow); }
@media (max-width: 780px) { .weg-grid { grid-template-columns: 1fr; } .weg-schritt { padding: 0 0 32px; } .weg-schritt + .weg-schritt { border-left: none; border-top: 1px solid var(--line); padding: 28px 0 32px; } }

/* Hero-Klartext */
.hero .klartext { font-size: clamp(15px, 1.8vw, 17.5px); color: #3a3a3a; margin-top: 22px; max-width: 560px; line-height: 1.65; }

/* Klartext-Block (EA-Seite) */
.einfach { background: #FAFAFA; border: 1px solid var(--line); padding: 30px 34px; max-width: 760px; margin-bottom: 52px; }
.einfach .e-label { font-size: 11.5px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.einfach p { font-size: 15.5px; line-height: 1.7; color: #2e2e2e; margin-bottom: 12px; }
.einfach p:last-child { margin-bottom: 0; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--line); padding: 18px 0; max-width: 760px; }
.faq-item h3 { font-size: 16.5px; font-weight: 700; margin: 0 0 8px; }
.faq-item p { font-size: 15px; line-height: 1.68; color: #2e2e2e; margin: 0; }

/* Orbit-Zeichen: rotierender Punktkreis, Zentrum je Zweig */
.zeichen { display: block; }
.zeichen .orbit { transform-box: fill-box; transform-origin: center; animation: orbit-spin 28s linear infinite; }
.zeichen .kern-pulse { transform-box: fill-box; transform-origin: center; animation: breathe 5.6s ease-in-out infinite; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .zeichen .orbit, .zeichen .kern-pulse { animation: none !important; } }
.marker .zeichen { width: 46px; height: 46px; }
.akte-num .zeichen { width: 44px; height: 44px; }
.hero-orbit { width: 100%; height: 100%; display: block; }

/* Bewegung: Scroll-Reveal und Ring-Drehung (Bau-Pass, August 2026) */
[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].in { opacity: 1; transform: none; }
.ring-dreh { transform-box: fill-box; transform-origin: center; animation: ring-dreh 36s linear infinite; }
@keyframes ring-dreh { to { transform: rotate(360deg); } }
.akte { transition: border-color .25s ease; }
.akte:hover { border-color: var(--plan); }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .ring-dreh { animation: none !important; }
}
@media print { [data-reveal] { opacity: 1 !important; transform: none !important; } }


/* Sprachwahl, Weg-Zeile, Ursprung-Slot (Momente- und Sprachen-Pass) */
.head-right { display: flex; align-items: center; gap: 18px; }
.lang { position: relative; }
.lang summary { list-style: none; cursor: pointer; font-size: 12.5px; font-weight: 600; letter-spacing: 1px; color: var(--black); border: 1px solid var(--line); padding: 6px 12px; user-select: none; }
.lang summary::-webkit-details-marker { display: none; }
.lang summary::after { content: " \2304"; color: var(--muted); }
.lang[open] summary { border-color: var(--black); }
.lang .lang-menu { position: absolute; right: 0; top: calc(100% + 6px); background: var(--white); border: 1px solid var(--black); min-width: 124px; z-index: 30; }
.lang .lang-menu a { display: block; padding: 9px 14px; font-size: 13.5px; font-weight: 600; text-decoration: none; color: var(--black); }
.lang .lang-menu a:hover { background: var(--yellow); }
@media (max-width: 640px) { .head-right .head-firm { display: none; } .head-right { gap: 0; } }
.weg-zeile { margin-top: 26px; }
.weg-zeile a { font-size: 15px; font-weight: 600; color: var(--black); text-decoration: none; border-bottom: 2px solid var(--yellow); padding-bottom: 2px; }
.weg-zeile a:hover { border-bottom-width: 3px; }

/* Rechtsblätter erscheinen immer vollständig, ohne Scroll-Erscheinen */
.blatt-recht [data-reveal] { opacity: 1; transform: none; }


/* ---- Gestalt-Pass: Logo, Sprachwahl, Punktraster, Dark Mode ---- */
.wordmark img { display: block; height: 42px; width: auto; }
.logo-dunkel { display: none; }
.lang summary { border: none; padding: 6px 2px; font-size: 13.5px; font-weight: 500; letter-spacing: 0.2px; }
.lang summary:hover { border: none; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--yellow); text-decoration-thickness: 2px; }
.lang[open] summary { border: none; }

/* Das Punktraster der Fläche */
body { background-image: radial-gradient(circle, var(--raster) 1px, transparent 1.5px); background-size: 26px 26px; background-position: 0 0; }
:root { --raster: #e8ebef; }
@media print { body { background-image: none; } }

@media print { .logo-dunkel { display: none !important; } .logo-hell { display: block !important; } }


/* Der Schalter der Darstellung */
.thema { background: none; border: 1px solid var(--line); width: 34px; height: 30px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; }
.thema:hover { border-color: var(--black); }
.thema-punkt { width: 14px; height: 14px; border-radius: 50%; border: 2px solid var(--black); background: linear-gradient(90deg, var(--black) 0 50%, transparent 50% 100%); }

/* Die dunkle Welt: geschaltet, nicht erzwungen */
:root[data-thema="dunkel"] { --white: #111111; --black: #f4f4f2; --line: #2c2c2c; --muted: #a2a7ad; --plan: #7d838b; --raster: #232323; color-scheme: dark; }
[data-thema="dunkel"] .logo-hell { display: none; }
[data-thema="dunkel"] .logo-dunkel { display: block; }
[data-thema="hell"] .logo-dunkel { display: none; }
[data-thema="dunkel"] .ring-dreh { stroke: #FAF8F3; }
[data-thema="dunkel"] .sym-ring { border-color: #FAF8F3; }
[data-thema="dunkel"] ::selection { background: rgba(255,196,0,0.99); color: #111111; }
[data-thema="dunkel"] .zweig p, [data-thema="dunkel"] .register p, [data-thema="dunkel"] .page-head .lead,
[data-thema="dunkel"] .prinzip p, [data-thema="dunkel"] .akte-body .titel, [data-thema="dunkel"] .weg-schritt p,
[data-thema="dunkel"] .hero .klartext { color: #b9bdc4; }
[data-thema="dunkel"] .prosa p, [data-thema="dunkel"] .prosa li, [data-thema="dunkel"] .einfach p,
[data-thema="dunkel"] .faq-item p { color: #c3c7cc; }
[data-thema="dunkel"] .einfach { background: #191919; }
[data-thema="dunkel"] footer { background: #0a0a0a; }
@media print {
  :root[data-thema="dunkel"] { --white: #FFFFFF; --black: #111111; --line: #EDEDED; --muted: #9AA0A6; --plan: #C9CDD2; --raster: #e8ebef; }
  [data-thema] .logo-dunkel { display: none !important; }
  [data-thema] .logo-hell { display: block !important; }
  .thema { display: none; }
}

/* Der Fuß auf kleinen Flächen */
@media (max-width: 640px) {
  .foot-inner { padding: 48px 0 30px; }
  .foot-top { flex-direction: column; align-items: flex-start; gap: 12px; padding-bottom: 30px; }
  .foot-mark { font-size: 23px; }
  .foot-mark img { height: 30px; }
  .foot-claim { font-size: 13.5px; }
  .foot-grid { grid-template-columns: 1fr; gap: 30px; padding: 34px 0 36px; }
  .foot-col h4 { margin-bottom: 10px; }
  .foot-col a { line-height: 2.15; }
  .foot-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
  .foot-legal { line-height: 1.7; }
}

/* Mobil-Sicherung und Luft */
@media (max-width: 640px) {
  .shell { padding: 0 22px; }
  .head-row { padding: 18px 0; gap: 14px; }
  .head-right { flex-shrink: 0; }
  .wordmark { min-width: 0; }
  .wordmark img { height: 30px; }
  .lang summary { padding: 6px 0; }
  .foot-inner { padding: 44px 0 28px; }
  .foot-top { padding-bottom: 26px; }
  .plankopf { font-size: 10.5px; }
  .plankopf .zelle { padding: 7px 10px; }
}
@media (max-width: 400px) {
  .wordmark img { height: 26px; }
  .lang summary { font-size: 12.5px; }
  .thema { width: 30px; height: 28px; }
}

/* Der Fuß folgt der Welt: hell in Hell, dunkel in Dunkel */
[data-thema="hell"] footer { background: var(--white); color: #5c6167; border-top: 1px solid var(--line); }
[data-thema="hell"] .foot-top { border-bottom: 1px solid rgba(0,0,0,0.1); }
[data-thema="hell"] .foot-mark { color: #111111; }
[data-thema="hell"] .foot-col h4 { color: #9AA0A6; }
[data-thema="hell"] .foot-col a { color: #3a3a3a; }
[data-thema="hell"] .foot-col a:hover { color: #111111; }
[data-thema="hell"] .foot-col a.mail { color: #111111; }
[data-thema="hell"] .foot-col p { color: #3a3a3a; }
[data-thema="hell"] .foot-col .coord, [data-thema="hell"] .foot-stand, [data-thema="hell"] .foot-legal, [data-thema="hell"] .foot-claim { color: #9AA0A6; }
[data-thema="hell"] .foot-bottom { border-top: 1px solid rgba(0,0,0,0.1); }
[data-thema="hell"] .foot-bottom .co { color: #6E737C; }
@media print { footer { background: #FFFFFF !important; color: #5c6167; border-top: 1px solid #EDEDED; } .foot-mark { color: #111111 !important; } .foot-col a, .foot-col p { color: #3a3a3a !important; } }

/* Der Marker: ein Wort je Stelle, zieht beim Erscheinen auf */
.marker-wort { background-image: linear-gradient(90deg, transparent 0, transparent 33.34%, rgba(255,196,0,0.35) 33.34%, rgba(255,196,0,0.35) 66.66%, transparent 66.66%); background-repeat: no-repeat; background-size: 300% 100%; background-position-x: 100%; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.marker-wort.zieh { animation: marker-zieh 1.9s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s both; }

@keyframes marker-zieh {
  0% { background-position-x: 100%; }
  42% { background-position-x: 50%; }
  58% { background-position-x: 50%; }
  100% { background-position-x: 0%; }
}
@media (prefers-reduced-motion: reduce) { .marker-wort.zieh { animation: none; } }

