/* ═══════════════════════════════════════════════════════════════════
   Andre Münse — Kundenportal

   Farbwelt direkt aus dem Logo: tiefes Navy, Türkis als Akzent.
   Über dem laufenden Video liegen helle Glasflächen — so bleibt das
   Logo in Originalfarben lesbar und die Oberfläche wirkt ruhig.
   ═══════════════════════════════════════════════════════════════════ */

:root {
  /* Aus dem Logo entnommen */
  --navy-900: #0d1f38;
  --navy-800: #14304f;
  --navy-700: #1e4066;
  --navy-600: #2b5c84;
  --tuerkis-600: #3f8296;
  --tuerkis-500: #5ba0b3;
  --tuerkis-400: #86c2d0;
  --tuerkis-300: #b4dde6;

  /* Schrift */
  --ink: #12263d;
  --ink-2: #4a6280;
  --ink-3: #7e94ac;
  --ink-hell: #eef4f8;

  /* Flächen */
  --glas: rgba(255, 255, 255, 0.93);
  --glas-leicht: rgba(255, 255, 255, 0.74);
  --glas-fest: rgba(255, 255, 255, 0.96);
  --schleier: rgba(233, 240, 246, 0.82);

  --linie: rgba(18, 38, 61, 0.1);
  --linie-stark: rgba(18, 38, 61, 0.18);

  --r-s: 10px;
  --r-m: 16px;
  --r-l: 24px;

  --schatten-popup:
    0 2px 8px rgba(13, 31, 56, 0.06),
    0 18px 40px -12px rgba(13, 31, 56, 0.28),
    0 50px 100px -30px rgba(13, 31, 56, 0.45);
  --schatten-karte: 0 1px 3px rgba(13, 31, 56, 0.05), 0 12px 30px -14px rgba(13, 31, 56, 0.22);

  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --sans: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", "Cascadia Mono", "Roboto Mono", Menlo, Consolas, monospace;

  --breite: 1140px;
}

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

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--navy-900);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: flex;
  flex-direction: column;
}

/* ── Videobühne ───────────────────────────────────────────────────── */

.buehne {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: linear-gradient(160deg, #16304f 0%, #0d1f38 55%, #08172b 100%);
}

.buehne video,
.buehne .standbild {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 1.8s ease;
}

.buehne video.sichtbar,
.buehne .standbild.sichtbar { opacity: 1; }

/* Blaustich + Abdunklung, damit das helle Popup klar davor steht */
.buehne::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(70% 58% at 50% 44%, rgba(8, 23, 43, 0.24) 0%, rgba(6, 18, 34, 0.78) 100%),
    linear-gradient(180deg, rgba(13, 31, 56, 0.58) 0%, rgba(13, 31, 56, 0.3) 40%, rgba(6, 18, 34, 0.82) 100%);
}

/* Im Arbeitsbereich tritt das Video zurück */
body.modus-arbeit .buehne video,
body.modus-arbeit .buehne .standbild { filter: blur(3px) saturate(0.8); transform: scale(1.06); }

body.modus-arbeit .buehne::after {
  background:
    linear-gradient(180deg, rgba(226, 235, 243, 0.86) 0%, rgba(233, 240, 246, 0.94) 320px, rgba(236, 242, 247, 0.97) 100%);
}

.koerner {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

body.modus-arbeit .koerner { opacity: 0.025; }

/* ── Typografie ───────────────────────────────────────────────────── */

h1, h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.012em;
  color: var(--navy-800);
  margin: 0 0 0.55em;
}

h1 { font-size: clamp(1.7rem, 4vw, 2.4rem); }
h2 { font-size: clamp(1.25rem, 2.4vw, 1.55rem); }

h3 {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  color: var(--navy-800);
  margin: 0 0 0.6em;
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--navy-600); text-decoration: none; text-underline-offset: 3px; }
a:hover { color: var(--tuerkis-600); text-decoration: underline; }

.dezent { color: var(--ink-2); }
.klein { font-size: 0.86rem; }
.mono { font-family: var(--mono); font-size: 0.9em; }

/* ── Logo ─────────────────────────────────────────────────────────── */

.logo { display: block; height: auto; }

.logo--popup {
  width: clamp(198px, 68%, 268px);
  margin: 0 auto 1.75rem;
}

.logo--leiste { height: 40px; width: auto; }

.logo--klein { width: 170px; margin-bottom: 1.2rem; }

/* ── Zentrierte Ansicht (Login & Co.) ─────────────────────────────── */

.mitte {
  flex: 1;
  display: grid;
  place-items: center;
  padding: clamp(1.25rem, 5vw, 3rem);
}

.saeule { width: 100%; max-width: 448px; }
.saeule--breit { max-width: 780px; }

/* ── Das Popup ────────────────────────────────────────────────────── */

.popup {
  position: relative;
  /* Zwei Ebenen: deckende Grundfläche plus ein Lichtverlauf von oben
     links — dadurch wirkt die Karte auch dann wie Glas, wenn der
     Browser backdrop-filter nicht unterstützt. */
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 55%),
    var(--glas);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--r-l);
  box-shadow: var(--schatten-popup);
  padding: clamp(1.75rem, 5vw, 2.75rem);
  animation: popauf 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Lichtkante oben — lässt die Fläche wie echtes Glas wirken */
.popup::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  border-radius: var(--r-l) var(--r-l) 0 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
}

/* Feiner Türkisschimmer als Aura hinter dem Popup */
.popup::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: var(--r-l);
  padding: 1px;
  background: linear-gradient(150deg, rgba(134, 194, 208, 0.55), transparent 45%, rgba(43, 92, 132, 0.3));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

@keyframes popauf {
  from { opacity: 0; transform: translateY(22px) scale(0.975); }
  to { opacity: 1; transform: none; }
}

.popup__kopf { text-align: center; margin-bottom: 1.7rem; }
.popup__kopf h1 { margin-bottom: 0.3rem; font-size: clamp(1.35rem, 3.4vw, 1.7rem); }
.popup__kopf p { color: var(--ink-2); font-size: 0.93rem; }

/* ── Formulare ────────────────────────────────────────────────────── */

.feld { margin-bottom: 1.05rem; }

.feld label,
label.feldname {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-3);
  margin-bottom: 0.42rem;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea,
select {
  width: 100%;
  padding: 0.8rem 0.95rem;
  color: var(--ink);
  font-family: inherit;
  font-size: 0.97rem;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--linie-stark);
  border-radius: var(--r-s);
  outline: none;
  transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
}

textarea { resize: vertical; min-height: 86px; }
input::placeholder, textarea::placeholder { color: var(--ink-3); }
input:hover, textarea:hover, select:hover { border-color: rgba(43, 92, 132, 0.4); }

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  border-color: var(--tuerkis-500);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(91, 160, 179, 0.24);
}

input[type="checkbox"] { accent-color: var(--navy-600); width: 16px; height: 16px; margin: 0; }

.code-feld {
  font-family: var(--mono);
  font-size: 1.4rem;
  letter-spacing: 0.5em;
  text-align: center;
  padding-left: 0.5em;
}

/* ── Schaltflächen ────────────────────────────────────────────────── */

.knopf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.82rem 1.45rem;
  font: inherit;
  font-size: 0.91rem;
  font-weight: 550;
  letter-spacing: 0.015em;
  color: #fff;
  background: linear-gradient(135deg, var(--navy-700) 0%, var(--navy-800) 45%, var(--tuerkis-600) 165%);
  border: 1px solid var(--navy-800);
  border-radius: var(--r-s);
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.14s, box-shadow 0.25s, filter 0.2s;
}

.knopf:hover {
  color: #fff;
  filter: brightness(1.12);
  box-shadow: 0 12px 26px -12px rgba(20, 48, 79, 0.75);
  text-decoration: none;
}
.knopf:active { transform: translateY(1px); }
.knopf:focus-visible { outline: 2px solid var(--tuerkis-500); outline-offset: 3px; }

.knopf--voll { width: 100%; }

.knopf--geist {
  color: var(--navy-700);
  background: rgba(255, 255, 255, 0.7);
  border-color: var(--linie-stark);
}
.knopf--geist:hover {
  color: var(--navy-800);
  background: #fff;
  border-color: rgba(43, 92, 132, 0.42);
  box-shadow: var(--schatten-karte);
  filter: none;
}

.knopf--gefahr {
  color: #97231c;
  background: rgba(199, 62, 51, 0.09);
  border-color: rgba(199, 62, 51, 0.32);
}
.knopf--gefahr:hover { color: #7d1a14; background: rgba(199, 62, 51, 0.16); filter: none; box-shadow: none; }

.knopf--klein { padding: 0.52rem 0.95rem; font-size: 0.83rem; }

.knopfreihe { display: flex; flex-wrap: wrap; gap: 0.6rem; align-items: center; }

/* ── Meldungen ────────────────────────────────────────────────────── */

.meldung {
  display: flex;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  margin-bottom: 1.2rem;
  border-radius: var(--r-s);
  font-size: 0.9rem;
  line-height: 1.5;
  border: 1px solid;
  animation: popauf 0.45s ease both;
}

.meldung--fehler { color: #8d201a; background: rgba(199, 62, 51, 0.08); border-color: rgba(199, 62, 51, 0.28); }
.meldung--ok { color: #1a5c46; background: rgba(38, 138, 106, 0.09); border-color: rgba(38, 138, 106, 0.28); }
.meldung--info { color: var(--navy-700); background: rgba(43, 92, 132, 0.07); border-color: rgba(43, 92, 132, 0.2); }

.meldung__zeichen { flex: 0 0 auto; font-weight: 700; }

/* ── Kopfzeile im Arbeitsbereich ──────────────────────────────────── */

.kopfzeile {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid var(--linie);
}

.kopfzeile__innen {
  max-width: var(--breite);
  margin: 0 auto;
  padding: 0.75rem clamp(1rem, 4vw, 2rem);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.kopfzeile nav { display: flex; gap: 0.25rem; margin-left: auto; flex-wrap: wrap; align-items: center; }

.navlink {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border: 0;
  background: none;
  font: inherit;
  font-size: 0.88rem;
  color: var(--ink-2);
  border-radius: var(--r-s);
  cursor: pointer;
  transition: color 0.18s, background 0.18s;
}
.navlink:hover { color: var(--navy-800); background: rgba(43, 92, 132, 0.09); text-decoration: none; }
.navlink--aktiv { color: var(--navy-800); background: rgba(43, 92, 132, 0.12); font-weight: 550; }

.abmelden { display: inline; margin: 0; }

/* ── Inhaltsbereich ───────────────────────────────────────────────── */

.inhalt {
  flex: 1;
  width: 100%;
  max-width: var(--breite);
  margin: 0 auto;
  padding: clamp(1.75rem, 5vw, 3.25rem) clamp(1rem, 4vw, 2rem);
  animation: popauf 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.seitenkopf { margin-bottom: 1.9rem; }
.seitenkopf h1 { margin-bottom: 0.2rem; }
.seitenkopf p { color: var(--ink-2); }

.abschnitt {
  background: var(--glas);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border: 1px solid var(--linie);
  border-radius: var(--r-m);
  padding: clamp(1.25rem, 3vw, 1.9rem);
  margin-bottom: 1.35rem;
  box-shadow: var(--schatten-karte);
}

.abschnitt > h2:first-child,
.abschnitt > h3:first-child { margin-top: 0; }

/* ── Kacheln ──────────────────────────────────────────────────────── */

.raster { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }

.kachel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.55rem;
  background: var(--glas);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border: 1px solid var(--linie);
  border-radius: var(--r-m);
  box-shadow: var(--schatten-karte);
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s, border-color 0.3s;
}

.kachel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--tuerkis-400), var(--navy-700));
  opacity: 0.85;
}

.kachel:hover {
  transform: translateY(-3px);
  border-color: rgba(43, 92, 132, 0.28);
  box-shadow: 0 20px 44px -18px rgba(13, 31, 56, 0.35);
}

.kachel__host { font-family: var(--mono); font-size: 1.02rem; color: var(--navy-800); word-break: break-all; }
.kachel__label { font-size: 0.72rem; color: var(--tuerkis-600); letter-spacing: 0.13em; text-transform: uppercase; font-weight: 600; }
.kachel__fuss { margin-top: auto; }

/* ── Statusmarken ─────────────────────────────────────────────────── */

.marker {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.71rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid var(--linie-stark);
  color: var(--ink-2);
  background: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}

.marker::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }

.marker--ok { color: #1a6b50; border-color: rgba(38, 138, 106, 0.34); background: rgba(38, 138, 106, 0.1); }
.marker--aus { color: #97372f; border-color: rgba(199, 62, 51, 0.3); background: rgba(199, 62, 51, 0.08); }
.marker--blau { color: var(--navy-700); border-color: rgba(43, 92, 132, 0.32); background: rgba(43, 92, 132, 0.1); }

/* ── Tabellen ─────────────────────────────────────────────────────── */

.tabellenrahmen {
  overflow-x: auto;
  border: 1px solid var(--linie);
  border-radius: var(--r-m);
  background: rgba(255, 255, 255, 0.55);
}

table { width: 100%; border-collapse: collapse; font-size: 0.89rem; min-width: 580px; }

th {
  text-align: left;
  padding: 0.8rem 1rem;
  font-size: 0.69rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 700;
  border-bottom: 1px solid var(--linie);
  white-space: nowrap;
}

td { padding: 0.8rem 1rem; border-bottom: 1px solid rgba(18, 38, 61, 0.06); vertical-align: middle; }
tbody tr:last-child td { border-bottom: none; }
tbody tr { transition: background 0.16s; }
tbody tr:hover { background: rgba(43, 92, 132, 0.045); }

/* ── Kennzahlen ───────────────────────────────────────────────────── */

.zahlen { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)); margin-bottom: 1.35rem; }

.zahl {
  padding: 1.2rem 1.35rem;
  background: var(--glas);
  border: 1px solid var(--linie);
  border-radius: var(--r-m);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--schatten-karte);
}

.zahl__wert { font-family: var(--serif); font-size: 2.05rem; line-height: 1; color: var(--navy-800); }
.zahl__text { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); margin-top: 0.5rem; font-weight: 600; }

/* ── Geheimnisse (Passwörter, Backup-Codes) ───────────────────────── */

.geheimnis {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 1rem 1.15rem;
  background: linear-gradient(135deg, rgba(134, 194, 208, 0.16), rgba(43, 92, 132, 0.08));
  border: 1px dashed rgba(43, 92, 132, 0.42);
  border-radius: var(--r-s);
  margin: 0.9rem 0;
}

.geheimnis__wert {
  font-family: var(--mono);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy-800);
  word-break: break-all;
  user-select: all;
  flex: 1 1 200px;
}

.geheimnis--text { display: block; }

.geheimnis--text .geheimnis__wert {
  display: block;
  white-space: pre-wrap;
  font-family: var(--mono);
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--ink);
  user-select: all;
}

.codeliste {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  gap: 0.5rem;
  font-family: var(--mono);
  font-size: 0.93rem;
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.codeliste li {
  padding: 0.5rem 0.7rem;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--linie-stark);
  border-radius: var(--r-s);
  text-align: center;
  user-select: all;
  color: var(--navy-800);
}

/* ── Auswahllisten ────────────────────────────────────────────────── */

.auswahl { display: grid; gap: 0.5rem; margin: 0.9rem 0 1.2rem; }

.auswahl label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.95rem;
  border: 1px solid var(--linie-stark);
  border-radius: var(--r-s);
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: border-color 0.18s, background 0.18s;
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.93rem;
  font-weight: 400;
  color: var(--ink);
  margin: 0;
}

.auswahl label:hover { border-color: rgba(43, 92, 132, 0.4); background: #fff; }
.auswahl label:has(input:checked) { border-color: var(--tuerkis-500); background: rgba(134, 194, 208, 0.16); }

.auswahl .host { font-family: var(--mono); font-size: 0.9rem; color: var(--navy-800); }
.auswahl .zusatz { margin-left: auto; color: var(--ink-3); font-size: 0.8rem; }

/* ── QR-Code ──────────────────────────────────────────────────────── */

.qr {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: var(--r-s);
  border: 8px solid #fff;
  background: #fff;
  box-shadow: var(--schatten-karte);
  margin: 1rem 0;
}

/* ── Fußzeile ─────────────────────────────────────────────────────── */

.fusszeile { padding: 1.6rem clamp(1rem, 4vw, 2rem) 2rem; text-align: center; font-size: 0.8rem; }

.fusszeile nav { display: flex; gap: 1.4rem; justify-content: center; flex-wrap: wrap; margin-bottom: 0.55rem; }

body.modus-film .fusszeile { color: rgba(255, 255, 255, 0.5); }
body.modus-film .fusszeile a { color: rgba(255, 255, 255, 0.75); }
body.modus-film .fusszeile a:hover { color: #fff; }

body.modus-arbeit .fusszeile { color: var(--ink-3); }
body.modus-arbeit .fusszeile a { color: var(--ink-2); }
body.modus-arbeit .fusszeile a:hover { color: var(--navy-800); }

/* ── Rechtstexte ──────────────────────────────────────────────────── */

.rechtstext { max-width: 780px; }
.rechtstext h2 { margin-top: 2.1rem; font-size: 1.2rem; }
.rechtstext h2:first-child { margin-top: 0; }
.rechtstext h3 { margin-top: 1.4rem; }
.rechtstext ul { padding-left: 1.25rem; color: var(--ink-2); }
.rechtstext li { margin-bottom: 0.35rem; }
.rechtstext p { color: var(--ink-2); }
.rechtstext strong { color: var(--navy-800); font-weight: 650; }

/* ── Hilfsklassen ─────────────────────────────────────────────────── */

.trenner { height: 1px; background: var(--linie); border: 0; margin: 1.6rem 0; }
.stapel { display: grid; gap: 1.2rem; }
.zwischen { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.oben-abstand { margin-top: 1.35rem; }
.zentriert { text-align: center; }
.leer { padding: 2.5rem 1rem; text-align: center; color: var(--ink-3); }

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

/* ── Systemeinstellungen respektieren ─────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .buehne video { display: none; }
}

@media (max-width: 640px) {
  .kopfzeile__innen { flex-direction: column; align-items: flex-start; gap: 0.7rem; }
  .kopfzeile nav { margin-left: 0; }
  .logo--leiste { height: 34px; }
}

@media print {
  .buehne, .koerner, .kopfzeile, .fusszeile { display: none !important; }
  body { background: #fff; }
  .abschnitt, .popup { border: 1px solid #ccc; background: #fff; box-shadow: none; backdrop-filter: none; }
}
