/* ============================================================
   austria-22bet.com — Satellit 22Bet Österreich
   Der Rahmen (Kopf/Sockel) bleibt im Marken-Teal.
   Innen Porzellan und Flaggenrot auf warmem Messing,
   mit einem Jugendstil-Raster nach Wiener Vorbild.
   ============================================================ */

:root {
  --teal: #063b3e;
  --teal-panel: #063a3d;
  --teal-tief: #04292b;
  --rot: #ed2939;
  --rot-dunkel: #b81b28;
  --rot-blass: #fdeef0;
  --rot-linie: #f6ccd1;
  --stahl: #33474a;
  --stahl-dunkel: #1f3a3c50;
  --stahl-stark: #1f3a3c;
  --messing: #c9a227;
  --messing-blass: #f4e9c4;
  --weiss: #ffffff;
  --cta-gruen: #2f9e5f;
  --cta-gruen-dunkel: #28874f;
  --tinte: #1d2b2c;
  --tinte-weich: #3c4c4d;
  --tinte-blass: #6a7a7b;
  --dunst: #f4efe6;
  --dunst-linie: #e6e0d6;
  --login-hg: #0a5a5f;
  --radius: 8px;
  --breite: 1180px;
  --schrift: "Open Sans", Arial, sans-serif;
  --schrift-titel: "Roboto Condensed", "Open 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(--teal-tief);
  background-image:
    radial-gradient(circle at 50% 0%, rgba(10, 106, 112, .5) 0%, rgba(4, 41, 43, 0) 62%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='none' stroke='%230a6a70' stroke-opacity='.34' stroke-width='1'%3E%3Cpath d='M0 28h56M28 0v56'/%3E%3Crect x='20' y='20' width='16' height='16'/%3E%3Crect x='25.5' y='25.5' width='5' height='5' fill='%23c9a227' fill-opacity='.24' stroke='none'/%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; }

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

/* ============ FORTSCHRITTSBALKEN ============ */

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

/* ============ KOPFLEISTE ============ */

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

.stirnleiste__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; }

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

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

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

.pille {
  background: var(--cta-gruen);
  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-gruen-dunkel); text-decoration: none; }
.pille--dunkel { background: var(--login-hg); }
.pille--dunkel:hover { background: #0c4a50; }

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

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

.schublade {
  display: none;
  background: var(--teal-panel);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.schublade.schublade--offen { display: block; }
.schublade 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;
}
.schublade a:hover { background: rgba(255, 255, 255, .07); text-decoration: none; }

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

/* ============ SCHAUFENSTER (HERO) ============ */

.schaufenster {
  margin-top: 72px;
  background: linear-gradient(128deg, #02191d 0%, var(--teal) 55%, #0a636b 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid var(--rot);
}

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

.schaufenster__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%);
}
.schaufenster__grund::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(2, 20, 23, .95) 0%, rgba(4, 48, 53, .74) 40%, rgba(10, 99, 107, .1) 74%);
}

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

.schaufenster h1 {
  font-family: var(--schrift-titel);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.14;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.schaufenster h1 .glut { color: var(--rot); text-shadow: 0 0 18px rgba(212, 33, 61, .5); }

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

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

.abzeichen {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, .38);
  border-left: 4px solid #fff;
  border-bottom: 4px solid var(--rot);
  color: #fff;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}
.abzeichen .funke { color: var(--rot); }
.schaufenster__note { margin-bottom: 16px; }

/* ============ TASTEN ============ */

.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(--radius);
  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, 20, 23, 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, 20, 23, .34);
}
.taste--spielen {
  background: var(--stahl-stark);
  color: #fff;
  box-shadow: inset 0 0 0 2px var(--messing), 0 0 0 rgba(2, 20, 23, 0);
}
.taste--spielen:hover { box-shadow: inset 0 0 0 2px var(--messing-blass), 0 7px 18px rgba(2, 20, 23, .34); }
.taste--bonus { background: var(--rot); }
.taste--gruen { background: var(--cta-gruen); }
.taste svg { width: 22px; height: 22px; flex-shrink: 0; }

/* Wiener Lichtstreif — ein Glanz wandert bei Berührung über die Taste */
.taste::after,
.laden::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,
.laden:hover::after,
.laden: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,
  .laden:hover::after,
  .laden:focus-visible::after { animation: none; }
}

/* ============ INHALT / TAFELN ============ */

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

/* Tafel im Geist der Wiener Werkstätte: Messingrahmen mit Eckquadraten */
.tafel {
  position: relative;
  background: #fdfbf8;
  border: 1px solid var(--dunst-linie);
  border-radius: var(--radius);
  padding: 32px 32px 28px;
  margin-bottom: 24px;
  box-shadow: 0 2px 10px rgba(2, 20, 22, .16);
}
/* Feine Messinglinie zieht sich als Passepartout um die ganze Fläche */
.tafel::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(201, 162, 39, .42);
  border-radius: 3px;
  pointer-events: none;
}
/* Vier kleine Quadrate setzen die Ecken, wie bei Otto Wagner */
.tafel::after {
  content: "";
  position: absolute;
  inset: 9px;
  pointer-events: none;
  background-image:
    linear-gradient(var(--messing), var(--messing)),
    linear-gradient(var(--messing), var(--messing)),
    linear-gradient(var(--messing), var(--messing)),
    linear-gradient(var(--rot), var(--rot));
  background-repeat: no-repeat;
  background-size: 9px 9px;
  background-position: left -4.5px top -4.5px, right -4.5px top -4.5px, left -4.5px bottom -4.5px, right -4.5px bottom -4.5px;
  transform: rotate(0deg);
}

.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(--stahl-stark);
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--dunst-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;
  /* Edelweiß — das Zeichen des Hauses */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fdfbf8' stroke='%23063b3e' stroke-width='1.1' stroke-linejoin='round'%3E%3Cellipse cx='16' cy='5.6' rx='3.1' ry='5.2'/%3E%3Cellipse cx='16' cy='26.4' rx='3.1' ry='5.2'/%3E%3Cellipse cx='5.6' cy='16' rx='5.2' ry='3.1'/%3E%3Cellipse cx='26.4' cy='16' rx='5.2' ry='3.1'/%3E%3Cellipse cx='8.7' cy='8.7' rx='4.6' ry='2.8' transform='rotate(45 8.7 8.7)'/%3E%3Cellipse cx='23.3' cy='23.3' rx='4.6' ry='2.8' transform='rotate(45 23.3 23.3)'/%3E%3Cellipse cx='23.3' cy='8.7' rx='4.6' ry='2.8' transform='rotate(-45 23.3 8.7)'/%3E%3Cellipse cx='8.7' cy='23.3' rx='4.6' ry='2.8' transform='rotate(-45 8.7 23.3)'/%3E%3C/g%3E%3Ccircle cx='16' cy='16' r='4' fill='%23c9a227'/%3E%3Ccircle cx='16' cy='16' r='1.5' fill='%23ed2939'/%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;
  border-left: 4px solid var(--rot);
  background: linear-gradient(90deg, var(--dunst) 0%, rgba(244, 247, 249, 0) 85%);
  border-radius: 0 var(--radius) var(--radius) 0;
}

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

/* Der erste Absatz jeder Tafel trägt den Ton des Abschnitts */
.tafel h2 + p:not(.stand-datum):not(.feindruck) {
  padding: 10px 16px;
  background: linear-gradient(90deg, rgba(47, 72, 88, .07) 0%, rgba(47, 72, 88, 0) 80%);
  border-left: 3px solid var(--stahl);
  border-radius: 0 var(--radius) var(--radius) 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("../motive/zeichen-raute.webp");
}

/* Aufzählungen werden zu Zeilenkarten mit warmer Messingkante */
.tafel > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tafel > ul > li {
  margin: 0;
  padding: 10px 16px 10px 46px;
  background: var(--dunst);
  border: 1px solid var(--dunst-linie);
  border-left: 3px solid var(--stahl);
  border-radius: var(--radius);
}
.tafel > ul > li:nth-child(even) { border-left-color: var(--rot); }
.tafel > ul > li::before {
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

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

/* ============ PLANSZE (ilustracje) ============ */

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

/* ============ OKRUSZKI ============ */

.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); }

/* ============ TABELLEN ============ */

.tabellenfeld {
  margin: 18px 0;
  border: 1px solid var(--dunst-linie);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(0, 16, 18, .12);
  background: #fdfefe;
}

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

thead th {
  background: linear-gradient(180deg, #3a566a 0%, var(--stahl-stark) 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(--dunst-linie);
  vertical-align: top;
}
tbody tr:nth-child(even) { background: var(--dunst); }
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-blass); }
tbody tr:hover th { background: var(--rot-linie); }
tbody th {
  padding: 11px 12px;
  border-bottom: 1px solid var(--dunst-linie);
  text-align: left;
  background: var(--messing-blass);
  color: var(--tinte-weich);
  font-weight: 600;
  vertical-align: top;
}

/* Breite Tabellen: Kopfzeilen dürfen umbrechen, damit Daten Platz haben */
table.tabelle--schmal { font-size: 12.5px; }
table.tabelle--schmal thead th {
  font-size: 11px;
  padding: 10px 9px;
  white-space: normal;
  hyphens: none;
}
table.tabelle--schmal tbody td { padding: 10px 9px; }
table.tabelle--schmal tbody td:nth-child(2) { min-width: 122px; }

/* ============ SZALA (plusy / minusy) ============
   Zwei Spalten auf gemeinsamem Messinggrund, getrennt
   von einer senkrechten Achse mit heraldischer Raute in der Mitte */

.waage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 18px 0;
  background:
    repeating-linear-gradient(135deg, rgba(47, 72, 88, .04) 0 2px, transparent 2px 9px),
    linear-gradient(180deg, var(--messing-blass) 0%, #ffffff 100%);
  border: 1px solid var(--dunst-linie);
  border-top: 3px solid var(--stahl-stark);
  border-radius: var(--radius);
  padding: 26px 10px 22px;
  overflow: hidden;
}
.waage::before {
  content: "";
  position: absolute;
  top: 20px; bottom: 20px;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(47, 72, 88, 0) 0%, var(--messing) 20%, var(--messing) 80%, rgba(47, 72, 88, 0) 100%);
}
.waage::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 26px; height: 26px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, var(--rot) 50%, var(--rot) 100%);
  border: 2px solid var(--stahl-stark);
  box-shadow: 0 0 0 5px var(--messing-blass);
}
.waage--dafuer, .waage--dagegen {
  padding: 0 24px;
  background: none;
  border: 0;
}
.waage--dafuer h3, .waage--dagegen h3 {
  margin: 0 auto 16px;
  font-size: 15px;
  letter-spacing: .1em;
  border-left: 0;
  background: none;
  padding: 0 0 10px;
  text-align: center;
  display: block;
  position: relative;
}
.waage--dafuer h3 { color: var(--stahl-stark); }
.waage--dagegen h3 { color: var(--rot-dunkel); }
.waage--dafuer h3::after, .waage--dagegen h3::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0;
  transform: translateX(-50%);
  width: 54px; height: 3px;
  border-radius: 2px;
}
.waage--dafuer h3::after { background: var(--stahl-stark); }
.waage--dagegen h3::after { background: var(--rot); }
.waage--dafuer ul, .waage--dagegen ul { margin: 0; display: flex; flex-direction: column; gap: 0; }
.waage--dafuer ul li, .waage--dagegen ul li {
  padding: 10px 4px 10px 34px;
  margin: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(47, 72, 88, .1);
  border-radius: 0;
}
.waage--dafuer ul li:last-child, .waage--dagegen ul li:last-child { border-bottom: 0; }
.waage--dafuer ul li::before { background-image: url("../motive/zeichen-plus.webp"); width: 24px; height: 24px; left: 0; top: .6em; transform: none; }
.waage--dagegen ul li::before { background-image: url("../motive/zeichen-minus.webp"); width: 24px; height: 24px; left: 0; top: .6em; transform: none; }

/* ============ STUFEN ============ */

.stufen { counter-reset: krok; list-style: none; margin: 16px 0 !important; }
.stufen li {
  counter-increment: krok;
  position: relative;
  padding: 0 0 14px 52px;
  margin: 0;
}
.stufen li::before {
  content: counter(krok);
  position: absolute;
  left: 0; top: -2px;
  width: 34px; height: 34px;
  background: var(--stahl-stark);
  border-bottom: 3px solid var(--rot);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============ OFERTY (banery) ============ */

.aktion {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(120deg, #02191d 0%, var(--teal) 68%, #0a636b 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--radius);
  padding: 34px 36px;
  margin-bottom: 24px;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(0, 16, 18, .3);
}
.aktion::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(2, 20, 23, .94) 0%, rgba(4, 48, 53, .76) 46%, rgba(10, 99, 107, .1) 78%);
  pointer-events: none;
}
.aktion--rot::before {
  background: linear-gradient(100deg, rgba(32, 4, 9, .94) 0%, rgba(126, 17, 34, .74) 46%, rgba(212, 33, 61, .1) 78%);
}

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

.aktion__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);
}
.aktion__titel {
  font-family: var(--schrift-titel);
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.aktion__zeile { color: rgba(255, 255, 255, .88); font-size: 14px; margin-bottom: 0; }

/* ============ PAS APLIKACJI ============ */

.tasche {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(115deg, #02191d 0%, var(--teal) 60%, #0a636b 100%);
  border-radius: var(--radius);
  padding: 28px 36px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(0, 16, 18, .3);
}
.tasche__foto { flex: 0 0 190px; position: relative; z-index: 1; }
.tasche__foto img { border-radius: var(--radius); }
.tasche__text { flex: 1; position: relative; z-index: 1; }
.tasche__titel {
  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;
}
.laden {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #14202a;
  border: 1px solid var(--messing);
  color: #fff;
  border-radius: var(--radius);
  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;
}
.laden:hover {
  background: #1f2f3c;
  border-color: var(--messing-blass);
  box-shadow: 0 6px 16px rgba(2, 20, 23, .32);
  text-decoration: none;
}
.laden svg { width: 30px; height: 30px; flex-shrink: 0; }
.laden__txt { line-height: 1.2; text-align: center; }
.laden__klein { display: block; font-size: 11px; opacity: .82; }
.laden__gross { display: block; font-size: 17px; font-weight: 700; }

/* ============ SPIELTISCHE ============
   Zeilen mit runder Medaille statt Raster */

.spieltische { display: flex; flex-direction: column; gap: 12px; margin: 18px 0 0; }
.spieltisch {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: var(--dunst);
  border: 1px solid var(--dunst-linie);
  border-radius: var(--radius);
  padding: 18px 20px;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.spieltisch:hover {
  box-shadow: 0 10px 24px rgba(0, 16, 18, .16);
  border-color: var(--rot);
}
.spieltisch__marke {
  flex-shrink: 0;
  width: 62px; height: 62px;
  display: grid;
  place-items: center;
  background: var(--teal);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--messing);
}
.spieltisch__marke img { width: 40px; height: 40px; object-fit: contain; }
.spieltisch__inhalt { flex: 1; }
.spieltische .spieltisch__name {
  font-family: var(--schrift-titel);
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--stahl-stark);
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--rot-linie);
}
.spieltisch p { margin-bottom: 0; font-size: 14.5px; }

/* ============ AUTOMATY (sloty) ============ */

.walzen {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 20px 0 6px;
}
.walze {
  position: relative;
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  background: #14202a;
  border: 1px solid var(--stahl);
  box-shadow: 0 3px 12px rgba(0, 16, 18, .2);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.walze:hover { box-shadow: 0 12px 26px rgba(0, 16, 18, .32); border-color: var(--rot); text-decoration: none; }
.walze__kunst { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .35s ease; }
.walze:hover .walze__kunst { transform: scale(1.06); }
.walze__schimmer {
  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__schimmer { left: 115%; }
.walze__band {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 12px 10px;
  background: linear-gradient(180deg, rgba(14, 22, 28, 0) 0%, rgba(14, 22, 28, .86) 55%, rgba(14, 22, 28, .96) 100%);
}
.walze__art {
  display: block;
  color: var(--messing);
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 2px;
}
.walze__name {
  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; }

/* ============ ECHOS (Karussell ohne Ende) ============ */

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

.echos__bahn {
  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;
}
.echos__bahn::-webkit-scrollbar { display: none; }
.echos__bahn.echos__bahn--greifen { cursor: grabbing; scroll-behavior: auto; }

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

.echo__kopf { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.echo__foto {
  width: 56px; height: 56px;
  flex-shrink: 0;
  border-radius: var(--radius);
  object-fit: cover;
  border: 2px solid var(--messing);
  box-shadow: 0 2px 8px rgba(0, 16, 18, .2);
}
.echo__wer { min-width: 0; }
.echo__name {
  display: block;
  font-family: var(--schrift-titel);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--stahl-stark);
}
.echo__zeile { display: flex; align-items: center; gap: 8px; margin-top: 3px; }
.echo__note {
  background: var(--rot);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  border-radius: var(--radius);
  padding: 2px 10px;
  flex-shrink: 0;
}
.echo__sterne { color: var(--stahl); font-size: 13px; letter-spacing: 2px; }
.echo__text { font-style: italic; color: var(--tinte); font-size: 14.5px; margin: 0; position: relative; z-index: 1; }

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

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

/* ============ ENDNOTE ============ */

.endnote {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px 12px;
  background: linear-gradient(120deg, var(--stahl-stark) 0%, #3a566a 100%);
  color: #fff;
  border-radius: var(--radius);
  border-bottom: 5px solid var(--rot);
  padding: 18px 26px;
  margin-top: 18px;
}
.endnote__wert {
  font-family: var(--schrift-titel);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
.endnote__label { font-size: 15px; font-weight: 700; text-transform: uppercase; color: var(--messing); }

/* ============ PYTANIA (FAQ) ============ */

.fragen { margin-top: 6px; }
.frage { border-bottom: 1px solid var(--dunst-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(--radius);
  background: var(--stahl-stark);
  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; }

/* ============ PODPIS EKSPERTA ============ */

.signatur {
  background: var(--messing-blass);
  border-left: 5px solid var(--stahl-stark);
  border-bottom: 3px solid var(--rot);
  border-radius: var(--radius);
  padding: 22px 26px;
  font-style: italic;
}
.signatur__name { font-weight: 700; font-style: normal; color: var(--stahl-stark); }

/* ============ SOCKEL ============ */

.sockel {
  background: var(--teal);
  color: rgba(255, 255, 255, .8);
  padding: 44px 0 0;
}
.sockel__raster {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 30px;
}
.sockel__ueber img { height: 40px; width: auto; margin-bottom: 14px; }
.sockel__ueber 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: #2da6b1;
  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 #f04c44;
  color: #f04c44;
  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__basis {
  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;
}

/* ============ PRZYCISK DO GÓRY ============ */

.hinauf {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 48px; height: 48px;
  border-radius: var(--radius);
  background: var(--stahl-stark);
  color: #fff;
  border: 1px solid var(--messing);
  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;
}
.hinauf.hinauf--da { opacity: 1; visibility: visible; transform: translateY(0); }
.hinauf:hover { background: var(--rot); }
.hinauf svg { width: 22px; height: 22px; }

/* ============ POJAWIANIE PRZY SCROLLU ============ */

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

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

.verlaufen {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px 60px;
}
.verlaufen__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);
}
.verlaufen h1 { color: #fff; font-family: var(--schrift-titel); font-size: 32px; text-transform: uppercase; margin: 12px 0; }
.verlaufen p { color: rgba(255, 255, 255, .88); margin-bottom: 26px; }

/* ============ STRONY PRAWNE ============ */

.stand-datum { font-size: 13.5px; color: var(--tinte-blass); margin-bottom: 18px; }

/* ============ RESPONSIVE ============ */

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

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

  .tabellenfeld {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tabellenfeld table { min-width: 500px; }
  .tabellenfeld thead th,
  .tabellenfeld tbody td,
  .tabellenfeld tbody th { min-width: 140px; }
  .tabellenfeld table.tabelle--schmal thead th,
  .tabellenfeld table.tabelle--schmal tbody td,
  .tabellenfeld table.tabelle--schmal tbody th { min-width: 120px; }
  .tabellenfeld tbody tr > *:first-child,
  .tabellenfeld thead th:first-child { min-width: 160px; }
}

/* Lange deutsche Wörter: der Griff erscheint früher */
@media (max-width: 940px) {
  .wegweiser, .stirnleiste__aktionen { display: none; }
  .fahne { margin-left: auto; }
  .griff { display: block; }
}

@media (max-width: 860px) {
  .schaufenster__zeile { flex-direction: column; align-items: flex-start; padding: 34px 0; min-height: 0; }
  .schaufenster__text { width: 100%; max-width: 100%; }
  .schaufenster__grund::after {
    background: linear-gradient(180deg, rgba(2, 20, 23, .52) 0%, rgba(2, 20, 23, .52) 60%, rgba(2, 20, 23, .5) 100%);
  }
  .schaufenster h1 { font-size: 30px; }
  .schaufenster h1, .schaufenster__lead, .spur {
    text-shadow:
      0 0 2px rgba(0, 12, 14, .98),
      0 1px 4px rgba(0, 12, 14, .95),
      0 2px 12px rgba(0, 12, 14, .92);
  }
  .spieltische { grid-template-columns: 1fr; }
  .aktion { flex-direction: column; align-items: flex-start; }
  /* Der App-Streifen rückt schon auf mittleren Schirmen in die Mitte:
     Handy, Text und Ladenknöpfe stehen sonst uneinheitlich am linken Rand */
  .tasche { flex-direction: column; align-items: center; text-align: center; }
  .tasche__text { width: 100%; }
  .aktion::before, .aktion--rot::before { background: none; }
  .aktion__text {
    max-width: 100%;
    background: rgba(2, 20, 23, .74);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: var(--radius);
    padding: 22px 20px;
  }
  .aktion--rot .aktion__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%; }
  .laden { flex: 1 1 218px; max-width: 300px; }
  .sockel__basis { flex-direction: column; text-align: center; }
}

@media (max-width: 700px) {
  /* Am Telefon wachsen die Schaubilder: aus 3:1 wird 2:1 */
  .schaubild img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
  }

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

  /* Am Telefon fällt das Passepartout weg — der schmale Schirm braucht jeden Millimeter */
  .tafel::before, .tafel::after { content: none; }
  .tafel { padding: 26px 20px 24px; }
}

@media (max-width: 560px) {
  /* Lange deutsche Wörter dürfen auf schmalen Schirmen trennen */
  .tafel h2, .tafel h3, .tafel p, .tafel li,
  .schaufenster h1, .schaufenster__lead,
  .aktion__titel, .aktion__zeile, .tasche__titel, .tasche__zeile,
  .spieltisch__name, .frage summary, .verlaufen h1, .verlaufen p,
  .sockel__ueber p, .sockel__warnung p, .sockel__spalte a {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .sockel__raster { grid-template-columns: 1fr; text-align: center; }
  .sockel__ueber img { margin-left: auto; margin-right: auto; }
  .sockel__warnung { flex-direction: column; text-align: center; }
  .tafel { padding: 22px 16px; }
  .tafel h2 { font-size: 23px; }
  .schaufenster h1 { font-size: 26px; }
  .verlaufen__code { font-size: 90px; }
  /* Am Telefon rücken die Zeichen bündig an den Rand der Fläche */
  .waage { grid-template-columns: 1fr; padding: 22px 0 20px; }
  .waage--dafuer ul li, .waage--dagegen ul li { padding: 10px 2px 10px 30px; }
  .waage--dafuer ul li::before, .waage--dagegen ul li::before { width: 21px; height: 21px; top: .62em; }
  .waage::before, .waage::after { display: none; }
  .waage--dagegen { margin-top: 20px; padding-top: 22px; border-top: 2px solid var(--messing); }
  /* Am Telefon stellt sich die Reihe auf: Medaille und Titel mittig,
     der Fließtext bleibt linksbündig und damit gut lesbar */
  .spieltisch { flex-direction: column; align-items: center; gap: 12px; padding: 18px 16px; }
  .spieltisch__marke { width: 52px; height: 52px; }
  .spieltisch__marke img { width: 32px; height: 32px; }
  .spieltisch__inhalt { width: 100%; }
  .spieltische .spieltisch__name { text-align: center; }

  .schaufenster__text,
  .aktion__text,
  .tasche__text { text-align: center; width: 100%; }
  .schaufenster__tasten,
  .aktion__cta,
  .tasche__laeden,
  .spur ol { justify-content: center; }
  .aktion__cta, .tasche__laeden { display: flex; width: 100%; }
  .schaufenster__zeile, .aktion, .tasche { align-items: center; }
  .schaufenster__note { align-self: center; }
  .aktion__marke { border-left: 0; padding-left: 0; }
}

@media (max-width: 450px) {
  .gitter { padding: 0 10px; }
  .stirnleiste__zeile { height: 60px; gap: 10px; }
  .signet img { height: 34px; }
  .fahne svg { width: 26px; height: 17px; }
  .fahne { font-size: 12px; gap: 6px; }
  .schaufenster { margin-top: 60px; }
  .tafel { padding: 18px 12px; }
  .aktion, .tasche { padding: 20px 14px; }
  .schaufenster__zeile { padding: 28px 0; }
  thead th, tbody td, tbody th { padding: 8px 6px; }
}

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

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

/* ============ 22BET COUNTRY LINKS ============ */
.sockel__laender {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 0 24px;
}
.sockel__laender-titel {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 8px;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.sockel__laender-titel::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: rgb(45, 166, 177);
  border-radius: 2px;
}
.sockel__laender-liste {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sockel__land {
  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__land:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
  text-decoration: none;
}
.sockel__land.sockel__land--aktuell {
  background: rgba(233, 185, 73, .1);
  border-color: #e9b949;
  color: #fff;
}
.sockel__flagge {
  flex-shrink: 0;
  width: 24px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}
.sockel__flagge svg { display: block; width: 100%; height: 100%; }
@media (max-width: 560px) {
  .sockel__laender { text-align: center; }
  /* two even columns; every name stays on one line */
  .sockel__laender-liste { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .sockel__laender-liste li { min-width: 0; }
  .sockel__land { display: flex; width: 100%; min-width: 0; padding: 7px 10px 7px 7px; font-size: 12.5px; text-align: left; white-space: nowrap; }
  .sockel__land-name { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
}
@media (max-width: 380px) {
  .sockel__laender-liste { gap: 6px; }
  .sockel__land { gap: 6px; padding: 6px 8px 6px 6px; font-size: 11.5px; }
  .sockel__flagge { width: 18px; height: 12px; }
}
@media (max-width: 339px) {
  .sockel__land { gap: 5px; padding: 6px 6px 6px 5px; font-size: 11px; letter-spacing: -.01em; }
  .sockel__flagge { width: 16px; height: 11px; }
}
/* up to 330px: one pill per row, back to the regular size */
@media (max-width: 330px) {
  .sockel__laender-liste { grid-template-columns: minmax(0, 1fr); }
  .sockel__land { gap: 9px; padding: 7px 12px 7px 8px; font-size: 12.5px; letter-spacing: normal; }
  .sockel__flagge { width: 22px; height: 15px; }
}
