/* Restaurant Angerstube, angerstube.de
   Farben und Schrift nach dem generierten The7-CSS der alten Seite:
   Akzent #01386d, Text #3f4448, Überschriften #333, Footer #b1b2be, Arial.
   Kein JavaScript, keine Webfonts, keine externen Ressourcen. */

:root {
  --blau: #01386d;
  --blau-dunkel: #022a52;
  --tinte: #3f4448;
  --kopfschrift: #333333;
  --hell: #f4f5f7;
  --linie: #d9dce1;
  --fuss: #b1b2be;
  --papier: #ffffff;
  --wrap: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font: 16px/1.65 Arial, Helvetica, Verdana, sans-serif;
  color: var(--tinte);
  background: var(--papier);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blau); }
a:hover { color: var(--blau-dunkel); }
h1, h2, h3 { color: var(--kopfschrift); line-height: 1.25; margin: 0 0 .8em; font-weight: 700; }
h1 { font-size: clamp(1.9rem, 1.4rem + 2vw, 2.8rem); }
h2 { font-size: clamp(1.45rem, 1.2rem + 1vw, 2rem); }
h2.h2--klein { font-size: 1.35rem; margin-top: 2rem; }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1.1em; }
strong { color: var(--kopfschrift); }
address { font-style: normal; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 1rem; }

.nur-vorlese {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

.sprung {
  position: absolute; left: -9999px; top: .5rem; z-index: 100;
  background: var(--blau); color: #fff; padding: .6rem 1rem; text-decoration: none;
}
.sprung:focus { left: .5rem; }

.vorschau {
  background: #7a1f1f; color: #fff; text-align: center;
  padding: .6rem 1rem; font-size: .875rem; font-weight: 700;
}

/* ---------------------------------------------------------------- Kopf */
.kopf { background: var(--papier); border-bottom: 1px solid var(--linie); position: relative; }
.kopf__innen { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 80px; flex-wrap: wrap; }
.logo { display: inline-flex; align-items: center; padding: .6rem 0; }
.logo img { width: 160px; height: 45px; }
.menue ul { display: flex; gap: .25rem; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.menue a {
  display: block; padding: .8rem .9rem; color: var(--kopfschrift); text-decoration: none;
  font-weight: 700; font-size: .95rem; text-transform: uppercase; letter-spacing: .04em;
  border-bottom: 3px solid transparent;
}
.menue a:hover, .menue a[aria-current="page"] { color: var(--blau); border-bottom-color: var(--blau); }

.klapp { display: none; }
.klapp-schild { display: none; }
@media (max-width: 900px) {
  .klapp-schild {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px; cursor: pointer; padding: 8px; margin-left: auto;
    border: 1px solid var(--linie); border-radius: 4px;
  }
  .klapp-schild span { display: block; height: 3px; background: var(--blau); transition: transform .2s, opacity .2s; }
  .menue { display: none; flex-basis: 100%; }
  .klapp:checked ~ .menue { display: block; }
  .klapp:checked ~ .klapp-schild span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .klapp:checked ~ .klapp-schild span:nth-child(2) { opacity: 0; }
  .klapp:checked ~ .klapp-schild span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .menue ul { flex-direction: column; gap: 0; padding-bottom: .75rem; }
  .menue a { border-bottom: 1px solid var(--linie); padding: .9rem .25rem; }
  .menue a[aria-current="page"] { border-bottom-color: var(--linie); }
}

/* ---------------------------------------------------------------- Knöpfe */
.knopf {
  display: inline-block; padding: .85rem 1.6rem; border: 2px solid var(--blau);
  font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .04em;
  font-size: .95rem; cursor: pointer; font-family: inherit; line-height: 1.2;
}
.knopf--voll { background: var(--blau); color: #fff; }
.knopf--voll:hover { background: var(--blau-dunkel); border-color: var(--blau-dunkel); color: #fff; }
.knopf--rand { background: var(--papier); color: var(--blau); }
.knopf--rand:hover { background: var(--blau); color: #fff; }

/* ---------------------------------------------------------------- Bühne */
.buehne {
  position: relative; min-height: min(70vh, 640px); display: flex; align-items: center;
  color: #fff; text-align: center; overflow: hidden; background: var(--blau-dunkel);
}
.buehne__hg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.buehne::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(1,56,109,.35) 0%, rgba(0,0,0,.55) 100%);
}
.buehne__innen { position: relative; z-index: 1; padding-top: 4rem; padding-bottom: 4rem; }
.buehne h1 { color: #fff; font-size: clamp(2.2rem, 1.5rem + 3.5vw, 4rem); text-shadow: 0 2px 12px rgba(0,0,0,.45); margin-bottom: .5rem; }
.buehne__unter { font-size: clamp(1.1rem, 1rem + 1vw, 1.6rem); text-shadow: 0 1px 8px rgba(0,0,0,.5); margin-bottom: 1.8rem; }
.buehne .knopf--voll { border-color: #fff; }

/* ---------------------------------------------------------------- Titelzeile */
.titel { background: var(--hell); border-bottom: 1px solid var(--linie); padding: 2.5rem 0 2rem; text-align: center; }
.titel h1 { margin: 0; color: var(--blau); }

/* ---------------------------------------------------------------- Abschnitte */
.abschnitt { padding: clamp(2.5rem, 1.5rem + 3vw, 4.5rem) 0; }
.abschnitt--hell { background: var(--hell); }
.text { max-width: 820px; }
.text--mitte { text-align: center; }
.text h2 { text-align: inherit; }
.text ul { padding-left: 1.3rem; }
.text table { border-collapse: collapse; }
.text th, .text td { text-align: left; padding: .35rem .8rem .35rem 0; vertical-align: top; }
.hinweis { background: var(--hell); border-left: 4px solid var(--blau); padding: 1rem 1.2rem; margin-bottom: 2rem; }
.hinweis p { margin: 0; }

.zeiten { list-style: none; padding: 0; margin: 0 0 1rem; font-size: 1.1rem; }
.zeiten li { padding: .3rem 0; }
.zeiten--mitte { text-align: center; }

/* ---------------------------------------------------------------- Galerie */
.galerie { columns: 4 240px; column-gap: 1rem; }
.galerie a { display: block; break-inside: avoid; margin-bottom: 1rem; }
.galerie img { width: 100%; transition: opacity .2s; }
.galerie a:hover img { opacity: .88; }

/* ---------------------------------------------------------------- Karten (PDF-Seiten) */
.karte { display: grid; gap: 1rem; justify-items: center; }
.karte img { width: 100%; max-width: 700px; box-shadow: 0 2px 14px rgba(0,0,0,.14); border: 1px solid var(--linie); background: #fff; }
.karte__pdf { margin-top: 1.5rem; text-align: center; }

/* ---------------------------------------------------------------- Kontakt */
.kontakt { display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 900px) { .kontakt { grid-template-columns: 1fr 1fr; } }
.anschrift { margin-bottom: 1.5rem; font-size: 1.05rem; }
form { max-width: 560px; }
.feld { margin-bottom: 1.1rem; }
label { display: block; font-weight: 700; margin-bottom: .35rem; color: var(--kopfschrift); }
input[type="text"], input[type="email"], textarea {
  width: 100%; padding: .7rem .8rem; border: 1px solid #c3c7ce; border-radius: 0;
  font: inherit; color: var(--tinte); background: #fff;
}
input:focus, textarea:focus { outline: 2px solid var(--blau); outline-offset: 1px; border-color: var(--blau); }
textarea { resize: vertical; min-height: 140px; }
.zustimmung { display: flex; gap: .75rem; align-items: flex-start; font-weight: 400; font-size: .94rem; }
.zustimmung input { margin-top: .3rem; flex: 0 0 auto; width: 18px; height: 18px; accent-color: var(--blau); }
.falle { position: absolute; left: -9999px; }
.hinweis-klein { font-size: .875rem; margin: 1rem 0 0; }

.anfahrt { margin-top: 3rem; }
.anfahrt figure { margin: 0; }
.anfahrt img { width: 100%; border: 1px solid var(--linie); }
.anfahrt figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1.5rem; font-size: .875rem; margin-top: .6rem; }
.routen { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.routen a { font-weight: 700; }

/* ---------------------------------------------------------------- Fuß */
.fuss { background: var(--fuss); color: #fff; margin-top: 0; }
.fuss__oben { display: grid; gap: 2rem; grid-template-columns: 1fr; padding-top: 3rem; padding-bottom: 2.5rem; }
@media (min-width: 720px) { .fuss__oben { grid-template-columns: 1fr 1fr 1fr; } }
.fuss h2 { color: #fff; font-size: 1.1rem; margin-bottom: 1rem; }
.fuss ul { list-style: none; margin: 0; padding: 0; }
.fuss li { margin-bottom: .5rem; }
.fuss a { color: #fff; text-decoration: none; }
.fuss a:hover { text-decoration: underline; color: #fff; }
.fuss__unten { background: var(--blau); color: #fff; padding: .9rem 0; font-size: .9rem; text-align: center; }
