/* ========================================
   ASTROMANIA DEUTSCHLAND - HAUPTSTILE
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');

/* ========= DESIGN-VARIABLEN ========= */
:root {
  --hg: #131718;
  --kopf-hg: #1c2123;
  --seite-hg: #1c2123;
  --panel: #1f1c1a;
  --panel-hover: #2a2622;
  --rand: rgba(165,130,100,.1);

  --txt: #ffffff;
  --txt-2: #b8b8b8;
  --txt-gedaempft: #6b6866;

  --gold: #d4a574;
  --gold-hover: #e6b885;
  --gold-dunkel: #b08d5a;
  --gruen: #00d4aa;
  --gruen-hover: #00e6bb;
  --orange: #ff6b35;
  --orange-hover: #ff8055;

  --radius: 6px;
  --schatten: 0 4px 12px rgba(0,0,0,.6);
}

/* ========= GRUNDSTILE ========= */
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
  font-family: "Cinzel", "BeaufortforLOL", Georgia, serif;
  color: var(--txt);
  background: var(--hg);
  line-height: 1.5;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; }
img, svg { display: block; max-width: 100%; }

/* ========= KOPFZEILE ========= */
.kopf-bereich {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 64px;
  background: 
    url("data:image/svg+xml,%3Csvg width='100' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='white'%3E%3Ccircle cx='5' cy='10' r='1' opacity='0.8'/%3E%3Ccircle cx='20' cy='30' r='0.5' opacity='0.6'/%3E%3Ccircle cx='35' cy='15' r='1' opacity='0.7'/%3E%3Ccircle cx='50' cy='45' r='0.5' opacity='0.8'/%3E%3Ccircle cx='65' cy='25' r='1' opacity='0.6'/%3E%3Ccircle cx='80' cy='50' r='0.5' opacity='0.7'/%3E%3Ccircle cx='90' cy='8' r='1' opacity='0.8'/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(to bottom, #444746 0%, #191e21 100%);
  background-repeat: repeat-x, no-repeat;
  background-size: 100px 60px, 100% 100%;
  border-bottom: 1px solid var(--rand);
  display: flex;
  align-items: center;
  padding: 0 20px;
  z-index: 1000;
}

.kopf-links {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 220px;
}

.menue-schalter {
  width: 36px; height: 36px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  cursor: pointer;
  background: transparent;
  border: 2px solid rgba(212,165,116,.25);
  border-radius: var(--radius);
  transition: all .15s ease;
  gap: 3px;
  padding: 8px;
}

.menue-schalter:hover {
  background: rgba(212,165,116,.08);
  border-color: rgba(212,165,116,.35);
}

.menue-schalter span {
  display: block; width: 16px; height: 2px;
  background: var(--gold-dunkel);
  transition: all .2s ease;
  border-radius: 1px;
}

.menue-schalter span:before,
.menue-schalter span:after {
  content: '';
  display: block;
  width: 16px; height: 2px;
  background: var(--gold-dunkel);
  transition: all .2s ease;
  border-radius: 1px;
}

.menue-schalter span:before { margin-bottom: 3px; }
.menue-schalter span:after { margin-top: 3px; }

.menue-schalter.aktiv {
  background: rgba(212,165,116,.12);
  border-color: var(--gold-dunkel);
}

.marken-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: var(--txt);
  text-transform: uppercase;
}

.marken-logo img { height: 36px; }

.kopf-rechts {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

/* Suchleiste */
.such-container {
  position: relative;
  width: 100%;
  max-width: 450px;
  background: linear-gradient(180deg, #D4A574 0%, #8B6239 100%);
  padding: 3px;
  border-radius: 35px;
}

.such-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #191e21 0%, #444746 100%);
  border-radius: 32px;
  overflow: hidden;
}

.such-symbol {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

.such-eingabe {
  width: 100%;
  height: 42px;
  background: transparent;
  border: none;
  padding: 0 24px 0 55px;
  font-size: 16px;
  color: #FFF;
  outline: none;
  transition: all 0.3s ease;
}

.such-eingabe::placeholder {
  color: #fff;
  font-size: 14px;
}

.such-container:hover {
  box-shadow: 0 0 20px rgba(212, 165, 116, 0.3);
}

/* Aktionsknöpfe */
.aktion-knoepfe {
  display: flex;
  gap: 10px;
}

.knopf-rahmen {
  position: relative;
  background: linear-gradient(180deg, #D4A574 0%, #8B6239 100%);
  padding: 5px;
  border-radius: 35px;
  transition: all 0.3s ease;
}

.knopf-innen {
  position: relative;
  background: 
    conic-gradient(from 45deg at 20% 30%, rgba(90, 122, 155, 0.3) 0deg, rgba(58, 84, 112, 0.3) 60deg, transparent 120deg),
    linear-gradient(to bottom, #444746 0%, #191e21 100%);
  border-radius: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  overflow: hidden;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.knopf-innen span {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
}

.knopf-rahmen:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

/* ========= LAYOUT ========= */
.anwendung-wrapper {
  display: flex;
  min-height: 100vh;
  padding-top: 64px;
}

/* ========= SEITENLEISTE ========= */
.seiten-leiste {
  width: 220px;
  background: var(--seite-hg);
  border-right: 1px solid var(--rand);
  position: fixed;
  top: 64px;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  transition: width .3s ease, transform .3s ease;
  z-index: 100;
}

.seiten-leiste.geschlossen { width: 60px; }

.nav-bereich {
  padding: 8px;
  flex: 1;
}

.nav-trenner {
  height: 1px;
  background: var(--rand);
  margin: 8px 12px;
}

.nav-punkt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  margin: 2px 0;
  color: #a89f9b;
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: all .15s ease;
  position: relative;
}

.nav-punkt:hover {
  background: rgba(255,255,255,.04);
  color: var(--txt-2);
}

.nav-punkt.aktiv {
  color: var(--gold);
  background: rgba(212,165,116,.1);
}

.nav-punkt.aktiv::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: var(--gold);
  border-radius: 0 2px 2px 0;
}

.nav-punkt.splash-aktion {
  background: linear-gradient(90deg, rgba(212,165,116,.1), rgba(0,212,170,.1));
  border: 1px solid rgba(212,165,116,.25);
  color: var(--gold);
  margin: 6px 0;
}

.nav-punkt.splash-aktion:hover {
  background: linear-gradient(90deg, rgba(212,165,116,.15), rgba(0,212,170,.15));
  color: var(--gold-hover);
}

/* Nav Symbole */
.nav-symbol {
  width: 24px;
  height: 24px;
  display: inline-block;
  flex-shrink: 0;
}

.symbol-splash {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z" fill="%23d4a574"/><path d="M12 6l1.5 3.5L17 10l-2.5 2.5L15 16l-3-2l-3 2l.5-3.5L7 10l3.5-.5L12 6z" fill="%23d4a574"/></svg>') center/contain no-repeat;
}

.symbol-geschenk {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="3" y="9" width="18" height="12" rx="1" fill="none" stroke="%23d4a574" stroke-width="1.5"/><path d="M12 9v12" stroke="%23d4a574" stroke-width="1.5"/><path d="M12 9c-1-2-3-3-4-2s0 3 2 3h2m0 0h2c2 0 3-2 2-3s-3 0-4 2" stroke="%23d4a574" stroke-width="1.5" fill="none"/></svg>') center/contain no-repeat;
}

.symbol-startseite {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 11l8-7 8 7v10H4V11z" fill="none" stroke="%23d4a574" stroke-width="1.5"/><rect x="10" y="14" width="4" height="7" fill="%23d4a574" opacity="0.3"/></svg>') center/contain no-repeat;
}

.symbol-spielothek {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="2" fill="none" stroke="%23d4a574" stroke-width="1.5"/><text x="12" y="14" text-anchor="middle" fill="%23d4a574" font-size="7" font-weight="bold">777</text></svg>') center/contain no-repeat;
}

.symbol-live {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 5 1 7-6-4-6 4 1-7-5-5 7-1z" fill="none" stroke="%23d4a574" stroke-width="1.5"/><circle cx="12" cy="12" r="3" fill="%23d4a574"/></svg>') center/contain no-repeat;
}

.symbol-jackpot {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="10" r="7" fill="none" stroke="%23d4a574" stroke-width="1.5"/><circle cx="12" cy="10" r="2" fill="%23d4a574"/><path d="M8 16l1 4h6l1-4" stroke="%23d4a574" stroke-width="1.5"/></svg>') center/contain no-repeat;
}

.symbol-sport {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="%23d4a574" stroke-width="1.5"/><path d="M12 3v18M3 12h18" stroke="%23d4a574" stroke-width="1"/></svg>') center/contain no-repeat;
}

.symbol-livewette {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="2" fill="none" stroke="%23d4a574" stroke-width="1.5"/><text x="12" y="14" text-anchor="middle" font-size="6" fill="%23d4a574" font-weight="700">LIVE</text></svg>') center/contain no-repeat;
}

.symbol-virtuell {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="2" y="4" width="20" height="13" rx="2" fill="none" stroke="%23d4a574" stroke-width="1.5"/><path d="M8 20h8M10 17v3M14 17v3" stroke="%23d4a574" stroke-width="1.5"/></svg>') center/contain no-repeat;
}

.symbol-herausforderung {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="14" r="8" fill="none" stroke="%23d4a574" stroke-width="1.5"/><path d="M12 2v4" stroke="%23d4a574" stroke-width="2"/></svg>') center/contain no-repeat;
}

.symbol-turnier {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 3h14v5c0 4-3 7-7 7s-7-3-7-7V3z" fill="none" stroke="%23d4a574" stroke-width="1.5"/><path d="M11 15h2v6h-2z" fill="%23d4a574" opacity="0.5"/><path d="M8 21h8" stroke="%23d4a574" stroke-width="2"/></svg>') center/contain no-repeat;
}

.symbol-krabbe {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><ellipse cx="12" cy="12" rx="6" ry="4.5" fill="%23d4a574" opacity="0.3"/><ellipse cx="12" cy="12" rx="6" ry="4.5" fill="none" stroke="%23d4a574" stroke-width="1.5"/><path d="M7 10c-2-1.5-3.5-2-4.5-1s-0.5 2.5 1.5 2.5m10-1.5c2-1.5 3.5-2 4.5-1s0.5 2.5-1.5 2.5" stroke="%23d4a574" stroke-width="1.5" fill="none"/></svg>') center/contain no-repeat;
}

.symbol-laden {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 7h14l-1 7H6z" fill="none" stroke="%23d4a574" stroke-width="1.5"/><circle cx="9" cy="20" r="1.5" fill="%23d4a574"/><circle cx="15" cy="20" r="1.5" fill="%23d4a574"/></svg>') center/contain no-repeat;
}

.symbol-vip {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 5 1 7-6-4-6 4 1-7-5-5 7-1z" fill="none" stroke="%23d4a574" stroke-width="1.5"/><text x="12" y="14" text-anchor="middle" fill="%231c1816" font-size="5" font-weight="bold">VIP</text></svg>') center/contain no-repeat;
}

/* Seitenleisten-Fußzeile */
.seitenleiste-fuss {
  padding: 12px 8px;
  border-top: 1px solid var(--rand);
}

.sprach-auswahl {
  position: relative;
  margin-bottom: 8px;
}

.aktuelle-sprache {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--rand);
  border-radius: 8px;
  cursor: pointer;
  transition: all .15s ease;
  font-size: 12px;
  font-weight: 600;
}

.aktuelle-sprache:hover {
  background: rgba(212,165,116,.1);
  border-color: var(--gold);
}

.sprach-flagge { font-size: 18px; }
.sprach-name { font-size: 11px; letter-spacing: 0.5px; }

.dropdown-pfeil {
  margin-left: auto;
  transition: transform .2s ease;
}

.sprach-auswahl.aktiv .dropdown-pfeil {
  transform: rotate(180deg);
}

.sprach-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: var(--panel);
  border: 1px solid var(--rand);
  border-radius: 8px;
  padding: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all .2s ease;
  z-index: 1000;
}

.sprach-auswahl.aktiv .sprach-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sprach-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--txt-2);
  transition: all .15s ease;
}

.sprach-option:hover {
  background: rgba(212,165,116,.1);
  color: var(--gold);
}

.sprach-option.aktiv {
  background: rgba(212,165,116,.15);
  color: var(--gold);
}

.hilfe-zentrum {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 10px;
  color: #7a7572;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  transition: color .15s ease;
}

.hilfe-zentrum:hover { color: var(--gold-dunkel); }

.hilfe-symbol {
  width: 14px;
  height: 14px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}

/* ========= HAUPTINHALT ========= */
.haupt-inhalt {
  flex: 1;
  margin-left: 220px;
  padding: 2px 5px 0px 5px;
  transition: margin-left .3s ease;
  min-width: 0;
}

.haupt-inhalt.erweitert { margin-left: 60px; }

.inhalt-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  min-width: 0;
}

/* ========= HELD-SLIDER ========= */
.held-slider {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 400px;
  overflow: hidden;
  background: #1a0a20;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 24px;
}

.held-slider__container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
  width: 100%;
}

.held-slider__folie {
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 
    radial-gradient(ellipse at 50% 30%, rgba(138, 43, 226, 0.3) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(30, 144, 255, 0.2) 0%, transparent 50%),
    linear-gradient(135deg, #1a0a20 0%, #2d1b3d 50%, #0f0515 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.held-slider__folie--aktiv {
  opacity: 1;
  visibility: visible;
}

.held-slider__inhalt {
  position: relative;
  z-index: 2;
  max-width: 500px;
  animation: folie-links 0.8s ease-out;
}

@keyframes folie-links {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

.held-slider__abzeichen {
  display: inline-block;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 2px solid #D4A574;
  border-radius: 25px;
  padding: 8px 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.held-slider__abzeichen-text {
  color: #D4A574;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.held-slider__titel {
  font-size: 46px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 0 0 30px rgba(138, 43, 226, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.8);
  line-height: 1.1;
}

.held-slider__untertitel {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-weight: 400;
}

.held-slider__knopf-wrapper {
  position: relative;
  background: linear-gradient(135deg, #D4A574 0%, #8B6239 100%);
  padding: 3px;
  border-radius: 38px;
  display: inline-block;
}

.held-slider__knopf {
  display: inline-block;
  background: linear-gradient(135deg, #e91e63 0%, #9c27b0 100%);
  border: none;
  border-radius: 35px;
  padding: 18px 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(233, 30, 99, 0.4);
  text-decoration: none;
}

.held-slider__knopf-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.held-slider__knopf-wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 165, 116, 0.4);
}

.held-slider__bild {
  position: relative;
  z-index: 1;
  width: 50%;
  max-width: 600px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.held-slider__bild-platzhalter {
  width: 80%;
  max-width: 400px;
  height: 75%;
  max-height: 300px;
  background: linear-gradient(135deg, rgba(138, 43, 226, 0.2) 0%, rgba(30, 144, 255, 0.2) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.held-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.held-slider__sport-visual {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.held-slider__ball {
  width: 80px;
  height: 80px;
  background: radial-gradient(circle at 30% 30%, #ffffff, #D4A574);
  border-radius: 50%;
  animation: huepfen 2s ease-in-out infinite;
  box-shadow: 0 10px 30px rgba(212, 165, 116, 0.4);
}

@keyframes huepfen {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-30px); }
}

.held-slider__krone-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.held-slider__krone {
  width: 200px;
  height: 160px;
  animation: krone-schweben 3s ease-in-out infinite;
}

@keyframes krone-schweben {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}

/* Navigation */
.held-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(26, 10, 32, 0.8);
  border: 2px solid #D4A574;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 3;
}

.held-slider__nav:hover {
  background: rgba(212, 165, 116, 0.2);
  transform: translateY(-50%) scale(1.1);
}

.held-slider__nav--zurueck { left: 20px; }
.held-slider__nav--weiter { right: 20px; }

.held-slider__nav-pfeil {
  width: 0;
  height: 0;
  border-style: solid;
}

.held-slider__nav--zurueck .held-slider__nav-pfeil {
  border-width: 8px 12px 8px 0;
  border-color: transparent #D4A574 transparent transparent;
  margin-right: 3px;
}

.held-slider__nav--weiter .held-slider__nav-pfeil {
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #D4A574;
  margin-left: 3px;
}

/* Anzeiger */
.held-slider__anzeiger {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.held-slider__punkt {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.held-slider__punkt--aktiv {
  background: #D4A574;
  border-color: #D4A574;
  width: 30px;
  border-radius: 15px;
}

/* ========= KATEGORIE NAVIGATION ========= */
.kat-nav-behaelter {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 24px;
}

.kat-nav-wrapper {
  position: relative;
  background: linear-gradient(135deg, #1a1918, #0f0e0d);
  padding: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
  border-radius: 12px;
}

.kat-nav-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 4px 0;
}

.kat-nav-scroll::-webkit-scrollbar { height: 6px; }
.kat-nav-scroll::-webkit-scrollbar-track {
  background: rgba(212, 165, 116, 0.1);
  border-radius: 3px;
}
.kat-nav-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #d4a574, #b08d5a);
  border-radius: 3px;
}

.kat-nav-elemente {
  display: flex;
  gap: 8px;
  padding: 2px;
  min-width: fit-content;
}

.kat-nav-knopf {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: linear-gradient(135deg, rgba(31, 28, 26, 0.8), rgba(19, 17, 16, 0.9));
  border: 2px solid #d4a574;
  border-radius: 12px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-width: 140px;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(212, 165, 116, 0.2);
}

.kat-nav-knopf:hover {
  transform: translateY(-2px);
  border-color: #e6b885;
  box-shadow: 0 6px 25px rgba(212, 165, 116, 0.4);
}

.kat-nav-symbol {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.kat-nav-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.kat-nav-zwei-zeilen .kat-nav-zeile1 { font-size: 10px; margin-bottom: 2px; }
.kat-nav-zwei-zeilen .kat-nav-zeile2 { font-size: 9px; opacity: 0.9; }

.kat-nav-knopf.kat-nav-besonders {
  background: linear-gradient(135deg, rgba(212, 165, 116, 0.2), rgba(0, 212, 170, 0.2));
  border-color: #00d4aa;
}

.kat-nav-knopf.kat-nav-heiss::after {
  content: 'HOT';
  position: absolute;
  top: -8px;
  right: -8px;
  background: linear-gradient(135deg, #ff6b35, #ff8055);
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  padding: 2px 6px;
  border-radius: 4px;
  animation: pulsieren 2s infinite;
}

@keyframes pulsieren {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* ========= SPIELE-BEREICHE ========= */
.spiele-bereich { margin-bottom: 48px; }

.bereich-kopf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.bereich-titel {
  font-size: 22px;
  font-weight: 700;
  color: var(--txt);
}

.alle-sehen {
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  transition: color .15s ease;
}

.alle-sehen:hover { color: var(--gold-hover); }

/* Spiele-Raster */
.spiele-raster {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.spiele-raster--angepasst {
  grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
}

.spiele-raster--jackpots {
  grid-template-columns: repeat(auto-fill, minmax(224px, 1fr));
}

/* Kategorie-Karten */
.kategorie-karte {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgb(212, 165, 116);
  will-change: transform;
  transition: transform 0.4s;
}

.kategorie-karte:hover { transform: translateY(-2px); }

.kategorie-karte__innen {
  position: relative;
  display: grid;
  aspect-ratio: 1 / 1.5;
}

.kategorie-karte__innen--jackpots { aspect-ratio: 1.5 / 1; }

.kategorie-karte__hg,
.kategorie-karte__bild {
  grid-area: 1 / 1 / -1 / -1;
}

.kategorie-karte__bild {
  position: relative;
  z-index: 1;
  transition: transform 0.4s;
}

.kategorie-karte:hover .kategorie-karte__bild { transform: scale(1.11); }

.kategorie-karte__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kategorie-karte__text {
  display: flex;
  grid-area: 1 / 1 / -1 / -1;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
  margin-bottom: -1px;
}

.kategorie-karte__name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px 8px;
  height: 44px;
  border-top: 1px solid rgb(212, 165, 116);
  background: linear-gradient(135deg, rgba(212,165,116,.05) 0%, rgba(0,212,170,.05) 100%), rgb(28, 24, 22);
  color: var(--txt);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: color 0.3s;
}

.kategorie-karte:hover .kategorie-karte__name { color: var(--gold); }

.kategorie-karte__deko {
  position: absolute;
  inset: 0 13px;
  height: 15px;
  z-index: -1;
  top: -6px;
}

.kategorie-karte__linie {
  position: absolute;
  bottom: 12px;
  display: block;
  width: calc(50% - 7px);
  height: 3px;
  border: 1px solid rgb(212, 165, 116);
  border-top: none;
  transform: perspective(40px) rotateX(-15deg);
}

.kategorie-karte__linie:first-child {
  left: 0;
  border-right: none;
  border-bottom-left-radius: 2px;
}

.kategorie-karte__linie:last-child {
  right: 0;
  border-left: none;
  border-bottom-right-radius: 2px;
}

.kategorie-link {
  text-decoration: none;
  color: inherit;
}

/* Besonderes Banner */
.besonderes-banner {
  position: relative;
  background: linear-gradient(135deg, var(--panel) 0%, rgba(212,165,116,.05) 100%);
  border: 1px solid rgba(212,165,116,.15);
  border-radius: 12px;
  padding: 32px;
  margin: 40px 0;
  text-align: center;
  overflow: hidden;
}

.besonderer-inhalt {
  position: relative;
  z-index: 1;
}

.besonderer-titel {
  font-size: 26px;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 12px;
}

.besonderer-text {
  color: var(--txt-2);
  font-size: 14px;
  line-height: 1.7;
}

/* ========= SEO INHALT ========= */
.seo-inhalt {
  padding: 48px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.seo-inhalt h1 {
  font-family: 'Inter', sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 24px;
  line-height: 1.2;
}

.seo-inhalt h2 {
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--txt);
  margin: 48px 0 24px;
  line-height: 1.3;
}

.seo-inhalt h3 {
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--gold-dunkel);
  margin: 32px 0 16px;
  line-height: 1.4;
}

.seo-inhalt p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--txt-2);
  margin-bottom: 20px;
  text-align: justify;
  font-weight: 400;
}

/* ========= BONUS BEREICH ========= */
.bo_bereich {
  padding: 64px 0;
  background: linear-gradient(135deg, rgba(212,165,116,.02) 0%, rgba(0,212,170,.02) 100%);
  position: relative;
  overflow: hidden;
}

.bo_behaelter {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.bo_kopfzeile {
  text-align: center;
  margin-bottom: 48px;
}

.bo_marke {
  display: inline-block;
  padding: 6px 20px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dunkel));
  border-radius: 20px;
  color: #000;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(212,165,116,.3);
}

.bo_ueberschrift {
  font-size: 40px;
  font-weight: 800;
  color: var(--txt);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.bo_beschreibung {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: var(--txt-2);
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.bo_willkommen_karte {
  background: linear-gradient(135deg, rgba(212,165,116,.08) 0%, rgba(0,212,170,.08) 100%);
  border: 2px solid rgba(212,165,116,.25);
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 32px;
  transition: all 0.3s ease;
}

.bo_willkommen_karte:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(212,165,116,.2);
  border-color: var(--gold-dunkel);
}

.bo_willkommen_highlight {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 24px;
}

.bo_betrag {
  font-size: 34px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--gold), var(--gold-hover));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bo_freispiele {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: rgba(0,212,170,.1);
  border: 1px solid rgba(0,212,170,.3);
  border-radius: 8px;
}

.bo_freispiele_symbol {
  width: 32px;
  height: 32px;
  animation: drehen 3s linear infinite;
}

@keyframes drehen {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.bo_freispiele_text {
  font-size: 18px;
  font-weight: 700;
  color: var(--gruen);
}

.bo_aktion_gruppe {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.bo_knopf {
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
}

.bo_knopf_primaer {
  background: linear-gradient(135deg, var(--gruen), #00c49a);
  color: #000;
  box-shadow: 0 6px 20px rgba(0,212,170,.4);
}

.bo_knopf_primaer:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,212,170,.5);
}

.bo_knopf_sekundaer {
  background: linear-gradient(135deg, rgba(212,165,116,.15), rgba(212,165,116,.25));
  color: var(--gold);
  border: 1px solid var(--gold-dunkel);
}

.bo_einzahlungen_raster {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.bo_einzahlung_karte {
  background: var(--panel);
  border: 1px solid var(--rand);
  border-radius: 12px;
  padding: 24px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.bo_einzahlung_karte:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,.4);
  border-color: rgba(212,165,116,.3);
}

.bo_einzahlung_nummer {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dunkel));
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
}

.bo_einzahlung_titel {
  font-size: 17px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 12px;
}

.bo_einzahlung_bonus {
  font-size: 22px;
  font-weight: 800;
  color: var(--txt);
  margin-bottom: 8px;
}

.bo_einzahlung_freispiele {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(0,212,170,.1);
  border-radius: 6px;
  color: var(--gruen);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
}

.bo_einzahlung_beschr {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--txt-gedaempft);
  line-height: 1.6;
  margin-bottom: 20px;
}

.bo_einzahlung_knopf {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, rgba(212,165,116,.1), rgba(212,165,116,.15));
  border: 1px solid rgba(212,165,116,.3);
  border-radius: 6px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

.bo_einzahlung_knopf:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-dunkel));
  color: #000;
}

.bo_woechentlich_bereich {
  margin-top: 64px;
  padding: 48px;
  background: linear-gradient(135deg, rgba(31,28,26,.5), rgba(42,38,34,.5));
  border-radius: 16px;
  border: 1px solid rgba(212,165,116,.2);
}

.bo_woechentlich_kopf {
  text-align: center;
  margin-bottom: 40px;
}

.bo_woechentlich_titel {
  font-size: 30px;
  font-weight: 800;
  color: var(--txt);
  margin-bottom: 12px;
}

.bo_woechentlich_raster {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.bo_woechentlich_karte {
  background: rgba(0,0,0,.3);
  border: 1px solid rgba(212,165,116,.15);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.bo_woechentlich_karte:hover {
  background: rgba(212,165,116,.05);
  border-color: var(--gold-dunkel);
  transform: scale(1.05);
}

.bo_woechentlich_symbol {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
}

.bo_woechentlich_label {
  font-size: 13px;
  color: var(--txt-gedaempft);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bo_woechentlich_wert {
  font-size: 26px;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 12px;
}

.bo_woechentlich_zeitraum {
  font-size: 11px;
  color: var(--gruen);
  font-weight: 600;
}

.bo_info_pillen {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

.bo_pille {
  padding: 8px 16px;
  background: rgba(212,165,116,.1);
  border: 1px solid rgba(212,165,116,.3);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 6px;
}

.bo_pille_symbol {
  width: 16px;
  height: 16px;
}

/* ========= ZAHLUNGSMETHODEN ========= */
.zm_bereich {
  padding: 64px 0;
  background: linear-gradient(135deg, rgba(31,28,26,.3), rgba(42,38,34,.3));
}

.zm_behaelter {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.zm_kopfzeile {
  text-align: center;
  margin-bottom: 48px;
}

.zm_marke {
  display: inline-block;
  padding: 6px 20px;
  background: linear-gradient(135deg, #4a90e2, #357abd);
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.zm_ueberschrift {
  font-family: 'Inter', sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: var(--txt);
  margin-bottom: 16px;
}

.zm_beschreibung {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: var(--txt-2);
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.zm_vertrauen_leiste {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 24px;
  background: rgba(0,0,0,.2);
  border-radius: 12px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.zm_vertrauen_element {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
}

.zm_vertrauen_symbol {
  width: 24px;
  height: 24px;
}

.zm_bereich_titel {
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--txt);
  margin: 48px 0 16px;
}

.zm_bereich_beschr {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--txt-2);
  line-height: 1.7;
  margin-bottom: 32px;
  text-align: justify;
}

.zm_methoden_raster {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.zm_methode_karte {
  background: var(--panel);
  border: 1px solid var(--rand);
  border-radius: 12px;
  padding: 24px;
  position: relative;
  transition: all 0.3s ease;
}

.zm_methode_karte:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,.4);
}

.zm_methode_karte.zm_hervorgehoben {
  border-color: var(--gold-dunkel);
  background: linear-gradient(135deg, rgba(212,165,116,.05), rgba(0,212,170,.05));
}

.zm_beliebt {
  position: absolute;
  top: -12px;
  right: 20px;
  padding: 4px 12px;
  background: var(--gruen);
  color: #000;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.zm_methode_kopf {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.zm_methode_symbol {
  width: 32px;
  height: 32px;
  color: var(--gold);
}

.zm_methode_kopf h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--txt);
}

.zm_methode_logos {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.zm_logo {
  padding: 4px 8px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 4px;
  font-size: 9px;
  font-weight: 700;
  color: var(--txt-gedaempft);
}

.zm_merkmale {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.zm_merkmale li {
  padding: 8px 0;
  color: var(--txt-2);
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  font-family: 'Inter', sans-serif;
}

.zm_merkmale li:before {
  content: '✔';
  color: var(--gruen);
  margin-right: 8px;
  font-weight: bold;
}

.zm_methode_knopf {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, rgba(212,165,116,.1), rgba(212,165,116,.15));
  border: 1px solid rgba(212,165,116,.3);
  border-radius: 6px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

.zm_methode_knopf:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-dunkel));
  color: #000;
}

.zm_knopf_hervorgehoben {
  background: linear-gradient(135deg, var(--gruen), #00c49a);
  color: #000;
  border-color: transparent;
}

.zm_auszahlungen { margin-top: 48px; }

.zm_auszahlung_stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.zm_stat_karte {
  background: var(--panel);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.zm_stat_wert {
  font-size: 28px;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 8px;
}

.zm_stat_label {
  font-size: 12px;
  color: var(--txt-gedaempft);
  margin-bottom: 16px;
}

.zm_stat_balken {
  height: 6px;
  background: rgba(255,255,255,.1);
  border-radius: 3px;
  overflow: hidden;
}

.zm_stat_fuellung {
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-dunkel));
  border-radius: 3px;
  transition: width 1s ease;
}

.zm_stat_gruen {
  background: linear-gradient(90deg, var(--gruen), #00c49a);
}

.zm_support_aktion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  background: linear-gradient(135deg, rgba(212,165,116,.1), rgba(0,212,170,.1));
  border: 1px solid rgba(212,165,116,.2);
  border-radius: 12px;
  margin-top: 48px;
  gap: 24px;
  flex-wrap: wrap;
}

.zm_support_inhalt h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--txt);
  margin-bottom: 8px;
}

.zm_support_inhalt p {
  font-family: 'Inter', sans-serif;
  color: var(--txt-2);
  font-size: 14px;
}

.zm_support_knoepfe {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.zm_knopf {
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.zm_knopf_primaer {
  background: linear-gradient(135deg, var(--gold), var(--gold-dunkel));
  color: #000;
}

.zm_knopf_sekundaer {
  background: rgba(255,255,255,.1);
  color: var(--txt);
  border: 1px solid rgba(255,255,255,.2);
}

/* ========= FUSSZEILE ========= */
.fuss-bereich {
  background: #0c0b0a;
  border-top: 1px solid var(--rand);
  padding: 60px 0 24px;
  margin-left: 220px;
  transition: margin-left .3s ease;
}

.fuss-bereich.erweitert { margin-left: 60px; }

.fuss-inhalt {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.fuss-oben {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--rand);
}

.fuss-spalte h4 {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.fuss-spalte ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fuss-spalte li {
  margin: 8px 0;
}

.fuss-spalte a {
  color: var(--txt-gedaempft);
  font-size: 12px;
  transition: color .15s ease;
  font-family: 'Inter', sans-serif;
}

.fuss-spalte a:hover { color: var(--gold-dunkel); }

.fuss-zahlungen {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.zahlung-methode {
  padding: 4px 8px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--rand);
  border-radius: 4px;
  color: var(--txt-gedaempft);
  font-size: 9px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.fuss-unten {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  flex-wrap: wrap;
  gap: 16px;
}

.fuss-copyright {
  color: var(--txt-gedaempft);
  font-size: 11px;
  font-family: 'Inter', sans-serif;
}

.fuss-sozial {
  display: flex;
  gap: 12px;
}

.sozial-link {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--rand);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--txt-gedaempft);
  transition: all .15s ease;
}

.sozial-link:hover {
  background: rgba(212,165,116,.1);
  border-color: var(--gold-dunkel);
  color: var(--gold);
}

.alter-beschraenkung {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  background: rgba(0,0,0,.3);
}

.alter-symbol { flex-shrink: 0; }

.alter-text {
  color: var(--txt-gedaempft);
  font-size: 12px;
  font-weight: 600;
}

/* ========= COOKIE BANNER ========= */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1f1c1a;
  border-top: 1px solid var(--rand);
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  z-index: 2000;
  flex-wrap: wrap;
  transform: translateY(100%);
  transition: transform .3s ease;
}

.cookie-banner.anzeigen { transform: translateY(0); }
.cookie-banner.versteckt { display: none; }

.cookie-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--txt-2);
}

.cookie-text a {
  color: var(--gold);
  text-decoration: underline;
}

.cookie-knoepfe {
  display: flex;
  gap: 10px;
}

.cookie-knopf {
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: all .15s ease;
}

.cookie-knopf.notwendig {
  background: transparent;
  color: var(--txt-gedaempft);
  border: 1px solid var(--rand);
}

.cookie-knopf.akzeptieren {
  background: var(--gold);
  color: #1c1816;
}

/* ========= RESPONSIVE ========= */
.seiten-leiste-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
  z-index: 99;
}

.seiten-leiste-overlay.aktiv {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 992px) {
  .seiten-leiste {
    transform: translateX(-100%);
    width: 260px;
  }
  
  .seiten-leiste.offen { transform: translateX(0); }
  
  .haupt-inhalt,
  .fuss-bereich { margin-left: 0; }
  
  .such-container { display: none; }
  
  .held-slider { height: 300px; }
  
  .held-slider__folie { padding: 0 20px; flex-direction: column; }
  
  .held-slider__inhalt { max-width: 100%; text-align: center; }
  
  .held-slider__titel { font-size: 28px; }
  
  .held-slider__bild { width: 100%; height: auto; }
  
  .fuss-oben { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
  .kopf-bereich { padding: 0 12px; height: 56px; }
  
  .kopf-links { width: auto; gap: 10px; }
  
  .marken-logo img { height: 28px; }
  
  .knopf-innen { padding: 0 16px; height: 34px; }
  
  .knopf-innen span { font-size: 11px; }
  
  .anwendung-wrapper { padding-top: 56px; }
  
  .seiten-leiste { top: 56px; }
  
  .held-slider { height: 250px; border-radius: 8px; }
  
  .held-slider__titel { font-size: 22px; }
  
  .held-slider__knopf { padding: 12px 24px; }
  
  .held-slider__knopf-text { font-size: 12px; }
  
  .held-slider__nav { width: 36px; height: 36px; }
  
  .spiele-raster { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  
  .kat-nav-knopf { min-width: 100px; padding: 10px 14px; font-size: 10px; }
  
  .bo_ueberschrift { font-size: 26px; }
  
  .bo_betrag { font-size: 26px; }
  
  .zm_ueberschrift { font-size: 24px; }
  
  .fuss-oben { grid-template-columns: 1fr; gap: 24px; }
  
  .cookie-banner { flex-direction: column; text-align: center; }
  
  .cookie-knoepfe { width: 100%; justify-content: center; }
}