/* ============================================================
   switzerland22bet.com — Satellit 22Bet Schweiz
   Der Rahmen (kopfzeile/sockel) behaelt das Marken-Teal der
   Hauptseite. Innen spielen Rot und Weiss der Schweizer Fahne
   mit Granitgrau der Alpen; das Hauszeichen ist ein Schild
   mit weissem Kreuz, der Hintergrund traegt Bergketten.
   ============================================================ */

:root {
  --fassung: #115057;
  --fassung-panel: #054449;
  --fassung-grund: #032b2d;
  --rot: #d52b1e;
  --rot-dunkel: #a51c14;
  --rot-hell: #fdedec;
  --rot-linie: #f6c9c6;
  --granit: #5b6770;
  --granit-dunkel: #3d4750;
  --granit-hell: #eef1f3;
  --granit-linie: #d6dde1;
  --tiefe: #0a636b;
  --tiefe-weich: #0a636b50;
  --stahl: #12707d;
  --stahl-hell: #e3f1f2;
  --rubin: #f04c44;
  --weiss: #ffffff;
  --cta: #2eb256;
  --cta-dunkel: #27974a;
  --tinte: #14252a;
  --tinte-weich: #35494f;
  --tinte-blass: #66797f;
  --kalk: #f0f4f5;
  --kalk-linie: #dae5e7;
  --login-grund: #0a636b;
  --rundung: 6px;
  --breite: 1160px;
  --schrift: "Fira Sans", Arial, sans-serif;
  --schrift-titel: "Fira Sans Condensed", "Fira Sans", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--schrift);
  font-size: 16px;
  line-height: 1.65;
  color: var(--tinte);
  background-color: var(--fassung-grund);
  background-image:
    radial-gradient(circle at 50% 0%, rgba(18, 112, 125, .32) 0%, rgba(3, 42, 45, 0) 62%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='120' viewBox='0 0 140 120'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.12' stroke-width='2.4' stroke-linejoin='round'%3E%3Cpath d='M0 52 26 22l16 18 14-26 26 38'/%3E%3Cpath d='M58 112l20-24 14 16 12-20 22 28'/%3E%3Cpath d='M36 26l6 7M96 22l7 9'/%3E%3C/g%3E%3Cg fill='%23ffffff' fill-opacity='.10'%3E%3Cpath d='M116 58h4v4h4v4h-4v4h-4v-4h-4v-4h4Z'/%3E%3Cpath d='M18 92h4v4h4v4h-4v4h-4v-4h-4v-4h4Z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed, fixed;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--rot-dunkel); text-decoration: none; }
a:hover { text-decoration: underline; }

.fassung {
  max-width: var(--breite);
  margin: 0 auto;
  padding: 0 20px;
}

/* ============ PÁS POSTUPU ============ */

.verlauf {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #ffffff 0 50%, var(--rot) 50% 100%);
  z-index: 120;
  transition: width .08s linear;
}

/* ============ ZÁHLAVÍ ============ */

.kopfzeile {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--fassung);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.kopfzeile__zeile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  gap: 18px;
}

.signet { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.signet img { height: 44px; width: auto; }

.steg { display: flex; align-items: center; gap: 4px; margin: 0 auto; }

.steg a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 10px 18px;
  border-radius: 38px;
  transition: background .2s;
}
.steg a:hover { background: rgba(255, 255, 255, .1); text-decoration: none; }
.steg a.steg--hier { background: var(--rot); }

.kopfzeile__aktionen { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.pille {
  background: var(--cta);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 11px 26px;
  border-radius: 38px;
  flex-shrink: 0;
  transition: background .2s;
}
.pille:hover { background: var(--cta-dunkel); text-decoration: none; }
.pille--dunkel { background: var(--login-grund); }
.pille--dunkel:hover { background: #0c4a50; }

.faehnchen {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
}
.faehnchen svg {
  width: 30px;
  height: 20px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}

.dreistrich {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.dreistrich span {
  display: block;
  width: 26px; height: 3px;
  background: #fff;
  border-radius: 2px;
  margin: 5px 0;
  transition: transform .25s, opacity .25s;
}
.dreistrich.dreistrich--x span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.dreistrich.dreistrich--x span:nth-child(2) { opacity: 0; }
.dreistrich.dreistrich--x span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.vorhang {
  display: none;
  background: var(--fassung-panel);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.vorhang.vorhang--offen { display: block; }
.vorhang a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  transition: background .2s;
}
.vorhang a:hover { background: rgba(255, 255, 255, .07); text-decoration: none; }

.vorhang__aktionen {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 18px 24px 22px;
}
.vorhang__aktionen a {
  flex: 1 1 0;
  max-width: 190px;
  padding: 13px 18px;
  border: 0;
  border-radius: 38px;
  background: var(--cta);
  transition: background .2s;
}
.vorhang__aktionen a:hover { background: var(--cta-dunkel); }
.vorhang__aktionen a.vorhang__dunkel { background: var(--login-grund); }
.vorhang__aktionen a.vorhang__dunkel:hover { background: #0c4a50; }

/* ============ ČELO (HERO) ============ */

.buehne {
  margin-top: 72px;
  background: linear-gradient(126deg, #032b2d 0%, var(--fassung) 44%, #0f6f76 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid;
  border-image: linear-gradient(90deg, var(--rot) 0 46%, #ffffff 46% 54%, var(--rot) 54% 100%) 1;
}

.buehne__zeile {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 52px 0;
  min-height: 420px;
  position: relative;
  z-index: 1;
}

.buehne__grund {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, var(--breite));
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}
.buehne__grund::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(3, 26, 29, .95) 0%, rgba(6, 58, 63, .72) 38%, rgba(14, 117, 128, .26) 64%, rgba(14, 117, 128, .08) 86%, rgba(14, 117, 128, 0) 100%);
}

.buehne__text { flex: 1 1 auto; max-width: 640px; position: relative; z-index: 1; }

.buehne h1 {
  font-family: var(--schrift-titel);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.14;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.buehne h1 .schimmer { color: var(--rubin); text-shadow: 0 0 18px rgba(240, 76, 68, .55); }

.buehne__anriss {
  color: rgba(255, 255, 255, .93);
  font-size: 17px;
  margin-bottom: 26px;
  max-width: 560px;
}

.buehne__knoepfe { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* Wertungsplakette im Hero: Glaspille mit rundem Kreuz-Medaillon
   links und goldenem Funken vor dem Text */
.siegel {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 20px 7px 8px;
  margin-bottom: 18px;
  background: rgba(3, 32, 35, .62);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 14px rgba(2, 26, 28, .28);
}
.siegel::before {
  content: "";
  flex-shrink: 0;
  width: 30px; height: 30px;
  border-radius: 50%;
  background:
    linear-gradient(#ffffff, #ffffff) center / 5px 16px no-repeat,
    linear-gradient(#ffffff, #ffffff) center / 16px 5px no-repeat,
    var(--rot);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .8), 0 2px 6px rgba(2, 26, 28, .3);
}
.siegel .funke {
  color: #ffd76a;
  font-size: 14px;
  line-height: 1;
  text-shadow: 0 0 8px rgba(255, 215, 106, .6);
}

/* ============ KNOFLÍKY ============ */

.taste {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--schrift);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
  border: 0;
  border-radius: var(--rundung);
  padding: 14px 32px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(2, 26, 28, 0);
  transition: filter .25s ease, box-shadow .25s ease, background-color .25s ease;
  text-align: center;
}
.taste:hover {
  text-decoration: none;
  filter: brightness(.95);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .5), 0 7px 18px rgba(2, 26, 28, .34);
}
.taste--spielen {
  background: var(--tiefe);
  color: #fff;
  box-shadow: inset 0 0 0 2px var(--stahl), 0 0 0 rgba(2, 26, 28, 0);
}
.taste--spielen:hover { box-shadow: inset 0 0 0 2px var(--stahl-hell), 0 7px 18px rgba(2, 26, 28, .34); }
.taste--bonus { background: var(--rot); }
.taste--gruen { background: var(--cta); }
.taste svg { width: 22px; height: 22px; flex-shrink: 0; }

/* Blitz: ueber die Taste laeuft beim Hover ein Lichtstreif */
.taste::after,
.abruf::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -80%;
  width: 42%;
  height: 220%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .24) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .24) 70%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-22deg);
  opacity: 0;
  pointer-events: none;
}
.taste:hover::after,
.taste:focus-visible::after,
.abruf:hover::after,
.abruf:focus-visible::after { animation: polysk .72s ease-out; }

@keyframes polysk {
  0% { left: -80%; opacity: 0; }
  14% { opacity: 1; }
  100% { left: 128%; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .taste:hover::after,
  .taste:focus-visible::after,
  .abruf:hover::after,
  .abruf:focus-visible::after { animation: none; }
}

/* ============ OBSAH / TABULE ============ */

.kern { padding: 30px 0 26px; }
.kern .fassung > *:last-child { margin-bottom: 0; }

/* Weisse Tafel, oben durch ein Zierband eroeffnet */
.tafel {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--kalk-linie);
  border-radius: var(--rundung);
  padding: 32px 34px 30px;
  margin-bottom: 24px;
  box-shadow: 0 3px 14px rgba(2, 30, 32, .14);
  overflow: hidden;
}
/* Zierband mit rotem Abschluss an der Oberkante */
.tafel::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 4px;
  background:
    linear-gradient(90deg, var(--rot) 0 74px, #ffffff 74px 96px, transparent 96px),
    repeating-linear-gradient(90deg, var(--stahl) 0 11px, #0c5a64 11px 22px);
}
.tafel > *:last-child { margin-bottom: 0; }

.tafel h2 {
  font-family: var(--schrift-titel);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.24;
  text-transform: uppercase;
  color: var(--tiefe);
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--kalk-linie);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.tafel h2::before {
  content: "";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* Schild mit weissem Kreuz, das Hauszeichen */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 1.5 30 5.5v12.6c0 7.4-8.6 11.4-14 12.9C10.6 29.5 2 25.5 2 18.1V5.5Z' fill='%23d52b1e'/%3E%3Cpath d='M13.6 7.5h4.8v5.1h5.1v4.8h-5.1v5.1h-4.8v-5.1H8.5v-4.8h5.1Z' fill='%23ffffff'/%3E%3Cpath d='M16 1.5 30 5.5v12.6c0 7.4-8.6 11.4-14 12.9C10.6 29.5 2 25.5 2 18.1V5.5Z' fill='none' stroke='%230a636b' stroke-width='1.7'/%3E%3C/svg%3E");
}

.tafel h3 {
  font-family: var(--schrift-titel);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--tinte-weich);
  margin: 26px 0 14px;
  padding: 8px 16px 8px 18px;
  border-left: 5px solid var(--granit);
  box-shadow: inset 7px 0 0 -3px rgba(255, 255, 255, .9);
  background: linear-gradient(90deg, var(--granit-hell) 0%, rgba(238, 241, 243, 0) 82%);
  border-radius: 0 var(--rundung) var(--rundung) 0;
}

.tafel p { margin-bottom: 14px; }

/* Der erste Absatz jeder Tafel gibt den Ton der Sektion vor */
.tafel h2 + p:not(.vermerk):not(.feinschrift) {
  padding: 10px 16px;
  background: linear-gradient(90deg, rgba(213, 43, 30, .05) 0%, rgba(213, 43, 30, 0) 80%);
  border-left: 3px solid var(--rot);
  border-radius: 0 var(--rundung) var(--rundung) 0;
  color: var(--tinte-weich);
  font-size: 15.5px;
}

.tafel ol { margin: 0 0 16px 22px; }
.tafel li { margin-bottom: 8px; }

.tafel ul {
  list-style: none;
  margin: 0 0 16px;
}
.tafel ul li {
  position: relative;
  padding-left: 30px;
}
.tafel ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .22em;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../album/rosette-kreuz.webp");
}

/* Aus Listen werden Zeilenkarten mit farbiger Kante */
.tafel > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tafel > ul > li {
  margin: 0;
  padding: 10px 16px 10px 46px;
  background: var(--kalk);
  border: 1px solid var(--kalk-linie);
  border-left: 3px solid var(--granit);
  border-radius: var(--rundung);
}
.tafel > ul > li:nth-child(even) { border-left-color: var(--rot); }
.tafel > ul > li::before {
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.feinschrift {
  font-size: 13.5px;
  color: var(--tinte-blass);
  font-style: italic;
}

/* ============ SCÉNY (ilustrace) ============ */

.szene {
  margin: 20px 0 18px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(2, 26, 28, .2);
  border: 1px solid var(--kalk-linie);
  border-radius: var(--rundung);
}
.szene img { width: 100%; }
.szene figcaption {
  background: var(--tiefe);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border-top: 3px solid var(--rot);
}

/* ============ OTISK (drobečky) ============ */

.spur {
  margin-bottom: 14px;
  font-size: 13px;
}
.spur ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.spur li { color: rgba(255, 255, 255, .78); }
.spur li + li::before { content: "/"; margin-right: 6px; color: var(--rot); }
.spur a { color: #fff; }
.spur a:hover { color: var(--rot); }

/* ============ SOUPISY (tabulky) ============ */

.raster {
  margin: 18px 0;
  border: 1px solid var(--kalk-linie);
  border-radius: var(--rundung);
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(2, 26, 28, .12);
  background: #fdfefe;
}

/* Die Beschriftung loest sich vom Kopf und fuehrt den Block.
   Sie bleibt caption der Tabelle: auf dem Handy scrollt sie
   waagerecht mit den Spalten mit. */
.raster caption {
  caption-side: top;
  text-align: left;
  font-family: var(--schrift-titel);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--rot-dunkel);
  background: var(--rot-hell);
  padding: 12px 16px 12px 18px;
  border-left: 4px solid var(--rot);
  border-bottom: 1px solid var(--kalk-linie);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  table-layout: auto;
}

thead th {
  background: linear-gradient(180deg, var(--stahl) 0%, var(--tiefe) 100%);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .03em;
  padding: 11px 12px;
  text-align: left;
  white-space: nowrap;
  border-bottom: 3px solid var(--rot);
}

tbody td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--kalk-linie);
  vertical-align: top;
}
tbody tr:nth-child(even) { background: var(--kalk); }
tbody tr:last-child td, tbody tr:last-child th { border-bottom: 0; }
tbody td, tbody th { transition: background-color .15s ease; }
tbody tr:hover td { background: var(--rot-hell); }
tbody tr:hover th { background: var(--rot-linie); }
tbody th {
  padding: 11px 12px;
  border-bottom: 1px solid var(--kalk-linie);
  text-align: left;
  background: var(--stahl-hell);
  color: var(--tinte-weich);
  font-weight: 600;
  vertical-align: top;
}

/* Breite Tabellen: Kopfzellen duerfen umbrechen */
table.raster--eng { font-size: 12.5px; }
table.raster--eng thead th {
  font-size: 11px;
  padding: 10px 9px;
  white-space: normal;
  hyphens: none;
}
table.raster--eng tbody td { padding: 10px 9px; }
table.raster--eng tbody td:nth-child(2) { min-width: 122px; }

/* ============ FAZIT (plus / minus) ============
   Alpiner Wegweiser: in der Mitte steht ein Granitpfahl mit
   rundem Kreuz-Medaillon, die Gruppentitel sind zugespitzte
   Wegweiser-Schilder, die Punkte weisse Tafeln mit Rosetten. */

.fazit {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 58px;
  align-items: start;
  margin: 34px 0 12px;
  padding: 48px 30px 30px;
  background: linear-gradient(180deg, var(--kalk) 0%, #ffffff 72%);
  border: 1px solid var(--kalk-linie);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(2, 26, 28, .13);
}

/* der Pfahl in der Mitte */
.fazit::before {
  content: "";
  position: absolute;
  top: 86px; bottom: 26px;
  left: 50%;
  width: 10px;
  transform: translateX(-5px);
  background: linear-gradient(90deg, #8d979e 0%, var(--granit) 45%, #4a545c 100%);
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(2, 26, 28, .18);
}

/* rundes Kreuz-Medaillon auf dem Pfahl */
.fazit::after {
  content: "";
  position: absolute;
  top: 18px; left: 50%;
  transform: translateX(-50%);
  width: 54px; height: 54px;
  border-radius: 50%;
  background:
    linear-gradient(#ffffff, #ffffff) center / 9px 28px no-repeat,
    linear-gradient(#ffffff, #ffffff) center / 28px 9px no-repeat,
    var(--rot);
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px var(--granit-linie), 0 6px 14px rgba(2, 26, 28, .18);
}

.fazit--plus, .fazit--minus {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}

/* Gruppentitel: zugespitztes Wegweiser-Schild, gerade und mittig */
.fazit--plus h3, .fazit--minus h3 {
  display: block;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 9px 20px 9px 26px;
  font-size: 13px;
  letter-spacing: .14em;
  color: #fff;
  text-align: center;
  background: var(--cta);
  border: 0;
  border-radius: 3px;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
  padding-right: 34px;
  filter: drop-shadow(0 3px 6px rgba(2, 26, 28, .22));
  position: relative;
}
.fazit--minus h3 {
  background: var(--rot);
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 16px 100%, 0 50%);
  padding: 9px 26px 9px 34px;
}
.fazit--plus h3::before, .fazit--minus h3::before { content: none; }
.fazit--plus h3::after, .fazit--minus h3::after { content: none; }

.fazit--plus ul, .fazit--minus ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fazit--plus ul li, .fazit--minus ul li {
  position: relative;
  margin: 0;
  padding: 11px 14px 11px 48px;
  background: #ffffff;
  border: 1px solid var(--kalk-linie);
  border-radius: var(--rundung);
  box-shadow: 0 2px 8px rgba(2, 26, 28, .06);
  font-size: 14.5px;
  line-height: 1.55;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.fazit--plus ul li { border-left: 3px solid var(--cta); }
.fazit--minus ul li { border-right: 3px solid var(--rot); }
.fazit--plus ul li:hover { box-shadow: 0 8px 18px rgba(2, 26, 28, .13); border-color: var(--granit-linie); border-left-color: var(--cta-dunkel); }
.fazit--minus ul li:hover { box-shadow: 0 8px 18px rgba(2, 26, 28, .13); border-color: var(--rot-linie); border-right-color: var(--rot-dunkel); }
.fazit--plus ul li::before, .fazit--minus ul li::before {
  width: 26px; height: 26px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
  box-shadow: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.fazit--plus ul li::before { background-image: url("../album/rosette-plus.webp"); }
.fazit--minus ul li::before { background-image: url("../album/rosette-minus.webp"); }

/* ============ STUPNĚ ============ */

.stufen { counter-reset: schritt; list-style: none; margin: 16px 0 !important; }
.stufen li {
  counter-increment: schritt;
  position: relative;
  padding: 0 0 14px 52px;
  margin: 0;
}
.stufen li::before {
  content: counter(schritt);
  position: absolute;
  left: 0; top: -2px;
  width: 34px; height: 34px;
  background: var(--granit-dunkel);
  border-bottom: 3px solid var(--rot);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .35);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============ POUTAČE (bannery) ============ */

.plakat {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(120deg, #03272a 0%, var(--fassung) 66%, #0f6b76 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--rundung);
  padding: 34px 36px;
  margin-bottom: 24px;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(2, 26, 28, .3);
}
.plakat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(3, 25, 28, .94) 0%, rgba(6, 52, 56, .76) 46%, rgba(14, 117, 128, .12) 78%);
  pointer-events: none;
}
.plakat--rot::before {
  background: linear-gradient(100deg, rgba(40, 8, 5, .94) 0%, rgba(134, 25, 18, .74) 46%, rgba(213, 43, 30, .1) 78%);
}

.plakat__text { flex: 1; max-width: 420px; position: relative; z-index: 1; }
.plakat__text .plakat__cta { margin-top: 18px; }

.plakat__marke {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 4px;
  padding-left: 12px;
  border-left: 3px solid var(--rot);
}
.plakat__schlagzeile {
  font-family: var(--schrift-titel);
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.plakat__zeile { color: rgba(255, 255, 255, .88); font-size: 14px; margin-bottom: 0; }

/* ============ PÁS APLIKACE ============ */

.tasche {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(115deg, #03272a 0%, var(--fassung) 58%, #0f6b76 100%);
  border-radius: var(--rundung);
  padding: 28px 36px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(2, 26, 28, .3);
}
.tasche__foto { flex: 0 0 190px; position: relative; z-index: 1; }
.tasche__foto img { border-radius: var(--rundung); }
.tasche__text { flex: 1; position: relative; z-index: 1; }
.tasche__schlagzeile {
  font-family: var(--schrift-titel);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.tasche__zeile { color: rgba(255, 255, 255, .88); font-size: 14px; }
.tasche__laeden {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.abruf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #0b2b2e;
  border: 1px solid var(--stahl);
  color: #fff;
  border-radius: var(--rundung);
  padding: 10px 22px 10px 16px;
  position: relative;
  overflow: hidden;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
  min-width: 218px;
}
.abruf:hover {
  background: #14383c;
  border-color: var(--stahl-hell);
  box-shadow: 0 6px 16px rgba(2, 26, 28, .32);
  text-decoration: none;
}
.abruf svg { width: 30px; height: 30px; flex-shrink: 0; }
.abruf__txt { line-height: 1.2; text-align: center; }
.abruf__klein { display: block; font-size: 11px; opacity: .82; }
.abruf__gross { display: block; font-size: 17px; font-weight: 700; }

/* ============ BRETTER (Tischspiele) ============
   Alpenkarten: das Bildfenster endet unten in einer gezackten
   Bergkante, darunter der weisse Sockel mit Text; oben links
   sitzt ein kleines Kreuz-Medaillon. */

.bretter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 18px 0 0;
}
.brett {
  flex: 0 1 calc(33.333% - 11px);
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #ffffff;
  border: 1px solid var(--kalk-linie);
  border-radius: var(--rundung);
  padding: 0;
  overflow: hidden;
  position: relative;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.brett:hover {
  box-shadow: 0 12px 26px rgba(2, 26, 28, .18);
  border-color: var(--granit-linie);
}
/* kleines Kreuz-Medaillon in der Bildecke */
.brett::before {
  content: "";
  position: absolute;
  top: 10px; left: 10px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background:
    linear-gradient(#ffffff, #ffffff) center / 4px 12px no-repeat,
    linear-gradient(#ffffff, #ffffff) center / 12px 4px no-repeat,
    var(--rot);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .85);
  z-index: 1;
}
.brett__marke {
  width: 100%;
  height: 158px;
  display: block;
  background: linear-gradient(180deg, var(--fassung) 0%, var(--tiefe) 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), 87% 100%, 74% calc(100% - 13px), 62% calc(100% - 2px), 50% calc(100% - 15px), 37% calc(100% - 4px), 25% calc(100% - 14px), 12% calc(100% - 3px), 0 calc(100% - 12px));
}
.brett__marke img { width: 100%; height: 100%; object-fit: cover; }
.brett__rumpf { flex: 1; padding: 14px 16px 18px; }
.bretter .brett__titel {
  font-family: var(--schrift-titel);
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--tiefe);
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--rot-linie);
}
.brett p { margin-bottom: 0; font-size: 14px; }

/* ============ BUBNY (automaty) ============ */

.walzen {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 20px 0 6px;
}
.walze {
  position: relative;
  display: block;
  border-radius: var(--rundung);
  overflow: hidden;
  background: #0b2b2e;
  border: 1px solid var(--stahl);
  box-shadow: 0 3px 12px rgba(2, 26, 28, .2);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.walze:hover { box-shadow: 0 12px 26px rgba(2, 26, 28, .32); border-color: var(--rot); text-decoration: none; }
.walze__bild { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .35s ease; }
.walze:hover .walze__bild { transform: scale(1.06); }
.walze__schleier {
  position: absolute;
  top: 0; bottom: 0;
  left: -60%;
  width: 45%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  pointer-events: none;
  transition: left .55s ease;
}
.walze:hover .walze__schleier { left: 115%; }
.walze__schiene {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 12px 10px;
  background: linear-gradient(180deg, rgba(3, 24, 26, 0) 0%, rgba(3, 24, 26, .86) 55%, rgba(3, 24, 26, .96) 100%);
}
.walze__typ {
  display: block;
  color: var(--stahl);
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 2px;
}
.walze__titel {
  display: block;
  color: #fff;
  font-family: var(--schrift-titel);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.walzen-cta { display: flex; justify-content: center; margin-top: 18px; }

/* ============ POSUDKY (nekonečný pás) ============ */

.stimmen { position: relative; margin-top: 22px; }

.stimmen__schiene {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 6px 2px 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  overscroll-behavior-x: contain;
}
.stimmen__schiene::-webkit-scrollbar { display: none; }
.stimmen__schiene.stimmen__schiene--griff { cursor: grabbing; scroll-behavior: auto; }

.stimme {
  flex: 0 0 calc((100% - 36px) / 3);
  background: var(--kalk);
  border: 1px solid var(--kalk-linie);
  border-left: 3px solid var(--rot);
  border-radius: var(--rundung);
  padding: 24px 24px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.stimme:hover {
  box-shadow: 0 8px 22px rgba(2, 26, 28, .16);
  border-color: var(--stahl);
  border-left-color: var(--tiefe);
}
.stimme::before {
  content: "\201E";
  position: absolute;
  top: 2px; right: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 84px;
  line-height: 1;
  color: var(--granit);
  opacity: .35;
  pointer-events: none;
}

.stimme__oberteil { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.stimme__foto {
  width: 56px; height: 56px;
  flex-shrink: 0;
  border-radius: var(--rundung);
  object-fit: cover;
  border: 2px solid var(--stahl);
  box-shadow: 0 2px 8px rgba(2, 26, 28, .2);
}
.stimme__wer { min-width: 0; }
.stimme__name {
  display: block;
  font-family: var(--schrift-titel);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--tiefe);
}
.stimme__zeile { display: flex; align-items: center; gap: 8px; margin-top: 3px; }
.stimme__wertung {
  background: var(--rot);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  border-radius: var(--rundung);
  padding: 2px 10px;
  flex-shrink: 0;
}
.stimme__sterne { color: var(--rubin); font-size: 13px; letter-spacing: 2px; }
.stimme__text { font-style: italic; color: var(--tinte); font-size: 14.5px; margin: 0; position: relative; z-index: 1; }

.stimmen__steuerung {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 4px;
}
.stimmen__pfeil {
  width: 40px; height: 40px;
  border-radius: var(--rundung);
  background: var(--tiefe);
  color: #fff;
  border: 1px solid var(--stahl);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s, box-shadow .2s;
}
.stimmen__pfeil:hover { background: var(--rot); box-shadow: 0 4px 12px rgba(2, 26, 28, .25); }
.stimmen__pfeil svg { width: 18px; height: 18px; }

.stimmen__punkte { display: flex; align-items: center; gap: 8px; }
.stimmen__punkt {
  width: 9px; height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--kalk-linie);
  cursor: pointer;
  transition: background .2s, width .2s;
}
.stimmen__punkt:hover { background: var(--rot-linie); }
.stimmen__punkt.stimmen__punkt--hier { background: var(--rot); width: 24px; border-radius: 6px; }

/* ============ GESAMTWERTUNG ============
   Siegel mit Ringskala: der gefuellte Teil des Rings entspricht
   der Note (4.3 von 5 = 86 %). Sitzt unter der Tabelle. */

.wertung {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  margin: 26px auto 4px;
  padding: 14px 16px 14px 30px;
  background: #fff;
  border: 1px solid var(--kalk-linie);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(2, 26, 28, .13);
  text-align: left;
}

.wertung__hodnota {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 88px; height: 88px;
  border-radius: 50%;
  font-family: var(--schrift-titel);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--tiefe);
  background:
    radial-gradient(closest-side, #fff calc(100% - 10px), rgba(255, 255, 255, 0) calc(100% - 9px)),
    conic-gradient(from 0deg, var(--rot) 0 86%, var(--kalk-linie) 86% 100%);
}

.wertung__popis {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--tinte-weich);
}
.wertung__popis::after {
  content: "\2605\2605\2605\2605\2606";
  display: block;
  margin-top: 5px;
  color: var(--rubin);
  font-size: 17px;
  letter-spacing: 3px;
}

/* ============ DOTAZY (FAQ) ============ */

.fragen { margin-top: 6px; }
/* Die Fussnote darf nicht an der letzten Frage kleben */
.fragen + .feinschrift, .fragen + p { margin-top: 20px; }
.frage { border-bottom: 1px solid var(--kalk-linie); }
.frage summary {
  cursor: pointer;
  font-weight: 700;
  line-height: 1.45;
  color: var(--tinte-weich);
  padding: 15px 34px 15px 0;
  position: relative;
  list-style: none;
  font-size: 15.5px;
  transition: color .18s ease;
}
.frage summary::-webkit-details-marker { display: none; }
.frage summary::after {
  content: "+";
  position: absolute;
  right: 4px; top: 50%;
  transform: translateY(-50%);
  width: 26px; height: 26px;
  border-radius: var(--rundung);
  background: var(--granit-dunkel);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .25s ease, color .25s ease;
}
.frage summary:hover { color: var(--rot-dunkel); }
.frage summary:hover::after { background: var(--rot); }
.frage[open] summary::after { content: "\2212"; background: var(--rot); }
.frage .frage__antwort { padding: 0 0 16px; }
.frage .frage__antwort p { margin-bottom: 8px; }

/* ============ PARAFA REDAKTORA ============ */

.signatur {
  background: var(--granit-hell);
  border-left: 5px solid var(--granit-dunkel);
  border-bottom: 3px solid var(--rot);
  border-radius: var(--rundung);
  padding: 22px 26px;
  margin-bottom: 20px;
  font-style: italic;
}
.signatur__name { font-weight: 700; font-style: normal; color: var(--tiefe); }

/* ============ ZÁPATÍ ============ */

.sockel {
  background: var(--fassung);
  color: rgba(255, 255, 255, .8);
  padding: 44px 0 0;
}
.sockel__gitter {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 30px;
}
.sockel__portal img { height: 40px; width: auto; margin-bottom: 14px; }
.sockel__portal p { font-size: 13px; line-height: 1.6; }

.sockel__spalte h4 {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-bottom: 8px;
  position: relative;
}
.sockel__spalte h4::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: var(--stahl);
  border-radius: 2px;
}
.sockel__spalte ul { list-style: none; margin-top: 12px; }
.sockel__spalte li { margin-bottom: 9px; }
.sockel__spalte a { color: rgba(255, 255, 255, .7); font-size: 14px; }
.sockel__spalte a:hover { color: #fff; }

.sockel__warnung {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 18px;
}
.volljaehrig {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border: 2px solid var(--rubin);
  color: var(--rubin);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}
.sockel__warnung p { font-size: 12.5px; line-height: 1.55; margin: 0; }

.sockel__boden {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12.5px;
}

/* ============ KNOFLÍK VZHŮRU ============ */

.empor {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 48px; height: 48px;
  border-radius: var(--rundung);
  background: var(--tiefe);
  color: #fff;
  border: 1px solid var(--stahl);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s, transform .25s, visibility .25s, background-color .2s;
  z-index: 90;
}
.empor.empor--sichtbar { opacity: 1; visibility: visible; transform: translateY(0); }
.empor:hover { background: var(--rot); }
.empor svg { width: 22px; height: 22px; }

/* ============ ODKRYV PŘI POSUNU ============ */

.auftritt { opacity: 0; transform: translateY(18px); }
.auftritt.auftritt--ok {
  opacity: 1;
  transform: none;
  transition: opacity .5s ease, transform .5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .auftritt { opacity: 1; transform: none; }
}

/* ============ 404 ============ */

.verworfen {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px 60px;
}
.verworfen__code {
  font-family: var(--schrift-titel);
  font-size: 130px;
  font-weight: 700;
  color: var(--rot);
  line-height: 1;
  text-shadow: 0 6px 24px rgba(0, 0, 0, .35);
}
.verworfen h1 { color: #fff; font-family: var(--schrift-titel); font-size: 32px; text-transform: uppercase; margin: 12px 0; }
.verworfen p { color: rgba(255, 255, 255, .88); margin-bottom: 26px; }

/* ============ PRÁVNÍ STRÁNKY ============ */

.vermerk { font-size: 13.5px; color: var(--tinte-blass); margin: 20px 0 18px; }
/* Nach der Taste braucht die Datumszeile mehr Abstand */
.walzen-cta + .vermerk, .taste + .vermerk { margin-top: 26px; }

/* ============ PŘIZPŮSOBENÍ ============ */

@media (max-width: 1080px) {
  .kopfzeile__zeile { gap: 10px; }
  .signet img { height: 38px; }
  .steg { gap: 2px; }
  .steg a { padding: 9px 11px; font-size: 12px; }
  .pille { padding: 10px 16px; font-size: 12px; }
  .kopfzeile__aktionen { gap: 8px; }
  .faehnchen { font-size: 12px; gap: 6px; }
  .faehnchen svg { width: 26px; height: 17px; }
}

@media (max-width: 1024px) {
  .buehne h1 { font-size: 36px; }
  .sockel__gitter { grid-template-columns: 1fr 1fr; }
  .tafel { padding: 28px 26px; }
  .walzen { grid-template-columns: repeat(3, 1fr); }
  .stimme { flex-basis: calc((100% - 18px) / 2); }

  .raster {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .raster table { min-width: 500px; }
  .raster caption { font-size: 13.5px; padding: 10px 14px 10px 15px; }
  .raster thead th,
  .raster tbody td,
  .raster tbody th { min-width: 140px; }
  .raster table.raster--eng thead th,
  .raster table.raster--eng tbody td,
  .raster table.raster--eng tbody th { min-width: 120px; }
  .raster tbody tr > *:first-child,
  .raster thead th:first-child { min-width: 160px; }
}

/* Lange deutsche Woerter: der Dreistrich erscheint frueher */
@media (max-width: 940px) {
  .steg, .kopfzeile__aktionen { display: none; }
  .faehnchen { margin-left: auto; }
  .dreistrich { display: block; }
}

@media (max-width: 860px) {
  .buehne__zeile { flex-direction: column; align-items: flex-start; padding: 34px 0; min-height: 0; }
  .buehne__text { width: 100%; max-width: 100%; }
  .buehne__grund::after {
    background: linear-gradient(180deg, rgba(2, 26, 28, .52) 0%, rgba(2, 26, 28, .52) 60%, rgba(2, 26, 28, .5) 100%);
  }
  .buehne h1 { font-size: 30px; }
  .buehne h1, .buehne__anriss, .spur {
    text-shadow:
      0 0 2px rgba(0, 14, 15, .98),
      0 1px 4px rgba(0, 14, 15, .95),
      0 2px 12px rgba(0, 14, 15, .92);
  }
  .plakat { flex-direction: column; align-items: flex-start; }
  /* Das App-Band zentriert sich schon auf mittleren Bildschirmen:
     sonst blieben Text und Store-Tasten links haengen */
  .tasche { flex-direction: column; align-items: center; text-align: center; }
  .tasche__text { width: 100%; }
  .plakat::before, .plakat--rot::before { background: none; }
  .plakat__text {
    max-width: 100%;
    background: rgba(2, 26, 28, .74);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: var(--rundung);
    padding: 22px 20px;
  }
  .plakat--rot .plakat__text { background: rgba(32, 4, 9, .74); }
  .tasche__foto { flex-basis: auto; max-width: 280px; }
  .tasche__laeden { flex-direction: row; flex-wrap: wrap; justify-content: center; width: 100%; }
  .abruf { flex: 1 1 218px; max-width: 300px; }
  .sockel__boden { flex-direction: column; text-align: center; }
}

/* Fazit-Wegweiser stapelt sich schon ab 750px: zwei schmale
   Spalten quetschen die Schilder unlesbar zusammen */
@media (max-width: 750px) {
  .fazit { grid-template-columns: 1fr; gap: 26px; padding: 84px 16px 24px; }
  .fazit::before { display: none; }
  .fazit--minus { border-top: 1px solid var(--kalk-linie); padding-top: 24px; }
  .fazit--plus ul li, .fazit--minus ul li { padding-left: 44px; }
  .fazit--plus ul li::before, .fazit--minus ul li::before { width: 24px; height: 24px; }
}

@media (max-width: 700px) {
  /* Das Siegel stellt sich auf schmalen Bildschirmen mittig */
  .wertung { margin: 22px auto 4px; padding: 12px 14px 12px 24px; gap: 14px; }
  .wertung__hodnota { width: 76px; height: 76px; font-size: 19px; }
  /* Auf dem Handy wachsen die Szenen: von 3:1 auf 2:1 */
  .szene img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
  }

  .buehne__grund { background-position: 70% center; }
  .walzen { grid-template-columns: repeat(2, 1fr); }
  .stimme { flex-basis: 100%; }

  /* Auf dem Handy verschwindet das Band: jeder Millimeter zaehlt */
  .tafel::before { content: none; }
  .tafel { padding: 26px 20px 24px; }
}

@media (max-width: 560px) {
  /* Lange Woerter duerfen auf schmalen Bildschirmen trennen */
  .tafel h2, .tafel h3, .tafel p, .tafel li,
  .buehne h1, .buehne__anriss,
  .plakat__schlagzeile, .plakat__zeile, .tasche__schlagzeile, .tasche__zeile,
  .brett__titel, .frage summary, .verworfen h1, .verworfen p,
  .sockel__portal p, .sockel__warnung p, .sockel__spalte a {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .sockel__gitter { grid-template-columns: 1fr; text-align: center; }
  .sockel__portal img { margin-left: auto; margin-right: auto; }
  .sockel__warnung { flex-direction: column; text-align: center; }
  .tafel { padding: 22px 16px; }
  .tafel h2 { font-size: 23px; }
  .buehne h1 { font-size: 26px; }
  .verworfen__code { font-size: 90px; }
  .brett { flex-basis: 100%; min-width: 0; }
  .brett__marke { height: 130px; }

  .buehne__text,
  .plakat__text,
  .tasche__text { text-align: center; width: 100%; }
  .buehne__knoepfe,
  .plakat__cta,
  .tasche__laeden,
  .spur ol { justify-content: center; }
  .plakat__cta, .tasche__laeden { display: flex; width: 100%; }
  .buehne__zeile, .plakat, .tasche { align-items: center; }
  .plakat__marke { border-left: 0; padding-left: 0; }
}

@media (max-width: 450px) {
  .fassung { padding: 0 10px; }
  .kopfzeile__zeile { height: 60px; gap: 10px; }
  .signet img { height: 34px; }
  .faehnchen svg { width: 26px; height: 17px; }
  .faehnchen { font-size: 12px; gap: 6px; }
  .buehne { margin-top: 60px; }
  .tafel { padding: 18px 12px; }
  .plakat, .tasche { padding: 20px 14px; }
  .buehne__zeile { padding: 28px 0; }
  thead th, tbody td, tbody th { padding: 8px 6px; }
}

@media (max-width: 400px) {
  .vorhang__aktionen { flex-direction: column; align-items: center; }
  .vorhang__aktionen a { flex: 0 0 auto; width: 100%; max-width: 260px; }
}

@media (max-width: 360px) {
  .kopfzeile__zeile { height: 54px; gap: 8px; }
  .signet img { height: 28px; }
  .faehnchen svg { width: 22px; height: 15px; }
  .faehnchen { font-size: 11px; gap: 5px; }
  .dreistrich { padding: 6px; }
  .dreistrich span { width: 22px; height: 2.5px; margin: 4px 0; }
  .dreistrich.dreistrich--x span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .dreistrich.dreistrich--x span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .buehne { margin-top: 54px; }
  .verworfen { min-height: calc(100vh - 54px); }
}

/* ============ 22BET COUNTRY LINKS ============ */
.sockel__staaten {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 0 24px;
}
.sockel__staaten-kopf {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 8px;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.sockel__staaten-kopf::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: rgb(18, 112, 125);
  border-radius: 2px;
}
.sockel__staaten-reihe {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sockel__staat {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px 7px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.sockel__staat:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
  text-decoration: none;
}
.sockel__staat.sockel__staat--hier {
  background: rgba(233, 185, 73, .1);
  border-color: #e9b949;
  color: #fff;
}
.sockel__fahne {
  flex-shrink: 0;
  width: 24px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}
.sockel__fahne svg { display: block; width: 100%; height: 100%; }
@media (max-width: 560px) {
  .sockel__staaten { text-align: center; }
  /* two even columns; every name stays on one line */
  .sockel__staaten-reihe { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .sockel__staaten-reihe li { min-width: 0; }
  .sockel__staat { display: flex; width: 100%; min-width: 0; padding: 7px 10px 7px 7px; font-size: 12.5px; text-align: left; white-space: nowrap; }
  .sockel__staat-bezeichnung { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
}
@media (max-width: 380px) {
  .sockel__staaten-reihe { gap: 6px; }
  .sockel__staat { gap: 6px; padding: 6px 8px 6px 6px; font-size: 11.5px; }
  .sockel__fahne { width: 18px; height: 12px; }
}
@media (max-width: 339px) {
  .sockel__staat { gap: 5px; padding: 6px 6px 6px 5px; font-size: 11px; letter-spacing: -.01em; }
  .sockel__fahne { width: 16px; height: 11px; }
}
/* up to 330px: one pill per row, back to the regular size */
@media (max-width: 330px) {
  .sockel__staaten-reihe { grid-template-columns: minmax(0, 1fr); }
  .sockel__staat { gap: 9px; padding: 7px 12px 7px 8px; font-size: 12.5px; letter-spacing: normal; }
  .sockel__fahne { width: 22px; height: 15px; }
}
