/* Zur Wendelgard – Stylesheet */

@font-face { font-family: "Cormorant Garamond"; font-weight: 600; font-style: normal; font-display: swap; src: url("../fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-weight: 600; font-style: italic; font-display: swap; src: url("../fonts/cormorant-garamond-latin-600-italic.woff2") format("woff2"); }
@font-face { font-family: "Source Sans 3"; font-weight: 400; font-style: normal; font-display: swap; src: url("../fonts/source-sans-3-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Source Sans 3"; font-weight: 600; font-style: normal; font-display: swap; src: url("../fonts/source-sans-3-latin-600-normal.woff2") format("woff2"); }

:root {
  --creme: #f7f1e6;
  --papier: #fffaf1;
  --tinte: #2b2320;
  --grau: #6b5f58;
  --linie: #e3d8c6;
  --bordeaux: #660000;
  --dunkel: #1e0504;
  --wein: #b4302c;
  --gold: #b58a4a;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  --breite: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--creme); color: var(--tinte); font: 400 1.0625rem/1.65 var(--sans); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--wein); text-underline-offset: 3px; }
a:hover { color: var(--bordeaux); }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.15; margin: 0 0 .5em; color: var(--dunkel); }
h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.5rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1em; }

.wrap { max-width: var(--breite); margin: 0 auto; padding: 0 20px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; z-index: 100; background: #fff; padding: 8px 12px; }

/* Kopfzeile */
.kopf { position: sticky; top: 0; z-index: 50; background: var(--dunkel); color: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.18); }
.kopf .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 72px; }
.kopf .logo img { width: 230px; height: auto; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; align-items: center; }
.nav a { display: block; padding: 8px 12px; color: #f2e8d8; text-decoration: none; font-weight: 600; font-size: .98rem; border-radius: 4px; }
.nav a:hover, .nav a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.1); }
.nav .knopf { margin-left: 8px; }
.menu-knopf { display: none; background: none; border: 1px solid rgba(255,255,255,.4); color: #fff; border-radius: 4px; padding: 8px 12px; font: 600 1rem var(--sans); cursor: pointer; }

@media (max-width: 900px) {
  .menu-knopf { display: block; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; background: var(--dunkel); display: none; border-top: 1px solid rgba(255,255,255,.12); }
  .nav.offen { display: block; }
  .nav ul { flex-direction: column; align-items: stretch; padding: 8px 20px 20px; }
  .nav a { padding: 12px 8px; }
  .nav .knopf { margin: 8px 0 0; text-align: center; }
  .kopf .logo img { width: 180px; }
}

/* Knöpfe */
.knopf { display: inline-block; background: var(--wein); color: #fff !important; text-decoration: none; font-weight: 600; padding: 12px 22px; border-radius: 4px; border: 0; transition: background .15s; }
.knopf:hover { background: #94231f; }
.knopf.hell { background: transparent; border: 1.5px solid currentColor; color: var(--dunkel) !important; }
.knopf.hell:hover { background: rgba(180,48,44,.08); }

/* Bühne */
.buehne { position: relative; min-height: min(78vh, 680px); display: grid; align-items: end; color: #fff; background: #222 center/cover no-repeat; }
.buehne::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,5,4,.75) 0%, rgba(30,5,4,.35) 55%, rgba(0,0,0,0) 100%), linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(30,5,4,.85) 100%); }
.buehne h1, .buehne p { text-shadow: 0 1px 12px rgba(0,0,0,.35); }
.buehne .wrap { position: relative; padding-bottom: 56px; padding-top: 120px; width: 100%; }
.buehne h1 { color: #fff; max-width: 16ch; }
.buehne p { font-size: 1.2rem; max-width: 36ch; }
.buehne .ort { font-family: var(--serif); font-style: italic; font-size: 1.35rem; color: #f0dcb6; margin-bottom: .2em; }
.buehne .knoepfe { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.buehne .knopf.hell { color: #fff !important; }
.buehne .knopf.hell:hover { background: rgba(255,255,255,.12); }

.seitenkopf { position: relative; color: #fff; background: #222 center/cover no-repeat; }
.seitenkopf::before { content: ""; position: absolute; inset: 0; background: rgba(30,5,4,.72); }
.seitenkopf .wrap { position: relative; padding: 72px 20px 56px; }
.seitenkopf h1 { color: #fff; margin: 0; }
.seitenkopf p { margin: .4em 0 0; font-size: 1.15rem; color: #f0e6d4; max-width: 60ch; }

/* Abschnitte */
.abschnitt { padding: 72px 0; }
.abschnitt.papier { background: var(--papier); border-block: 1px solid var(--linie); }
.abschnitt.dunkel { background: var(--bordeaux); color: #eee4d2; }
.abschnitt.dunkel h2, .abschnitt.dunkel h3 { color: #fff; }
.abschnitt.dunkel a:not(.knopf) { color: #f0dcb6; }
.kicker { font-family: var(--serif); font-style: italic; color: var(--wein); font-size: 1.3rem; margin-bottom: .2em; }
.dunkel .kicker { color: #f0dcb6; }
.eng { max-width: 720px; }
.mitte { text-align: center; margin-inline: auto; }

.zwei { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.zwei img { border-radius: 6px; box-shadow: 0 10px 30px rgba(0,0,0,.15); }
@media (max-width: 820px) { .zwei { grid-template-columns: 1fr; gap: 28px; } }

.preis-zeile { display: flex; align-items: baseline; gap: 12px; margin: 20px 0; font-size: 1.1rem; }
.preis-zeile strong { font-family: var(--serif); font-size: 2rem; color: var(--wein); }

.karten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.karte { background: var(--papier); border: 1px solid var(--linie); border-radius: 6px; padding: 28px; }
.karte h3 { margin-bottom: .3em; }
.karte p:last-child { margin: 0; }
@media (max-width: 820px) { .karten { grid-template-columns: 1fr; } }

.merkmale { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 20px 0 0; }
.merkmale li { background: rgba(180,48,44,.08); color: var(--dunkel); border-radius: 99px; padding: 6px 14px; font-weight: 600; font-size: .95rem; }

/* Öffnungszeiten */
.zeiten { width: 100%; border-collapse: collapse; }
.zeiten th, .zeiten td { text-align: left; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.15); vertical-align: top; }
.papier .zeiten th, .papier .zeiten td, .zeiten.hell th, .zeiten.hell td { border-color: var(--linie); }
.zeiten th { font-weight: 600; padding-right: 24px; white-space: nowrap; }
.hinweis { font-size: .95rem; opacity: .85; margin-top: 12px; }

/* Galerie */
.galerie { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; }
.galerie a { display: block; overflow: hidden; border-radius: 4px; aspect-ratio: 16/10; background: #ddd; }
.galerie img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.galerie a:hover img { transform: scale(1.04); }
.leuchtkasten { border: 0; padding: 0; background: transparent; max-width: min(1200px, 94vw); }
.leuchtkasten::backdrop { background: rgba(10,15,14,.9); }
.leuchtkasten img { max-height: 84vh; width: auto; margin: 0 auto; border-radius: 4px; }
.leuchtkasten .steuer { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 10px; color: #fff; }
.leuchtkasten button { background: rgba(255,255,255,.15); color: #fff; border: 0; border-radius: 4px; padding: 10px 16px; font: 600 1rem var(--sans); cursor: pointer; }
.leuchtkasten button:hover { background: rgba(255,255,255,.28); }

/* Speisekarte */
.karten-nav { position: sticky; top: 72px; z-index: 10; background: var(--creme); border-bottom: 1px solid var(--linie); }
.karten-nav ul { list-style: none; margin: 0; padding: 12px 0; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: thin; }
.karten-nav a { display: block; white-space: nowrap; padding: 6px 12px; border: 1px solid var(--linie); border-radius: 99px; text-decoration: none; color: var(--dunkel); font-weight: 600; font-size: .92rem; background: var(--papier); }
.karten-nav a:hover { border-color: var(--bordeaux); }
.speisen { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 56px; }
.speisen section { break-inside: avoid; scroll-margin-top: 150px; }
.speisen section.breit { grid-column: 1 / -1; }
.speisen h2 { font-size: 1.9rem; border-bottom: 2px solid var(--gold); padding-bottom: 6px; margin: 32px 0 14px; }
.gericht { display: grid; grid-template-columns: 1fr auto; gap: 2px 16px; padding: 10px 0; border-bottom: 1px dotted var(--linie); }
.gericht b { font-weight: 600; }
.gericht .preis { font-weight: 600; white-space: nowrap; color: var(--wein); }
.gericht small { grid-column: 1 / 2; color: var(--grau); font-size: .95rem; }
.spalten-2 { columns: 2; column-gap: 56px; }
.spalten-2 .gericht { break-inside: avoid; }
.hervor { background: var(--papier); border: 1px solid var(--gold); border-radius: 6px; padding: 4px 18px 8px; }
@media (max-width: 820px) { .speisen { grid-template-columns: 1fr; } .spalten-2 { columns: 1; } .karten-nav { top: 72px; } }

/* Text-Seiten */
.text h2 { margin-top: 1.6em; font-size: 1.8rem; }
.text h3 { margin-top: 1.4em; font-size: 1.3rem; }
.text ul { padding-left: 1.2em; }

/* Fußzeile */
.fuss { background: var(--dunkel); color: #d9cfbf; padding: 56px 0 28px; font-size: .98rem; }
.fuss a { color: #f0dcb6; }
.fuss .spalten { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 32px; }
.fuss h3 { color: #fff; font-size: 1.3rem; }
.fuss ul { list-style: none; padding: 0; margin: 0; }
.fuss li { margin-bottom: 6px; }
.fuss .unten { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .9rem; }
.fuss .logo img { width: 240px; height: auto; margin-bottom: 16px; }
@media (max-width: 820px) { .fuss .spalten { grid-template-columns: 1fr; } }

/* Mobil: fester Anruf-Knopf */
.anrufen { display: none; }
@media (max-width: 640px) {
  .anrufen { display: flex; position: fixed; bottom: 16px; right: 16px; z-index: 60; align-items: center; gap: 8px; background: var(--wein); color: #fff; text-decoration: none; font-weight: 600; padding: 12px 18px; border-radius: 99px; box-shadow: 0 6px 20px rgba(0,0,0,.3); }
  .abschnitt { padding: 52px 0; }
}

/* Reservierungsformular */
.formular-wrap { max-width: 760px; margin-top: 28px; }
.formular { background: var(--papier); color: var(--tinte); border-radius: 8px; padding: 28px; box-shadow: 0 16px 40px rgba(0,0,0,.25); text-align: left; }
.formular fieldset { border: 0; padding: 0; margin: 0 0 24px; }
.formular legend { font-family: var(--serif); font-size: 1.5rem; color: var(--dunkel); margin-bottom: 12px; padding: 0; }
.formular label { display: block; font-weight: 600; font-size: .95rem; margin-bottom: 14px; }
.formular input:not([type=radio]):not([type=checkbox]), .formular select, .formular textarea {
  display: block; width: 100%; margin-top: 4px; padding: 11px 12px; font: 400 1rem var(--sans); color: var(--tinte);
  background: #fff; border: 1px solid #cdbfa9; border-radius: 4px; min-height: 46px;
}
.formular textarea { resize: vertical; min-height: 90px; }
.formular input:focus, .formular select:focus, .formular textarea:focus { outline: 2px solid var(--wein); outline-offset: 1px; border-color: var(--wein); }
.formular .reihe { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.formular .reihe.drei { grid-template-columns: 1.3fr 1fr .8fr; }
@media (max-width: 640px) { .formular { padding: 20px 16px; } .formular .reihe, .formular .reihe.drei { grid-template-columns: 1fr; } }
.formular .anrede { display: flex; gap: 20px; align-items: center; margin-bottom: 14px; font-weight: 600; font-size: .95rem; }
.formular label.inline { display: inline-flex; gap: 8px; align-items: center; margin: 0; font-weight: 400; font-size: 1rem; }
.formular .einwilligung { display: flex; align-items: flex-start; gap: 10px; font-weight: 400; margin-top: 6px; }
.formular .einwilligung input { margin-top: 5px; width: 18px; height: 18px; flex: none; accent-color: var(--wein); }
.formular input[type=radio] { accent-color: var(--wein); width: 17px; height: 17px; }
.formular .fehler { display: block; color: #b4302c; font-weight: 600; font-size: .9rem; margin-top: 4px; }
.formular .fehler:empty { display: none; }
.formular .ungueltig { border-color: #b4302c !important; background: #fff6f5 !important; }
.formular .absenden { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.formular .absenden small { color: var(--grau); }
.formular button[disabled] { opacity: .6; cursor: wait; }
.formular .meldung { border-radius: 6px; padding: 14px 16px; margin-bottom: 20px; font-weight: 600; }
.formular .meldung.ok { background: #edf6ea; color: #24532a; border: 1px solid #b9d9b1; }
.formular .meldung.nein { background: #fff1ef; color: #8a2320; border: 1px solid #f0bdb6; }
.formular.fertig fieldset, .formular.fertig .absenden { display: none; }
.falle { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.grecaptcha-badge { visibility: hidden; }
.abschnitt.dunkel .formular a:not(.knopf) { color: var(--wein); }

/* Hinweis-Leiste & Sonderzeiten */
.banner { background: var(--gold); color: #1e0504; font-weight: 600; text-align: center; padding: 10px 0; font-size: .98rem; }
.banner .trenner { opacity: .6; }
.sonderzeiten { margin-top: 16px; padding: 12px 16px; border-left: 4px solid var(--gold); background: rgba(181,138,74,.12); border-radius: 4px; font-size: .97rem; }
.sonderzeiten ul { margin: 6px 0 0; padding-left: 1.1em; }
.getraenke-gruppe + .getraenke-gruppe { margin-top: 28px; }
p.breit { grid-column: 1 / -1; }

/* Angebote auf der Startseite */
.angebote { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.angebot { background: #fff; border: 1px solid var(--linie); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 6px 20px rgba(0,0,0,.06); }
.angebot img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.angebot-text { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.angebot-text h3 { font-size: 1.6rem; }
.angebot-text .knopf { align-self: flex-start; margin-top: auto; }
.angebot-text .preis-zeile { margin: 8px 0 18px; }
.zwei > img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
