
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: system-ui, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3 { line-height: 1.15; margin: 0 0 14px; }
h1 { font-size: clamp(34px, 5.2vw, 64px); letter-spacing: -0.5px; }
h2 { font-size: clamp(24px, 3vw, 36px); }
h3 { font-size: 17px; }
p  { margin: 0 0 12px; }

.page { position: relative; overflow: hidden; min-height: 100vh; }

.atmo, .seal-bg, .seal-bg-2, .stage-glow, .seal-echo, .baseline,
.stage-floor, .stage-fade, .gold-mark, .gold-mark-2,
.chrome .pill, .karte .mark, .karte .ico, .etikett .dot { display: none; }

.topbar {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 12px clamp(16px, 4vw, 56px);
}
.topbar .logo svg { display: block; height: 48px; width: auto; }
.nav { display: flex; gap: clamp(14px, 3vw, 40px); align-items: center; font-size: 15px; font-weight: 500; }
.nav a { padding: 6px 2px; border-bottom: 2px solid transparent; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; font-weight: 600; white-space: nowrap;
  padding: 12px 24px; font-size: 15px; border-radius: 8px;
}
.pfeil { font-weight: 700; }

.hero {
  position: relative; z-index: 3; text-align: center;
  padding: clamp(28px, 5vw, 48px) clamp(16px, 6vw, 100px) 8px;
}
.etikett {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 600; letter-spacing: 2.5px;
  text-transform: uppercase;
}
.hero h1 { margin: 18px auto 14px; max-width: 1100px; }
.hero .sub { margin: 0 auto; max-width: 860px; font-size: clamp(16px, 1.6vw, 19px); }
.cta-row { margin-top: 24px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-row .btn { padding: 15px 30px; font-size: 16px; }
.mikro { margin-top: 12px; font-size: 13.5px; }
.fakten {
  margin-top: 14px; font-size: 13px; letter-spacing: 2px;
  text-transform: uppercase;
  display: flex; justify-content: center; align-items: center;
  gap: 12px; flex-wrap: wrap;
}

.stage { position: relative; z-index: 2; padding: clamp(8px, 2vw, 24px) 0 0; }
.stage-innen {
  position: relative; max-width: 1500px; margin: 0 auto;
  height: clamp(340px, 42vw, 640px);
}
.shot { margin: 0; border-radius: 14px; overflow: hidden; }
.chrome { height: 34px; display: flex; align-items: center; gap: 8px; padding: 0 16px; }
.chrome i { width: 10px; height: 10px; border-radius: 50%; display: block; }
.stage-innen .shot-main { position: absolute; left: 8%; top: 4%; width: 62%; z-index: 2; }
.stage-innen .shot-side { position: absolute; right: 3%; top: 12%; width: 42%; z-index: 3; }
.caption {
  position: relative; z-index: 4; margin: 10px auto 0;
  max-width: 1280px; padding: 0 clamp(16px, 4vw, 56px);
  font-size: 12px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase;
}

.band {
  position: relative; z-index: 4;
  max-width: 1280px; margin: 0 auto;
  padding: clamp(28px, 4vw, 48px) clamp(16px, 4vw, 56px);
}
.band .intro { max-width: 760px; font-size: clamp(15px, 1.4vw, 18px); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.karte, .station { padding: 22px; border-radius: 14px; }
.karte p, .station p { font-size: 14.5px; margin: 0 0 8px; }
.station .nr { font-size: 13px; font-weight: 700; display: inline-block; margin-bottom: 10px; }
.station .punkte, .punkte-liste { font-size: 13px; }
.label { display: flex; align-items: center; gap: 18px; margin-bottom: 22px; }
.label span { font-size: 13px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; }
.label::after { content: ""; flex: 1; border-top: 1px solid transparent; }
.band-cta { margin-top: 26px; text-align: center; }
.band-verweis { margin-top: 18px; font-weight: 600; }

.band.tag { display: grid; grid-template-columns: 1fr 1.1fr; gap: 32px; align-items: center; }
.band.tag .band-cta { text-align: left; }

.zusagen { margin: 0; padding: 0; list-style: none; max-width: 640px; }
.zusagen li { padding: 10px 0 10px 26px; position: relative; font-size: 16px; }
.zusagen li::before { content: "\25c6"; position: absolute; left: 0; font-size: 11px; top: 14px; }
.klein { font-size: 13px; }

.faq-liste { max-width: 820px; }
.faq-liste details { padding: 14px 0; }
.faq-liste summary { cursor: pointer; font-weight: 650; font-size: 16px; }
.faq-liste p { margin: 10px 0 0; max-width: 720px; }

.band.schluss { text-align: center; }
.band.schluss p { max-width: 640px; margin-left: auto; margin-right: auto; }
.fuss {
  position: relative; z-index: 4;
  max-width: 1280px; margin: 0 auto;
  padding: 26px clamp(16px, 4vw, 56px) 40px;
  font-size: 13.5px;
}
.fuss-links { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 8px; }
.recht-karte { max-width: 820px; }
.recht-text { white-space: pre-wrap; line-height: 1.55; }
.recht-karte h2 { font-size: 1.05rem; margin: 22px 0 6px; }
.recht-karte h2:first-of-type { margin-top: 8px; }
.recht-verweis { margin-top: 22px; opacity: .85; }
.seite-kopf h1 { margin-bottom: 8px; }

body.js .band:not(.zeige):not(.sichtbar) { opacity: 0; transform: translateY(14px); }
body.js .band { transition: opacity .5s ease, transform .5s ease; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body.js .band:not(.zeige):not(.sichtbar) { opacity: 1; transform: none; }
  body.js .band { transition: none; }
}

@media (max-width: 1000px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .band.tag { grid-template-columns: 1fr; }
  .nav { display: none; }
}
@media (max-width: 720px) {
  .grid-4, .grid-2 { grid-template-columns: 1fr; }
  .stage { padding-left: 16px; padding-right: 16px; }
  .stage-innen { height: auto; }
  .stage-innen .shot-main { position: static; width: 100%; }
  .stage-innen .shot-side { display: none; }
  .stage-glow, .seal-echo, .gold-mark, .gold-mark-2, .stage-floor { display: none !important; }
  .topbar .logo svg { height: 38px; }
}
