:root {
  --black: black;
  --white: white;
}

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

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

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_15e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_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-wrap.blavk {
  background-color: var(--black);
  background-image: none;
}

.utility-page-content {
  filter: invert();
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 10%;
}

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

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

.logo-img {
  width: 250px;
}

.logo {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #000;
}

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

.highlights {
  color: #fff;
  background-color: #7d8578;
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-1 {
  font-family: Playfair Display, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.flie-text {
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #7d8578;
  line-height: 1.3;
}

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

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

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

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

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

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

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

.footer3.hauptfarbe {
  color: #fff;
  padding: 40px 10%;
}

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

.heading_footer {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.heading_footer.heading-1 {
  line-height: 1.3;
}

.inhalt-footer3 {
  color: #fff;
}

.inhalt-footer3.flie-text {
  margin-top: 20px;
}

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

.impdat {
  padding: 100px 40px;
}

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

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

.success-block.highlights {
  background-color: var(--black);
}

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

.navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar.hauptfarbe {
  z-index: 90;
  border-bottom: 1px solid var(--white);
}

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

.divider-1 {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.hauptfarbe-2 {
  color: #fff;
  background-color: #000;
}

.logo-wei {
  filter: invert();
  display: none;
}

.logo-wei.desktop {
  filter: none;
  display: block;
}

.nav-menu-1 {
  z-index: 100000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-1 {
  padding-left: 40px;
  padding-right: 40px;
}

.nav-link-1.flie-text {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
}

.nav-link-1.flie-text.w--current {
  border-bottom: 2px solid #fff;
  font-weight: 600;
}

.navlink_content {
  overflow: hidden;
}

.background-video {
  height: 100%;
}

.titelheading {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
}

.titelheading.heading-1 {
  line-height: 1.3;
}

.paragraph_2 {
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  line-height: 30px;
}

.paragraph_2.flie-text {
  line-height: 1.3;
}

.content {
  z-index: 5;
  color: #fff;
  background-color: #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_relative {
  height: 85vh;
  position: relative;
}

.section_1 {
  padding: 100px 10%;
  position: relative;
  overflow: hidden;
}

._2er_grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
}

._2er_grid.flex_top {
  place-items: center start;
  width: 100%;
}

.content_block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: flex;
}

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

.heading {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
}

.heading.heading-1 {
  line-height: 1.3;
}

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

.paragraph.flie-text {
  z-index: 5;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
}

.paragraph.flie-text.top-margin {
  margin-top: 25px;
}

.paragraph.flie-text.top-margin.pos {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  text-shadow: 0 1px 1px #0009;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  inset: auto 0% 8%;
}

.paragraph.flie-text.spc {
  letter-spacing: 3px;
}

.link {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.grid {
  grid-template-rows: auto 300px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

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

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.image.lft {
  object-position: 40% 50%;
}

.section_2 {
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.section_2.bg-img {
  background-image: linear-gradient(#ffffff5e, #ffffff5e), url('../images/60d0bc6fa5a7728fdd300f6e_AdobeStock_235808312_visu_160d0bc6fa5a7728fdd300f6e_AdobeStock_235808312_visu.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.heading_1 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}

.heading_1.heading-1 {
  line-height: 1.3;
}

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

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

.field-label.flie-text {
  line-height: 1.5;
}

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

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

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

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

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.25fr;
  place-items: center start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider {
  background-color: #f1f1f1;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.smaller {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
}

.content_image {
  background-image: linear-gradient(#fffc, #fffc), url('../images/60d0bc6f6a6e34019881ac55_AdobeStock_380588444_visu_160d0bc6f6a6e34019881ac55_AdobeStock_380588444_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  padding: 60px 40px;
}

.white_block {
  background-color: #fff;
  padding: 40px;
}

.image_5 {
  object-fit: cover;
  border-radius: 50%;
  width: 35vh;
  height: 35vh;
}

.image_5.pos {
  position: relative;
}

.paragraph_footer {
  font-size: 16px;
  line-height: 28px;
}

.paragraph_footer.flie-text {
  line-height: 1.5;
  display: block;
}

.icon_social {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.heading_2 {
  font-size: 30px;
  line-height: 40px;
}

.heading_2.heading-1 {
  line-height: 1.3;
}

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

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

.content_block_1 {
  min-height: 91.2vh;
  padding-top: 20px;
}

.content_block_1.small {
  min-height: auto;
}

.no_overflow {
  overflow: hidden;
}

.circle {
  border: 1px solid #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
}

.circle.white {
  border-color: #fff;
}

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

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

.link-formular.farbe-der-headings {
  font-weight: 700;
}

.relative_button {
  margin-top: 20px;
  padding: 20px;
  position: relative;
}

.button {
  background-color: #000;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.platzhalter {
  font-size: 12px;
  line-height: 12px;
}

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

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

.maps-gro {
  width: 100%;
  height: 67.1vh;
}

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

.link-block.black {
  color: #333;
}

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

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

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

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

.maps-2 {
  height: 55vh;
}

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

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

.icons-grid-1 {
  grid-column-gap: 15px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr 2.25fr;
  place-items: center start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.slider {
  background-color: #0000;
  width: 100%;
  height: 60vh;
}

.logo-heading {
  margin-top: 10px;
  font-size: 40px;
  line-height: 50px;
}

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

.list-item {
  margin-bottom: 10px;
}

.accordion-item-wrapper-white-4 {
  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-left-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left-2.white-back {
  background-color: #fff;
}

.accordion-tab-button-dark {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

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

.accordion-question-header-4 {
  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-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

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

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

.arrow-right-2.white-back {
  background-color: #fff;
}

.icon-small {
  width: 40px;
  height: 40px;
  margin-left: 40px;
}

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

.heading_1-2 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}

.heading_1-2.heading-1 {
  margin-bottom: 60px;
  line-height: 1.3;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 70vh;
}

.slider-2.sticky {
  height: 80vh;
  position: sticky;
  top: 0;
}

.image-blur {
  filter: blur(7px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.image-blur.sml, .image-blur._80 {
  width: 80%;
}

.image-contain-absolute {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-contain-absolute.spc {
  width: 80%;
  inset: 0% auto auto;
}

.image-contain-absolute.sml {
  width: 80%;
  inset: 0% 0% auto auto;
}

.image-contain-absolute.sml.r {
  inset: 0% 0% auto auto;
}

.image-contain-absolute._80 {
  object-position: 50% 50%;
  width: 80%;
  left: auto;
}

.flex-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.logo-img {
  object-fit: contain;
  width: 150px;
}

.heading-87 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
}

.heading-87.heading-1 {
  line-height: 1.3;
}

.link-6 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

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

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.25fr;
  place-items: center start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.slider-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.relative-block {
  z-index: 10;
  width: 100%;
  height: 60vh;
  position: relative;
}

.relative-block.mdl, .relative-block.rgt {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.relative-block.lft {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section_relative-banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_relative-banner.hauptfarbe {
  padding-top: 2%;
  padding-bottom: 2%;
}

.code-embed {
  height: 90vh;
}

.content-2 {
  z-index: 5;
  color: #fff;
  background-color: #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.musik-embed {
  width: 30%;
  height: 10vh;
  position: absolute;
  inset: 10% 1% auto auto;
}

.abs-block {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#0003, #0003);
  border-radius: 50%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20px 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image_4-1 {
  object-fit: cover;
  width: 90%;
  height: 70vh;
}

.abs-block-2 {
  color: #fff;
  text-align: center;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 10% 0% 0%;
}

.icon-101 {
  color: #333;
}

.right-arrow, .left-arrow {
  display: none;
}

.termin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.column-mittig-untereinander-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding: 60px;
  display: flex;
}

.column-links1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  padding: 60px;
  display: flex;
}

.image-61 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.content_1-2 {
  color: #333;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

._3er_grid {
  z-index: 1;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  position: relative;
}

.no_overflow-3 {
  overflow: hidden;
}

.grid-19 {
  margin-top: 100px;
}

.image_1-65vh {
  object-fit: cover;
  width: 100%;
  height: 65vh;
  margin-top: 20px;
}

.image-wrapper-65vh {
  width: 100%;
  height: 65vh;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.galerie-section {
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/Thailand-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.slider-5 {
  background-color: #0000;
  width: 500px;
  height: 65vh;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.slider_wrapper {
  justify-content: center;
  align-items: center;
  height: 65vh;
  display: flex;
  position: relative;
}

.arrow-2 {
  color: #fff;
}

.slider_container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.slide_content_wrapper {
  border: 3px solid var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 60vh;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.slide {
  height: 65vh;
}

.hiddem {
  display: none;
}

.inhalt-div-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out;
  display: flex;
}

.mask-3 {
  height: 65vh;
  position: static;
  overflow: visible;
}

.bewertungen-slider-100 {
  background-color: #ddd0;
  width: 100%;
  height: 55vh;
  margin-top: 40px;
}

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

.bild-wrapper {
  position: relative;
}

.content_block-top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 80px;
  padding-right: 0;
  display: flex;
}

.heading-nomargin {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
}

.heading-nomargin.heading-1 {
  margin-top: 0;
  line-height: 1.3;
}

.text-block {
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: static;
}

.tabs {
  width: 60%;
  max-width: 80%;
  height: 100%;
  position: static;
}

.tabbtn-1 {
  outline-offset: 0px;
  color: #fff;
  background-color: #fff0;
  border-radius: 60px;
  outline: 3px solid #ffffff96;
  justify-content: center;
  align-items: center;
  width: 14.9355rem;
  height: 7vh;
  display: flex;
  position: absolute;
  inset: 18% auto auto 1%;
}

.tabbtn-1.w--current {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 60px;
  outline: 3px solid #fff;
  width: 14.9355rem;
  height: 7vh;
}

.tabbtn-2 {
  outline-offset: 0px;
  color: #fff;
  background-color: #fff0;
  border-radius: 60px;
  outline: 3px solid #ffffff96;
  justify-content: center;
  align-items: center;
  width: 14.9355rem;
  height: 7vh;
  display: flex;
  position: absolute;
  inset: 31% auto auto 1%;
}

.tabbtn-2.w--current {
  outline-offset: 0px;
  background-color: #0000;
  outline: 3px solid #fff;
}

.tabbtn-3 {
  outline-offset: 0px;
  color: #fff;
  background-color: #fff0;
  border-radius: 60px;
  outline: 3px solid #ffffff96;
  justify-content: center;
  align-items: center;
  width: 14.9355rem;
  height: 7vh;
  display: flex;
  position: absolute;
  inset: 44% auto auto 1%;
}

.tabbtn-3.w--current {
  outline-offset: 0px;
  background-color: #0000;
  outline: 3px solid #fff;
}

.tabbtn-4 {
  outline-offset: 0px;
  color: #fff;
  background-color: #fff0;
  border-radius: 60px;
  outline: 3px solid #ffffff96;
  justify-content: center;
  align-items: center;
  width: 14.9355rem;
  height: 7vh;
  display: flex;
  position: absolute;
  inset: 57% auto auto 1%;
}

.tabbtn-4.w--current {
  outline-offset: 0px;
  background-color: #0000;
  outline: 3px solid #fff;
}

.tabbtn-5 {
  outline-offset: 0px;
  color: #fff;
  background-color: #fff0;
  border-radius: 60px;
  outline: 3px solid #ffffff96;
  justify-content: center;
  align-items: center;
  width: 14.9355rem;
  height: 7vh;
  display: flex;
  position: absolute;
  inset: 70% auto auto 1%;
}

.tabbtn-5.w--current {
  outline-offset: 0px;
  background-color: #0000;
  outline: 3px solid #fff;
}

.tabbtn-6 {
  outline-offset: 0px;
  color: #fff;
  background-color: #fff0;
  border-radius: 60px;
  outline: 3px solid #ffffff96;
  justify-content: center;
  align-items: center;
  width: 14.9355rem;
  height: 7vh;
  display: flex;
  position: absolute;
  inset: 83% auto auto 1%;
}

.tabbtn-6.w--current {
  outline-offset: 0px;
  background-color: #0000;
  outline: 3px solid #fff;
}

.tabbtn-7 {
  outline-offset: 0px;
  color: #fff;
  background-color: #fff0;
  border-radius: 60px;
  outline: 3px solid #ffffff96;
  justify-content: center;
  align-items: center;
  width: 14.9355rem;
  height: 7vh;
  display: flex;
  position: absolute;
  inset: 18% 1% auto auto;
}

.tabbtn-7.w--current {
  outline-offset: 0px;
  background-color: #0000;
  outline: 3px solid #fff;
}

.tabbtn-8 {
  outline-offset: 0px;
  color: #fff;
  background-color: #fff0;
  border-radius: 60px;
  outline: 3px solid #ffffff96;
  justify-content: center;
  align-items: center;
  width: 14.9355rem;
  height: 7vh;
  display: flex;
  position: absolute;
  inset: 31% 1% auto auto;
}

.tabbtn-8.w--current {
  outline-offset: 0px;
  background-color: #0000;
  outline: 3px solid #fff;
}

.tabbtn-9 {
  outline-offset: 0px;
  color: #fff;
  background-color: #fff0;
  border-radius: 60px;
  outline: 3px solid #ffffff96;
  justify-content: center;
  align-items: center;
  width: 14.9355rem;
  height: 7vh;
  display: flex;
  position: absolute;
  inset: 44% 1% auto auto;
}

.tabbtn-9.w--current {
  outline-offset: 0px;
  background-color: #0000;
  outline: 3px solid #fff;
}

.tabbtn-10 {
  outline-offset: 0px;
  color: #fff;
  background-color: #fff0;
  border-radius: 60px;
  outline: 3px solid #ffffff96;
  justify-content: center;
  align-items: center;
  width: 14.9355rem;
  height: 7vh;
  display: flex;
  position: absolute;
  inset: 57% 1% auto auto;
}

.tabbtn-10.w--current {
  outline-offset: 0px;
  background-color: #0000;
  outline: 3px solid #fff;
}

.tabbtn-11 {
  outline-offset: 0px;
  color: #fff;
  background-color: #fff0;
  border-radius: 60px;
  outline: 3px solid #ffffff96;
  justify-content: center;
  align-items: center;
  width: 14.9355rem;
  height: 7vh;
  display: flex;
  position: absolute;
  top: 70%;
  left: auto;
  right: 1%;
}

.tabbtn-11.w--current {
  outline-offset: 0px;
  background-color: #0000;
  outline: 3px solid #fff;
}

.gtranslator {
  z-index: 2147483647;
  position: absolute;
  inset: 0% 0% auto auto;
}

.flex-div-down {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.circle-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

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

.paragraph-list {
  font-size: 20px;
  line-height: 30px;
}

.paragraph-list.flie-text {
  z-index: 5;
  line-height: 1.5;
  position: relative;
}

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

.jotform-wrapper {
  height: 100%;
  overflow: auto;
}

.code-embed-2 {
  height: 90vh;
}

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

.icon-102 {
  text-shadow: 0 1px 1px #0009;
}

.gtranslator-2 {
  position: absolute;
  left: auto;
  right: 5%;
}

.code-embed-3, .code-embed-4 {
  position: absolute;
  inset: auto 0% 5% auto;
}

.code-embed-5 {
  height: 110vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .utility-page-content {
    bottom: 15%;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

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

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

  .success {
    padding: 60px 20px;
  }

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

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

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

  .navbar.hauptfarbe {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .icon {
    color: var(--black);
  }

  .hauptfarbe-2 {
    text-align: center;
    background-color: #ffffffe6;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .hauptfarbe-2.w--open {
    background-color: var(--white);
  }

  .logo-wei {
    filter: none;
    display: block;
  }

  .logo-wei.desktop {
    display: none;
  }

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

  .nav-link-1.flie-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_relative {
    height: 100vh;
  }

  .section_1 {
    padding: 60px;
  }

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

  ._2er_grid.flex_top {
    justify-content: start;
    justify-items: start;
  }

  ._2er_grid.flex_top.invert {
    flex-flow: column-reverse wrap;
  }

  ._2er_grid.flex_top.invert-2 {
    flex-flow: column;
  }

  .content_block {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .heading.heading-1 {
    text-align: center;
    font-size: 35px;
  }

  .paragraph.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .paragraph.flie-text.top-margin.pos {
    font-size: 16px;
    line-height: 20px;
  }

  .link {
    color: var(--white);
    font-size: 15px;
  }

  .grid {
    grid-template-rows: auto 200px;
  }

  .section_2 {
    background-image: linear-gradient(#ffffff69, #ffffff69), url('../images/60d0bc6fa5a7728fdd300f6e_AdobeStock_235808312_visu_160d0bc6fa5a7728fdd300f6e_AdobeStock_235808312_visu.webp');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
    height: auto;
  }

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

  .grid-3 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    display: flex;
  }

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

  .content_image, .white_block {
    padding: 20px;
  }

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

  .absolute_div {
    padding: 40px;
    position: static;
  }

  .absolute_image_div {
    margin-top: 0%;
    position: static;
  }

  .content_block_1 {
    width: 100%;
    min-height: auto;
    padding-top: 0;
  }

  .circle {
    padding: 7px;
  }

  .circle.white {
    margin-top: 5px;
  }

  .link-formular.farbe-der-headings {
    color: var(--black);
  }

  .relative_button {
    background-color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .maps-2 {
    width: 100%;
    height: 50vh;
  }

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

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

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

  .slider {
    height: 50vh;
  }

  .logo-heading.heading-14 {
    color: var(--white);
  }

  .logo-heading.heading-14.color {
    color: var(--black);
    -webkit-text-stroke-color: var(--white);
    font-size: 16px;
  }

  .logo-heading.heading-14.color.white {
    color: var(--white);
  }

  .accordion-item-wrapper-white-4 {
    margin-bottom: 20px;
  }

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

  .accordion-pane-content {
    padding-bottom: 0;
  }

  .icon-small {
    margin-left: 0;
  }

  .icon-100 {
    margin-top: 10px;
  }

  .slider-2 {
    height: 50vh;
  }

  .image-blur._80, .image-contain-absolute._80 {
    width: 70%;
  }

  .logo-img {
    width: 129px;
  }

  .heading-87.heading-1 {
    text-align: center;
    font-size: 30px;
  }

  .link-6 {
    color: var(--white);
  }

  .block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .slider-wrapper {
    width: 100%;
  }

  .relative-block {
    height: 50vh;
  }

  .relative-block.rgt, .relative-block.lft {
    justify-content: center;
    align-items: center;
  }

  .section_relative-banner {
    height: 100vh;
  }

  .section_relative-banner.hauptfarbe {
    height: auto;
  }

  .code-embed {
    height: 50vh;
  }

  .content-2 {
    padding: 20px 40px;
  }

  .musik-embed {
    width: 100%;
    position: static;
  }

  .abs-block {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .image_4-1 {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }

  .abs-block-2 {
    width: 100%;
  }

  ._3er_grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
    display: flex;
  }

  .no_overflow-3 {
    height: 50vh;
  }

  .grid-19 {
    flex-flow: column;
    margin-top: 40px;
    display: flex;
  }

  .image_1-65vh {
    height: 50vh;
  }

  .image-wrapper-65vh {
    height: 50vh;
    margin-top: 10px;
  }

  .galerie-section {
    padding: 60px;
  }

  .slider-5 {
    width: 100%;
    height: 50vh;
  }

  .slider_wrapper {
    height: 50vh;
  }

  .slider_container {
    width: 100%;
  }

  .slide_content_wrapper {
    width: 100%;
    height: 46vh;
  }

  .slide, .mask-3 {
    height: 50vh;
  }

  .bewertungen-slider-100 {
    height: 50vh;
    margin-top: 20px;
  }

  .bild-wrapper {
    width: 100%;
    height: 60vh;
  }

  .content_block-top {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .heading-nomargin.heading-1 {
    font-size: 32px;
  }

  .tabs-menu {
    display: flex;
  }

  .tabs {
    width: 100%;
    max-width: 100%;
  }

  .tabbtn-1, .tabbtn-1.w--current, .tabbtn-2, .tabbtn-3, .tabbtn-4, .tabbtn-5, .tabbtn-6 {
    width: 100%;
    height: auto;
    position: static;
  }

  .tabbtn-7 {
    width: 100%;
    height: auto;
    position: relative;
  }

  .tabbtn-8, .tabbtn-9, .tabbtn-10, .tabbtn-11 {
    width: 100%;
    height: auto;
    position: static;
  }

  .gtranslator {
    inset: 0% 0% auto auto;
  }

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

  .paragraph-list.flie-text {
    text-align: left;
    font-size: 16px;
  }

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

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

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

  .gtranslator-2 {
    inset: 0% 0% auto auto;
  }

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

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

@media screen and (max-width: 767px) {
  .divblock1 {
    height: auto;
  }

  .footer3.hauptfarbe {
    padding: 20px;
  }

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

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

  .inhalt-footer3.flie-text {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    display: flex;
  }

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

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

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

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

  .paragraph_2.flie-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .content {
    justify-content: flex-end;
    padding-bottom: 40px;
  }

  .section_relative {
    height: 90vh;
  }

  .section_1 {
    padding: 40px;
  }

  ._2er_grid.flex_top {
    flex-direction: column;
    display: flex;
  }

  ._2er_grid.flex_top.invert, ._2er_grid.flex_top.invert-2 {
    flex-direction: column-reverse;
    justify-content: space-between;
    display: flex;
  }

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

  .paragraph.flie-text.top-margin.pos {
    font-size: 13px;
    line-height: 18px;
  }

  .grid {
    flex-direction: column;
    grid-template-rows: auto 150px;
    display: flex;
  }

  .section_2 {
    height: auto;
  }

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

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

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

  .image_1 {
    height: 50vh;
  }

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

  .content_image {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .image_5 {
    width: 200px;
    height: 200px;
  }

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

  .heading_2.heading-1 {
    font-size: 23px;
  }

  .no_overflow {
    height: 50vh;
  }

  .circle.white {
    width: 45px;
    height: 45px;
  }

  .relative_button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .maos-footer {
    height: auto;
  }

  .maps-gro {
    height: 400px;
  }

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

  .maps-2 {
    width: 100%;
  }

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

  .slider {
    height: 50vh;
  }

  .logo-heading.heading-14.color {
    font-size: 14px;
  }

  .accordion-tab-button-dark {
    width: auto;
  }

  .accordion-pane-content {
    padding-bottom: 0;
  }

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

  .icon-small {
    width: 50px;
    height: 50px;
  }

  .heading_1-2.heading-1 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .logo-img {
    width: 119px;
  }

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

  .section_relative-banner {
    height: 90vh;
  }

  .code-embed {
    height: 45vh;
  }

  .content-2 {
    justify-content: flex-end;
    padding-bottom: 40px;
  }

  .abs-block {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

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

  .image_1-65vh {
    height: 50vh;
  }

  .galerie-section {
    padding: 40px;
  }

  .slider-5 {
    width: 100%;
    height: 50vh;
  }

  .right_arrow {
    margin-right: -40px;
  }

  .slider_container {
    width: 100%;
    padding: 20px;
  }

  .slide_content_wrapper {
    height: 50vh;
  }

  .left_arrow {
    margin-left: -40px;
  }

  .bild-wrapper {
    height: 50vh;
  }

  .heading-nomargin.heading-1 {
    text-align: center;
    font-size: 28px;
  }

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

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

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

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

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

  .heading_footer {
    font-size: 18px;
    line-height: 28px;
  }

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

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

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

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

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

  .navbar.hauptfarbe {
    padding-top: 55px;
  }

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

  .paragraph_2.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

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

  .section_relative {
    height: 60vh;
  }

  .section_1 {
    padding: 40px 20px;
  }

  ._2er_grid.flex_top.invert-2 {
    flex-flow: column-reverse wrap;
    align-items: flex-end;
  }

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

  .heading.heading-1 {
    margin-bottom: 10px;
    font-size: 21px;
  }

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

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

  .link {
    font-size: 15px;
  }

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

  .section_2 {
    height: auto;
  }

  .heading_1 {
    font-size: 35px;
    line-height: 45px;
  }

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

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

  .image_1 {
    height: 40vh;
  }

  .grid-3 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 3.75fr;
    justify-items: start;
  }

  .content_image {
    padding: 10px;
  }

  .white_block {
    width: 100%;
    padding: 0;
  }

  .image_5 {
    width: 150px;
    height: 150px;
  }

  .image_5.pos {
    width: 200px;
    height: 200px;
  }

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

  .absolute_div {
    padding: 20px;
  }

  .content_block_1 {
    width: 100%;
  }

  .no_overflow {
    height: 45vh;
  }

  .circle {
    width: 43px;
    height: 43px;
    padding: 7px;
  }

  .circle.white {
    width: 35px;
    height: 35px;
  }

  .maps-gro {
    height: 300px;
  }

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

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

  .icons-grid-1 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 3.75fr;
    justify-items: start;
  }

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

  .slider {
    height: 40vh;
  }

  .logo-heading {
    font-size: 35px;
    line-height: 45px;
  }

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

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

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

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

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

  .icon-100 {
    margin-top: 10px;
  }

  .heading_1-2 {
    font-size: 35px;
    line-height: 45px;
  }

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

  .slider-2 {
    height: 40vh;
  }

  .image-blur.sml, .image-contain-absolute.spc {
    width: 80%;
  }

  .logo-img {
    width: 100px;
  }

  .heading-87 {
    font-size: 35px;
    line-height: 45px;
  }

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

  .link-6 {
    font-size: 14px;
  }

  .grid-17 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 3.75fr;
    justify-items: start;
  }

  .relative-block {
    height: 40vh;
  }

  .section_relative-banner {
    height: 60vh;
  }

  .code-embed {
    height: 40vh;
  }

  .content-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_1-2 {
    padding: 20px;
  }

  .no_overflow-3 {
    height: 45vh;
  }

  .image_1-65vh {
    height: 40vh;
  }

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

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

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

  .slider_wrapper, .slide_content_wrapper, .slide, .mask-3 {
    height: 40vh;
  }

  .bewertungen-slider-100.sml, .bild-wrapper {
    height: 35vh;
  }

  .content_block-top {
    padding-bottom: 20px;
  }

  .heading-nomargin {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-nomargin.heading-1 {
    text-align: center;
    font-size: 20px;
  }

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

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

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

  .slide-nav, .slide-nav-2 {
    font-size: 8px;
  }

  .slide-nav-3 {
    font-size: 6px;
  }

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

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

#w-node-_9e39fc91-7235-3026-ebff-d02eb6584752-cdb453af {
  justify-self: center;
}

#w-node-_63fcb7f5-0d6b-281f-2263-6a52873b0416-a404584a, #w-node-aa8712a9-b2be-ab7c-8eff-8da3bd33337f-a404584a, #w-node-c215ff62-7fec-ee02-5c81-1894c0c8902a-a404584a, #w-node-_78b68e9e-0bf5-3252-40e3-a643b1153adb-8a3063e6, #w-node-_78b68e9e-0bf5-3252-40e3-a643b1153adf-8a3063e6, #w-node-_78b68e9e-0bf5-3252-40e3-a643b1153ae3-8a3063e6, #w-node-_78b68e9e-0bf5-3252-40e3-a643b1153ae7-8a3063e6, #w-node-_78b68e9e-0bf5-3252-40e3-a643b1153aeb-8a3063e6, #w-node-_78b68e9e-0bf5-3252-40e3-a643b1153aef-8a3063e6, #w-node-_78b68e9e-0bf5-3252-40e3-a643b1153af3-8a3063e6, #w-node-_78b68e9e-0bf5-3252-40e3-a643b1153af7-8a3063e6, #w-node-_78b68e9e-0bf5-3252-40e3-a643b1153afb-8a3063e6, #w-node-_78b68e9e-0bf5-3252-40e3-a643b1153aff-8a3063e6, #w-node-_7e870c23-26da-fc54-47eb-37eb609c9675-8a3063e6, #w-node-_7e870c23-26da-fc54-47eb-37eb609c9679-8a3063e6, #w-node-_7e870c23-26da-fc54-47eb-37eb609c967d-8a3063e6, #w-node-_7e870c23-26da-fc54-47eb-37eb609c9681-8a3063e6, #w-node-_7e870c23-26da-fc54-47eb-37eb609c9685-8a3063e6, #w-node-_7e870c23-26da-fc54-47eb-37eb609c9689-8a3063e6, #w-node-_8697d398-cdf1-2059-43a5-3aadb1f3fb35-8a3063e6, #w-node-_8697d398-cdf1-2059-43a5-3aadb1f3fb39-8a3063e6, #w-node-_8697d398-cdf1-2059-43a5-3aadb1f3fb3d-8a3063e6, #w-node-_8697d398-cdf1-2059-43a5-3aadb1f3fb41-8a3063e6, #w-node-_8697d398-cdf1-2059-43a5-3aadb1f3fb45-8a3063e6, #w-node-_8697d398-cdf1-2059-43a5-3aadb1f3fb49-8a3063e6, #w-node-_23fb282d-85d8-610a-4c06-dadf36edd005-8a3063e6, #w-node-_5ab8dd10-f1be-9aba-204c-8caf31543b8d-8a3063e6, #w-node-_0420371f-bfdf-6ca3-c610-cb50699ab7a2-8a3063e6, #w-node-_39962a4a-46c9-319b-1f2d-c449d1a0d181-8a3063e6, #w-node-_0ce9f7ae-c8dc-1cb7-0bfd-ba91455cbb19-8a3063e6, #w-node-_0ce9f7ae-c8dc-1cb7-0bfd-ba91455cbb1d-8a3063e6, #w-node-_0ce9f7ae-c8dc-1cb7-0bfd-ba91455cbb21-8a3063e6, #w-node-_0ce9f7ae-c8dc-1cb7-0bfd-ba91455cbb25-8a3063e6, #w-node-_0ce9f7ae-c8dc-1cb7-0bfd-ba91455cbb29-8a3063e6, #w-node-_0ce9f7ae-c8dc-1cb7-0bfd-ba91455cbb2d-8a3063e6, #w-node-c5a2c0e8-4fb8-2e91-9d35-78d880468ca5-8a3063e6, #w-node-c5a2c0e8-4fb8-2e91-9d35-78d880468ca9-8a3063e6, #w-node-c5a2c0e8-4fb8-2e91-9d35-78d880468cad-8a3063e6, #w-node-c5a2c0e8-4fb8-2e91-9d35-78d880468cb1-8a3063e6, #w-node-c5a2c0e8-4fb8-2e91-9d35-78d880468cb5-8a3063e6, #w-node-c5a2c0e8-4fb8-2e91-9d35-78d880468cb9-8a3063e6, #w-node-_03b29455-d55e-fd10-51fb-b1d174a32550-8a3063e6, #w-node-_1c3b24c4-c3fb-4b6f-12c1-26ba95eb9728-8a3063e6, #w-node-ac74b549-dbb0-422f-87f2-0df512893907-8a3063e6, #w-node-ad804d3f-b210-fa1c-fa73-be655b142e4b-8a3063e6, #w-node-_4d43fd67-0785-37ef-6c67-137744adb121-8a3063e6, #w-node-c7da5bb5-34ef-6df8-b842-51d603a850a3-8a3063e6, #w-node-_00e70994-719a-849c-9266-fed61f3e0c0b-8a3063e6, #w-node-_14f43fd0-d7c2-bb25-8aac-c05593368e01-8a3063e6, #w-node-_8fc6cc6f-63be-3c5d-6041-04ef189153ba-8a3063e6, #w-node-edb164e1-b58a-3280-0d1a-1a088b6758f4-8a3063e6, #w-node-f30eef64-2d3e-a4b9-17fe-4b3551f243e6-8a3063e6, #w-node-f30eef64-2d3e-a4b9-17fe-4b3551f243ea-8a3063e6, #w-node-f30eef64-2d3e-a4b9-17fe-4b3551f243ee-8a3063e6, #w-node-f30eef64-2d3e-a4b9-17fe-4b3551f243f2-8a3063e6, #w-node-a98cbf0c-c89c-df71-31d3-15377b700af6-8a3063e6, #w-node-a98cbf0c-c89c-df71-31d3-15377b700afa-8a3063e6, #w-node-a98cbf0c-c89c-df71-31d3-15377b700afe-8a3063e6, #w-node-a98cbf0c-c89c-df71-31d3-15377b700b02-8a3063e6, #w-node-_2be7fb32-c874-7a73-9297-898661e1bbd4-8a3063e6, #w-node-fa741eb4-5d45-2945-b319-c9543fabf89e-8a3063e6, #w-node-fa741eb4-5d45-2945-b319-c9543fabf8a2-8a3063e6, #w-node-fa741eb4-5d45-2945-b319-c9543fabf8a6-8a3063e6, #w-node-fa741eb4-5d45-2945-b319-c9543fabf8aa-8a3063e6, #w-node-fa741eb4-5d45-2945-b319-c9543fabf8ae-8a3063e6, #w-node-_8e4a9512-1ebe-6e04-d1aa-e73b7f0b1a58-8a3063e6, #w-node-_6df389e9-d4d4-c3d9-e538-40d158606f32-8a3063e6, #w-node-_004f3b33-b5f8-9a00-77e1-c8f2d6a9685e-8a3063e6, #w-node-_4de4b3d0-6dab-e539-31c7-02e7fa3561b7-8a3063e6, #w-node-a7c031c6-2030-2178-1fe2-fdf9777b1544-8a3063e6, #w-node-_2e5a98f1-1060-e1f7-9316-85fd312a0422-8a3063e6, #w-node-a0011ace-1eea-42c6-84c6-cfdef281f141-8a3063e6, #w-node-dec45264-4af4-4e67-5750-b7265afabe9c-8a3063e6, #w-node-cddfe0ef-925a-a2a5-e4f9-d6893ee93450-8a3063e6, #w-node-a89d6f3b-3953-906c-fe86-64cab9833889-8a3063e6, #w-node-a89d6f3b-3953-906c-fe86-64cab983388d-8a3063e6, #w-node-_2bace6c4-648c-f7d2-2379-318f634cc730-8a3063e6, #w-node-efaf2352-f8da-d778-3d8c-ca17e5636842-8a3063e6, #w-node-efa4d789-2563-e910-fdb4-36dfe6c7d0eb-8a3063e6, #w-node-ae1ef3b4-5c1b-8c44-5f3c-0828d8d7fa55-8a3063e6, #w-node-_2bace6c4-648c-f7d2-2379-318f634cc734-8a3063e6, #w-node-_55a6f187-a258-04d0-e1bc-79563841d5d1-8a3063e6, #w-node-c2a338a9-9724-b0b7-69c0-97a7f959ebfd-8a3063e6, #w-node-c2a338a9-9724-b0b7-69c0-97a7f959ec01-8a3063e6, #w-node-_74f13ab7-f443-a8fb-f25d-7d45fd9e1ca2-8a3063e6, #w-node-_6e6cee2f-2586-acf5-eb69-f992e3930874-8a3063e6, #w-node-ecaf1c68-a320-7be5-7689-98bcca77e86f-8a3063e6, #w-node-f8a67f2e-4da7-c1e9-3121-667dbc36ea94-8a3063e6, #w-node-c799123a-c340-cacb-66f6-b4dc919eb6e5-8a3063e6, #w-node-_5193891c-7ac5-5d35-efd3-099c6bdc99e0-8a3063e6, #w-node-a2b5c937-70f4-1989-f6b7-1af72ba300e6-8a3063e6, #w-node-a2c3da09-6934-a02e-1c90-91ff75c51d43-8a3063e6, #w-node-_1bd1d73d-acf5-1668-d23f-564459e7d487-8a3063e6, #w-node-_5481223c-16c6-e26d-e9d3-36610dc09818-8a3063e6, #w-node-_078128d0-075c-dc8e-8692-88f46eb18af9-8a3063e6, #w-node-c70e2e2d-c8d3-d774-560d-ed0cb31a792f-8a3063e6, #w-node-ccf94b83-719a-21a6-0ec6-6e8683d69359-8a3063e6, #w-node-_199632ad-cf14-5d06-a11e-4e274ff72b97-8a3063e9, #w-node-f48e2d6f-23ee-d48e-289d-cbaee5a6fdf8-8a3063e9, #w-node-ea787c38-49f1-84f5-13b0-adc0d8b06796-8a3063e9, #w-node-_12fb48ae-33ba-6205-e091-283a1e2f0095-8a3063e9, #w-node-a9026d5f-a757-698a-fa62-3947862f0f4f-8a3063e9, #w-node-e3fb8e4e-fd31-ba9e-b491-00f9f66d6efe-8a3063e9, #w-node-_3979a37a-f966-3a8c-1ef3-bf80ede47fe6-8a3063e9, #w-node-b406f6b4-882d-17e0-1a3d-72ec266c81f2-8a3063e9, #w-node-_2af0e800-2093-f2fa-3972-aacf7f48d78e-8a3063e9, #w-node-_661b1f6a-54f9-849a-d5c7-9c403c136af6-8a3063e9, #w-node-_91584cf7-2498-203e-2372-578de0de2424-8a3063e9, #w-node-b406f6b4-882d-17e0-1a3d-72ec266c81f2-2b62713e, #w-node-_9dcfb980-6952-bdf9-498d-f96fd43b2e23-2b62713e, #w-node-b406f6b4-882d-17e0-1a3d-72ec266c81f2-711bb807, #w-node-_6d85bb2b-7dd5-8112-4423-149ef9bb5fd2-711bb807, #w-node-b406f6b4-882d-17e0-1a3d-72ec266c81f2-79be4e5a, #w-node-_1dab9b6d-44ca-de8e-6dc7-0b7c00b76d5d-79be4e5a, #w-node-b406f6b4-882d-17e0-1a3d-72ec266c81f2-994fc377, #w-node-c593289f-7345-fde2-88e6-d969ef86c79b-994fc377, #w-node-b406f6b4-882d-17e0-1a3d-72ec266c81f2-9e7d7b26, #w-node-c3251588-0ab3-c1cd-1288-01d1c84d44b4-9e7d7b26, #w-node-b406f6b4-882d-17e0-1a3d-72ec266c81f2-f3158e71, #w-node-b406f6b4-882d-17e0-1a3d-72ec266c81f2-e25fa336, #w-node-b406f6b4-882d-17e0-1a3d-72ec266c81f2-7d8a2560, #w-node-b406f6b4-882d-17e0-1a3d-72ec266c81f2-22c9ca94, #w-node-c504d04c-4e5b-968b-593d-3f6281d1b9ec-22c9ca94, #w-node-_2813fab3-626a-6c84-bfbb-faa09614dad8-a7002fd1, #w-node-b406f6b4-882d-17e0-1a3d-72ec266c81f2-1cf59a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9e39fc91-7235-3026-ebff-d02eb6584752-cdb453af {
    justify-self: center;
  }
}



/* --- Review #1 (Smoobu / Direkt buchen): CTA-Reihe auf den Zimmerseiten --- */

.button-row-buchen {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

.relative_button.filled {
  background-color: var(--black);
}

.relative_button.filled .link {
  color: var(--white);
}

/* --- Review #1: Smoobu-Einbettungen (Kalender + Buchungswerkzeug) --- */

.smoobu-calendar-container,
.smoobu-embed-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.smoobu-fallback {
  padding: 24px;
  text-align: center;
}

.smoobu-fallback .button-row-buchen {
  justify-content: center;
}

#apartmentIframeAll,
#smoobu-calendar-3448736-wrap .smoobu-widget {
  min-height: 900px;
}

@media screen and (max-width: 767px) {
  #apartmentIframeAll,
  #smoobu-calendar-3448736-wrap .smoobu-widget {
    min-height: calc(100vh - 120px);
  }
}

@media screen and (max-width: 479px) {
  .button-row-buchen {
    flex-direction: column;
    align-self: stretch;
    width: 100%;
  }

  .button-row-buchen .relative_button {
    width: 100%;
    text-align: center;
  }
}
