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

:root {
  --margin: 5%;
}

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

.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: #485c3c;
  font-family: Montserrat, sans-serif;
}

.navcontainer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar {
  background-color: #485c3c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 75px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section_header {
  padding: 50px var(--margin);
  background-color: #f8f4ea;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 75px;
  display: flex;
}

.section.mid {
  padding: 75px var(--margin);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.section.mid.margin {
  padding: 100px var(--margin);
  height: auto;
  margin-bottom: 1px;
}

.section.mid.margin.darker {
  background-color: #f8f4ea;
  margin-bottom: 0;
}

.section.mid._2row {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: none;
}

.section.green {
  padding: 75px var(--margin);
  background-color: #afc78d80;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.contact {
  padding-right: var(--margin);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.section.desktop-maximum-viewport-height-100.utility-overflow-hidden.flex-layout.y-center {
  padding: 100px var(--margin);
  background-color: #475750;
  margin-top: 60px;
}

.section.legal {
  padding: 100px var(--margin);
  margin-top: 60px;
}

.h2 {
  text-align: center;
  margin-top: 12px;
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
}

.h2.white {
  color: #fff;
}

.h2.left, .h2.always-left {
  text-align: left;
}

.logoimg {
  height: 45px;
}

.logoimg.bigger {
  height: 60px;
}

.brand, .navtab {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.navcontent-wrapper {
  margin-right: var(--margin);
  margin-left: var(--margin);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navlink {
  color: #fff;
  font-size: 16px;
}

.navlink.w--current {
  color: #fff;
}

.text-link {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.text-link-wrapper {
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.text-link-wrapper:hover {
  opacity: .7;
}

.underline-skinny {
  color: #57595a;
  background-color: #57595a;
  width: 100%;
  height: 1px;
}

.text {
  font-size: 15px;
}

.text.mid {
  color: #7e7e7e;
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
}

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

._2er-grid {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

._2er-grid.noup {
  margin-top: 0;
}

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

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

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

._3er-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 100%;
  margin-top: 25px;
  display: grid;
}

._3er-grid._50up {
  margin-top: 25px;
}

._3er-grid._50up.feed-hover {
  position: relative;
}

._3er-grid.moreup {
  margin-top: 40px;
}

.image {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.image._16-9 {
  aspect-ratio: auto;
  background-color: #e0e0e0;
  box-shadow: 0 2px 5px #0003;
}

.image.hidenonmobile {
  display: none;
}

.seperator {
  background-color: #485c3c;
  border-radius: 99px;
  width: 100%;
  height: 3px;
  margin-top: 25px;
}

.standord-title {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.standord-title.small {
  margin-top: 30px;
  font-size: 17px;
}

.standort-text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 25px;
}

.standort-text.icon {
  color: #485c3c;
  font-family: Material Symbols, Arial, sans-serif;
  font-size: 25px;
}

.subtext {
  font-size: 19px;
}

.footer-dark {
  padding: 50px var(--margin) 15px;
  background-color: #485c3c;
  position: relative;
}

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

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

.footer-content {
  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-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.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: #c5c5c5;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

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

.btn-primary {
  color: #fff;
  text-align: center;
  background-color: #ff2d46;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  box-shadow: 0 4px 8px #ff2d4666;
}

.btn-primary:hover {
  color: #fff;
  transform: scale(.95);
}

.btn-primary.pd-14px---24px {
  background-color: #485c3c;
  padding: 14px 24px;
  font-weight: 500;
  display: block;
  box-shadow: 0 4px 8px #47564f54;
}

.btn-primary.pd-14px---24px.inverse-color {
  color: #21291b;
  background-color: #c9cb9c;
  border: 1px #000;
  box-shadow: 0 4px 12px #47564f54;
}

.color-neutral-800 {
  color: #19213d;
}

.color-neutral-800.hover-color-accent-1:hover {
  color: #ff2d46;
}

.color-neutral-800.hover-color-accent-1.text-decoration-none:hover {
  color: #475750;
}

.color-neutral-800.hover-color-accent-1.text-decoration-none:active {
  color: #47564f;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.align-center.gap-column-12px {
  grid-column-gap: 12px;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.text-200.bold:hover {
  color: #47564f;
  text-decoration: underline;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.grid-2-columns.link-and-btn-grid {
  grid-template-columns: auto auto;
  justify-content: space-between;
  place-items: end start;
  width: 100%;
  margin-top: 25px;
}

.social-icon-font {
  line-height: 21px;
}

.social-icon-font.btn-social-icon {
  margin-right: 8px;
  font-size: 20px;
  line-height: 1em;
}

.logo-instagram {
  border-radius: 100px;
  max-width: 40px;
  box-shadow: 0 2px 6px #14142b14;
}

.hover-button-wrapper {
  background-color: #fff9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon {
  width: 22px;
}

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

.inline-input-0 {
  z-index: -1;
  opacity: 0;
  position: absolute;
}

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

.heading_h2 {
  color: #fff;
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 2.83rem;
  font-weight: 700;
  line-height: 1.04em;
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1.13rem;
  line-height: 1.6em;
}

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

.checkbox_label {
  color: #9c9c9c;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
}

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

.input.less-down {
  margin-bottom: 1rem;
}

.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 {
  color: #f9f4ea;
  background-color: #52615a;
  background-image: linear-gradient(#0000001a, #0000);
  border-color: #f9f4ea1a;
  box-shadow: inset 0 4px 4px -2px #0000001a;
}

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

.input_field.on-inverse {
  box-shadow: none;
  color: #333;
  background-color: #c9cb9c4d;
  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;
}

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

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

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

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

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

.checkbox_toggle {
  color: #9c9c9c;
  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:hover {
  box-shadow: color-mix(in srgb, currentColor 30%, transparent) 0px 0px 0px 4px;
}

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

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

.button {
  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: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:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

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

.button.on-inverse {
  box-shadow: none;
  color: #fff;
  background-color: #181818;
  background-image: none;
}

.button.on-inverse:hover {
  box-shadow: none;
  background-color: #e0e2b6;
  border-color: #0000;
}

.button.on-inverse:active {
  box-shadow: none;
  color: #fff;
  background-color: #485c3c;
}

.button.is-secondary {
  box-shadow: none;
  color: #22291b;
  background-color: #2a794e33;
  background-image: none;
  border-color: #0000;
}

.button.is-secondary:hover {
  box-shadow: none;
  background-color: #2a794e1a;
  border-color: #0000;
}

.button.is-secondary:active {
  box-shadow: none;
  background-color: #2a794e33;
}

.button.is-secondary.on-accent-primary {
  box-shadow: none;
  color: #fff;
  background-color: #181818;
  background-image: none;
}

.button.is-secondary.on-accent-primary:hover {
  box-shadow: none;
  color: #fff9;
  background-color: #f9f4ea1a;
}

.button.is-secondary.on-accent-primary:active {
  box-shadow: none;
  background-color: #f9f4ea33;
}

.button.on-accent-primary {
  box-shadow: none;
  color: #fff;
  background-color: #475c3c;
  background-image: none;
}

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

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

.button.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.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.on-inverse:active {
  background-color: #2a794e;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

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

.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.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-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.is-secondary.text-span_padding {
  color: #9c9c9c;
  text-decoration: underline;
}

.header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.div-block {
  width: 100%;
}

.text-block {
  color: #9c9c9c;
  font-size: 16px;
}

.image-ratio_auto {
  aspect-ratio: auto;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.heading_h1 {
  color: #1e3b34;
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .3em;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.04em;
}

.heading_h1.mobilemid {
  color: #181818;
  margin-top: 0;
  font-weight: 500;
}

.flex_horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.subheading {
  color: #7e7e7e;
  text-align: left;
  letter-spacing: 0;
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-size: 16px;
  line-height: 1.6em;
}

.header-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.header-2.mobile-margin-down.different-on-mobile {
  justify-content: center;
  align-items: stretch;
}

.image_cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col.tablet-1-col.gap-xxlarge {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  height: auto;
  min-height: 600px;
  max-height: 1000px;
}

.grid_2-col.gap-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: stretch;
}

.grid_2-col.gap-xsmall.height_100percent {
  height: auto;
}

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

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

.item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.slide-nav {
  height: 0;
  display: none;
}

.slide {
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.mask {
  overflow: hidden;
}

.desktop-maximum-viewport-height-100 {
  max-height: 100dvh;
}

.utility-overflow-hidden, .slider-mask.utility-overflow-hidden {
  overflow: hidden;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.flex-vertical.y-center {
  justify-content: center;
}

.flex-layout.y-center {
  align-items: center;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.y-center {
  align-items: center;
}

.grid-layout.grid-gap-xxl {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.grid-layout.grid-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.paragraph-xl {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6em;
}

.utility-text-secondary {
  color: #0009;
}

.utility-viewport-height-100 {
  min-height: 100dvh;
}

.utility-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

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

.header-image-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.second-half {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: 10fr 15fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.first-half {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: 1fr 15fr 10fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.left-down-image {
  width: 100%;
}

.img {
  background-image: url('../images/4.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.img._1 {
  background-image: url('../images/Zum_Kleeblatt_WarmesGericht.webp');
}

.img._2 {
  background-image: url('../images/2.webp');
}

.img._4 {
  background-image: url('../images/3.webp');
}

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

.menu-tab {
  z-index: 99;
  background-color: #fff;
  border-radius: 99px;
  width: 60px;
  height: 60px;
  position: fixed;
  inset: auto 25px 100px auto;
  box-shadow: 0 2px 5px #0003;
}

.icon-arrow-up {
  color: #fff;
  text-align: center;
  font-family: Material Symbols, Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.opening-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #c9cb9c;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 750px;
  height: auto;
  margin-top: 45px;
  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: #181818;
  font-size: 16px;
  font-weight: 600;
}

.time {
  color: #333;
  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;
}

.full-img {
  background-image: url('../images/Zum_Kleeblatt-Ambiente.webp');
  background-position: 50%;
  background-size: cover;
}

.special-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
}

.h3 {
  color: #181818;
  margin-top: 0;
}

.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: #485c3c;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  margin-left: -32px;
}

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

.text-field {
  display: none;
}

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

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

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

.checkbox_label-2 {
  color: #333;
}

.reason-widget {
  width: 100%;
  margin-top: 20px;
}

.reason-widget.up {
  margin-top: 35px;
}

.reason-widget-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.reason-header {
  color: #181818;
  font-size: 18px;
  font-weight: 600;
}

.plusicon {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #485c3c, #83a86c);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 5px;
  font-size: 38px;
  line-height: 38px;
}

.plusicon.dontshow {
  opacity: 0;
}

.reasons-text {
  color: #818181;
  font-size: 16px;
  line-height: 25px;
}

.reasons-divider {
  background-color: #485c3c40;
  height: 1px;
  margin-top: 15px;
}

.faq-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1024px;
  display: flex;
}

.imagehalf {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 2px 5px #0003;
}

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

.pageloader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pageloader-image {
  width: 150px;
  height: 150px;
}

.legal_headline {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

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

.heading {
  margin-top: 0;
}

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

@media screen and (max-width: 991px) {
  .section.mid.margin.darker {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.mid._2row {
    flex-flow: column;
    display: none;
  }

  .section.contact {
    padding-left: var(--margin);
  }

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

  ._2er-grid.noup {
    margin-top: 75px;
  }

  ._3er-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .image._16-9 {
    display: none;
  }

  .container {
    max-width: 728px;
  }

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

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .form {
    margin-bottom: 75px;
  }

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

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

  .header, .header-2 {
    padding-top: 75px;
  }

  .header-2.mobile-margin-down {
    padding-bottom: 75px;
  }

  .header-2.mobile-margin-down.different-on-mobile {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .grid_2-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .grid_2-col.tablet-1-col.gap-xxlarge {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .grid_2-col.hide-mobiel {
    padding-top: 75px;
  }

  .desktop-maximum-viewport-height-100 {
    max-height: none;
  }

  .grid-layout.y-center {
    align-items: center;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .paragraph-xl {
    font-size: 1.4rem;
  }

  .header-image-grid {
    height: 500px;
  }

  .opening-wrapper {
    width: 100%;
  }

  .full-img {
    display: none;
  }

  .special-wrapper {
    padding-top: 0;
    padding-bottom: 100px;
  }

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

  .icon-2 {
    color: #fff;
    font-size: 35px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .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;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

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

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

  .header, .header-2 {
    margin-bottom: 2rem;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-layout.grid-gap-xxl {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .paragraph-xl {
    font-size: 1.3rem;
  }

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

@media screen and (max-width: 479px) {
  .section.mid._2row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h2.mobile-left {
    text-align: left;
  }

  .h2.always-left {
    font-size: 27px;
    line-height: 30px;
  }

  .navtab {
    background-color: #485c3c;
  }

  .text.mid {
    font-size: 15px;
  }

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

  ._3er-grid._50up.feed-hover {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image._16-9 {
    margin-top: -25px;
    display: block;
  }

  .image.hidenonmobile {
    display: block;
  }

  .container {
    max-width: none;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.pd-14px---24px.less-span {
    width: 80%;
  }

  .grid-2-columns.link-and-btn-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hover-button-wrapper {
    display: flex;
  }

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

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

  .button {
    white-space: nowrap;
  }

  .heading_h1 {
    font-size: 2.5rem;
  }

  .heading_h1.mobilemid {
    text-align: center;
    font-size: 2.4rem;
  }

  .heading_h1.mobilemid.spezi {
    margin-top: 20px;
    font-size: 8vw;
  }

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

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .subheading {
    text-align: center;
    font-size: 15px;
  }

  .header-2.mobile-margin-down {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .header-2.mobile-margin-down.different-on-mobile {
    padding-top: 0;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr) 1fr 1fr;
  }

  .grid_2-col.tablet-1-col.gap-xxlarge {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
    overflow: visible;
  }

  .grid_2-col.hide-mobiel {
    display: none;
  }

  .grid-layout.mobile-portrait-1-column {
    grid-template-columns: 1fr;
  }

  .paragraph-xl {
    font-size: 1.2rem;
  }

  .header-image-grid {
    height: 420px;
  }

  .special-wrapper {
    padding-bottom: 0;
  }

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

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

  .reason-header {
    font-size: 17px;
  }

  .reasons-text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
  }

  .reasons-text.always-show {
    font-size: 15px;
    line-height: 24px;
  }

  .menu-button {
    background-color: #485c3c;
  }
}

#w-node-feb8ad22-3bcf-dc87-940f-25a70c946f39-0c946f36.w-node-f26d2cbe-474f-6f3f-e1eb-5b5d641b0961-96faabc9, #w-node-_411f9717-5b23-2133-4087-4b49adafd699-96faabc9, #w-node-_411f9717-5b23-2133-4087-4b49adafd6a0-96faabc9, #w-node-eeb9fb1e-00e7-29e9-f08a-04478f5764ee-8f5764e8, #w-node-eeb9fb1e-00e7-29e9-f08a-04478f5764f9-8f5764e8, #w-node-eeb9fb1e-00e7-29e9-f08a-04478f5764fe-8f5764e8, #w-node-eeb9fb1e-00e7-29e9-f08a-04478f576505-8f5764e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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