/* Kopfkino – Entwurf Seetalwebsites
   Ruhig, warm, klar. Alles, was sich bewegt, lässt sich abschalten:
   Knopf „Film anhalten“, Schalter „Reizarm“ und „Bewegung reduzieren“ im System. */

:root {
  --creme: #f7f4ef;
  --papier: #fcfaf6;
  --sand: #e8dcc8;
  --sand-hell: #f1eadf;
  --petrol: #2f5d62;
  --petrol-dunkel: #244a4e;
  --tief: #1e3d41;
  --lav: #b8b3d9;
  --lav-hell: #e8e5f4;
  --lav-text: #5d5896;
  --text: #2b2b2b;
  --text-2: #57534d;
  --linie: rgba(43, 43, 43, .13);

  /* dunkle Flächen (Akku, Fuss) */
  --d-bg: #1e3d41;
  --d-text: #f1ede6;
  --d-text-2: rgba(241, 237, 230, .76);
  --d-linie: rgba(241, 237, 230, .16);

  --akku-voll: #8cc5b4;
  --akku-mittel: #e5c98c;
  --akku-knapp: #e7a37f;
  --akku-leer: #e08a7a;

  --titel: "Fraunces", Georgia, serif;
  --schrift: "Atkinson Hyperlegible Next", "Atkinson Hyperlegible", system-ui, sans-serif;
  --weich: cubic-bezier(.22, .61, .36, 1);
  --sanft: cubic-bezier(.65, 0, .35, 1);
  --rand: clamp(1.1rem, 4vw, 2.5rem);
  --kopf-h: 4.4rem;
}

/* ---------- Grundlagen ---------- */

*, *::before, *::after { box-sizing: border-box; }
html { font-size: 19px; scroll-behavior: smooth; scroll-padding-top: 5.6rem; -webkit-text-size-adjust: 100%; }
html.gross { font-size: 22px; }
@media (max-width: 640px) {
  html { font-size: 18px; }
  html.gross { font-size: 20.5px; }
}
body {
  margin: 0;
  background: var(--creme);
  color: var(--text);
  font-family: var(--schrift);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  transition: opacity .35s ease;
}
html.wechsel body { opacity: 0 !important; transition: opacity .28s ease; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
a { color: var(--petrol); text-underline-offset: .22em; text-decoration-thickness: 1px; }
p { margin: 0 0 1rem; }
::selection { background: var(--lav-hell); color: var(--tief); }
:focus-visible { outline: 3px solid var(--lav-text); outline-offset: 3px; border-radius: .4rem; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 1rem; top: -5rem; z-index: 100; background: var(--petrol); color: #fff; padding: .6rem 1rem; border-radius: .6rem; }
.skip:focus { top: 1rem; }
.rahmen { width: min(100% - 2 * var(--rand), 66rem); margin-inline: auto; }

h2 {
  font-family: var(--titel);
  font-weight: 380;
  font-size: clamp(2.1rem, 1.3rem + 2.8vw, 3.4rem);
  line-height: 1.06;
  letter-spacing: -.02em;
  margin: 0 0 1rem;
  color: var(--tief);
  font-variation-settings: "SOFT" 100, "opsz" 100;
  text-wrap: balance;
}
h2 em, .held-titel em { font-style: italic; color: var(--petrol); }
h3 {
  font-family: var(--titel);
  font-weight: 460;
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0 0 .5rem;
  color: var(--tief);
  font-variation-settings: "SOFT" 100, "opsz" 36;
}
.augenbraue {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700;
  color: var(--lav-text); margin: 0 0 1rem;
}
.augenbraue::before { content: ""; width: 1.6rem; height: 2px; border-radius: 2px; background: currentColor; opacity: .6; }
.einleitung { font-size: 1.1rem; color: var(--text-2); max-width: 36rem; margin: 0; }
.abschnitt { padding-block: clamp(4.5rem, 9vw, 8rem); }
.kopfzeile { max-width: 40rem; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.panel-klein { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--lav-text); margin: 0 0 .8rem; }
.platzhalter {
  display: inline-block; font-size: .78em; line-height: 1.5; padding: .02em .6em; border-radius: 999px;
  border: 1px dashed var(--lav-text); color: var(--lav-text); background: var(--lav-hell); vertical-align: .08em;
}

/* ---------- Knöpfe ---------- */

.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 3.1rem; padding: .75rem 1.5rem; border-radius: 999px; border: 1px solid transparent;
  font: inherit; font-weight: 700; font-size: 1rem; line-height: 1.2; text-decoration: none; cursor: pointer;
  transition: transform .4s var(--weich), background-color .35s, border-color .35s, box-shadow .4s var(--weich), color .35s;
}
.knopf svg { transition: transform .4s var(--weich); }
.knopf:hover svg { transform: translateX(4px); }
.knopf-voll { background: var(--petrol); color: #fff; box-shadow: 0 12px 26px -16px rgba(30, 61, 65, .75); }
.knopf-voll:hover { background: var(--tief); transform: translateY(-2px); box-shadow: 0 18px 32px -18px rgba(30, 61, 65, .8); }
.knopf-leise { background: rgba(252, 250, 246, .65); border-color: rgba(47, 93, 98, .35); color: var(--petrol); }
.knopf-leise:hover { background: var(--papier); border-color: var(--petrol); }
.knopf-klein { min-height: 2.5rem; padding: .45rem 1.1rem; font-size: .88rem; }
.knopf-text {
  display: inline-flex; align-items: center; gap: .45rem; padding: .3rem 0;
  background: none; border: 0; font: inherit; font-weight: 700; color: var(--petrol); cursor: pointer;
  text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .25em;
}
.knopf-text:hover { text-decoration-thickness: 2px; }

/* ---------- Kopfzeile ---------- */

.kopf {
  position: fixed; inset: 0 0 auto; z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background-color .45s, border-color .45s, backdrop-filter .45s;
}
.kopf.gescrollt, .kopf.nav-offen {
  background: rgba(247, 244, 239, .86);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  backdrop-filter: blur(14px) saturate(1.15);
  border-bottom-color: var(--linie);
}
.kopf-innen { display: flex; align-items: center; gap: 1.2rem; height: var(--kopf-h); }
.marke { display: flex; align-items: center; gap: .7rem; margin-right: auto; color: var(--text); text-decoration: none; }
.marke-zeichen {
  width: 2.1rem; height: 2.1rem; border-radius: 50%; background: var(--petrol);
  display: inline-flex; align-items: center; justify-content: center; gap: .24rem; flex: none;
}
.marke-zeichen i { width: .22rem; height: .78rem; border-radius: 1rem; background: var(--lav-hell); animation: balken-atmen 7s var(--sanft) infinite; }
.marke-zeichen i + i { animation-delay: .4s; }
@keyframes balken-atmen { 0%, 100% { transform: scaleY(1); } 50% { transform: scaleY(.66); } }
.marke-name { display: block; font-family: var(--titel); font-size: 1.3rem; font-weight: 500; line-height: 1; letter-spacing: -.01em; font-variation-settings: "SOFT" 100, "opsz" 36; }
.marke-zusatz { display: block; margin-top: .25rem; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-2); }

.nav { display: flex; gap: .15rem; }
.nav a { padding: .45rem .8rem; border-radius: 999px; color: var(--text); text-decoration: none; font-size: .9rem; transition: background-color .3s, color .3s; }
.nav a:hover { background: var(--sand-hell); }
.nav a.aktiv { background: var(--lav-hell); color: var(--lav-text); }
.nav .nav-kontakt, .nav-gross { display: none; }
.nav-gross {
  align-items: center; justify-content: space-between; gap: 1rem; width: 100%; padding: .8rem 1rem; border-radius: 999px;
  border: 0; background: none; font: inherit; font-size: 1rem; color: var(--text); text-align: left; cursor: pointer;
}
.nav-gross span { font-family: var(--titel); }
.nav-gross[aria-pressed="true"] { background: var(--lav-hell); color: var(--lav-text); }

.kopf-aktion { display: flex; align-items: center; gap: .55rem; }
.schalter {
  display: inline-flex; align-items: center; gap: .5rem; min-height: 2.5rem; padding: .3rem .8rem .3rem .4rem;
  border: 1px solid var(--linie); border-radius: 999px; background: rgba(252, 250, 246, .8);
  font: inherit; font-size: .84rem; color: var(--text); cursor: pointer; transition: border-color .3s;
}
.schalter:hover { border-color: rgba(47, 93, 98, .45); }
.schalter-bahn { position: relative; width: 2.2rem; height: 1.3rem; border-radius: 999px; background: var(--sand); transition: background-color .35s; }
.schalter-knopf { position: absolute; top: .15rem; left: .15rem; width: 1rem; height: 1rem; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .25); transition: transform .4s var(--weich); }
.schalter[aria-checked="true"] .schalter-bahn { background: var(--petrol); }
.schalter[aria-checked="true"] .schalter-knopf { transform: translateX(.9rem); }
.gross-knopf {
  width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 1px solid var(--linie); background: rgba(252, 250, 246, .8);
  font-family: var(--titel); font-size: 1rem; color: var(--text); cursor: pointer; display: grid; place-items: center;
  transition: background-color .3s, color .3s, border-color .3s;
}
.gross-knopf sup { font-size: .6em; }
.gross-knopf[aria-pressed="true"] { background: var(--petrol); color: #fff; border-color: var(--petrol); }
.menue {
  display: none; width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 1px solid var(--linie);
  background: rgba(252, 250, 246, .8); align-items: center; justify-content: center; cursor: pointer;
}
.menue-striche { position: relative; width: 1.05rem; height: 1.6px; background: var(--text); transition: background-color .3s; }
.menue-striche::before, .menue-striche::after { content: ""; position: absolute; left: 0; width: 100%; height: 1.6px; background: var(--text); transition: transform .4s var(--weich); }
.menue-striche::before { top: -5px; }
.menue-striche::after { top: 5px; }
.menue[aria-expanded="true"] .menue-striche { background: transparent; }
.menue[aria-expanded="true"] .menue-striche::before { transform: translateY(5px) rotate(45deg); }
.menue[aria-expanded="true"] .menue-striche::after { transform: translateY(-5px) rotate(-45deg); }

/* ---------- 1 Einstieg ---------- */

.held {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: min(100svh, 58rem);
  display: grid; grid-template-rows: 1fr auto;
  padding-top: var(--kopf-h);
}
.held-verlauf { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, var(--creme), var(--papier)); }
.fleck { position: absolute; border-radius: 50%; will-change: transform; }
.f1 { width: 64vmax; height: 64vmax; right: -20vmax; top: -24vmax; background: radial-gradient(circle, rgba(184, 179, 217, .8), rgba(184, 179, 217, 0) 62%); animation: drift-1 38s var(--sanft) infinite alternate; }
.f2 { width: 56vmax; height: 56vmax; left: -22vmax; bottom: -30vmax; background: radial-gradient(circle, rgba(232, 220, 200, 1), rgba(232, 220, 200, 0) 64%); animation: drift-2 46s var(--sanft) infinite alternate; }
.f3 { width: 42vmax; height: 42vmax; right: 8vmax; bottom: -20vmax; background: radial-gradient(circle, rgba(47, 93, 98, .2), rgba(47, 93, 98, 0) 64%); animation: drift-3 54s var(--sanft) infinite alternate; }
@keyframes drift-1 { to { transform: translate(-10vmax, 8vmax) scale(1.12); } }
@keyframes drift-2 { to { transform: translate(12vmax, -6vmax) scale(1.08); } }
@keyframes drift-3 { to { transform: translate(-16vmax, -8vmax) scale(1.18); } }

/* Gedanken: laufen zuerst, werden dann leise und unscharf */
.gedanken { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.gedanke {
  position: absolute; left: var(--x); top: var(--y);
  padding: .45em .95em; border-radius: 1.2em 1.2em 1.2em .35em;
  background: rgba(252, 250, 246, .74); border: 1px solid rgba(47, 93, 98, .12);
  box-shadow: 0 8px 26px -14px rgba(30, 61, 65, .35);
  color: var(--tief); font-size: .86rem; line-height: 1.3; white-space: nowrap;
  opacity: 0; will-change: transform;
  transition: opacity 1.6s var(--weich), filter 3.5s var(--weich);
}
.gedanke.da { opacity: var(--o, .9); }
.held.ruhe .gedanke.da { opacity: .32; filter: blur(1.8px); }

.held-innen { align-self: center; padding-block: 3rem 2rem; }
.vorzeile {
  display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1.6rem; padding: .35rem .95rem .35rem .8rem;
  font-size: .84rem; color: var(--text-2); background: rgba(252, 250, 246, .72); border: 1px solid var(--linie); border-radius: 999px;
}
.punkt { width: .5rem; height: .5rem; border-radius: 50%; background: var(--petrol); animation: puls 3.4s ease-out infinite; }
@keyframes puls { 0% { box-shadow: 0 0 0 0 rgba(47, 93, 98, .45); } 70%, 100% { box-shadow: 0 0 0 .55rem rgba(47, 93, 98, 0); } }
.held-titel {
  margin: 0 0 1.5rem; max-width: 14ch;
  font-family: var(--titel); font-weight: 370; color: var(--tief);
  font-size: clamp(2.8rem, 1.1rem + 6.2vw, 6.4rem); line-height: 1; letter-spacing: -.028em;
  font-variation-settings: "SOFT" 100, "opsz" 144;
}
.w { display: inline-block; }
.held-text { max-width: 33ch; margin: 0 0 2.2rem; font-size: clamp(1.1rem, 1rem + .4vw, 1.3rem); line-height: 1.55; color: var(--text-2); }
.held-knoepfe { display: flex; flex-wrap: wrap; gap: .8rem; }

.js .w { opacity: 0; filter: blur(12px); transform: translateY(.16em); }
.js .vorzeile, .js .held-text, .js .held-knoepfe, .js .held-fuss { opacity: 0; transform: translateY(14px); }
.bereit .w { animation: scharf 1.7s var(--weich) forwards; animation-delay: calc(.25s + var(--i) * .13s); }
.bereit .vorzeile { animation: auf 1.2s var(--weich) .1s forwards; }
.bereit .held-text { animation: auf 1.2s var(--weich) 1.05s forwards; }
.bereit .held-knoepfe { animation: auf 1.2s var(--weich) 1.25s forwards; }
.bereit .held-fuss { animation: auf 1.2s var(--weich) 1.6s forwards; }
@keyframes scharf { to { opacity: 1; filter: blur(0); transform: none; } }
@keyframes auf { to { opacity: 1; transform: none; } }

.held-fuss { display: flex; align-items: center; gap: 1rem; padding-bottom: 1.6rem; }
.film {
  display: inline-flex; align-items: center; gap: .6rem; min-height: 2.7rem; padding: .35rem 1rem .35rem .4rem;
  border: 1px solid var(--linie); border-radius: 999px; background: rgba(252, 250, 246, .82);
  font: inherit; font-size: .86rem; color: var(--text); cursor: pointer; transition: border-color .3s, background-color .3s;
}
.film:hover { border-color: rgba(47, 93, 98, .45); background: var(--papier); }
.film-icon { width: 1.95rem; height: 1.95rem; border-radius: 50%; background: var(--petrol); display: grid; place-items: center; }
.film-icon svg { grid-area: 1 / 1; width: 1rem; height: 1rem; stroke: #fff; stroke-width: 2.6; transition: opacity .3s, transform .4s var(--weich); }
.film-icon .ic-play { fill: #fff; stroke-width: 1.5; opacity: 0; transform: scale(.6); }
.film[aria-pressed="true"] .ic-pause { opacity: 0; transform: scale(.6); }
.film[aria-pressed="true"] .ic-play { opacity: 1; transform: none; }
.film-spur { width: 7rem; height: 3px; border-radius: 3px; background: var(--linie); overflow: hidden; }
.film-balken { display: block; height: 100%; background: var(--petrol); transform-origin: left; transform: scaleX(0); }
.bereit .film-balken { animation: laden 8s linear 1s forwards; }
@keyframes laden { to { transform: scaleX(1); } }
.film-hinweis { font-size: .8rem; color: var(--text-2); }

/* Pause: alles, was dauernd läuft, bleibt stehen */
.pausiert .deko, .pausiert .deko *, .pausiert .marke-zeichen i, .pausiert .punkt, .pausiert .akku-fuell::after { animation-play-state: paused !important; }

/* ---------- 2 Kurzfassung ---------- */

.kurz { padding-top: 1.2rem; }
.kurz-karte {
  display: grid; grid-template-columns: minmax(12rem, .8fr) 2.6fr; gap: 2rem; align-items: start;
  padding: clamp(1.4rem, 3vw, 2.2rem); border-radius: 1.6rem;
  background: var(--papier); border: 1px solid var(--linie); box-shadow: 0 30px 60px -48px rgba(30, 61, 65, .5);
}
.kurz-titel { font-size: 1.5rem; margin: 0 0 .5rem; line-height: 1.15; font-weight: 420; }
.kurz-zeit { display: flex; align-items: center; gap: .45rem; margin: 0; font-size: .85rem; color: var(--text-2); }
.kurz-zeit svg { color: var(--lav-text); }
.kurz-liste { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; margin: 0; }
.kurz-liste div { border-left: 2px solid var(--lav); padding-left: .9rem; }
dt { margin-bottom: .25rem; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; color: var(--lav-text); }
dd { margin: 0; font-size: .98rem; line-height: 1.45; }

/* ---------- Einblenden beim Scrollen ---------- */

.js .zeige { opacity: 0; transform: translateY(18px); transition: opacity 1s var(--weich), transform 1s var(--weich); transition-delay: var(--d, 0s); }
.js .zeige.sichtbar { opacity: 1; transform: none; }

/* ---------- 3 Für wen ---------- */

.fuer-wen { background: var(--papier); }
.wahl { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin-bottom: 1.4rem; }
.wahl-marker {
  position: absolute; left: 0; top: 0; z-index: 0; pointer-events: none;
  border-radius: 1.3rem; background: var(--creme); border: 1.5px solid var(--petrol);
  box-shadow: 0 20px 40px -30px rgba(30, 61, 65, .7);
  transition: transform .65s var(--weich), width .65s var(--weich), height .65s var(--weich);
}
.wahl-karte {
  position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; gap: .55rem;
  padding: 1.3rem 1.3rem 1.4rem; border-radius: 1.3rem; border: 1px solid var(--linie); background: transparent;
  font: inherit; color: var(--text); text-align: left; cursor: pointer; transition: background-color .3s, border-color .3s;
}
.wahl-karte:hover { background: rgba(232, 220, 200, .28); }
.wahl.mit-marker .wahl-karte[aria-selected="true"] { border-color: transparent; background: transparent; }
.wahl:not(.mit-marker) .wahl-karte[aria-selected="true"] { background: var(--creme); border-color: var(--petrol); }
.wahl-icon { width: 2.6rem; height: 2.6rem; padding: .55rem; border-radius: 50%; background: var(--lav-hell); color: var(--lav-text); stroke-width: 1.6; transition: background-color .45s, color .45s; }
.wahl-karte[aria-selected="true"] .wahl-icon { background: var(--petrol); color: #fff; }
.wahl-titel { font-family: var(--titel); font-size: 1.12rem; font-weight: 480; line-height: 1.2; color: var(--tief); font-variation-settings: "SOFT" 100, "opsz" 36; }
.wahl-satz { font-size: .88rem; line-height: 1.45; color: var(--text-2); }

.panel {
  display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center;
  padding: clamp(.9rem, 2vw, 1.3rem); border-radius: 1.8rem; background: var(--creme); border: 1px solid var(--linie);
}
.panel[hidden] { display: none; }
.panel.rein { animation: panel-rein .75s var(--weich); }
@keyframes panel-rein { from { opacity: 0; transform: translateY(14px); } }
.panel-bild { margin: 0; aspect-ratio: 5 / 4; border-radius: 1.3rem; overflow: hidden; background: var(--sand); }
.panel-bild img { width: 100%; height: 100%; object-fit: cover; }
.panel.rein .panel-bild img { animation: bild-rein 1.4s var(--weich); }
@keyframes bild-rein { from { transform: scale(1.07); } }
.bild-leiser { filter: saturate(.6) brightness(1.04); }
.panel-text { padding: clamp(.4rem, 2vw, 1.4rem) clamp(.4rem, 2vw, 1.4rem) clamp(.4rem, 2vw, 1.4rem) 0; }
.zitate { list-style: none; margin: 0 0 1.8rem; padding: 0; display: grid; gap: .7rem; }
.zitate li {
  padding-left: 1rem; border-left: 2px solid var(--lav);
  font-family: var(--titel); font-style: italic; font-size: 1.12rem; line-height: 1.4; color: var(--tief);
  font-variation-settings: "SOFT" 100, "opsz" 36;
}
.panel.rein .zitate li { animation: auf-ab .8s var(--weich) both; }
.panel.rein .zitate li:nth-child(2) { animation-delay: .1s; }
.panel.rein .zitate li:nth-child(3) { animation-delay: .2s; }
@keyframes auf-ab { from { opacity: 0; transform: translateY(10px); } }
.haken-liste { list-style: none; margin: 0 0 1.8rem; padding: 0; display: grid; gap: .6rem; }
.haken-liste li { display: flex; align-items: flex-start; gap: .7rem; line-height: 1.5; }
.haken-liste svg { width: 1.45rem; height: 1.45rem; margin-top: .05rem; padding: .22rem; border-radius: 50%; background: var(--lav-hell); color: var(--petrol); stroke-width: 2.6; }
.fussnote { margin: 1rem 0 0; font-size: .8rem; color: var(--text-2); }

/* ---------- 4 Themen als Szenen ---------- */

.szenen { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }
.szene {
  grid-column: span 2; position: relative; overflow: hidden;
  padding: 2.4rem 1.5rem 1.8rem; border-radius: 1.3rem; background: var(--papier); border: 1px solid var(--linie);
  transition: transform .55s var(--weich), box-shadow .55s var(--weich), border-color .55s, opacity 1s var(--weich);
}
.szene:nth-child(n + 4) { grid-column: span 3; }
/* Filmstreifen oben und unten */
.szene::before, .szene::after {
  content: ""; position: absolute; left: 1rem; right: 1rem; height: .42rem; border-radius: 2px;
  background: repeating-linear-gradient(90deg, var(--sand) 0 .8rem, transparent .8rem 1.4rem);
  transition: background-position 1.4s var(--weich);
}
.szene::before { top: .8rem; }
.szene::after { bottom: .8rem; }
.szene:hover { transform: translateY(-4px); border-color: rgba(47, 93, 98, .25); box-shadow: 0 26px 50px -34px rgba(30, 61, 65, .55); }
.szene:hover::before { background-position: 2.8rem 0; }
.szene:hover::after { background-position: -2.8rem 0; }
.szene-nr { display: block; margin-bottom: 1.1rem; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--lav-text); }
.szene-icon { position: absolute; top: 2.1rem; right: 1.4rem; width: 2.3rem; height: 2.3rem; color: var(--petrol); stroke-width: 1.4; opacity: .8; }
.szene p { margin: 0; font-size: .98rem; color: var(--text-2); }

/* ---------- 5 Akku ---------- */

.dunkel { background: var(--d-bg); color: var(--d-text); }
.dunkel h2 { color: var(--d-text); }
.dunkel h2 em { color: var(--lav); }
.dunkel .augenbraue { color: var(--lav); }
.dunkel .knopf-text { color: var(--lav); }
.akku-bereich { position: relative; overflow: hidden; isolation: isolate; }
.akku-bereich::before {
  content: ""; position: absolute; z-index: -1; width: 60vmax; height: 60vmax; right: -20vmax; top: -30vmax; border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 179, 217, .2), rgba(184, 179, 217, 0) 65%);
}
.akku-raster { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.akku-text p { max-width: 32rem; font-size: 1.08rem; color: var(--d-text-2); }
.akku-text .akku-coaching { padding-left: 1rem; border-left: 2px solid var(--lav); color: var(--d-text); }
.etikett { display: inline-block; padding: .35rem .85rem; border-radius: 999px; border: 1px dashed rgba(184, 179, 217, .65); font-size: .8rem !important; color: var(--lav) !important; }
.akku-karte { padding: clamp(1.3rem, 3vw, 2.2rem); border-radius: 1.8rem; background: rgba(255, 255, 255, .05); border: 1px solid var(--d-linie); }
.akku-anzeige { display: flex; align-items: center; gap: 1.4rem; margin-bottom: .5rem; }
.akku { position: relative; flex: 1; display: flex; align-items: center; max-width: 22rem; --akku-farbe: var(--akku-voll); }
.akku[data-stufe="mittel"] { --akku-farbe: var(--akku-mittel); }
.akku[data-stufe="knapp"] { --akku-farbe: var(--akku-knapp); }
.akku[data-stufe="leer"] { --akku-farbe: var(--akku-leer); }
.akku-huelle { position: relative; flex: 1; height: 4.6rem; padding: .35rem; border: 2px solid rgba(241, 237, 230, .55); border-radius: 1.1rem; }
.akku-huelle::after {
  content: ""; position: absolute; inset: .35rem; border-radius: .7rem; pointer-events: none;
  background: repeating-linear-gradient(90deg, transparent 0 calc(20% - 3px), var(--d-bg) calc(20% - 3px) 20%);
}
.akku-fuell {
  position: relative; overflow: hidden; height: 100%; width: calc(var(--stand, 80) * 1%);
  border-radius: .7rem; background: var(--akku-farbe);
  transition: width 1.3s var(--weich), background-color 1s ease;
}
.akku-fuell::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 30%, rgba(255, 255, 255, .38) 50%, transparent 70%);
  transform: translateX(-100%); animation: schimmer 6s var(--sanft) infinite;
}
@keyframes schimmer { 60%, 100% { transform: translateX(100%); } }
.akku-pol { width: .5rem; height: 1.7rem; margin-left: .25rem; border-radius: 0 .4rem .4rem 0; background: rgba(241, 237, 230, .55); }
.akku-deltas { position: absolute; inset: 0; pointer-events: none; }
.delta { position: absolute; right: 1.2rem; top: -.6rem; font-weight: 700; font-size: 1.05rem; animation: delta 1.5s var(--weich) forwards; }
.delta.minus { color: var(--akku-leer); }
.delta.plus { color: var(--akku-voll); }
@keyframes delta { from { opacity: 0; transform: translateY(12px); } 20% { opacity: 1; } to { opacity: 0; transform: translateY(-30px); } }
.akku-zahl { margin: 0; min-width: 3.3ch; text-align: right; font-family: var(--titel); font-size: 3.4rem; line-height: 1; font-variation-settings: "SOFT" 100, "opsz" 144; font-variant-numeric: tabular-nums; }
.akku-zahl small { margin-left: .08em; font-size: .45em; opacity: .7; }
.akku-status { min-height: 1.7em; margin: 0 0 1.4rem; font-size: 1.02rem; color: var(--d-text); }
.akku-gruppe { margin-bottom: 1.1rem; }
.akku-gruppe-titel { margin: 0 0 .6rem; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--d-text-2); }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip {
  display: inline-flex; align-items: center; gap: .55rem; min-height: 2.6rem; padding: .4rem .5rem .4rem 1rem;
  border: 1px solid var(--d-linie); border-radius: 999px; background: rgba(255, 255, 255, .04);
  font: inherit; font-size: .9rem; line-height: 1.3; color: var(--d-text); text-align: left; cursor: pointer;
  transition: background-color .3s, border-color .3s, transform .3s var(--weich);
}
.chip b { padding: .12rem .5rem; border-radius: 999px; font-size: .8rem; background: rgba(224, 138, 122, .2); color: #f4b8ab; }
.chip-plus b { background: rgba(140, 197, 180, .2); color: #ade0d1; }
.chip:hover { background: rgba(255, 255, 255, .1); border-color: rgba(241, 237, 230, .35); }
.chip:active { transform: scale(.96); }
.akku-unten { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem; margin-top: .4rem; padding-top: 1rem; border-top: 1px solid var(--d-linie); }
.akku-unten .knopf-text { white-space: nowrap; }
.akku-log { margin: 0; font-size: .86rem; color: var(--d-text-2); }

/* ---------- 6 Ablauf ---------- */

.ablauf-raster { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.ablauf-kopf { position: sticky; top: 7rem; }
.schritte { position: relative; list-style: none; margin: 0; padding: 0; display: grid; gap: 2.4rem; --p: 1; }
.js .schritte { --p: 0; }
.schritte::before, .schritte::after { content: ""; position: absolute; left: 1.35rem; top: 1.4rem; bottom: 1.4rem; width: 2px; border-radius: 2px; background: var(--linie); }
.schritte::after { background: var(--petrol); transform-origin: top; transform: scaleY(var(--p)); }
.schritt { position: relative; padding-left: 4.4rem; }
.schritt-nr {
  position: absolute; left: 0; top: -.2rem; z-index: 1; width: 2.8rem; height: 2.8rem; border-radius: 50%;
  display: grid; place-items: center; font-family: var(--titel); font-size: 1.2rem;
  background: var(--creme); border: 1.5px solid rgba(47, 93, 98, .3); color: var(--petrol);
  transition: background-color .6s, color .6s, border-color .6s;
}
.schritt.erreicht .schritt-nr { background: var(--petrol); border-color: var(--petrol); color: #fff; }
.schritt p { margin-bottom: .4rem; color: var(--text-2); }
.schritt .schritt-meta { font-size: .86rem; }

/* ---------- 7 Über mich ---------- */

.ueber { background: var(--papier); }
.ueber-raster { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.bogen {
  position: relative; margin: 0; max-width: 26rem; aspect-ratio: 4 / 5; overflow: hidden;
  display: grid; place-items: center; border-radius: 999px 999px 1.6rem 1.6rem;
  background: radial-gradient(120% 80% at 50% 0%, var(--lav-hell), var(--sand-hell) 72%);
}
.bogen::before { content: ""; position: absolute; inset: 1rem; border-radius: inherit; border: 1px solid rgba(93, 88, 150, .25); }
.js .bogen.zeige { opacity: 1; transform: none; clip-path: inset(100% 0 0 0 round 999px 999px 1.6rem 1.6rem); transition: clip-path 1.5s var(--weich); }
.js .bogen.zeige.sichtbar { clip-path: inset(0 0 0 0 round 999px 999px 1.6rem 1.6rem); }
.bogen-initialen { font-family: var(--titel); font-style: italic; font-size: clamp(5rem, 10vw, 8rem); color: var(--lav-text); opacity: .5; font-variation-settings: "SOFT" 100, "opsz" 144; }
.bogen-hinweis { position: absolute; bottom: 1.8rem; left: 50%; transform: translateX(-50%); padding: .3rem .9rem; border-radius: 999px; border: 1px dashed var(--lav-text); background: var(--papier); font-size: .8rem; color: var(--text-2); white-space: nowrap; }
.gross-satz { font-family: var(--titel); font-size: clamp(1.35rem, 1.1rem + .9vw, 1.75rem); line-height: 1.3; color: var(--tief); font-variation-settings: "SOFT" 100, "opsz" 72; }
.steckbrief { margin: 1.6rem 0; border-top: 1px solid var(--linie); }
.steckbrief div { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--linie); }
.steckbrief dt { margin: 0; }
.steckbrief dd { text-align: right; }

/* ---------- 8 Hinweis ---------- */

.hinweis-bereich { padding-top: clamp(3.5rem, 7vw, 5.5rem); }
.hinweis {
  display: grid; grid-template-columns: auto 1fr auto; gap: 1.4rem 2rem; align-items: start;
  padding: clamp(1.3rem, 3vw, 2rem); border-radius: 1.3rem;
  background: var(--papier); border: 1px solid var(--linie); border-left: 4px solid var(--lav);
}
.hinweis-icon { width: 2.2rem; height: 2.2rem; color: var(--lav-text); }
.hinweis h2 { font-size: clamp(1.3rem, 1.1rem + .8vw, 1.7rem); margin-bottom: .5rem; }
.hinweis-text p { color: var(--text-2); }
.hinweis-links { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; margin: 0; }
.hinweis-links a { font-weight: 700; }
.hinweis-notfall { display: grid; gap: .45rem; min-width: 15rem; padding-left: 1.6rem; border-left: 1px solid var(--linie); }
.hinweis-notfall a { color: var(--text); text-decoration: none; font-size: .95rem; line-height: 1.35; }
.hinweis-notfall a:hover { color: var(--petrol); }
.hinweis-notfall b { margin-right: .45rem; font-family: var(--titel); font-size: 1.45rem; font-weight: 500; color: var(--petrol); }

/* ---------- 9 Fragen ---------- */

.fragen-raster { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.liste-fragen { border-top: 1px solid var(--linie); }
.frage { border-bottom: 1px solid var(--linie); }
.frage h3 { margin: 0; font-size: inherit; }
.frage button {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.25rem 0;
  background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--titel); font-size: 1.22rem; font-weight: 460; line-height: 1.3; color: var(--tief);
  font-variation-settings: "SOFT" 100, "opsz" 36;
}
.frage-zeichen { position: relative; flex: none; width: 2.2rem; height: 2.2rem; border-radius: 50%; border: 1px solid var(--linie); transition: background-color .4s, border-color .4s; }
.frage-zeichen::before, .frage-zeichen::after { content: ""; position: absolute; left: 50%; top: 50%; width: .8rem; height: 1.6px; background: var(--petrol); transform: translate(-50%, -50%); transition: transform .5s var(--weich); }
.frage-zeichen::after { transform: translate(-50%, -50%) rotate(90deg); }
.frage.offen .frage-zeichen { background: var(--lav-hell); border-color: transparent; }
.frage.offen .frage-zeichen::after { transform: translate(-50%, -50%) rotate(0); }
.antwort { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .6s var(--weich); }
.antwort > div { overflow: hidden; visibility: hidden; transition: visibility 0s .6s; }
.frage.offen .antwort { grid-template-rows: 1fr; }
.frage.offen .antwort > div { visibility: visible; transition-delay: 0s; }
.antwort p { margin: 0; padding: 0 3rem 1.4rem 0; color: var(--text-2); }

/* ---------- 10 Durchatmen ---------- */

.band { position: relative; isolation: isolate; overflow: hidden; min-height: clamp(24rem, 62vh, 38rem); display: grid; place-items: center; color: #fff; text-align: center; }
.band-bild { position: absolute; inset: -12% 0; z-index: -2; }
.band-bild img { width: 100%; height: 100%; object-fit: cover; transform: translate3d(0, var(--py, 0px), 0); }
.band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(30, 61, 65, .2), rgba(30, 61, 65, .55)); }
.band-innen { position: relative; display: grid; place-items: center; padding-block: 4rem; }
.band-titel { margin: 0; color: #fff; font-size: clamp(2.6rem, 1.4rem + 5vw, 5.6rem); text-shadow: 0 2px 30px rgba(0, 0, 0, .18); }
.band-titel em { color: #fff; }
.atem-ring {
  position: absolute; left: 50%; top: 50%; width: clamp(15rem, 34vw, 25rem); aspect-ratio: 1; margin: calc(clamp(15rem, 34vw, 25rem) / -2) 0 0 calc(clamp(15rem, 34vw, 25rem) / -2);
  border-radius: 50%; border: 1.5px solid rgba(255, 255, 255, .6); background: radial-gradient(circle, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 70%);
  animation: atem 10s var(--sanft) infinite;
}
@keyframes atem { 0%, 100% { transform: scale(.76); opacity: .45; } 50% { transform: scale(1.08); opacity: .95; } }
.atem-wort { position: relative; height: 1.6em; width: 12rem; margin: 1.1rem 0 0; font-size: .9rem; letter-spacing: .22em; text-transform: uppercase; }
.atem-wort span { position: absolute; inset: 0; animation: atem-ein 10s var(--sanft) infinite; }
.atem-wort .aus { animation-name: atem-aus; }
@keyframes atem-ein { 0%, 42% { opacity: 1; } 50%, 92% { opacity: 0; } 100% { opacity: 1; } }
@keyframes atem-aus { 0%, 42% { opacity: 0; } 50%, 92% { opacity: 1; } 100% { opacity: 0; } }

/* ---------- 11 Kontakt ---------- */

.kontakt { background: var(--papier); }
.kontakt-raster { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.adresse { display: grid; gap: .1rem; margin: 2rem 0 1.2rem; padding: 1.2rem 1.4rem; border-radius: 1.2rem; background: var(--creme); border: 1px solid var(--linie); font-style: normal; }
.adresse-name { font-weight: 700; }
.kontakt-zeilen { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1.6rem; }
.kontakt-mail { color: var(--text-2); }
.formular-karte { padding: clamp(1.3rem, 3vw, 2.2rem); border-radius: 1.8rem; background: var(--creme); border: 1px solid var(--linie); box-shadow: 0 30px 70px -52px rgba(30, 61, 65, .55); }
.formular { display: grid; gap: 1.4rem; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend, .feld > label { display: block; margin-bottom: .55rem; padding: 0; font-size: .92rem; font-weight: 700; }
.feld-reihe { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
input[type="text"], textarea {
  width: 100%; padding: .8rem 1rem; border-radius: .9rem; border: 1.5px solid rgba(43, 43, 43, .2); background: var(--papier);
  font: inherit; font-size: 1rem; color: var(--text); transition: border-color .3s, box-shadow .3s;
}
input[type="text"]:focus, textarea:focus { outline: none; border-color: var(--petrol); box-shadow: 0 0 0 4px rgba(47, 93, 98, .16); }
input[aria-invalid="true"] { border-color: #9b3b2e; }
textarea { min-height: 7rem; resize: vertical; }
textarea::placeholder { color: #8a857d; }
.wahl-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.wahl-chips label { position: relative; cursor: pointer; }
.wahl-chips input { position: absolute; inset: 0; margin: 0; opacity: 0; cursor: pointer; }
.wahl-chips span {
  display: inline-flex; align-items: center; min-height: 2.6rem; padding: .4rem 1.05rem; border-radius: 999px;
  border: 1.5px solid rgba(43, 43, 43, .2); background: var(--papier); font-size: .92rem;
  transition: background-color .3s, border-color .3s, color .3s;
}
.wahl-chips label:hover span { border-color: var(--petrol); }
.wahl-chips input:checked + span { background: var(--petrol); border-color: var(--petrol); color: #fff; }
.wahl-chips input:focus-visible + span { outline: 3px solid var(--lav-text); outline-offset: 2px; }
.feld-hinweis { margin: .5rem 0 0; font-size: .84rem; color: var(--text-2); }
.freiwillig { margin-left: .3rem; font-size: .85em; font-weight: 400; color: var(--text-2); }
.fehler { margin: .4rem 0 0; font-size: .85rem; color: #9b3b2e; }
.formular-unten { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1.2rem; }
.formular-unten .feld-hinweis { margin: 0; }
.danke { display: grid; justify-items: center; gap: .4rem; padding: 2.5rem 1rem; text-align: center; }
.danke:focus { outline: none; }
.danke-haken { width: 4.2rem; height: 4.2rem; margin-bottom: .8rem; stroke: var(--petrol); stroke-width: 2.4; }
.danke-haken circle { stroke: var(--lav); stroke-dasharray: 151; stroke-dashoffset: 151; animation: zeichnen 1s var(--weich) forwards; }
.danke-haken path { stroke-dasharray: 36; stroke-dashoffset: 36; animation: zeichnen .6s var(--weich) .75s forwards; }
@keyframes zeichnen { to { stroke-dashoffset: 0; } }
.danke-titel { margin: 0; font-family: var(--titel); font-size: 2rem; color: var(--tief); font-variation-settings: "SOFT" 100, "opsz" 72; }
.danke p { max-width: 30ch; color: var(--text-2); }

/* ---------- Fuss ---------- */

.fuss { padding-top: 4rem; background: var(--d-bg); color: var(--d-text); }
.fuss-oben { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 3rem; padding-bottom: 3rem; }
.fuss-marke { display: flex; align-items: center; gap: .7rem; margin: 0 0 .9rem; font-family: var(--titel); font-size: 1.5rem; font-variation-settings: "SOFT" 100, "opsz" 36; }
.fuss-satz { max-width: 24ch; margin: 0; font-family: var(--titel); font-size: clamp(1.3rem, 1.1rem + .8vw, 1.7rem); line-height: 1.3; font-variation-settings: "SOFT" 100, "opsz" 72; }
.fuss-satz em { color: var(--lav); }
.fuss-spalten { display: flex; flex-wrap: wrap; gap: 3.5rem; }
.fuss-spalten div { display: grid; align-content: start; gap: .3rem; }
.fuss-titel { margin: 0 0 .4rem; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--lav); }
.fuss-spalten a { color: var(--d-text); text-decoration: none; }
.fuss-spalten a:hover { text-decoration: underline; }
.fuss-spalten span { color: var(--d-text-2); }
.fuss-unten { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem 2rem; padding-block: 1.4rem; border-top: 1px solid var(--d-linie); font-size: .8rem; color: var(--d-text-2); }

/* ---------- Tablet und Handy ---------- */

@media (max-width: 1080px) {
  .menue { display: inline-flex; }
  .nav {
    position: absolute; top: calc(100% + .4rem); left: var(--rand); right: var(--rand);
    flex-direction: column; gap: .15rem; padding: .7rem; border-radius: 1.3rem;
    background: var(--papier); border: 1px solid var(--linie); box-shadow: 0 30px 60px -30px rgba(30, 61, 65, .45);
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity .3s, transform .4s var(--weich), visibility 0s .4s;
  }
  .nav-offen .nav { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
  .nav a { padding: .8rem 1rem; font-size: 1rem; }
  .nav .nav-kontakt { display: block; margin-top: .3rem; background: var(--petrol); color: #fff; text-align: center; font-weight: 700; }
  .nav .nav-kontakt:hover { background: var(--tief); }
  .kurz-karte { grid-template-columns: 1fr; gap: 1.2rem; }
  .kurz-liste { grid-template-columns: repeat(2, 1fr); }
  .wahl { grid-template-columns: repeat(2, 1fr); }
  .szenen { grid-template-columns: repeat(2, 1fr); }
  .szene, .szene:nth-child(n + 4) { grid-column: auto; }
  .szene:last-child { grid-column: 1 / -1; }
  .hinweis { grid-template-columns: auto 1fr; }
  .hinweis-notfall { grid-column: 2; padding: 1.1rem 0 0; border-left: 0; border-top: 1px solid var(--linie); }
}

@media (max-width: 760px) {
  .kopf-kontakt, .marke-zusatz, .film-hinweis { display: none; }
  .held { min-height: min(100svh, 46rem); }
  .held-innen { padding-block: 2.5rem 1.5rem; }
  .br-breit { display: none; }
  .panel, .akku-raster, .ablauf-raster, .ueber-raster, .fragen-raster, .kontakt-raster { grid-template-columns: 1fr; }
  .panel-text { padding: .4rem .5rem .6rem; }
  .ablauf-kopf { position: static; }
  .bogen { max-width: 17rem; margin-inline: auto; }
  .ueber-raster .bogen { order: 0; }
  .feld-reihe { grid-template-columns: 1fr; }
  .antwort p { padding-right: 0; }
  .akku-zahl { font-size: 2.8rem; }
  .akku-huelle { height: 3.8rem; }
}

@media (max-width: 560px) {
  .kurz-liste { grid-template-columns: 1fr; gap: 1rem; }
  .wahl { gap: .6rem; }
  .wahl-karte { padding: 1rem; }
  .wahl-satz { display: none; }
  .wahl-titel { font-size: 1rem; }
  .szenen { grid-template-columns: 1fr; }
  .hinweis { grid-template-columns: 1fr; }
  .hinweis-notfall { grid-column: auto; }
  .fuss-unten { flex-direction: column; }
}

@media (max-width: 560px) {
  .kopf-aktion .gross-knopf { display: none; }
  .nav-gross { display: flex; }
}

@media (max-width: 420px) {
  .kopf-innen { gap: .6rem; }
  .kopf-aktion { gap: .35rem; }
  .marke { gap: .5rem; }
  .marke-name { font-size: 1.15rem; }
  .marke-zeichen { width: 1.9rem; height: 1.9rem; }
  .schalter { padding-right: .6rem; font-size: .8rem; }
  .gross-knopf, .menue { width: 2.35rem; height: 2.35rem; }
}

/* ---------- Bewegung reduzieren (Systemeinstellung) ---------- */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; animation-delay: 0s !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js .w, .js .vorzeile, .js .held-text, .js .held-knoepfe, .js .held-fuss, .js .zeige { opacity: 1; filter: none; transform: none; }
  .js .bogen.zeige { clip-path: none; }
  .gedanken, .film-spur, .atem-ring, .atem-wort { display: none; }
  .danke-haken * { stroke-dashoffset: 0; }
}

/* ---------- Reizarm: nur Text, keine Bilder, keine Farben, keine Bewegung ---------- */

html.reizarm {
  --creme: #fff; --papier: #fff; --sand: #ececec; --sand-hell: #f4f4f4;
  --petrol: #1a1a1a; --petrol-dunkel: #000; --tief: #111;
  --lav: #bdbdbd; --lav-hell: #f1f1f1; --lav-text: #333;
  --text: #111; --text-2: #3d3d3d; --linie: rgba(0, 0, 0, .2);
  --d-bg: #fff; --d-text: #111; --d-text-2: #3d3d3d; --d-linie: rgba(0, 0, 0, .2);
  --akku-voll: #4a4a4a; --akku-mittel: #6e6e6e; --akku-knapp: #929292; --akku-leer: #b0b0b0;
  --titel: var(--schrift);
}
.reizarm *, .reizarm *::before, .reizarm *::after { animation: none !important; transition: none !important; box-shadow: none !important; text-shadow: none !important; }
.reizarm img, .reizarm .deko, .reizarm .panel-bild, .reizarm .szene-icon, .reizarm .szene::before, .reizarm .szene::after,
.reizarm .bogen::before, .reizarm .akku-bereich::before, .reizarm .band::after, .reizarm .held-fuss, .reizarm .punkt { display: none !important; }
.reizarm .zeige, .reizarm .w, .reizarm .vorzeile, .reizarm .held-text, .reizarm .held-knoepfe { opacity: 1 !important; transform: none !important; filter: none !important; clip-path: none !important; }
.reizarm em { font-style: normal; }
.reizarm .kopf { background: #fff; border-bottom-color: var(--linie); -webkit-backdrop-filter: none; backdrop-filter: none; }
.reizarm .held { min-height: 0; padding-bottom: 2rem; }
.reizarm .held-titel { font-weight: 700; letter-spacing: -.01em; font-size: clamp(2.4rem, 1.4rem + 4vw, 4.2rem); }
.reizarm h2, .reizarm h3, .reizarm .wahl-titel, .reizarm .frage button, .reizarm .zitate li { font-weight: 700; letter-spacing: 0; }
.reizarm .vorzeile { padding: 0; background: none; border: 0; }
.reizarm .panel { grid-template-columns: 1fr; }
.reizarm .panel-text { padding: .5rem; }
html.reizarm .wahl .wahl-karte[aria-selected="true"] { background: #f4f4f4; border: 2px solid #111; }
.reizarm .schritte::after { display: none; }
.reizarm .schritt-nr { background: #fff; color: #111; border-color: #111; }
.reizarm .bogen { background: #f4f4f4; border: 1px solid var(--linie); }
.reizarm .akku-huelle { border-color: #111; }
.reizarm .akku-pol { background: #111; }
.reizarm .akku-karte, .reizarm .chip { background: #fff; }
.reizarm .chip b, .reizarm .chip-plus b { background: #eee; color: #111; }
.reizarm .etikett { border-color: #777; color: #333 !important; }
.reizarm .band { min-height: 0; color: var(--text); border-block: 1px solid var(--linie); }
.reizarm .band-titel, .reizarm .band-titel em { color: var(--text); font-size: clamp(1.8rem, 1.3rem + 2vw, 2.6rem); }
.reizarm .danke-haken * { stroke-dashoffset: 0; }
.reizarm .knopf-leise { background: #fff; }
.reizarm .gedanke { display: none; }
.reizarm .dunkel .knopf-text, .reizarm .dunkel .augenbraue, .reizarm .dunkel h2 em, .reizarm .fuss-titel, .reizarm .fuss-satz em { color: var(--text); }
.reizarm .fuss { border-top: 1px solid var(--linie); }
.reizarm .akku-bereich { border-block: 1px solid var(--linie); }
