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

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

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

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

:root {
  --green: #446543;
  --turq: #57bfdb;
  --white: white;
  --black: black;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.logo {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.heading-23 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poiret One, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.schwarzer-button {
  background-color: #000;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.schwarzer-button:hover {
  background-color: #d4af37;
  margin-bottom: 20px;
}

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

.paragraph-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.link-3 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

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

.link-4 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16% 8%;
  justify-content: center;
  justify-items: center;
}

.linkfooter {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.linkfooter.w--current {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.section-6 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.footerheading-2 {
  color: #ddb545;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-6 {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.sucess-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16%;
  justify-content: center;
  justify-items: center;
}

.button-auf-schwarz-2 {
  background-color: #d4af37;
  margin-bottom: 20px;
}

.button-auf-schwarz-2:hover {
  background-color: #000;
  margin-bottom: 20px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 0;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 25px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 10px;
}

.button-auf-schwarz-2._2:hover {
  background-color: #d4af37;
}

.navbar-6 {
  width: 100%;
}

.nav-link-3 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: gray;
}

.nav-link-3.w--current {
  color: #ebe3de;
}

.nav-link-3.flie-text.w--current {
  color: #ece4df;
}

.hauptfarbe {
  color: #fff;
  background-color: #00014f;
}

.zweitfarbe {
  color: #000;
  background-color: #f7f7f7;
}

.highlights {
  color: #fff;
  background-color: #446543;
}

.heading-1 {
  font-family: Aatmospheric, sans-serif;
  line-height: 1.3;
}

.heading-2 {
  font-family: Merriweather, serif;
  font-weight: 600;
  line-height: 1.3;
}

.flie-text {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.heading-3 {
  font-family: Merriweather, serif;
  font-weight: 500;
  line-height: 1.3;
}

.titelvideo1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
}

.inhalt-mittig1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.terminbutton.highlights.flie-text {
  margin-top: 20px;
}

.instagram3 {
  width: 30px;
}

.social-verlinkung3 {
  margin-right: 10px;
}

.utility-page-wrap {
  background-color: var(--green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

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

.submit-button {
  background-color: #ecbf38;
}

._404-error {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.impdat {
  padding: 100px 40px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #a8a8a8;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: #fff;
}

.nav-link.w--current {
  color: #a8a8a8;
}

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2.zweitfarbe:hover {
  color: #f7f7f7;
}

.link-7 {
  color: #fff;
  text-decoration: none;
}

.impdatfooter {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.impressum2, .datenschutz2 {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.video2 {
  height: 90vh;
}

.jetzt-termin-vereinbaren {
  text-transform: uppercase;
}

.jetzt-termin-vereinbaren:hover {
  background-color: #000;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.impdat1 {
  color: #fff;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.telefonnummer1, .email {
  margin-bottom: 5px;
}

.adresse {
  margin-bottom: 0;
}

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu_1.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.speise-karte-downloaden {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-impdat, .link-8 {
  color: #fff;
  text-decoration: none;
}

.angebot2 {
  text-align: center;
  background-color: #f7f7f7;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.bild-auftauchen2 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 90%;
  max-height: 400px;
}

.map {
  width: auto;
}

.label3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  display: block;
  position: static;
}

.label3.heading-2 {
  font-family: Merriweather, serif;
  line-height: 1.3;
}

.wrap-inhalt3 {
  width: 80vw;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.abst-nde-logo3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.men-3 {
  z-index: 10000;
}

.navlink3.flie-text {
  color: #fff;
}

.navlink3.flie-text:hover {
  color: #57bfdb;
}

.navlink3.flie-text.w--current {
  color: var(--turq);
  font-size: 16px;
  font-weight: 700;
}

.divblock-video1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan3 {
  text-transform: none;
  margin-top: 10px;
  font-size: 55px;
  line-height: 65px;
}

.slogan3.heading-1.gap {
  padding-left: 40px;
  padding-right: 40px;
  font-family: Merriweather, serif;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-mitig1 {
  text-align: center;
}

.heading-mitig1.heading-2.align {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-mitig1.heading-2.size {
  font-size: 35px;
}

.heading-mitig1.heading-1 {
  color: #333;
  text-transform: uppercase;
  font-family: Merriweather, serif;
  font-size: 38px;
  display: block;
}

._3er-grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  margin-bottom: 107px;
}

.abst-nde-footer3 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-31 {
  padding-left: 140px;
  padding-right: 140px;
}

.heading-footer3 {
  font-size: 14px;
  font-weight: 400;
}

.heading-footer3.heading-3 {
  text-transform: uppercase;
  font-size: 18px;
}

.footer3 {
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.footer3.hauptfarbe {
  color: #fff;
  background-color: #446543;
  padding: 40px 15%;
}

.inhalt-footer3 {
  color: #fff;
}

.rounded-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  border-bottom-right-radius: 50px;
  justify-content: flex-start;
}

.address-block {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.titelvideo-start-1 {
  color: #fff;
  height: 60vh;
  padding: 0;
  position: relative;
}

.heading-block1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.bold-text-10 {
  text-transform: uppercase;
  font-family: Merriweather, serif;
}

.logo-3 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo-3.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.logo-img {
  object-fit: contain;
  height: 25vh;
}

.maps-gro-2 {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.link {
  color: #fff;
  text-decoration: none;
  display: block;
}

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  text-decoration: none;
}

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

.image-100.span {
  width: 100%;
  height: 100%;
}

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

.image-wrapper {
  background-image: linear-gradient(#00000080, #00000080);
  height: 30vh;
}

.image-wrapper.col2 {
  background-image: linear-gradient(#00000080, #00000080);
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-167 {
  z-index: 9999;
  flex-direction: column;
  display: flex;
  position: fixed;
  inset: 50% 1% 0% auto;
}

.link-block {
  margin-bottom: 50%;
  padding-bottom: 0%;
}

.image-104 {
  object-fit: cover;
}

.logo2 {
  object-fit: contain;
  height: 25vh;
}

.content-wrapper.mid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-linksb-ndig1 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-linksb-ndig1.paragraph-font {
  text-align: center;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.text-linksb-ndig1.paragraph-font.new {
  text-align: left;
}

.uber-section {
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 15%;
  display: flex;
}

.image-wrapper-large {
  object-fit: cover;
  width: 100%;
  height: 75vh;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-toggle-12 {
  background-color: #446543;
  padding: 9px 40px 9px 15px;
}

.icon-5 {
  color: #fff;
  margin-right: 10px;
}

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

.text-block {
  color: #000;
  text-transform: none;
  width: 100%;
}

.text-block.caps {
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
}

.text-block.margin {
  text-align: center;
  background-color: #f7f7f7;
  padding-top: 20px;
  font-family: Roboto, sans-serif;
}

.dropdown-list-13 {
  position: relative;
}

._6er-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.produktbild1 {
  object-fit: cover;
  width: 40vw;
  height: 36vh;
  margin-bottom: 10px;
}

.produktbild1.contain {
  object-fit: contain;
}

.rounded-block1 {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.text-mittig1 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.text-mittig1.paragraph-font {
  text-align: center;
  line-height: 1.5;
}

.text-mittig1.paragraph-font.gap {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
}

.image-overlay {
  background-color: #0909098f;
  width: 100%;
  height: 60vh;
  position: absolute;
  inset: 0%;
}

.grid-18 {
  grid-template-rows: auto;
}

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

.paragraph-63 {
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.paragraph-63.left {
  text-align: left;
}

.paragraph-64 {
  text-align: center;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.bold-text-12 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.heading-88 {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
}

.heading-89 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
}

.section-51 {
  padding: 60px 10%;
}

.section-51.flie-text {
  background-color: #00000017;
}

.section-52 {
  padding: 100px 10%;
}

.jotform {
  background-color: #0000;
}

.grid-22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px 10% 140px;
}

.card-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 2px 2px 7px 2px #0003;
}

.list-7 {
  font-family: Roboto, sans-serif;
  line-height: 1.5;
}

.image-100-2 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.jotform-wrapper {
  width: 100%;
}

.inhalt-mittig7 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.success-txt {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  line-height: 1.4;
}

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.link-formular {
  text-decoration: none;
}

.contact-form {
  width: 100%;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

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

.divider-11 {
  width: 20vw;
  height: 4px;
  margin-bottom: 10px;
}

.divider-11.highlights {
  width: 15vw;
  margin-bottom: 20px;
}

.checkbox-2 {
  border-radius: 5px;
}

.text-field-8 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-8:hover {
  border-color: #1d1f2e80;
}

.text-field-8:active, .text-field-8:focus {
  border-color: #1d1f2e;
}

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

.text-field-8.cc-textarea {
  height: 100px;
}

.form1-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.heading-center {
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
  line-height: 44px;
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.small {
  margin-bottom: 0;
  font-size: 12px;
}

.small.flie-text {
  margin-bottom: 10px;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .div-block-34 {
    width: 110px;
  }

  .paragraph-8, .link-3 {
    font-size: 13px;
  }

  .div-block-37 {
    width: auto;
  }

  .link-4 {
    font-size: 13px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 13px;
  }

  .section-6 {
    justify-content: space-between;
    padding-left: 0;
    display: block;
  }

  .div-block-33 {
    width: auto;
    padding-left: 0;
  }

  .success {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sucess-block {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sucess-block.highlights {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  .impdat {
    padding: 60px;
  }

  .nav-menu {
    background-color: #000;
  }

  .nav-link {
    width: 100%;
    position: static;
  }

  .telefonnummer1, .email {
    margin-bottom: 5px;
  }

  .angebot2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .wrap-inhalt3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navlinks3.highlights {
    background-color: var(--green);
  }

  .men-3 {
    background-color: var(--turq);
  }

  .navlink3.flie-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink3.flie-text:hover {
    color: var(--white);
    font-weight: 700;
  }

  .navlink3.flie-text.w--current {
    color: #f1f1f1;
  }

  .men-button3.w--open {
    background-color: #fff;
  }

  .men-button3.hauptfarbe {
    background-color: var(--green);
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .men-button3.hauptfarbe.w--open {
    background-color: var(--green);
  }

  .menu-icon-3 {
    color: #fff;
  }

  .divblock-video1 {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .slogan3.heading-1.gap {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-mitig1.heading-2.align {
    text-align: center;
  }

  .heading-mitig1.heading-2.size {
    font-size: 33px;
  }

  .heading-mitig1.heading-1 {
    font-size: 30px;
  }

  ._3er-grid1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  .div-block-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer3.hauptfarbe {
    padding: 20px 60px;
  }

  .rounded-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rounded-block.zweitfarbe {
    margin-bottom: 20px;
  }

  .titelvideo-start-1 {
    height: 60vh;
  }

  .heading-block1 {
    width: auto;
    margin-bottom: 10px;
  }

  .logo-img {
    height: 15vh;
  }

  .grid-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid;
  }

  .image-wrapper {
    height: 30vh;
  }

  .grid-10 {
    justify-items: center;
  }

  .logo2 {
    height: 15vh;
  }

  .grid-17 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-linksb-ndig1.paragraph-font.new {
    text-align: center;
  }

  .uber-section, .uber-section.start-section {
    padding: 60px;
  }

  .image-wrapper-large {
    height: 45vh;
  }

  ._6er-grid1 {
    margin-top: 20px;
    display: block;
  }

  .produktbild1 {
    width: auto;
  }

  .rounded-block1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-mittig1.paragraph-font {
    text-align: center;
  }

  .grid-18 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-51.flie-text {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-52 {
    padding: 60px;
  }

  .jotform {
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .grid-22 {
    flex-flow: column;
    margin: 20px 0% 100px;
    display: flex;
  }

  .jotform-wrapper {
    height: 70vh;
    overflow: auto;
  }

  .inhalt-mittig7 {
    padding: 60px;
  }

  .success-txt {
    font-size: 28px;
  }

  .error-message {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .logo.w--current {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-34 {
    width: 153.531px;
  }

  .paragraph-8, .link-3 {
    margin-left: 0;
  }

  .div-block-37 {
    width: 153.531px;
  }

  .link-4 {
    margin-left: 0;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-6 {
    flex-direction: column;
    display: block;
  }

  .div-block-33 {
    align-items: flex-start;
    width: 153.531px;
    padding-left: 0;
    display: flex;
  }

  .success {
    height: auto;
    padding: 40px;
  }

  .sucess-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .titelvideo1 {
    height: 60vh;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .impdat {
    padding: 40px;
  }

  .nav-menu {
    background-color: #2e2e2e;
  }

  .impdatfooter, .impressum2 {
    text-align: left;
  }

  .inhalt-footer2 {
    margin-bottom: 5px;
  }

  .angebot2 {
    height: auto;
  }

  .bild-auftauchen2 {
    width: 100%;
    max-height: none;
  }

  .label3.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .wrap-inhalt3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .abst-nde-logo3 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .divblock-video1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slogan3 {
    font-size: 40px;
    line-height: 45px;
  }

  .slogan3.heading-1.gap {
    font-size: 31px;
  }

  .heading-mitig1.heading-2.size {
    font-size: 30px;
    line-height: 35px;
  }

  ._3er-grid1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-footer3.heading-3 {
    text-align: center;
  }

  .footer3.hauptfarbe {
    padding-left: 40px;
    padding-right: 40px;
  }

  .titelvideo-start-1 {
    height: 60vh;
  }

  .logo-img {
    height: 12vh;
  }

  .maps-gro-2 {
    height: 400px;
  }

  .impdat-2.flie-text {
    text-align: center;
  }

  .grid-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .image-wrapper {
    height: 10vh;
  }

  .grid-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-block {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .logo2 {
    height: 12vh;
  }

  .text-linksb-ndig1.paragraph-font {
    text-align: center;
  }

  .uber-section, .uber-section.start-section {
    padding: 40px;
  }

  .rounded-block1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-mittig1.paragraph-font {
    text-align: center;
  }

  .heading-88 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-89 {
    font-size: 25px;
    line-height: 34px;
  }

  .section-51.flie-text, .section-52 {
    padding: 40px;
  }

  .grid-22 {
    margin-bottom: 60px;
  }

  .inhalt-mittig7 {
    padding: 40px;
  }

  .success-txt {
    font-size: 24px;
    line-height: 1.3;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

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

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

  .text-field-8 {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-8::placeholder {
    text-align: center;
  }

  .text-field-8.cc-textarea {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 25px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 22px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 20px;
  }

  p {
    font-size: 12px;
    line-height: 17px;
  }

  .logo.w--current {
    flex-flow: column;
  }

  .paragraph-8, .link-3, .link-4 {
    font-size: 15px;
  }

  .grid-6 {
    justify-content: start;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 15px;
  }

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

  .sucess-block.highlights {
    padding: 20px;
  }

  .grid-7 {
    justify-content: start;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .flie-text {
    overflow-wrap: anywhere;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .impdat {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mehr-erfahren2 {
    min-width: 150px;
  }

  .impdatfooter {
    text-align: left;
  }

  .telefonnummer1.flie-text, .email.flie-text {
    text-align: center;
  }

  .speise-karte-downloaden.highlights.flie-text {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .label3.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .wrap-inhalt3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .divblock-video1 {
    height: 60vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slogan3 {
    font-size: 30px;
    line-height: 35px;
  }

  .slogan3.heading-1.gap {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-mitig1.heading-2.align {
    font-size: 19px;
    line-height: 24px;
  }

  .heading-mitig1.heading-2.size {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-mitig1.heading-1 {
    font-size: 22px;
  }

  ._3er-grid1 {
    margin-bottom: 40px;
  }

  .div-block-31 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-footer3.heading-3 {
    text-align: center;
    font-size: 16px;
  }

  .footer3.hauptfarbe {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-footer3.flie-text {
    text-align: center;
  }

  .rounded-block {
    min-width: 200px;
  }

  .rounded-block.zweitfarbe {
    padding: 20px;
  }

  .heading-block1 {
    width: auto;
  }

  .bold-text-10 {
    font-size: 25px;
    line-height: 30px;
  }

  .logo-img {
    height: 11vh;
  }

  .maps-gro-2 {
    height: 300px;
  }

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

  .grid-9 {
    height: 60vh;
  }

  .grid-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .logo2 {
    height: 10vh;
  }

  .grid-17 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .text-linksb-ndig1 {
    font-size: 15px;
    line-height: 22px;
  }

  .uber-section {
    padding: 40px 20px;
  }

  .uber-section.start-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._6er-grid1 {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    display: flex;
  }

  .produktbild1 {
    height: 35vh;
  }

  .rounded-block1 {
    min-width: 200px;
    padding: 20px;
  }

  .text-mittig1.paragraph-font {
    text-align: center;
  }

  .heading-88 {
    font-size: 20px;
    line-height: 27px;
  }

  .heading-89 {
    font-size: 19px;
    line-height: 26px;
  }

  .section-51.flie-text, .section-52 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-mittig7 {
    padding: 40px 20px;
  }

  .success-txt {
    font-size: 16px;
    line-height: 25px;
  }

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

  .divider-11.highlights {
    width: 40vw;
  }

  .text-field-8 {
    width: 100%;
  }

  .heading-center.heading-font1 {
    font-size: 30px;
  }
}

#w-node-_121ad443-c53f-5302-7c65-1506a25676a5-5ccd0199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_417a478f-bf2d-e2ec-be69-7ded72dc81e4-4b1e7397, #w-node-_417a478f-bf2d-e2ec-be69-7ded72dc81e6-4b1e7397, #w-node-_417a478f-bf2d-e2ec-be69-7ded72dc81e8-4b1e7397, #w-node-_417a478f-bf2d-e2ec-be69-7ded72dc81ea-4b1e7397, #w-node-_417a478f-bf2d-e2ec-be69-7ded72dc81ec-4b1e7397, #w-node-_4571dc63-aa75-7286-08fd-31fe368f3b36-4b1e7397 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51b7d9ec-970a-6ee7-7186-8b73d8c35cf8-5ccd0221 {
  grid-area: 3 / 2 / 4 / 2;
}

#w-node-_1486197c-a115-615f-1f2d-7b32f6f03225-5ccd0221 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1486197c-a115-615f-1f2d-7b32f6f03223-5ccd0221 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c7b8df5-c4fe-4cb1-e4d0-d381009992ce-5ccd0252 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7c7b8df5-c4fe-4cb1-e4d0-d381009992cc-5ccd0252 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_83040f80-4572-4890-7c15-c28e8d86c060-8d86c05e, #w-node-_83040f80-4572-4890-7c15-c28e8d86c069-8d86c05e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_83040f80-4572-4890-7c15-c28e8d86c060-8d86c05e, #w-node-_83040f80-4572-4890-7c15-c28e8d86c069-8d86c05e {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Aatmospheric';
  src: url('../fonts/aAtmospheric.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garda';
  src: url('../fonts/Garda.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formula';
  src: url('../fonts/Formula.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyrbo';
  src: url('../fonts/Hyrbo-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}