#header {
  width: 100%;
  color: black !important;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 38px;
  margin-bottom: 32px;
}

.hiddenOnDesktop {
  display: none;
}

.subheader {
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 16px;
  font-family: "League Spartan";
  padding: 6px;
  font-size: 16px;
  background-color: #701722;
  color: white;
}

.logo {
  width: 260px;
  display: flex;
  margin-right: 32px;
}

.navbar_links {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  list-style: none;
}

.menu-button {
  display: none;
}

nav {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1150px;

}

header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}

#header:hover {
  color: #7b0c18;
}

.active {
  color: black;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  transition: all 0.4s;
  margin-right: 24px;
}

.active::after {
  content: "";
  height: 2.5px;
  border-radius: 10px;
  color: #671a23;
  background-color: #671a23;
  position: absolute;
  left: 0px;
  bottom: -8px;
  transition: all 0.1s;
  pointer-events: none;
  opacity: 0;
  width: 100%;
}

.active:hover:focus {
  color: #671a23;
}

.active:hover::after {
  opacity: 1;
}

.active:focus::after {
  opacity: 1;
}

.footer_inhalt_box {
  gap: 38px;
  width: 1150px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.footer_menu {
  padding-top: 32px;
  padding-bottom: 22px;
  color: white;
  background-image: url(img/feuer.webp);
  box-shadow: inset 0 0 0 2000px rgba(17, 17, 17, 0.74);
  display: flex;
  justify-content: center;
  flex-direction: row;
  border-bottom: #671a23 solid 5px;
}

.logo_footer_box {
display: flex;
flex-direction: column;
  width: 50%;
  padding-right: 12px;
}

.button_footer_reservieren {
  margin-top: 16px;
  background-color: #237930;
}

.öffnungszeiten_infos {
  line-height: 36px;
}

.footer-subtitle_box1 {
  color: #701722;
  font-size: 24px;
  margin-top: 28px;
}

.footer-subtitle {
  color: #701722;
  font-size: 24px;
}

.footer-subtitle_2 {
  color: #701722;
  margin-top: 32px;
  font-size: 24px;
}

.sub_leiste_footer {
  box-shadow: inset 0 0 0 2000px rgb(0, 0, 0);
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 12px;
  font-weight: 700;
}

.sub_leiste_footer_inhalt {
  color: white;
  width: 1150px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.text-icon-footer {
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.kontakt-box, .rechtlich_box{
  display: flex;
  flex-direction: column;
}

.footer-logo {
  width: 220px;
  margin-bottom: 12px;
}

.copyright-footer {
  display: flex;
  color: white;
  background-image: url(img/struktur.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.806);
  text-align: center;
  padding: 12px;
}

.a-footer_copyright {
  font-size: 14px;
}

.icons-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-bottom: 4px;
  filter: invert(100%) brightness(200%);
}

.buchung_inhalt {
  text-align: center;
  font-size: 16px;
  color: white;
  padding: 12px;
  width: 1150px;
  border: white solid 2px;
  border-radius: 6px;
  line-height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.header-icon-delivery {
  display: none;
}

.hamburger_icon {
  width: 26px;
}

.sidebar {
  display: none;
}

@media (max-width: 750px) {
  .hiddOnMobile {
    display: none;
  }

  .navbar_links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-button {
    display: flex;
    border-radius: 6px;
    width: 20%;
  }

  .hamburger_icon_open {
    width: 40px;
    margin-left: 12px;
  }

  .hamburger_icon_close {
    width: 40px;
    padding-left: 12px;
  }

  .header_menu_icon {
    width: 30px;
  }

  .sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    backdrop-filter: blur(10px);
    background-color: #ffe4c493;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 22px;
    padding-top: 28px;
  }

  li {
    list-style: none;
    width: 20%;
  }
  .sidebar li {
    width: 100%;
  }

  .sidebar a {
    color: black;
    width: 100%;
    font-weight: 400;
    font-size: 22px;
    padding: 10px;
  }

  .sidebar_icon_close {
    width: 14%;
    margin-left: 12px;
  }
  .sidebar li {
    padding: 12px;
  }

  .sidebar li:hover {
    background-color: #ffe4c46e;
    padding: 12px;
    width: 100%;
  }

  .header-icon-delivery {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    background-color: bisque;
    border-radius: 6px;
    padding: 8px;
  }

  .header-icon-delivery:hover {
    background-color: rgb(239, 212, 177);
  }

  #header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    flex-direction: row;
    margin-bottom: 0;
    width: 100%;
  }

  header {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .logo {
    display: flex;
    width: 40vw;
    padding: 0;
    margin: 0;
  }

  .footer_inhalt_box {
    gap: 38px;
    padding-left: 6px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .logo_footer_box,
  .kontakt-box,
  .rechtlich_box {
    display: flex;
    width: 100%;
    padding: 0 12px;
  }

  .text-icon-footer {
    gap: 10px;
    display: flex;
    justify-content: start;
    font-size: 16px;
    font-weight: 600;
  }

  .buchung_inhalt {
    text-align: center;
    font-size: 16px;
    color: white;
    padding: 12px;
    width: 1150px;
    border: white solid 2px;
    border-radius: 6px;
    line-height: 42px;
  }

  .buchung {
    padding: 22px;
  }

  .sub_leiste_footer_inhalt {
    color: white;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-content: center;
  }

  .footer_inhalt_box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  footer {
    padding-bottom: 32px;
    background-color: #0c0b0c;
  }

  #footer_online_bestellung {
    display: none;
  }

  #footer_online_reservierung {
    display: none;
  }
}
