/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .indent-2 {
    text-indent: calc(var(--spacing) * 2);
  }
  .italic {
    font-style: italic;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('assets/fonts/figtree-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('assets/fonts/figtree-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('assets/fonts/figtree-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('assets/fonts/figtree-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  src: url('assets/figtree-arrow.woff2') format('woff2');
  unicode-range: U+2190,U+2192;
}
*,*::before,*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --ink: #101010;
  --paper: #ffffff;
  --dim: #101010;
  --line: #e4e4e4;
  --dim-inv: #ffffff;
  --blau: #1A38FF;
  --gruen: #28FF7E;
  --rot: #FF2E63;
  --akzent: #2E7D12;
  --line-inv: #2e2e2e;
  --max: min(calc(77vw + 96px),1574px);
}
html {
  scroll-behavior: smooth;
  font-size: 100%;
  overflow-x: clip;
}
body {
  overflow-x: clip;
}
@supports not (overflow:clip) {
  html,body {
    overflow-x: hidden;
  }
}
body {
  font-family: 'Figtree',system-ui,sans-serif;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
::selection {
  background: var(--gruen);
  color: var(--ink);
}
.wrap {
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: clamp(20px,4vw,48px);
}
.display {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  line-height: 0.9;
}
.kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 22px;
}
.dark .kicker {
  color: var(--dim-inv);
}
h2.display {
  font-size: clamp(2.125rem,5.2vw,4.25rem);
}
.lede {
  font-size: 1rem;
  font-weight: 500;
  max-width: 600px;
}
.copy {
  font-size: 0.9375rem;
  color: var(--dim);
  max-width: 640px;
}
.dark .copy {
  color: #ffffff;
}
.copy strong,.lede strong {
  color: inherit;
  font-weight: 700;
}
.arrow {
  font-weight: 300;
  font-style: normal;
}
section {
  padding-block: clamp(54px,6.2vw,92px);
}
.dark {
  background: var(--ink);
  color: var(--paper);
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 3px;
  background: linear-gradient(90deg,#28FF7E 0%,rgba(40,255,126,0) 100%);
  color: var(--ink);
  font-weight: 500;
  font-style: italic;
  font-size: 0.9375rem;
  line-height: 0.9;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-decoration: none;
  border: 0;
  transition: transform 0.2s ease,opacity 0.2s ease;
}
.btn:hover {
  transform: translateX(3px);
  opacity: 0.88;
}
.btn-gespraech,.c2-journey-btn {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.dark .btn {
  color: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.consent-aktionen .btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn.ghost {
  background: none;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.dark .btn.ghost {
  background: none;
  color: var(--paper);
  border-color: var(--paper);
}
header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.92);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  backdrop-filter: blur(18px) saturate(1.4);
  border-bottom: 1px solid var(--line);
}
header.dunkel {
  background: rgba(16,16,16,0.6);
  border-bottom-color: var(--line-inv);
}
header.dunkel .brand img {
  filter: invert(1);
}
header.dunkel .nav-link,header.dunkel .nav-drop-btn {
  color: var(--paper);
}
header.dunkel .nav-drop-menu {
  background: var(--ink);
  border-color: var(--line-inv);
}
header.dunkel .nav-drop-menu a {
  color: var(--paper);
}
header.dunkel .nav-drop-menu a:hover {
  background: var(--paper);
  color: var(--ink);
}
header.dunkel .btn {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}
header.klar {
  background: transparent;
  border-bottom-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
header.klar .brand img {
  filter: invert(1);
}
header.klar .nav-link,header.klar .nav-drop-btn {
  color: var(--paper);
}
.hero.dunkel .hero-title,.hero.dunkel .lede,.hero.dunkel .lm-label {
  color: var(--paper);
}
.hero.dunkel .lm-stage img {
  filter: invert(1);
}
.hero.dunkel .hero-ctas .btn {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}
.nav {
  max-width: var(--max);
  margin-inline: auto;
  padding: 9px clamp(20px,4vw,48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  position: relative;
  display: block;
  flex: none;
  width: min(212px,42vw);
  line-height: 0;
  color: var(--ink);
  text-decoration: none;
}
.brand img {
  width: 100%;
  height: auto;
  display: block;
}
.claim {
  position: absolute;
  left: calc(100% * 0.557);
  top: calc(min(190px,40vw) * 0.0273);
  font-size: calc(min(190px,40vw) * 0.0625);
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 18px;
}
.nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  font-style: italic;
}
.nav-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (min-width:721px) {
  .nav-cta [data-alt] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
  .nav-cta [data-alt]::after {
    content: attr(data-alt);
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}
button.nav-link {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}
.nav-cta > * {
  text-align: center;
}
@media (min-width:721px) {
  .nav-cta > .nav-link:nth-child(1) {
    min-width: 75px;
  }
  .nav-cta > .nav-link:nth-child(2) {
    min-width: 96px;
  }
  .nav-cta > .lang-schalter {
    min-width: 26px;
  }
  .nav-cta > .btn {
    min-width: 234px;
    justify-content: center;
  }
}
.nav .btn {
  padding: 11px 22px;
  font-size: 0.875rem;
}
.nav-drop {
  position: relative;
}
.nav-drop-btn {
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.drop-pfeil {
  display: inline-block;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.nav-drop:hover .drop-pfeil,.nav-drop.open .drop-pfeil {
  transform: rotate(90deg) scaleX(-1);
}
.nav-drop-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: -14px;
  display: none;
  flex-direction: column;
  min-width: 210px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 14px 40px rgba(16,16,16,0.10);
}
.nav-drop-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}
.nav-drop:hover .nav-drop-menu,.nav-drop:focus-within .nav-drop-menu,.nav-drop.open .nav-drop-menu {
  display: flex;
}
.nav-drop-menu a {
  padding: 9px 12px;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
}
.nav-drop-menu a:hover {
  background: var(--ink);
  color: var(--paper);
}
@media (max-width:720px) {
  .nav {
    padding: 9px clamp(14px,3.5vw,48px);
    gap: 10px;
  }
  .brand {
    width: min(132px,32vw);
  }
  .nav .btn {
    padding: 7px 11px;
    white-space: nowrap;
    font-size: clamp(0.5625rem,2.55vw,0.7188rem);
    letter-spacing: 0.01em;
  }
  .nav-drop {
    display: none;
  }
  .nav-link {
    display: none;
  }
}
.hero {
  overflow-x: clip;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding-top: clamp(78px,8vw,92px);
  padding-bottom: clamp(48px,7vh,96px);
}
.hero > .wrap {
  margin-block: auto;
}
.hero .wrap.hero-grid {
  max-width: none;
  width: fit-content;
  padding-inline: 0;
  margin-inline: auto;
}
.hero-grid {
  display: grid;
  grid-template-columns: min(37.5vw,720px,calc((100vh - 310px) * 0.8217)) min(46vw,884px);
  grid-template-columns: min(37.5vw,720px,calc((100svh - 310px) * 0.8217)) min(46vw,884px);
  gap: min(4.5vw,72px);
  align-items: stretch;
  padding-block: clamp(24px,3vw,40px);
}
@media (max-width:900px) {
  .logo-lauf .lm-label {
    white-space: normal;
    padding-inline: clamp(20px,4vw,48px);
  }
  .hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .hero .wrap.hero-grid {
    width: auto;
    padding-inline: clamp(20px,4vw,48px);
  }
  .hero .hero-copy {
    padding-top: 0;
  }
  .hero-title {
    height: max(calc(100vh - 137px - (100vw - 2*clamp(20px,4vw,48px)) * 1.217), 170px);
    height: max(calc(100svh - 137px - (100vw - 2*clamp(20px,4vw,48px)) * 1.217), 170px);
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
  }
}
@media (max-width:720px) {
  .hero {
    padding-top: 56px;
  }
  .hero-title {
    height: max(calc(100vh - 115px - (100vw - 2*clamp(20px,4vw,48px)) * 1.217), 170px);
    height: max(calc(100svh - 115px - (100vw - 2*clamp(20px,4vw,48px)) * 1.217), 170px);
  }
}
@media (min-width:901px) and (max-height:880px) {
  .hero {
    padding-top: 80px;
    padding-bottom: 24px;
  }
  .hero-grid {
    padding-block: 14px;
  }
  .hero .hero-copy {
    padding-top: clamp(14px,2.2vh,30px);
    padding-bottom: clamp(18px,2.6vh,34px);
  }
  .hero .hero-title {
    font-size: clamp(2.625rem,6vw,6.875rem);
  }
  .hero .logo-lauf {
    padding-top: 18px;
  }
  .hero-grid {
    grid-template-columns: min(37.5vw,720px,calc((100vh - 210px) * 0.8217)) min(46vw,884px);
    grid-template-columns: min(37.5vw,720px,calc((100svh - 210px) * 0.8217)) min(46vw,884px);
  }
}
.hero-title {
  font-size: clamp(2.875rem,7.03vw,8.4375rem);
  line-height: 0.745;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  white-space: pre;
}
@media (max-width:900px) {
  .hero-title {
    font-size: clamp(2.375rem,14vw,5.25rem);
  }
}
.hero-title .sp {
  font-weight: 400;
}
.hero-title .arrow-light {
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: clamp(40px,6vh,84px);
}
@media (min-width:901px) {
  .hero-copy {
    padding-top: clamp(16px,2.5vh,36px);
    padding-bottom: clamp(24px,3.5vh,48px);
  }
}
.hero .lede {
  margin-top: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.3;
  max-width: min(100%,720px);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
@media (max-width:900px) {
  .hero .lede {
    font-size: clamp(1.0625rem,4.6vw,1.875rem);
  }
}
@media (min-width:901px) and (max-width:1279px) {
  .hero .lede {
    font-size: 1.375rem;
  }
}
.hero-ctas {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.cta-hint {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--dim);
  max-width: 280px;
  line-height: 1.35;
}
.logo-lauf {
  margin-top: auto;
  padding-top: var(--s4);
}
.logo-zeile {
  position: relative;
  width: calc(min(37.5vw,720px) + min(46vw,884px) + min(4.5vw,72px));
  max-width: 100%;
  margin-inline: auto;
}
.logo-lauf .lm-label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  white-space: nowrap;
  text-align: left;
}
.logo-lauf-spur {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg,transparent 0,#000 48px,#000 calc(100% - 48px),transparent 100%);
  mask-image: linear-gradient(90deg,transparent 0,#000 48px,#000 calc(100% - 48px),transparent 100%);
}
@media (max-width:900px) {
  .logo-lauf .lm-label {
    position: static;
    transform: none;
    display: block;
    margin-bottom: var(--s3);
    white-space: nowrap;
    font-size: 0.5938rem;
    letter-spacing: 0.08em;
    text-align: left;
  }
  .logo-lauf-spur {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .logo-lauf .logo-lauf-gruppe {
    gap: 30px;
    padding-right: 30px;
  }
  .logo-lauf .logo-lauf-gruppe img:nth-child(2n) {
    display: none;
  }
  .logo-lauf .logo-lauf-gruppe img {
    height: 18px;
  }
  .logo-lauf .logo-lauf-gruppe img.gl {
    height: 24px;
  }
  .logo-lauf .logo-lauf-gruppe img.kl {
    height: 13px;
  }
  .logo-lauf .logo-lauf-gruppe img.xs {
    height: 10px;
  }
}
.logo-lauf-band {
  display: flex;
  width: max-content;
  animation: logolauf 28s linear infinite;
}
@media (max-width:900px) {
  .logo-lauf-band {
    animation-duration: 14s;
  }
}
.logo-lauf-gruppe {
  display: flex;
  align-items: center;
  gap: clamp(18px,2.2vw,36px);
  padding-right: clamp(18px,2.2vw,36px);
}
.logo-lauf-gruppe img {
  height: clamp(29px,3.25vw,47px);
  width: auto;
  flex: none;
  filter: brightness(0);
}
.logo-lauf-gruppe img.gl {
  height: clamp(38px,4.25vw,62px);
}
.logo-lauf-gruppe img.kl {
  height: clamp(20px,2.35vw,33px);
}
.logo-lauf-gruppe img.xs {
  height: clamp(16px,1.8vw,25px);
}
@keyframes logolauf {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion:reduce) {
  .logo-lauf-band {
    animation: none;
  }
  .logo-lauf-spur {
    overflow-x: auto;
  }
}
.logo-marquee {
  margin-top: auto;
  padding-top: clamp(24px,3vw,40px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 0;
}
.lm-label {
  flex: none;
  font-size: 0.6562rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lm-stage {
  position: relative;
  width: min(110px,26vw);
  height: clamp(28px,3vw,42px);
}
.lm-stage img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: clamp(22px,2.3vw,34px);
  width: auto;
  display: block;
}
.lm-stage img.lm-hidden {
  visibility: hidden;
}
.lm-stage img.lm-l {
  height: clamp(28px,3vw,46px);
}
.lm-stage img.lm-s {
  height: clamp(15px,1.7vw,24px);
}
.lm-stage img.lm-xs {
  height: clamp(12px,1.3vw,18px);
}
.dark .cta-hint {
  color: var(--paper);
}
.hero-video {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 364/443;
  overflow: hidden;
  border-radius: 3px;
  background: var(--paper);
}
.hero-video::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 4px var(--paper);
}
.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.hero-video .ton-knopf {
  pointer-events: auto;
}
.hero-video {
  cursor: grab;
  touch-action: pan-y;
}
.hero-video.zieht {
  cursor: grabbing;
}
.hero-video.zieht * {
  user-select: none;
}
.hs-slide.sofort {
  transition: none !important;
}
.c2-bild .ton-knopf {
  left: 14px;
  transform: none;
}
.hs-slide {
  position: absolute;
  inset: 0;
}
.hs-slide video,.hs-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}
.hs-slide[data-format="4x5"] {
  padding: 20%;
}
.hs-slide {
  transform: translateX(100%);
  transition: transform 620ms cubic-bezier(0.22,0.9,0.3,1);
}
.hs-slide.an {
  transform: none;
}
.hs-slide.weg {
  transform: translateX(-100%);
}
.hero-video.rueck .hs-slide {
  transform: translateX(-100%);
}
.hero-video.rueck .hs-slide.an {
  transform: none;
}
.hero-video.rueck .hs-slide.weg {
  transform: translateX(100%);
}
.hs-slide.sofort {
  transition: none !important;
}
.hs-pfeile button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  border: 0;
  background: none;
  cursor: pointer;
  box-sizing: content-box;
  width: clamp(1.75rem,2.6vw,2.75rem);
  padding: 30px 26px;
  font-family: inherit;
  color: var(--ink);
  opacity: 0;
  transition: opacity .25s ease;
}
.hs-pfeile .cs-pf {
  display: block;
  font-weight: 900;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: -0.02em;
  font-size: clamp(1.75rem,2.6vw,2.75rem);
  text-align: center;
}
.hs-pfeile button::after {
  content: '';
  display: block;
  height: clamp(5px,0.55vw,8px);
  margin-top: clamp(5px,0.55vw,8px);
  border-radius: 3px;
  background: linear-gradient(90deg,#28FF7E 0%,rgba(40,255,126,0) 100%);
}
.hs-pfeile .zurueck::after {
  background: linear-gradient(270deg,#28FF7E 0%,rgba(40,255,126,0) 100%);
}
.hero-video:hover .hs-pfeile button, .hs-pfeile button:focus-visible {
  opacity: 1;
}
.hs-pfeile .zurueck {
  left: calc(14px - 26px);
}
.hs-pfeile .vor {
  right: calc(14px - 26px);
}
.hs-pfeile button:hover {
  opacity: 0.72;
}
.sound-btn {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  padding: 9px 16px;
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(16,16,16,0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  transition: background 0.2s;
}
.sound-btn:hover {
  background: rgba(16,16,16,0.8);
}
@media (max-width:900px) {
  .hero-video {
    width: 100%;
    border-radius: 0;
  }
  .hs-pfeile button {
    opacity: 1;
    width: clamp(1.5rem,7vw,2.25rem);
    padding: 22px 20px;
  }
  .hs-pfeile .cs-pf {
    font-size: clamp(1.5rem,7vw,2.25rem);
  }
}
.problem,.streifen-kleben,.cases,.l-fach-innen,.dark {
  --akzent: var(--gruen);
}
:root {
  --s1: 8px;
  --s2: 16px;
  --s3: 24px;
  --s4: 36px;
  --s5: 52px;
  --s6: 72px;
  --s8: 104px;
  --rinne: clamp(20px,2.2vw,40px);
}
section {
  padding-block: clamp(60px,7vw,104px);
}
.bg-buehne {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--paper);
}
.bg-schicht {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.bg-hell {
  background: var(--paper);
}
.bg-dunkel {
  background: var(--ink);
}
.bg-film {
  background: var(--ink);
}
.bg-film video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.34;
}
.bg-film::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(16,16,16,0.55);
}
.naht {
  border-top: 1px solid var(--line);
}
.dark .naht,.naht.inv {
  border-top-color: var(--line-inv);
}
.kopfzeile {
  display: grid;
  grid-template-columns: minmax(0,3fr) minmax(0,9fr);
  column-gap: var(--rinne);
  align-items: start;
  padding-bottom: clamp(26px,3vw,44px);
}
@media (max-width:880px) {
  .kopfzeile {
    grid-template-columns: 1fr;
  }
  .kopfzeile .marke-rubrik {
    margin-bottom: var(--s3);
  }
}
.marke-rubrik {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 3px;
  background: linear-gradient(90deg,#28FF7E 0%,rgba(40,255,126,0) 100%);
  color: var(--ink);
  font-size: 0.7188rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
h2.sek {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.032em;
  line-height: 0.9;
  font-size: 1.625rem;
  max-width: 20ch;
}
#leistungen {
  padding-top: clamp(36px,4.2vw,60px);
  color: var(--paper);
}
.leist-kopf {
  text-align: center;
  margin-bottom: clamp(34px,4vw,56px);
}
.leist-kopf h2.sek {
  max-width: 22ch;
  margin-inline: auto;
  font-size: 1.875rem;
}
.leist-kopf .sek-vor {
  margin-inline: auto;
}
.leist-cta p {
  color: var(--paper);
}
.streifen-kopf {
  margin-top: 100px;
  text-align: center;
  padding-inline: var(--rand,24px);
  will-change: transform,opacity;
}
.streifen-kopf h2 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.032em;
  line-height: 0.9;
  font-size: 1.875rem;
}
.streifen-kopf p {
  margin-top: var(--s3);
  margin-inline: auto;
  font-size: 0.9375rem;
  line-height: 1.6;
  max-width: 60ch;
}
@media (max-width:760px) {
  #leistungen h2.sek br {
    display: none;
  }
}
.sek-vor {
  margin-top: var(--s3);
  font-size: 0.9375rem;
  line-height: 1.6;
  max-width: 60ch;
}
.final-card .sek-vor {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  max-width: 46ch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.problem {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: var(--ink);
}
.problem-film {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.problem-film video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.34;
}
.problem-film::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(16,16,16,0.55);
}
.problem-satz {
  position: relative;
  z-index: 1;
  padding-block: clamp(90px,12vw,180px);
}
.problem-satz p {
  color: var(--paper);
  max-width: 19ch;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1.06;
  font-size: 1.5rem;
}
.problem-satz .fliess {
  margin-top: var(--s4);
  max-width: 56ch;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
}
.problem-satz .fliess + .fliess {
  margin-top: var(--s2);
}
.problem-satz .pointe {
  margin-top: var(--s5);
  max-width: 26ch;
  font-size: 1.1875rem;
}
.cred-kicker {
  display: table;
  margin-bottom: var(--s3);
  padding: 8px 18px;
  border-radius: 3px;
  background: linear-gradient(90deg,#28FF7E 0%,rgba(40,255,126,0) 100%);
  font-size: 0.7188rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
}
.marke-rubrik,.cred-kicker {
  line-height: 1.35;
}
.kick-neu {
  display: inline;
}
@media (max-width:720px) {
  .kick-tr {
    display: none;
  }
  .kick-neu {
    display: block;
  }
}
.cred-block-titel {
  font-weight: 800;
  letter-spacing: -0.015em;
  font-size: 1rem;
  line-height: 1.35;
  max-width: 46ch;
}
.cred-text {
  font-size: 1.1875rem;
  font-weight: 300;
  line-height: 1.3;
  max-width: 40ch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cred-text + .cred-text {
  margin-top: var(--s3);
}
.cred-pin {
  position: relative;
  height: 330vh;
}
#erfahrung {
  background: var(--ink);
  color: var(--paper);
}
#erfahrung .cred-kicker {
  background: none;
  padding: 0;
  color: var(--paper);
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
#erfahrung .cred-liste li::before {
  color: var(--rot);
}
#erfahrung .cred-liste-hoch li::before {
  color: var(--gruen);
}
.cred-buehne {
  position: sticky;
  top: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(70px,8vw,92px);
  padding-bottom: clamp(48px,6vh,84px);
}
.cred-teil1 {
  grid-column: 1;
  grid-row: 1;
}
.cred-teil {
  align-self: start;
  padding-top: clamp(10px,1.2vw,20px);
}
.cred-teil2 {
  grid-column: 2;
  grid-row: 1;
  opacity: 0;
  z-index: 1;
}
@media (max-width:880px) {
  .cred-pin {
    height: auto;
  }
  .cred-buehne {
    position: static;
    min-height: 0;
    display: block;
    padding-top: clamp(52px,11vw,80px);
  }
  .cred-teil1 {
    opacity: 1 !important;
    transform: none !important;
  }
  .cred-teil2 {
    grid-column: 1;
    grid-row: 3;
    opacity: 1 !important;
    transform: none !important;
    margin-top: 0;
  }
}
h2.cred-titel {
  text-align: left;
  max-width: 20ch;
  margin-bottom: clamp(32px,4vw,60px);
  font-size: 1.875rem;
}
.cred-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: clamp(28px,3.6vw,64px);
  align-items: center;
}
@media (max-width:880px) {
  .cred-grid {
    grid-template-columns: 1fr;
    gap: var(--s4);
  }
}
.cred-foto {
  margin: 0;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  grid-column: 2;
  grid-row: 1;
  z-index: 2;
  will-change: transform;
}
.cred-media-dock {
  display: contents;
}
@media (max-width:880px) {
  .cred-media-dock {
    display: block;
    grid-column: 1;
    grid-row: 2;
  }
  .cred-foto {
    grid-column: auto;
    grid-row: auto;
    transform: none !important;
    position: relative;
  }
}
.cred-foto img {
  width: 100%;
  height: clamp(340px,48vh,540px);
  object-fit: cover;
  object-position: 50% 12%;
  display: block;
}
.cred-foto::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 46%;
  background: linear-gradient(180deg,rgba(16,16,16,0) 0%,rgba(16,16,16,0.62) 100%);
}
.cred-foto .foto-overlay {
  z-index: 2;
}
.cred-liste {
  list-style: none;
  margin-top: var(--s3);
}
.cred-liste li {
  position: relative;
  padding-block: clamp(9px,1vw,13px);
  padding-left: clamp(54px,5vw,68px);
  font-size: 1rem;
  line-height: 1.3;
  max-width: 38ch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cred-liste-hoch li::before {
  transform: translateY(-50%) rotate(-45deg) !important;
}
.cred-liste li::before {
  content: '\2192';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  font-weight: 300;
  font-style: normal;
  font-size: 3em;
  line-height: 1;
}
.cred-liste li + li {
  margin-top: 8px;
}
.cred-liste li.rv:nth-child(1) {
  transition-delay: 0.05s;
}
.cred-liste li.rv:nth-child(2) {
  transition-delay: 0.22s;
}
.cred-liste li.rv:nth-child(3) {
  transition-delay: 0.39s;
}
.cred-liste li {
  font-weight: 300;
  letter-spacing: normal;
}
.cred-liste b,.cred-liste span {
  font-weight: inherit;
  letter-spacing: inherit;
}
.cred-fazit {
  margin-top: clamp(26px,3vw,40px);
  padding-top: clamp(20px,2.4vw,30px);
  border-top: 1px solid var(--line);
  max-width: 52ch;
}
.cred-fazit .label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--akzent);
  margin-bottom: var(--s2);
}
.cred-fazit p {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
}
.cred-bild {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 3px;
  background: #f2f2f0;
}
.cred-bild video,.cred-bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cred-bu {
  margin-top: var(--s2);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.streifen {
  padding: 0;
  background: var(--paper);
}
.streifen-pin {
  position: relative;
}
.streifen-pin::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ink);
  opacity: var(--dunkel,0);
  pointer-events: none;
}
.streifen-kleben {
  position: sticky;
  top: 10vh;
  z-index: 1;
  overflow: hidden;
}
.streifen-band {
  display: flex;
  width: max-content;
  gap: 16px;
  will-change: transform;
}
.streifen figure {
  margin: 0;
  flex: none;
  border-radius: 3px;
  overflow: hidden;
  background: #f2f2f0;
}
.streifen img,.streifen video {
  display: block;
  height: clamp(200px,32vw,440px);
  width: auto;
}
@media (prefers-reduced-motion:reduce) {
  .streifen-pin {
    height: auto !important;
  }
  .streifen-kleben {
    position: static;
    height: auto;
    padding-block: clamp(40px,5vw,72px);
  }
  .streifen-band {
    transform: none !important;
    overflow-x: auto;
  }
}
.leistungen {
  display: flex;
  flex-direction: column;
  gap: var(--s3);
  margin-top: var(--s5);
  max-width: 1080px;
  margin-inline: auto;
}
.leistung {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  overflow: clip;
  background: linear-gradient(135deg,#101010 20%,#1A38FF 140%);
  color: var(--paper);
  --akzent: var(--gruen);
}
.l-kopf {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,7fr) minmax(0,5fr);
  column-gap: 0;
  align-items: stretch;
}
.l-bild-spalte {
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  position: relative;
  aspect-ratio: 1/1;
}
.l-inhalt {
  grid-column: 1;
  grid-row: 1;
  padding: clamp(30px,3.4vw,50px) clamp(26px,3vw,44px) clamp(30px,3.4vw,50px) clamp(30px,3.4vw,50px);
  display: flex;
  flex-direction: column;
}
@media (max-width:900px) {
  .l-kopf {
    grid-template-columns: 1fr;
  }
  .l-bild-spalte {
    grid-column: 1;
    grid-row: 1;
  }
  .l-inhalt {
    grid-column: 1;
    grid-row: 2;
    padding: var(--s4) clamp(20px,2.2vw,30px);
  }
}
.l-name {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  line-height: 0.94;
  font-size: 2.375rem;
  order: 10;
  margin-top: auto;
}
@media (max-width:900px) {
  .l-name {
    order: 0;
    margin-top: 0;
  }
}
.l-claim {
  margin-top: var(--s2);
  color: var(--paper);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.25;
  font-size: 1rem;
}
.l-text {
  margin-top: var(--s3);
  font-size: 0.9062rem;
  line-height: 1.65;
  max-width: 52ch;
}
.l-schalter {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(90deg,var(--blau) 0%,rgba(26,56,255,0) 100%);
  color: var(--paper);
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease,opacity 0.2s ease;
}
.l-schalter::after {
  content: '+';
  font-weight: 300;
  font-size: 1.1875rem;
  line-height: 1;
}
.leistung.offen .l-schalter::after {
  content: '\2013';
}
.l-schalter:hover {
  transform: translateX(3px);
  opacity: 0.88;
}
@media (max-width:900px) {
  .l-schalter {
    position: static;
    margin-top: var(--s3);
    align-self: flex-start;
  }
}
.l-bild {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #f2f2f0;
}
.l-bild video,.l-bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.l-bild .marke-platz {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  padding: 4px 9px;
  border-radius: 2px;
  background: rgba(16,16,16,0.62);
  color: var(--paper);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.l-fach {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 480ms cubic-bezier(0.22,0.9,0.3,1);
}
.leistung.offen .l-fach {
  grid-template-rows: 1fr;
}
.l-fach-innen {
  overflow: hidden;
  min-height: 0;
  background: transparent;
  color: var(--paper);
}
.l-fach-satz {
  padding: clamp(26px,3vw,44px) clamp(30px,3.4vw,50px);
}
@media (max-width:900px) {
  .l-fach-satz {
    padding-inline: clamp(20px,2.2vw,30px);
  }
}
.l-fach-titel {
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.25;
  font-size: 1rem;
  margin-bottom: clamp(20px,2.2vw,32px);
}
.l-detail {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: clamp(24px,3vw,52px);
  align-items: start;
}
@media (max-width:820px) {
  .l-detail {
    grid-template-columns: 1fr;
    gap: var(--s4);
  }
}
.l-detail p {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--paper);
}
.l-detail p + p {
  margin-top: var(--s2);
}
.l-detail-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--akzent);
  margin-bottom: var(--s3);
}
.l-fragen {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--line-inv);
}
.l-fragen li {
  background: var(--ink);
  padding: var(--s3) 0;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
}
.l-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.l-chips li {
  padding: 9px 15px;
  border: 1px solid var(--line-inv);
  border-radius: 3px;
  font-size: 0.8438rem;
  line-height: 1.2;
  font-weight: 600;
}
.l-schluss {
  margin-top: var(--s4);
  padding-top: var(--s3);
  border-top: 1px solid var(--line-inv);
  font-size: 0.875rem;
  line-height: 1.6;
}
.leist-cta {
  max-width: 1080px;
  margin: clamp(30px,3.6vw,52px) auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--s3);
}
.leist-cta p {
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.25;
  font-size: 1.0625rem;
  max-width: 30ch;
}
.cases h2.sek {
  font-size: 1.875rem;
  max-width: none;
}
.cases-kopf {
  text-align: left;
  margin-bottom: clamp(28px,3.6vw,56px);
}
.cases-kopf .marke-rubrik {
  background: linear-gradient(90deg,#1FC662 0%,rgba(31,198,98,0) 100%);
  color: var(--paper);
}
.cases-kopf .sek-vor {
  font-size: 1.1875rem;
  font-weight: 300;
  line-height: 1.3;
  max-width: 34ch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cases-kopf h2.sek {
  width: fit-content;
  background: linear-gradient(90deg,#28FF7E 0%,#ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cases {
  position: relative;
  background: #000;
  color: var(--paper);
  padding-block: clamp(52px,6.4vw,110px);
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(72px,9vw,150px);
  overflow: clip;
}
.cs-buehne {
  position: relative;
  z-index: 1;
  --karte: calc(min(var(--max), 100vw) - 2 * clamp(20px, 4vw, 48px));
}
.cs-lauf {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: clip;
  isolation: isolate;
  cursor: grab;
  touch-action: pan-y;
}
.cs-lauf.zieht {
  cursor: grabbing;
}
.cs-lauf.zieht * {
  user-select: none;
}
.cs-spur {
  --luecke: calc((100vw - var(--karte)) / 2 + 6px);
  display: flex;
  gap: var(--luecke);
  will-change: transform;
  transition: transform 620ms cubic-bezier(0.22,0.9,0.3,1);
}
.cs-spur.sofort {
  transition: none;
}
.cs-spur > *:not(.an) {
  pointer-events: none;
}
.cs-abzug .c2-bild img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cs-pfeile {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: var(--karte);
  margin-left: calc(var(--karte) / -2);
  pointer-events: none;
  z-index: 4;
}
.cs-pfeile button {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: none;
  cursor: pointer;
  box-sizing: content-box;
  width: clamp(3.375rem,5.6vw,6rem);
  padding: 44px 52px;
  font-family: inherit;
  color: var(--paper);
  transition: opacity 0.2s ease;
}
.cs-pfeile .cs-pf {
  display: block;
  font-weight: 900;
  font-style: normal;
  line-height: 0.8;
  font-size: clamp(3.375rem,5.6vw,6rem);
  letter-spacing: -0.02em;
  text-align: center;
}
.cs-pfeile button::after {
  content: '';
  display: block;
  height: clamp(8px,1vw,14px);
  margin-top: clamp(8px,1vw,14px);
  border-radius: 3px;
  background: linear-gradient(90deg,#28FF7E 0%,rgba(40,255,126,0) 100%);
}
.cs-pfeile .zurueck::after {
  background: linear-gradient(270deg,#28FF7E 0%,rgba(40,255,126,0) 100%);
}
.cs-pfeile button:hover {
  opacity: 0.72;
}
.cs-pfeile .zurueck {
  right: calc(100% + 20px - 52px);
}
.cs-pfeile .vor {
  left: calc(100% + 20px - 52px);
}
@media (max-width:1200px) {
  .cs-pfeile .zurueck {
    right: auto;
    left: calc(14px - 52px);
  }
  .cs-pfeile .vor {
    left: auto;
    right: calc(14px - 52px);
  }
  .cs-pfeile .cs-pf {
    font-size: clamp(2.5rem,11vw,3.375rem);
  }
  .cs-pfeile button {
    width: clamp(2.5rem,11vw,3.375rem);
    padding: 32px 34px;
  }
}
@media (max-width:900px) {
  .cs-pfeile button {
    padding: 18px 14px;
    width: clamp(2rem,8vw,2.75rem);
  }
  .cs-pfeile .cs-pf {
    font-size: clamp(2rem,8vw,2.75rem);
    text-shadow: 0 1px 10px rgba(16,16,16,0.55);
  }
  .cs-pfeile button::after {
    box-shadow: 0 1px 10px rgba(16,16,16,0.45);
  }
  .cs-pfeile {
    top: 0;
    bottom: auto;
    height: 0;
  }
  .cs-pfeile button {
    top: calc(var(--karte) * 0.375);
  }
  .cs-pfeile .zurueck {
    right: auto;
    left: 0;
  }
  .cs-pfeile .vor {
    left: auto;
    right: 0;
  }
}
.cs-spur > * {
  flex: 0 0 var(--karte);
  display: grid;
  grid-template-columns: minmax(0,2fr) minmax(0,1fr);
  background: var(--ink);
  border-radius: 3px;
  overflow: hidden;
  overflow: clip;
}
.c2-bild {
  aspect-ratio: 4 / 3;
}
@supports (container-type: inline-size) {
  .c2-karte,.cs-abzug {
    container-type: inline-size;
  }
  .c2-karte .c2-inhalt,.cs-abzug .c2-inhalt {
    padding: clamp(14px,2.4cqi,44px);
  }
  .c2-karte .fall-titel,.cs-abzug .fall-titel {
    font-size: clamp(1rem,5cqi - 1.5rem,1.875rem);
  }
  .c2-karte .fall-text,.cs-abzug .fall-text {
    font-size: clamp(0.8125rem,3cqi - 0.8rem,1.25rem);
    margin-top: clamp(8px,1.6cqi,18px);
  }
  .c2-karte .fall-marke,.cs-abzug .fall-marke {
    font-size: clamp(0.5625rem,1.1cqi,0.75rem);
  }
  .c2-karte .c2-journey-btn {
    font-size: clamp(0.625rem,1.27cqi,0.875rem);
    padding: clamp(9px,1.3cqi,14px) clamp(10px,1.5cqi,16px);
  }
}
.c2-bild {
  position: relative;
}
.c2-bild video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c2-bild .marke-platz {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  padding: 5px 11px;
  border-radius: 2px;
  background: rgba(16,16,16,0.62);
  font-size: 0.6562rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.c2-inhalt {
  padding: clamp(22px,2.8vw,44px);
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  overflow: auto;
}
.c2-journey-btn {
  align-self: stretch;
  margin-top: auto;
  justify-content: space-between;
  font-size: 0.7188rem;
  padding: 14px 16px;
  background: linear-gradient(90deg,#28FF7E 0%,rgba(40,255,126,0) 100%);
}
.c2-journey {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(10px,2.5vw,44px);
  background: rgba(8,8,8,0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 320ms ease,visibility 0s 320ms;
}
.c2-journey.offen {
  opacity: 1;
  visibility: visible;
  transition: opacity 320ms ease;
}
.c2-journey-panel {
  position: relative;
  width: min(1160px,100%);
  max-height: 88vh;
  max-height: min(88dvh,100%);
  overflow: auto;
  overscroll-behavior: contain;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--line-inv);
  border-radius: 3px;
  padding: clamp(20px,3vw,52px);
  display: flex;
  flex-direction: column;
  transform: translateY(26px);
  transition: transform 380ms cubic-bezier(0.22,0.9,0.3,1);
}
.c2-journey.offen .c2-journey-panel {
  transform: none;
}
html.journey-modal {
  overflow: hidden;
}
.c2-journey-schliessen {
  display: inline-flex;
  align-self: flex-end;
  margin-top: clamp(18px,2.4vw,28px);
}
.c2-journey-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.c2-journey-grid > div {
  display: grid;
  grid-template-columns: clamp(140px,20%,220px) minmax(0,1fr);
  column-gap: clamp(24px,4vw,72px);
  align-items: start;
  padding-block: clamp(20px,2.6vw,38px);
}
.c2-journey-grid > div:first-child {
  padding-top: clamp(8px,1vw,14px);
}
.c2-journey-grid > div + div {
  border-top: 1px solid var(--line-inv);
}
.c2-journey-grid > div > h3 {
  grid-column: 1;
  margin-bottom: 0;
  padding-top: 0.3em;
}
.c2-journey-grid > div > p {
  grid-column: 2;
  max-width: 75ch;
}
.c2-journey-grid h3 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gruen);
  margin-bottom: var(--s2);
}
.c2-journey-grid p {
  font-size: 0.875rem;
  line-height: 1.55;
}
.c2-journey-grid p + p {
  margin-top: var(--s2);
}
.c2-journey .fall-leistungen {
  margin-top: clamp(28px,4vw,52px);
  padding-top: clamp(14px,1.6vw,20px);
  border-top: 1px solid var(--line-inv);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  font-size: 0.875rem;
}
.c2-journey .fall-leistungen b {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gruen);
}
.c2-stimme .c2-claim {
  margin-bottom: clamp(10px,1.1vw,16px);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 1.02;
  font-size: 1rem;
}
.c2-stimme {
  display: flex;
  align-items: center;
  gap: clamp(14px,1.8vw,24px);
  margin-top: clamp(34px,4.4vw,64px);
  width: auto;
  max-width: 75ch;
}
.c2-stimme-bild {
  flex: none;
  width: clamp(70px,6.6vw,96px);
  aspect-ratio: 1;
  border-radius: 999px;
  overflow: hidden;
  background: #1c1c1c;
}
.c2-stimme-bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c2-stimme p {
  font-size: 0.8125rem;
  line-height: 1.55;
}
.c2-stimme .c2-stimme-wer {
  margin-top: 8px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gruen);
}
@media (max-width:900px) {
  .c2-stimme {
    margin-top: clamp(20px,5vw,30px);
    margin-bottom: clamp(18px,4.5vw,26px);
    width: auto;
  }
  .c2-journey-grid > div {
    grid-template-columns: 1fr;
    row-gap: 8px;
    padding-block: clamp(14px,3vw,20px);
  }
  .c2-journey-grid > div > h3,.c2-journey-grid > div > p {
    grid-column: 1;
  }
  .cases-kopf {
    margin-bottom: clamp(12px,3vw,18px);
  }
  .cases-kopf h2.sek {
    font-size: clamp(2rem,10.5vw,2.625rem);
  }
  .cases-kopf .sek-vor {
    font-size: 1rem;
  }
  .c2-inhalt {
    overflow: auto;
    padding: 14px 16px 16px;
  }
  .c2-journey-btn {
    margin-top: auto;
  }
  .c2-inhalt .fall-text {
    margin-bottom: clamp(10px,2.6vw,14px);
  }
  .cs-spur > * {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .c2-bild {
    flex: none;
  }
  .c2-inhalt {
    flex: none;
    overflow: visible;
  }
  .c2-journey {
    padding: 10px;
  }
  .c2-journey-panel {
    max-height: calc(100vh - 20px);
    max-height: calc(100dvh - 20px);
  }
  .c2-journey-schliessen {
    align-self: stretch;
    justify-content: space-between;
  }
}
.cases-film {
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: translateZ(0);
  contain: paint;
}
.cases-film video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.22;
}
.cases-film::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.72);
}
.cases > .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cases .marke-rubrik,.cases h2.sek,.cases .sek-vor {
  color: var(--paper);
}
.buehne {
  overflow: hidden;
  margin-top: var(--s5);
}
.buehne-band {
  display: flex;
  width: 100%;
  transition: transform 560ms cubic-bezier(0.22,0.9,0.3,1);
  will-change: transform;
}
@media (prefers-reduced-motion:reduce) {
  .buehne-band {
    transition: none;
  }
}
.fall {
  flex: 0 0 100%;
  min-width: 0;
}
.fall-box {
  width: min(100%,860px);
  margin-inline: auto;
  background: var(--ink);
  color: var(--paper);
  border-radius: 3px;
  overflow: hidden;
  overflow: clip;
  --akzent: var(--gruen);
  display: flex;
  flex-direction: column;
}
.fall-inhalt {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.fall-film {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #181818;
}
.fall-film video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fall-film .marke-platz {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  padding: 5px 11px;
  border-radius: 2px;
  background: rgba(16,16,16,0.62);
  font-size: 0.6562rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ton-knopf {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  z-index: 2;
  cursor: pointer;
  padding: 8px 16px;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(90deg,rgba(16,16,16,0.82) 0%,rgba(16,16,16,0) 100%);
  color: var(--paper);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.2s ease;
}
.ton-knopf:hover {
  opacity: 0.88;
}
.ton-global {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 60;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(90deg,#FF3E7A 0%,rgba(255,62,122,0) 100%);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-style: italic;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.25s ease,transform 0.25s ease;
}
.ton-global.aktiv {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
@media (hover:hover) {
  .ton-global.aktiv:hover {
    transform: translateX(3px);
    opacity: 0.88;
  }
}
.fall-inhalt {
  padding: clamp(22px,2.6vw,36px) clamp(22px,2.8vw,40px) clamp(26px,3vw,44px);
}
.fall-marke {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gruen);
  margin-bottom: clamp(10px,1.2vw,18px);
}
.fall-titel {
  margin-top: 0;
  text-align: left;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 0.95;
  font-size: 1.3125rem;
}
.fall-sub {
  margin-top: var(--s2);
  text-align: center;
  font-weight: 600;
  font-size: 0.9062rem;
  line-height: 1.5;
}
.fall-akks {
  margin-top: var(--s3);
  border-top: 1px solid var(--line-inv);
}
.fall-akk {
  border-bottom: 1px solid var(--line-inv);
}
.fall-akk summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s3);
  padding: 11px 0;
  font-size: 0.7188rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.fall-akk summary::-webkit-details-marker {
  display: none;
}
.fall-akk summary span {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 3px;
  background: linear-gradient(90deg,#1FC662 0%,rgba(31,198,98,0) 100%);
}
.fall-akk summary::after {
  content: '+';
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1;
}
.fall-akk[open] summary::after {
  content: '\2013';
}
.fall-akk-text {
  padding: 0 0 var(--s3);
}
.fall-akk-text p {
  font-size: 0.875rem;
  line-height: 1.6;
}
.fall-akk-text p + p {
  margin-top: var(--s2);
}
.fall-text {
  margin-top: var(--s3);
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width:900px) {
  .fall-titel {
    font-size: 1.0625rem;
    line-height: 1.22;
  }
  .fall-text {
    font-size: 0.875rem;
    line-height: 1.45;
    margin-top: var(--s2);
  }
}
.fall-leistungen {
  margin-top: auto;
  padding-top: var(--s3);
  font-size: 0.7812rem;
  line-height: 1.6;
}
.fall-leistungen b {
  font-weight: 700;
}
.buehne-rahmen {
  position: relative;
  margin-top: var(--s5);
}
.bl-knopf {
  position: absolute;
  top: 242px;
  transform: translateY(-50%);
  z-index: 3;
  width: clamp(88px,8.5vw,128px);
  height: clamp(88px,8.5vw,128px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 3px;
  background: rgba(16,16,16,0.45);
  color: var(--paper);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font: inherit;
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 0.8;
  padding-bottom: 4px;
  transition: background 180ms ease,transform 180ms ease;
}
.bl-knopf.links {
  left: calc(50% - 430px);
  transform: translate(calc(-100% - 18px),-50%);
}
.bl-knopf.rechts {
  right: calc(50% - 430px);
  transform: translate(calc(100% + 18px),-50%);
}
.bl-knopf:hover {
  background: rgba(16,16,16,0.75);
}
.bl-knopf.links:hover {
  transform: translate(calc(-100% - 21px),-50%);
}
.bl-knopf.rechts:hover {
  transform: translate(calc(100% + 21px),-50%);
}
@media (max-width:1100px) {
  .bl-knopf {
    top: auto;
    bottom: -6px;
    transform: none;
  }
  .bl-knopf.links {
    left: calc(50% - 104px);
    transform: none;
  }
  .bl-knopf.rechts {
    right: calc(50% - 104px);
    transform: none;
  }
  .bl-knopf.links:hover {
    transform: none;
  }
  .bl-knopf.rechts:hover {
    transform: none;
  }
  .bl-knopf:hover,.bl-knopf.links:hover,.bl-knopf.rechts:hover {
    transform: none;
  }
  .buehne-rahmen {
    padding-bottom: 104px;
  }
}
#methode {
  background: var(--paper);
  padding-block: 0;
}
.m6-pin {
  height: auto;
}
.m6-buehne {
  padding-block: clamp(56px,7vw,110px);
  overflow: clip;
}
.m6-buehne > .wrap {
  width: 100%;
}
#methode h2.sek {
  font-size: 1.875rem;
  max-width: none;
}
.m7-buehne {
  display: flex;
  flex-direction: column;
  gap: clamp(56px,7vw,120px);
  margin-top: clamp(56px,7vw,110px);
}
.m7-paar {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  column-gap: clamp(22px,2.8vw,48px);
  row-gap: clamp(14px,1.8vw,26px);
  align-items: start;
  transform: translateX(100vw);
  transition: transform 780ms cubic-bezier(0.22,0.9,0.3,1);
}
.m7-paar.da {
  transform: none;
}
@supports (animation-timeline: view()) {
  .m7-paar,.m7-paar.da {
    transition: none;
    animation: m7einflug linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 32%;
  }
}
@media (prefers-reduced-motion:reduce) {
  .m7-paar,.m7-paar.da {
    transform: none;
    transition: none;
    animation: none;
  }
  .m6-satz,.m6-box,.m7-zeile {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
@media (max-width:900px) {
  .m7-buehne {
    margin-top: clamp(28px,6vw,48px);
    gap: clamp(30px,8vw,54px);
  }
}
.m7-zeile {
  display: contents;
}
.m7-ziffer {
  font-weight: 900;
  font-style: italic;
  line-height: 0.8;
  letter-spacing: -0.02em;
  font-size: clamp(3.375rem,5.6vw,6rem);
  color: var(--ink);
}
.m7-ziffer::after {
  content: '';
  display: block;
  height: clamp(8px,1vw,14px);
  margin-top: clamp(8px,1vw,14px);
  border-radius: 3px;
  background: linear-gradient(90deg,#28FF7E 0%,rgba(40,255,126,0) 100%);
}
.m6-satz {
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  font-size: 1.1875rem;
  max-width: 30ch;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.m6-nr {
  font-weight: 700;
  font-style: normal;
  font-size: 0.5em;
  letter-spacing: 0.14em;
  color: var(--gruen);
  vertical-align: 0.25em;
  margin-right: 0.3em;
}
.m6-box {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(0,1fr);
  min-height: clamp(300px,44vh,520px);
  background: var(--ink);
  color: var(--paper);
  border-radius: 3px;
  overflow: hidden;
  overflow: clip;
}
.m6-box-links {
  padding: clamp(20px,2.6vw,42px);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.m6-name {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 0.9;
  font-size: 2.125rem;
  width: min-content;
}
.m6-services {
  list-style: none;
  margin-top: auto;
  padding-top: var(--s3);
}
.m6-services li {
  display: flex;
  gap: 10px;
  padding-block: 5px;
  font-weight: 300;
  font-size: 1.1875rem;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.m6-services li::before {
  content: '\2197';
  font-weight: 300;
  color: var(--gruen);
  line-height: 1.3;
}
.m6-box-video {
  position: relative;
  min-height: 100%;
}
.m6-box-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:900px) {
  .m6-box {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: auto;
    min-height: 0;
    max-width: none;
    position: relative;
  }
  .m6-box-video {
    position: absolute;
    inset: 0;
    min-height: 0;
  }
  .m6-box-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .m6-box-video::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(16,16,16,0.58);
  }
  .m6-box-links {
    position: relative;
    z-index: 1;
    overflow: visible;
    padding: clamp(18px,4.6vw,26px);
  }
  .m6-name {
    font-size: clamp(1.625rem,7.4vw,2.125rem);
  }
  .m6-services {
    padding-top: clamp(14px,3.4vw,20px);
  }
  .m6-services li {
    font-size: 0.9375rem;
    padding-block: clamp(3px,0.9vw,6px);
  }
}
#methode h2.sek {
  font-size: 1.875rem;
  max-width: none;
}
.m-frage {
  margin-top: var(--s3);
  font-weight: 800;
  letter-spacing: -0.015em;
  font-size: 1.0625rem;
  line-height: 1.35;
  max-width: 44ch;
}
.m-schluss {
  margin-top: clamp(34px,4vw,56px);
  padding-top: clamp(22px,2.6vw,34px);
  border-top: 1px solid var(--line);
}
.m-schluss-titel {
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.4;
}
.m-schluss-text {
  margin-top: var(--s2);
  font-size: 0.9375rem;
  line-height: 1.6;
  max-width: 52ch;
}
#transformation {
  background: var(--ink);
  color: var(--paper);
  padding-block: 0;
}
.he-pin {
  height: 220vh;
}
.he-buehne {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  display: flex;
  overflow: hidden;
  overflow: clip;
  padding-top: clamp(96px,12vh,132px);
  padding-bottom: clamp(28px,4vh,56px);
}
.he-buehne > .wrap {
  width: 100%;
  margin-block: auto;
}
@media (max-width:900px) {
  .he-pin {
    height: auto;
  }
  .he-buehne {
    position: static;
    height: auto;
    display: block;
    overflow: visible;
    padding-block: clamp(60px,10vw,90px);
  }
  .trafo-kette li:nth-child(2) {
    transition-delay: 90ms;
  }
  .trafo-kette li:nth-child(3) {
    transition-delay: 180ms;
  }
  .trafo-kette li:nth-child(4) {
    transition-delay: 270ms;
  }
  .trafo-kette li:nth-child(5) {
    transition-delay: 360ms;
  }
  .trafo-kette li:nth-child(6) {
    transition-delay: 450ms;
  }
  .trafo-kette li:nth-child(7) {
    transition-delay: 540ms;
  }
  .trafo-kette li:nth-child(8) {
    transition-delay: 630ms;
  }
  .trafo-kette li:nth-child(9) {
    transition-delay: 720ms;
  }
}
#transformation .marke-rubrik {
  background: linear-gradient(90deg,#1FC662 0%,rgba(31,198,98,0) 100%);
  color: var(--paper);
}
#transformation .trafo-logo img {
  filter: invert(1);
}
.trafo-grid {
  display: grid;
  grid-template-columns: minmax(0,3fr) minmax(0,9fr);
  column-gap: clamp(32px,4.5vw,80px);
  align-items: start;
}
@media (max-width:900px) {
  .trafo-grid {
    grid-template-columns: 1fr;
    row-gap: var(--s5);
  }
}
.trafo-links {
  position: sticky;
  top: clamp(88px,11vh,132px);
}
@media (max-width:900px) {
  .trafo-links {
    position: static;
  }
}
.trafo-kopf {
  text-align: center;
  margin-bottom: clamp(30px,3.6vw,52px);
}
.trafo-kopf h2 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  line-height: 0.9;
  font-size: 1.875rem;
  max-width: 20ch;
  margin-inline: auto;
}
.trafo-titel {
  grid-column: 1 / -1;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  line-height: 0.9;
  font-size: 2.125rem;
  margin-bottom: clamp(30px,3.6vw,58px);
}
.trafo-links h2 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  line-height: 0.9;
  font-size: 2.125rem;
  max-width: 12ch;
}
.trafo-links .fliess {
  margin-top: var(--s4);
  font-size: 0.9062rem;
  line-height: 1.65;
  max-width: 44ch;
}
.trafo-rechts {
  position: relative;
}
.trafo-logo {
  margin-top: 0;
  padding-top: 0;
  line-height: 0;
}
.trafo-logo img {
  width: min(190px,38vw);
  height: auto;
  display: block;
}
.trafo-kette {
  list-style: none;
  counter-reset: tk;
}
.trafo-kette li:last-child {
  border-bottom: 0;
}
.trafo-kette li {
  counter-increment: tk;
  position: relative;
  display: grid;
  grid-template-columns: clamp(34px,3vw,52px) 1fr;
  column-gap: clamp(14px,1.6vw,24px);
  align-items: start;
  padding-block: clamp(10px,1.4vw,20px);
  border-bottom: 1px solid var(--line-inv);
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.3;
  font-size: 1.1875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transform: translateX(110%);
  transition: opacity 620ms ease,transform 620ms cubic-bezier(0.22,0.9,0.3,1);
}
.trafo-kette li::before {
  content: '\2197';
  font-weight: 300;
  font-size: 1em;
  line-height: 1.25;
  color: var(--gruen);
}
.trafo-kette li.wach {
  opacity: 1;
  transform: none;
}
@media (max-width:900px) {
  .trafo-kette li {
    font-size: 1rem;
    line-height: 1.5;
    padding-block: clamp(10px,2.6vw,15px);
  }
}
.trafo-kette .tk-text {
  margin-top: var(--s2);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
  font-size: 0.9062rem;
  max-width: 52ch;
}
.trafo-fazit {
  margin-top: clamp(20px,2.4vw,34px);
  padding-top: clamp(16px,1.9vw,26px);
  border-top: 1px solid var(--line-inv);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 700ms ease,transform 700ms cubic-bezier(0.22,0.9,0.3,1);
}
.trafo-fazit.wach {
  opacity: 1;
  transform: none;
}
.trafo-fazit .label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--akzent);
  margin-bottom: var(--s2);
}
.trafo-fazit p {
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.025em;
  line-height: 1.1;
  font-size: 1.1875rem;
  max-width: 26ch;
}
#gespraech {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}
.cta-film {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cta-film video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.34;
}
.cta-film::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(16,16,16,0.5);
}
#gespraech > .wrap {
  position: relative;
  z-index: 1;
}
.final-grid {
  display: grid;
  grid-template-columns: minmax(0,5fr) minmax(0,7fr);
  gap: 0;
  align-items: stretch;
  max-width: 1080px;
  margin-inline: auto;
}
@media (max-width:860px) {
  .final-grid {
    grid-template-columns: 1fr;
  }
}
.final-media {
  position: relative;
  border-radius: 3px 0 0 0;
  overflow: hidden;
  background: #181818;
  min-height: clamp(440px,52vh,600px);
}
.final-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 8%;
  display: block;
}
@media (max-width:860px) {
  .final-media {
    min-height: 0;
  }
  .final-media img {
    position: static;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: top;
  }
}
.final-media::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(transparent 45%,rgba(16,16,16,0.82));
}
.foto-overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  color: var(--paper);
}
.foto-name {
  font-weight: 800;
  font-size: 1.0625rem;
  line-height: 1.2;
  color: var(--paper);
}
.foto-rolle {
  font-size: 0.8438rem;
  margin-top: 3px;
  color: var(--paper);
  opacity: 0.85;
}
.foto-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 11px;
  padding: 8px 15px;
  border-radius: 999px;
  font-size: 0.7812rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--paper);
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(16,16,16,0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.foto-btn:hover {
  background: rgba(16,16,16,0.78);
}
.final-card {
  background: var(--ink);
  color: var(--paper);
  border: 0;
  border-radius: 0 3px 0 0;
  padding: clamp(24px,3vw,44px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.final-card .sek-vor,.final-card .final-fein,.final-card h2 {
  color: var(--paper);
}
.final-card .marke-rubrik {
  background: linear-gradient(90deg,#1FC662 0%,rgba(31,198,98,0) 100%);
  color: var(--paper);
}
@media (max-width:860px) {
  .final-media {
    border-radius: 3px 3px 0 0;
  }
  .final-card {
    border: 0;
    border-radius: 0;
  }
}
.final-card h2 {
  max-width: 16ch;
}
.final-fein {
  margin-top: clamp(14px,1.6vw,20px);
  font-size: 0.9375rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.final-btn {
  align-self: flex-start;
  margin-top: clamp(20px,2.4vw,32px);
  color: var(--ink);
  background: linear-gradient(90deg,#28FF7E 0%,rgba(40,255,126,0) 100%);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  transition: background 0.25s ease,transform 0.2s ease,opacity 0.2s ease;
}
header.dunkel .btn:hover, .hero.dunkel .hero-ctas .btn:hover {
  background: linear-gradient(90deg,#28FF7E 0%,rgba(40,255,126,0) 100%);
  border-color: transparent;
  color: var(--ink);
}
.faq-bereich {
  grid-column: 1 / -1;
  margin-top: clamp(64px,7.4vw,110px);
  text-align: center;
  max-width: 860px;
  margin-inline: auto;
  width: 100%;
}
.faq-titel {
  margin-top: var(--s2);
  color: var(--paper);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.032em;
  line-height: 0.9;
  font-size: 1.1875rem;
}
.faq-liste {
  margin-top: clamp(18px,2vw,28px);
  text-align: left;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  align-content: start;
}
.faq-spalte {
  min-width: 0;
}
.faq:first-child {
  border-top: 0;
}
.faq-spalte + .faq-spalte .faq:first-child {
  border-top: 0;
}
.faq {
  border-bottom: 1px solid var(--line-inv);
}
.faq:first-child {
  border-top: 1px solid var(--line-inv);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s2);
  padding: clamp(9px,1.1vw,13px) 12px;
  border-radius: 3px;
  color: var(--paper);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: '+';
  flex: none;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1;
}
.faq[open] summary::after {
  content: '\2013';
}
.faq summary {
  transition: background 0.25s ease;
}
@media (hover:hover) {
  .faq summary:hover {
    background: linear-gradient(90deg,rgba(40,255,126,0.42) 0%,rgba(40,255,126,0) 100%);
  }
}
.faq[open] summary {
  background: linear-gradient(90deg,#1FC662 0%,rgba(31,198,98,0) 100%);
}
.faq-antwort {
  padding: 6px 12px clamp(10px,1.2vw,16px);
}
.faq-antwort p {
  color: var(--paper);
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.9;
}
.faq-antwort p + p {
  margin-top: 8px;
}
.termin-schluss {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: clamp(64px,7.4vw,110px);
  color: var(--paper);
}
.termin-schluss h2 {
  margin-top: 0;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-align: center;
  font-size: 1.875rem;
  max-width: 18ch;
  margin-inline: auto;
}
.termin-vor {
  margin-top: var(--s3);
  text-align: center;
  color: var(--paper);
  font-size: 0.9375rem;
  line-height: 1.6;
  max-width: 56ch;
  margin-inline: auto;
}
#kalender {
  scroll-margin-top: clamp(24px,4vh,48px);
}
.kalender {
  position: relative;
}
.kalender.consent-offen::before {
  content: none;
}
.kalender::before {
  content: 'Kalender wird geladen …';
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
  color: var(--paper);
  opacity: 0.6;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.kalender .calendly-inline-widget {
  position: relative;
  z-index: 1;
}
.calendly-inline-widget.kalender-boot {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.kalender {
  margin-top: var(--s3);
  min-height: 700px;
  height: auto;
  position: relative;
}
.kalender iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width:700px) {
  .kalender {
    min-height: 640px;
    height: auto;
  }
}
footer.site {
  position: relative;
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding-block: clamp(44px,5.5vw,76px);
}
.foot-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--s5) var(--rinne);
  flex-wrap: wrap;
}
.foot-info {
  text-align: right;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.foot-lead {
  font-weight: 800;
}
.foot-leer {
  margin-top: 1.1em;
}
.foot-mail {
  color: inherit;
  text-decoration: none;
}
.foot-mail:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.foot-recht {
  display: inline-block;
  margin-top: var(--s3);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.8438rem;
  font-weight: 700;
}
.foot-recht:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width:720px) {
  .foot-grid {
    flex-direction: column;
  }
  .foot-info {
    text-align: left;
  }
}
.foot-marke .brand {
  width: 168px;
  display: block;
}
.foot-marke .brand img {
  width: 100%;
  height: auto;
  display: block;
}
.foot-claim {
  margin-top: 12px;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media (max-width:720px) {
  .foot-claim {
    display: none;
  }
}
.foot-sp b {
  display: block;
  margin-bottom: 12px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.foot-sp a {
  display: block;
  padding-block: 4px;
  font-size: 0.9062rem;
  color: var(--ink);
  text-decoration: none;
}
.foot-sp a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.consent-banner {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 9000;
  background: var(--gruen);
  color: var(--ink);
  transform: translateY(100%);
  visibility: hidden;
  transition: transform 480ms cubic-bezier(0.22,0.9,0.3,1),visibility 0s 520ms;
}
.consent-banner.offen {
  transform: none;
  visibility: visible;
  transition: transform 480ms cubic-bezier(0.22,0.9,0.3,1);
}
.consent-innen {
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(22px,2.8vw,40px) clamp(20px,4vw,48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px,2.4vw,40px);
  flex-wrap: wrap;
}
.consent-titel {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 0.9;
  font-size: 1.25rem;
}
.consent-text {
  margin-top: 10px;
  font-size: 0.8438rem;
  line-height: 1.55;
  max-width: 62ch;
}
.consent-text a {
  color: inherit;
  font-weight: 700;
}
.consent-aktionen {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.consent-banner .btn {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.consent-nur {
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 0.8438rem;
  font-weight: 700;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.kalender-consent {
  position: relative;
  z-index: 2;
  padding: clamp(48px,6vw,90px) clamp(20px,4vw,48px);
  text-align: center;
  color: var(--paper);
}
.kalender-consent p {
  font-size: 0.9375rem;
  opacity: 0.85;
  max-width: 52ch;
  margin-inline: auto;
}
.kalender-consent .btn {
  margin-top: 22px;
}
@media (min-width:901px) and (max-height:1000px) {
  .m6-box {
    max-width: calc(41vh * 2.35);
  }
  .m7-buehne {
    margin-top: clamp(32px,5vh,64px);
  }
  .m6-box {
    min-height: clamp(240px,41vh,430px);
  }
  .trafo-kette li {
    padding-block: clamp(5px,0.9vh,9px);
    font-size: 1.0625rem;
  }
  .trafo-logo {
    margin-top: 0;
  }
  .trafo-logo img {
    width: min(150px,30vw);
  }
}
@media (min-width:901px) and (max-height:780px) {
  .trafo-kette li {
    padding-block: clamp(4px,0.7vh,8px);
    font-size: 1rem;
  }
  .trafo-titel {
    margin-bottom: clamp(18px,2.6vh,34px);
  }
}
.mbr {
  display: none;
}
@media (max-width:900px) {
  .mbr {
    display: inline;
  }
  .dbr {
    display: none;
  }
}
.cred-pin,.cred-buehne, .he-pin,.he-buehne {
  background: var(--ink);
}
@media (max-width:900px) {
  .m6-buehne {
    padding-block: clamp(44px,9vw,72px);
  }
  .m7-buehne {
    margin-top: clamp(26px,6vw,42px);
  }
  .m7-ziffer {
    font-size: clamp(2.5rem,11vw,3.375rem);
  }
}
@keyframes m7einflug {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: none;
  }
}
.rv {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease,transform 700ms cubic-bezier(0.22,0.9,0.3,1);
}
.rv.in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion:reduce) {
  .rv {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (min-width:1024px) {
  .kicker {
    font-size: 0.8125rem;
  }
  .lede {
    font-size: 1.125rem;
  }
  .copy {
    font-size: 1rem;
  }
  .btn {
    font-size: 1rem;
  }
  h2.sek {
    font-size: 2.25rem;
  }
  .leist-kopf h2.sek {
    font-size: 2.9375rem;
  }
  .streifen-kopf h2 {
    font-size: 2.9375rem;
  }
  .streifen-kopf p {
    font-size: 1rem;
  }
  .sek-vor {
    font-size: 1rem;
  }
  .final-card .sek-vor {
    font-size: 1.125rem;
  }
  .problem-satz p {
    font-size: 2.0625rem;
  }
  .problem-satz .fliess {
    font-size: 1rem;
  }
  .problem-satz .pointe {
    font-size: 1.5rem;
  }
  .cred-block-titel {
    font-size: 1.125rem;
  }
  .cred-text {
    font-size: 1.5rem;
  }
  #erfahrung .cred-kicker {
    font-size: 0.875rem;
  }
  h2.cred-titel {
    font-size: 2.9375rem;
  }
  .cred-liste li {
    font-size: 1.125rem;
  }
  .cred-fazit p {
    font-size: 1rem;
  }
  .l-name {
    font-size: 3.6875rem;
  }
  .l-claim {
    font-size: 1.125rem;
  }
  .l-text {
    font-size: 0.9375rem;
  }
  .l-schalter {
    font-size: 1rem;
  }
  .l-fach-titel {
    font-size: 1.125rem;
  }
  .l-detail p {
    font-size: 0.9375rem;
  }
  .l-fragen li {
    font-size: 0.9375rem;
  }
  .l-schluss {
    font-size: 0.9375rem;
  }
  .leist-cta p {
    font-size: 1.25rem;
  }
  .cases h2.sek {
    font-size: 2.9375rem;
  }
  .cases-kopf .sek-vor {
    font-size: 1.5rem;
  }
  .c2-journey-btn {
    font-size: 0.8125rem;
  }
  .c2-journey-grid p {
    font-size: 0.9375rem;
  }
  .c2-journey .fall-leistungen {
    font-size: 0.9375rem;
  }
  .c2-stimme .c2-claim {
    font-size: 1.25rem;
  }
  .c2-stimme p {
    font-size: 0.875rem;
  }
  .ton-global {
    font-size: 1rem;
  }
  .fall-titel {
    font-size: 1.625rem;
  }
  .fall-sub {
    font-size: 1rem;
  }
  .fall-akk-text p {
    font-size: 0.9375rem;
  }
  .fall-text {
    font-size: 1.125rem;
  }
  @media (max-width:900px) {
    font-size: 1.25rem;
    font-size: 0.9375rem;
  }
  .bl-knopf {
    font-size: 4rem;
  }
  #methode h2.sek {
    font-size: 2.9375rem;
  }
  .m6-satz {
    font-size: 1.5rem;
  }
  .m6-name {
    font-size: 3.0625rem;
  }
  .m6-services li {
    font-size: 1.5rem;
  }
  @media (max-width:900px) {
    font-size: 1.0625rem;
  }
  #methode h2.sek {
    font-size: 2.9375rem;
  }
  .m-frage {
    font-size: 1.25rem;
  }
  .m-schluss-titel {
    font-size: 1.125rem;
  }
  .m-schluss-text {
    font-size: 1rem;
  }
  .trafo-kopf h2 {
    font-size: 2.9375rem;
  }
  .trafo-titel {
    font-size: 3.3125rem;
  }
  .trafo-links h2 {
    font-size: 3.3125rem;
  }
  .trafo-links .fliess {
    font-size: 0.9375rem;
  }
  .trafo-kette li {
    font-size: 1.5rem;
  }
  @media (max-width:900px) {
    font-size: 1.125rem;
  }
  .trafo-kette .tk-text {
    font-size: 1rem;
  }
  .trafo-fazit p {
    font-size: 1.5rem;
  }
  .faq-titel {
    font-size: 1.4375rem;
  }
  .faq summary {
    font-size: 1.125rem;
  }
  .faq-antwort p {
    font-size: 1.125rem;
  }
  .termin-schluss h2 {
    font-size: 3.0625rem;
  }
  .termin-vor {
    font-size: 1rem;
  }
  .consent-titel {
    font-size: 1.625rem;
  }
  @media (min-width:901px) and (max-height:1000px) {
    font-size: 1.5rem;
  }
  @media (min-width:901px) and (max-height:780px) {
    font-size: 1.25rem;
  }
}
@media (min-width:1280px) {
  .kicker {
    font-size: 0.875rem;
  }
  .lede {
    font-size: 1.1875rem;
  }
  .copy {
    font-size: 1.125rem;
  }
  .btn {
    font-size: 1.0625rem;
  }
  h2.sek {
    font-size: 2.875rem;
  }
  .leist-kopf h2.sek {
    font-size: 4rem;
  }
  .streifen-kopf h2 {
    font-size: 4rem;
  }
  .streifen-kopf p {
    font-size: 1.0625rem;
  }
  .sek-vor {
    font-size: 1.0625rem;
  }
  .final-card .sek-vor {
    font-size: 1.25rem;
  }
  .problem-satz p {
    font-size: 2.625rem;
  }
  .problem-satz .fliess {
    font-size: 1.125rem;
  }
  .problem-satz .pointe {
    font-size: 1.75rem;
  }
  .cred-block-titel {
    font-size: 1.3125rem;
  }
  .cred-text {
    font-size: 1.875rem;
  }
  #erfahrung .cred-kicker {
    font-size: 1rem;
  }
  h2.cred-titel {
    font-size: 4rem;
  }
  .cred-liste li {
    font-size: 1.25rem;
  }
  .cred-fazit p {
    font-size: 1.125rem;
  }
  .l-name {
    font-size: 5rem;
  }
  .l-claim {
    font-size: 1.3125rem;
  }
  .l-text {
    font-size: 1.0312rem;
  }
  .l-schalter {
    font-size: 1.0625rem;
  }
  .l-fach-titel {
    font-size: 1.3125rem;
  }
  .l-detail p {
    font-size: 1rem;
  }
  .l-fragen li {
    font-size: 1rem;
  }
  .l-schluss {
    font-size: 1rem;
  }
  .leist-cta p {
    font-size: 1.5rem;
  }
  .cases h2.sek {
    font-size: 4rem;
  }
  .cases-kopf .sek-vor {
    font-size: 1.875rem;
  }
  .c2-journey-btn {
    font-size: 0.875rem;
  }
  .c2-journey-grid p {
    font-size: 1.0312rem;
  }
  .c2-journey .fall-leistungen {
    font-size: 1.0312rem;
  }
  .c2-stimme .c2-claim {
    font-size: 1.4375rem;
  }
  .c2-stimme p {
    font-size: 0.9375rem;
  }
  .ton-global {
    font-size: 1.0625rem;
  }
  .fall-titel {
    font-size: 1.875rem;
  }
  .fall-sub {
    font-size: 1.0625rem;
  }
  .fall-akk-text p {
    font-size: 0.9688rem;
  }
  .fall-text {
    font-size: 1.25rem;
  }
  @media (max-width:900px) {
    font-size: 1.375rem;
    font-size: 1rem;
  }
  .bl-knopf {
    font-size: 4.75rem;
  }
  #methode h2.sek {
    font-size: 4rem;
  }
  .m6-satz {
    font-size: 1.875rem;
  }
  .m6-name {
    font-size: 4rem;
  }
  .m6-services li {
    font-size: 1.875rem;
  }
  @media (max-width:900px) {
    font-size: 1.1875rem;
  }
  #methode h2.sek {
    font-size: 4rem;
  }
  .m-frage {
    font-size: 1.5rem;
  }
  .m-schluss-titel {
    font-size: 1.3125rem;
  }
  .m-schluss-text {
    font-size: 1.0938rem;
  }
  .trafo-kopf h2 {
    font-size: 4rem;
  }
  .trafo-titel {
    font-size: 4.5rem;
  }
  .trafo-links h2 {
    font-size: 4.5rem;
  }
  .trafo-links .fliess {
    font-size: 1.0312rem;
  }
  .trafo-kette li {
    font-size: 1.875rem;
  }
  @media (max-width:900px) {
    font-size: 1.25rem;
  }
  .trafo-kette .tk-text {
    font-size: 1.0625rem;
  }
  .trafo-fazit p {
    font-size: 1.875rem;
  }
  .faq-titel {
    font-size: 1.6875rem;
  }
  .faq summary {
    font-size: 1.25rem;
  }
  .faq-antwort p {
    font-size: 1.25rem;
  }
  .termin-schluss h2 {
    font-size: 4.25rem;
  }
  .termin-vor {
    font-size: 1.125rem;
  }
  .consent-titel {
    font-size: 2rem;
  }
  @media (min-width:901px) and (max-height:1000px) {
    font-size: 1.875rem;
  }
  @media (min-width:901px) and (max-height:780px) {
    font-size: 1.5625rem;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}


/* Faktenstreifen zwischen Cases und Methode */
.fakten-lauf {
  background: #000;
  color: var(--paper);
  overflow: hidden;
  border-top: 1px solid var(--line-inv);
  padding-block: clamp(18px,2.2vw,34px);
}
.fl-spur {
  overflow: hidden;
  width: 100%;
}
.fl-band {
  display: flex;
  width: max-content;
  animation: faktenlauf 42s linear infinite;
}
.fl-gruppe {
  display: flex;
  align-items: center;
  gap: clamp(24px,3vw,56px);
  padding-right: clamp(24px,3vw,56px);
}
.fl-satz {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  font-size: clamp(17px,2.1vw,32px);
  line-height: 1.1;
  white-space: nowrap;
}
.fl-trenner {
  font-weight: 800;
  font-size: clamp(17px,2.1vw,32px);
  line-height: 1.1;
  opacity: 0.38;
}
@keyframes faktenlauf {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (max-width:900px) {
  .fl-band { animation-duration: 24s; }
  .fl-satz, .fl-trenner { font-size: 15px; letter-spacing: 0.04em; }
  .fakten-lauf { padding-block: 16px; }
}
@media (prefers-reduced-motion:reduce) {
  .fl-band { animation: none; }
}
