:root {
  --firebrick: #ca0a0a;
  --white-smoke: #f7f7f7;
}

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

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

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

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  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;
}

a {
  text-decoration: underline;
}

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

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

.columns-12 {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.paragraph-8.div-block-150 {
  color: #000;
}

.paragraph-8.black {
  color: #000;
  font-size: 16px;
}

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

.div-block-41 {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.div-block-41.highlights {
  border-color: var(--firebrick);
  color: #000;
  background-color: #fff;
}

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

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

.navbar1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  z-index: 0;
  align-items: center;
  display: flex;
}

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

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

.farbe-der-headings {
  color: var(--firebrick);
}

.hauptfarbe {
  background-color: #000;
}

.zweitfarbe {
  background-color: #f7f7f7;
}

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

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

.heading-2 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

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

.heading-3 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

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

.slogan1 {
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 120px;
  font-weight: 400;
  line-height: 125px;
}

.slogan1.heading-1 {
  text-align: center;
  font-size: 60px;
  line-height: 80px;
}

.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 {
  text-align: center;
  font-family: Roboto, sans-serif;
}

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

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

.section-gro-e-abst-nde1 {
  min-width: 1px;
  height: auto;
  padding: 100px;
  display: flex;
}

.section-gro-e-abst-nde1.columns-12 {
  justify-content: center;
}

.instagram3 {
  width: 30px;
}

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

.preislisten-grid1 {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding: 100px;
}

.grid-div-links {
  min-height: 20px;
}

.grid-div-rechts {
  text-align: right;
  min-height: 20px;
}

.bild-preisliste1 {
  object-fit: cover;
  width: 100%;
  height: 300px;
  margin-top: 20px;
}

.bild-preisliste1._1 {
  object-fit: contain;
}

.text-span-preisliste1 {
  font-weight: 700;
}

.angebot-grid1 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: start;
}

.angebot-grid1.getr-nk {
  grid-template-columns: 1fr .5fr .25fr;
}

.galeriespalte1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.kontakt1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.bild-galerie-2-2 {
  width: 49%;
  height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bild-galerie-2-2.big {
  width: 100%;
}

.lightbox-link {
  background-color: #000;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.lightbox-link:hover {
  filter: none;
}

.galerie1 {
  min-width: 100%;
  margin-top: 20px;
  padding: 10px;
}

.galerie1.highlights {
  margin-top: 0;
  padding-top: 10px;
}

.galerie1.highlights._2 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.galerie1.highlights.oben {
  padding-top: 10px;
  padding-bottom: 0;
}

.galerie1.highlights._3 {
  padding-top: 0;
  padding-bottom: 10px;
}

.bild-galerie1-1 {
  height: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bild-galerie1-1.oben {
  margin-top: 0;
}

.bild-galerie1 {
  width: 100%;
  height: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bild-galerie1.oben {
  margin-top: 0;
}

.div-block-galerie1 {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.heading {
  font-size: 50px;
}

.paragraph-54.flie-text {
  margin-bottom: 5px;
}

.div-block-kontakt1 {
  width: 80vw;
  max-width: none;
  margin: 60px auto;
  padding: 20px 40px 30px;
}

.div-block-kontakt1.zweitfarbe {
  padding-bottom: 20px;
}

.div-block-28 {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

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

.form-block-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: block;
}

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

.grid-kontakt {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  justify-content: stretch;
  place-items: start;
  margin-left: 10px;
}

.grid-kontakt.flie-text {
  grid-template-columns: 1fr 1fr 1fr;
}

.utility-page-wrap {
  background-image: url('../images/5e4e799880743331e550192d_schloss-gold.jpg');
  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;
}

.div-block-video {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.titelvideo-1 {
  height: 75vh;
  position: relative;
}

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

.kleiner {
  font-size: 30px;
}

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

.leistungsbild {
  background-image: url('../images/AdobeStock_253904556_Preview.jpeg');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
}

.leistungsbild.kleiner {
  background-image: url('../images/20200829_134235_resized639.jpg');
  background-position: 50%;
  height: 400px;
  min-height: 200px;
}

.leistungsbild.kleiner._2 {
  background-image: url('../images/20200828_201858_resized640.jpg');
  background-position: 50%;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.leistung {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.leistung.heading-2 {
  margin-top: 0;
}

.leistung.heading-2.farbe-der-headings.linksb-ndig {
  display: block;
}

.leistung.heading-2.farbe-der-headings.at {
  margin-top: 10px;
}

.leistungentext {
  text-align: center;
}

.leistungentext.flie-text {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.bild-section1 {
  background-image: linear-gradient(#00000069, #00000069), url('../images/4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 400px;
  padding: 10px 200px;
  display: flex;
}

.angebote-start {
  color: #fff;
  text-transform: uppercase;
  font-size: 55px;
  line-height: 60px;
}

.footer-1 {
  justify-content: space-around;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-1.hauptfarbe {
  position: relative;
}

.footertext1 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.footer-image {
  margin-right: 10px;
}

.hero {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero.zweitfarbe.background {
  background-color: var(--white-smoke);
  background-image: linear-gradient(#f7f7f7b3, #f7f7f7b3), url('../images/schiff.jpg');
  background-position: 0 0, 85%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90vw;
  display: flex;
}

.flex.justify-center {
  flex-direction: column;
}

.mittig2 {
  width: 100%;
}

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

.aktuelles {
  font-size: 40px;
}

.aktuelles-infos {
  font-family: Droid Sans, sans-serif;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.nav-men-1.hauptfarbe {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

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

.adresse, .ffnungszeiten {
  margin-bottom: 0;
}

.nav-menu-2 {
  flex-direction: row;
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-2 {
  background-image: url('../images/2.png'), 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.jpg');
  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;
}

.maps2 {
  height: 450px;
  position: relative;
  overflow: hidden;
}

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

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

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

.navlink3.flie-text:hover {
  color: #6d6d6d;
}

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

.background-video3 {
  height: 100%;
}

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

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

.rounded-block.zweitfarbe {
  min-height: auto;
}

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

.titelvideo-start-1 {
  height: 90vh;
  position: relative;
}

.nav-link-4 {
  color: #fff;
  font-weight: 700;
}

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

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

.ablaufplan-big-button-2.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-2.black:hover {
  transform: none;
}

.ablaufplan-big-button-2.black.ablaufplan {
  top: 130px;
}

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

.text-span {
  color: #8d1c0f;
  text-transform: uppercase;
}

.div-block-149 {
  background-color: #fff;
  padding: 20px;
}

.div-block-150 {
  box-shadow: 1px 1px 3px #000;
}

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

.link-9, .link-10 {
  color: #333;
  text-decoration: none;
}

.link-11, .link-12 {
  color: #fff;
  text-decoration: none;
}

.form {
  text-align: left;
}

.image-59 {
  width: 35px;
}

.text-block {
  color: #fff;
  text-align: center;
  position: absolute;
  inset: auto 0% 0%;
}

.link-14 {
  color: #fff;
}

.button {
  background-color: var(--firebrick);
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.image-60 {
  object-fit: contain;
  border: 1px solid #000;
  border-radius: 1px;
  width: 100%;
  height: 50vw;
}

.text-field:active, .text-field:focus {
  border: 1px solid #ffa3a3;
}

.maroon-text {
  color: #b52c2c;
  font-weight: 700;
}

.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: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 10px 20px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 11px #000;
}

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

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

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

.heading-89 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-89.bottom-margin {
  margin-bottom: 20px;
}

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

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

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

.red {
  color: var(--firebrick);
}

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

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

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

.modal1_background-overlay {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

.modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.text-size-medium-2 {
  font-family: Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

.heading-90 {
  color: var(--firebrick);
  font-family: Raleway, sans-serif;
}

.div-block-156 {
  background-color: var(--firebrick);
  width: 50%;
  height: .5vh;
  margin: 20px auto;
  padding-right: 0;
}

.image-63 {
  object-fit: contain;
  border: 1px solid #000;
  border-radius: 1px;
  width: 100%;
  height: 50vw;
}

.section-gro-e-abst-nde1-button {
  min-width: 1px;
  height: auto;
  padding: 100px;
  display: flex;
}

.section-gro-e-abst-nde1-button.columns-12 {
  justify-content: center;
}

.section-gro-e-abst-nde1-button.zweitfarbe {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
}

.popup-div {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000069;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-div {
  background-color: #fff;
  border-radius: 20px;
  width: 60%;
  padding: 50px 40px;
  position: relative;
}

.back {
  cursor: pointer;
  object-fit: contain;
  width: 1.5vw;
  position: absolute;
  inset: 15px 15px auto auto;
}

.link-block {
  margin-left: 20px;
}

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

.modal1_content-wrapper-2 {
  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;
}

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

.text-size-medium-3 {
  font-size: 1.125rem;
}

.modal1_component-2 {
  z-index: 9999;
  -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%;
}

.popup-div-1 {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000069;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-span-2 {
  font-size: 22px;
  line-height: 25px;
}

@media screen and (max-width: 991px) {
  .columns-12 {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

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

  .container-8 {
    justify-content: flex-start;
  }

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

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

  .navbar1 {
    position: relative;
  }

  .navbar-6.hauptfarbe {
    z-index: 1;
    display: flex;
    position: relative;
  }

  .nav-link-3.flie-text, .nav-link-3.flie-text.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slogan1.heading-1 {
    font-size: 45px;
    line-height: 55px;
  }

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

  .section-gro-e-abst-nde1 {
    flex-direction: column;
    padding: 60px 20px;
  }

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

  .preislisten-grid1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 60px;
  }

  .angebot-grid1 {
    grid-template-columns: 1fr .5fr;
  }

  .kontakt1 {
    padding: 50px 5%;
  }

  .bild-galerie-2-2 {
    height: 200px;
  }

  .bild-galerie1-1 {
    height: 400px;
  }

  .bild-galerie1 {
    height: 300px;
  }

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

  .grid-kontakt.flie-text {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .titelvideo-1 {
    z-index: 0;
    height: 55vh;
  }

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

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

  .leistungsbild.kleiner {
    height: 300px;
    min-height: auto;
  }

  .leistungsbild.kleiner._2 {
    min-height: auto;
  }

  .bild-section1 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .angebote-start {
    line-height: 60px;
  }

  .footer-1.hauptfarbe {
    padding-left: 10px;
    padding-right: 15px;
  }

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

  .hero-image-mask {
    margin-top: 20px;
    margin-left: 0;
  }

  .men-icon1 {
    color: #fff;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: #0000;
  }

  .nav-men-1.hauptfarbe {
    z-index: 1;
    background-color: #272727;
  }

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

  .video-2 {
    height: 80vh;
  }

  .men-button2.hauptfarbe.w--open {
    background-image: linear-gradient(#000, #000);
  }

  .men-icon2 {
    color: #fff;
  }

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

  .navlinks3.hauptfarbe {
    justify-content: flex-start;
  }

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

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

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

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

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

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

  .nav-link-4 {
    color: #fff;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 700;
  }

  .nav-link-4.flie-text {
    text-align: right;
  }

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

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

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

  .image-60 {
    height: 60vw;
  }

  .popup-inside {
    width: 80%;
  }

  .heading-89.bottom-margin {
    font-size: 34px;
  }

  .bold-text-4 {
    font-size: 22px;
  }

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

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

  .image-63 {
    height: 60vw;
  }

  .section-gro-e-abst-nde1-button {
    flex-direction: column;
    padding: 60px 20px;
  }

  .pop-div {
    padding-top: 50px;
  }

  .back {
    width: 3vw;
  }

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

@media screen and (max-width: 767px) {
  .heading-23 {
    font-size: 36px;
  }

  .columns-12 {
    flex-direction: column;
    justify-content: flex-start;
  }

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

  .paragraph-8 {
    margin-left: 0;
  }

  .paragraph-8.black {
    font-size: 14px;
  }

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

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

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

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

  .titelvideo1 {
    height: 100%;
  }

  .slogan1 {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .slogan1.heading-1 {
    font-size: 28px;
    line-height: 40px;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .terminbutton.highlights {
    font-size: 12px;
  }

  .section-gro-e-abst-nde1 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .preislisten-grid1 {
    padding: 40px;
  }

  .angebot-grid1 {
    grid-template-columns: 1fr .75fr;
  }

  .angebot-grid1.getr-nk {
    grid-template-columns: 1fr .75fr .25fr;
  }

  .kontakt1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bild-galerie-2-2 {
    width: 100%;
    height: 300px;
  }

  .galerie1.highlights {
    margin-bottom: 20px;
  }

  .galerie1.highlights._2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .galerie1.highlights.oben {
    padding-bottom: 10px;
  }

  .galerie1.highlights._3 {
    padding-top: 10px;
  }

  .bild-galerie1-1 {
    height: 300px;
  }

  .div-block-galerie1 {
    flex-direction: column;
    justify-content: center;
  }

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

  .div-block-kontakt1.zweitfarbe {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-kontakt {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .grid-kontakt.flie-text {
    grid-template-columns: 1fr;
    margin-left: 0;
    display: block;
  }

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

  .titelvideo-1 {
    height: 450px;
  }

  .impdat {
    padding-top: 40px;
    padding-bottom: 50px;
  }

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

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

  .leistungsbild.kleiner {
    height: 350px;
  }

  .leistungsbild.kleiner._2 {
    height: 300px;
  }

  .leistung.heading-2.farbe-der-headings, .leistung.heading-2.farbe-der-headings.at {
    font-size: 26px;
  }

  .bild-section1 {
    align-items: center;
    min-height: 300px;
    padding: 20px;
  }

  .angebote-start.heading-1 {
    font-size: 40px;
    line-height: 45px;
  }

  .angebote-start.heading-1.mitte {
    text-align: center;
    font-size: 28px;
  }

  .footer-1.hauptfarbe {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0 10px 40px;
  }

  .footertext1 {
    margin-bottom: 10px;
  }

  .hero {
    padding: 40px 20px;
  }

  .hero.zweitfarbe {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero.zweitfarbe.background {
    background-image: linear-gradient(#f7f7f7d9, #f7f7f7d9), url('../images/schiff.jpg');
    background-position: 0 0, 85%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

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

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .video-2 {
    height: 70vh;
  }

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

  .angebot2 {
    height: auto;
  }

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

  .maps2 {
    height: 350px;
  }

  .background-video3 {
    height: 70vh;
  }

  .titelvideo-start-1 {
    height: 450px;
  }

  .div-block-149 {
    padding: 0;
  }

  .div-block-153, .div-block-154 {
    margin-bottom: 20px;
  }

  .image-60 {
    height: 80vw;
  }

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

  .heading-89.bottom-margin {
    margin-bottom: 20px;
    font-size: 30px;
  }

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

  .bold-text-4 {
    font-size: 20px;
  }

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

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

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

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

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

  .image-63 {
    height: 80vw;
  }

  .section-gro-e-abst-nde1-button {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pop-div {
    width: 75%;
    padding-top: 50px;
  }

  .back {
    width: 3vw;
  }

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

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

  .text-size-medium-3 {
    font-size: 1rem;
  }

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

  .text-span-2 {
    font-size: 18px;
  }
}

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

  a {
    font-size: 10px;
  }

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

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

  .div-block-41.highlights {
    padding: 20px;
  }

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

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

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

  .flie-text.no-overview {
    overflow: hidden;
  }

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

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

  .section-gro-e-abst-nde1 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .text-preisliste1.flie-text.rightallign {
    text-align: right;
  }

  .preislisten-grid1 {
    padding: 20px 10px;
  }

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

  .bild-preisliste1 {
    height: 250px;
  }

  .text-span-preisliste1 {
    font-size: 12px;
    line-height: 18px;
  }

  .angebot-grid1 {
    grid-template-columns: 1fr .5fr;
  }

  .angebot-grid1.getr-nk {
    grid-template-columns: 1fr .75fr .5fr;
  }

  .angebot-grid1.preise-gro {
    grid-template-columns: 1fr .75fr;
  }

  .galeriespalte1 {
    padding-top: 0;
  }

  .kontakt1 {
    padding-left: 2px;
    padding-right: 2%;
  }

  .bild-galerie-2-2 {
    height: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .galerie1.highlights {
    padding: 0;
  }

  .galerie1.highlights.oben {
    margin-bottom: 0;
  }

  .bild-galerie1-1 {
    height: 250px;
  }

  .bild-galerie1 {
    height: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-kontakt1.zweitfarbe {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .titelvideo-1 {
    height: 350px;
  }

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

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

  .impdatfooter {
    text-align: left;
  }

  .leistungsbild.kleiner {
    height: 300px;
  }

  .leistungsbild.kleiner._2 {
    height: 250px;
  }

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

  .leistung.heading-2.farbe-der-headings.at {
    font-size: 20px;
  }

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

  .bild-section1 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .angebote-start.heading-1.mitte {
    font-size: 22px;
  }

  .footer-1.hauptfarbe {
    padding-bottom: 30px;
    padding-left: 10px;
  }

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

  .aktuelles-infos {
    font-size: 12px;
  }

  .video-2 {
    background-image: url('../images/2.png'), 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;
  }

  .link-impdat.flie-text {
    font-size: 14px;
  }

  .maps2 {
    height: 300px;
  }

  .background-video3 {
    height: 60vh;
  }

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

  .titelvideo-start-1 {
    height: 350px;
  }

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

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

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

  .text-span {
    font-size: 22px;
  }

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

  .link-9, .link-11, .link-12 {
    font-size: 14px;
  }

  .text-block {
    font-size: 10px;
  }

  .column, .column-2, .column-3, .column-4 {
    padding-bottom: 10px;
  }

  .bold-text-10 {
    font-size: 22px;
  }

  .image-60 {
    height: 100vw;
  }

  .popup-inside {
    width: 90%;
  }

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

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

  .heading-89.bottom-margin {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .bold-text-4 {
    font-size: 16px;
    line-height: 26px;
  }

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

  .image-63 {
    height: 100vw;
  }

  .section-gro-e-abst-nde1-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pop-div {
    width: 85%;
    padding: 40px 20px 20px;
  }

  .back {
    width: 5vw;
  }

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

  .text-span-2 {
    font-size: 16px;
  }
}

#w-node-_4a4850d4-ef6f-0f8e-18e4-04ea8a7a0d29-a564195c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-d63168d8-10fc-b938-bc80-1cddf63b38ac-c2de236b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


