@font-face {
  font-family: "Materialsymbolsoutlined 28 Pt";
  src: url('../fonts/MaterialSymbolsOutlined_28pt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --padding: 5%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body_wrapper {
  background-color: #262c24;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.navbar {
  z-index: 99;
  padding-right: var(--padding);
  padding-left: var(--padding);
  background-color: #fffaef;
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #00000014;
}

.nav-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: grid;
}

.nav-links-desktop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.nav-cta-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-logo-wrapper {
  background-color: #f0eadf;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  margin-top: -200px;
}

.nav_logo {
  background-color: #fffaef;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.logo-svg {
  height: 100%;
  margin-top: 0;
  overflow: clip;
}

.button {
  background-color: #6b7a67;
  border-radius: 5px;
  padding: 11px 20px;
}

.button.secondary {
  background-color: #c6b38e;
}

.button.secondary.shadow {
  box-shadow: 0 2px 5px #0003;
}

.button.shadow {
  text-align: center;
  width: 166.164px;
  box-shadow: 0 2px 5px #0003;
}

.section_header {
  padding-right: var(--padding);
  padding-left: var(--padding);
  background-color: #c1d6b4;
  background-image: linear-gradient(#3d413ccc, #3d413ccc), url('../images/ChatGPT-Image-7.-Feb.-2026-16_58_44.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.section {
  padding: 150px var(--padding);
  background-color: #fffaef;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.section.green {
  background-color: #dce3c6;
  flex-flow: column;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.green.less-down {
  padding-bottom: 50px;
}

.section.down {
  flex-flow: column;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.legal {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

._2-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

._2-grid._1125 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-columns: 1fr 1.25fr;
}

.grid-half-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-half-wrapper.center {
  justify-content: center;
  align-items: flex-start;
}

.h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 500;
  line-height: 38px;
}

.h2.mid {
  text-align: center;
}

.h2.mid.capped {
  max-width: 550px;
}

.h2.center {
  text-align: center;
}

.header-content-wrapper {
  flex-flow: column;
  max-width: 650px;
  margin-top: 80px;
  display: flex;
}

.h1 {
  color: #fffaef;
  text-align: center;
  margin-top: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
}

.h1.left-dark {
  color: #333;
  text-align: left;
}

.subtext {
  color: #f3f3f3;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
}

.button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text {
  color: #5f5f5f;
  line-height: 23px;
}

.text.mid, .text.center {
  text-align: center;
}

.center-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 750px;
  display: flex;
}

.stack-images {
  width: 100%;
  max-width: 1440px;
  margin-top: 75px;
  padding: 0;
}

.stack-image-small {
  aspect-ratio: 1;
  background-image: url('../images/Restaurant_am_Ring_Ente.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
}

.stack-image-small.ente {
  background-image: linear-gradient(#6b7a674d, #6b7a674d), url('../images/Restaurant_am_Ring_Ente.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.stack-image-small.avocado {
  background-image: linear-gradient(#6b7a674d, #6b7a674d), url('../images/Restaurant_am_Ring_Avocado_Salat.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.stack-image-wide {
  aspect-ratio: 2;
  background-image: linear-gradient(#6b7a674d, #6b7a674d), url('../images/Restaurant_am_Ring_SchnitzelundFilet.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  width: 100%;
}

.stack-image-tall {
  aspect-ratio: auto;
  background-image: linear-gradient(#6b7a674d, #6b7a674d), url('../images/ChatGPT-Image-7.-Feb.-2026-19_39_29.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.image-half {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
}

.image {
  border-radius: 5px;
  width: 100%;
}

.spacer {
  width: 100%;
}

.spacer._25 {
  width: 100%;
  height: 25px;
}

.spacer._35 {
  height: 35px;
}

.image-div {
  aspect-ratio: 1.42;
  background-image: linear-gradient(#6b7a674d, #6b7a674d), url('../images/Restaurant_am_Ring_Events_Buffet.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
}

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

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

.textlink {
  color: #333;
  border-bottom: 1px dotted #333;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  text-decoration: none;
  display: flex;
}

.textlink.no-up {
  margin-top: 0;
}

.icon-arrowright {
  margin-left: 2.5px;
  font-family: "Materialsymbolsoutlined 28 Pt", Arial, sans-serif;
}

.feature-box {
  aspect-ratio: 3 / 2;
  background-color: #fffaef;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.icon-feature {
  color: #6b7a67;
  text-align: center;
  font-family: "Materialsymbolsoutlined 28 Pt", Arial, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.text-feature {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.footer-dark {
  padding: 50px var(--padding) 15px;
  background-color: #262c24;
  border-bottom: 1px solid #e4ebf3;
  position: relative;
}

.container {
  width: 100%;
  max-width: none;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.reservation-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.opening-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #dde3c6;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 0;
  display: grid;
}

.midweek {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 35px;
  display: flex;
}

.openinghour {
  flex-flow: column;
  display: flex;
}

.weekday {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.time {
  color: #5f5f5f;
  font-size: 15px;
}

.weekend {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 35px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.logoimg {
  height: 45px;
}

.logoimg.bigger {
  height: 130px;
}

.footer-copyright-center-2 {
  color: #c5c5c5;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-copyright-center-2.underline {
  border-bottom: 1px dotted #c5c5c5;
  padding-bottom: 2px;
  text-decoration: none;
}

.footer-divider-2 {
  background-color: #c5c5c5;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-content-2 {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.icon {
  width: 22px;
}

.footer-dark-2 {
  background-color: #262c24;
  padding: 50px 5% 15px;
  position: relative;
}

.footer-link-2 {
  color: #c5c5c5;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #fff;
}

.title-small-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.lowest-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-center-wrapper {
  flex-flow: column;
  width: 650px;
  display: flex;
}

.logo {
  width: 280px;
  margin-bottom: 10px;
}

.center-wrapper-form {
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-top: 80px;
  display: flex;
}

.center-wrapper-form.center {
  justify-content: center;
  align-items: flex-start;
}

.display_inline-block {
  display: inline-block;
}

.margin-bottom_none {
  margin-bottom: 0 !important;
}

.text-link-2 {
  color: #2a794e;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  font-weight: 400;
  display: inline;
}

.text-link-2:hover {
  color: #2a794e99;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link-2.is-secondary {
  color: #22291b;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
}

.text-link-2.is-secondary:hover {
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link-2.on-inverse {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 50%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 50%, transparent);
}

.text-link-2.on-inverse:hover {
  opacity: .6;
  color: inherit;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-field {
  display: none;
}

.form_error-message-2 {
  opacity: 0;
  background-color: #ff2b2b33;
  border: 1px solid #ff565666;
  border-radius: .25rem;
  margin-top: 1rem;
  padding: 1rem;
}

.checkbox {
  margin-bottom: 1rem;
  padding: 0 0 0 2rem;
  display: flex;
  position: relative;
}

.checkbox.margin-bottom_none {
  justify-content: flex-start;
  align-items: center;
}

.input_label-2 {
  z-index: 1;
  color: #333;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.input {
  margin-bottom: 1.25rem;
  position: relative;
}

.inline-input-0-2 {
  z-index: -1;
  opacity: 0;
  border-radius: 0;
  margin-top: 0;
  margin-left: -25px;
  position: absolute;
}

.inline-input-0-2.w--redirected-checked {
  z-index: 1;
  opacity: 100;
  background-color: #6b7a67;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  margin-left: -32px;
}

.r73-contact-dnt {
  width: 100%;
}

.checkbox_label-2 {
  color: #333;
}

.button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2a794e;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2:hover {
  color: #fff;
  background-color: #3aa66b;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2:focus {
  outline-offset: 2px;
  outline: 2px solid #2a794e;
}

.button-2.on-inverse {
  color: #22291b;
  background-color: #c9cb9c;
  background-image: none;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2.on-inverse:hover {
  background-color: #e0e2b6;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2.on-inverse:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2.on-inverse.kontakt-resto {
  box-shadow: none;
  color: #fff;
  background-color: #6b7a67;
  background-image: none;
  width: 100%;
  font-weight: 500;
}

.checkbox_toggle-2 {
  color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-top-color: color-mix(in srgb, currentColor 50%, transparent);
  border-right-color: color-mix(in srgb, currentColor 50%, transparent);
  border-bottom-color: color-mix(in srgb, currentColor 50%, transparent);
  border-left-color: color-mix(in srgb, currentColor 50%, transparent);
  border-radius: .25rem;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-top: 0;
  margin-left: -32px;
  margin-right: .75rem;
  transition-property: border-color, background-color;
  transition-duration: .2s, .2s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1), cubic-bezier(.165, .84, .44, 1);
}

.checkbox_toggle-2:hover {
  box-shadow: color-mix(in srgb, currentColor 30%, transparent) 0px 0px 0px 4px;
}

.checkbox_toggle-2:focus {
  outline-offset: 2px;
  outline: 2px solid #1a1a1a;
}

.checkbox_toggle-2.w--redirected-checked {
  background-color: #2a794e;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-style: none;
  border-color: #22291b;
  border-radius: .75rem;
}

.checkbox_toggle-2.w--redirected-focus {
  box-shadow: none;
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
  outline-color: color-mix(in srgb, currentColor 40%, transparent);
}

.checkbox_toggle-2.w--redirected-focus-visible {
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
  outline-color: color-mix(in srgb, currentColor 40%, transparent);
  border-color: #22291b1a;
}

.form_success-message {
  background-color: #2a794e33;
  border: 1px solid #2a794e;
  border-radius: 1.25rem;
  padding: 2rem;
}

.input_field {
  color: #22291b;
  background-color: #0000;
  background-image: linear-gradient(#0000001a, #0000);
  border: 1px solid #22291b1a;
  border-radius: .75rem;
  height: auto;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.3;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1);
  box-shadow: inset 0 4px 4px -2px #0000001a;
}

.input_field:hover {
  background-color: #0000;
  border-color: #22291b1a;
  box-shadow: inset 0 4px 4px -2px #0000001a;
}

.input_field:focus {
  outline-offset: 2px;
  border-color: #22291b1a;
  outline: 2px solid #2a794e;
}

.input_field::placeholder {
  color: #22291b33;
}

.input_field.input_text-area {
  min-height: 7.5rem;
}

.input_field.on-inverse {
  box-shadow: none;
  color: #333;
  background-color: #c9cb9c14;
  background-image: none;
  border-color: #c9cb9c;
  transition-property: none;
}

.input_field.on-inverse:hover {
  background-color: #c9cb9c40;
  border-color: #c9cb9c;
}

.input_field.on-inverse:focus {
  border-color: #f9f4ea1a;
  outline-color: #485c3c;
}

.input_field.on-inverse::placeholder {
  color: #ccc;
}

.form_error-message_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  display: flex;
}

.cta-text-eventanfrage {
  max-width: 750px;
  margin-bottom: 35px;
}

.pageloader {
  z-index: 9999;
  background-color: #fffaef;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo-pageloader {
  width: 220px;
}

.anker {
  width: 100%;
  height: 1px;
}

.move-up {
  z-index: 99;
  background-color: #6b7a67;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: none;
  position: fixed;
  inset: auto 25px 25px auto;
  box-shadow: 0 2px 5px #0003;
}

.icon-up {
  color: #fffaef;
  font-family: "Materialsymbolsoutlined 28 Pt", Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.link-box-move-up {
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.navlink-box {
  color: #333;
  text-decoration: none;
}

.utility-page-wrap {
  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: 260px;
  display: flex;
}

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

.field-label, .navbar-mobile, .mobile-menu-bg {
  display: none;
}

.legal {
  margin-top: 25px;
}

.image-anfrage {
  border-radius: 5px;
  width: 100%;
}

.anfrage-image-wrapper {
  position: relative;
  overflow: visible;
}

.image-overlay {
  background-color: #6b7a674d;
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .navbar {
    display: none;
  }

  .button.shadow.space-up {
    margin-top: 5px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._2-grid, ._2-grid._1125, ._2-grid.special {
    grid-template-columns: 1fr;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .opening-wrapper {
    width: 100%;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .form {
    margin-bottom: 75px;
  }

  .checkbox_toggle-2 {
    min-width: 24px;
    min-height: 24px;
  }

  .navbar-mobile {
    z-index: 1001;
    background-color: #fffaef;
    justify-content: space-between;
    height: 80px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 0 2px 5px #00000014;
  }

  .navbar-mobile-logo-linkbox, .logo-mobile {
    height: 100%;
  }

  .navbar-menu {
    color: #6b7a67;
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    padding-left: 20px;
    font-family: "Materialsymbolsoutlined 28 Pt", Arial, sans-serif;
    font-size: 40px;
    line-height: 40px;
    display: flex;
  }

  .mobile-menu {
    z-index: 1000;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #fffaef;
    border-radius: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: auto;
    margin: auto auto 100px;
    padding: 25px;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .mobile-menu-bg {
    z-index: 1000;
    background-color: #1b1f1999;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 80px 0% 0%;
  }

  .mobile-menu-close {
    cursor: pointer;
    background-color: #fffaef;
    border-radius: 99px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: -60px 0% auto;
  }

  .menu-close {
    font-family: "Materialsymbolsoutlined 28 Pt", Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .mobile-menu-link-text {
    color: #333;
    text-decoration: none;
  }

  .mobile-menu-link-text.light {
    color: #949494;
  }

  .mobile-menu-divider {
    background-color: #e4e4e4;
    width: 100%;
    height: 1px;
    margin-top: 10px;
  }

  .legal-wrapper-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .legal-wrapper-mobile.small {
    margin-top: 0;
    font-size: 13px;
  }

  .image-anfrage {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  ._2-grid.special {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .h2.center {
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .h1 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .center-wrapper {
    width: auto;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .opening-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .midweek {
    padding-bottom: 0;
  }

  .weekend {
    padding-top: 16px;
    padding-left: 35px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .lowest-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-center-wrapper {
    width: auto;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .image-anfrage {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .button.secondary.shadow, .button.shadow {
    width: 100%;
  }

  .section_header {
    height: 700px;
  }

  .section, .section.green {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.green.less-down {
    padding-top: 80px;
  }

  .section.down {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._2-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  ._2-grid.special {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h2, .h2.mid.capped, .h2.center {
    font-size: 5.7vw;
    line-height: 6.8vw;
  }

  .h1 {
    font-size: 7vw;
    line-height: 9vw;
  }

  .subtext {
    font-size: 4.2vw;
    line-height: 6vw;
  }

  .button-wrapper {
    flex-flow: column;
  }

  .stack-images {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .stack-image-wide {
    margin-top: -40px;
  }

  .stack-image-tall {
    aspect-ratio: 1;
    display: none;
  }

  ._4-grid {
    flex-flow: column;
    display: flex;
  }

  .feature-box {
    aspect-ratio: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container {
    max-width: none;
  }

  .reservation-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-2 {
    max-width: none;
  }

  .logo {
    width: 200px;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .inline-input-0-2 {
    z-index: 1;
  }

  .inline-input-0-2.w--redirected-checked {
    z-index: 1;
    background-color: #485c3c;
  }

  .button-2 {
    white-space: nowrap;
  }

  .form_success-message {
    margin-top: 35px;
  }

  .logo-pageloader {
    width: 200px;
  }

  .mobile-menu {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    bottom: 20px;
    left: 0;
    right: 0;
  }

  .mobile-menu-bg {
    display: none;
  }
}

#w-node-_81ad0156-7006-41bf-2279-7dd62d0af6cd-283fea20 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e4395c35-bc6b-bbc7-90e9-a90ae1fd9733-283fea20 {
  grid-row: span 2 / span 2;
}

#w-node-d3744e33-05d8-378f-2445-885250435033-283fea20 {
  grid-column: span 2 / span 2;
}

#w-node-_31c64361-d2b1-2ca1-2ead-626632c6e6b4-32c6e6ae, #w-node-_31c64361-d2b1-2ca1-2ead-626632c6e6c1-32c6e6ae, #w-node-_31c64361-d2b1-2ca1-2ead-626632c6e6c6-32c6e6ae, #w-node-_31c64361-d2b1-2ca1-2ead-626632c6e6cd-32c6e6ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_81ad0156-7006-41bf-2279-7dd62d0af6cd-283fea20 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e4395c35-bc6b-bbc7-90e9-a90ae1fd9733-283fea20 {
    grid-row: span 2 / span 2;
  }

  #w-node-d3744e33-05d8-378f-2445-885250435033-283fea20 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Materialsymbolsoutlined 28 Pt';
  src: url('../fonts/MaterialSymbolsOutlined_28pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}