@font-face {
  font-family: Din;
  src: url('../fonts/DIN-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Din;
  src: url('../fonts/DIN-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Din;
  src: url('../fonts/DIN-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Din;
  src: url('../fonts/DIN-BlackAlternate.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Din condensed;
  src: url('../fonts/DIN-Condensed-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-green: #2d5e1c;
  --dac32c: #dac32c;
  --white: white;
  --honeydew: #f6faf5;
  --dark-slate-grey: #1c3314;
  --dark-sea-green: #8fa887;
  --dark-olive-green: #597350;
  --background: #dac32c0f;
  --honeydew-2: #e0f2da;
}

.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('../images/custom-checkbox-checkmark.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;
}

a {
  outline-color: var(--dark-green);
  color: var(--dark-green);
  text-decoration: underline;
}

.headerwrapper {
  z-index: 200;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 6vh;
  padding-bottom: 4vh;
  display: flex;
  position: relative;
}

.heading {
  color: var(--dark-green);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Din, sans-serif;
  font-weight: 500;
}

.heading._1 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Din condensed, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.heading._2 {
  z-index: 10;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Din condensed, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  position: static;
}

.heading._2._33 {
  letter-spacing: 10px;
  margin-top: 17px;
  margin-bottom: 1px;
  padding-bottom: 0;
}

.heading._2._34 {
  color: var(--dac32c);
  text-align: left;
  letter-spacing: 10px;
  margin-top: 10%;
}

.heading._3 {
  margin-top: 0;
  font-family: Din condensed, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.heading._3.der {
  margin-top: 0;
  font-size: 32px;
}

.footernav {
  background-color: var(--white);
  background-image: linear-gradient(#dac32c0f, #dac32c0f);
  height: auto;
  max-height: none;
  padding: 16px 5%;
  position: relative;
  inset: auto 0% 0%;
}

.navwrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  color: var(--honeydew);
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.navbarcontainer {
  flex-direction: column;
  justify-content: center;
  padding-right: 250px;
  display: flex;
}

.image {
  width: 120px;
  transition: all .2s;
}

.image:hover {
  transform: scale(1.2);
}

.navbar {
  background-color: #0000;
}

.nav-link {
  color: var(--dac32c);
  cursor: pointer;
  border-bottom: 3px solid #0000;
  margin-left: 32px;
  margin-right: 32px;
  padding: 10px 0 3px;
  font-family: Din condensed, sans-serif;
  font-size: 32px;
  font-weight: 500;
  transition: all .2s, color .2s, transform .2s;
}

.nav-link:hover {
  border-bottom: 3px solid var(--dac32c);
  direction: ltr;
  color: var(--dac32c);
  text-transform: none;
  padding-bottom: 3px;
  font-style: normal;
  text-decoration: none;
  transform: scale(1.1);
}

.nav-link.w--current {
  color: #dac32c6e;
  text-decoration: none;
}

.nav-link._1 {
  border-bottom-color: #0000;
}

.nav-link._1:hover {
  border-bottom-color: var(--dac32c);
}

.nav-menu {
  background-color: #0000;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: static;
}

.link-block {
  display: none;
}

.body-2 {
  background-color: var(--white);
  background-image: linear-gradient(#dac32c0f, #dac32c0f);
}

.imagecontainer {
  background-image: url('../images/DSCF7651-6_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100vh;
  position: static;
  inset: 0% 0% auto;
}

.imagecontainer._1 {
  background-color: var(--white);
  background-image: linear-gradient(#dac32c0f, #dac32c0f);
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: fixed;
}

.textcontainer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: 50vw;
  padding: 0 4% 110px;
  display: flex;
}

.contenttext {
  color: var(--dark-green);
  text-align: center;
  text-transform: none;
  max-width: 80ch;
  margin-top: 21px;
  margin-bottom: 0;
  font-family: Din condensed, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4em;
}

.contenttext.small {
  text-align: left;
  max-width: 60ch;
  margin-top: 10%;
  font-family: Sourceserifpro, sans-serif;
  font-size: 18px;
}

.headincontainer2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

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

.headinginfo {
  color: var(--dark-green);
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Din condensed, sans-serif;
  font-size: 48px;
  line-height: 1em;
}

.headinginfo.under {
  letter-spacing: 5px;
  margin-top: 0;
  font-size: 48px;
}

.headinginfo.lastsub {
  letter-spacing: .01em;
  font-size: 30px;
}

.headinginfo.special {
  margin-top: 24px;
  font-size: 80px;
}

.headinginfo.special.specialll {
  color: var(--dac32c);
  margin-top: 0;
}

.panel {
  height: 100vh;
  max-height: 100vh;
}

.panelcontent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.aboutnav {
  color: var(--dark-green);
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 16px;
  display: flex;
  position: fixed;
  right: 0;
}

.aboutnavigator {
  background-color: var(--dark-sea-green);
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  border-left: 3px solid #0000;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  margin-top: 24px;
  padding-left: 0;
  font-family: Din condensed, sans-serif;
  font-size: 30px;
  text-decoration: none;
  transition: all .2s;
}

.aboutnavigator.w--current {
  border-left: 3px none var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  color: var(--dark-olive-green);
  width: 12px;
  height: 12px;
  padding-left: 0;
  text-decoration: none;
  transform: scale(1.1);
}

.kontaktsection {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding: 0% 0% 0;
  display: flex;
}

.contanctcontainer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5%;
  display: flex;
}

.contacttextconainer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 0;
  padding-right: 40px;
  display: flex;
}

.contactformsection {
  width: 50%;
  padding-left: 40px;
}

.body-3 {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--background), var(--background));
}

.contactheading {
  color: var(--dark-green);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Din condensed, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.contactheading.sub {
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 24px;
}

.contactheading.real {
  color: var(--dac32c);
}

.paragraph {
  margin-bottom: 0;
  font-family: Din condensed, sans-serif;
  font-size: 22px;
}

.paragraph.contact {
  color: var(--dark-slate-grey);
  margin-top: 8px;
  margin-bottom: 0;
}

.submit-button {
  border: 2px solid var(--dac32c);
  background-color: var(--dac32c);
  color: var(--white);
  border-radius: 8px;
  margin-top: 32px;
  padding: 12px 32px 6px;
  font-family: Din condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: block;
}

.submit-button:hover {
  border: 2px solid var(--dac32c);
  background-color: var(--white);
  color: var(--dac32c);
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: transparent transparent var(--dark-olive-green);
  outline-color: var(--dark-green);
  outline-offset: 0px;
  color: var(--dark-slate-grey);
  background-color: #0000;
  border-radius: 0;
  outline-width: 3px;
  outline-style: none;
  max-width: none;
  padding-left: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 18px;
}

.text-field:focus-visible {
  border-bottom-color: var(--dac32c);
}

.text-field::placeholder {
  color: #8fa887b0;
}

.field-label {
  color: var(--dark-green);
  font-family: Din condensed, sans-serif;
  font-size: 24px;
}

.field-label-2 {
  color: var(--dark-green);
  margin-top: 32px;
  font-family: Din condensed, sans-serif;
  font-size: 24px;
}

.linkblock {
  align-items: center;
  height: auto;
  display: flex;
}

.iconcontainer {
  display: flex;
}

.linktext {
  color: var(--dark-green);
  border-bottom: 0 #000;
  margin-left: 8px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.linktext.adresse {
  margin-top: 0;
  margin-left: 0;
  font-weight: 400;
  line-height: 1.5em;
}

.image-3 {
  filter: hue-rotate(347deg);
  color: var(--dark-green);
  object-fit: contain;
  width: 32px;
  max-width: 80%;
  height: 32px;
  max-height: 32px;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-2:hover {
  color: var(--dark-green);
  text-decoration: underline;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-3:hover {
  outline-color: var(--dark-green);
  outline-offset: 0px;
  color: var(--dark-green);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--dark-green);
  border-bottom: 2px #000;
  outline-width: 3px;
  outline-style: none;
  text-decoration: underline;
}

.allconainer {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: auto;
  max-height: none;
  margin: 5% 5% 2%;
  padding-left: 0%;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 20px #1c33141a;
}

.legalcontainer {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 32px;
  margin-bottom: 0;
  padding-top: 5%;
  padding-bottom: 20px;
  display: none;
}

.legalcontainer.legalsite {
  margin-top: 0;
  padding-top: 10%;
  padding-bottom: 5%;
}

.gradient {
  text-align: center;
  background-image: url('../images/DSCF6556.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

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

.gradient._3 {
  background-image: url('../images/DSCF7614.webp');
}

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

.gradient._5 {
  background-image: url('../images/DSCF7667.webp');
}

.gradient._6 {
  background-image: url('../images/DSCF0552.webp');
}

.gradient._7 {
  background-image: url('../images/DSCF7636.webp');
}

.the-height-400vh-section {
  background-color: #fff;
  border-top: 60px #24242417;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200vh;
  margin-left: 0;
  display: none;
  position: relative;
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.the-sticky-div {
  background-color: #ffffff82;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.the-content {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 106px;
  padding-bottom: 98px;
  padding-left: 80px;
  display: flex;
  position: relative;
}

.the-width-400vh-scrollable-div {
  flex-wrap: wrap;
  align-items: center;
  width: 200vh;
  height: 100%;
  display: flex;
}

.the-overflow-hidden-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.a-block {
  background-color: #dededeb8;
  border-radius: 6px;
  flex: none;
  width: 25vw;
  height: 100%;
  margin-left: 16px;
  margin-right: 16px;
  overflow: hidden;
  box-shadow: 0 0 100px 8px #1c331408;
}

.night-sky-fixed-background {
  z-index: 100;
  background-color: var(--honeydew);
  opacity: 1;
  width: 800vh;
  height: 100%;
  position: absolute;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: #fff9;
}

.heading-2 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.slide-imger {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
  overflow: visible;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.slide-img-overlayno {
  z-index: 1;
  background-image: linear-gradient(#0000, #0000 50%, #00000080 65%, #000000bf);
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.slide-content13123 {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slide123123 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.slide-divider123123 {
  background-color: #ff7a00;
  width: 4em;
  height: .1em;
  margin-top: 2em;
}

.swiper-slide2123123 {
  opacity: .9;
  filter: grayscale();
  color: #ffffff80;
  align-items: center;
  width: 200px;
  display: flex;
}

.gradient-bg {
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.slide-img:hover {
  transform: scale(1.1);
}

.slide-img.special {
  object-fit: cover;
  transition-property: none;
}

.slide-img.special:hover {
  transform: scale(1.1);
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.slide-img-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #0000 50%, #00000080 65%, #000000bf);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 3em;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: var(--honeydew);
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval.next-arrow {
  background-color: var(--honeydew);
  inset: 0% 0% 0% auto;
}

.carousel-arrow-icon {
  z-index: 4;
  color: var(--dark-green);
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.slider {
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.carousel-arrow {
  z-index: 999;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  z-index: 999;
  padding-left: 0;
  padding-right: 1em;
}

.carousel-arrows {
  z-index: auto;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide {
  z-index: 100;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slide-divider {
  background-color: #ff7a00;
  width: 4em;
  height: .1em;
  margin-top: 2em;
}

.swiper-slide {
  opacity: 1;
  color: #ffffff80;
  border-radius: 20px;
  align-items: center;
  width: 300px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.swiper.first-swiper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--honeydew), var(--honeydew));
  color: var(--honeydew);
  height: auto;
  margin: auto;
  position: fixed;
  inset: 0%;
}

.gallerysection {
  background-color: var(--white);
  background-image: linear-gradient(#dac32c0f, #dac32c0f);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100dvh;
  max-height: 100dvh;
  margin-bottom: 0;
  padding-bottom: 0%;
  display: flex;
  overflow: visible;
}

.legallink {
  color: var(--dark-slate-grey);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Din condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

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

.legallink.legalsite {
  color: var(--dark-green);
}

.legallink.footer {
  margin-left: 0;
  margin-right: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.link-block-4 {
  margin-top: 8vh;
  text-decoration: none;
}

.link-block-4:hover {
  color: var(--dark-green);
  text-decoration: underline;
}

.lighttext {
  font-family: Sourceserifpro, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bold-text {
  color: var(--dark-green);
  text-transform: uppercase;
  font-family: Din condensed, sans-serif;
  font-size: 30px;
  line-height: 1em;
}

.bold-text-2 {
  color: var(--dark-olive-green);
  font-size: 18px;
}

.legalsection {
  background-color: var(--white);
  background-image: linear-gradient(#dac32c0f, #dac32c0f);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 5% 5% 350px;
  display: flex;
}

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

.headingcontainer {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.contentcontainer {
  flex-flow: column;
  justify-content: flex-start;
  max-width: none;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20%;
  display: flex;
}

.legalheading {
  color: var(--dark-green);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Din condensed, sans-serif;
  font-size: 80px;
  line-height: 1em;
}

.paragraph-2 {
  max-width: 80ch;
  font-family: Sourceserifpro, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

.postcarditem {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 140px;
  margin-top: auto;
  margin-right: 0%;
  padding-top: 0%;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.postcarditem.phone {
  display: none;
}

.postcarditem.desk {
  height: 100px;
}

.imgbriefmarke {
  object-fit: contain;
  width: auto;
  height: 100%;
  max-height: 120px;
  margin-top: -52px;
  margin-right: -17px;
  padding-top: 0;
  padding-right: 0;
  transform: rotate(-4deg);
}

.imagewrapper {
  position: absolute;
  inset: 0%;
}

.aboutimage {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.aboutimage._1 {
  z-index: 17;
  margin-bottom: 0;
  padding-bottom: 0;
}

.aboutimage._2 {
  z-index: 16;
}

.aboutimage._3 {
  z-index: 15;
}

.aboutimage._4 {
  z-index: 14;
}

.aboutimage._5 {
  z-index: 13;
}

.aboutimage._6 {
  z-index: 12;
}

.aboutimage._7 {
  z-index: 11;
}

.div-block-3 {
  background-image: linear-gradient(to bottom, transparent, transparent 0%, transparent 74%, var(--honeydew) 100%, var(--honeydew));
  width: 100%;
  height: 100%;
  position: absolute;
}

.infowrapper {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbarinfotext {
  color: var(--dark-slate-grey);
  margin-bottom: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 14px;
}

.navbarinfotext.mobile {
  display: none;
}

.navbarinfotext.footer {
  text-align: center;
}

.navbarinfodivider {
  background-color: var(--dark-slate-grey);
  border-radius: 20px;
  width: 3px;
  height: 3px;
}

.navbarlinker {
  color: var(--dark-slate-grey);
  text-decoration: none;
  transition: all .15s;
}

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

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

.contactlinkerwrapper {
  flex-direction: column;
  margin-top: 2vh;
  display: flex;
}

.mousemovement {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon {
  z-index: 1003;
}

.textarea {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--dark-olive-green);
  color: var(--dark-slate-grey);
  background-color: #0000;
  height: auto;
  min-height: auto;
  max-height: 300px;
  padding-left: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 18px;
  overflow: auto;
}

.textarea:focus-visible {
  border-bottom-color: var(--dac32c);
}

.textarea::placeholder {
  color: #8fa887b0;
}

.speisekartsection {
  background-color: #dac32c0f;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.footercontainer {
  background-color: var(--white);
  background-image: linear-gradient(#dac32c0f, #dac32c0f);
  padding: 16px 5% 16px 3%;
}

.image-4, .link-block-5 {
  display: none;
}

.infocol {
  width: 100%;
}

.infocol._1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  place-content: space-around center;
  align-items: center;
  display: flex;
}

.infocol._2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.infocol.imprint {
  flex-direction: row;
  justify-content: center;
  width: auto;
  margin-top: 4px;
  display: flex;
}

.infocol.imprint.mobile {
  flex-flow: column;
  margin-top: 0;
  margin-left: 43px;
  display: flex;
}

.infocol.imprint._678 {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}

.allwrpper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.background {
  opacity: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-5 {
  z-index: 99;
  object-fit: cover;
  position: relative;
}

.speiseblock {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: stretch;
  height: 80%;
  padding: 5%;
  display: flex;
}

.speiseimage {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: all .5s;
}

.speiseimage:hover {
  transform: scale(1.1);
}

.downloadblock {
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay {
  z-index: 9;
  background-image: linear-gradient(#00000052, #00000052);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.downloadheading {
  color: var(--honeydew);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Din condensed, sans-serif;
  font-size: 48px;
  text-decoration: none;
}

.downloadheading:hover {
  color: var(--dac32c);
}

.downloadheading.sub {
  font-size: 22px;
}

.speise {
  opacity: 1;
  filter: saturate(79%);
  align-items: stretch;
  max-width: 600px;
  transition: all .2s;
  display: flex;
}

.speise:hover {
  filter: saturate();
}

.footerholder {
  background-color: var(--white);
  background-image: linear-gradient(#dac32c0f, #dac32c0f);
  position: sticky;
  bottom: 0;
}

.foterimnprint {
  background-color: var(--white);
  background-image: linear-gradient(#dac32c0f, #dac32c0f);
  position: fixed;
  inset: auto 0% 0%;
}

.legaltextblock {
  color: var(--dark-slate-grey);
  max-width: 80ch;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 1.5em;
}

.checkbox {
  font-size: 40px;
}

.success-message {
  border: 3px none var(--dac32c);
  color: var(--dark-green);
  background-color: #0000;
  padding-top: 15%;
  padding-bottom: 15%;
}

.text-block {
  font-family: Sourceserifpro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-block-2 {
  font-family: Sourceserifpro, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.checkbox-label {
  font-family: Sourceserifpro, sans-serif;
  font-size: 12px;
  line-height: 1.3em;
}

.checkbox-field {
  margin-top: 16px;
}

.menuwrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.link {
  color: var(--dac32c);
}

.footerspeise {
  background-color: var(--white);
  background-image: linear-gradient(#dac32c0f, #dac32c0f);
  position: fixed;
  inset: auto 0% 0%;
}

.link-block-6 {
  z-index: 10;
  position: relative;
}

.image-37 {
  height: 16px;
  margin-left: 6px;
  margin-right: 6px;
}

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

.legal-credit-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.legal-credit-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 48px;
  display: flex;
}

.h2 {
  color: #fcfcfc;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1em;
}

.h2.centered {
  color: #333;
  text-align: left;
  text-transform: uppercase;
}

.bodytext-2 {
  color: #d7d7d7;
  text-transform: none;
  overflow-wrap: break-word;
  width: auto;
  min-width: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.bodytext-2.centered {
  color: #333;
  text-align: center;
  font-family: Sourceserifpro, sans-serif;
}

.bodytext-2.credit-heading {
  color: #333;
  text-align: center;
  font-family: Sourceserifpro, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bodytext-2.credit-sub {
  color: #1b241f;
  text-align: center;
  font-family: Sourceserifpro, sans-serif;
}

.legal-card-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.link-block-7 {
  border-bottom: 1px solid #0000;
  padding-bottom: 1px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: inline-block;
}

.link-block-7:hover {
  border-bottom: 1px solid #ae4d38;
}

.code-embed {
  height: 0;
  min-height: 0;
  max-height: 0;
}

@media screen and (min-width: 1920px) {
  .body {
    background-color: #0000;
  }

  .contanctcontainer {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .submit-button {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .allconainer {
    margin-top: 3%;
  }

  .slider {
    margin-bottom: 0;
  }

  .gallerysection {
    margin-bottom: 0;
    padding-bottom: 0%;
  }

  .legalsection {
    padding-top: 5%;
  }

  .postcarditem {
    width: 200px;
  }

  .postcarditem.desk {
    width: 100%;
  }

  .downloadblock {
    max-width: 600px;
  }

  .footerhomeholder {
    background-color: #0000;
  }

  .link-block-6 {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .heading._2._33, .heading._2._34 {
    font-size: 48px;
  }

  .heading._3.der {
    font-size: 28px;
  }

  .logocontainer {
    display: none;
  }

  .nav-link {
    padding-top: 32px;
    font-size: 36px;
  }

  .nav-link:hover {
    border-bottom-style: none;
    transform: translate(12px);
  }

  .nav-menu {
    z-index: 1000;
    background-color: var(--white);
    background-image: linear-gradient(#dac32c0f, #dac32c0f);
    width: 50%;
    margin-top: 0%;
    padding-top: 27%;
    position: fixed;
    inset: 0%;
  }

  .imagecontainer._1 {
    width: 38%;
  }

  .textcontainer {
    width: 62%;
    margin-left: 40vw;
  }

  .headinginfo.lastsub {
    font-size: 24px;
  }

  .headinginfo.special {
    font-size: 48px;
  }

  .slider {
    display: flex;
  }

  .contentcontainer {
    padding-left: 0;
  }

  .infowrapper {
    justify-content: center;
    display: none;
  }

  .navbarinfodivider._1, .navbarinfodivider._2 {
    display: block;
  }

  .navbarinfodivider._3 {
    display: none;
  }

  .navbarlinker._1, .navbarlinker._2, .navbarlinker._3 {
    display: block;
  }

  .icon {
    color: var(--dark-slate-grey);
    font-size: 48px;
    position: relative;
  }

  .link-block-5 {
    display: flex;
  }

  .infocol.imprint.mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 48px;
    padding-left: 32px;
    display: flex;
  }

  .infocol.imprint._678 {
    display: none;
  }

  .footerspeise {
    background-color: var(--white);
    background-image: linear-gradient(#dac32c0f, #dac32c0f);
    position: absolute;
    inset: auto 0% 0%;
  }

  .h2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .imagecontainer._1 {
    width: 30%;
  }

  .textcontainer {
    margin-left: 28vw;
  }

  .headinginfo {
    font-size: 32px;
  }

  .legalwrapper {
    flex-direction: column;
  }

  .contentcontainer {
    margin-top: 0;
    padding-top: 48px;
  }

  .infowrapper {
    display: none;
  }

  .icon {
    color: var(--dark-slate-grey);
    font-size: 48px;
  }

  .infocol._1 {
    display: none;
  }

  .speiseblock {
    align-items: center;
  }

  .speiseimage {
    width: 100%;
    height: 100%;
  }

  .speise {
    max-width: 100%;
    max-height: 50dvh;
  }

  .h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .headerwrapper {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading._1 {
    margin-top: 32px;
    font-size: 18px;
  }

  .heading._2 {
    margin-top: 75px;
    margin-bottom: 8px;
    font-size: 48px;
  }

  .heading._2._33 {
    letter-spacing: 5px;
    margin-top: 2px;
    margin-bottom: -2px;
    font-size: 32px;
  }

  .heading._2._34 {
    font-size: 38px;
  }

  .heading._3 {
    font-size: 18px;
  }

  .heading._3.der {
    font-size: 28px;
  }

  .footernav {
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .body {
    overflow: visible;
  }

  .image {
    width: 80px;
  }

  .nav-link {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    padding-bottom: 32px;
  }

  .nav-link._1 {
    padding-top: 48px;
  }

  .nav-link._1:hover {
    padding-bottom: 32px;
  }

  .menu-button {
    color: var(--dark-slate-grey);
  }

  .nav-menu {
    z-index: 1000;
    background-color: var(--white);
    background-image: linear-gradient(#dac32c0f, #dac32c0f);
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 0;
    display: flex;
    position: fixed;
    inset: auto 0 0;
  }

  .image-2 {
    text-align: right;
    width: 48px;
    margin-top: 12px;
    margin-right: 6%;
    padding: 16px;
    display: inline-block;
  }

  .link-block {
    text-align: center;
    justify-content: flex-end;
    display: flex;
    position: static;
    inset: auto 7% 12% auto;
  }

  .imagecontainer._1 {
    z-index: 3;
    background-image: none;
    width: 100%;
    height: 30dvh;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    display: block;
    position: fixed;
    left: auto;
    right: auto;
  }

  .textcontainer {
    justify-content: center;
    width: 100%;
    height: 62vh;
    margin-top: 30vh;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .contenttext {
    font-size: 24px;
    line-height: 1.3em;
  }

  .contenttext.small {
    font-size: 16px;
  }

  .headincontainer2 {
    justify-content: center;
    height: auto;
  }

  .infocontainer {
    padding-bottom: 0;
  }

  .headinginfo {
    letter-spacing: 5px;
    font-size: 32px;
    line-height: .9em;
  }

  .headinginfo.under {
    margin-top: 0;
    font-size: 48px;
  }

  .headinginfo.lastsub {
    font-size: 24px;
  }

  .headinginfo.special {
    font-size: 38px;
  }

  .panel {
    z-index: 2;
    height: 100vh;
    max-height: 100vh;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 10%;
    position: relative;
  }

  .panel._1 {
    z-index: 2;
    height: 100vh;
    max-height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .panelcontent {
    padding-top: 0;
  }

  .aboutnav {
    grid-column-gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    position: fixed;
  }

  .aboutnavigator {
    margin-top: 20px;
    padding-left: 0;
    font-size: 20px;
  }

  .aboutnavigator.w--current {
    border-left: 0 #0000;
    width: 10px;
    height: 10px;
    text-decoration: underline;
    transform: scale(1.2);
  }

  .kontaktsection {
    height: auto;
    padding-top: 5%;
    padding-bottom: 0;
  }

  .contanctcontainer {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 62px;
    padding-bottom: 80px;
  }

  .contacttextconainer {
    width: 100%;
    padding-right: 0;
  }

  .contactformsection {
    width: 100%;
    margin-top: 80px;
    padding-left: 0;
  }

  .contactheading {
    font-size: 60px;
    line-height: 60px;
  }

  .contactheading.sub {
    font-size: 22px;
  }

  .paragraph.contact {
    margin-bottom: 48px;
  }

  .submit-button {
    text-align: center;
    margin-top: 32px;
    padding-top: 16px;
    padding-bottom: 14px;
    display: block;
  }

  .text-field {
    white-space: normal;
  }

  .the-height-400vh-section {
    height: 500vh;
    margin-left: 0;
  }

  .the-content {
    padding-top: 80px;
    padding-left: 16px;
  }

  .the-width-400vh-scrollable-div {
    width: 500vh;
  }

  .a-block {
    width: 70vw;
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-f-13, .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .heading-2 {
    font-size: 3.25em;
  }

  .swiper-wrapper.first-swiper-wrapper {
    align-items: center;
  }

  .slider {
    height: 60vh;
    min-height: auto;
    max-height: none;
    margin-top: 32px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .carousel-arrow {
    z-index: 999;
  }

  .carousel-arrows {
    height: 100%;
    margin-top: 0;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .gallerysection {
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 120px;
    overflow: hidden;
  }

  .legallink.footer.mobile {
    font-size: 14px;
  }

  .link-block-4 {
    margin-top: 48px;
  }

  .div-block-2 {
    background-image: url('../images/DSCF7651-6_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 40vh;
  }

  .form {
    flex-direction: column;
    display: flex;
  }

  .legalsection {
    padding-bottom: 50%;
    overflow: hidden;
  }

  .legalwrapper {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .headingcontainer {
    align-items: flex-start;
  }

  .postcarditem {
    z-index: 10;
  }

  .postcarditem.phone {
    display: flex;
  }

  .postcarditem.desk {
    display: none;
  }

  .imgbriefmarke {
    margin-right: 0;
  }

  .imagewrapper {
    margin-top: 0;
  }

  .infowrapper {
    display: none;
  }

  .navbarinfotext {
    color: var(--dark-sea-green);
    font-size: 12px;
    display: none;
  }

  .navbarinfotext.mobile {
    color: var(--dark-slate-grey);
    margin-top: 20px;
    font-size: 18px;
    display: block;
  }

  .icon {
    z-index: 1003;
    font-size: 32px;
    position: relative;
  }

  .textarea {
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: black black var(--dark-olive-green);
    color: var(--dark-slate-grey);
    -webkit-text-stroke-color: var(--dark-slate-grey);
    padding-left: 0;
    font-family: Sourceserifpro, sans-serif;
    font-size: 18px;
  }

  .textarea:focus-visible {
    border-bottom-color: var(--dac32c);
  }

  .textarea::placeholder {
    color: #8fa887b0;
  }

  .speisekartsection {
    background-color: #0000;
    height: 100dvh;
  }

  .image-4 {
    object-fit: contain;
    max-width: 150px;
    display: block;
  }

  .link-block-5 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .infocol._2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .infocol.imprint {
    display: none;
  }

  .infocol.imprint.mobile {
    grid-column-gap: 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .speiseblock {
    align-items: center;
  }

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

  .speise {
    max-height: 50vh;
  }

  .footerholder {
    z-index: 999;
  }

  .legaltextblock {
    width: 90vw;
    font-size: 14px;
  }

  .success-message {
    border-width: 0;
    border-color: #0000;
  }

  .footerhomeholder {
    z-index: 999;
    background-color: var(--white);
    background-image: linear-gradient(#dac32c0f, #dac32c0f);
    position: fixed;
    inset: auto 0% 0%;
  }

  .footerspeise, .body-4 {
    background-color: var(--white);
    background-image: linear-gradient(#dac32c0f, #dac32c0f);
  }

  .h2 {
    overflow-wrap: anywhere;
    line-height: 1em;
  }

  .bodytext-2 {
    overflow-wrap: anywhere;
    max-width: 100%;
  }
}

#w-node-_76b13b7b-df68-9869-ae4e-e327128246fc-1ea72c95 {
  place-self: center end;
}


@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-BlackAlternate.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din condensed';
  src: url('../fonts/DIN-Condensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.first-swiper .swiper-wrapper {
  align-items: stretch;
}

.first-swiper .swiper-slide {
  flex: 0 0 calc((100% - 8px) / 1.5);
  max-width: calc((100% - 8px) / 1.5);
}

iframe[class*="ZC_sdk__zc-iframe"] {
  border: 0;
  contain: layout paint;
}

iframe[class*="ZC_sdk__zc-iframe"][class*="ZC_sdk__closed"] {
  width: 96px;
  height: 96px;
  min-width: 96px;
  min-height: 96px;
}

.zenchef-fallback-button {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  width: min(199px, calc(100vw - 32px));
  min-height: 80px;
  padding: 0;
  border-radius: 8px;
  background: var(--dark-green);
  color: #fff;
  font-family: Din, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 14px 36px #1c33142e;
  overflow: hidden;
}

.zenchef-fallback-button span:last-child {
  padding: 14px 16px;
}

.zenchef-fallback-icon {
  width: 100%;
  height: 100%;
  min-height: 80px;
  background: var(--dark-slate-grey);
  position: relative;
}

.zenchef-fallback-icon::before,
.zenchef-fallback-icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.zenchef-fallback-icon::before {
  width: 19px;
  height: 3px;
  border-radius: 99px;
}

.zenchef-fallback-icon::after {
  width: 3px;
  height: 19px;
  border-radius: 99px;
}

.zenchef-fallback-button:hover,
.zenchef-fallback-button:focus-visible {
  background: var(--dark-olive-green);
  color: #fff;
}

@media screen and (min-width: 478px) {
  .first-swiper .swiper-slide {
    flex-basis: calc((100% - 32px) / 3);
    max-width: calc((100% - 32px) / 3);
  }
}

@media screen and (min-width: 767px) {
  .first-swiper .swiper-slide {
    flex-basis: calc((100% - 40px) / 2.25);
    max-width: calc((100% - 40px) / 2.25);
  }
}

@media screen and (min-width: 988px) {
  .first-swiper .swiper-slide {
    flex-basis: calc((100% - 104px) / 4.25);
    max-width: calc((100% - 104px) / 4.25);
  }
}

@media screen and (min-width: 1920px) {
  .first-swiper .swiper-slide {
    flex-basis: calc((100% - 136px) / 5.25);
    max-width: calc((100% - 136px) / 5.25);
  }
}
