/* ==========================================================================
   Gleis Drei Duisburg
   Farben aus dem Bestand der alten Seite uebernommen (Inline-Styles der
   WPBakery-Bloecke, ausgezaehlt am 14.09.2026):
   #103861 Dunkelblau, #7a1230 Weinrot, #f3eee4 Creme, #1f2933 Anthrazit,
   #d4af37 Gold, #3a6ea5 Mittelblau, #222222 Text.
   ========================================================================== */

:root {
  --blau:        #103861;
  --blau-hell:   #3a6ea5;
  --blau-zart:   #a9c7e8;
  --rot:         #7a1230;
  --gold:        #d4af37;
  --creme:       #f3eee4;
  --creme-dunkel:#ece6da;
  --anthrazit:   #1f2933;
  --text:        #222222;
  --text-hell:   #555555;
  --weiss:       #ffffff;

  --breite:      1200px;
  --schmal:      820px;
  --rund:        4px;
  --schatten:    0 2px 14px rgba(16, 56, 97, .10);
}

/* --- Grundlagen ---------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--text);
  background: var(--weiss);
  -webkit-text-size-adjust: 100%;
}

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

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.2;
  color: var(--blau);
  margin: 0 0 .6em;
  font-weight: 700;
}

h1 { font-size: clamp(1.9rem, 4.5vw, 2.9rem); }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.1rem); }
h3 { font-size: clamp(1.15rem, 2.2vw, 1.35rem); }

p { margin: 0 0 1.1em; }

a { color: var(--blau); }
a:hover, a:focus-visible { color: var(--rot); }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

.skip {
  position: absolute; left: -9999px;
  background: var(--blau); color: var(--weiss);
  padding: .8rem 1.2rem; z-index: 200;
}
.skip:focus { left: .5rem; top: .5rem; }

.huelle { max-width: var(--breite); margin: 0 auto; padding-inline: 20px; }
.huelle.schmal { max-width: var(--schmal); }
.mitte { text-align: center; }

/* --- Knoepfe ------------------------------------------------------------- */

.knopf {
  display: inline-block;
  background: var(--rot);
  color: var(--weiss);
  padding: .8rem 1.7rem;
  border-radius: var(--rund);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .02em;
  transition: background .18s ease, transform .18s ease;
}
.knopf:hover, .knopf:focus-visible { background: #96173b; color: var(--weiss); transform: translateY(-1px); }

.knopf-leer {
  background: transparent;
  color: var(--weiss);
  border: 2px solid rgba(255,255,255,.75);
}
.knopf-leer:hover, .knopf-leer:focus-visible { background: rgba(255,255,255,.14); color: var(--weiss); }

.knopf-blau { background: var(--blau); }
.knopf-blau:hover, .knopf-blau:focus-visible { background: var(--blau-hell); }

.knoepfe { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.4rem 0 0; }

.text-link {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* --- Kopf ---------------------------------------------------------------- */

.kopf-info {
  background: var(--anthrazit);
  color: #e8e8e8;
  font-size: .86rem;
}
.kopf-info-innen {
  display: flex; flex-wrap: wrap; gap: .4rem 1.6rem;
  align-items: center; justify-content: center;
  padding-block: .5rem;
}
.kopf-info-teil { display: inline-flex; align-items: center; gap: .4rem; color: inherit; text-decoration: none; }
.kopf-info-teil:hover { color: var(--gold); }
.kopf-info-zusatz { color: var(--gold); }
.symbol { width: 16px; height: 16px; fill: currentColor; flex: none; }

.kopf-marke { background: var(--weiss); border-bottom: 3px solid var(--blau); position: sticky; top: 0; z-index: 100; }
.kopf-marke-innen {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding-block: .7rem; flex-wrap: wrap;
}
.logo img { width: 88px; height: auto; }

.menue ul {
  list-style: none; display: flex; flex-wrap: wrap;
  gap: .2rem 1.3rem; margin: 0; padding: 0; align-items: center;
}
.menue a {
  text-decoration: none; color: var(--blau); font-weight: 600;
  padding: .45rem .1rem; display: inline-block; border-bottom: 2px solid transparent;
}
.menue a:hover, .menue a:focus-visible { color: var(--rot); border-bottom-color: var(--rot); }
.menue a[aria-current="page"] { color: var(--rot); border-bottom-color: var(--rot); }
.menue-aktion a { border-bottom: 0; }
.menue-aktion a:hover { border-bottom: 0; }

.menue-schalter {
  display: none; align-items: center; gap: .5rem;
  background: var(--blau); color: var(--weiss);
  border: 0; border-radius: var(--rund);
  padding: .6rem 1rem; font: inherit; font-weight: 600; cursor: pointer;
}
.balken { width: 20px; height: 2px; background: currentColor; position: relative; display: block; }
.balken::before, .balken::after {
  content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: currentColor;
}
.balken::before { top: -6px; }
.balken::after  { top: 6px; }

/* --- Abschnitte ---------------------------------------------------------- */

.block { padding-block: clamp(2.6rem, 6vw, 4.4rem); }
.block-hell   { background: var(--weiss); }
.block-creme  { background: var(--creme); }
.block-dunkel { background: var(--anthrazit); color: #f1f1f1; }
.block-blau   { background: var(--blau); color: var(--weiss); }

.block-dunkel h2, .block-dunkel h3,
.block-blau h2, .block-blau h3 { color: var(--weiss); }
.block-dunkel a, .block-blau a { color: var(--gold); }

.augen {
  text-transform: uppercase; letter-spacing: 2px;
  font-size: .78rem; font-weight: 700; color: var(--rot);
  margin: 0 0 .5rem; font-family: inherit;
}
.block-dunkel .augen, .block-blau .augen { color: var(--gold); }

.vorspann { font-size: 1.08rem; color: var(--text-hell); max-width: 62ch; }
.block-dunkel .vorspann, .block-blau .vorspann { color: #d9dde1; }

.zwei-spalten {
  display: grid; gap: clamp(1.6rem, 4vw, 3rem);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
}

/* --- Hero ---------------------------------------------------------------- */

.hero { position: relative; background: var(--anthrazit); }
.hero-bild {
  width: 100%; height: clamp(340px, 52vw, 560px);
  object-fit: cover; opacity: .42;
}
.hero-inhalt {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: center;
  color: var(--weiss); text-align: center;
}
.hero-inhalt h1 { color: var(--weiss); margin-bottom: .5rem; }
.hero-inhalt .augen { color: var(--gold); }
.hero-text { max-width: 66ch; margin-inline: auto; font-size: 1.05rem; color: #f0f0f0; }
.hero .knoepfe { justify-content: center; }

/* --- Reservierungsband --------------------------------------------------- */

.reservierung { background: var(--rot); color: var(--weiss); text-align: center; }
.reservierung h2 { color: var(--weiss); }
.reservierung .augen { color: rgba(255,255,255,.8); }
.telefon-gross {
  display: inline-block;
  font-family: Georgia, serif; font-size: clamp(1.7rem, 5vw, 2.6rem);
  font-weight: 700; color: var(--weiss); text-decoration: none;
  letter-spacing: .01em; margin-top: .3rem;
}
.telefon-gross:hover, .telefon-gross:focus-visible { color: var(--gold); }

/* --- Laufband der Spezialitaeten ----------------------------------------- */
/* Mechanik und Masse aus dem Original uebernommen: Die Karten liegen dreifach
   hintereinander, der Streifen laeuft gleichmaessig nach rechts und springt
   unbemerkt um einen Satz zurueck. Gesteuert wird er ueber die drei Knoepfe
   darunter. Ablauf in assets/js/seite.js. */

.slider-huelle { position: relative; margin-top: 1.6rem; }

.gd-slider {
  overflow-x: auto; overflow-y: hidden;
  margin: 0; padding: 0;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gd-slider::-webkit-scrollbar { display: none; }

.gd-track { display: flex; width: max-content; }

.gericht {
  flex: 0 0 auto;
  width: 225px;
  margin: 0 20px 0 0;
  background: var(--creme);
  color: var(--text);
  border-left: 6px solid var(--blau);
}
.gericht img {
  display: block; width: 225px; height: 300px;
  object-fit: cover; margin: 0; padding: 0; border: 0;
  max-width: none; pointer-events: none;
}
.gericht-text { padding: 14px 16px 18px; min-height: 200px; }
.gericht h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.25; color: var(--text); }
.gericht p  { margin: 0; font-size: 14px; line-height: 1.6; color: #444444; }

.gd-steuerung {
  position: relative; z-index: 5;
  display: flex; justify-content: center;
  margin: 16px 0 0; padding: 0;
}
.gd-steuerung button {
  width: 60px; height: 60px; margin: 0 6px; padding: 0;
  border: 0; border-radius: 0;
  background: var(--blau); color: var(--weiss);
  font-size: 22px; line-height: 60px;
  cursor: pointer; font-family: inherit;
  appearance: none; -webkit-appearance: none;
  touch-action: manipulation;
}
.gd-steuerung button:hover { background: var(--blau-hell); }
.gd-steuerung button:focus-visible { outline: 3px solid #faf6e5; outline-offset: 2px; }

/* --- Weinkarte ----------------------------------------------------------- */

.weine { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.wein-spalte { background: var(--weiss); border-radius: var(--rund); padding: 1.6rem 1.7rem; box-shadow: var(--schatten); }
.wein-menge {
  display: inline-block; background: var(--blau); color: var(--weiss);
  font-size: .8rem; font-weight: 700; letter-spacing: .05em;
  padding: .15rem .6rem; border-radius: 999px; margin-bottom: .5rem;
}
.wein { border-top: 1px solid var(--creme-dunkel); padding-top: .9rem; margin-top: .9rem; }
.wein:first-of-type { border-top: 0; margin-top: 0; padding-top: 0; }
.wein-gut { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--rot); margin: 0 0 .1rem; }
.wein-name { font-weight: 700; color: var(--blau); margin: 0 0 .25rem; }
.wein-text { font-size: .92rem; color: var(--text-hell); margin: 0; line-height: 1.6; }
.wein-fuss { font-size: .85rem; color: var(--text-hell); margin-top: 1.4rem; }

/* --- Kachelreihe --------------------------------------------------------- */

.kacheln { display: grid; gap: 1.6rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.kachel {
  background: var(--weiss); border-radius: var(--rund);
  padding: 1.6rem 1.7rem; box-shadow: var(--schatten);
  border-top: 4px solid var(--rot);
}
.kachel h3 { margin-bottom: .4rem; }
.kachel p { margin: 0; color: var(--text-hell); }

/* --- Bild mit Rand ------------------------------------------------------- */

.bild-rand { border-radius: var(--rund); box-shadow: var(--schatten); width: 100%; }
.video-rand { border-radius: var(--rund); box-shadow: var(--schatten); width: 100%; }

/* --- Zeiten -------------------------------------------------------------- */

.zeiten-paar { display: grid; gap: 1.6rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.zeiten-karte { background: var(--weiss); border-radius: var(--rund); padding: 1.6rem 1.7rem; box-shadow: var(--schatten); }
.zeiten { margin: 0; }
.zeiten dt { font-weight: 700; color: var(--blau); }
.zeiten dd { margin: 0 0 .8rem; color: var(--text-hell); }
.zeiten dd:last-child { margin-bottom: 0; }

/* --- Seitenkopf der Unterseiten ------------------------------------------ */

.seitenkopf {
  background: var(--creme);
  border-bottom: 3px solid var(--blau);
  padding-block: clamp(2rem, 5vw, 3.4rem);
}
.seitenkopf h1 { margin-bottom: .4rem; }
.seitenkopf .vorspann { margin-bottom: 0; }

.seitenkopf-dunkel { background: var(--anthrazit); border-bottom-color: var(--gold); }
.seitenkopf-dunkel h1 { color: var(--weiss); }
.seitenkopf-dunkel .augen { color: var(--gold); }
.seitenkopf-dunkel .vorspann { color: #d9dde1; }

/* --- Listen -------------------------------------------------------------- */

.liste { margin: 0 0 1.1em; padding-left: 1.3em; }
.liste li { margin-bottom: .45rem; }

/* --- Adressen und Eckdaten ----------------------------------------------- */

.adresse { font-style: normal; line-height: 1.9; margin-bottom: 1.1em; }
.adresse-gross { font-size: 1.1rem; }

.eckdaten { margin: 0 0 1.4em; }
.eckdaten dt {
  font-size: .8rem; text-transform: uppercase; letter-spacing: .08em;
  color: var(--rot); font-weight: 700; margin-top: .9rem;
}
.eckdaten dt:first-child { margin-top: 0; }
.eckdaten dd { margin: 0; }

.hinweis {
  font-size: .88rem; color: var(--text-hell);
  border-left: 3px solid var(--creme-dunkel); padding-left: .9rem;
}

/* --- Kabarett-Termine ---------------------------------------------------- */

.termine { display: grid; gap: 1.4rem; }

.termin {
  display: grid; gap: 0;
  grid-template-columns: 190px 1fr;
  background: var(--weiss); border-radius: var(--rund);
  box-shadow: var(--schatten); overflow: hidden;
  border-left: 5px solid var(--rot);
}
.termin:not(:has(.termin-bild)) { grid-template-columns: 1fr; }

.termin-bild { background: var(--creme-dunkel); }
.termin-bild img { width: 100%; height: 100%; object-fit: cover; min-height: 200px; }

.termin-text { padding: 1.3rem 1.5rem; }

.termin-datum {
  font-size: .82rem; text-transform: uppercase; letter-spacing: .08em;
  color: var(--text-hell); margin: 0 0 .3rem; font-weight: 600;
}
.termin-tag {
  display: inline-block; background: var(--blau); color: var(--weiss);
  padding: .05rem .45rem; border-radius: 3px; margin-right: .3rem; letter-spacing: .05em;
}
.termin-text h3 { margin-bottom: .3rem; }
.termin-zusatz { font-style: italic; color: var(--rot); margin: 0 0 .5rem; }
.termin-preise { margin: 0; color: var(--text-hell); font-size: .95rem; line-height: 1.7; }

.marke-ausverkauft {
  display: inline-block; margin: .8rem 0 0;
  background: var(--rot); color: var(--weiss);
  font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: .25rem .8rem; border-radius: 3px;
}

.termin-alt { border-left-color: var(--creme-dunkel); opacity: .82; }
.termin-alt .termin-tag { background: var(--text-hell); }
.termin-alt h3 { color: var(--text-hell); }

@media (max-width: 700px) {
  .termin, .termin:not(:has(.termin-bild)) { grid-template-columns: 1fr; }
  .termin-bild img { min-height: 0; max-height: 320px; }
}

/* --- Eingebettete PDF ---------------------------------------------------- */

.pdf-rahmen {
  border: 1px solid var(--creme-dunkel); border-radius: var(--rund);
  overflow: hidden; box-shadow: var(--schatten); background: var(--creme);
}
.pdf-rahmen object { display: block; width: 100%; height: clamp(420px, 75vh, 900px); border: 0; }
.pdf-rahmen p { padding: 2rem; margin: 0; text-align: center; }

/* --- Fuss ---------------------------------------------------------------- */

.fuss { background: var(--anthrazit); color: #cfd4d9; font-size: .95rem; margin-top: 0; }
.fuss-raster {
  display: grid; gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  padding-block: clamp(2.2rem, 5vw, 3.2rem);
}
.fuss-logo { width: 78px; margin-bottom: .9rem; }
.fuss-text { color: #aeb5bc; }
.fuss-titel { font-size: 1.05rem; color: var(--weiss); margin-bottom: .7rem; }
.fuss a { color: var(--gold); text-decoration: none; }
.fuss a:hover, .fuss a:focus-visible { text-decoration: underline; color: var(--weiss); }
.fuss-adresse { font-style: normal; line-height: 1.9; }
.fuss-zeiten dt { font-weight: 700; color: var(--weiss); }
.fuss-zeiten dd { margin: 0 0 .6rem; }
.fuss-liste, .fuss-recht ul { list-style: none; margin: 0; padding: 0; }
.fuss-liste li { margin-bottom: .35rem; }

.fuss-schluss { border-top: 1px solid rgba(255,255,255,.12); }
.fuss-schluss-innen {
  display: flex; flex-wrap: wrap; gap: .6rem 1.4rem;
  align-items: center; justify-content: space-between;
  padding-block: 1rem; font-size: .88rem;
}
.fuss-schluss p { margin: 0; }
.fuss-recht ul { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; }

/* --- Schmale Schirme ----------------------------------------------------- */

@media (max-width: 900px) {
  .menue-schalter { display: inline-flex; }

  .menue {
    flex-basis: 100%;
    display: none;
  }
  .menue.offen { display: block; }
  .menue ul { flex-direction: column; align-items: stretch; gap: 0; }
  .menue li { border-top: 1px solid var(--creme-dunkel); }
  .menue a { padding: .8rem .2rem; border-bottom: 0; }
  .menue a[aria-current="page"] { border-bottom: 0; }
  .menue-aktion { border-top: 0; padding-top: .9rem; }
  .menue-aktion .knopf { display: block; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}
