@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 {
  --main-grad-0: #aae3ed;
  --main-grad-45: #0068ae;
  --main-grad-100: #92b9cb;
  --secondry-colr: #f3ebe0;
  --highlights: #009ee3;
  --white: white;
  --highlights-3: #353c46;
  --black: black;
  --sand: #f3ebe0;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

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

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

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

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

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

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

body {
  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;
  height: 15vh;
  padding-top: 10px;
  padding-bottom: 10px;
  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: 80vh;
  display: flex;
}

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

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  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.w--current {
  color: #ece4df;
}

.farbe-der-headings {
  color: #009ee3;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #aae3ed, #0068ae 45%, #92b9cb);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.1;
}

.hauptfarbe {
  background-color: #4f4f55;
  background-image: linear-gradient(90deg, var(--main-grad-0), var(--main-grad-45) 45%, var(--main-grad-100));
  color: #fff;
}

.zweitfarbe {
  background-color: var(--secondry-colr);
  color: #000;
}

.highlights {
  background-color: var(--highlights);
  color: #fff;
}

.heading-1 {
  font-family: Great Vibes, cursive;
  line-height: 1.3;
}

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

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

.heading-3 {
  font-family: Montserrat, 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-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  transition: all .3s;
}

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

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

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

.terminbutton.hauptfarbe.flie-text {
  background-image: linear-gradient(90deg, #aae3ed, #0068ae 45%, #92b9cb);
  border-radius: 8px;
  transition: all .3s;
}

.terminbutton.hauptfarbe.flie-text:hover {
  transform: translate(0, -5px);
  box-shadow: 5px 6px 12px 2px #00000073;
}

.instagram3 {
  width: 30px;
}

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

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

.form-text {
  margin-bottom: 20px;
}

.link-formular {
  color: var(--highlights);
  text-decoration: none;
}

.utility-page-wrap {
  background-image: url('../images/5e4e799880743331e550192d_schloss-gold_1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 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: Montserrat, sans-serif;
  font-weight: 600;
}

.impdat {
  padding: 100px 10vw;
}

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

.html-embed-3 {
  width: 100%;
  height: 100%;
}

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

.label-slogan.heading-2 {
  text-shadow: 2px 2px 6px #00000073;
  margin-bottom: 20px;
  line-height: 1.3;
}

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

.paragraph-mittig.flie-text.blue {
  color: #062c58;
}

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

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

.navlinks.hauptfarbe {
  z-index: 10;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.navlink.flie-text {
  color: #fff;
  border-bottom: 1px solid #fff0;
  transition: all .3s;
}

.navlink.flie-text:hover {
  border-bottom-color: var(--white);
}

.navlink.flie-text.w--current {
  color: #fff;
  border-bottom: 1px solid #fff;
}

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

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

.divblock-video1 {
  text-align: center;
  background-color: #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan {
  text-transform: none;
  margin-top: 10px;
  font-size: 80px;
  line-height: 1.5;
}

.slogan.heading-1 {
  text-shadow: 2px 2px 6px #00000073;
}

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

.section-mittig {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 10vw;
  display: flex;
  overflow: hidden;
}

.section-mittig.img-backgraound {
  background-image: url('../images/66a3509710ba807394c24387_attachment_2_AdobeStock_331872355.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

._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;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.footer3 {
  height: auto;
  padding-left: 10vw;
  padding-right: 10vw;
}

.footer3.hauptfarbe {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.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 {
  justify-content: flex-start;
}

.div-block-113 {
  margin-bottom: 5px;
}

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

.subheading-mittig3.heading-2.farbe-der-headings {
  font-family: Great Vibes, cursive;
  font-size: 30px;
  line-height: 1.5;
}

.error-message {
  color: #fff;
  background-color: #d92d2d;
  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 {
  border-color: #00000029;
  border-radius: 8px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
}

.form1 {
  margin-bottom: 0;
}

.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 {
  color: #000;
  cursor: pointer;
  border: 1px solid #00000029;
  border-radius: 8px;
  height: 3.2rem;
  margin-bottom: 20px;
  padding: 18px 24px;
  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;
}

.text-field.cc-textarea {
  height: 6.25rem;
}

.text-field.flie-text {
  letter-spacing: 0;
}

.title-section-main {
  color: #fff;
  height: 90vh;
  padding: 0;
  position: relative;
}

.heading-mittig {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-size: 38px;
  line-height: 1.5;
}

.heading-mittig.heading-1 {
  z-index: 5;
  font-size: 45px;
  font-weight: 400;
  position: relative;
}

.heading-mittig.heading-3.small {
  font-size: 30px;
}

.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;
  width: 100%;
  height: 100%;
}

.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: #fff;
  text-decoration: none;
  display: block;
}

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

.impdat-2.flie-text {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  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.contain {
  object-fit: contain;
}

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

.grid-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  display: flex;
}

.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.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

.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: 60px auto auto 0%;
}

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

.label-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  display: block;
  position: static;
}

.label-mittig.heading-3 {
  margin-bottom: 10px;
  font-size: 30px;
}

.label-mittig.heading-3.kleiner {
  font-size: 23px;
}

.content-70 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.verticle-line.hauptfarbe {
  width: 1px;
  height: 65px;
  margin-bottom: 20px;
}

.cards-stack {
  margin-top: 20px;
}

.card-content {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0000 66%, #000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-heading-center {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  display: block;
  position: static;
}

.card-heading-center.heading-3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.card-hover-overlay-content {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  color: #fff;
  background-image: linear-gradient(90deg, #92b9cbe6, #0068aee6);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-hover-overlay-content:hover {
  opacity: 1;
}

.price-cards-wrapper {
  border: 1px solid #00000029;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.label-links {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  display: block;
  position: static;
}

.label-links.heading-3 {
  margin-bottom: 10px;
}

.bg-img-section {
  color: #fff;
  background-image: url('../images/download---2024-05-20T163001.950.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 15vh 10vw;
}

.content-left {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.price-label-links {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  position: static;
}

.price-label-links.heading-3 {
  margin-bottom: 30px;
}

.paragraph-links {
  text-align: left;
  line-height: 1.5;
}

.link-block {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 10px;
  padding: 10px 8px;
  display: flex;
}

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

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

.image-wrapper-40vh {
  border-radius: 8px;
  width: 100%;
  height: 40vh;
  margin-bottom: 20px;
  overflow: hidden;
}

.kontakt-card {
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.kontakt-card.zweitfarbe {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.icon-50px {
  width: 3.125rem;
  height: 3.125rem;
  margin-bottom: 20px;
}

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

.kontaktformular-stack {
  width: 100%;
  margin-top: 60px;
}

.maps-100 {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.accordion-pane-2 {
  background-color: #0000;
  overflow: hidden;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding: 20px 0;
}

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.arrow-div-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

.image-101 {
  width: 40rem;
}

.div-100-vh {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10vh 5vw;
  display: flex;
}

.quick-stack-landing {
  width: 100%;
  height: 100%;
}

.logo-wrapper-landing-page {
  border-radius: 50%;
  width: 40vh;
  height: 40vh;
  margin: auto;
  overflow: hidden;
}

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

.card-block {
  border-radius: 20px;
  width: 100%;
  height: 65vh;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  overflow: hidden;
}

.video-100 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.highlights-3 {
  background-color: var(--highlights-3);
  color: #fff;
}

.link1 {
  color: #c7c7c7;
  text-decoration: none;
}

.carousal-wrapper {
  margin-top: 60px;
  display: flex;
  overflow: hidden;
}

.infinite-banner-2 {
  z-index: 60;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  border: 0 solid #3b3d3a;
  justify-content: space-between;
  align-items: center;
  min-width: 100vw;
  padding: 20px 4vw;
  display: inline-flex;
  position: relative;
}

.infinite-banner-2:hover {
  animation-play-state: paused;
}

.logos {
  object-fit: contain;
  width: 20vw;
  height: 3rem;
}

.logos._1 {
  height: 5rem;
}

.popup-aida {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-inside {
  background-color: #eaeaea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding: 10px 30px 40px;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 0 1px 11px #000;
}

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

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

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

.logo-wrap {
  cursor: pointer;
  transition: all .6s;
}

.logo-wrap:hover {
  transform: scale(1.06);
}

.image-margin {
  object-fit: cover;
  width: 100%;
  margin-top: 26px;
}

.price {
  font-size: 17px;
  font-weight: 500;
}

.angebot-grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  place-items: end stretch;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 20px 10px 10px;
}

.grid-div-links.blue {
  color: #fff;
  text-align: center;
  background-color: #062c58;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-4 {
  font-weight: 500;
}

.paragraph-links1 {
  text-align: justify;
  letter-spacing: .5px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1.flie-text {
  text-align: left;
  margin-right: 0;
  font-size: 16px;
  line-height: 1.5;
}

.text-rechts1 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-rechts1.flie-text {
  margin-left: 0;
}

.grid-div-rechts {
  text-align: right;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.angebot-grid-2-1 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  margin-bottom: 5px;
  padding: 10px 20px 10px 10px;
}

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

.text-span-4 {
  font-size: 14px;
  line-height: 1px;
}

.label-mittig-heading {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  position: static;
}

.label-mittig-heading.heading-3 {
  margin-bottom: 10px;
  font-size: 30px;
}

.list1.flie-text {
  margin-bottom: 0;
}

.cards-stack-team {
  margin-top: 20px;
}

.link-mail {
  width: 2vw;
  height: auto;
  margin-top: 5vh;
}

.accordion-item-wrapper {
  background-color: #24242400;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.arrow-right {
  background-color: #fff;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-left {
  background-color: #fff;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.accordion-question-header {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.accordion-tab-button {
  cursor: pointer;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

.angebot-grid-3 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .5fr;
  place-items: end stretch;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
}

.popup-costa {
  z-index: 9999;
  -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;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-inside-mittig {
  background-color: #eaeaea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 0 1px 11px #000;
}

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

.popup-inside-mittig.mid {
  justify-content: center;
  align-items: center;
  height: auto;
}

.popup-mainschiff {
  z-index: 1005;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-logo {
  object-fit: contain;
  height: 90px;
}

.div-block-176 {
  background-color: #87cee6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.angebot-grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-div-rechts-2 {
  text-align: right;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-div-rechts-2.left {
  justify-content: space-between;
  align-items: flex-start;
}

.heading-small {
  color: #062c58;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}

.div-yellow {
  background-color: #fdf174;
  border-bottom: 1.5px solid #062c58;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.div-block-177 {
  border: 1.5px solid #062c58;
  border-radius: 15px;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.popup-nicko {
  z-index: 9999;
  -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;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-178 {
  padding-left: 5px;
  padding-right: 5px;
}

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

.heading-2-imp {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.heading_1, .heading_2 {
  font-family: Montserrat, sans-serif;
}

.utility-page {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page.highlights {
  padding-left: 100px;
  padding-right: 100px;
}

.utility-page-content-rel {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-113 {
  filter: brightness(0%) invert();
  object-fit: contain;
  height: 10rem;
}

.popup-msc, .popup-nor, .popup-carnival, .popup-celebrity-cruise {
  z-index: 9999;
  -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;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-link {
  height: 100%;
  margin-top: 20px;
}

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

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

.slider {
  background-color: #ddd0;
  height: 100%;
}

.slider.hide {
  display: none;
}

.icon-101 {
  color: #333;
}

.slide {
  width: 33%;
  height: 35vh;
  margin-right: 8px;
}

._2er_grid {
  grid-template-rows: auto;
  width: auto;
  margin-top: 20px;
}

.image-wrap-60vh {
  height: 65vh;
}

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

.content-wrap-mittig {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .logo {
    width: 100%;
  }

  .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: 60px;
  }

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

  .success_blcok.highlights {
    padding: 60px;
  }

  .heading-success {
    margin-bottom: 10px;
    font-size: 25px;
  }

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

  .terminbutton.hauptfarbe.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

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

  .label-slogan.heading-2 {
    margin-bottom: 0;
    font-size: 18px;
  }

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

  .logo-wrapper, .navlinks.hauptfarbe {
    padding-top: 0;
    padding-bottom: 0;
  }

  .men-3 {
    background-color: var(--highlights);
    padding: 10px;
    position: absolute;
  }

  .navlink.flie-text {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .men-button3.hauptfarbe {
    text-align: center;
    background-color: #4f4f55;
    width: 100%;
    padding: 15px;
  }

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

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

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

  .background-video1 {
    width: 100%;
  }

  .divblock-video1 {
    justify-content: center;
    align-items: center;
    padding: 40px;
  }

  .slogan.heading-1 {
    font-size: 45px;
    line-height: 1.3;
  }

  .section-mittig {
    padding: 60px;
  }

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

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

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

  .error-message {
    width: auto;
  }

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

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

  .form-wrap {
    text-align: center;
    border-right-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .text-field {
    text-align: left;
    padding: 12px;
  }

  .text-field.cc-textarea {
    height: 6rem;
  }

  .title-section-main {
    height: 65vh;
  }

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

  .heading-mittig.heading-1.large {
    font-size: 35px;
  }

  .heading-mittig.heading-3 {
    font-size: 30px;
  }

  .heading-mittig.heading-3.small {
    font-size: 25px;
  }

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

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

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

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

  .label-mittig.heading-3 {
    font-size: 25px;
    line-height: 1.2;
  }

  .content-70 {
    width: 100%;
  }

  .verticle-line.hauptfarbe {
    height: 50px;
  }

  .cards-stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 0;
  }

  .card-content {
    background-image: linear-gradient(0deg, #0000 18%, #292929);
    height: auto;
    padding-top: 15px;
    padding-bottom: 5px;
    inset: 0% 0% auto;
  }

  .card-heading-center.heading-3 {
    line-height: 1.3;
  }

  .card-hover-overlay-content {
    opacity: 1;
    height: auto;
    padding: 10px 10px 0;
    inset: auto 0% 0%;
  }

  .price-cards-wrapper {
    width: auto;
    padding: 20px;
  }

  .label-links.heading-3 {
    line-height: 1.2;
  }

  .bg-img-section {
    padding: 60px;
  }

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

  .icon-50px {
    width: 2.5rem;
    height: 2.5rem;
  }

  .kontaktformular-stack {
    padding: 0;
  }

  .maps-100 {
    height: 55vh;
  }

  .accordion-pane-2 {
    width: 100%;
  }

  .accordion-pane-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .arrow-div {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }

  .image-101 {
    width: 30rem;
  }

  .div-100-vh.highlights-3 {
    padding: 60px 40px;
  }

  .quick-stack-landing {
    height: auto;
    padding: 0;
  }

  .logo-wrapper-landing-page {
    width: 9rem;
    height: auto;
  }

  .card-block {
    height: 65vh;
  }

  .carousal-wrapper {
    margin-top: 20px;
  }

  .infinite-banner-2 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .logos {
    width: 6rem;
  }

  .popup-inside {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: 95%;
    padding: 60px 20px 20px;
  }

  .image-cancle {
    margin-top: 20px;
    margin-right: 15px;
  }

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

  .price {
    font-size: 16px;
  }

  .angebot-grid-2 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 10px;
    display: flex;
  }

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

  .paragraph-links1.flie-text {
    text-align: center;
    margin-right: 0;
    font-size: 14px;
  }

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

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

  .grid-div-rechts {
    justify-content: center;
    align-items: center;
  }

  .angebot-grid-2-1 {
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .image_100.small {
    height: 3rem;
  }

  .label-mittig-heading.heading-3 {
    line-height: 1.3;
  }

  .cards-stack-team {
    width: 100%;
    padding: 0;
  }

  .link-mail {
    width: 2.5rem;
    margin-top: 10px;
  }

  .accordion-item-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .arrow-right {
    width: 25px;
    right: 2px;
  }

  .arrow-left {
    width: 25px;
  }

  .accordion-tab-button.highlights {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .angebot-grid-3 {
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .popup-inside-mittig {
    width: 90%;
    height: 95%;
  }

  .image-logo {
    height: 60px;
  }

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

  .angebot-grid-4 {
    flex-flow: column;
  }

  .div-block-179 {
    margin-bottom: 40px;
  }

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

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

  .heading-2-imp {
    font-size: 22px;
  }

  .lightbox-link {
    width: 100%;
    height: 60vh;
    margin-top: 10px;
  }

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

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

  .image-wrap-60vh {
    height: 60vh;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 13vh;
  }

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

  .success_blcok.highlights {
    padding: 40px;
  }

  .heading-success {
    font-size: 22px;
    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;
  }

  .label-slogan.heading-2 {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 20px;
  }

  .navlink.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .men-button3.hauptfarbe {
    padding: 12px;
  }

  .titelvideo-unterseiten1 {
    height: 60vh;
  }

  .divblock-video1 {
    padding: 20px;
  }

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

  .slogan.heading-1 {
    font-size: 40px;
  }

  .section-mittig {
    padding: 40px;
  }

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

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

  .footer3.hauptfarbe {
    padding: 20px;
  }

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 25px;
  }

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

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

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

  .text-field {
    width: auto;
    height: 3rem;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .text-field.cc-textarea {
    height: 5.5rem;
  }

  .title-section-main {
    height: 28rem;
  }

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

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

  .heading-mittig.heading-3 {
    font-size: 25px;
  }

  .heading-mittig.heading-3.small {
    font-size: 22px;
  }

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

  .maos-footer {
    height: 100px;
  }

  .impdat-2.flie-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-footer {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .label-mittig.heading-3 {
    font-size: 20px;
  }

  .verticle-line.hauptfarbe {
    height: 45px;
  }

  .cards-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .card-content {
    padding-top: 20px;
  }

  .card-heading-center.heading-3 {
    font-size: 18px;
  }

  .price-cards-wrapper {
    width: 100%;
  }

  .label-links.heading-3 {
    font-size: 14px;
  }

  .bg-img-section {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/download---2024-05-20T163001.950.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 40px;
  }

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

  .price-label-links.heading-3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .paragraph-links.flie-text {
    text-align: center;
  }

  .image-wrapper-40vh {
    height: 35vh;
  }

  .icon-50px {
    width: 2.2rem;
    height: 2.2rem;
  }

  .kontaktformular-stack {
    margin-top: 40px;
  }

  .maps-100 {
    height: 25rem;
  }

  .arrow-div {
    margin-right: 15px;
  }

  .image-101 {
    width: 25rem;
  }

  .div-100-vh.highlights-3 {
    height: auto;
    padding: 40px 20px;
  }

  .quick-stack-landing {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .logo-wrapper-landing-page {
    width: 8rem;
  }

  .card-block {
    height: 25rem;
  }

  .infinite-banner-2 {
    flex-flow: wrap;
  }

  .logos {
    width: 8rem;
  }

  .logos._1 {
    width: 7rem;
  }

  .footer-container {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .image-margin {
    min-height: 35vh;
  }

  .paragraph-links1.flie-text {
    font-size: 14px;
  }

  .text-rechts1 {
    margin-bottom: 5px;
  }

  .image_100.small {
    height: 2.5rem;
  }

  .label-mittig-heading.heading-3 {
    font-size: 25px;
  }

  .list1.flie-text {
    padding-left: 20px;
  }

  .cards-stack-team {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-mail {
    width: 2.2rem;
  }

  .arrow-right {
    height: 2.5px;
  }

  .arrow-left {
    height: 2.5px;
    left: 2px;
  }

  .accordion-question-header {
    font-size: 1.4em;
  }

  .accordion-question-header.flie-text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .accordion-tab-button {
    width: 90vw;
  }

  .image-logo {
    height: 40px;
  }

  .angebot-grid-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .grid-div-rechts-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-small.heading-3 {
    font-size: 15px;
  }

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

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

  .team {
    width: 100%;
  }

  .heading-2-imp {
    font-size: 20px;
  }

  .heading_1 {
    font-size: 32px;
  }

  .image-113 {
    height: 5rem;
  }

  .lightbox-link {
    height: 40vh;
  }

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

  .logo {
    height: 12vh;
  }

  .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 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .success_blcok.highlights {
    padding: 20px;
  }

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

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

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

  .flie-text {
    font-size: 13px;
  }

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

  .terminbutton.hauptfarbe.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
  }

  .terminbutton.hauptfarbe.flie-text.w--current {
    letter-spacing: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-text {
    font-size: 13px;
  }

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

  .impdat.is-wrap {
    overflow-wrap: anywhere;
  }

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

  .inhalt-footer2 {
    font-size: 13px;
  }

  .label-slogan.heading-2 {
    letter-spacing: .5px;
    font-size: 14px;
  }

  .paragraph-mittig.flie-text {
    font-size: 13px;
  }

  .navlink.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

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

  .section-mittig.img-backgraound {
    background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/attachment_2_AdobeStock_331872355.webp');
    background-position: 0 0, 50% 70%;
    background-size: auto, auto;
  }

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

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

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

  .footer3.hauptfarbe {
    text-align: left;
  }

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

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

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

  .div-block-113 {
    font-size: 13px;
  }

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 22px;
  }

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

  .contact-form-wrap.flie-text {
    width: 100%;
    padding: 15px;
  }

  .form-wrap {
    width: 100%;
  }

  .text-field {
    height: 2.8rem;
    padding: 10px;
  }

  .text-field.cc-textarea {
    height: 5rem;
  }

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

  .heading-mittig.heading-1.large {
    font-size: 25px;
  }

  .heading-mittig.heading-3, .heading-mittig.heading-3.small {
    font-size: 20px;
  }

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

  .link {
    font-size: 13px;
  }

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

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

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

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

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

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

  .label-mittig.heading-3 {
    font-size: 18px;
  }

  .verticle-line.hauptfarbe {
    height: 40px;
  }

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

  .label-links.heading-3 {
    font-size: 12px;
  }

  .bg-img-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-label-links.heading-3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .paragraph-links.flie-text {
    font-size: 13px;
  }

  .link-block {
    width: 2.2rem;
    height: 2.2rem;
    padding: 10px;
  }

  .image-wrapper-40vh {
    height: 30vh;
  }

  .kontakt-card.zweitfarbe {
    padding: 10px;
  }

  .icon-50px {
    width: 2rem;
    height: 2rem;
    margin-bottom: 10px;
  }

  .accordion-pane-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-div {
    margin-right: 0;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .image-101 {
    width: 20rem;
  }

  .quick-stack-landing {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .logo-wrapper-landing-page {
    width: 7rem;
  }

  .card-block {
    border-radius: 15px;
  }

  .carousal-wrapper.oben {
    margin-top: 0;
  }

  .infinite-banner-2 {
    flex-flow: column;
    padding: 10px 20px;
  }

  .infinite-banner-2.neben {
    flex-flow: wrap;
  }

  .logos {
    width: 6rem;
  }

  .logos._1 {
    width: 6rem;
    height: 3rem;
  }

  .popup-inside {
    width: 90%;
    padding: 45px 10px 10px;
  }

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

  .image-margin {
    min-height: 20vh;
  }

  .price {
    font-size: 15px;
  }

  .angebot-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 5px;
  }

  .paragraph-links1.flie-text, .text-rechts1.flie-text {
    font-size: 13px;
  }

  .grid-div-rechts {
    text-align: left;
  }

  .angebot-grid-2-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 5px;
  }

  .image_100.small {
    height: 2rem;
  }

  .text-span-4 {
    font-size: 13px;
  }

  .label-mittig-heading.heading-3 {
    font-size: 22px;
  }

  .list1.flie-text {
    font-size: 13px;
  }

  .cards-stack-team {
    margin-top: 10px;
  }

  .accordion-item-wrapper {
    margin-top: 0;
  }

  .accordion-question-header {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

  .accordion-tab-button {
    padding-left: 10px;
  }

  .angebot-grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 5px;
  }

  .popup-inside-mittig {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .image-logo {
    height: 30px;
  }

  .angebot-grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-right: 10px;
  }

  .grid-div-rechts-2 {
    text-align: left;
  }

  .heading-small.heading-3 {
    font-size: 14px;
  }

  .wrap-mobil {
    overflow-wrap: anywhere;
  }

  .field-label, .div-block-180 {
    font-size: 13px;
  }

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

  .heading_1 {
    font-size: 30px;
  }

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

  .lightbox-link {
    height: 45vh;
  }

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

#w-node-f6c0d9a8-9559-9a5f-2eac-63d572064ece-f0e11cfa, #w-node-f6c0d9a8-9559-9a5f-2eac-63d572064edb-f0e11cfa, #w-node-f6c0d9a8-9559-9a5f-2eac-63d572064ee8-f0e11cfa {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f6c0d9a8-9559-9a5f-2eac-63d572064f01-f0e11cfa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_72341767-898e-d596-cb57-327c96e9e1dd-f0e11cfa, #w-node-_3704cd4a-950f-4152-e26f-7d1bcf3dc854-f0e11cfa, #w-node-_59bad92e-616b-3d79-ba80-856b0c863d73-f0e11cfa, #w-node-_72341767-898e-d596-cb57-327c96e9e215-f0e11cfa {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_82bd6dd2-c034-491a-35f3-85ec69b2d240-f0e11cfa {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_10f973d8-292d-c955-55f7-476e4a38cb3e-f0e11d1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_51a83a0a-89d6-c502-4137-4e73f1716245-f0e11d1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_32f93d5a-b52d-b559-3919-a4e2fddb6192-f0e11d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e714d732-beb2-77f1-64de-bd292ac15de8-2cf321ae {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_10f973d8-292d-c955-55f7-476e4a38cb3e-f0e11d1b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_51a83a0a-89d6-c502-4137-4e73f1716245-f0e11d1b, #w-node-_32f93d5a-b52d-b559-3919-a4e2fddb6192-f0e11d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e714d732-beb2-77f1-64de-bd292ac15de8-2cf321ae {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8ae221fc-41a8-11d4-88e7-b21fdcc54b81-2cf321ae {
    order: -9999;
    grid-column: span 2 / span 2;
  }
}

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

  #w-node-_10f973d8-292d-c955-55f7-476e4a38cb3e-f0e11d1b, #w-node-e714d732-beb2-77f1-64de-bd292ac15de8-2cf321ae {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e714d732-beb2-77f1-64de-bd292ac15dea-2cf321ae, #w-node-_8ae221fc-41a8-11d4-88e7-b21fdcc54b81-2cf321ae {
    grid-column: span 1 / span 1;
  }
}

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