.league-spartan {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

body {
  box-sizing: border-box;
  margin: 0;
  font-family: "League Spartan";
}

a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: white;
  gap: 4px;
}

.margin-right{
  margin-right: 6px;
}

p {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  font-weight: 400;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.a-footerlinks {
  display: flex;
  width: 100%;
}

.a-footerlinks:hover {
  color: #b63141;
}

h1 {
  font-size: 38px;
  font-weight: 600;
}

h2,
h3 {
  font-weight: 600;
}

.fontColorWhite {
  color: white;
}
hr {
  border: 0;
  border-top: 3px double #ffffff;
  margin: 20px 0;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.padding_left_right {
  padding-left: 68px;
  padding-right: 68px;
}

button {
  font-size: 18px;
  font-family: "League Spartan";
  text-transform: uppercase;
  color: white;
  background-color: #701722;
  font-weight: 600;
  border-radius: 3px;
  padding: 14px;
  border: 0;
}

button:hover {
  background-color: #671a23;
}

.cover_lines {
  color: white;
}

.headertitle {
  font-size: 36px;
  color: white;
  font-family: "League Spartan";
}

.cover {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  background-image: url(img/coverspice.jpg);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
  background-size: cover;
  background-position: center;
  filter: blur(0px);
}

.cover-logo {
  margin-top: -140px;
  margin-bottom: 24px;
  width: 154px;
}

.cover-title {
  margin-top: 20px;
  margin-bottom: 04px;
  color: white;
  font-size: 40px;
  text-transform: uppercase;
}

.buttons {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
}

.button_mittagskarte {
  background-color: #33803e;
}

.button_mittagskarte:hover {
  background-color: #237930;
}

.button_sommerkarte {
  background-color: #c59d5f;
}

.button_sommerkarte:hover {
  background-color: #b88f52;
}

.subheader_icons {
  width: 26px;
  filter: invert(100%) brightness(200%);
}

.störer {
  display: none;
  position: absolute;
  top: 1040px;
  width: 144px;
  left: 738px;
  transform: rotate(15deg);
  padding: 24px;
}

.section_1 {
  padding-top: 32px;
  display: flex;
  justify-content: center;
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.9);
  background-image: url(img/mandala.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 14px;
}

.events-content {
  width: 1150px;
  display: flex;
  flex-direction: column; /* Stapelt die Elemente untereinander */
  align-items: flex-start;
  gap: 22px;
}

.subtitel_event {
  font-size: 20px;
  font-weight: 400;
  margin-top: -20px;
}

.text_icon {
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery_description {
  gap: 20px;
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  box-sizing: content-box;
}

.gallery {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  flex-direction: row;
}

.img_gallery {
  width: 192px;
  border-radius: 6px;
  object-fit: cover;
}

.gallery {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.description {
  background-color: #701722;
  border-radius: 6px;
  padding-left: 24px;
  padding-right: 24px;
}

.event_title {
  padding-top: 32px;
  font-size: 32px;
  color: white;
}

.section_2 {
  display: flex;
  justify-content: center;
  margin-top: 54px;
  background-image: url(img/struktur.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
  background-size: cover;
  background-position: center;
  padding: 14px;
}

.section_2_inhalt {
  width: 1150px;
  gap: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.text_box_mit_liebe {
  gap: 32px;
  border-radius: 6px;
  background-color: #671a23;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: -50px;
  margin-bottom: -50px;
  padding-bottom: 80px;
  padding-top: 24px;
}

.restaurant_img {
  border-radius: 6px;
  width: 540px;
}

.bilder {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.herz_curry_bild {
  width: 432px;
  object-fit: cover;
}

.section_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-image: url(img/struktur.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
}

.section_3_title_box {
  padding-top: 32px;
  width: 1150px;
  align-self: flex-start;
  text-align: left;
  font-size: 24px;
}

.jeden_anlass_boxen {
  width: 1150px;
  display: flex;
  gap: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.box-1,
.box-2,
.box-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 32px;
  text-align: center;
  background-color: #671a23;
  border: white solid 2px;
  border-radius: 6px;
}

.icons_section3 {
  width: 72px;
  background-color: white;
  border-radius: 50%;
  padding: 12px;
  margin-bottom: 18px;
}

.restaurant_open {
  border-radius: 0px 10px 0px 0px;
  bottom: 0px;
  position: fixed;
  padding: 12px;
  background-color: #276830; /* Dein Grün */
  color: white;
}

.restaurant_closed {
  border-radius: 0px 10px 0px 0px;
  bottom: 0px;
  position: fixed;
  padding: 12px;
  background-color: #6e1521; /* Dein Dunkelrot */
  color: white;
}

.restaurant_vacation {
  border-radius: 0px 10px 0px 0px;
  bottom: 0px;
  position: fixed;
  padding: 12px;
  background-color: #ffcc00; /* Gelb für Urlaub */
  color: black;
}

.buchung {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  background-image: url(img/struktur.webp);
  background-position: left;
  box-shadow: inset 0 0 0 2000px rgba(77, 0, 0, 0.7);
  text-align: center;
  padding: 38px;
  background-size: cover;
  background-repeat: repeat-x, repeat;
}

.speisekarte_section {
  background-image: url(img/speisekarte_cover.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
  background-size: cover;
  background-position: center;
  height: 65vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
}

.speisekarte_section_content {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  text-align: center;
}

.buttons_speisekarten {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}

.section_reservierung {
  height: 50vh;
  background-image: url(img/tisch-reservierung.jpg);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
}

.section_reservierung_inhalt {
  width: 1150px;
  text-align: center;
  color: white;
  padding: 32px;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0px;
}

.form_box {
  display: flex;
  padding-bottom: 32px;
  padding-top: 32px;
}

.form_content {
  padding: 32px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}

.boxed-container {
  max-width: 1140px;
  margin-inline: auto;
  display: flex;
}

.form_reservation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-top: 0px;
  margin: 0px;
}

.form_description {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
}

.form_field {
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  background-color: #dfdfdf;
  border: #671a23 2px solid;
  padding: 12px;
  height: 52px;
  width: 100%;
  display: flex;
  border-radius: 6px;
  margin-left: 0px;
  margin-bottom: 12px;
  margin-top: 0;

}

input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
}

.gallery_box {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.bild-grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 16px;
  padding-left: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.bild-grid img {
  width: 100%;
  width: 250px;
  object-fit: cover;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.grid_description {
  background-color: #671a23;
  color: white;
  padding: 24px;
  border-radius: 6px;
  gap: 22px;
  text-align: left;
  display: flex;
  margin-left: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

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

.danke_icon {
  width: 240px;
  margin-bottom: -38px;
  margin-top: -38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.danke_box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100vw;
  height: 100vh;
  padding: 14px;
}

.logo_dankeseite {
  width: 180px;
}

.danke_box_inhalt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #eac9cd39;
  padding: 24px;
  gap: 18px;
}

/* Auf Handys die Pfeile ausblenden, da man dort einfach wischt */
@media (max-width: 768px) {
  .nav-arrow {
    display: none;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  .hidden {
    display: none;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box; /* Schützt alle Elemente vor dem Überlaufen */
  }



  .cover-logo {
    margin-top: -100px;
    margin-bottom: 24px;
    width: 120px;
  }

  .a-footerlinks {
    display: flex;
    width: 60%;
  }

  .menu {
    display: none;
  }

  .cover-title {
    margin-top: 20px;
    margin-bottom: 04px;
    color: white;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
  }

  .events-content {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    text-align: start;
  }

  .description {
    background-color: #701722;
    border-radius: 6px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }

  .gallery_description {
    flex-direction: column;
  }

  .img_gallery {
    width: 120px;
    border-radius: 6px;
    object-fit: cover;
  }

  .description {
    background-color: #701722;
    border-radius: 6px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }

  .section_2_inhalt {
    width: 100%;
    gap: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
    border-radius: 6px;
    padding: 0px;
    margin: 0px;
  }

  .restaurant_img {
    border-radius: 6px;
    width: 100%;
    margin-bottom: 48px;
  }

  .bilder {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .section_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url(img/struktur.webp);
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
    padding: 24px;
  }

  .jeden_anlass_boxen {
    width: 100%;
    display: flex;
    gap: 22px;
    padding-top: 32px;
    padding-bottom: 32px;
    flex-direction: column;
  }

  .icons_section3 {
    margin-bottom: 12px;
    width: 62px;
    background-color: white;
    border-radius: 50%;
    padding: 12px;
  }

  .box-1,
  .box-2,
  .box-3 {
    padding: 22px;
    text-align: center;
    background-color: #671a23;
    border: white solid 2px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .herz_curry_bild {
    width: 80%;
    text-align: center;
  }

  .text_box_mit_liebe {
    margin-bottom: -22px;
  }

  .speisekarte_section {
    background-image: url(img/speisekarte_cover.webp);
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 12px;
    padding-top: 26px;
  }

  .speisekarte_section_content {
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    text-align: start;
  }

  .buttons_speisekarten {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .form_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 14px;
  }

  .form_description {
    margin-bottom: 12px;
  }
  .form_box {
    display: flex;
    margin: 0px;
  }

  .form_field {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
  }

  .grid_description {
    margin-left: 0px;
    width: 100%;
  }

  .bild-grid img {
    width: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .bild-grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 16px;
    padding: 0px;
    padding-bottom: 16px;
  }

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

  .form {
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .grid_description {
    gap: 6px;
  }

  .form_reservation {
    margin-top: 42px;
  }

  .button_form {
    font-size: 16px;
    font-family: "League Spartan";
    text-transform: uppercase;
    color: white;
    background-color: #701722;
    font-weight: 600;
    border-radius: 6px;
    padding: 12px;
    border: 0;
    margin-left: 4px;
  }

  .boxed-container {
    max-width: 1140px;
    display: flex;
    flex-direction: column;
    padding: 14px;
  }

  .danke_box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 14px;
  }
}

@media (max-width: 480px) {
}
