:root {
  --white: white;
  --red: #dd4228;
  --black: black;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  font-family: 2inconsolata, sans-serif;
  color: #333;
  padding-top: 58px;
  font-size: 14px;
  line-height: 20px;
}

.navmen {
  color: var(--white);
  padding: 20px 15px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.navmen:hover {
  border-bottom: 2px solid var(--white);
  color: #ffffffd9;
  padding-bottom: 18px;
}

.navmen:active, .navmen:focus {
  color: var(--white);
}

.navmen:visited {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  padding-bottom: 18px;
}

.navmen.w--current {
  color: #ffffff80;
}

.navmen.reservierung {
  color: var(--red);
  background-color: #fff;
  border-bottom: 1px #000;
  display: none;
}

.navmen.reservierung:hover {
  background-color: #fffc;
  border-bottom-style: none;
}

.navmen.reservierung.mobil {
  display: block;
}

.section {
  background-image: none;
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  height: 95vh;
  display: flex;
}

.wilkommen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5% 10%;
  display: flex;
}

.paragraph {
  color: #000;
  text-align: center;
  width: 70%;
  font-size: 20px;
  line-height: 30px;
}

.gerichte {
  height: auto;
  margin-top: 10%;
  margin-left: 0;
  margin-right: 0;
  padding: 10% 10% 5%;
}

.location {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0%;
  display: flex;
}

.column-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-2 {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-3 {
  background-color: #dd4228;
  padding: 10%;
  position: relative;
  left: -100px;
  right: 0;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 35px;
}

.div-block-4 {
  background-color: var(--white);
  width: 70px;
  height: 5px;
}

.kontakt {
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 35px;
}

.div-block-5 {
  background-color: var(--black);
  width: 70px;
  height: 5px;
  margin-bottom: 15px;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.paragraph-weitere-gerichte {
  color: #000;
  text-align: center;
  width: 80%;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.div-block-7 {
  background-color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: auto;
  margin-top: 10%;
  padding-top: 5%;
  display: flex;
  box-shadow: 0 3px 7px #0003;
}

.form-block {
  width: 70%;
  margin-bottom: 0;
}

.field-label, .field-label-2, .field-label-3 {
  font-size: 15px;
}

.text-field, .text-field-2, .text-field-3 {
  border: 1px #000;
  border-bottom: 1px solid #dd4228;
}

.div-block-8 {
  text-align: center;
}

.submit-button {
  color: var(--white);
  background-color: #dd4228;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 15px;
  position: relative;
  top: 20px;
}

.textarea {
  border: 1px #000;
  border-bottom: 1px solid #dd4228;
}

.karte {
  height: auto;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  background-color: #dd4228;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.map {
  height: 60vh;
  display: block;
  right: 0;
}

.div-block-9 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  height: 250px;
  padding: 10%;
  display: flex;
  position: relative;
  left: -80%;
}

.paragraph-3 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.heading-3 {
  color: var(--black);
  margin-top: 0;
  font-size: 30px;
  line-height: 35px;
}

.columns {
  height: 10vh;
}

.column-5 {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 2.5%;
  padding-right: 5%;
  text-decoration: none;
  display: flex;
}

.column-6 {
  background-color: #dd4228;
  height: 101%;
  bottom: 1%;
}

.datenschutz {
  font-family: 2inconsolata, sans-serif;
  color: var(--black);
  margin-right: 15px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.datenschutz:hover {
  text-decoration: underline;
}

.link-block {
  background-image: url('../images/mellow-50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 40px;
  height: 50px;
}

.link-block:hover {
  background-image: url('../images/Mellow-100.png');
  width: 40px;
  height: 50px;
}

.cookies {
  color: var(--black);
  margin-right: 15px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.cookies:hover {
  text-decoration: underline;
}

.nutzungsbedingungen {
  color: var(--black);
  margin-right: 15px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.nutzungsbedingungen:hover {
  text-decoration: underline;
}

.impresum {
  color: var(--black);
  margin-right: 15px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.impresum:hover {
  text-decoration: underline;
}

.button {
  background-color: var(--white);
  color: #dd4228;
  border-radius: 20px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  display: none;
}

.button:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  padding: 9px 14px;
}

.button.rot {
  color: var(--white);
  background-color: #dd4228;
}

.button.rot:hover {
  color: #dd4228;
  background-color: #0000;
  border-color: #dd4228;
}

.div-block-11 {
  background-color: #0000004d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-12 {
  background-color: var(--white);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10% 15% 5%;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
}

.field-label-4, .field-label-5 {
  font-size: 15px;
}

.column-7 {
  padding-left: 0;
  padding-right: 25px;
}

.columns-2 {
  margin-bottom: 10px;
}

.column-8, .column-9 {
  padding-left: 0;
  padding-right: 25px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.div-block-13 {
  background-color: var(--black);
  width: 70px;
  height: 5px;
  margin-bottom: 15px;
}

.feld {
  border: 1px #000;
  border-bottom: 1px solid #dd4228;
  margin-right: 0;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.submit-button-2 {
  background-color: #dd4228;
  border-radius: 20px;
  padding: 15px 20px;
  font-size: 15px;
}

.submit-button-2:hover {
  background-color: #dd4228cc;
  border-radius: 20px;
}

.column-10, .column-11, .column-12 {
  padding-left: 0;
  padding-right: 25px;
}

.columns-3 {
  margin-bottom: 10px;
}

.html-embed {
  height: 60vh;
  display: none;
}

.nach-oben {
  background-color: var(--white);
  background-image: url('../images/Pfeil_Hoch.png');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-bottom: 5%;
  margin-right: 2.5%;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 3px 7px #00000040;
}

.link-block-2 {
  width: 100%;
  height: 100%;
}

.slider-2 {
  width: 100%;
  height: 100%;
  display: block;
}

.slide-nav-2 {
  display: none;
}

.left-arrow-2 {
  background-color: #0000;
  align-items: flex-end;
  width: 55px;
  height: 100%;
  padding-right: 5px;
  display: block;
  inset: 0% 50px 0% 0%;
}

.right-arrow-2 {
  background-color: #0000;
  width: 55px;
  height: 100%;
  inset: 0% 0% 0% 50px;
}

.icon {
  color: #3330;
  cursor: w-resize;
  background-color: #dd4228;
  background-image: url('../images/Pfeil_Links.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  font-size: 35px;
  display: flex;
  inset: auto auto 0% 0%;
}

.icon:hover {
  width: 50px;
  padding-left: 0;
}

.icon-2 {
  color: #0000;
  cursor: e-resize;
  background-color: #dd4228;
  background-image: url('../images/Pfeil_Rechts.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  inset: auto 0 0% auto;
}

.slide {
  background-image: url('../images/Raum.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Raum_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Essen.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.paragraph-gerichte {
  color: #000;
  text-align: left;
  width: 60%;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 30px;
}

.column-15 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 550px;
  padding: 25px;
  display: flex;
  box-shadow: 0 3px 7px #00000026;
}

.paragraph-spei-e {
  color: #000;
  text-align: left;
  flex-direction: row;
  width: auto;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.paragraph-spei-e._2 {
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.columns-5 {
  margin-bottom: 50px;
}

.gericht_1 {
  background-color: var(--white);
  background-image: url('../images/Gericht_1.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 400px;
  box-shadow: 0 3px 7px #00000026;
}

.columns-6 {
  margin-bottom: 50px;
}

.gericht_2 {
  background-color: var(--white);
  background-image: url('../images/gericht-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  box-shadow: 0 3px 7px #00000026;
}

.body-2 {
  background-color: var(--red);
  font-family: 2inconsolata, sans-serif;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 0%;
  padding-right: 0;
  font-size: 15px;
  line-height: 25px;
  display: block;
}

.paragraph-4 {
  color: #000;
  margin-bottom: 5%;
  margin-left: 15%;
  margin-right: 15%;
  font-size: 20px;
  line-height: 25px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-size: 25px;
  line-height: 30px;
}

.heading-5 {
  margin: 0 15% 25px;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.men {
  background-color: var(--red);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: var(--black);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.div-block-18 {
  align-items: center;
  display: flex;
}

.link-block-3 {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-right: 10px;
}

.link-2 {
  color: var(--black);
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.paragraph-4-copy {
  font-family: 2inconsolata, sans-serif;
  color: var(--black);
  margin-bottom: 5%;
  margin-left: 15%;
  margin-right: 15%;
  font-size: 20px;
  line-height: 25px;
}

.link-3 {
  color: var(--black);
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.link-4 {
  color: var(--black);
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.link-5 {
  color: var(--black);
  text-decoration: none;
}

.link-5:hover {
  text-decoration: underline;
}

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

.button-karte {
  color: var(--white);
  background-color: #dd4228;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-left: 15px;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 700;
}

.button-karte:hover {
  color: #dd4228;
  background-color: #0000;
  border: 1px solid #dd4228;
  padding: 15px 20px;
}

.button-mobil {
  background-color: var(--white);
  color: #dd4228;
  border-radius: 20px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  display: none;
}

.button-mobil:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  padding: 9px 14px;
}

.image-2 {
  display: none;
}

.div-block-19 {
  z-index: 2000;
  cursor: pointer;
  background-color: #00000040;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-20 {
  background-color: #0000;
  border-radius: 20px;
  width: 60vw;
  height: 50vh;
  padding: 0;
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 90%;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-24 {
  border: 2px solid var(--white);
  cursor: pointer;
  background-image: linear-gradient(#0006, #0006), url('../images/Gericht_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.paragraph-7 {
  color: var(--white);
  text-align: center;
  width: 70%;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
  position: static;
  inset: auto 0% 0%;
}

.bestellen-seite {
  background-color: #dd4228;
  background-image: url('../images/liefern.png');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: 35px;
  border: 1px solid #dd4228;
  border-radius: 25px;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-left: 60px;
  display: none;
}

.bestellen-seite:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/liefern.png');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.link-6 {
  color: #fff;
}

.button-bestellen {
  background-color: var(--white);
  color: #dd4228;
  background-image: url('../images/liefern-2.png');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 20px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  font-size: 15px;
  display: none;
}

.button-bestellen:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/liefern.png');
  padding: 9px 14px 9px 50px;
}

.button-bestellen-mobil {
  background-color: var(--white);
  color: #dd4228;
  border-radius: 20px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  display: none;
}

.button-bestellen-mobil:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  padding: 9px 14px;
}

.div-block-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.html-embed-2 {
  margin-bottom: 10%;
  margin-left: 15%;
  margin-right: 15%;
}

.background-video {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-8 {
  color: var(--white);
  text-decoration: underline;
}

.text-block-15 {
  margin-bottom: 35px;
  margin-left: 35px;
  font-size: 35px;
  line-height: 35px;
}

.utility-page-wrap {
  font-family: 2inconsolata, sans-serif;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: auto;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.body-3 {
  font-family: 2inconsolata, sans-serif;
  display: flex;
}

.text-field-10, .submit-button-4, .image-3 {
  display: none;
}

.heading-6 {
  width: 50vw;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 50px;
}

.button-12 {
  border: 2px solid var(--red);
  background-color: var(--red);
  border-radius: 15px;
  width: 200px;
  font-size: 15px;
}

.button-12:hover {
  color: var(--red);
  background-color: #fff;
}

.fnungszeiten {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 80%;
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.checkbox {
  border-color: var(--red);
  width: 20px;
  height: 20px;
  margin-left: -30px;
}

.checkbox.w--redirected-checked {
  border-color: var(--red);
  background-color: var(--red);
}

.checkbox-field {
  padding-left: 30px;
}

.checkbox-2 {
  border-color: var(--red);
  cursor: pointer;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 5px;
}

.checkbox-2.w--redirected-checked {
  border-color: var(--red);
  background-color: var(--red);
}

.checkbox-field-2 {
  align-items: center;
  display: flex;
}

.lottie-animation-2 {
  width: 200px;
  height: 200px;
  margin-bottom: 25px;
}

.success-message-2 {
  background-color: #0000;
}

.text-block-17 {
  font-size: 15px;
  font-weight: 700;
}

.div-block-45 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-field-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  padding-left: 0;
  display: flex;
}

.checkbox-3 {
  border-width: 2px;
  border-color: var(--red);
  cursor: pointer;
  border-radius: 0;
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  margin-left: 0;
}

.checkbox-3.w--redirected-checked {
  border-width: 2px;
  border-color: var(--red);
  background-color: var(--red);
  border-radius: 0;
}

.div-block-46 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.select-field {
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
}

.form-block-2 {
  display: none;
}

.column-16 {
  padding-left: 0;
  padding-right: 0;
}

.column-15-copy {
  background-color: var(--white);
  box-shadow: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 550px;
  padding: 25px;
  display: flex;
}

.div-block-47 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.image-4 {
  width: 70px;
}

.link-9 {
  color: #dd4228;
}

.rl-button-secondary {
  border: 1px solid var(--red);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--red);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium.wei {
  color: var(--white);
  text-align: center;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-padding-section-large {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.rl-padding-section-large.rot {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-padding-global.grau {
  background-color: #fff;
}

.rl_section_header1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-button-secondary-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_header62_spacing-block-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_header62_spacing-block-2 {
  background-color: #fff;
  width: 50%;
  padding-bottom: .3rem;
}

.rl_header62_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_header62_component {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_section_header62 {
  background-color: var(--red);
  color: #fff;
}

.html-embed-3 {
  margin-bottom: 0;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl_contact20_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact20_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_contact20_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact20_icon {
  width: 3rem;
  height: 3rem;
}

.rl_contact20_item {
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 25px;
}

.rl_contact20_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.rl_contact20_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_contact20_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact20_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_contact20_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_contact20_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_section_contact20 {
  background-color: var(--relume-library-lite--rl-white);
}

.logo2_logo {
  width: 100%;
  max-height: 5rem;
}

.logo2_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  display: grid;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.logo2_content-left {
  max-width: 18rem;
}

.logo2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.rl-padding-section-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section_logo2 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_footer4_legal-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_credit-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_line-divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-social-icon {
  color: var(--red);
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer4_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer4_link {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_logo-link {
  padding-left: 0;
}

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.rl_footer4_component {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_layout28_image {
  max-width: 100%;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  border-left-color: var(--relume-library-lite--rl-black);
  opacity: 1;
  background-color: #0000;
}

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl-padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_section_layout28 {
  background-color: var(--relume-library-lite--rl-white);
}

.text-block-19 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

.list {
  margin-top: 25px;
  padding-left: 20px;
}

.tabs-content {
  position: sticky;
  top: 60px;
}

.rl-button-secondary-3 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-3 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_header62_spacing-block-3-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_header62_spacing-block-2-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_header62_component-2 {
  text-align: center;
}

.rl-padding-section-large-4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl_section_header62-2 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.rl_gallery10_masonry-grid {
  column-count: 3;
  column-gap: 2rem;
  width: 100%;
}

.rl_gallery10_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_gallery10_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery10_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_gallery10_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_section_gallery10 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_section_gallery10.grau {
  background-color: #fafafa;
}

.div-block-48 {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.rl-text-style-medium-w {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.rl-text-style-medium-w.wei {
  color: var(--white);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nach-oben {
    display: block;
  }

  .div-block-20 {
    width: 80vw;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl_header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_contact20_content {
    grid-column-gap: 2rem;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .logo2_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo2_content-left {
    max-width: 16rem;
  }

  .logo2_component {
    grid-column-gap: 3rem;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .rl-padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .nach-oben {
    display: block;
  }

  .men {
    height: 60px;
  }

  .menu-button {
    height: 60px;
    padding: 0;
  }

  .lottie-animation {
    height: 60px;
  }

  .div-block-20 {
    width: 80vw;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl_header1_component {
    grid-row-gap: 3rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_header62_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_header62_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_header62_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact20_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl_contact20_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_contact20_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_contact20_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_contact20_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_contact20_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .logo2_logo {
    max-height: 3rem;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .logo2_content-left {
    max-width: none;
  }

  .logo2_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_header62_spacing-block-3-2 {
    padding-bottom: 1.5rem;
  }

  .rl_header62_spacing-block-2-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .rl-padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_gallery10_masonry-grid {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_gallery10_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-padding-section-large-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-text-style-medium-w {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .navmen.reservierung {
    margin-left: 0;
    margin-right: 25px;
    display: none;
  }

  .navmen.reservierung.mobil {
    display: block;
  }

  .section {
    background-image: linear-gradient(#0000, #0000), url('../images/Header.jpg');
    background-size: auto, cover;
    height: 50vh;
  }

  .wilkommen {
    text-align: left;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph {
    text-align: left;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .gerichte {
    padding-left: 4%;
    padding-right: 4%;
  }

  .location {
    flex-direction: column;
    height: auto;
  }

  .column {
    height: 60vh;
  }

  .column-2 {
    height: 70vh;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .div-block-3 {
    height: 100%;
    left: 0;
  }

  .kontakt {
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-2 {
    text-align: left;
  }

  .div-block-6 {
    align-items: flex-start;
    width: 100%;
  }

  .paragraph-weitere-gerichte {
    text-align: left;
    width: 100%;
  }

  .div-block-7 {
    width: 100%;
  }

  .column-4 {
    height: auto;
  }

  .div-block-9 {
    width: 100vw;
    left: 0%;
  }

  .heading-3 {
    margin-top: 0;
  }

  .columns {
    height: 7vh;
  }

  .column-5 {
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    padding: 5% 0% 8% 5%;
  }

  .column-6 {
    display: none;
  }

  .datenschutz {
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .link-block {
    display: none;
  }

  .cookies, .nutzungsbedingungen, .impresum {
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .button, .div-block-11 {
    display: none;
  }

  .div-block-12 {
    padding: 90px 5% 15px;
    top: 0;
  }

  .field-label-4, .field-label-5 {
    margin-bottom: 0;
    font-size: 15px;
    display: flex;
  }

  .column-7, .column-8, .column-9 {
    padding-right: 0;
  }

  .heading-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-13 {
    height: 2.5px;
    margin-bottom: 10px;
  }

  .feld {
    font-size: 12px;
  }

  .submit-button-2 {
    padding: 10px 20px;
    font-size: 15px;
  }

  .column-10, .column-11, .column-12 {
    padding-right: 0;
  }

  .nach-oben {
    flex-direction: column;
    width: 50px;
    height: 50px;
    margin-bottom: 5%;
    margin-right: 5%;
    display: block;
  }

  .paragraph-gerichte {
    text-align: left;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .column-15 {
    height: auto;
  }

  .paragraph-spei-e {
    text-align: left;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
  }

  .body-2 {
    background-color: var(--red);
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
  }

  .paragraph-4 {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-5 {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 35px;
    line-height: 35px;
  }

  .men {
    display: flex;
  }

  .container {
    justify-content: flex-start;
    height: 70px;
  }

  .nav-menu-2 {
    background-color: #dd4228;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .menu-button {
    color: var(--white);
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-right: 15px;
    padding: 0;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .link-block-3 {
    background-color: var(--white);
    width: 150px;
    height: auto;
    margin-top: 10px;
  }

  .paragraph-4-copy {
    margin-bottom: 10%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 20px;
    line-height: 25px;
  }

  .weitere-gerichte {
    align-items: flex-start;
  }

  .button-karte {
    margin-left: 0;
  }

  .lottie-animation {
    width: 45px;
    height: 70px;
  }

  .brand-2 {
    padding-left: 0;
  }

  .brand-2.w--current {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .button-mobil {
    background-color: #0000;
    background-image: url('../images/kalender2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 60%;
    border: 1px solid #0000;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 0;
    display: none;
    position: fixed;
  }

  .button-mobil:hover {
    background-image: url('../images/kalender2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 60%;
    padding: 0;
  }

  .image {
    display: none;
  }

  .image-2 {
    display: block;
  }

  .checkbox-label {
    font-size: 12px;
    line-height: 17px;
  }

  .div-block-19 {
    display: none;
  }

  .div-block-20 {
    width: 90vw;
  }

  .paragraph-5 {
    width: 80%;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-24 {
    background-image: url('../images/liefern.png'), linear-gradient(#00000040, #00000040), url('../images/Gericht_2.jpg');
    background-size: 90px, auto, cover;
    justify-content: space-between;
    height: 60vh;
  }

  .paragraph-7 {
    width: 90%;
    font-size: 12px;
    line-height: 20px;
  }

  .bestellen-seite {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .button-bestellen {
    display: none;
  }

  .button-bestellen-mobil {
    background-color: #0000;
    background-image: url('../images/liefern.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 60%;
    border: 1px solid #0000;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 0;
    display: none;
    position: fixed;
  }

  .button-bestellen-mobil:hover {
    background-image: url('../images/Bestellen-Button-Hover.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 60%;
    border-style: none;
    padding: 0;
  }

  .div-block-28 {
    padding-bottom: 15px;
  }

  .background-video {
    justify-content: center;
    align-items: flex-end;
  }

  .text-block-15 {
    text-align: center;
    margin-bottom: 25px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 25px;
  }

  .fnungszeiten {
    width: 80%;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .checkbox-2 {
    min-width: 20px;
    max-width: 20px;
    margin-left: 0;
  }

  .checkbox-field-2 {
    padding-left: 0;
  }

  .error-message {
    background-color: #dd422880;
    padding: 15px;
  }

  .lottie-animation-2 {
    width: 250px;
    margin-bottom: 25px;
  }

  .success-message-2 {
    background-color: var(--white);
  }

  .text-block-17 {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
  }

  .body-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .button-13 {
    color: #000;
    background-color: #fff;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 5px;
    background-repeat: no-repeat;
    background-size: 60px;
    border: 2px solid #000;
    align-items: center;
    width: 80%;
    height: 80px;
    margin-bottom: 15px;
    padding-left: 80px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
  }

  .button-13._957 {
    color: #dd4228;
    background-image: url('../images/ram.svg');
    border-color: #dd4228;
    width: 80%;
  }

  .button-13.pegasus {
    color: #683602;
    background-image: url('../images/Pe.svg');
    border-color: #683602;
  }

  .button-13.del {
    color: #383533;
    background-image: url('../images/del.svg');
    border-color: #383533;
  }

  .button-13.fu {
    color: #efa13e;
    background-image: url('../images/Fu.svg');
    border-color: #efa13e;
  }

  .column-15-copy {
    height: auto;
  }

  .image-4 {
    width: 70px;
  }

  .rl_header1_component {
    grid-template-columns: 1fr;
  }

  .rl_header62_spacing-block-2 {
    padding-bottom: .4rem;
  }

  .html-embed-3 {
    width: 100%;
    max-width: 100%;
  }

  .rl_contact20_content {
    grid-template-columns: 1fr;
  }

  .logo2_logo-list {
    justify-content: center;
  }

  .rl_layout28_component {
    grid-template-columns: 1fr;
  }

  .button-14 {
    color: #000;
    background-color: #fff;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 5px;
    background-repeat: no-repeat;
    background-size: 60px;
    border: 2px solid #000;
    align-items: center;
    width: 80%;
    height: 80px;
    margin-bottom: 15px;
    padding-left: 80px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
  }

  .button-14.pegasus {
    color: #683602;
    background-image: url('../images/Pe.svg');
    border-color: #683602;
  }

  .button-15 {
    color: #000;
    background-color: #fff;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 5px;
    background-repeat: no-repeat;
    background-size: 60px;
    border: 2px solid #000;
    align-items: center;
    width: 80%;
    height: 80px;
    margin-bottom: 15px;
    padding-left: 80px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
  }

  .button-15._957 {
    color: #dd4228;
    background-image: url('../images/ram.svg');
    border-color: #dd4228;
    width: 80%;
  }

  .button-16 {
    color: #000;
    background-color: #fff;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 5px;
    background-repeat: no-repeat;
    background-size: 60px;
    border: 2px solid #000;
    align-items: center;
    width: 80%;
    height: 80px;
    margin-bottom: 15px;
    padding-left: 80px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
  }

  .button-16.fu {
    color: #efa13e;
    background-image: url('../images/Fu.svg');
    border-color: #efa13e;
  }

  .button-16.del {
    color: #383533;
    background-image: url('../images/del.svg');
    border-color: #383533;
  }

  .body-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-edfe1b08-5927-651f-55ef-388f10a0fd39-7e4da483 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e91cd8e4-a871-e47c-9ac7-9977a0c680e1-7e4da483 {
  justify-self: start;
}

#w-node-e91cd8e4-a871-e47c-9ac7-9977a0c680ee-7e4da483 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-e91cd8e4-a871-e47c-9ac7-9977a0c680e1-7e4da483, #w-node-e91cd8e4-a871-e47c-9ac7-9977a0c680ee-7e4da483 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e91cd8e4-a871-e47c-9ac7-9977a0c680fd-7e4da483 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e91cd8e4-a871-e47c-9ac7-9977a0c680e1-7e4da483 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: '2inconsolata';
  src: url('../fonts/2Inconsolata-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '2inconsolata';
  src: url('../fonts/2Inconsolata-Bold.ttf') format('truetype'), url('../fonts/2Inconsolata-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '2inconsolata';
  src: url('../fonts/2Inconsolata-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '2inconsolata';
  src: url('../fonts/2Inconsolata-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '2inconsolata';
  src: url('../fonts/2Inconsolata-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '2inconsolata';
  src: url('../fonts/2Inconsolata-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '2inconsolata';
  src: url('../fonts/2Inconsolata-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}