/* ============================================================================
   manifest.css — "Manifest / Werdegang" Seite
   Vertikale Scroll-Timeline:
   - zentrale Linie füllt sich GEDÄMPFT (läuft nach / bremst weich aus — manifest.js)
   - MEDIA links (gleitet weich von links rein), TEXT rechts (Jahreszahl direkt
     neben der Linie); Text ist immer da bei opacity 0.4 und hellt auf 1.0 auf,
     sobald der Jahrespunkt erreicht ist. Alles REVERSIBEL (auf-/abbauen beim Scrollen).
   - Linie startet am ersten Jahr, endet ohne Punkt (nur Aufhellung des Strichs).
   Tokens (Farben/Fonts) aus styles.css. FOUC-Guard: html.ll-tl-js (inline im <head>).
   ========================================================================== */

body.ll-manifest-body {
  margin: 0;
  min-height: 100vh;
  color: #fff;
  background: #000 !important;
  overflow-x: hidden;
}

/* Eigene Stellschrauben dieser Seite */
.ll-manifest-body {
  --tl-rail-w: 2px;                          /* Linienstärke */
  --tl-gap: clamp(30px, 4.5vw, 76px);        /* Freiraum um die Linie (Jahr sitzt nah daneben) */
  --tl-item-gap: clamp(200px, 24vh, 320px);  /* vertikaler Abstand der Milestones (min. 200px) */
  --tl-rail-fade: 120px;                      /* Auslauf-Zone oben/unten (muss = JS-Rail-Verlängerung) */
}

/* ===========================================================================
   HERO — nur Headline + Subheadline (rendert sofort, kein JS-Gating)
   =========================================================================== */
.ll-mf-hero {
  padding: clamp(150px, 20vh, 230px) var(--pad) clamp(40px, 8vh, 90px);
  text-align: center;
  position: relative;
}
.ll-mf-hero__inner {
  max-width: 920px;
  margin: 0 auto;
}
.ll-mf-kicker {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-accent);
  margin: 0 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ll-mf-kicker::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--c-accent);
  opacity: 0.7;
}
.ll-mf-hero__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(40px, 6.4vw, 76px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0;
  color: #fff;
}
.ll-mf-hero__title em {
  font-style: normal;
  color: var(--c-accent);
}
.ll-mf-hero__sub {
  margin: clamp(22px, 3.4vw, 34px) auto 0;
  max-width: 720px;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.66);
}

/* Sanfter Scroll-Hinweis unter dem Hero */
.ll-mf-scrollcue {
  margin: clamp(36px, 6vh, 64px) auto 0;
  width: 26px;
  height: 42px;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  position: relative;
}
.ll-mf-scrollcue::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 4px;
  height: 8px;
  margin-left: -2px;
  border-radius: 4px;
  background: var(--c-accent);
  animation: ll-mf-cue 1.8s ease-in-out infinite;
}
@keyframes ll-mf-cue {
  0%, 100% { transform: translateY(0); opacity: 0.4; }
  50% { transform: translateY(12px); opacity: 1; }
}

/* ===========================================================================
   TIMELINE SECTION
   =========================================================================== */
.ll-tl-section {
  padding: clamp(40px, 7vh, 90px) var(--pad) clamp(140px, 20vh, 240px);
  position: relative;
}
.ll-tl-head {
  max-width: 760px;
  margin: 0 auto clamp(80px, 12vh, 150px);
  text-align: center;
}
.ll-tl-head__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 14px 0 0;
  color: #fff;
}
.ll-tl-head__title em {
  font-style: normal;
  color: var(--c-accent);
}
.ll-tl-head__sub {
  margin: 18px auto 0;
  max-width: 600px;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}

/* ---- Track: hält die zentrale Linie + alle Items ---- */
.ll-tl-track {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

/* Die Rail (Hintergrundlinie). top/height werden per JS gesetzt: über den ersten
   Punkt hinaus nach oben + unter den letzten hinaus (je --tl-rail-fade), damit die
   Enden TRANSPARENT auslaufen können (Systematik von der Index/System-Timeline).
   Maske blendet Linie + grüne Füllung an beiden Enden weich aus. */
.ll-tl-rail {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  width: var(--tl-rail-w);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 var(--tl-rail-fade, 120px), #000 calc(100% - var(--tl-rail-fade, 120px)), transparent 100%);
          mask-image: linear-gradient(to bottom, transparent 0, #000 var(--tl-rail-fade, 120px), #000 calc(100% - var(--tl-rail-fade, 120px)), transparent 100%);
}
/* Gefüllter Teil — Höhe kommt GEDÄMPFT per JS (läuft nach / bremst aus).
   Kein Punkt/Kopf am Ende — nur die Linie selbst (Jans Vorgabe). */
.ll-tl-rail__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(var(--c-accent-rgb), 0.3) 0%, var(--c-accent) 16%, var(--c-accent) 100%);
  border-radius: 2px;
  will-change: height;
}

/* ---- Items ---- */
.ll-tl-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ll-tl-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--tl-gap);
  align-items: start;
  padding-bottom: var(--tl-item-gap);
}
/* Abstand Punkt 1 → 2 um 50px größer */
.ll-tl-items > .ll-tl-item:first-child { padding-bottom: calc(var(--tl-item-gap) + 50px); }
.ll-tl-item:last-child { padding-bottom: 0; }

/* Knoten (Punkt) auf der Linie — vertikal an der Jahreszahl ausgerichtet.
   Punkte sind IMMER sichtbar (dim) und leuchten grün, sobald aktiv. */
.ll-tl-node {
  position: absolute;
  left: 50%;
  top: 1px;                  /* auf die Jahreszahl (oberstes Element) ausgerichtet */
  transform: translateX(-50%);
  z-index: 2;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
}
.ll-tl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0a0a0c;                       /* fast wie Seite — Punkt nur zu erahnen */
  border: 2px solid rgba(255, 255, 255, 0.13);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease;
}
.ll-tl-item.is-active .ll-tl-dot {
  background: var(--c-accent);
  border-color: var(--c-accent);
  transform: scale(1.2);
  box-shadow: 0 0 0 6px rgba(var(--c-accent-rgb), 0.14), 0 0 22px 2px rgba(var(--c-accent-rgb), 0.55);
}

/* ---- Text-Panel (RECHTS) — ohne Karte, Jahreszahl direkt neben der Linie ---- */
.ll-tl-panel--text {
  grid-column: 2;
  grid-row: 1;            /* beide Panels in Reihe 1 (sonst rutscht Media in Reihe 2) */
  justify-self: start;
  width: 100%;
  max-width: 480px;
  padding-top: 2px;
}
/* Reihenfolge (im HTML): Jahr (klein, neben dem Punkt) > Markenname (mittel) > Position (groß) */
.ll-tl-year {
  display: block;
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(18px, 1.7vw, 21px);         /* Jan: größer (~21px); malformed clamp 21/1.2vw/17 bereinigt */
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--c-accent);                      /* Jan: Akzent-Grün */
  margin: 0 0 12px;
}
.ll-tl-brand {
  display: inline-flex;                         /* Box nur so breit wie der Inhalt (Jans Notiz) */
  align-items: center;
  gap: 10px;                                    /* Abstand Logo <-> Schriftzug (hochwertig) */
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(28px, 2.4vw, 34px);         /* Name größer (Jan) */
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #fff;                                 /* voller Name in hell weiß (Jan) */
  background: #222;                             /* Jan: dunkle Box um Logo/Markenname */
  padding: 15px;
  border-radius: 10px;
  margin: 30px 0 0;                             /* URL folgt drunter */
}
.ll-tl-brand strong { font-weight: 700; }            /* z. B. LeaderLogic-Wortmarke */
.ll-tl-brand-name { display: inline-block; }         /* hält die Wortmarke als ein Flex-Item zusammen */
/* GRUNDPRINZIP (Jan): Logo IMMER links, sehr klein + 0.5 opacity + SCHWARZ-WEISS (grayscale);
   ~10px Abstand; daneben der volle Name in unserer Typo (weiß). Gilt für ALLE Marken-Logos. */
.ll-tl-brand-logo {
  height: auto;
  max-height: 0.85em;                          /* Logo kleiner (Jan) */
  max-width: 2.2em;
  width: auto;
  opacity: 0.5;
  filter: grayscale(1);
  flex-shrink: 0;
}
/* Modifier: Name einzeilig (RTL) bzw. dezent (University) */
.ll-tl-brand--nowrap .ll-tl-brand-name { white-space: nowrap; }
.ll-tl-brand--quiet .ll-tl-brand-name { opacity: 0.3; }
/* Ausnahme: echtes MarketLeaders-App-Icon (glänzende Kachel + Gradient-Sparkle,
   aus MarketLeaders-Landing). Bleibt FARBIG (graustufen würde es zerstören). */
.ll-tl-appicon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  flex-shrink: 0;
  filter: grayscale(1);                        /* Jan: nur Grauwerte, keine Farbe */
  background: radial-gradient(120% 110% at 50% 0%, rgba(58, 68, 126, 0.9) 0%, rgba(10, 12, 39, 0.98) 50%, #000105 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -10px 20px rgba(255, 255, 255, 0.09),
    inset 0 0 16px rgba(88, 116, 255, 0.2),
    0 8px 16px rgba(0, 0, 0, 0.24),
    0 4px 12px rgba(44, 96, 206, 0.28);
}
.ll-tl-appicon svg {
  display: block;
  width: 27px;
  height: 27px;
  filter: drop-shadow(0 4px 7px rgba(48, 47, 224, 0.34));
}
/* URL — GANZ UNTEN unter dem Text: gleiche Farbe wie der Text, nur kleiner, kein Strich */
.ll-tl-brand-url {
  display: block;
  width: fit-content;
  margin: 18px 0 0;
  font-family: var(--sans);
  font-size: 16px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.ll-tl-brand-url:hover { opacity: 0.65; }
.ll-tl-position {
  font-family: var(--serif);
  font-weight: 400;                             /* Jan: leichter */
  font-size: clamp(36px, 3.6vw, 50px);
  line-height: 1.07;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 7px 0 10px;
  opacity: 0.6;                                 /* Jan: gedimmt */
}
/* Stadt/Ort — unter dem Titel, gleiche Größe wie der Text, etwas dunkler (Jan) */
.ll-tl-location {
  display: block;
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(21px, 1.4vw, 22px);          /* = Fließtext-Größe */
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.5);              /* etwas dunkler als der Text (.78) */
  margin: 0 0 16px;
}
/* Abschlussnote (Studium) — Akzent-Badge (Jan: doppelt so groß) */
.ll-tl-grade {
  display: inline-block;
  margin: 0 0 18px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.01em;
  color: var(--c-accent);
  padding: 9px 20px;
  border: 1px solid rgba(var(--c-accent-rgb), 0.4);
  border-radius: 999px;
}
.ll-tl-text {
  font-size: clamp(21px, 1.4vw, 22px);   /* Jan: größer */
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  max-width: 440px;
}
.ll-tl-text + .ll-tl-text { margin-top: 12px; }

/* Outro unter der Timeline — die Linie läuft (per Rail-Maske) darüber aus,
   hier die Abschluss-Headline. */
.ll-tl-outro {
  max-width: 820px;
  margin: clamp(24px, 6vh, 70px) auto 0;
  padding: 0 var(--pad);
  text-align: center;
}
.ll-tl-outro__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(34px, 4.8vw, 60px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}
.ll-tl-outro__title em { font-style: normal; color: var(--c-accent); }

/* Optionale Tags/Chips (z. B. Marken/Branchen) */
.ll-tl-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.ll-tl-tags li {
  font-size: 13px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 6px 13px;
}

/* Kunden-Logos (Producer-Station) — je Logo eine #222-Box (gleicher Stil wie die Marke),
   einheitliche Logo-Höhe. WICHTIG: Box auf den Wrapper, Weiß-Filter NUR aufs <img>
   (sonst invertiert der Filter auch den Box-Hintergrund). */
.ll-tl-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 22px 0 0;
}
.ll-tl-logo {
  display: inline-flex;
  align-items: center;
  background: #222;
  padding: 12px 15px;
  border-radius: 10px;
}
.ll-tl-logos img {
  height: 24px;                      /* einheitliche Logo-Höhe */
  width: auto;
  opacity: 0.82;
  filter: brightness(0) invert(1);   /* weiß auf Dunkel — wie im Hero */
}
.ll-tl-logo img[src*="logo-3"] { filter: none; }   /* ZDF ist bereits korrekt gefärbt (weisser Kreis) */

/* ---- Media-Panel (LINKS) — Collage aus 1–3 Bildern, echtes Seitenverhältnis ---- */
.ll-tl-panel--media {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  /* Basis: Bild auf Höhe der HEADLINE (gegenüber). Bei mittleren Stationen schiebt
     manifest.js zusätzlich --tl-vshift, sodass die Bild-MITTE auf dem Punkt sitzt
     (erster + letzter Punkt bleiben auf Headline-Höhe). translateY = kein Layout-
     Einfluss (Engine/Punkte unberührt), instant (keine Transition). */
  margin-top: calc(clamp(26px, 2.8vw, 38px) + 14px);
  transform: translateY(var(--tl-vshift, 0px));
  width: 100%;
  max-width: 480px;
}
.ll-tl-media {
  position: relative;
  width: 100%;
}
/* dezente Akzent-Fläche hinter dem Cluster (Tiefe) */
.ll-tl-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -22px;
  bottom: -22px;
  width: 56%;
  height: 56%;
  border-radius: 18px;
  background: rgba(var(--c-accent-rgb), 0.1);
  transform: rotate(-6deg);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.6s ease;
}
.ll-tl-item.is-active .ll-tl-media::before {
  transform: rotate(-9deg) scale(1.03);
  background: rgba(var(--c-accent-rgb), 0.15);
}

/* Einzelnes Bild — behält sein natürliches Seitenverhältnis (height:auto) */
.ll-tl-shot {
  position: relative;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.5);
  background: #0e0e11;
}
.ll-tl-shot img {
  display: block;
  width: 100%;
  height: auto;        /* echtes Seitenverhältnis */
}

/* Media linksbündig (an der Linie) ausrichten */
.ll-tl-media--single .ll-tl-shot { width: min(86%, 400px); margin-left: auto; }
.ll-tl-media--single.ll-tl-media--portrait .ll-tl-shot { width: min(66%, 320px); }

/* DUO — zwei Bilder, versetzt/verschachtelt */
.ll-tl-media--duo .ll-tl-shot:nth-child(1) { width: 64%; margin-left: auto; }
.ll-tl-media--duo .ll-tl-shot:nth-child(2) { width: 52%; margin-right: auto; margin-top: -24%; z-index: 2; }

/* TRIO — drei Bilder, Kaskade */
.ll-tl-media--trio .ll-tl-shot:nth-child(1) { width: 54%; margin-left: auto; }
.ll-tl-media--trio .ll-tl-shot:nth-child(2) { width: 44%; margin-right: auto; margin-top: -30%; z-index: 3; }
.ll-tl-media--trio .ll-tl-shot:nth-child(3) { width: 50%; margin-left: 14%; margin-top: -14%; z-index: 2; }

/* Optionaler Button unter dem Media (rechtsbündig zur Linie) */
.ll-tl-cta {
  margin: 26px 0 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(86%, 400px);
  padding: 16px 24px;
  border-radius: 14px;
  background: var(--c-accent);
  color: var(--c-accent-ink);
  font-family: var(--sans);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: opacity 0.6s ease, transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 18px 40px rgba(var(--c-accent-rgb), 0.18);
}
.ll-tl-cta:hover {
  background: var(--c-accent-hi);
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(var(--c-accent-rgb), 0.28);
}
.ll-tl-cta svg { width: 18px; height: 18px; }

/* ===========================================================================
   REVEAL / AUF- & ABBAU (reversibel) — Zustand `.is-active` aus manifest.js:
   Text (von RECHTS) und Media (Desktop von LINKS) gleiten ZEITGLEICH langsam &
   abgebremst rein, sobald der Punkt erreicht ist. Gleiche Mechanik/Timing für beide.
   Initialzustand NUR mit JS (html.ll-tl-js).
   =========================================================================== */
/* Textblock: gleitet von RECHTS rein (+ fade) — gleiche Mechanik wie Media */
.ll-tl-panel--text {
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.25, 1), transform 1.15s cubic-bezier(0.2, 1, 0.25, 1);
}
.ll-tl-js .ll-tl-panel--text { opacity: 0; transform: translateX(64px); }
.ll-tl-js .ll-tl-item.is-active .ll-tl-panel--text { opacity: 1; transform: none; }

/* Media-Reveal auf der INNEREN Collage (.ll-tl-media) — so bleibt die vertikale
   Zentrierung (translateY am Panel) separat/instant. Desktop von LINKS. Reversibel. */
.ll-tl-media {
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.25, 1), transform 1.15s cubic-bezier(0.2, 1, 0.25, 1);
}
.ll-tl-js .ll-tl-media { opacity: 0; transform: translateX(-64px); }
.ll-tl-js .ll-tl-item.is-active .ll-tl-media { opacity: 1; transform: none; }

/* CTA (nur letzte Station) blendet mit der Station ein */
.ll-tl-js .ll-tl-cta { opacity: 0; }
.ll-tl-js .ll-tl-item.is-active .ll-tl-cta { opacity: 1; }

/* ===========================================================================
   RESPONSIVE — Linie nach links, Inhalte einspaltig gestapelt
   (Mobile-Default; Richtung mit Jan abgestimmt)
   =========================================================================== */
@media (max-width: 860px) {
  .ll-manifest-body { --tl-rail-edge: 22px; --tl-item-gap: clamp(120px, 16vh, 200px); }

  .ll-tl-rail { left: var(--tl-rail-edge); transform: none; }
  .ll-tl-rail__fill::after { left: 50%; }

  .ll-tl-item {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 26px;
    padding-left: calc(var(--tl-rail-edge) + 32px);
  }
  .ll-tl-node { left: var(--tl-rail-edge); top: 0; transform: translateX(-50%); }

  /* Auf Mobile: Text zuerst (Jahr neben der Linie), dann Media darunter.
     grid-row zurück auf auto (Desktop hat beide in Reihe 1) -> sauberes Stapeln. */
  .ll-tl-panel--text { grid-column: 1; grid-row: auto; order: 1; justify-self: stretch; max-width: 540px; }
  .ll-tl-panel--media { grid-column: 1; grid-row: auto; order: 2; justify-self: stretch; max-width: 540px; margin-top: 0; align-self: auto; }

  .ll-tl-media::before { left: -12px; bottom: -12px; }
  .ll-tl-media--single .ll-tl-shot { width: min(82%, 360px); margin-left: 0; }
  .ll-tl-media--single.ll-tl-media--portrait .ll-tl-shot { width: min(62%, 300px); }
  .ll-tl-media--duo .ll-tl-shot:nth-child(1) { width: 72%; margin-left: 0; }
  .ll-tl-media--duo .ll-tl-shot:nth-child(2) { width: 56%; margin-top: -22%; }
  .ll-tl-media--trio .ll-tl-shot:nth-child(1) { width: 62%; margin-left: 0; }
  .ll-tl-media--trio .ll-tl-shot:nth-child(2) { width: 50%; margin-top: -28%; }
  .ll-tl-media--trio .ll-tl-shot:nth-child(3) { width: 56%; margin-left: 18%; margin-top: -12%; }
  .ll-tl-cta { margin-left: 0; }

  /* Media + Text auf Mobile: beide gleiten von RECHTS rein (kleinerer Weg).
     vertikale Zentrierung ist auf Mobile aus (--tl-vshift nur Desktop). */
  .ll-tl-js .ll-tl-media { transform: translateX(44px); }
  .ll-tl-js .ll-tl-panel--text { transform: translateX(36px); }
}

@media (max-width: 480px) {
  .ll-manifest-body { --tl-rail-edge: 16px; }
  .ll-tl-item { padding-left: calc(var(--tl-rail-edge) + 22px); }
  .ll-tl-position { font-size: clamp(34px, 9vw, 44px); }
}

/* ===========================================================================
   REDUCED MOTION — keine Glide-Bewegung; Inhalte sofort sichtbar.
   =========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .ll-tl-js .ll-tl-media,
  .ll-tl-js .ll-tl-panel--text { opacity: 1 !important; transform: none !important; }
  .ll-tl-js .ll-tl-cta { opacity: 1 !important; }
  .ll-mf-scrollcue::after { animation: none; }
  .ll-tl-media, .ll-tl-panel--text, .ll-tl-dot { transition: none; }
}
