/* ==========================================================================
   Weinkommission Stern – statische Interimsseite
   Farb- und Schriftwerte stammen aus den Elementor-Einstellungen des Backups
   vom 06.09.2026. Schriften liegen lokal unter assets/fonts/ (keine CDN-Aufrufe).
   ========================================================================== */

/* ---- Schriften (Google Fonts, lokal; Lizenzen: Apache 2.0 / OFL) ---- */
@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300 700; font-display: swap;
  src: url('../fonts/roboto-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300 700; font-display: swap;
  src: url('../fonts/roboto-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 500 600; font-display: swap;
  src: url('../fonts/cormorant-garamond-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 500 600; font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/poppins-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/poppins-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* ---- Farbpalette ---- */
:root {
  --tan: #BEA87F;        /* Seitenhintergrund */
  --gold: #AB9059;       /* Kopfbereich, Tabellenköpfe */
  --cream: #FBEBCB;      /* Inhaltsflächen, helle Schrift */
  --red-dark: #490D02;   /* Fußzeile */
  --red-menu-a: #6D1302; /* Menüleiste Verlauf oben */
  --red-menu-b: #300801; /* Menüleiste Verlauf unten */
  --red-title: #561003;  /* Überschriften */
  --red-hover: #5F1002;  /* Tabellenkopf Hover */
  --dropdown: #F2EFEC;   /* Mobilmenü */
  --link: #28303d;       /* Linkfarbe des Themes Twenty Twenty-One */
  --width: 900px;
}

/* ---- Grundgerüst ---- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--tan);
  color: #000;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--link); text-underline-offset: 3px; text-decoration-skip-ink: all; }
a:hover { text-decoration-style: dotted; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 40px; }
u { text-decoration: underline; }
.container { max-width: var(--width); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; background: #fff; padding: 8px 12px; z-index: 100; }
.skip-link:focus { left: 8px; top: 8px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---- Kopfbereich: Logo ---- */
.site-header { }
.logo-band { background: var(--gold); margin: 20px 0; }
.logo-band .container { padding: 10px; text-align: center; }
.logo-band img { width: 100%; max-width: 723px; margin: 0 auto; }

/* ---- Kopfbereich: Menü ---- */
.nav-band { background: var(--gold); }
.nav-band .container { padding: 10px; }
.menubar {
  background: linear-gradient(180deg, var(--red-menu-a) 0%, var(--red-menu-b) 100%);
  padding: 15px 10px;
  position: relative;
}
.menu { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 0 40px; }
.menu a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5;
  padding: 2px 0;
  white-space: nowrap;
  transition: color .3s;
}
.menu a:hover, .menu a:focus, .menu a[aria-current="page"] { color: var(--cream); }
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  color: var(--cream);
  font: inherit;
  cursor: pointer;
  padding: 4px 6px;
  margin-left: auto;
  line-height: 0;
}
.menu-toggle:hover { color: #ACA298; }
.menu-toggle svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.menu-toggle .icon-close { display: none; }
.menubar.open .menu-toggle .icon-open { display: none; }
.menubar.open .menu-toggle .icon-close { display: block; }

/* ---- Bildwechsler ---- */
.slider-band { background: var(--tan); }
.slider {
  position: relative;
  height: 303px;
  overflow: hidden;
  background: var(--tan);
}
.slider .track { display: flex; height: 100%; transition: transform .5s ease; will-change: transform; }
.slider .slide { flex: 0 0 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.slider .arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer;
  color: rgba(238, 238, 238, .9); z-index: 2;
}
.slider .arrow svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 2px rgba(0,0,0,.5)); }
.slider .arrow:hover { color: #fff; }
.slider .prev { left: 10px; } .slider .next { right: 10px; }
.slider .dots { position: absolute; left: 0; right: 0; bottom: 10px; display: flex; justify-content: center; gap: 6px; margin: 0; padding: 0; list-style: none; z-index: 2; }
.slider .dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; }
.slider .dots button[aria-current="true"] { background: #fff; }
.slider.single .arrow, .slider.single .dots { display: none; }
/* Ohne JavaScript ist nur das erste Bild sichtbar. */
.no-js .slider .arrow, .no-js .slider .dots { display: none; }

/* ---- Wasserzeichen-Überschrift ---- */
.watermark-band { background: var(--tan); }
.watermark { background: var(--cream); }
.watermark h1 {
  margin: 0 10px 0 0;
  text-align: right;
  font-family: 'Poppins', 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  color: rgba(152, 140, 117, .13);
  word-break: keep-all;
}

/* ---- Inhaltsfläche ---- */
.content-band { background: var(--tan); padding: 0 0 60px; }
.content-band.overlap { margin-top: -100px; position: relative; }
.content-band.continued { margin-top: -60px; position: relative; }  /* Folgeblock schließt nahtlos an */
.panel { background: var(--cream); }
.panel .title {
  margin: 0 0 20px 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  color: var(--red-title);
}
.panel .title.spaced { margin-top: 50px; }
.panel .sub {
  margin: 0 0 20px 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  color: var(--red-title);
}
.section { padding: 30px 0; }
.section.tight { padding-top: 30px; padding-bottom: 0; }
.cols { display: flex; gap: 0; }
.cols > * { flex: 1 1 50%; min-width: 0; }
.cols > .col-text { margin-right: 40px; }
.cols > .col-img { margin-left: 40px; }
.col { margin-right: 40px; }
.text { margin-left: 15px; text-align: justify; }
.text.narrow { margin-right: 15px; }
.text > :last-child, .text p:last-child { margin-bottom: 0; }
.text + .text, .text + .sub, .sub + .text, .text + .table-wrap, .table-wrap + .text, .table-wrap + .sub, .figure + .text, .text + .figure { margin-top: 20px; }
.ta-center { text-align: center; }
.ta-left { text-align: left; }
.rot { color: #ff0000; }
.gruen { color: #008000; }
.navy { color: #000080; }
.figure { margin: 0 15px 0 0; }
.figure img { max-width: 430px; width: 100%; box-shadow: 10px 10px 10px rgba(0, 0, 0, .5); }
.contact-map {
  margin: 0 15px;
  padding: 20px;
  background: rgba(255,255,255,.35);
  border: 1px solid rgba(73, 13, 2, .2);
}
.contact-map p:last-child { margin-bottom: 0; }

/* ---- Preistabellen (Nachbau der TablePress-Darstellung) ---- */
.table-wrap { margin-left: 15px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tablepress { border-collapse: collapse; border-spacing: 0; width: 100%; margin: 0; background: #fff; font-size: 14px; line-height: 1.5; }
.tablepress th, .tablepress td { padding: 8px; border: none; vertical-align: top; text-align: left; }
.tablepress thead th { background: var(--gold); color: #fff; font-weight: 700; }
.tablepress tbody td { border-top: 1px solid #ddd; }
.tablepress tbody tr:nth-child(even) td { background: #f9f9f9; }
.tablepress tbody tr:hover td { background: #f3f3f3; }
.tablepress tr.leer td { height: 12px; padding: 0; background: #fff !important; }

/* ---- Fußzeile ---- */
.site-footer { background: var(--red-dark); color: var(--cream); font-weight: 300; font-size: 14px; }
.site-footer .container { min-height: 200px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 20px 10px; }
.site-footer p { margin: 0; }
.site-footer a { color: var(--cream); }
.site-footer .footer-mobile { display: none; }
.site-footer .legal { list-style: none; display: flex; justify-content: center; gap: 0 1.5em; margin: 15px 0 0; padding: 0; font-weight: 400; }
.site-footer .legal a { text-decoration: none; }
.site-footer .legal a:hover { text-decoration: underline; }

/* ---- 404 ---- */
.error-page .panel { padding: 30px 0; }
.error-page .text { margin-right: 15px; }

/* ==========================================================================
   Tablet (≤ 1024 px): Burger-Menü, keine Überlappung, Innenabstand 30 px
   ========================================================================== */
@media (max-width: 1024px) {
  .menubar { display: flex; align-items: center; padding: 10px; }
  .menu-toggle { display: block; }
  .menu {
    display: none;
    position: absolute; left: 0; right: 0; top: calc(100% + 0px);
    background: var(--dropdown);
    border-bottom: 1px solid #000;
    z-index: 20;
    box-shadow: 0 3px 10px rgba(0,0,0,.25);
  }
  .menubar.open .menu { display: block; }
  .menu li { border-top: 1px solid #000; }
  .menu li:first-child { border-top: 0; }
  .menu a { color: #000; padding: 20px 20px; text-align: center; white-space: normal; }
  .menu a:hover, .menu a:focus, .menu a[aria-current="page"] { color: #000; background: var(--dropdown); }
  .watermark h1 { font-size: 11vw; }
  .content-band.overlap { margin-top: 0; }
  .content-band { padding: 30px; }
  .content-band.continued { margin-top: -60px; }
}

/* ==========================================================================
   Smartphone (≤ 767 px): Wasserzeichen aus, Spalten untereinander
   ========================================================================== */
@media (max-width: 767px) {
  .logo-band .container { padding: 10px 16px; }
  .watermark-band { display: none; }
  .content-band { padding: 0 0 30px; }
  .content-band.continued { margin-top: -30px; }
  .panel { padding: 16px 0; }
  .panel .title { font-size: 25px; margin-left: 16px; margin-right: 16px; }
  .panel .title.spaced { margin-top: 16px; }
  .panel .sub { margin-left: 16px; margin-right: 16px; font-size: 26px; }
  .section { padding: 16px 0; }
  .cols { display: block; }
  .cols > .col-text, .cols > .col-img, .col { margin: 0; }
  .cols > .col-img { margin-top: 24px; }
  .text, .contact-map, .table-wrap { margin-left: 16px; margin-right: 16px; }
  .text { text-align: left; font-size: 15px; }
  .figure { margin: 0 16px; }
  .figure img { box-shadow: 6px 6px 8px rgba(0,0,0,.4); }
  .menu a { padding: 16px; }
  .slider { height: 200px; }
  .site-footer .container { min-height: 261px; padding: 20px 16px; }
  .site-footer .footer-desktop { display: none; }
  .site-footer .footer-mobile { display: block; }
  .site-footer .footer-mobile p { margin-bottom: 1em; }
}
@media (max-width: 420px) {
  .slider { height: 160px; }
}
@media print {
  .slider-band, .watermark-band, .menu-toggle { display: none; }
  body { background: #fff; }
}
