@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: #86a1a8;
  --black: black;
  --cream: #f7f5c9;
  --grey: #86a1a8;
  --white: white;
}

.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 {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

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

.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: 90vh;
  display: flex;
}

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

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  line-height: 1.4;
}

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

.nav-link-3.flie-text:hover {
  color: #86a1a8;
}

.nav-link-3.flie-text.w--current {
  color: var(--green);
}

.farbe-der-headings {
  color: #86a1a8;
  line-height: 1.1;
}

.hauptfarbe {
  background-color: var(--cream);
  color: var(--black);
}

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

.highlights {
  color: #fff;
  background-color: #86a1a8;
}

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

.heading-2 {
  font-family: Raleway, sans-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: Raleway, sans-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.flie-text {
  margin-top: 10px;
}

.terminbutton.highlights.flie-text:hover {
  background-color: var(--green);
}

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

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

.terminbutton.highlights.heading-3 {
  background-color: #86a1a8;
  margin-top: 20px;
}

.terminbutton.highlights.heading-3:hover {
  background-color: #86a1a8;
}

.instagram3 {
  width: 30px;
}

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

.checkbox-field {
  text-align: left;
}

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

.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, .ffnungszeiten {
  margin-bottom: 0;
}

.video-2 {
  background-image: url('../images/2_1.webp'), linear-gradient(#0000004d, #0000004d);
  background-position: 50% 101%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  height: 100%;
}

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

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

.label3.heading-2 {
  font-weight: 400;
  line-height: 1.3;
}

.label3.abstand-nach-oben {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

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

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

.abst-nde-logo3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

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

.navlinks3.hauptfarbe {
  padding-left: 5vw;
  padding-right: 5vw;
}

.men-3.hauptfarbe {
  z-index: 10000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink3.flie-text:hover {
  color: #86a1a8;
}

.navlink3.flie-text.w--current {
  color: #000;
  border-top: 3px solid #3c6e7b;
  border-bottom: 3px solid #3c6e7b;
}

.navlink3.flie-text.button {
  background-color: var(--green);
  color: var(--white);
  padding: 15px;
}

.navlink3.flie-text.button:hover {
  color: var(--white);
}

.navlink3.flie-text.button.w--current {
  padding: 10px;
}

.titelvideo-unterseiten1 {
  color: #fff;
  height: 60vh;
  position: relative;
}

.background-video1 {
  background-image: linear-gradient(#0003, #0003);
  height: 100%;
}

.divblock-video1 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.content-wrap {
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subheadline-deco-line {
  width: 30px;
  height: 1px;
  display: inline-block;
}

.subheadline-deco-line.highlights {
  margin-left: 5px;
  margin-right: 5px;
}

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

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

.inhalt-mittig3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.inhalt-mittig3.zweitfarbe, .inhalt-mittig3.hauptfarbe {
  flex-flow: column;
}

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

._3er-grid1.no-margin {
  margin-bottom: 80px;
}

.heading-mittig-klein1 {
  text-align: center;
}

.heading-mittig-klein1.heading-3._1 {
  margin-bottom: 20px;
  font-size: 40px;
}

.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 {
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inhalt-footer3 {
  color: #fff;
}

.inhalt-gro-e-abst-nde {
  width: 100%;
  padding: 100px;
  overflow: hidden;
}

.inhalt-gro-e-abst-nde.zweitfarbe.hide {
  display: flex;
}

.inhalt-gro-e-abst-nde.zweitfarbe.hidden {
  display: none;
}

.rounded-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 35px;
  display: flex;
}

.rounded-block.zweitfarbe {
  justify-content: flex-start;
  align-items: stretch;
}

.rounded-block.highlights {
  justify-content: center;
}

.address-block {
  margin-bottom: 5px;
}

.subheading-mittig3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

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

.contact-form-wrap {
  z-index: 10;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 60px;
  display: flex;
  position: relative;
}

.contact-form-wrap.flie-text {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.form1 {
  margin-bottom: 0;
}

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

.form-wrap {
  text-align: left;
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

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

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

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

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

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

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

.block-farbig1 {
  padding: 20px;
}

.block-farbig1.highlights {
  color: #fff;
}

.block-farbig1.highlights.effekt {
  z-index: 20;
  width: 105%;
  height: 110%;
  position: relative;
  top: -25px;
  left: -8px;
  box-shadow: 2px 2px 7px 2px #0000004d;
}

.divider {
  width: 20vw;
  height: 4px;
}

.divider.highlights {
  width: 15vw;
  margin-bottom: 0;
}

.heading-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.heading-mittig.heading-1 {
  z-index: 5;
  position: relative;
}

.heading-mittig.heading-1.links {
  text-align: left;
}

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

.galerie-bild._2 {
  height: 50vh;
}

.galerie-bild._2:hover {
  background-image: url('../images/attachment_7_IMG_2485.webp');
  background-position: 50%;
  background-size: cover;
}

.galerie-bild._3, .galerie-bild._4 {
  height: 45vh;
}

.galerie-bild._5 {
  background-image: none;
  height: 45vh;
}

.feature-image-mask {
  justify-content: space-between;
  height: 60vh;
  display: flex;
  position: relative;
}

.text-links1.flie-text.center {
  text-align: center;
}

.text-links1.flie-text.list {
  text-align: left;
}

.text-links1.flie-text.no-style-list {
  padding-left: 10px;
  list-style-type: none;
}

.inhalt-untereinander1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-right: 40px;
  display: flex;
}

.inhalt-untereinander1.right {
  padding-left: 40px;
  padding-right: 0;
}

.inhalt-untereinander1.center {
  justify-content: center;
  align-items: center;
}

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

.heading-klein-links.heading-2 {
  line-height: 1.3;
}

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

.feature-image.up {
  object-position: 50% 80%;
}

.feature-image.contain {
  object-fit: contain;
}

.feature-image.contain.color1 {
  background-color: #f3efec;
}

.feature-image.contain.color2 {
  background-color: #f7f3ed;
}

.feature-image.contain.color3 {
  background-color: #def8ff;
}

.feature-image.contain.fff {
  background-color: #fff;
}

.feature-image.contain.color4 {
  background-color: #c7deeb;
}

.feature-image.contain.colr5 {
  background-color: #cee8ef;
}

.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: 11vh;
}

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

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 120px;
  display: flex;
}

.link {
  color: var(--black);
  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 {
  color: var(--black);
  text-decoration: none;
}

.datenschutz-link {
  color: #000;
  text-decoration: none;
}

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

.section-24 {
  padding-right: 0;
}

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

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

.grid-about-me {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.kontakt {
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px 10px 10px;
}

.div-block-167 {
  margin-bottom: 20px;
}

.timeline-circle {
  background-color: var(--cream);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: sticky;
  top: 50vh;
}

.timeline-left {
  text-align: right;
}

.timeline-center {
  text-align: right;
  justify-content: center;
  display: flex;
}

.timeline-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.timeline-progress {
  z-index: 10;
  background-color: var(--cream);
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline-date-text {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 25px;
  line-height: 1.2;
  position: static;
  top: 50vh;
}

.timeline-text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.timeline-container {
  z-index: -3;
  background-color: #efefef00;
  padding: 40px;
}

.timeline-wraper {
  background-color: #333;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: .01vh solid var(--cream);
  grid-template-rows: auto;
  grid-template-columns: 1fr 160px 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 30px;
}

.heading-links {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.heading-links.heading-1 {
  z-index: 5;
  font-size: 35px;
  position: relative;
}

.heading-links.heading-1.sm {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 22px;
}

.text-wrap {
  margin-top: 20px;
}

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

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

.fixed-buttons {
  z-index: 100000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 1%;
  display: flex;
  position: fixed;
  inset: auto 0% 47% auto;
}

.socials {
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.icon-12 {
  object-fit: contain;
}

.dropdown-list-13 {
  background-color: var(--white);
}

.dropdown-list-13.w--open {
  background-color: var(--cream);
}

.pricelist-grid-2 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  padding: 20px;
}

.offer {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 24vh;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.offer.margin {
  margin-left: 220px;
  margin-right: 220px;
}

.heading-left1-2 {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
}

.heading-left1-2.heading-font3 {
  justify-content: space-between;
  font-family: Raleway, sans-serif;
  display: flex;
}

.heading-color {
  color: var(--green);
}

.text-left {
  font-family: Montserrat, sans-serif;
  line-height: 135%;
}

.text-left.flie-text {
  font-family: Roboto, sans-serif;
}

.table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #0000001a;
  border-style: solid none none solid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.table-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.table-text.flie-text {
  text-align: center;
}

.table-div {
  border-right: 1px solid #c0c0c091;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 5px;
  display: flex;
}

.table-div.bottom-right {
  border-bottom: 1px solid #c0c0c091;
}

.table-div.highlights {
  color: #fff;
}

.container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.popupmain {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-inside {
  background-color: #eaeaea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 45vh;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 11px #000;
}

.popup-inside:hover {
  box-shadow: 4px 0 16px 4px #000;
}

.image-107 {
  opacity: .5;
  cursor: pointer;
  object-fit: contain;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-107:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.paragraph-57 {
  color: #7f7f7f;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-57.darker {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.paragraph-57.darker:hover {
  color: #4f4f4f;
}

.submit_button {
  background-color: #000;
  font-size: 16px;
}

.submit_button.flie-text {
  background-color: var(--green);
  border: 1px #000;
  transition: all .2s;
}

.submit_button.flie-text:hover {
  color: #000;
  background-color: #fff;
}

.absolute_div {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.absolute_image_div {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/AdobeStock_618263575.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 180%;
  margin-top: -5%;
  position: absolute;
  inset: 0%;
}

.parallax {
  height: 65vh;
  position: relative;
  overflow: hidden;
}

.paragraph_1 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.paragraph_1.paragraph-font {
  font-family: Roboto, sans-serif;
  font-size: 25px;
}

.field-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph_3.paragraph-font {
  font-family: Roboto, sans-serif;
}

.paragraph-font {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  margin-top: 20px;
}

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

.slide-arrows {
  display: none;
}

.slide-navs {
  background-color: #0000004d;
}

.slide-navs.flex-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.slide-navs.flex-row.bottom {
  margin-top: auto;
  margin-bottom: 0;
  bottom: 0;
}

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

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

.lightbox {
  width: 100%;
  display: none;
}

.field-label-2 {
  text-align: left;
}

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

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

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

.nav-link-4.flie-text {
  color: #000;
}

.nav-link-4.flie-text:hover {
  color: #86a1a8;
}

.nav-link-4.flie-text.w--current {
  color: var(--green);
}

.list {
  margin-top: 10px;
}

.card {
  border: 1px solid #e6e6e6;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 20px;
}

.vacation-cover {
  object-fit: contain;
  height: 45vh;
  margin-bottom: 10px;
}

.quick-stack {
  width: 60vw;
}

.calendy-embed {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.online-button {
  text-align: center;
  background-color: #87a1a8;
  border: 3px solid #fff;
  margin-top: 10px;
  margin-left: 10px;
  padding: 15px 20px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 800;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dropdown {
  width: 100%;
  margin-left: 0;
}

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

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

.terminbutton-dropdown.highlights.flie-text {
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.terminbutton-dropdown.highlights.flie-text:hover {
  background-color: var(--green);
}

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

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

.terminbutton-dropdown.highlights.heading-3 {
  background-color: var(--grey);
  margin-top: 20px;
}

.terminbutton-dropdown.highlights.heading-3:hover {
  background-color: var(--green);
}

.dropdown-list-14 {
  background-color: #0000;
  position: relative;
}

.dropdown-list-14.w--open {
  padding-top: 20px;
}

.lightbox-link {
  width: 50vw;
}

.image-110 {
  width: 100%;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-align-center {
  text-align: center;
  border-bottom: 1px #000;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-xsmall {
  border-bottom: 1px solid #000;
  margin: 0 0 10px;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.button-2 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.hide-mobile-landscape {
  filter: invert();
}

.text-size-medium {
  font-size: 1.25rem;
}

.modal1_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component {
  z-index: 99999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

._2er_grid2 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-wrap {
  width: 100%;
  height: 45vh;
}

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

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

.image-100.contain {
  object-fit: contain;
}

._3er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  margin-bottom: 107px;
}

._3er-grid.no-margin {
  margin-bottom: 80px;
}

.image-wrap-60vh {
  background-color: var(--cream);
  height: 40vh;
}

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

.image-100-contain.contain {
  object-fit: contain;
}

.code-embed {
  width: 100%;
  height: 100%;
}

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

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

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

  .heading-22 {
    font-size: 23px;
  }

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

  .nav-link-3.flie-text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-3.flie-text:hover {
    color: var(--black);
  }

  .nav-link-3.flie-text.w--current {
    color: var(--black);
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font-weight: 700;
  }

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

  .impdat {
    padding: 60px;
  }

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

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

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

  .video-2 {
    height: 80vh;
  }

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

  .label3.heading-2 {
    font-size: 17px;
  }

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

  .paragraph-mittig1 {
    align-self: center;
  }

  .navlinks3.hauptfarbe {
    padding-left: 0;
    padding-right: 0;
  }

  .men-3.hauptfarbe {
    padding: 10px;
  }

  .navlink3.flie-text {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

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

  .titelvideo-unterseiten1 {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video1 {
    width: 100%;
  }

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

  .content-wrap {
    margin-bottom: 60px;
  }

  .subheadline-wrap {
    margin-bottom: 20px;
  }

  .inhalt-mittig3, .inhalt-mittig3.zweitfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

  ._3er-grid1 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
    margin-bottom: 10px;
    display: flex;
  }

  ._3er-grid1.no-margin {
    margin-bottom: 10px;
  }

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

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

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

  .inhalt-gro-e-abst-nde {
    padding: 60px;
  }

  .inhalt-gro-e-abst-nde.zweitfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .error-message {
    width: auto;
  }

  .contact-form {
    flex-flow: column;
    display: flex;
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .contact-form-wrap.flie-text {
    padding: 0;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    flex-flow: column;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .text-field {
    text-align: left;
  }

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

  .block-farbig1.highlights.effekt {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: static;
    top: 0;
    left: 0;
    overflow: visible;
  }

  .block-farbig1.hauptfarbe {
    margin-bottom: 0;
  }

  .divider.highlights {
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
  }

  .heading-mittig.heading-1 {
    width: 100%;
    font-size: 30px;
  }

  .heading-block1 {
    width: auto;
  }

  .galerie-bild {
    width: 100%;
    height: 45vh;
  }

  .galerie-bild._2 {
    height: 45vh;
  }

  .feature-image-mask {
    justify-content: space-between;
    width: 100%;
    height: 50vh;
    margin-top: 0;
    margin-right: 0;
  }

  .text-links1.flie-text {
    text-align: center;
  }

  .text-links1.flie-text.no-style-list {
    text-align: left;
  }

  .inhalt-untereinander1 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .inhalt-untereinander1.right {
    padding-left: 0;
  }

  .inhalt-untereinander1.right.first {
    order: -1;
  }

  .heading-klein-links.heading-2 {
    text-align: center;
    font-size: 21px;
  }

  .feature-image {
    margin-top: 0;
  }

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

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

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

  .textarea {
    text-align: left;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .grid-about-me {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .kontakt {
    margin: 20px 0 0;
    display: block;
  }

  .timeline-container {
    padding: 10px 0 0;
  }

  .timeline-item {
    grid-template-columns: 1fr 35px 1fr;
    padding: 20px;
  }

  .heading-links.heading-1 {
    text-align: center;
    width: 100%;
    font-size: 30px;
  }

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

  .socials {
    width: 35px;
    height: 35px;
  }

  .dropdown-list-13.w--open {
    background-color: var(--green);
    position: static;
  }

  .pricelist-grid-2 {
    grid-column-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .offer {
    height: auto;
  }

  .offer.margin {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .popupmain {
    display: none;
  }

  .popup-inside {
    width: 80%;
    min-height: 35vh;
  }

  .absolute_div {
    padding: 40px;
  }

  .parallax {
    height: 50vh;
  }

  .nav-link-4.flie-text {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-4.flie-text:hover {
    color: var(--black);
  }

  .nav-link-4.flie-text.w--current {
    color: var(--black);
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font-weight: 700;
  }

  .vacation-cover {
    margin-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  ._3er-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
    margin-bottom: 10px;
    display: flex;
  }

  ._3er-grid.no-margin {
    margin-bottom: 10px;
  }
}

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

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

  .heading-22 {
    font-size: 20px;
    line-height: 1.3;
  }

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

  .video-2 {
    height: 70vh;
  }

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

  .titelvideo-unterseiten1 {
    height: 55vh;
  }

  .background-video1 {
    height: 100%;
  }

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

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

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

  .content-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .inhalt-mittig3 {
    padding: 40px;
  }

  .inhalt-mittig3.zweitfarbe {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

  .inhalt-gro-e-abst-nde {
    padding: 40px;
  }

  .inhalt-gro-e-abst-nde.zweitfarbe {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .contact-form-wrap {
    padding: 40px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-field {
    text-align: left;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

  .block-farbig1.highlights.effekt {
    width: 100%;
    height: 100%;
    position: static;
  }

  .divider.highlights {
    margin-bottom: 10px;
  }

  .heading-mittig.heading-1 {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .galerie-bild, .galerie-bild._2, .galerie-bild._3, .galerie-bild._4 {
    height: 50vh;
  }

  .galerie-bild._5 {
    height: 40vh;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .inhalt-untereinander1 {
    padding-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

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

  .maos-footer {
    height: 100px;
  }

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

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

  .footer-wrapper {
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .kontakt {
    width: 100%;
  }

  .timeline-circle {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .timeline-progress {
    display: none;
  }

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

  .timeline-item {
    flex-flow: column;
    display: flex;
  }

  .timeline-item.invert {
    flex-flow: column-reverse wrap;
  }

  .heading-links.heading-1 {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-links.heading-1.sm {
    font-size: 18px;
    line-height: 1.3;
  }

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

  .fixed-buttons {
    bottom: 10px;
  }

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

  .heading-left1-2.heading-font3 {
    font-size: 19px;
  }

  .table.hidden {
    display: none;
  }

  .table-text {
    padding-bottom: 40px;
  }

  .image-107 {
    width: 25px;
    height: 25px;
  }

  .paragraph-57.darker {
    line-height: 30px;
  }

  .submit_button.flie-text {
    order: 1;
  }

  .parallax {
    height: 50vh;
  }

  .grid-2 {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .lightbox {
    display: block;
  }

  .list {
    padding-left: 20px;
  }

  .card {
    height: 38vh;
  }

  .vacation-cover {
    height: 35vh;
    margin-bottom: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .show-mobile-landscape {
    filter: invert();
    display: block;
  }

  .hide-mobile-landscape {
    display: block;
  }

  .modal1_content-wrapper {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component {
    justify-content: center;
    align-items: center;
  }

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

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

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

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

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

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

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

  .heading-22 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .nav-link-3.flie-text {
    white-space: pre-wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-3.flie-text.w--current {
    white-space: pre-wrap;
  }

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

  .video-2 {
    background-image: url('../images/2_1.webp'), linear-gradient(#0000, #0000);
    background-position: 50% 101%, 0 0;
  }

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

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

  .label3.abstand-nach-oben.heading-3 {
    font-size: 17px;
  }

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

  .titelvideo-unterseiten1 {
    height: 50vh;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video1 {
    height: 100%;
  }

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

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

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

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

  .inhalt-mittig3, .inhalt-mittig3.zweitfarbe {
    padding: 40px 20px;
  }

  .inhalt-mittig3.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3er-grid1 {
    margin-bottom: 0;
  }

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

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

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

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

  .inhalt-gro-e-abst-nde, .inhalt-gro-e-abst-nde.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 18px;
    line-height: 24px;
  }

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-form-wrap.flie-text {
    padding: 20px;
  }

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

  .block-farbig1.highlights.effekt {
    width: 100%;
    height: 100%;
    position: static;
  }

  .divider.highlights {
    width: 40vw;
    margin-bottom: 10px;
  }

  .heading-mittig.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

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

  .feature-image-mask {
    height: 45vh;
  }

  .inhalt-untereinander1 {
    padding-right: 0;
  }

  .heading-klein-links.heading-2 {
    font-size: 18px;
  }

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

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

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

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

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

  .textarea {
    line-height: 2.6;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .grid-about-me {
    width: auto;
  }

  .timeline-date-text {
    font-size: 21px;
  }

  .timeline-text {
    font-size: 14px;
  }

  .heading-links.heading-1 {
    font-size: 17px;
    line-height: 25px;
  }

  .heading-links.heading-1.sm {
    font-size: 16px;
  }

  .text-wrap {
    margin-top: 10px;
  }

  .socials {
    width: 30px;
    height: 30px;
  }

  .pricelist-grid-2 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .offer {
    padding: 10px;
  }

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

  .heading-left1-2.heading-font3 {
    font-size: 16px;
  }

  .heading-color {
    font-size: 15px;
  }

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

  .table-text.flie-text {
    font-size: 12px;
  }

  .popup-inside {
    width: 90%;
    min-height: 35vh;
  }

  .image-107 {
    width: 20px;
    height: 20px;
  }

  .paragraph-57.darker {
    font-size: 18px;
    line-height: 24px;
  }

  .absolute_div {
    padding: 20px;
  }

  .parallax {
    height: 60vh;
  }

  .paragraph_1 {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph_1.paragraph-font {
    font-size: 20px;
  }

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

  .nav-link-4.flie-text {
    white-space: pre-wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.4;
  }

  .nav-link-4.flie-text.w--current {
    white-space: pre-wrap;
  }

  .card {
    height: 38vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .vacation-cover {
    height: 35vh;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_component {
    width: auto;
    height: auto;
  }

  ._3er-grid {
    margin-bottom: 0;
  }
}

#w-node-c8a088ff-64a2-5507-30ad-c91ef4b9b0e8-368d2765 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c8a088ff-64a2-5507-30ad-c91ef4b9b0ef-368d2765 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8a088ff-64a2-5507-30ad-c91ef4b9b103-368d2765 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e67b305b-1a28-a949-91e4-c21b95bbfefd-368d2765, #w-node-_4e9a6cae-7209-9701-95c5-cc1f40c2a252-368d2765 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e9a6cae-7209-9701-95c5-cc1f40c2a25b-368d2765 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9f1ded67-af82-0c2c-b382-c88077924e6c-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924e6f-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924e71-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924e76-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924e79-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924e7b-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924e7f-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924e82-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924e84-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924e89-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924e8d-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924e8f-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924e93-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924e96-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924e98-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924e9d-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924ea1-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924ea3-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924ea7-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924eaa-368d27c3, #w-node-_9f1ded67-af82-0c2c-b382-c88077924eac-368d27c3, #w-node-c4d86450-db9f-bd6d-bf31-baee08929a28-368d27c3, #w-node-c4d86450-db9f-bd6d-bf31-baee08929a2c-368d27c3, #w-node-c4d86450-db9f-bd6d-bf31-baee08929a2e-368d27c3, #w-node-_6e83724b-0a33-121a-7f3f-55a74405a463-368d27c3, #w-node-_6e83724b-0a33-121a-7f3f-55a74405a466-368d27c3, #w-node-_6e83724b-0a33-121a-7f3f-55a74405a468-368d27c3, #w-node-_6be9d919-6800-97b4-958c-3a10388f9171-368d27c3, #w-node-_6be9d919-6800-97b4-958c-3a10388f9175-368d27c3, #w-node-_6be9d919-6800-97b4-958c-3a10388f9177-368d27c3, #w-node-_7e0c5155-4959-e9b8-9ddf-ae8cdc0dad21-368d27c3, #w-node-_7e0c5155-4959-e9b8-9ddf-ae8cdc0dad24-368d27c3, #w-node-_7e0c5155-4959-e9b8-9ddf-ae8cdc0dad26-368d27c3, #w-node-df48e0d3-12d3-53b0-9f96-535b0f6c1846-368d27c3, #w-node-df48e0d3-12d3-53b0-9f96-535b0f6c184d-368d27c3, #w-node-df48e0d3-12d3-53b0-9f96-535b0f6c184f-368d27c3, #w-node-b237dc40-578f-7147-257d-0495dbdcc2b4-368d27c3, #w-node-b237dc40-578f-7147-257d-0495dbdcc2b7-368d27c3, #w-node-b237dc40-578f-7147-257d-0495dbdcc2b9-368d27c3 {
  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-_69b69343-c1f7-1226-a8c5-462d2766b368-8d86c05e, #w-node-_83040f80-4572-4890-7c15-c28e8d86c069-8d86c05e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e9a6cae-7209-9701-95c5-cc1f40c2a256-368d2765 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_4e9a6cae-7209-9701-95c5-cc1f40c2a25b-368d2765 {
    grid-column: span 1 / span 1;
  }

  #w-node-_83040f80-4572-4890-7c15-c28e8d86c060-8d86c05e, #w-node-_69b69343-c1f7-1226-a8c5-462d2766b368-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;
}