:root {
  --text-shadow-standart: #000 0rem 0.2rem 1rem;
  --box-shadow-standart: #000 0rem 0.2rem 1rem;
}

* {
  font-family: Arial;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  color: #2b2b2b;
  font-size: 99px;
}

h2 {
  font-size: 70px;
}

p {
  font-size: 25px;
}

body {
  background-color: #f5f1e8;
  overflow-x: hidden;
}

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;
}

.öffnungs-button {
  opacity: 0;
  transition: 0.5s;
  animation: appearone 0.5s linear forwards;
  animation-delay: 3s;
  animation-fill-mode: both;
}

@keyframes appearone {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.reveal-right {
  background-color: #f5f1e8;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 50vw;
  z-index: 5;
}

.reveal-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 50vw;
  background-color: #f5f1e8;
  z-index: 5;
}

button:hover {
  background-color: #7c2a32;
  transform: scale(1.05);
  cursor: pointer;
}

.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: 4;
  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;
}

.header-stuff {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.header-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  will-change: opacity;
  overflow: hidden;
}

.header-img.top {
  z-index: 2;
}
.header-img.bottom {
  z-index: 1;
  transition: 0.5s;
}

.header-stuff-content {
  position: absolute;
  padding: 100px;
  max-width: 1200px;
  z-index: 10;
}

.header-stuff h1 {
  text-shadow: var(--text-shadow-standart);
}

.text-animate {
  color: red;
  display: inline-block;
  opacity: 0;
  transform: translateY(100px) scale(1.2);
}

.oeffnungszeiten {
  padding-top: 20px;
  background-color: #e2e0dc;
}

.oeffnungszeiten.show {
  border-radius: 0%;
}

.oeffnungszeiten-alles {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px;
  flex-wrap: wrap;
  gap: 208px;
}

.oeffnungszeiten-box {
  max-width: 588px;
  text-align: left;
  color: #f5f1e8;
  align-items: center;
  flex-direction: column;
}

.oeffnungszeiten-box h2 {
  margin-left: 20px;
  color: #2b2b2b;
  margin-bottom: 57px;
}

.oeffnungszeiten-box p {
  background-color: #2b2b2b;
  border-radius: 61px;
  padding: 30px;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.oeffnungszeiten-bild {
  border-radius: 75px;
  width: 900px;
  height: 750px;
  object-fit: cover;
  will-change: opacity;
}

.zitat {
  opacity: 0;
  transform: translateY(-3rem);
  will-change: transform, opacity;
  word-wrap: break-word;
  text-align: center;
  margin: 1rem;
}
.zitat a{
  color: #c6a664;
  font-weight:bold;
}

.zitat p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c6a664;
  font-style: italic;
}

.zitat h2 {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2b2b2b;
}

.standort-alles {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
  gap: clamp(24px, 4.5vw, 120px);
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.standort-box {
  max-width: 520px;
  width: 100%;
  text-align: left;
  color: #f5f1e8;
}
.map {
  max-width: 760px;
  width: 100%;
  border-radius: 2rem;
  display: block;
  margin: 0;
}

.standort-box h2 {
  display: flex;

  justify-content: center;
  color: #2b2b2b;
  margin-bottom: 57px;
}

.standort-box p {
  max-width: 40rem;
  background-color: #2b2b2b;
  border-radius: 61px;
  padding: 30px;
  margin: auto;
}

.speisen-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Speisen {
  background-color: #e2e0dc;
  z-index: -1;
}

.slider {
  width: 100%;
  height: var(--height);
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 10% 98%, transparent);
}

.slider .list {
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
}

.slider .list .item {
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: 100%;
  animation: autoRun 18s linear infinite;
  animation-delay: calc((18s / var(--quantity)) * (var(--position) - 1));
}

@keyframes autoRun {
  from {
    left: 100%;
  }
  to {
    left: calc(var(--width) * -1);
  }
}

.slider .list .item img {
  width: 95%;
  border: none;
  border-radius: 116px;
}

.slider:hover .item {
  animation-play-state: paused !important;
  filter: grayscale(1);
}

.slider .item:hover {
  filter: grayscale(0);
  transform: scale(1.02);
}

.button-speisen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2px;
}

.buttonspeisentext {
  text-decoration: none;
  color: white;
}

.Michael {
  display: none;
}

.michaelc {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 2%;
  flex-direction: column;
}

footer {
  background-color: #2b2b2b;
}

.footer-menu {
  padding: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 510px;
  flex-wrap: wrap;
}

.footerimg {
  width: 340px;
  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: 2.2rem;
}

.links a:hover {
  transition: 20ms;
  color: #7c2a32;
  transform: scale(1.05);
  text-decoration: underline;
}

.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;
  }

  .hamburger div {
    background-color: #f5f1e8;
  }

  .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;
  }
  .zitat {
    padding: 2rem;
  }
  .zitat h2 {
    font-size: 1rem;
  }
  .zitat p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }

  .header-stuff {
    height: 50vh;
  }
  .header-img {
    height: 100%;
    top: 0;
  }
  .header-stuff-content {
    padding: 10px;
  }

  .oeffnungszeiten-box p {
    font-size: 15px;
    padding: 40px;
  }
  .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;
  }
}
