* {
  font-family: Arial;
  margin: 0;
  padding: 0;
}
h1 {
  color: #2b2b2b;
  font-size: 99px;
}
h2 {
  font-size: 70px;
}
p {
  font-size: 25px;
}
.image-nav {
  padding-right: 8px;
  width: 175px;
}

.image-nav {
  padding-right: 8px;
  width: 175px;
}

.navigator {
  position: absolute;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
  height: 63px;
  max-width: 696px;
  width: 90%;
  padding: 10px;
  border-radius: 114px;
  background-color: #2b2b2b;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  z-index: 120;
  gap: 8px;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.navigator a {
  text-decoration: none;
  color: #f5f1e8;
  display: inline-block;
  padding: 6px 10px;
}

.navigator li:hover {
  transition: 120ms;
  color: #7c2a32;
  transform: scale(1.05);
  text-decoration: underline;
}

body {
  background-color: #f5f1e8;
}

button {
  border-radius: 61px;
  border: none;
  padding: 20px;
  background-color: #6e1e24;
  color: white;
  font-size: 24px;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.2);
  height: 90px;
  width: 292px;
}

.headline {
  margin: 5rem;
  display: flex;
  justify-content: center;
  padding-top: 5rem;
}

.cicrle {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem;
  background-color: #e2e0dc;
  border-radius: 30rem 30rem /6rem 6rem;
}

.bild {
  transform: scale(1.05);
  position: relative;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

:root {
  --fg: #222;
  --muted: #555;
  --rule: #ddd;
  --accent: #444;
  --bg: #fff;
  --page: #fafafa;
}

.speisekarte {
  max-width: 980px;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 4rem 4rem;
  background: url(img/woodtex2.png);
  padding: 2rem;
}
.bg {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 12px;
}

h2 {
  margin: 36px 0 12px;
  font-size: 1.35rem;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 6px;
}

.item {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 16px;
  row-gap: 4px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--rule);
}

.gericht:hover {
  transform: scale(1.01);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #f9f9f9;
}

.item:last-child {
  border-bottom: none;
}

.gericht {
  grid-column: 1 / 2;
  font-weight: 700;
  font-size: 1rem;
}
.gericht sup {
  font-weight: 600;
  font-size: 0.7em;
  vertical-align: super;
  margin-left: 6px;
  line-height: 1;
}

.beschreibung {
  grid-column: 1 / -1;
  font-size: 0.92rem;
  color: var(--muted);
  margin-top: 2px;
}

.preis {
  grid-column: 2 / 3;
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
  font-feature-settings: "tnum" 1;
}
.hinweis,
.mwst {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 6px;
}

.allergen-liste {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 12px;
}
.allergen-liste ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.allergen-liste li {
  padding: 2px 0;
  border-bottom: 1px dashed var(--rule);
}
.allergen-liste li:last-child {
  border-bottom: none;
}

b {
  font-weight: 800;
}
sup {
  line-height: 0;
}

@media print {
  body {
    margin: 0;
    background: #fff;
  }
  .speisekarte {
    box-shadow: none;
    border-radius: 0;
    padding: 18mm 14mm;
    max-width: none;
  }
  h2 {
    page-break-after: avoid;
    border-color: #000;
  }
  .item {
    break-inside: avoid;
  }
  .allergen-liste {
    break-inside: avoid;
  }
  .mwst {
    page-break-after: avoid;
  }
}

:root {
  --fg: #222;
  --muted: #555;
  --rule: #ddd;
  --accent: #444;
  --bg: #fff;
  --page: #fafafa;
}

.text {
  max-width: 980px;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 4rem 4rem;
  background: url(img/woodtex2.png);
  padding: 2rem;
}
.bg {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 12px;
}
footer {
  background-color: #2b2b2b;
}

.footer-menu {
  padding: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 510px;
}

.footerimg {
  width: 509px;
  height: auto;
}

.links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  list-style: none;
  transition: 0.5s;
}
.links a {
  text-decoration: none;
  color: white;
  font-size: 2rem;
}

.links a:hover {
  transition: 20ms;
  color: #7c2a32;
  transform: scale(1.05);
  text-decoration: underline;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 48px;
  }
  p {
    font-size: 20px;
  }

  .navigator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 150px 20px 20px 20px;
    background-color: #2b2b2b;
    border-radius: 0;
    box-shadow: none;
    transition: transform 0.36s cubic-bezier(0.2, 0.9, 0.2, 1);
    transform: translateX(-100%);
    z-index: 250;
  }

  .navigator.active {
    transform: translateX(0);
  }

  .navigator .image-nav {
    width: 240px;
    margin-bottom: 30px;
    display: block;
  }

  .navigator li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 2rem;
    color: #f5f1e8;
    text-align: center;
  }

  .header-stuff {
    height: 60vh;
  }
  .header-stuff-content {
    padding: 20px;
  }
  .header-img.bottom,
  .header-img.top {
    height: 60vh;
    top: 0;
  }

  .oeffnungszeiten-alles,
  .standort-alles {
    flex-direction: column;
    gap: 30px;
    margin: 20px;
    align-items: center;
  }

  .oeffnungszeiten-box p {
    padding: 20px;
    font-size: 16px;
  }
  .oeffnungszeiten-bild {
    width: 100%;
    height: auto;
  }

  button {
    width: 180px;
    height: 60px;
    font-size: 18px;
    padding: 10px;
  }

  .slider {
    --width: 250px;
    --height: 250px;
  }

  .footer-menu {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .standort-alles {
    align-items: center;
    text-align: center;
  }
  .standort-box {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }
  .standort-box p {
    padding: 20px;
  }
  .standort-map,
  .map {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    display: block;
    margin-top: 12px;
  }
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 35px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 300;
}

.hamburger div {
  width: 100%;
  height: 4px;
  background-color: #2b2b2b;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.hamburger.open div:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
  background-color: #f5f1e8;
}
.hamburger.open div:nth-child(2) {
  opacity: 0;
}
.hamburger.open div:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
  background-color: #f5f1e8;
}

.close-menu {
  position: sticky;
  top: 20px;
  align-self: flex-end;
  margin-right: 20px;
  font-size: 3rem;
  color: #f5f1e8;
  cursor: pointer;
  z-index: 400;
  display: none;
}

.navigator.active .close-menu {
  display: block;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 48px;
  }
  p {
    font-size: 20px;
  }

  .hamburger {
    display: flex;
  }

  .navigator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 150px 20px 20px 20px;
    background-color: #2b2b2b;
    border-radius: 0;
    box-shadow: none;
    transition: transform 0.36s cubic-bezier(0.2, 0.9, 0.2, 1);
    transform: translateX(-100%);
    z-index: 250;
  }

  .navigator.active {
    transform: translateX(0);
  }

  .navigator .image-nav {
    width: 240px;
    margin-bottom: 30px;
    display: block;
  }

  .navigator li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 2rem;
    color: #f5f1e8;
    text-align: center;
  }

  .header-stuff {
    height: 60vh;
  }
  .header-stuff-content {
    padding: 20px;
  }
  .header-img.bottom,
  .header-img.top {
    height: 60vh;
    top: 0;
  }

  .oeffnungszeiten-alles,
  .standort-alles {
    flex-direction: column;
    gap: 30px;
    margin: 20px;
    align-items: center;
  }

  .oeffnungszeiten-box p {
    padding: 20px;
    font-size: 16px;
  }
  .oeffnungszeiten-bild {
    width: 100%;
    height: auto;
  }

  button {
    width: 180px;
    height: 60px;
    font-size: 18px;
    padding: 10px;
  }

  .slider {
    --width: 250px;
    --height: 250px;
  }

  .footer-menu {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .standort-alles {
    align-items: center;
    text-align: center;
  }
  .standort-box {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }
  .standort-box p {
    padding: 20px;
  }
  .standort-map,
  .map {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    display: block;
    margin-top: 12px;
  }
  .preis {
    font-size: 0.8rem;
  }
  .footerimg {
    width: 400px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }

  .preis {
    font-size: 0.8rem;
  }
  .header-stuff {
    height: 50vh;
  }
  .header-img {
    height: 100%;
    top: 0;
  }
  .header-stuff-content {
    padding: 10px;
  }

  .oeffnungszeiten-box p {
    font-size: 15px;
    padding: 15px;
  }
  .oeffnungszeiten-bild {
    border-radius: 20px;
  }

  button {
    width: 150px;
    height: 50px;
    font-size: 16px;
  }

  .slider {
    --width: 200px;
    --height: 200px;
  }
  .footerimg {
    width: 200px;
  }
  .links a {
    font-size: 1rem;
  }
  .footerimg {
    width: 400px;
  }
}
