:root {
  --white: white;
  --green: #005c29;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sucess-block.highlights {
  width: auto;
  height: auto;
  padding: 100px;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Raleway, 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;
}

.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: #005c29;
  line-height: 1.3;
}

.hauptfarbe {
  color: var(--white);
  background-color: #4f4f55;
}

.zweitfarbe {
  background-color: #f7f7f7;
}

.highlights {
  color: var(--white);
  background-color: #005c29;
}

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

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

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

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

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

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

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

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

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

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

.terminbutton.highlights.heading-3 {
  background-color: var(--green);
  font-family: PT Serif, serif;
}

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

.instagram3 {
  width: 3.1vw;
}

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

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

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

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

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

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

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

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

.impdat {
  padding: 100px 40px;
}

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

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

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

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

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

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

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

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

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

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

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

.video2 {
  height: 90vh;
}

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

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

.inhaltstartseite {
  padding: 20px 10px;
}

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

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

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

.video-2 {
  background-image: url('../images/2_12.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_1AdobeStock_17496330_visu.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 {
  height: 100%;
}

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

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

.label3.abstand-nach-oben.heading-3 {
  font-family: Raleway, sans-serif;
  line-height: 1.6;
}

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

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

.paragraph-mittig1.flie-text {
  font-family: PT Serif, serif;
  font-size: 16px;
}

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

.navbar3 {
  padding: 20px 100px;
  display: flex;
}

.navlinks3 {
  z-index: 10000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.men-3 {
  z-index: 10000;
  background-color: #0000;
}

.navlink3.flie-text {
  font-size: 20px;
}

.navlink3.flie-text:hover {
  color: #005c29;
}

.navlink3.flie-text.w--current {
  color: #005c29;
  font-size: 20px;
  font-weight: 700;
}

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

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

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

.slogan3.heading-1 {
  line-height: 1.2;
}

.abstand-nach-innen3 {
  padding-left: 20px;
}

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

._2er-grid1 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.label {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.heading-linksb-ndig3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 36px;
}

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

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

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

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

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

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

.heading-mittig-klein1.heading-3.farbe-der-headings {
  font-family: Raleway, sans-serif;
}

.text-linksb-ndig3.flie-text {
  font-family: PT Serif, serif;
  font-size: 16px;
}

.bild-cover3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_55583602.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 80vh;
}

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

.heading-footer3.heading-3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.footer3 {
  justify-content: space-between;
  height: auto;
  padding: 20px 140px;
  display: flex;
  position: sticky;
  top: 100%;
  bottom: 0%;
}

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

.inhalt-footer3 {
  color: #fff;
}

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

.preise1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.rounded-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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;
}

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

.subheading-mittig3.heading-2.farbe-der-headings {
  line-height: 1.4;
}

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

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

.form1 {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.titelvideo-start-1 {
  color: #fff;
  background-image: linear-gradient(#ffffff26, #ffffff26);
  height: 75vh;
  padding: 0;
  position: relative;
}

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

.maos-footer {
  justify-content: center;
}

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

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

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

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

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

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

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

.image-100.mdl {
  object-position: 50% 50%;
}

.image-5 {
  width: 2.4vw;
}

.footer-block {
  flex-flow: column;
  align-items: flex-start;
  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;
}

.content-wrap-gap {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list, .paragraph-links {
  line-height: 1.5;
}

.paragraph-links.flie-text {
  font-family: PT Serif, serif;
  font-size: 16px;
}

.heading-links-klein1.heading-3.farbe-der-headings {
  font-family: Raleway, sans-serif;
}

.image-div {
  width: 100%;
  height: 65vh;
}

._2er-adj {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 66%;
  margin: 40px auto;
}

.link-1 {
  font-weight: 700;
  text-decoration: none;
}

.card-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.card-1.zweitfarbe {
  min-height: auto;
}

.icon {
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.icon-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.section-divider {
  background-color: #005c29;
  height: 2vh;
}

.tab-link-tab-1 {
  width: 12vw;
  height: 10vw;
  padding: 0;
}

.tab-pane-tab-3 {
  height: 60vh;
}

.tabs-menu {
  flex-flow: row;
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.icon-block-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.field-label {
  font-family: Raleway, sans-serif;
}

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

.newsletter {
  width: 100%;
}

.code-embed-2 {
  margin-top: 20px;
}

.border-block {
  background-color: #e9e9e9;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px 1px #b7b7b7;
}

.heading-mittig-klein1-2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-mitting {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 25vh;
  padding: 20px;
  display: flex;
  position: relative;
}

.color-block-2 {
  background-color: var(--green);
  color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  display: flex;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
}

.main-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  display: grid;
}

.star {
  width: 18px;
  margin-right: 5px;
}

.horizontal-div {
  display: flex;
}

.absolute-block {
  flex-direction: row;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-22 {
    font-size: 31px;
    line-height: 1.4em;
  }

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

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

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

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

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

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

  .navbar3 {
    flex-flow: column;
    align-items: stretch;
    padding: 0;
  }

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

  .navlink3.flie-text {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .navlink3.flie-text.w--current {
    font-size: 18px;
  }

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

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

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

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

  .abstand-nach-innen3 {
    padding-left: 0;
  }

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

  ._2er-grid1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    display: flex;
  }

  .label.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-mitig3.heading-2 {
    font-size: 28px;
  }

  .inhalt-mittig3 {
    padding: 60px;
  }

  .inhalt-mittig3.zweitfarbe {
    padding: 60px 60px 53px;
  }

  .bild-cover3 {
    height: 55vh;
  }

  .footer3.highlights {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: grid;
    position: static;
    top: 0%;
  }

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

  .preise1 {
    display: block;
  }

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

  .rounded-block.zweitfarbe {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .error-message {
    width: auto;
  }

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

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

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

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

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

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

  .image-100.mdl {
    object-position: 50% 50%;
  }

  .footer-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .content-wrap-gap {
    width: 100%;
    margin-bottom: 0;
  }

  .list {
    align-self: center;
  }

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

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

  .paragraph-links.flie-text, .heading-links-klein1.heading-3.farbe-der-headings {
    text-align: center;
  }

  .image-div {
    height: 50vh;
  }

  ._2er-adj {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
  }

  .card-1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .card-1.zweitfarbe {
    margin-bottom: 20px;
    padding: 20px;
  }

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

  .tab-pane-tab-3 {
    height: 50vh;
  }

  .icon-block-1 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    padding-right: 10px;
    position: fixed;
    inset: auto 0% 21% auto;
  }

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

  .border-block {
    width: 100%;
  }

  .content-block {
    align-items: center;
  }

  .main-block {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }
}

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

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

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

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

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

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

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

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

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

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

  .social-verlinkung3 {
    margin-right: 0;
  }

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

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

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

  .video-2 {
    height: 70vh;
  }

  .inhalt-footer2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
  }

  .angebot2 {
    height: auto;
  }

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

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

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

  .navlink3.flie-text.w--current {
    font-size: 16px;
  }

  .background-video1 {
    height: 100%;
  }

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

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

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

  .content-wrap {
    width: 90%;
    margin-bottom: 10px;
  }

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

  .heading-mitig3.heading-2 {
    font-size: 24px;
  }

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

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

  .heading-mittig-klein1.heading-3.farbe-der-headings {
    font-size: 21px;
  }

  .bild-cover3 {
    height: 45vh;
  }

  .footer3.highlights {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .inhalt-footer3.flie-text {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .preise1 {
    margin-bottom: 10px;
  }

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

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

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

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

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

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

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

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

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

  .maos-footer {
    height: 100px;
  }

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

  .html-embed-6 {
    width: auto;
  }

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

  .footer-block {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrap-gap {
    width: 100%;
  }

  .heading-links-klein1.heading-3.farbe-der-headings {
    text-align: center;
  }

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

  .paragraph-mitting {
    padding-bottom: 40px;
  }
}

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

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

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

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

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

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

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

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

  .heading-22 {
    font-size: 14px;
    line-height: 25px;
  }

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

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

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

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

  .instagram3 {
    width: 7vw;
  }

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

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

  .impdatfooter {
    text-align: left;
  }

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

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

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

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

  .paragraph-mittig1.flie-text, .navlink3.flie-text, .navlink3.flie-text.w--current {
    font-size: 14px;
  }

  .background-video1 {
    height: 100%;
  }

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

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

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

  ._2er-grid1 {
    margin-top: 0;
  }

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

  .heading-linksb-ndig3 {
    font-size: 30px;
  }

  .heading-linksb-ndig3.heading-2 {
    font-size: 22px;
    line-height: 28px;
  }

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

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

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

  .heading-mittig-klein1.heading-3.farbe-der-headings {
    font-size: 16px;
  }

  .text-linksb-ndig3.flie-text {
    font-size: 14px;
  }

  .footer3.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

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

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

  .logo-img {
    width: 200px;
  }

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

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

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

  .image-5 {
    width: 5vw;
  }

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

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

  .image-div {
    height: 40vh;
  }

  ._2er-adj {
    margin-top: 10px;
  }

  .card-1 {
    min-width: 200px;
  }

  .icon {
    width: 26px;
    height: 26px;
  }

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

  .border-block {
    padding: 17px;
  }

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

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

  .content-block {
    padding: 11px;
  }

  .color-block-2 {
    margin-right: 0;
  }

  .horizontal-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    align-items: center;
  }
}

#w-node-_14d16a74-9aea-a515-a917-2250daaec466-9dabfde0, #w-node-_14d16a74-9aea-a515-a917-2250daaec466-9dabfdec {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_14d16a74-9aea-a515-a917-2250daaec466-9dabfde0, #w-node-_14d16a74-9aea-a515-a917-2250daaec466-9dabfdec, #w-node-a1212ba7-3b48-377d-4b8d-292e76e5271f-9dabfe61, #w-node-_7c51e17e-25b3-d325-ce7c-cdb87fa0aa96-9dabfe61 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


