/* ==========================================================================
   SiteRemark — Produktseite

   Dieselbe Bildsprache wie Anmeldung und Kopfleiste des Dashboards: tiefes
   Nachtblau, Türkis als einzige laute Farbe, ein feines Raster wie
   Hilfslinien im Layout und weiche Lichter, die langsam wandern.

   Schrift: die des Systems, wie im Dashboard. Keine Schrift von fremden
   Servern - das wäre auf einer deutschen Website ein Datenschutzthema, und
   eine Produktseite, die das Gegenteil von dem tut, was sie verspricht,
   überzeugt niemanden.
   ========================================================================== */

:root {
  --tiefsee:      #020817;
  --nacht:        #0a1122;
  --nacht-2:      #111b33;
  --nacht-linie:  rgba(255, 255, 255, .09);
  --nacht-text:   #b6c0d4;

  --grund:        #ffffff;
  --flaeche:      #f4f7fb;
  --linie:        #e3e8f1;
  --linie-satt:   #d2d9e5;
  --tinte:        #0c1325;
  --text:         #1d2534;
  --leise:        #5b6478;
  --sehr-leise:   #667085;   /* 4,97:1 auf Weiß - vorher #7d869a mit 3,65:1, zu wenig für kleine Schrift */

  --tuerkis:      #00eed2;
  --tuerkis-satt: #00d7be;
  --tuerkis-tief: #00806f;
  --tuerkis-hell: #e2fdf8;
  --auf-tuerkis:  #04302b;
  --blau:         #567aff;
  --blau-hell:    #eef2ff;
  --violett:      #9b6bff;
  --gold:         #ffc53d;
  --gold-hell:    #fff6dc;
  --gold-tief:    #7a4f00;
  --gruen:        #12a150;
  --gruen-hell:   #e6f7ee;
  --rot:          #e5484d;
  --rot-hell:     #fdecec;
  --orange:       #f5a524;

  --r:            14px;
  --r-gross:      22px;
  --schatten:     0 1px 2px rgba(12, 19, 37, .05), 0 8px 24px rgba(12, 19, 37, .06);
  --schatten-hoch:0 2px 6px rgba(12, 19, 37, .06), 0 24px 60px rgba(12, 19, 37, .12);
  --weich:        cubic-bezier(.2, .7, .3, 1);

  --schrift: -apple-system, BlinkMacSystemFont, "Segoe UI Variable Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --schrift-gross: -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", "Cascadia Code", Consolas, monospace;

  --kopf-hoehe: 68px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--kopf-hoehe) + 16px); -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--grund);
  color: var(--text);
  font: 17px/1.65 var(--schrift);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--schrift-gross); color: var(--tinte); margin: 0; text-wrap: balance; }
p { margin: 0; }

.wrap { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: clamp(16px, 4vw, 40px); }

.nur-lesbar {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.zeichensatz { position: absolute; width: 0; height: 0; overflow: hidden; }

.sprung {
  position: absolute; left: 16px; top: -60px; z-index: 100;
  background: var(--tuerkis); color: var(--auf-tuerkis); padding: 10px 16px; border-radius: 10px;
  font-weight: 700; text-decoration: none; transition: top .2s;
}
.sprung:focus { top: 12px; }

.ic {
  width: 1.15em; height: 1.15em; flex: none;
  fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round;
}

:focus-visible { outline: 2px solid var(--tuerkis); outline-offset: 3px; border-radius: 6px; }

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

.knopf {
  --k-bg: transparent; --k-fg: inherit; --k-rand: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: 12px 22px; border-radius: 999px; border: 1px solid var(--k-rand);
  background: var(--k-bg); color: var(--k-fg);
  font: 600 15px/1.2 var(--schrift); text-decoration: none; white-space: nowrap;
  cursor: pointer; position: relative;
  transition: transform .18s var(--weich), box-shadow .25s, background-color .2s, border-color .2s, color .2s;
}
.knopf .ic { transition: transform .25s var(--weich); }
.knopf:hover .ic { transform: translateX(3px); }
.knopf:active { transform: translateY(1px) scale(.99); }

.knopf--voll {
  --k-bg: var(--tuerkis); --k-fg: var(--auf-tuerkis);
  box-shadow: 0 0 0 0 rgba(0, 238, 210, .5), 0 8px 26px rgba(0, 238, 210, .28);
}
.knopf--voll:hover { --k-bg: #3ff5df; transform: translateY(-2px); box-shadow: 0 0 0 4px rgba(0, 238, 210, .18), 0 14px 34px rgba(0, 238, 210, .36); }

.knopf--glas {
  --k-bg: rgba(255, 255, 255, .06); --k-fg: #fff; --k-rand: rgba(255, 255, 255, .18);
  backdrop-filter: blur(6px);
}
.knopf--glas:hover { --k-bg: rgba(255, 255, 255, .12); --k-rand: rgba(255, 255, 255, .32); transform: translateY(-2px); }

.knopf--dunkel { --k-bg: var(--tinte); --k-fg: #fff; }
.knopf--dunkel:hover { --k-bg: #1b2744; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(12, 19, 37, .22); }

.knopf--klein  { padding: 9px 16px; font-size: 14px; }
.knopf--gross  { padding: 16px 28px; font-size: 16.5px; }
.knopf--breit  { width: 100%; }

/* ------------------------------------------------------------ Aktionsleiste */

.aktion {
  position: relative; z-index: 31;
  background: linear-gradient(90deg, #0a2b3a, #0b3a3c 40%, #1b2a5a);
  color: #e8fbf8; font-size: 14px;
  border-bottom: 1px solid rgba(0, 238, 210, .2);
  overflow: hidden;
}
.aktion::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 30%, rgba(255, 255, 255, .12) 50%, transparent 70%);
  transform: translateX(-100%);
  animation: sr-glanz 6s 1.5s ease-in-out infinite;
}
@keyframes sr-glanz { 0%, 60% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
.aktion__innen { display: flex; align-items: center; justify-content: center; gap: 8px 16px; flex-wrap: wrap; padding-block: 9px; position: relative; }
.aktion__marke {
  display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 12px;
  letter-spacing: .08em; text-transform: uppercase; color: var(--gold);
}
.aktion__marke .ic { animation: sr-wackeln 3.2s ease-in-out infinite; }
@keyframes sr-wackeln { 0%, 80%, 100% { transform: rotate(0); } 84% { transform: rotate(-12deg); } 88% { transform: rotate(10deg); } 92% { transform: rotate(-6deg); } }
.aktion__text strong { color: #fff; }
.aktion__uhr { display: inline-flex; align-items: baseline; gap: 3px; font-variant-numeric: tabular-nums; }
.aktion__uhr b { background: rgba(255, 255, 255, .1); padding: 1px 6px; border-radius: 6px; color: #fff; min-width: 2.1em; text-align: center; }
.aktion__uhr small { color: #8fd9cf; margin-right: 4px; }
.aktion__link { display: inline-flex; align-items: center; gap: 4px; color: var(--tuerkis); font-weight: 700; text-decoration: none; }
.aktion__link:hover { text-decoration: underline; }
/* Auf dem Telefon eine Zeile: Rabatt und Uhr, der Rest ist ein Tipp entfernt. */
@media (max-width: 640px) {
  .aktion { font-size: 13px; }
  .aktion__innen { gap: 6px 10px; padding-block: 8px; }
  .aktion__marke, .aktion__bis, .aktion__link { display: none; }
  .aktion__uhr small { margin-right: 2px; }
  .aktion__uhr b { padding: 1px 4px; min-width: 1.9em; }
}

/* ---------------------------------------------------------------- Kopfleiste */

.kopf {
  position: sticky; top: 0; z-index: 30;
  background: rgba(2, 8, 23, .55);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: background-color .3s, border-color .3s, box-shadow .3s;
}
.kopf.ist-gerollt { background: rgba(2, 8, 23, .86); border-bottom-color: var(--nacht-linie); box-shadow: 0 10px 30px rgba(2, 8, 23, .25); }
.kopf__innen { display: flex; align-items: center; gap: 28px; height: var(--kopf-hoehe); }
.kopf__logo img { height: 32px; width: auto; }
.kopf__nav { display: flex; align-items: center; gap: 4px; margin-left: 12px; }
.kopf__nav > a {
  color: #c9d2e3; text-decoration: none; font-size: 14.5px; font-weight: 500;
  padding: 8px 12px; border-radius: 10px; transition: color .2s, background-color .2s;
}
.kopf__nav > a:hover, .kopf__nav > a.ist-aktiv { color: #fff; background: rgba(255, 255, 255, .07); }
.kopf__nav-extra { display: none; }
.kopf__rechts { margin-left: auto; display: flex; align-items: center; gap: 14px; }
/* Sprachwahl: zwei kurze Kürzel, das aktive hervorgehoben. */
.sprachwahl { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border-radius: 999px; border: 1px solid var(--nacht-linie); background: rgba(255, 255, 255, .04); }
.sprachwahl a {
  color: #aab5ca; text-decoration: none; font-size: 12.5px; font-weight: 700; letter-spacing: .04em;
  padding: 4px 9px; border-radius: 999px; transition: color .2s, background-color .2s;
}
.sprachwahl a:hover { color: #fff; }
.sprachwahl a.ist-aktiv { background: rgba(0, 238, 210, .16); color: var(--tuerkis); }
.sprachwahl--fuss { border-color: var(--nacht-linie); }
.sprachwahl--fuss a { font-weight: 600; letter-spacing: 0; }
.tor__sprache { margin: 18px 0 0; }
@media (max-width: 400px) { .kopf__rechts .sprachwahl a { padding: 4px 7px; } }
.kopf__login { color: #e3e9f4; text-decoration: none; font-size: 14.5px; font-weight: 600; }
.kopf__login:hover { color: var(--tuerkis); }
.kopf__menue {
  display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--nacht-linie);
  background: rgba(255, 255, 255, .05); color: #fff; cursor: pointer; place-items: center;
}
.kopf__menue .ic { width: 22px; height: 22px; }

@media (max-width: 1100px) {
  .kopf__menue { display: grid; }
  .kopf__login { display: none; }
  .kopf__nav {
    position: fixed; inset: var(--kopf-hoehe) 0 auto 0; margin: 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    padding: 12px 16px 20px; background: rgba(2, 8, 23, .97);
    border-bottom: 1px solid var(--nacht-linie);
    transform: translateY(-8px); opacity: 0; visibility: hidden;
    transition: opacity .25s, transform .3s var(--weich), visibility .25s;
    max-height: calc(100vh - var(--kopf-hoehe)); overflow: auto;
  }
  .kopf__nav.ist-offen { transform: none; opacity: 1; visibility: visible; }
  .kopf__nav > a { padding: 13px 12px; font-size: 16px; border-radius: 12px; }
  .kopf__nav-extra { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
}
@media (max-width: 520px) {
  .kopf__innen { gap: 12px; }
  .kopf__logo img { height: 26px; }
  .kopf__rechts { gap: 8px; }
  .kopf__rechts .knopf { padding: 8px 13px; font-size: 13px; }
  .kopf__nav-extra { grid-template-columns: 1fr; }
}
@media (max-width: 340px) { .kopf__rechts .knopf { display: none; } }

/* --------------------------------------------------------------------- Held */

.held {
  position: relative; overflow: hidden;
  background: var(--tiefsee); color: #fff;
  padding: clamp(56px, 9vw, 110px) 0 clamp(56px, 8vw, 96px);
  margin-top: calc(var(--kopf-hoehe) * -1);
  padding-top: calc(var(--kopf-hoehe) + clamp(48px, 8vw, 96px));
}
.held__licht {
  position: absolute; inset: -30% -20% auto -20%; height: 130%;
  background:
    radial-gradient(34% 30% at 24% 28%, rgba(0, 238, 210, .26), transparent 70%),
    radial-gradient(30% 28% at 78% 22%, rgba(86, 122, 255, .24), transparent 70%),
    radial-gradient(40% 30% at 55% 78%, rgba(0, 238, 210, .12), transparent 70%);
  animation: sr-licht 38s ease-in-out infinite alternate;
  pointer-events: none;
  will-change: transform;   /* wandert auf der Grafikkarte, ohne die Seite neu zu malen */
}
@keyframes sr-licht {
  0%   { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
  50%  { transform: translate3d(4%, -3%, 0) rotate(6deg) scale(1.06); }
  100% { transform: translate3d(-3%, 3%, 0) rotate(-5deg) scale(1.02); }
}
.held__raster {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 25%, transparent 78%);
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 25%, transparent 78%);
}

.held__innen { position: relative; z-index: 1; text-align: center; display: flex; flex-direction: column; align-items: center; }

.plakette {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px 6px 6px; border-radius: 999px;
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14);
  color: #dce4f2; font-size: 14px; font-weight: 500; text-decoration: none;
  margin-bottom: 28px; transition: border-color .2s, background-color .2s;
}
a.plakette:hover { border-color: rgba(0, 238, 210, .5); background: rgba(0, 238, 210, .08); }
.plakette__neu {
  background: var(--gold); color: #3b2600; font-weight: 800; font-size: 11.5px;
  letter-spacing: .06em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px;
}
.plakette .ic { color: var(--tuerkis); }

.held__t {
  color: #fff; font-weight: 800;
  font-size: clamp(40px, 7vw, 82px); line-height: 1.02; letter-spacing: -.045em;
  max-width: 14ch; margin-bottom: 24px;
}
.verlauf {
  background: linear-gradient(100deg, #00eed2 10%, #7ff5e6 40%, #8fa6ff 75%, #567aff);
  background-size: 200% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: sr-verlauf 8s ease-in-out infinite alternate;
}
@keyframes sr-verlauf { to { background-position: 100% 0; } }
.held__u { color: var(--nacht-text); font-size: clamp(17px, 2vw, 20px); max-width: 60ch; margin-bottom: 34px; }
.held__knoepfe { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.held__haken {
  list-style: none; padding: 0; margin: 26px 0 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px;
  color: #aab5ca; font-size: 14.5px;
}
.held__haken li { display: inline-flex; align-items: center; gap: 7px; }
.held__haken .ic { color: var(--tuerkis); }

/* ----------------------------------------------------------------- Vorführung

   Alles in em: Die Vorführung wird auf dem Telefon kleiner, bleibt aber
   dieselbe Szene. Die Schriftgröße am Fenster ist der Maßstab.            */

.demo {
  position: relative; z-index: 1;
  margin: clamp(52px, 7vw, 84px) auto 0;
  max-width: 1080px;
  padding: 0 0 clamp(40px, 6vw, 64px);
}
.demo__glut {
  position: absolute; left: 10%; right: 10%; top: 12%; bottom: 0;
  background: radial-gradient(closest-side, rgba(0, 238, 210, .28), transparent);
  filter: blur(40px); pointer-events: none;
}
.demo__fenster {
  position: relative; width: 78%;
  font-size: clamp(8.5px, 1.2vw, 13.5px);
  border-radius: 1.2em; overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), 0 40px 90px rgba(0, 0, 0, .55), 0 0 60px rgba(0, 238, 210, .12);
  animation: sr-schweben 9s ease-in-out infinite;
}
@keyframes sr-schweben { 50% { transform: translateY(-6px); } }
.demo__leiste {
  display: flex; align-items: center; gap: .5em; padding: .8em 1em;
  background: #eef1f6; border-bottom: 1px solid #e0e5ee;
}
.demo__leiste i { width: .85em; height: .85em; border-radius: 50%; background: #ff5f57; }
.demo__leiste i:nth-child(2) { background: #febc2e; }
.demo__leiste i:nth-child(3) { background: #28c840; }
.demo__adresse {
  margin-left: 1em; flex: 1; max-width: 26em; display: inline-flex; align-items: center; gap: .5em;
  background: #fff; border-radius: .6em; padding: .35em .9em; color: #5b6478; font-size: .95em;
}
.demo__adresse .ic { color: var(--gruen); width: 1em; height: 1em; }

.demo__seite { position: relative; padding: 1.6em 2em 2.2em; color: #232a36; background: #fbfaf7; min-height: 30em; }
.ns__nav { display: flex; align-items: center; gap: 1.6em; margin-bottom: 2.4em; }
.ns__logo { font: 800 1.35em/1 Georgia, "Times New Roman", serif; letter-spacing: -.02em; color: #1f2a28; }
.ns__nav span { width: 4em; height: .55em; border-radius: 1em; background: #e2ddd3; }
.ns__nav span:first-of-type { margin-left: auto; }
.ns__nav em { width: 7em; height: 2.2em; border-radius: 2em; background: #1f3b36; }
.ns__held { display: grid; grid-template-columns: 1fr 1.1fr; gap: 2.2em; align-items: center; }
.ns__text small { display: block; font-size: .85em; letter-spacing: .12em; text-transform: uppercase; color: #6f6553; margin-bottom: .8em; }
.ns__text strong { display: block; font: 700 2.6em/1.05 Georgia, "Times New Roman", serif; letter-spacing: -.02em; color: #1f2a28; margin-bottom: .6em; }
.ns__z { display: block; height: .7em; border-radius: 1em; background: #e6e1d8; margin-bottom: .6em; }
.ns__z--k { width: 70%; }
.ns__knopf { display: inline-block; margin-top: 1em; padding: .8em 1.4em; border-radius: 2em; background: #1f3b36; color: #fff; font-style: normal; font-size: .95em; }
.ns__bild {
  position: relative; aspect-ratio: 4 / 3; border-radius: 1em; overflow: hidden;
  background: linear-gradient(160deg, #f6d9b5, #eab58a 45%, #d88e6b);
  outline: 2px dashed transparent; outline-offset: .35em;
  transition: outline-color .25s, filter .25s;
}
.ns__bild.ist-ziel { outline-color: var(--tuerkis-satt); filter: brightness(1.04); }
.ns__sonne { position: absolute; width: 26%; aspect-ratio: 1; border-radius: 50%; background: #fff3d6; left: 58%; top: 16%; box-shadow: 0 0 40px rgba(255, 243, 214, .9); }
.ns__huegel { position: absolute; left: -10%; right: 30%; bottom: -30%; height: 70%; border-radius: 50% 50% 0 0; background: #b8674d; }
.ns__huegel--2 { left: 30%; right: -20%; bottom: -38%; height: 72%; background: #8f4a3d; }
.ns__karten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2em; margin-top: 2.2em; }
.ns__karten span { height: 5.5em; border-radius: .9em; background: #f0ece4; }

.demo__seite.ist-modus { cursor: crosshair; }
.demo__seite.ist-modus::after {
  content: ""; position: absolute; inset: 0; background: rgba(0, 128, 111, .06); pointer-events: none;
  box-shadow: inset 0 0 0 3px rgba(0, 215, 190, .45);
}
.demo__hinweis {
  position: absolute; left: 50%; top: 1em; z-index: 3;
  display: inline-flex; align-items: center; gap: .5em;
  background: var(--tinte); color: #fff; padding: .6em 1.1em; border-radius: 2em; font-size: .95em; font-weight: 600;
  transform: translate(-50%, -1.5em); opacity: 0; transition: opacity .3s, transform .4s var(--weich);
  white-space: nowrap;
}
.demo__hinweis .ic { color: var(--tuerkis); }
.demo__hinweis.ist-da { opacity: 1; transform: translate(-50%, 0); }

.demo__pin {
  position: absolute; z-index: 4; left: 0; top: 0;
  width: 2.2em; height: 2.2em; margin: -2.2em 0 0 0;
  border-radius: 50% 50% 50% .3em;
  display: grid; place-items: center;
  background: var(--tuerkis); color: var(--auf-tuerkis); font-weight: 800; font-size: 1.05em;
  box-shadow: 0 0 0 .35em rgba(0, 238, 210, .28), 0 .5em 1.2em rgba(0, 0, 0, .25);
  transform: scale(0); transform-origin: 0 100%;
  transition: transform .45s cubic-bezier(.2, .8, .3, 1.5), background-color .4s, color .4s, box-shadow .4s;
}
.demo__pin.ist-da { transform: scale(1); }
.demo__pin.ist-fertig { background: var(--gruen); color: #fff; box-shadow: 0 0 0 .35em rgba(18, 161, 80, .25), 0 .5em 1.2em rgba(0, 0, 0, .25); }

.demo__eingabe {
  position: absolute; z-index: 5; left: 0; top: 0; width: 21em;
  background: #fff; border-radius: 1em; padding: 1em 1.1em;
  box-shadow: 0 1.4em 3em rgba(12, 19, 37, .22), 0 0 0 1px rgba(12, 19, 37, .06);
  opacity: 0; transform: translateY(.8em) scale(.96); transform-origin: 0 0; pointer-events: none;
  transition: opacity .25s, transform .35s var(--weich);
}
.demo__eingabe.ist-da { opacity: 1; transform: none; }
.demo__eingabe-kopf { display: flex; align-items: center; gap: .7em; margin-bottom: .8em; }
.demo__eingabe-kopf b { display: block; font-size: 1em; color: var(--tinte); }
.demo__eingabe-kopf small { display: block; font-size: .85em; color: var(--leise); }
.demo__avatar { width: 2.3em; height: 2.3em; border-radius: 50%; display: grid; place-items: center; background: var(--blau); color: #fff; font-weight: 700; font-size: .85em; }
.demo__tippen {
  min-height: 4.4em; padding: .7em .8em; border-radius: .7em; border: 1px solid #dfe5ee; background: #fafbfd;
  font-size: 1em; line-height: 1.45; color: var(--text);
}
.demo__caret { display: inline-block; width: 1px; height: 1.1em; background: var(--tuerkis-tief); vertical-align: -.2em; margin-left: 1px; animation: sr-blinken 1s steps(1) infinite; }
@keyframes sr-blinken { 50% { opacity: 0; } }
.demo__eingabe-fuss { display: flex; align-items: center; justify-content: space-between; margin-top: .8em; }
.demo__anhang { display: inline-flex; align-items: center; gap: .4em; color: var(--leise); font-size: .85em; }
.demo__anhang .ic { color: var(--tuerkis-tief); }
.demo__senden { font-style: normal; background: var(--tuerkis); color: var(--auf-tuerkis); padding: .55em 1.2em; border-radius: 2em; font-weight: 700; font-size: .9em; transition: transform .15s; }
.demo__senden.ist-gedrueckt { transform: scale(.92); }

.demo__toast {
  position: absolute; z-index: 5; right: 1.6em; bottom: 5.8em;
  display: inline-flex; align-items: center; gap: .5em;
  background: var(--tinte); color: #fff; padding: .7em 1.1em; border-radius: .8em; font-size: .95em; font-weight: 600;
  opacity: 0; transform: translateY(.8em); transition: opacity .3s, transform .4s var(--weich);
}
.demo__toast .ic { color: var(--tuerkis); }
.demo__toast.ist-da { opacity: 1; transform: none; }

.demo__fab {
  position: absolute; right: 1.6em; bottom: 1.6em; z-index: 4;
  width: 3.6em; height: 3.6em; border-radius: 50%; display: grid; place-items: center;
  background: var(--tiefsee); color: var(--tuerkis);
  box-shadow: 0 .6em 1.6em rgba(2, 8, 23, .35);
  transition: transform .3s var(--weich), background-color .3s, color .3s;
}
.demo__fab svg { width: 58%; height: 58%; fill: currentColor; }
.demo__fab.ist-an { background: var(--tuerkis); color: var(--tiefsee); transform: scale(1.06); }

.demo__zeiger {
  position: absolute; left: 0; top: 0; z-index: 8; width: 1.9em; height: 1.9em;
  fill: #0c1325; stroke: #fff; stroke-width: 1.4; stroke-linejoin: round;
  filter: drop-shadow(0 .2em .3em rgba(0, 0, 0, .35));
  transform: translate(var(--zx, 80%), var(--zy, 80%));
  transition: transform .9s cubic-bezier(.45, .05, .25, 1);
  pointer-events: none;
}
.demo__klick {
  position: absolute; left: 0; top: 0; z-index: 7; width: 3em; height: 3em; margin: -1.5em 0 0 -1.5em;
  border-radius: 50%; border: 2px solid var(--tuerkis); opacity: 0; pointer-events: none;
  transform: translate(var(--kx, 0), var(--ky, 0)) scale(.3);
}
.demo__klick.ist-an { animation: sr-klick .5s ease-out; }
@keyframes sr-klick { 0% { opacity: 1; transform: translate(var(--kx), var(--ky)) scale(.3); } 100% { opacity: 0; transform: translate(var(--kx), var(--ky)) scale(1.4); } }

/* Unter dem Fenster, nur mit der Kante darüber: Rechts unten sitzt im
   Fenster der Knopf des Widgets, und den soll man sehen, wenn er gedrückt wird. */
.demo__eingang {
  position: relative; z-index: 6; width: min(52%, 500px); margin: -1.4em 0 0 auto;
  font-size: clamp(9px, 1.1vw, 13px);
  background: rgba(13, 20, 38, .92); color: #fff;
  border: 1px solid rgba(255, 255, 255, .12); border-radius: 1.2em;
  padding: 1em; backdrop-filter: blur(12px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .5), 0 0 0 1px rgba(0, 238, 210, .08);
  animation: sr-schweben 9s 1.2s ease-in-out infinite;
}
.demo__eingang-kopf { display: flex; align-items: center; gap: .5em; font-weight: 700; font-size: .95em; margin-bottom: .8em; color: #e8edf6; }
.demo__eingang-kopf span { color: #8290ad; font-weight: 500; }
.demo__eingang-kopf .ic { color: var(--tuerkis); }
.demo__eingang-kopf em { margin-left: auto; font-style: normal; font-size: .85em; background: rgba(245, 165, 36, .16); color: #ffcf7a; padding: .2em .7em; border-radius: 1em; transition: transform .3s; }
.demo__eingang-kopf em.ist-neu { animation: sr-hupf .5s var(--weich); }
@keyframes sr-hupf { 40% { transform: scale(1.25); } }

.demo__eintrag {
  display: grid; grid-template-columns: 4.6em 1fr auto; gap: .9em; align-items: start;
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .08);
  border-radius: .9em; padding: .8em;
}
.demo__eintrag + .demo__eintrag { margin-top: .6em; }
[data-demo-eintrag] {
  max-height: 0; opacity: 0; padding-block: 0; margin-bottom: 0; border-width: 0; overflow: hidden;
  transition: max-height .6s var(--weich), opacity .5s, padding .6s var(--weich), border-width .6s, margin .6s;
}
[data-demo-eintrag].ist-da { max-height: 12em; opacity: 1; padding-block: .8em; border-width: 1px; margin-bottom: .6em; }
[data-demo-eintrag].ist-da + .demo__eintrag { margin-top: 0; }
[data-demo-eintrag].ist-da { box-shadow: 0 0 0 1px rgba(0, 238, 210, .35), 0 0 24px rgba(0, 238, 210, .15); }
.demo__daumen {
  position: relative; aspect-ratio: 4 / 3; border-radius: .5em; overflow: hidden;
  background: linear-gradient(160deg, #f6d9b5, #eab58a 45%, #d88e6b);
}
.demo__daumen i {
  position: absolute; left: 44%; top: 30%; width: 1.4em; height: 1.4em; border-radius: 50% 50% 50% .2em;
  background: var(--tuerkis); color: var(--auf-tuerkis); font-size: .8em; font-style: normal; font-weight: 800;
  display: grid; place-items: center;
}
.demo__daumen--alt { background: linear-gradient(160deg, #d9e2f2, #b3c3e0); }
.demo__daumen--alt i { background: #ffcf7a; color: #3b2600; left: 30%; top: 45%; }
.demo__eintrag-text b { display: block; font-size: .95em; }
.demo__eintrag-text b small { color: #8290ad; font-weight: 500; }
.demo__eintrag-text p { color: #c9d2e3; font-size: .9em; line-height: 1.4; margin-top: .2em; }
.demo__chips { display: flex; flex-wrap: wrap; gap: .35em; margin-top: .55em; }
.demo__chips span { display: inline-flex; align-items: center; gap: .3em; font-size: .78em; color: #aab5ca; background: rgba(255, 255, 255, .06); padding: .2em .55em; border-radius: .5em; }
.demo__chips .ic { width: 1em; height: 1em; }
.demo__status {
  font-size: .78em; font-weight: 700; padding: .3em .7em; border-radius: 1em; white-space: nowrap;
  background: rgba(245, 165, 36, .16); color: #ffcf7a; transition: background-color .4s, color .4s;
}
.demo__status.ist-fertig { background: rgba(18, 161, 80, .2); color: #6be29b; }
.demo__status--arbeit { background: rgba(86, 122, 255, .2); color: #a9b9ff; }

.demo__melde {
  position: absolute; right: 2%; top: 4%; z-index: 6;
  display: flex; align-items: center; gap: .8em; width: min(34%, 320px);
  font-size: clamp(9px, 1vw, 12.5px);
  background: #fff; color: var(--text); border-radius: 1em; padding: .8em 1em;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .4);
  opacity: 0; transform: translateX(1.5em) scale(.96); transition: opacity .4s, transform .5s var(--weich);
}
.demo__melde.ist-da { opacity: 1; transform: none; }
.demo__melde-zeichen { width: 2.6em; height: 2.6em; border-radius: .8em; background: #4a154b; color: #fff; display: grid; place-items: center; flex: none; }
.demo__melde b { display: block; font-size: 1em; }
.demo__melde small { display: block; color: var(--leise); font-size: .9em; line-height: 1.35; }

@media (max-width: 760px) {
  .demo__fenster { width: 100%; }
  .demo__eingang { width: 100%; margin-top: 1em; font-size: 11px; animation: none; }
  .demo__melde { display: none; }
}

/* ------------------------------------------------------------- Plattformen */

.plattformen { background: var(--tiefsee); padding: 0 0 44px; position: relative; }
.plattformen__t { text-align: center; color: #7f8aa3; font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.laufband {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.laufband__spur { display: flex; gap: 12px; width: max-content; animation: sr-laufband 48s linear infinite; }
.laufband:hover .laufband__spur { animation-play-state: paused; }
@keyframes sr-laufband { to { transform: translateX(calc(-50% - 6px)); } }
.laufband__eintrag {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  padding: 9px 16px; border-radius: 999px; border: 1px solid var(--nacht-linie);
  background: rgba(255, 255, 255, .03); color: #c9d2e3; font-weight: 600; font-size: 14.5px;
}
.laufband__eintrag .ic { color: var(--tuerkis); opacity: .75; }

/* ------------------------------------------------------------------- Zahlen */

.zahlen { background: linear-gradient(var(--tiefsee), var(--nacht)); padding: 0 0 72px; }
.zahlen__raster {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--nacht-linie); border: 1px solid var(--nacht-linie); border-radius: var(--r-gross); overflow: hidden;
}
.zahl { background: var(--nacht); padding: 28px 24px; text-align: center; }
.zahl b {
  display: block; font: 800 clamp(38px, 5vw, 54px)/1 var(--schrift-gross); letter-spacing: -.04em;
  background: linear-gradient(180deg, #fff, #9fb0cf); -webkit-background-clip: text; background-clip: text; color: transparent;
  font-variant-numeric: tabular-nums;
}
.zahl span { display: block; color: #8f9ab0; font-size: 14.5px; margin-top: 8px; }
@media (max-width: 760px) { .zahlen__raster { grid-template-columns: 1fr 1fr; } }

/* ---------------------------------------------------------------- Abschnitte */

.abschnitt { padding: clamp(72px, 10vw, 128px) 0; position: relative; }
.abschnitt--flaeche { background: var(--flaeche); }
.abschnitt--dunkel { background: var(--tiefsee); color: #fff; overflow: hidden; }
.abschnitt--dunkel h2, .abschnitt--dunkel h3 { color: #fff; }

.kopfzeile { text-align: center; max-width: 760px; margin: 0 auto clamp(40px, 6vw, 64px); }
.kopfzeile--links { text-align: left; margin-inline: 0; }
.oberzeile {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--tuerkis-tief); margin-bottom: 14px;
}
.oberzeile::before { content: ""; width: 18px; height: 2px; border-radius: 2px; background: currentColor; }
.abschnitt--dunkel .oberzeile { color: var(--tuerkis); }
.kopfzeile h2 { font-size: clamp(30px, 4.4vw, 52px); line-height: 1.06; letter-spacing: -.035em; font-weight: 800; }
.kopfzeile p { color: var(--leise); font-size: clamp(16.5px, 1.8vw, 19px); margin-top: 18px; }
.abschnitt--dunkel .kopfzeile p { color: var(--nacht-text); }
.kopfzeile p a { color: var(--tuerkis-tief); font-weight: 600; }

/* ------------------------------------------------------------ Vorher/Nachher */

.vergleich { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.vergleich__karte {
  border-radius: var(--r-gross); padding: 26px; border: 1px solid var(--linie);
  background: var(--grund); box-shadow: var(--schatten); display: flex; flex-direction: column; gap: 18px;
}
.vergleich__karte--vorher { background: linear-gradient(180deg, #fffafa, #fff); }
.vergleich__karte--nachher { border-color: rgba(0, 128, 111, .25); background: linear-gradient(180deg, #f3fffc, #fff); box-shadow: 0 24px 60px rgba(0, 128, 111, .12); }
.vergleich__kopf { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--tinte); }
.vergleich__marke { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--tuerkis-hell); color: var(--tuerkis-tief); flex: none; }
.vergleich__marke--rot { background: var(--rot-hell); color: var(--rot); }
.postfach { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.postfach li {
  display: grid; gap: 2px; padding: 11px 14px; border-radius: 12px; background: #fff; border: 1px solid var(--linie);
  font-size: 14.5px; transform: rotate(var(--dreh, 0deg));
}
.postfach li:nth-child(2) { --dreh: -.6deg; margin-left: 10px; }
.postfach li:nth-child(3) { --dreh: .5deg; margin-right: 12px; }
.postfach li:nth-child(4) { --dreh: -.4deg; margin-left: 6px; }
.postfach b { color: var(--tinte); font-weight: 650; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.postfach span { color: var(--leise); }
.postfach__datei { display: inline-flex; align-items: center; gap: 6px; }
.vergleich__bilanz { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.vergleich__bilanz span { background: var(--rot-hell); color: #a8262b; padding: 6px 12px; border-radius: 999px; font-size: 14px; }
.vergleich__bilanz--gut span { background: var(--tuerkis-hell); color: var(--tuerkis-tief); }
.miniseite { border-radius: 14px; border: 1px solid var(--linie); background: #fff; overflow: hidden; }
.miniseite__balken { height: 22px; background: #eef1f6; border-bottom: 1px solid var(--linie); }
.miniseite__inhalt { display: grid; grid-template-columns: 1.1fr 1fr; gap: 16px; padding: 16px; }
.miniseite__bild { position: relative; aspect-ratio: 4 / 3; border-radius: 10px; background: linear-gradient(160deg, #f6d9b5, #eab58a 45%, #d88e6b); }
.miniseite__zeilen { position: relative; display: grid; gap: 9px; align-content: center; }
.miniseite__zeilen i { height: 9px; border-radius: 9px; background: #e8ecf3; }
.miniseite__zeilen i.kurz { width: 60%; }
.minipin {
  display: inline-grid; place-items: center; width: 24px; height: 24px; flex: none;
  border-radius: 50% 50% 50% 4px; background: var(--tuerkis); color: var(--auf-tuerkis);
  font-size: 12px; font-weight: 800; font-style: normal;
  box-shadow: 0 0 0 4px rgba(0, 238, 210, .22);
}
.miniseite__bild .minipin { position: absolute; left: 46%; top: 28%; animation: sr-pinhupf 2.8s ease-in-out infinite; }
.minipin--2 { position: absolute; right: 8%; top: 4%; animation: sr-pinhupf 2.8s .6s ease-in-out infinite; }
.minipin--fertig { background: var(--gruen); color: #fff; box-shadow: 0 0 0 4px rgba(18, 161, 80, .2); }
@keyframes sr-pinhupf { 0%, 70%, 100% { transform: translateY(0); } 80% { transform: translateY(-5px); } }
.miniliste { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.miniliste li { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 12px; background: #fff; border: 1px solid var(--linie); font-size: 14.5px; }
.stand { margin-left: auto; font-style: normal; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 999px; white-space: nowrap; }
.stand--offen { background: #fff6e6; color: #8a5300; }
.stand--fertig { background: var(--gruen-hell); color: #0a6b36; }
@media (max-width: 860px) { .vergleich { grid-template-columns: 1fr; } }

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

.schritte { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.schritte::before {
  content: ""; position: absolute; left: 16%; right: 16%; top: 37px; height: 2px;
  background: linear-gradient(90deg, var(--tuerkis), var(--blau));
  transform-origin: left; transform: scaleX(0); transition: transform 1.4s .3s var(--weich);
}
.schritte.ist-sichtbar::before { transform: scaleX(1); }
.schritt {
  position: relative; background: var(--grund); border: 1px solid var(--linie); border-radius: var(--r-gross);
  padding: 26px; box-shadow: var(--schatten); display: flex; flex-direction: column;
  transition: transform .3s var(--weich), box-shadow .3s;
}
.schritt:hover { transform: translateY(-4px); box-shadow: var(--schatten-hoch); }
.schritt__nr {
  width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center;
  position: relative; z-index: 1; margin-bottom: 18px;
  background: var(--tiefsee); color: var(--tuerkis); font-weight: 800; font-size: 13px;
  box-shadow: 0 0 0 6px var(--flaeche), 0 0 0 7px var(--linie);
}
.schritt h3 { font-size: 20px; letter-spacing: -.015em; margin-bottom: 6px; }
.schritt p { color: var(--leise); font-size: 15.5px; }
.schritt__bild { margin-top: 20px; border-radius: 14px; background: var(--flaeche); border: 1px solid var(--linie); padding: 14px; font-size: 13.5px; }
.schritt__bild--form { display: grid; gap: 8px; }
.schritt__bild--form label { display: grid; gap: 3px; color: var(--leise); font-size: 12px; font-weight: 600; }
.schritt__bild--form label span { background: #fff; border: 1px solid var(--linie-satt); border-radius: 9px; padding: 7px 10px; color: var(--text); font-weight: 500; font-size: 13.5px; }
.tippt { overflow: hidden; white-space: nowrap; }
.tippt::after { content: ""; display: inline-block; width: 1px; height: 1em; background: var(--tuerkis-tief); vertical-align: -.15em; margin-left: 1px; animation: sr-blinken 1s steps(1) infinite; }
.minik { justify-self: start; font-style: normal; background: var(--tuerkis); color: var(--auf-tuerkis); font-weight: 700; padding: 6px 14px; border-radius: 999px; font-size: 12.5px; }
.schritt__bild--code { background: var(--tiefsee); border-color: var(--tiefsee); position: relative; padding: 14px 14px 52px; }
.schritt__bild--code code { display: block; font: 12.5px/1.6 var(--mono); color: #9df3e6; word-break: break-all; }
.kopierknopf {
  position: absolute; right: 10px; bottom: 10px;
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255, 255, 255, .08); color: #fff; border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px; padding: 6px 12px; font: 600 12.5px var(--schrift); cursor: pointer;
  transition: background-color .2s, border-color .2s;
}
.kopierknopf:hover { background: rgba(0, 238, 210, .15); border-color: rgba(0, 238, 210, .5); }
.kopierknopf.ist-kopiert { background: var(--tuerkis); color: var(--auf-tuerkis); border-color: var(--tuerkis); }
.schritt__bild--link { display: grid; gap: 10px; }
.linkzeile { display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--linie-satt); border-radius: 9px; padding: 8px 10px; font-family: var(--mono); font-size: 12.5px; color: var(--text); overflow: hidden; white-space: nowrap; }
.linkzeile .ic { color: var(--tuerkis-tief); }
.linkversand { display: inline-flex; align-items: center; gap: 7px; color: var(--gruen); font-weight: 600; }
@media (max-width: 900px) {
  .schritte { grid-template-columns: 1fr; }
  .schritte::before { left: 38px; right: auto; top: 30px; bottom: 30px; width: 2px; height: auto; transform: scaleY(0); transform-origin: top; background: linear-gradient(var(--tuerkis), var(--blau)); }
  .schritte.ist-sichtbar::before { transform: scaleY(1); }
}

/* --------------------------------------------------------------- Highlights */

.spot {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 6vw, 80px); align-items: center;
  padding-block: clamp(28px, 4vw, 48px);
}
.spot + .spot { border-top: 1px dashed var(--linie-satt); }
.spot--links .spot__text { order: 2; }
.spot__zeichen {
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 20px;
  background: linear-gradient(135deg, var(--tuerkis-hell), #e9efff); color: var(--tuerkis-tief);
  box-shadow: inset 0 0 0 1px rgba(0, 128, 111, .15);
}
.spot__zeichen .ic { width: 26px; height: 26px; }
.spot h3 { font-size: clamp(26px, 3vw, 36px); line-height: 1.12; letter-spacing: -.03em; font-weight: 800; margin-bottom: 14px; }
.spot p { color: var(--leise); font-size: 17px; }
.haken { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
.haken li { display: flex; align-items: center; gap: 10px; font-weight: 550; color: var(--tinte); }
.haken .ic { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: var(--tuerkis-hell); color: var(--tuerkis-tief); stroke-width: 3; }
.spot__bild {
  position: relative; border-radius: 28px; padding: clamp(22px, 4vw, 40px);
  background:
    radial-gradient(60% 60% at 80% 10%, rgba(86, 122, 255, .16), transparent 70%),
    radial-gradient(60% 60% at 10% 90%, rgba(0, 238, 210, .18), transparent 70%),
    var(--flaeche);
  border: 1px solid var(--linie);
  overflow: hidden;
}
.spot__bild::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(12, 19, 37, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(12, 19, 37, .045) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
}
.spot__bild > * { position: relative; }
@media (max-width: 900px) {
  .spot { grid-template-columns: 1fr; }
  .spot--links .spot__text { order: 0; }
}

/* Kontext */
.kontext { background: #fff; border-radius: 18px; padding: 16px; box-shadow: var(--schatten-hoch); display: grid; gap: 14px; }
.kontext__shot { position: relative; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; background: linear-gradient(160deg, #f6d9b5, #eab58a 45%, #d88e6b); }
.kontext__shot .minipin { position: absolute; left: 30%; top: 30%; animation: sr-pinhupf 2.8s ease-in-out infinite; }
.kontext__chips, .kontext__anhaenge { display: flex; flex-wrap: wrap; gap: 8px; }
.kontext__chips span, .kontext__anhaenge span {
  display: inline-flex; align-items: center; gap: 6px; padding: 6px 11px; border-radius: 999px;
  background: var(--flaeche); border: 1px solid var(--linie); font-size: 13px; font-weight: 600; color: var(--text);
}
.kontext__chips .ic { color: var(--tuerkis-tief); }
.kontext__chips .kontext__chip--rot { background: var(--rot-hell); border-color: #f6caca; color: #a8262b; }
.kontext__chips .kontext__chip--rot .ic { color: var(--rot); }
.kontext__anhaenge span { background: var(--blau-hell); border-color: #dbe3ff; color: #2f47b3; }

/* Brett */
.brett { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.brett__spalte { background: #fff; border-radius: 16px; padding: 12px; display: grid; gap: 8px; align-content: start; box-shadow: var(--schatten); min-height: 250px; }
.brett__spalte > b { display: flex; justify-content: space-between; font-size: 13px; color: var(--tinte); margin-bottom: 2px; }
.brett__spalte > b em { font-style: normal; color: var(--leise); background: var(--flaeche); border-radius: 999px; padding: 0 8px; font-size: 12px; }
.brett__karte { position: relative; display: grid; gap: 6px; padding: 11px; border-radius: 11px; background: var(--flaeche); border: 1px solid var(--linie); min-height: 52px; }
.brett__karte i { height: 7px; border-radius: 7px; background: #dde3ee; }
.brett__karte i.kurz { width: 60%; }
.brett__karte u { position: absolute; right: 8px; bottom: 8px; width: 20px; height: 20px; border-radius: 50%; background: var(--blau); color: #fff; font-size: 9px; font-weight: 700; text-decoration: none; display: grid; place-items: center; }
.brett__karte u.u2 { background: var(--violett); }
.brett__karte.fertig { background: var(--gruen-hell); border-color: #c8ecd8; }
.brett__karte.fertig i { background: #bfe6cf; }
.brett__karte--ziel { border: 2px dashed #bfe6cf; background: transparent; }
.brett__karte--wandert { z-index: 2; background: #fff; box-shadow: 0 10px 24px rgba(12, 19, 37, .12); border-color: rgba(0, 238, 210, .5); }
.spot.ist-sichtbar .brett__karte--wandert { animation: sr-wandern 6s 1s var(--weich) infinite; }
@keyframes sr-wandern {
  0%, 12%   { transform: translate(0, 0) rotate(0); }
  22%       { transform: translate(0, -6px) rotate(-3deg); }
  48%, 76%  { transform: translate(calc(200% + 24px), 0) rotate(0); background: var(--gruen-hell); border-color: #c8ecd8; }
  90%, 100% { transform: translate(0, 0) rotate(0); }
}

/* Marken */
.marken { display: grid; place-items: center; min-height: 300px; }
.marken { --m: #00eed2; --m-auf: #04302b; }
.marken__widget {
  width: min(340px, 100%); background: #fff; border-radius: 20px; padding: 20px; box-shadow: var(--schatten-hoch);
  border-top: 5px solid var(--m); transition: border-color .5s;
}
.marken__kopf { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.marken__kopf b { font-size: 16px; color: var(--tinte); transition: opacity .3s; }
.marken__logo { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; background: var(--m); color: var(--m-auf); font-weight: 800; transition: background-color .5s, color .5s; }
.marken__widget p { font-size: 14.5px; color: var(--leise); }
.marken__knopf { display: inline-block; margin-top: 14px; padding: 9px 18px; border-radius: 999px; background: var(--m); color: var(--m-auf); font-weight: 700; font-size: 14px; transition: background-color .5s, color .5s; }
.marken__fab { position: absolute; right: 14%; bottom: 8%; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--m); color: var(--m-auf); box-shadow: 0 12px 28px rgba(12, 19, 37, .22); transition: background-color .5s, color .5s; }
.marken__fab .ic { width: 24px; height: 24px; }
.marken__punkte { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); display: flex; gap: 8px; }
.marken__punkte i { width: 8px; height: 8px; border-radius: 50%; background: var(--linie-satt); transition: background-color .3s, width .3s; }
.marken__punkte i.an { width: 22px; border-radius: 8px; background: var(--m); }
.marken.ist-wechsel .marken__kopf b { opacity: 0; }

/* Zwei Fenster */
.zwei { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.zwei__fenster { position: relative; background: #fff; border-radius: 16px; padding: 14px; box-shadow: var(--schatten); min-height: 220px; border: 1px solid var(--linie); }
.zwei__fenster--gast { border-color: rgba(0, 128, 111, .3); box-shadow: 0 20px 50px rgba(0, 128, 111, .14); }
.zwei__wer { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; color: var(--leise); margin-bottom: 12px; }
.zwei__fenster--gast .zwei__wer { color: var(--tuerkis-tief); }
.zwei__seite { position: relative; display: grid; gap: 8px; padding: 12px; border-radius: 10px; background: var(--flaeche); }
.zwei__seite i { height: 30px; border-radius: 8px; background: #e6eaf2; }
.zwei__seite i.kurz { height: 10px; width: 60%; }
.zwei__seite .minipin { position: absolute; right: 20%; top: 20%; animation: sr-pinhupf 2.8s ease-in-out infinite; }
.zwei__null { position: absolute; left: 14px; bottom: 14px; font-size: 12px; font-weight: 700; color: var(--gruen); background: var(--gruen-hell); border-radius: 999px; padding: 3px 10px; }
.zwei__fab { position: absolute; right: 14px; bottom: 14px; width: 42px; height: 42px; border-radius: 50%; background: var(--tiefsee); color: var(--tuerkis); display: grid; place-items: center; box-shadow: 0 10px 24px rgba(2, 8, 23, .3); animation: sr-puls 2.4s ease-in-out infinite; }
.zwei__fab svg { width: 58%; height: 58%; fill: currentColor; }
@keyframes sr-puls { 0%, 100% { box-shadow: 0 10px 24px rgba(2, 8, 23, .3), 0 0 0 0 rgba(0, 238, 210, .45); } 50% { box-shadow: 0 10px 24px rgba(2, 8, 23, .3), 0 0 0 10px rgba(0, 238, 210, 0); } }
@media (max-width: 480px) { .zwei { grid-template-columns: 1fr; } .brett { gap: 8px; } .brett__spalte { padding: 8px; } }

/* ----------------------------------------------------------------- Funktionen */

.funktionen__leiste { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin: 0 auto 36px; }
.reiter {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 6px;
  margin: 0; padding: 6px; width: fit-content; max-width: 100%;
  background: #fff; border: 1px solid var(--linie); border-radius: 999px; box-shadow: var(--schatten);
}
.reiter button {
  display: inline-flex; align-items: center; gap: 8px;
  border: 0; background: transparent; color: var(--leise); cursor: pointer;
  padding: 9px 16px; border-radius: 999px; font: 600 14.5px var(--schrift);
  transition: background-color .2s, color .2s;
}
.reiter button em { font-style: normal; font-size: 12px; background: var(--flaeche); color: var(--leise); border-radius: 999px; padding: 1px 8px; transition: background-color .2s, color .2s; }
.reiter button:hover { color: var(--tinte); }
.reiter button[aria-selected="true"] { background: var(--tiefsee); color: #fff; }
.reiter button[aria-selected="true"] em { background: var(--tuerkis); color: var(--auf-tuerkis); }
@media (max-width: 600px) { .reiter { border-radius: 18px; } .reiter button { padding: 8px 12px; font-size: 13.5px; } }

/* ------------------------------------------------------ Karten, die aufklappen

   Zugeklappt: Zeichen, Titel, Gruppe. Die Beschreibung liegt darunter in
   .funktion__mehr und wächst über grid-template-rows (0fr → 1fr) - so
   bewegt sich die echte Höhe, ohne dass jemand sie messen muss.

   Mit Maus: Beim Zeigen hängt sie als Klappe unter der Karte und legt
   sich über die Reihe darunter - die Reihen selbst bleiben stehen, sonst
   hüpfte das Raster bei jeder Mausbewegung. Die Karte verliert dafür
   ihre unteren Ecken, die Klappe übernimmt sie.

   "Alle aufklappen" (.ist-offen) und Touch (.ist-auf) klappen im Fluss
   auf: Die Karten werden länger, die Reihen wachsen mit, der Reihe nach
   (--n) - eine Kaskade statt eines Rucks.                                    */

.funktionen { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.funktion {
  position: relative; background: var(--grund); border: 1px solid var(--linie); border-radius: 18px;
  padding: 22px 22px 20px; display: flex; flex-direction: column; gap: 8px;
  transition: translate .35s var(--weich), box-shadow .3s, border-color .3s, border-radius .3s var(--weich);
}
/* Das Einblenden beim Scrollen hat eigene Verzögerungen (--i). Sie gelten
   nur für opacity und transform - das Anheben beim Zeigen läuft über
   translate und reagiert sofort. */
.js .funktion[data-zeigen] {
  transition: opacity .7s var(--weich) calc(var(--i, 0) * 70ms), transform .8s var(--weich) calc(var(--i, 0) * 70ms),
              translate .35s var(--weich), box-shadow .3s, border-color .3s, border-radius .3s var(--weich);
}
.funktion.ist-aus { display: none; }
.funktion::before {
  content: ""; position: absolute; z-index: 2; left: 18px; right: 18px; top: -1px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--tuerkis), #567aff);
  transform: scaleX(0); transform-origin: left; transition: transform .5s var(--weich);
}
.funktion__zeichen {
  width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 8px;
  transition: transform .45s var(--weich), box-shadow .35s;
}
.funktion__gruppe { transition: color .3s; }

/* Die Klappe mit der Beschreibung. */
.funktion__mehr { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--weich), opacity .3s; }
.funktion__klappe { min-height: 0; overflow: hidden; }
.funktion__innen p { opacity: 0; translate: 0 -8px; transition: opacity .35s .06s, translate .5s var(--weich) .04s; }

/* Offen - ob durch Zeigen, Tippen oder "Alle aufklappen". */
.funktion.ist-auf .funktion__mehr, .funktionen.ist-offen .funktion__mehr { grid-template-rows: 1fr; opacity: 1; }
.funktion.ist-auf .funktion__innen p, .funktionen.ist-offen .funktion__innen p { opacity: 1; translate: 0 0; }
.funktion.ist-auf, .funktionen.ist-offen .funktion { border-color: rgba(0, 128, 111, .3); }
.funktion.ist-auf::before, .funktionen.ist-offen .funktion::before { transform: scaleX(1); }
.funktion.ist-auf .funktion__gruppe, .funktionen.ist-offen .funktion__gruppe { color: var(--tuerkis-tief); }

/* Die Kaskade: beim Aufklappen der Reihe nach, beim Zuklappen schneller. */
.funktionen.ist-offen .funktion__mehr { transition-delay: calc(var(--n, 0) * 24ms); }
.funktionen.ist-offen .funktion__innen p { transition-delay: calc(var(--n, 0) * 24ms + 120ms); }
.funktionen.ist-offen .funktion::before { transition-delay: calc(var(--n, 0) * 24ms); }
.funktionen.ist-schliessend .funktion__mehr { transition-delay: calc(var(--n, 0) * 8ms); }

/* Mit Maus: die Klappe hängt unter der Karte, über der nächsten Reihe. */
@media (hover: hover) and (pointer: fine) {
  .funktionen:not(.ist-offen):not(.ist-schliessend) .funktion__mehr {
    position: absolute; z-index: 1; left: -1px; right: -1px; top: calc(100% - 1px); opacity: 0;
    background: var(--grund); border: 1px solid rgba(0, 128, 111, .3); border-top: 0;
    border-radius: 0 0 18px 18px; box-shadow: 0 26px 50px rgba(12, 19, 37, .16);
    /* Der Schatten nur nach unten und zur Seite - nach oben fiele er als
       feine Linie auf die Karte, und Karte und Klappe wirkten getrennt. */
    clip-path: inset(0 -70px -90px -70px);
  }
  .funktionen:not(.ist-offen):not(.ist-schliessend) .funktion__innen { padding: 0 22px 20px; }
  .funktionen:not(.ist-offen):not(.ist-schliessend) .funktion:hover { z-index: 6; }
  .funktionen:not(.ist-offen):not(.ist-schliessend) .funktion:hover .funktion__mehr { grid-template-rows: 1fr; opacity: 1; }
  .funktionen:not(.ist-offen):not(.ist-schliessend) .funktion:hover .funktion__innen p { opacity: 1; translate: 0 0; }
  .funktionen:not(.ist-offen):not(.ist-schliessend) .funktion:hover { border-radius: 18px 18px 0 0; }
  .funktion:hover { translate: 0 -4px; box-shadow: var(--schatten-hoch); border-color: rgba(0, 128, 111, .3); }
  .funktion:hover::before { transform: scaleX(1); }
  .funktion:hover .funktion__zeichen { transform: rotate(-8deg) scale(1.12); box-shadow: 0 8px 20px rgba(12, 19, 37, .12); }
  .funktion:hover .funktion__gruppe { color: var(--tuerkis-tief); }
}
/* Auf Touch-Geräten öffnet ein Tippen die Karte (site.js), im Fluss. */
@media (hover: none) {
  .funktion { cursor: pointer; }
  .funktion.ist-auf .funktion__zeichen { transform: rotate(-8deg) scale(1.08); }
}

/* Der Knopf "Alle aufklappen". */
.aufklapper {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  padding: 12px 18px; border-radius: 999px; border: 1px solid var(--linie); background: #fff; box-shadow: var(--schatten);
  color: var(--tinte); font: 600 14.5px var(--schrift); transition: background-color .2s, border-color .2s, translate .25s var(--weich);
}
.aufklapper:hover { border-color: rgba(0, 128, 111, .35); translate: 0 -2px; }
.aufklapper svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .5s var(--weich); }
.aufklapper[aria-expanded="true"] { background: var(--tiefsee); color: #fff; border-color: var(--tiefsee); }
.aufklapper[aria-expanded="true"] svg { transform: rotate(180deg); color: var(--tuerkis); }
.aufklapper__zu, .aufklapper[aria-expanded="true"] .aufklapper__auf { display: none; }
.aufklapper[aria-expanded="true"] .aufklapper__zu { display: inline; }

@media (prefers-reduced-motion: reduce) {
  .funktion, .funktion::before, .funktion__mehr, .funktion__innen p, .funktion__zeichen, .aufklapper svg { transition: none !important; }
}
.funktion__zeichen .ic { width: 22px; height: 22px; }
.funktion__zeichen--erfassen   { background: var(--tuerkis-hell); color: var(--tuerkis-tief); }
.funktion__zeichen--abarbeiten { background: var(--blau-hell); color: #3552d9; }
.funktion__zeichen--kundschaft { background: #f3edff; color: #6d3fd6; }
.funktion__zeichen--team       { background: #fff4e0; color: #b06a00; }
.funktion h3 { font-size: 17px; letter-spacing: -.01em; line-height: 1.3; }
.funktion__stufe { font-style: normal; font-size: 11px; font-weight: 700; vertical-align: 2px; margin-left: 4px; background: var(--tiefsee); color: var(--tuerkis); border-radius: 999px; padding: 2px 8px; letter-spacing: .02em; white-space: nowrap; }
.funktion__innen p { color: var(--leise); font-size: 15px; line-height: 1.55; margin: 0; }
.funktion__gruppe { margin-top: auto; padding-top: 8px; font-size: 12px; font-weight: 600; color: var(--sehr-leise); letter-spacing: .02em; transition: color .3s; }

/* --------------------------------------------------------------- Anbindungen */

.dunkel__licht {
  position: absolute; inset: -20%; pointer-events: none;
  background:
    radial-gradient(30% 30% at 75% 50%, rgba(0, 238, 210, .18), transparent 70%),
    radial-gradient(30% 30% at 20% 80%, rgba(86, 122, 255, .16), transparent 70%);
  animation: sr-licht 40s ease-in-out infinite alternate;
  will-change: transform;
}
.abschnitt--dunkel::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse at 70% 50%, #000 20%, transparent 70%);
  mask-image: radial-gradient(ellipse at 70% 50%, #000 20%, transparent 70%);
}
.anbindung { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.anbindung .kopfzeile { margin-bottom: 0; }
.anbindung .kopfzeile .knopf { margin-top: 28px; }

.nabe { position: relative; aspect-ratio: 1; width: min(100%, 480px); margin-inline: auto; }
.nabe__linien { position: absolute; inset: 0; width: 100%; height: 100%; }
.nabe__linien line {
  stroke: rgba(0, 238, 210, .45); stroke-width: 1.5; stroke-dasharray: 4 7;
  animation: sr-fluss 1.6s linear infinite; animation-delay: calc(var(--i) * -.2s);
}
@keyframes sr-fluss { to { stroke-dashoffset: -22; } }
.nabe__mitte {
  position: absolute; left: 50%; top: 50%; width: 26%; aspect-ratio: 1; transform: translate(-50%, -50%);
  border-radius: 28%; display: grid; place-items: center;
  background: linear-gradient(145deg, #0e1a35, #06101f); border: 1px solid rgba(0, 238, 210, .4);
  box-shadow: 0 0 0 10px rgba(0, 238, 210, .06), 0 0 60px rgba(0, 238, 210, .35);
  color: var(--tuerkis);
  animation: sr-kern 4s ease-in-out infinite;
}
.nabe__mitte svg { width: 56%; height: 56%; fill: currentColor; }
@keyframes sr-kern { 50% { box-shadow: 0 0 0 18px rgba(0, 238, 210, .03), 0 0 80px rgba(0, 238, 210, .45); } }
.nabe__knoten {
  position: absolute; left: var(--x); top: var(--y); transform: translate(-50%, -50%);
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  background: rgba(13, 20, 38, .92); border: 1px solid rgba(255, 255, 255, .14); color: #fff;
  padding: 9px 14px; border-radius: 999px; font-size: 14px; font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
  transition: border-color .25s, transform .3s var(--weich);
  animation: sr-knoten 6s ease-in-out infinite; animation-delay: calc(var(--i) * -.7s);
}
.nabe__knoten .ic { color: var(--tuerkis); }
.nabe__knoten:hover { border-color: var(--tuerkis); }
@keyframes sr-knoten { 50% { transform: translate(-50%, calc(-50% - 5px)); } }
@media (max-width: 900px) {
  .anbindung { grid-template-columns: 1fr; }
  .nabe__knoten { font-size: 12px; padding: 7px 10px; }
}
/* Schmal: Die Nabe würde die Namen verschlucken - dann lieber eine Liste. */
@media (max-width: 560px) {
  .nabe { aspect-ratio: auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .nabe__linien, .nabe__mitte { display: none; }
  .nabe__knoten { position: static; transform: none; animation: none; justify-content: flex-start; font-size: 14px; padding: 11px 14px; }
}

/* ----------------------------------------------------------------- Vertrauen */

.vertrauen { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
/* Lange Wörter trennt der Browser nach der Sprache der Seite, statt die Spalte zu verbreitern. */
.vertrauen__karte h3 { hyphens: auto; -webkit-hyphens: auto; overflow-wrap: break-word; }
.vertrauen__karte {
  border-radius: 18px; padding: 22px; border: 1px solid var(--linie); background: var(--grund);
  transition: transform .3s var(--weich), box-shadow .3s;
}
.vertrauen__karte:hover { transform: translateY(-4px); box-shadow: var(--schatten-hoch); }
.vertrauen__karte > .ic { width: 40px; height: 40px; padding: 9px; border-radius: 12px; background: var(--tiefsee); color: var(--tuerkis); margin-bottom: 14px; }
.vertrauen__karte h3 { font-size: 16.5px; margin-bottom: 6px; }
.vertrauen__karte p { color: var(--leise); font-size: 14.5px; line-height: 1.5; }
@media (max-width: 1080px) { .vertrauen { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 700px)  { .vertrauen { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 440px)  { .vertrauen { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------------- Vergleich */

.wege { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 980px; margin: 0 auto 36px; }
.weg { border-radius: 18px; padding: 20px 22px; border: 1px solid var(--linie); background: var(--grund); }
.weg > b { display: flex; align-items: center; gap: 8px; color: var(--tinte); margin-bottom: 12px; }
.weg ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: 15px; color: var(--leise); }
.weg li { display: flex; gap: 9px; align-items: flex-start; }
.weg li .ic { margin-top: 3px; width: 18px; height: 18px; padding: 3px; border-radius: 50%; flex: none; stroke-width: 3; }
.weg--proxy li .ic { background: var(--rot-hell); color: var(--rot); }
.weg--direkt { border-color: rgba(0, 128, 111, .3); background: linear-gradient(180deg, #f3fffc, #fff); box-shadow: 0 18px 44px rgba(0, 128, 111, .1); }
.weg--direkt > b .ic { color: var(--tuerkis-tief); }
.weg--direkt li { color: var(--tinte); }
.weg--direkt li .ic { background: var(--tuerkis-hell); color: var(--tuerkis-tief); }
@media (max-width: 760px) { .wege { grid-template-columns: 1fr; } }

.vgtab { background: var(--grund); border: 1px solid var(--linie); border-radius: 22px; box-shadow: var(--schatten); overflow: hidden; }
/* position: relative macht den Rollbereich zum Bezugsrahmen - sonst entkommen die
   unsichtbaren Screenreader-Texte (.nur-lesbar, absolut) dem Abschneiden und
   verbreitern auf dem Telefon die ganze Seite. */
.vgtab__rolle { overflow-x: auto; position: relative; }
.vgtab__rolle:focus-visible { outline-offset: -3px; }
.vgtab table { width: 100%; min-width: 820px; border-collapse: separate; border-spacing: 0; font-size: 14.5px; }
.vgtab th, .vgtab td { padding: 14px 14px; text-align: center; border-bottom: 1px solid var(--linie); vertical-align: middle; }
.vgtab thead th { font-size: 14px; color: var(--tinte); font-weight: 700; background: var(--flaeche); white-space: nowrap; }
.vgtab tbody th { text-align: left; font-weight: 600; color: var(--tinte); min-width: 200px; }
.vgtab tbody tr:last-child th, .vgtab tbody tr:last-child td { border-bottom: 0; }
.vgtab th:first-child {
  position: sticky; left: 0; z-index: 1; background: var(--grund);
  box-shadow: 1px 0 0 var(--linie);
}
.vgtab thead th:first-child { background: var(--flaeche); }
.vgtab .vgtab__wir { background: rgba(0, 238, 210, .07); }
.vgtab thead .vgtab__wir { background: var(--tiefsee); color: var(--tuerkis); }
.vgtab td .ic { width: 22px; height: 22px; padding: 4px; border-radius: 50%; margin: 0 auto; stroke-width: 3; }
.vgtab__ja .ic { background: var(--tuerkis-hell); color: var(--tuerkis-tief); }
.vgtab__wir.vgtab__ja .ic { background: var(--tuerkis); color: var(--auf-tuerkis); }
.vgtab__nein .ic { background: var(--rot-hell); color: var(--rot); }
.vgtab__halb { display: block; width: 22px; height: 22px; margin: 0 auto; border-radius: 50%; border: 2px solid var(--orange); background: linear-gradient(90deg, var(--orange) 50%, transparent 50%); }
.vgtab__t { display: block; font-size: 13px; color: var(--leise); margin-top: 4px; line-height: 1.35; }
.vgtab__text .vgtab__t { margin-top: 0; font-size: 14px; color: var(--text); font-weight: 600; }
.vgtab__wir .vgtab__t { color: var(--tinte); }
.vgtab sup a { color: var(--tuerkis-tief); text-decoration: none; font-weight: 700; margin-left: 2px; }
.vgtab__fuss { padding: 16px 22px 18px; border-top: 1px solid var(--linie); background: var(--flaeche); font-size: 12.5px; color: var(--sehr-leise); display: grid; gap: 8px; }
.vgtab__fuss ol { margin: 0; padding-left: 18px; display: grid; gap: 4px; }
.vgtab__fuss p { margin: 0; }
.vgtab__quellen summary { cursor: pointer; color: var(--tuerkis-tief); font-weight: 600; width: fit-content; }
.vgtab__quellen ul { margin: 8px 0 0; padding-left: 18px; display: grid; gap: 3px; }
.vgtab__quellen a { color: var(--leise); overflow-wrap: anywhere; }

/* -------------------------------------------------------------------- Preise */

.abschnitt--preise { background: linear-gradient(180deg, #fff 0%, var(--flaeche) 100%); overflow: hidden; }
.preise__licht {
  position: absolute; left: 50%; top: 32%; width: 900px; height: 600px; transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(0, 238, 210, .16), transparent), radial-gradient(closest-side at 70% 60%, rgba(86, 122, 255, .12), transparent);
  pointer-events: none; filter: blur(20px);
}
.abschnitt--preise .wrap { position: relative; }

.angebot {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  max-width: 900px; margin: 0 auto 30px; padding: 16px 20px;
  border-radius: 20px; color: #fff; position: relative; overflow: hidden;
  background: linear-gradient(110deg, #051a2b, #083b3d 45%, #1c2d66);
  box-shadow: 0 20px 50px rgba(2, 8, 23, .25);
}
.angebot::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 30%, rgba(255, 255, 255, .12) 50%, transparent 70%);
  transform: translateX(-100%); animation: sr-glanz 6s ease-in-out infinite;
}
.angebot > * { position: relative; }
.angebot__zeichen { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--gold); color: #3b2600; flex: none; }
.angebot__zeichen .ic { width: 24px; height: 24px; animation: sr-wackeln 3.2s ease-in-out infinite; }
.angebot__text { flex: 1 1 280px; display: grid; gap: 2px; }
.angebot__text b { font-size: 17px; }
.angebot__text span { color: #b8d7e0; font-size: 14.5px; }
.angebot__uhr { display: flex; gap: 8px; }
.angebot__uhr span { min-width: 56px; text-align: center; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .12); border-radius: 12px; padding: 7px 6px; }
.angebot__uhr b { display: block; font: 800 22px/1.1 var(--schrift-gross); font-variant-numeric: tabular-nums; }
.angebot__uhr small { font-size: 11px; color: #9fc4cf; text-transform: uppercase; letter-spacing: .06em; }
@media (max-width: 560px) { .angebot__uhr { width: 100%; } .angebot__uhr span { flex: 1; min-width: 0; } }

.schalter { display: flex; justify-content: center; margin-bottom: 40px; }
.schalter__feld { display: inline-flex; gap: 4px; padding: 5px; border-radius: 999px; background: #fff; border: 1px solid var(--linie); box-shadow: var(--schatten); }
.schalter__feld button {
  border: 0; background: transparent; cursor: pointer; border-radius: 999px; padding: 10px 18px;
  font: 600 14.5px var(--schrift); color: var(--leise); display: inline-flex; align-items: center; gap: 8px;
  transition: background-color .25s, color .25s;
}
.schalter__feld button em { font-style: normal; font-size: 11.5px; font-weight: 700; background: var(--gruen-hell); color: #0a6b36; border-radius: 999px; padding: 2px 8px; }
.schalter__feld button[aria-checked="true"] { background: var(--tiefsee); color: #fff; }
.schalter__feld button[aria-checked="true"] em { background: var(--tuerkis); color: var(--auf-tuerkis); }

.stufen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.stufe {
  position: relative; background: #fff; border: 1px solid var(--linie); border-radius: 24px;
  padding: 30px 28px; display: flex; flex-direction: column;
  box-shadow: var(--schatten); transition: transform .35s var(--weich), box-shadow .35s;
}
.stufe:hover { transform: translateY(-6px); box-shadow: var(--schatten-hoch); }
.stufe--tipp {
  background: linear-gradient(180deg, #0b1427, var(--tiefsee)); color: #fff; border-color: transparent;
  box-shadow: 0 30px 70px rgba(2, 8, 23, .35), 0 0 0 1px rgba(0, 238, 210, .35);
  transform: scale(1.03);
}
.stufe--tipp:hover { transform: scale(1.03) translateY(-6px); }
.stufe--tipp::before {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; pointer-events: none;
  background: conic-gradient(from var(--winkel, 0deg), transparent 0 70%, var(--tuerkis) 85%, transparent 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: sr-rand 5s linear infinite;
}
@property --winkel { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
@keyframes sr-rand { to { --winkel: 360deg; } }
.stufe--tipp h3, .stufe--tipp .stufe__zahl { color: #fff; }
.stufe__band {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  background: var(--tuerkis); color: var(--auf-tuerkis); font-size: 12.5px; font-weight: 800;
  padding: 5px 14px; border-radius: 999px; box-shadow: 0 8px 20px rgba(0, 238, 210, .35);
}
.stufe__name { font-size: 22px; letter-spacing: -.02em; }
.stufe__fuer { color: var(--leise); font-size: 14.5px; margin-top: 6px; min-height: 2.9em; }
.stufe--tipp .stufe__fuer { color: var(--nacht-text); }
.stufe__preis { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 10px; margin-top: 22px; }
.stufe__alt { color: var(--sehr-leise); font-size: 18px; font-weight: 600; text-decoration-thickness: 2px; text-decoration-color: rgba(229, 72, 77, .7); }
.stufe--tipp .stufe__alt { color: #7c89a6; }
.stufe__zahl { font: 800 50px/1 var(--schrift-gross); letter-spacing: -.045em; color: var(--tinte); font-variant-numeric: tabular-nums; }
.stufe__zahl b { font-weight: 800; display: inline-block; transition: transform .3s var(--weich), opacity .3s; }
.stufe__zahl b.ist-wechsel { transform: translateY(-8px); opacity: 0; }
.stufe__zeit { color: var(--leise); font-size: 14.5px; }
.stufe--tipp .stufe__zeit { color: var(--nacht-text); }
.stufe__abrechnung { color: var(--sehr-leise); font-size: 13px; margin-top: 8px; min-height: 1.5em; }
.stufe--tipp .stufe__abrechnung { color: #8e9ab3; }
.stufe__rabatt {
  align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; margin-top: 12px;
  background: var(--gold-hell); color: var(--gold-tief); font-size: 12.5px; font-weight: 700; padding: 4px 11px; border-radius: 999px;
}
.stufe--tipp .stufe__rabatt { background: rgba(255, 197, 61, .16); color: var(--gold); }
.stufe .knopf { margin-top: 22px; }
.stufe__liste { list-style: none; padding: 22px 0 0; margin: 22px 0 0; border-top: 1px solid var(--linie); display: grid; gap: 12px; font-size: 14.5px; }
.stufe--tipp .stufe__liste { border-top-color: var(--nacht-linie); }
.stufe__liste li { display: flex; align-items: center; gap: 10px; }
.stufe__liste .ic { color: var(--tuerkis-tief); width: 19px; height: 19px; }
.stufe--tipp .stufe__liste .ic { color: var(--tuerkis); }
.stufe__liste b { color: var(--tinte); }
.stufe--tipp .stufe__liste b { color: #fff; }
.stufe__nein { color: var(--sehr-leise); }
.stufe__nein .ic { color: var(--sehr-leise) !important; }
@media (max-width: 960px) {
  .stufen { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .stufe--tipp { transform: none; order: -1; }
  .stufe--tipp:hover { transform: translateY(-6px); }
}

.inklusive {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 20px;
  margin-top: 40px; color: var(--leise); font-size: 14.5px;
}
.inklusive b { color: var(--tinte); }
.inklusive span { display: inline-flex; align-items: center; gap: 6px; }
.inklusive .ic { color: var(--tuerkis-tief); }

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

.fragen { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 80px); align-items: start; }
.fragen .kopfzeile { position: sticky; top: calc(var(--kopf-hoehe) + 32px); }
.fragen__liste { display: grid; gap: 12px; }
.frage { background: #fff; border: 1px solid var(--linie); border-radius: 18px; transition: box-shadow .3s, border-color .3s; }
.frage[open] { box-shadow: var(--schatten-hoch); border-color: rgba(0, 128, 111, .25); }
.frage summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 22px; font-weight: 700; font-size: 16.5px; color: var(--tinte);
}
.frage summary::-webkit-details-marker { display: none; }
.frage__plus { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--flaeche); color: var(--tinte); flex: none; transition: transform .35s var(--weich), background-color .25s, color .25s; }
.frage[open] .frage__plus { transform: rotate(45deg); background: var(--tuerkis); color: var(--auf-tuerkis); }
.frage__antwort { padding: 0 22px 20px; color: var(--leise); font-size: 15.5px; }
.frage[open] .frage__antwort { animation: sr-auf .4s var(--weich); }
@keyframes sr-auf { from { opacity: 0; transform: translateY(-6px); } }
@media (max-width: 860px) { .fragen { grid-template-columns: 1fr; } .fragen .kopfzeile { position: static; } }

/* ------------------------------------------------------------------- Schluss */

.schluss { position: relative; overflow: hidden; background: var(--tiefsee); color: #fff; padding: clamp(80px, 11vw, 140px) 0; text-align: center; }
.schluss__licht {
  position: absolute; inset: -40%;
  background:
    radial-gradient(28% 30% at 35% 45%, rgba(0, 238, 210, .28), transparent 70%),
    radial-gradient(26% 28% at 65% 55%, rgba(86, 122, 255, .26), transparent 70%);
  animation: sr-licht 30s ease-in-out infinite alternate;
  will-change: transform;
}
.schluss::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 20%, transparent 70%);
  mask-image: radial-gradient(ellipse at center, #000 20%, transparent 70%);
}
.schluss__innen { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.schluss h2 { color: #fff; font-size: clamp(32px, 5vw, 60px); line-height: 1.05; letter-spacing: -.04em; font-weight: 800; max-width: 16ch; }
.schluss p { color: var(--nacht-text); font-size: 18px; max-width: 52ch; margin: 20px 0 34px; }

/* ---------------------------------------------------------------------- Fuß */

.fuss { background: #01050f; color: #8f9ab0; font-size: 14.5px; padding: 64px 0 28px; border-top: 1px solid var(--nacht-linie); }
.fuss__innen { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 32px; }
.fuss__marke img { height: 30px; width: auto; margin-bottom: 14px; }
.fuss__marke p { max-width: 34ch; }
.fuss__spalte { display: grid; gap: 10px; align-content: start; }
.fuss__spalte b { color: #fff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px; }
.fuss__spalte a { color: #aab5ca; text-decoration: none; transition: color .2s; overflow-wrap: anywhere; }
.fuss__spalte a:hover { color: var(--tuerkis); }
.fuss__unten { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--nacht-linie); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; }
@media (max-width: 860px) { .fuss__innen { grid-template-columns: 1fr 1fr; } .fuss__marke { grid-column: 1 / -1; } }

/* ------------------------------------------------------------ Fragen-Blase

   Unten rechts, wie das Widget selbst - Besucher kennen den Platz. Das
   Fenster klappt darüber auf; auf dem Telefon wird es zur Karte über die
   ganze Breite.                                                            */

.blase {
  position: fixed; z-index: 50;
  right: max(20px, env(safe-area-inset-right, 0px));
  bottom: max(20px, env(safe-area-inset-bottom, 0px));
}
.blase__knopf {
  position: relative; width: 60px; height: 60px; border-radius: 50%; border: 0; cursor: pointer;
  display: grid; place-items: center;
  background: var(--tuerkis); color: var(--auf-tuerkis);
  box-shadow: 0 12px 30px rgba(0, 238, 210, .35), 0 4px 12px rgba(2, 8, 23, .25);
  transition: transform .25s var(--weich), box-shadow .25s;
}
.blase__knopf:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 16px 38px rgba(0, 238, 210, .45), 0 4px 12px rgba(2, 8, 23, .25); }
.blase__knopf .ic { width: 26px; height: 26px; position: absolute; transition: transform .3s var(--weich), opacity .2s; }
.blase__schliessen { opacity: 0; transform: rotate(-90deg) scale(.6); }
.blase.ist-offen .blase__auf { opacity: 0; transform: rotate(90deg) scale(.6); }
.blase.ist-offen .blase__schliessen { opacity: 1; transform: none; }
.blase__ring {
  position: absolute; inset: 0; border-radius: 50%; pointer-events: none;
  box-shadow: 0 0 0 0 rgba(0, 238, 210, .55);
  animation: sr-blasenring 3.6s 2s ease-out infinite;
}
.blase.ist-offen .blase__ring { animation: none; }
@keyframes sr-blasenring { 0% { box-shadow: 0 0 0 0 rgba(0, 238, 210, .55); } 35%, 100% { box-shadow: 0 0 0 16px rgba(0, 238, 210, 0); } }

.blase__fenster {
  position: absolute; right: 0; bottom: 76px;
  width: min(370px, calc(100vw - 40px));
  max-height: calc(100vh - 130px); overflow: auto;
  background: #fff; color: var(--text); border-radius: 22px;
  box-shadow: 0 30px 80px rgba(2, 8, 23, .35), 0 0 0 1px rgba(12, 19, 37, .06);
  transform-origin: 100% 100%;
}
.blase__fenster[hidden] { display: none; }
.blase__fenster:not([hidden]) { animation: sr-blase-auf .35s var(--weich); }
@keyframes sr-blase-auf { from { opacity: 0; transform: translateY(12px) scale(.94); } }

.blase__kopf {
  position: sticky; top: 0; z-index: 1;
  display: flex; align-items: center; gap: 12px; padding: 16px 16px 16px 18px;
  background: radial-gradient(80% 140% at 10% 0%, rgba(0, 238, 210, .25), transparent 70%), var(--tiefsee);
  color: #fff;
}
.blase__kopf b { display: block; font-size: 16px; }
.blase__kopf small { display: block; color: var(--nacht-text); font-size: 13px; }
.blase__wal { width: 40px; height: 40px; border-radius: 13px; flex: none; display: grid; place-items: center; background: rgba(0, 238, 210, .14); color: var(--tuerkis); }
.blase__wal svg { width: 62%; height: 62%; fill: currentColor; }
.blase__zu {
  margin-left: auto; width: 34px; height: 34px; border-radius: 10px; border: 0; cursor: pointer; flex: none;
  display: grid; place-items: center; background: rgba(255, 255, 255, .08); color: #fff; transition: background-color .2s;
}
.blase__zu:hover { background: rgba(255, 255, 255, .16); }

.blase__form { display: grid; gap: 12px; padding: 18px; }
.blase__form[hidden] { display: none; }
.blase__feld { display: grid; gap: 5px; font-size: 13px; font-weight: 600; color: var(--tinte); }
.blase__feld input, .blase__feld textarea {
  width: 100%; padding: 11px 12px; border-radius: 12px; border: 1px solid var(--linie-satt);
  background: var(--flaeche); color: var(--text); font: 15px/1.45 var(--schrift); resize: vertical;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}
.blase__feld input:focus, .blase__feld textarea:focus { outline: none; border-color: var(--tuerkis-tief); background: #fff; box-shadow: 0 0 0 4px rgba(0, 238, 210, .18); }
.blase__honig { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.blase__meldung { min-height: 0; color: #b3261e; font-size: 13.5px; }
.blase__meldung:empty { display: none; }
.blase__klein { color: var(--sehr-leise); font-size: 12px; text-align: center; }
.blase__form .knopf[disabled] { opacity: .6; cursor: wait; transform: none; }

.blase__danke { padding: 30px 22px 28px; text-align: center; display: grid; justify-items: center; gap: 6px; }
.blase__danke[hidden] { display: none; }
.blase__danke b { font-size: 18px; color: var(--tinte); }
.blase__danke p { color: var(--leise); font-size: 15px; }
.blase__haken { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--gruen-hell); color: var(--gruen); margin-bottom: 6px; animation: sr-haken .5s cubic-bezier(.2, .8, .3, 1.4); }
.blase__haken .ic { width: 28px; height: 28px; stroke-width: 2.6; }
@keyframes sr-haken { from { transform: scale(.4); opacity: 0; } }

@media (max-width: 520px) {
  .blase { right: 14px; bottom: 14px; }
  .blase__knopf { width: 56px; height: 56px; }
  .blase__fenster { position: fixed; left: 12px; right: 12px; bottom: 82px; width: auto; max-height: calc(100vh - 110px); }
}

/* ----------------------------------------------------------- Auftauchen

   Nur wenn site.js läuft - ohne Skript steht alles sofort da, statt
   unsichtbar zu bleiben.                                                   */

.js [data-zeigen] { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--weich), transform .8s var(--weich); transition-delay: calc(var(--i, 0) * 70ms); }
.js [data-zeigen].ist-sichtbar { opacity: 1; transform: none; }
.js .held [data-zeigen] { transition-delay: calc(var(--i, 0) * 90ms + 80ms); }

/* ------------------------------------------------------------ Passwortseite */

.tor {
  min-height: 100vh; display: grid; place-items: center; padding: 24px 16px;
  background: var(--tiefsee); color: #fff; position: relative; overflow: hidden;
}
.tor::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 20%, transparent 70%);
  mask-image: radial-gradient(ellipse at center, #000 20%, transparent 70%);
}
/* Fest statt absolut: Die Lichter ragen 30 % über jeden Rand. Absolut
   verbreiterten sie die Seite, und auf dem Telefon liess sie sich seitlich
   verschieben - das overflow: hidden am body gilt dort für das Fenster. */
.tor__licht {
  position: fixed; inset: -30%;
  background:
    radial-gradient(30% 30% at 35% 40%, rgba(0, 238, 210, .26), transparent 70%),
    radial-gradient(28% 28% at 68% 62%, rgba(86, 122, 255, .24), transparent 70%);
  animation: sr-licht 30s ease-in-out infinite alternate;
}
.tor__karte {
  position: relative; z-index: 1; width: min(420px, 100%);
  background: rgba(13, 20, 38, .78); border: 1px solid rgba(255, 255, 255, .12); border-radius: 24px;
  padding: 34px 30px 28px; backdrop-filter: blur(14px);
  box-shadow: 0 40px 90px rgba(0, 0, 0, .5), 0 0 0 1px rgba(0, 238, 210, .08);
  animation: sr-tor .7s var(--weich) both;
}
@keyframes sr-tor { from { opacity: 0; transform: translateY(18px) scale(.98); } }
.tor__logo { height: 34px; width: auto; margin-bottom: 26px; }
.tor__schloss { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; background: rgba(0, 238, 210, .12); color: var(--tuerkis); margin-bottom: 18px; }
.tor__schloss svg { width: 24px; height: 24px; }
.tor__t { color: #fff; font-size: 28px; letter-spacing: -.03em; font-weight: 800; margin-bottom: 8px; }
.tor__u { color: var(--nacht-text); font-size: 15.5px; margin-bottom: 24px; }
.tor__form { display: grid; gap: 14px; }
.tor__feld { display: grid; gap: 6px; font-size: 13.5px; font-weight: 600; color: #cfd7e6; }
.tor__feld input {
  width: 100%; padding: 13px 14px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(2, 8, 23, .6); color: #fff; font: 16px var(--schrift);
  transition: border-color .2s, box-shadow .2s;
}
.tor__feld input:focus { outline: none; border-color: var(--tuerkis); box-shadow: 0 0 0 4px rgba(0, 238, 210, .18); }
.tor__fehler { color: #ff9b9e; font-size: 14px; margin: 0; }
.tor__klein { margin-top: 22px; font-size: 14px; color: #8f9ab0; }
.tor__klein a { color: var(--tuerkis); font-weight: 600; text-decoration: none; }
.tor__klein a:hover { text-decoration: underline; }

/* -------------------------------------------------------- Weniger Bewegung */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js [data-zeigen] { opacity: 1; transform: none; }
  .laufband__spur { animation: none; flex-wrap: wrap; justify-content: center; width: auto; }
  .laufband__eintrag[aria-hidden="true"] { display: none; }
  .laufband { -webkit-mask-image: none; mask-image: none; }
}

/* ------------------------------------------------ Suchbegriff über dem Titel

   Gehört zur Überschrift (h1) - wer nach einem Website-Feedback-Tool
   sucht, liest es zuerst. Klein und in Versalien, damit der eigentliche
   Satz darunter die Bühne behält.                                          */

.held__stichwort {
  display: block; margin-bottom: 16px;
  font: 700 clamp(12.5px, 1.3vw, 14.5px)/1.4 var(--schrift);
  letter-spacing: .14em; text-transform: uppercase; color: var(--tuerkis);
}

/* -------------------------------------------------- Einwilligung (Cookies)

   Unten links, über allem, was fest steht. Beide Knöpfe gleich gross und
   gleich gefärbt: Ablehnen muss so leicht sein wie Zustimmen.              */

.einwilligung {
  position: fixed; z-index: 60;
  left: max(16px, env(safe-area-inset-left, 0px));
  bottom: max(16px, env(safe-area-inset-bottom, 0px));
  width: min(440px, calc(100vw - 32px));
  background: #fff; color: var(--text);
  border: 1px solid var(--linie-satt); border-radius: 18px;
  padding: 20px 20px 18px;
  box-shadow: 0 24px 60px rgba(2, 8, 23, .28);
  font-size: 14.5px; line-height: 1.55;
}
.einwilligung[hidden] { display: none; }
.einwilligung__t { margin: 0 0 6px; font-weight: 700; font-size: 16px; color: var(--tinte); }
.einwilligung__text { margin: 0 0 16px; color: var(--leise); }
.einwilligung__text a { color: var(--tinte); font-weight: 600; }
.einwilligung__knoepfe { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.einwilligung__wahl { --k-bg: var(--tinte); --k-fg: #fff; width: 100%; }
.einwilligung__wahl:hover { --k-bg: #1b2744; }
@media (max-width: 520px) {
  .einwilligung { left: 12px; right: 12px; bottom: 12px; width: auto; }
}

/* ------------------------------------------------------ Impressum, Datenschutz */

.seite--recht { background: #f6f8fc; }
.recht__kopf { background: var(--tiefsee); border-bottom: 1px solid var(--nacht-linie); }
.recht__kopf-innen { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 68px; }
.recht__logo img { height: 30px; width: auto; display: block; }
.recht { padding: clamp(40px, 7vw, 88px) 0; color: var(--text); }
.recht__innen { max-width: 820px; }
.recht h1 { font-size: clamp(30px, 4.4vw, 44px); letter-spacing: -.03em; margin-bottom: 28px; }
.recht h2 { font-size: clamp(20px, 2.4vw, 23px); letter-spacing: -.01em; margin: 44px 0 12px; }
.recht h3 { font-size: 17px; margin: 26px 0 8px; }
.recht p, .recht ul, .recht address { margin: 0 0 14px; max-width: 72ch; }
.recht ul { padding-left: 1.2em; }
.recht li { margin-bottom: 6px; }
.recht address { font-style: normal; }
.recht a { color: #00695d; text-decoration: underline; text-underline-offset: 2px; overflow-wrap: anywhere; }
.luecke { background: #fff3c4; color: #6b4d00; border-radius: 4px; padding: 0 4px; font-weight: 600; }

/* Impressum und Datenschutz im Fuß - und überall sonst, wo sie stehen. */
.recht-links { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 6px 18px; }
.recht-links a, .recht-links button {
  color: inherit; font: inherit; text-decoration: none;
  background: none; border: 0; padding: 4px 0; cursor: pointer;
}
.recht-links a:hover, .recht-links button:hover { color: var(--tuerkis); text-decoration: underline; }
.tor__recht { margin-top: 18px; font-size: 13px; color: #8f9ab0; justify-content: center; }

/* ------------------------------------------------- Titel der Funktionskarten

   Früher h3 - 37 Stück zerfaserten die Gliederung. Jetzt ein Absatz, der
   aussieht wie vorher.                                                     */
.funktion__t {
  margin: 0; font-family: var(--schrift-gross); font-weight: 700; color: var(--tinte);
  font-size: 17px; letter-spacing: -.01em; line-height: 1.3; text-wrap: balance;
}
.schluss .oberzeile { color: var(--tuerkis); justify-content: center; margin-bottom: 14px; }
/* Tabellen in den Rechtstexten (Cookies, Speicher) - auf dem Telefon rollen sie in sich. */
.recht__tabelle-rahmen { overflow-x: auto; margin: 0 0 18px; }
.recht__tabelle { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 560px; }
.recht__tabelle th, .recht__tabelle td { text-align: left; vertical-align: top; padding: 9px 12px; border-bottom: 1px solid var(--linie); }
.recht__tabelle th { font-size: 12.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--leise); background: #eef2f8; }
.recht__tabelle code { font-size: 13px; overflow-wrap: anywhere; }
/* Das Widerspruchsrecht (Art. 21 DSGVO) muss auffallen. */
.recht__hervor { border-left: 3px solid var(--tuerkis); background: #fff; padding: 12px 16px; border-radius: 0 10px 10px 0; }
.recht__stand { margin-top: 36px; color: var(--leise); font-size: 14px; }
/* Lange deutsche Wörter ("Geschäftsbedingungen", "Auftragsverarbeitungsvertrag")
   passen auf schmalen Telefonen nicht in eine Zeile - dort trennt der Browser
   nach der Sprache der Seite. */
@media (max-width: 520px) {
  .recht { hyphens: auto; -webkit-hyphens: auto; overflow-wrap: break-word; }
}
.recht__tabelle-rahmen:focus-visible { outline: 2px solid var(--tuerkis); outline-offset: 2px; border-radius: 6px; }

/* Nichts läuft über den Kartenrand - auch ein Wort ohne Trennstelle nicht. */
.vertrauen__karte p, .funktion__innen p { overflow-wrap: break-word; }
