@font-face {
  font-family: Gabriola;
  src: url('../fonts/Gabriola.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gabriola Font Download;
  src: url('../fonts/Gabriola.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dancing Script;
  src: url('../fonts/Dancing-Script.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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-color: var(--grey);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

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

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

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

.logo {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.logo.w--current {
  background-color: #dfdfdf;
}

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

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

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

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

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

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

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

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

.terminbutton.highlights.flie-text {
  border-radius: 15px;
  font-family: Lato, sans-serif;
}

.terminbutton.highlights.flie-text.sticky {
  position: relative;
}

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

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

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

.heading_footer.heading-1 {
  margin-bottom: 10px;
  font-family: Dancing Script, Arial, sans-serif;
  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;
}

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

.navbar {
  z-index: 1000;
  border-bottom: 1px solid var(--grey);
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

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

.div-block-111 {
  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;
  background-color: #0000;
  border-radius: 100%;
  padding: 5px;
  display: block;
}

.nav-menu-1 {
  z-index: 1000;
  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 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.nav-link-1.flie-text:hover {
  background-color: #cdcdcd;
  transform: scale(1.1);
}

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

.nav-link-1.flie-text.dd {
  padding-right: 40px;
}

.navlink_content {
  overflow: hidden;
}

.navlink_content._2 {
  overflow: visible;
}

.background-video {
  height: 100%;
}

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

.titelheading.heading-1 {
  text-align: left;
  text-transform: none;
  font-family: Dancing Script, Arial, sans-serif;
  line-height: 1.3;
}

.content {
  z-index: 5;
  color: #fff;
  background-color: #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 10% 60px;
  display: flex;
  position: absolute;
  top: 0;
}

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

.section_1 {
  border-top-width: 1px;
  border-top-color: var(--grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10%;
  display: flex;
  overflow: hidden;
}

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

.section_1.padding-small {
  padding-left: 6%;
  padding-right: 6%;
}

._2er_grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  place-items: center stretch;
}

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

._2er_grid.flex_top.invert.no-overflow {
  overflow: hidden;
}

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

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

.content_block.down {
  justify-content: flex-start;
  padding-bottom: 140px;
}

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

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

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

.heading.heading-1.beige {
  font-family: Dancing Script, Arial, sans-serif;
}

.heading.heading-1.blue {
  color: #3041c2;
}

.heading.heading-1.red {
  color: #ea3b3b;
}

.heading.heading-1.green {
  color: #18c13a;
}

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

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

.paragraph.flie-text {
  z-index: 5;
  font-family: Lato, sans-serif;
  line-height: 1.4;
  position: relative;
}

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

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

.image {
  object-fit: cover;
  background-color: #7d8578;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.image.con, .image.contain {
  object-fit: contain;
}

.section_2 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/kontakt.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px 10%;
  position: relative;
  overflow: hidden;
}

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

.heading_1.heading-1 {
  font-family: Dancing Script, Arial, sans-serif;
  line-height: 1.3;
}

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

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

.image_1.contain {
  object-fit: contain;
}

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

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

.divider.darker {
  opacity: .8;
  background-color: silver;
}

.smaller {
  font-size: 16px;
}

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

.content_image.hidden {
  background-image: linear-gradient(#ffffff54, #ffffff54), url('../images/forest-trees-perspective-bright-957024.webp');
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  overflow: hidden;
}

.white_block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4a;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

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

.section_3 {
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

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

.paragraph_footer.flie-text {
  font-family: Lato, sans-serif;
  line-height: 1.5;
  display: block;
}

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

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

.heading_2.heading-1 {
  margin-top: 10px;
  font-family: Dancing Script, Arial, sans-serif;
  line-height: 1.3;
}

.absolute_div {
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 100px 10%;
  position: absolute;
  overflow: hidden;
}

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

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

.no_overflow {
  background-image: url('../images/F.-Traumblick-41.webp');
  background-position: 50%;
  background-size: cover;
  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;
}

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

.relative_button.less-padding {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.relative_button.less-padding.zweitfarbe {
  background-color: #7e8578;
}

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

.footer_grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.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 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 20px;
  padding: 20px 0 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

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

.html-embed-6 {
  height: 55vh;
}

.image-100 {
  object-fit: cover;
  background-image: url('../images/F.-Talblick-20.webp');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.image-100.abs {
  filter: blur(3px);
  position: absolute;
}

.image-100.rel {
  object-fit: contain;
  background-image: none;
  position: relative;
}

.image-100.left {
  object-fit: cover;
  object-position: 50% 50%;
}

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

.paragraph-center.flie-text {
  z-index: 5;
  font-family: Lato, sans-serif;
  line-height: 1.5;
  position: relative;
}

.image-wrapper-33-4vh {
  object-fit: cover;
  width: 100%;
  height: 33.4vh;
  overflow: hidden;
}

.image-wrapper-33-4vh.bigger {
  height: 100%;
}

.image-wrapper-33-4vh.big {
  height: 44vh;
}

.icons-grid-1 {
  grid-column-gap: 15px;
  grid-template-rows: 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: -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;
}

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

.accordion-item-wrapper-white-4._100 {
  min-width: auto;
  max-width: 100%;
}

.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 {
  cursor: pointer;
  background-color: #111;
  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-2._100 {
  width: 100%;
  min-width: 0%;
  max-width: 100%;
}

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

.accordion-pane-content._100 {
  flex-flow: column;
  width: 100%;
  min-width: 0%;
  max-width: 100%;
}

.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: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

.arrow-div-wrapper.auto {
  width: auto;
  margin-left: auto;
}

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

.fixed-block {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 35%;
  left: auto;
  right: 1%;
}

.link-block-2 {
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.link-block-2.no-border {
  box-shadow: none;
  background-color: #fff0;
  border-style: none;
}

.link-block-2.no-border.hide, .link-block-2.hide {
  display: none;
}

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

.icon-100.filter {
  filter: grayscale();
}

.icon-100.invert {
  filter: invert();
}

.heading-mittig {
  text-align: center;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 50px;
}

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

.card-wrapper {
  color: #000;
  text-align: center;
  border: 1px #636363;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  box-shadow: 0 2px 15px 5px #0003;
}

.card-wrapper.zweitfarbe {
  border-radius: 20px;
}

.image-wrapper-30vh {
  width: 100%;
  height: 30vh;
  position: relative;
  overflow: hidden;
}

.image-wrapper-30vh._1 {
  height: 25vh;
}

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

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

.grid-4er {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 45vh;
  margin-top: 60px;
}

.grid-3er-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 55vh;
}

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

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

.icon-cover {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 5px;
  display: flex;
}

.elfsight {
  display: block;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

.dropdown-toggle-12 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}

.dropdown-list-13 {
  background-color: #fff;
}

.dropdown-list-13.w--open {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-2 {
  margin-right: 10px;
  padding: 20px 10px;
}

.nav-link-2.flie-text {
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.nav-link-2.flie-text:hover {
  background-color: #cdcdcd;
  transform: scale(1.1);
}

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

.nav-link-2.flie-text.dd {
  padding-right: 40px;
}

.dropdown-menu {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.dropdown-menu.flie-text {
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.dropdown-menu.flie-text:hover {
  background-color: #cdcdcd;
  transform: scale(1.1);
}

.dropdown-menu.flie-text.w--current {
  color: #949494;
  border-bottom: 2px solid #fff;
  font-weight: 600;
}

.beige {
  color: #dbc39a;
}

.green {
  color: #18c13a;
}

.blue {
  color: #3041c2;
}

.red {
  color: #ea3b3b;
}

.jotform {
  width: 100%;
  position: relative;
}

.grid-19 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  place-items: center;
}

.code-embed-3 {
  margin-top: 40px;
}

.galerie-stack {
  grid-column-gap: 20px;
  grid-template-columns: 2fr 1fr;
  margin-top: 20px;
  padding: 0;
}

.image-wrapper-70vh {
  object-fit: cover;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.image-wrapper-70vh._100 {
  height: 100%;
}

.quick-stack {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}

.quick-stack.margin-bottom {
  margin-bottom: 25px;
}

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

.big {
  font-size: 28px;
}

.form-wrapper {
  width: 80%;
  margin-top: 20px;
}

.section_3-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

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

.section-divider {
  padding-top: 1vh;
  padding-bottom: 1vh;
}

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

.paragraph-list.flie-text {
  z-index: 5;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  line-height: 1.5;
  position: relative;
}

.paragraph-list.flie-text.no {
  padding-left: 0;
  list-style-type: none;
}

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

.accordion-tab-button-dark-2.highlights {
  border-radius: 0;
}

.accordion-tab-button-dark-2.highlights.padding {
  padding: 20px;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-link-tab-2 {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Gabriola, Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.tab-link-tab-2.highlights {
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Dancing Script, Arial, sans-serif;
}

.tab-link-tab-2.highlights.w--current {
  background-color: #242424;
}

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

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

.slider-6 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55vh;
  margin-top: 40px;
  margin-bottom: 60px;
}

.slide-14 {
  width: 24%;
  margin-right: 20px;
}

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

.image-100-2 {
  object-fit: cover;
  border-radius: 0;
  align-self: auto;
  width: 100%;
  height: 100%;
  display: block;
}

.left-arrow-2 {
  z-index: 999;
}

.slide-nav-4 {
  display: block;
}

.image-wrapper-33-4vh-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.galerie-stack-2, .galerie-stack-size {
  margin-top: 20px;
  padding: 0;
}

.cell-2 {
  display: block;
}

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

.text-block.highlights {
  outline-offset: 5px;
  border-radius: 25px;
  outline: 3px solid #7d8578;
  margin-bottom: 40px;
  padding: 20px 100px 40px;
}

.text-block-2, .text-block-3 {
  text-align: center;
}

.text-block-4 {
  text-align: center;
  font-family: Dancing Script, Arial, sans-serif;
}

.image-wrapper-80vh {
  object-fit: cover;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.image-wrapper-80vh._100 {
  height: 100%;
}

.image-wrapper-45vh {
  object-fit: cover;
  width: 100%;
  height: 45vh;
  overflow: hidden;
}

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

.text-span {
  color: #dbc39a;
  font-weight: 700;
}

.text-span-2 {
  color: #18c13a;
  font-weight: 500;
}

.text-span-3 {
  color: #3041c2;
  font-weight: 500;
}

.text-span-4 {
  color: #ea3b3b;
  font-weight: 500;
}

.jotform-wrapper {
  width: 100%;
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-2.top-margin {
  margin-top: 40px;
}

.gallery-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-full {
  height: 410px;
}

.gallery-col-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-100-3 {
  object-fit: cover;
  background-image: url('../images/F.-Talblick-20.webp');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.image-100-3.abs {
  filter: blur(3px);
  position: absolute;
}

.image-100-3.rel {
  object-fit: contain;
  background-image: none;
  position: relative;
}

.image-wrapper-33-4vh-101 {
  object-fit: cover;
  width: 100%;
  height: 33.4vh;
  overflow: hidden;
}

.image-wrapper-33-4vh-102 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-wrapper-33-4vh-103 {
  object-fit: cover;
  width: 100%;
  height: 33.4vh;
  overflow: hidden;
}

.mask {
  width: 100%;
}

.small-img-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.color-block-right {
  z-index: 1;
  width: 400px;
  height: 70%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.color-block-right.highlights {
  border-bottom-right-radius: 100px;
}

.titelvideo1 {
  z-index: 10;
  color: #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  height: 72%;
  display: flex;
  position: absolute;
}

.div-big-video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

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

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

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

.text-left.paragraph-font {
  line-height: 160%;
}

.div-block-video1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 5vw;
  padding-right: 1vw;
  display: flex;
  position: relative;
}

.div-no-overflow {
  width: 80%;
  height: 25%;
  position: absolute;
  inset: auto auto 0%;
  overflow: hidden;
}

.colorblock-left {
  z-index: 1;
  width: 300px;
  height: 40%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.colorblock-left.highlights {
  border-top-left-radius: 100px;
}

.slogan1 {
  margin-top: 10px;
  font-size: 80px;
  line-height: 130%;
}

.text-span-5 {
  font-size: 45px;
}

.grid-item-overlay {
  opacity: 1;
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-heading-background {
  background-color: var(--grey);
  border-radius: .125rem;
  width: auto;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.card-item {
  border-radius: 20px;
  width: 100%;
  height: 35rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.card-content-3 {
  z-index: 5;
  opacity: 1;
  object-fit: cover;
  background-color: #0000009c;
  flex-direction: column;
  justify-content: flex-start;
  height: 18rem;
  margin-top: -4rem;
  padding: 1rem 5% 1.25rem;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.card-heading-holder {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-63 {
  color: #f5f5f7;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
}

.grid-20 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-20._100 {
  grid-template-rows: auto;
  width: 100%;
}

.card-heading-2 {
  border-left: .375rem solid var(--grey);
  color: #f5f5f7;
  text-transform: uppercase;
  object-fit: fill;
  border-radius: .125rem;
  flex: 0 auto;
  align-items: center;
  height: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Dancing Script, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-link {
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

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

.card-background {
  filter: saturate(120%);
  height: 100%;
  position: relative;
}

.card-heading-wrapper {
  display: flex;
  position: relative;
}

.code-embed-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.icon1 {
  border: 1px solid #111;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.icon1.no-border {
  box-shadow: none;
  background-color: #fff0;
  border-style: none;
}

.code-embed-booking {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.agb {
  color: #fff;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.button-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: auto;
  display: grid;
}

.faq-div {
  flex-flow: column;
  width: 70%;
  display: flex;
}

.faq-div._100 {
  width: 80%;
  min-width: 0%;
  max-width: 100%;
}

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

.bilder-section {
  background-image: linear-gradient(#0000, #f7f7f7);
  padding: 25px 10%;
  overflow: hidden;
}

.bilder-section.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mixed-gallery-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr 1.5fr 1fr 1fr;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.image-background {
  z-index: 0;
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-span-6 {
  color: #3d3d3d;
  font-size: 15px;
  line-height: 1;
}

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

.fact-box {
  padding: 40px;
}

.fact-box.highlights {
  border-radius: 20px;
}

.fact-box.highlights.paddings {
  padding-left: 100px;
  padding-right: 100px;
}

.text-span-7 {
  color: #7e8578;
  font-weight: 400;
}

.section-3 {
  padding: 100px 10%;
}

.image-101 {
  object-fit: contain;
  background-color: #7d8578;
  width: 100%;
  height: 100%;
}

.none {
  display: none;
}

.slide-nav-6 {
  top: auto;
}

.image-wrapper-33-4vh-104 {
  object-fit: cover;
  width: 100%;
  height: 33.4vh;
  overflow: hidden;
}

.image-wrapper-33-4vh-104.set.set-2 {
  height: 70vh;
}

.image-wrapper-33-4vh-105 {
  object-fit: cover;
  width: 100%;
  height: 33.4vh;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .logo-img {
    filter: invert();
  }

  .logo {
    width: 120px;
    height: auto;
  }

  .logo.w--current {
    width: 130px;
    height: auto;
  }

  .terminbutton.highlights.flie-text.sticky {
    position: fixed;
    inset: auto 1% 15% auto;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

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

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

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

  .success {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .navbar {
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .icon {
    color: #fff;
  }

  .hauptfarbe-2 {
    background-color: var(--grey);
    margin-left: auto;
    padding: 10px;
  }

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

  .logo-wei {
    display: block;
  }

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

  .nav-menu-1 {
    background-color: var(--grey);
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-1.flie-text {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-1.flie-text:hover {
    transform: none;
  }

  .nav-link-1.flie-text.w--current {
    font-weight: 700;
  }

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

  .content {
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_relative {
    height: 60vh;
    font-size: 35px;
  }

  .section_1 {
    padding: 60px;
  }

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

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

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

  .content_block.linkss {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content_block.down {
    padding-bottom: 0;
  }

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

  .heading.heading-1.midde {
    margin-left: auto;
    margin-right: auto;
  }

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

  .paragraph.flie-text.price.linkss, .paragraph.flie-text.linkss, .paragraph.flie-text.faq {
    text-align: left;
  }

  .link {
    color: #fff;
    font-size: 16px;
  }

  .section_2 {
    padding: 60px;
  }

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

  .image_1.contain._50vh.con {
    object-fit: contain;
  }

  .image_1._50vh {
    height: 50vh;
  }

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

  .content_image {
    padding: 20px;
  }

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

  .white_block {
    padding: 20px;
  }

  .image_5 {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
  }

  .section_3.zweitfarbe {
    padding-top: 60px;
  }

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

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

  .absolute_div {
    padding: 40px 5%;
  }

  .content_block_1 {
    min-height: auto;
  }

  .no_overflow {
    height: 50vh;
  }

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

  .footer_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

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

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

  .icons-grid-1 {
    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;
  }

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

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

  .accordion-question-header-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-2 {
    width: 30px;
    height: 30px;
  }

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

  .slider-100 {
    height: 60vh;
  }

  .grid-4er, .grid-3er-2 {
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    height: auto;
    display: flex;
  }

  .dropdown-toggle-12 {
    width: 100%;
  }

  .icon-101 {
    color: #fff;
  }

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

  .nav-link-2.flie-text {
    color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-2.flie-text:hover {
    transform: none;
  }

  .dropdown-menu.flie-text {
    color: #fff;
    padding: 10px 20px;
  }

  .dropdown-menu.flie-text:hover {
    transform: none;
  }

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

  .big {
    font-size: 23px;
  }

  .section_3-center.zweitfarbe {
    padding-top: 60px;
  }

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

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    align-items: stretch;
  }

  .tab-link-tab-2.highlights {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .lightbox-link-2, .slider-content {
    order: -9999;
  }

  .slider-6 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .slide-14, .dropdown-15 {
    width: 100%;
  }

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

  .quick-stack-2 {
    margin-bottom: 20px;
    padding: 0;
  }

  .section-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .img-wrapper {
    width: 100%;
    height: 50vh;
  }

  .small-img-video {
    position: static;
  }

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

  .titelvideo1 {
    width: 40%;
    height: 90%;
  }

  .div-big-video {
    height: 400px;
    padding-top: 0;
  }

  .titelvideo-start-1 {
    height: auto;
  }

  .titelvideo-start-1.zweitfarbe {
    height: 100%;
  }

  .div-block-video1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 10vw 80px 5vw;
  }

  .div-no-overflow {
    position: static;
    left: auto;
  }

  .slogan1.heading-font1 {
    font-size: 60px;
  }

  .card-item {
    height: 40vh;
    overflow: hidden;
  }

  .card-content-3 {
    height: auto;
    margin-top: 0;
    padding-left: 3%;
    padding-right: 3%;
    position: absolute;
    inset: 0%;
  }

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

  .card-background {
    background-color: #fff;
    background-image: none;
  }

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

  .button-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-right: 0;
  }

  .faq-div {
    width: 100%;
  }

  .bilder-section {
    padding: 60px;
  }

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

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

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

  .heading_footer.heading-1 {
    text-align: center;
    margin-bottom: 5px;
  }

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

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

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

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

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

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

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

  .titelheading.heading-1 {
    font-size: 31px;
    line-height: 1.2em;
  }

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

  .section_relative {
    height: 30rem;
  }

  .section_1 {
    padding: 40px;
  }

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

  ._2er_grid.flex_top.invert {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

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

  .section_2 {
    height: auto;
    padding: 40px;
  }

  .image_1 {
    height: 100%;
  }

  .image_1.contain._50vh {
    object-fit: cover;
  }

  .image_1._50vh {
    height: 25rem;
  }

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

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

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

  .section_3 {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

  .no_overflow {
    height: 25rem;
  }

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

  .html-embed-6 {
    height: 25rem;
  }

  .image-wrapper-33-4vh {
    height: 11.8rem;
  }

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

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

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

  .fixed-block {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .image-wrapper-30vh, .slider-100 {
    height: 25rem;
  }

  .grid-4er, .grid-3er-2 {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-2.flie-text, .dropdown-menu.flie-text {
    font-size: 14px;
  }

  .image-wrapper-70vh {
    height: 25rem;
  }

  .big {
    font-size: 19px;
  }

  .section_3-center {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section_3-center.zweitfarbe {
    padding-top: 40px;
  }

  .html-embed-100 {
    max-width: 420px;
  }

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

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

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

  .slider-content {
    order: -9999;
  }

  .slider-6 {
    height: 25rem;
  }

  .slide-nav-4 {
    font-size: 9px;
  }

  .section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .img-wrapper {
    height: 25rem;
  }

  .image-wrapper-33-4vh-101 {
    height: 11.8rem;
  }

  .color-block-right.highlights {
    width: 250px;
  }

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

  .titelvideo-start-1.zweitfarbe {
    padding-top: 0;
  }

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

  .div-block-video1 {
    width: 100%;
    padding-left: 20px;
  }

  .slogan1.heading-font1 {
    font-size: 50px;
  }

  .card-item {
    height: 45vh;
  }

  .card-content-3 {
    align-items: flex-start;
  }

  .card-heading-2 {
    border-left-style: solid;
    height: 3rem;
    padding-left: .75rem;
  }

  .bilder-section {
    padding: 40px;
  }

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

  .image-wrapper-33-4vh-104, .image-wrapper-33-4vh-105 {
    height: 11.8rem;
  }
}

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

  .logo.w--current {
    width: 90px;
    height: auto;
  }

  .flie-text {
    overflow-wrap: anywhere;
    font-size: 14px;
  }

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

  .terminbutton.highlights.flie-text {
    text-align: center;
  }

  .terminbutton.highlights.flie-text.sticky {
    position: fixed;
    inset: auto 10px 10% auto;
  }

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

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

  .content {
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .section_1 {
    padding: 40px 20px;
  }

  ._2er_grid.flex_top {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

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

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

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

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

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

  .paragraph.flie-text.price {
    text-align: left;
  }

  .section_2 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .image_1 {
    height: 100%;
  }

  .image_1.contain._50vh.con {
    object-fit: contain;
    height: 14rem;
  }

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

  .smaller {
    font-size: 14px;
  }

  .content_image, .content_image.hidden {
    padding: 10px;
  }

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

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

  .section_3.zweitfarbe {
    padding-top: 40px;
  }

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

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

  .content_block_1 {
    width: 100%;
  }

  .circle {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .maps-gro {
    height: 300px;
  }

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

  .impdat-2.flie-text {
    min-height: auto;
    font-size: 14px;
  }

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

  .image-wrapper-33-4vh, .image-wrapper-33-4vh.bigger {
    height: 20rem;
  }

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

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

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

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

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

  .fixed-block {
    top: 49%;
  }

  .link-block-2 {
    width: 25px;
    height: 25px;
  }

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

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

  .grid-4er, .grid-3er-2 {
    grid-template-columns: 1fr;
  }

  .icon-cover {
    width: 35px;
    height: auto;
    padding: 5px;
  }

  .image-wrapper-70vh, .image-wrapper-70vh._100 {
    height: 20rem;
  }

  .quick-stack {
    min-width: 100%;
  }

  .big {
    font-size: 14px;
    line-height: 1.4;
  }

  .form-wrapper {
    width: 90%;
  }

  .html-embed-100 {
    max-width: none;
  }

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

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

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

  .slide-nav-4 {
    font-size: 5px;
  }

  .image-wrapper-33-4vh-100, .image-wrapper-80vh {
    height: 45vh;
  }

  .image-wrapper-80vh._100, .image-wrapper-45vh {
    height: 20rem;
  }

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

  .image-wrapper-33-4vh-101 {
    height: 20rem;
  }

  .image-wrapper-33-4vh-102, .image-wrapper-33-4vh-103 {
    height: 45vh;
  }

  .color-block-right.highlights {
    width: 40%;
  }

  .titelvideo1 {
    width: 55%;
    height: 70%;
  }

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

  .text-left.paragraph-font {
    text-align: left;
  }

  .div-block-video1 {
    width: auto;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-no-overflow {
    display: none;
  }

  .colorblock-left.highlights {
    width: 30%;
  }

  .slogan1.heading-font1 {
    font-size: 40px;
  }

  .text-span-5 {
    font-size: 25px;
  }

  .grid-item-overlay {
    padding-top: 0;
  }

  .card-item {
    height: 50vh;
  }

  .card-heading-holder {
    flex: 0 auto;
    display: block;
  }

  .paragraph-63 {
    font-size: .875rem;
  }

  .card-heading-2 {
    border-left-style: solid;
    height: 4rem;
    padding-left: .5rem;
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }

  .card-background {
    filter: saturate(125%);
    margin-top: 0;
  }

  .icon1 {
    width: 25px;
    height: 25px;
  }

  .button-div {
    display: flex;
  }

  .bilder-section {
    padding: 40px 20px;
  }

  .fact-box.highlights {
    padding: 20px;
  }

  .section-3.zweitfarbe {
    padding: 40px 20px;
  }

  .slide-nav-5 {
    top: 287px;
  }

  .image-wrapper-33-4vh-104, .image-wrapper-33-4vh-105 {
    height: 20rem;
  }
}

#w-node-_60ca2ff6-af40-5b23-bbbe-cb656ed273ca-374edfa5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f1062140-725c-4ee1-3694-002755b43c84-374edfa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03efbf5e-135f-b8fb-16a2-a457788cc870-374edfad {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_03efbf5e-135f-b8fb-16a2-a457788cc871-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc88f-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc8ad-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc8bc-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc8da-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc8f8-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc907-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc925-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc943-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc952-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc970-374edfad {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_03efbf5e-135f-b8fb-16a2-a457788cc985-374edfad {
  grid-column: span 2 / span 2;
}

#w-node-a617f24b-fc7c-678c-30f2-001a114dfd0d-374edfad {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a617f24b-fc7c-678c-30f2-001a114dfd0e-374edfad {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a617f24b-fc7c-678c-30f2-001a114dfd13-374edfad, #w-node-a617f24b-fc7c-678c-30f2-001a114dfd1d-374edfad {
  grid-column: span 2 / span 2;
}

#w-node-a617f24b-fc7c-678c-30f2-001a114dfd2c-374edfad, #w-node-a617f24b-fc7c-678c-30f2-001a114dfd4a-374edfad, #w-node-a617f24b-fc7c-678c-30f2-001a114dfd59-374edfad {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a617f24b-fc7c-678c-30f2-001a114dfd77-374edfad {
  grid-column: span 2 / span 2;
}

#w-node-ac62c7cb-4b0c-106a-7405-f82978e7d20a-374edfad {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ac62c7cb-4b0c-106a-7405-f82978e7d20b-374edfad, #w-node-ac62c7cb-4b0c-106a-7405-f82978e7d229-374edfad {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_170be1ed-22c3-c7e2-f136-1d3602d34631-374edfad {
  grid-column: span 2 / span 2;
}

#w-node-_5f861a86-d62a-1bdb-2d83-641acc9b290d-374edfad {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6dfa0f0e-1ced-27d0-9470-d9b0e3c38e5f-374edfad {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6dfa0f0e-1ced-27d0-9470-d9b0e3c38e60-374edfad, #w-node-_6dfa0f0e-1ced-27d0-9470-d9b0e3c38e7e-374edfad {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_5aa0d399-fc65-c5c2-16c6-adfa82b82e2c-374edfad {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_5aa0d399-fc65-c5c2-16c6-adfa82b82e2d-374edfad, #w-node-_5aa0d399-fc65-c5c2-16c6-adfa82b82e4b-374edfad {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_5aa0d399-fc65-c5c2-16c6-adfa82b82e5f-374edfad, #w-node-_5aa0d399-fc65-c5c2-16c6-adfa82b82e69-374edfad {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_8d70ced1-11e7-def3-db06-bd2135f2412d-374edfad {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8d70ced1-11e7-def3-db06-bd2135f2412e-374edfad, #w-node-_8d70ced1-11e7-def3-db06-bd2135f2414c-374edfad, #w-node-_8d70ced1-11e7-def3-db06-bd2135f2416a-374edfad {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_28953933-53c7-8db4-00ac-89302760e954-374edfad {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28953933-53c7-8db4-00ac-89302760e955-374edfad, #w-node-_28953933-53c7-8db4-00ac-89302760e973-374edfad, #w-node-_28953933-53c7-8db4-00ac-89302760e991-374edfad, #w-node-_28953933-53c7-8db4-00ac-89302760e9a0-374edfad {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8aafbfb8-9608-6108-be3e-8c0e0e5fdeb5-374edfad {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8aafbfb8-9608-6108-be3e-8c0e0e5fdeb6-374edfad {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a14e-374edfad {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a14f-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a16d-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a18b-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a19a-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a1b8-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a1d6-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a1e5-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a203-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a221-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a230-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a24e-374edfad {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522bba-374edfad {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522bbb-374edfad, #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522bd9-374edfad, #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522bf7-374edfad, #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522c06-374edfad, #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522c24-374edfad, #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522c42-374edfad {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522c51-374edfad, #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522c56-374edfad {
  grid-row: span 2 / span 2;
}

#w-node-_7b7fbe7f-f3ed-4951-9c14-5ccb7d8a75bc-374edfad {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7b7fbe7f-f3ed-4951-9c14-5ccb7d8a75bd-374edfad {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7b7fbe7f-f3ed-4951-9c14-5ccb7d8a75d6-374edfad, #w-node-_7b7fbe7f-f3ed-4951-9c14-5ccb7d8a75db-374edfad {
  grid-column: span 2 / span 2;
}

#w-node-_744aea3e-8087-9aa5-bd07-72cdf4531928-374edfb2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d19a407-fde1-20e2-3ffd-bb8485ead0eb-88719fa2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b406f6b4-882d-17e0-1a3d-72ec266c81f2-434d451b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c853f825-f717-2e4d-2cf1-9f05d1570125-434d451b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4dc174bc-e19f-0f5b-cb7c-9ed107b7b3a0-d384a537, #w-node-_96f1f733-bfb4-5ff2-8344-495325b922df-368260c6, #Gartenblick.w-node-_82f93b32-e9f8-4be5-0ffc-e4a6d0420aea-214e37df, #w-node-_82f93b32-e9f8-4be5-0ffc-e4a6d0420af4-214e37df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cbe4189-01fa-2841-b899-5b43a709f898-0231de63 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4cbe4189-01fa-2841-b899-5b43a709f89c-0231de63 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4cbe4189-01fa-2841-b899-5b43a709f89e-0231de63, #w-node-_6386d850-ad6b-21bf-89e6-424d41a7458f-0231de63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cbe4189-01fa-2841-b899-5b43a709f8a0-0231de63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb5bc254-7d2d-b389-f832-eb1c3c0574db-0231de63 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_60ca2ff6-af40-5b23-bbbe-cb656ed273ca-374edfa5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc870-374edfad {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc871-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc88f-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc8ad-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc8bc-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc8da-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc8f8-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc907-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc925-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc943-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc952-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc970-374edfad {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc985-374edfad {
    grid-column: span 2 / span 2;
  }

  #w-node-a617f24b-fc7c-678c-30f2-001a114dfd0d-374edfad {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-a617f24b-fc7c-678c-30f2-001a114dfd0e-374edfad {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-a617f24b-fc7c-678c-30f2-001a114dfd13-374edfad, #w-node-a617f24b-fc7c-678c-30f2-001a114dfd1d-374edfad {
    grid-column: span 2 / span 2;
  }

  #w-node-a617f24b-fc7c-678c-30f2-001a114dfd2c-374edfad, #w-node-a617f24b-fc7c-678c-30f2-001a114dfd4a-374edfad, #w-node-a617f24b-fc7c-678c-30f2-001a114dfd59-374edfad, #w-node-a617f24b-fc7c-678c-30f2-001a114dfd77-374edfad {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_1d19a407-fde1-20e2-3ffd-bb8485ead0eb-88719fa2, #w-node-cb5bc254-7d2d-b389-f832-eb1c3c0574db-0231de63 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_60ca2ff6-af40-5b23-bbbe-cb656ed273ca-374edfa5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc870-374edfad {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc871-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc88f-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc8ad-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc8bc-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc8da-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc8f8-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc907-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc925-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc943-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc952-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc970-374edfad {
    grid-row: span 2 / span 2;
  }

  #w-node-_1d19a407-fde1-20e2-3ffd-bb8485ead0eb-88719fa2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4cbe4189-01fa-2841-b899-5b43a709f898-0231de63 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4cbe4189-01fa-2841-b899-5b43a709f89c-0231de63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb5bc254-7d2d-b389-f832-eb1c3c0574db-0231de63 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc870-374edfad {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc871-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc88f-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc8ad-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc8bc-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc8da-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc8f8-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc907-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc925-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc943-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc952-374edfad, #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc970-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_03efbf5e-135f-b8fb-16a2-a457788cc985-374edfad {
    grid-column: span 1 / span 1;
  }

  #w-node-a617f24b-fc7c-678c-30f2-001a114dfd0d-374edfad {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a617f24b-fc7c-678c-30f2-001a114dfd0e-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a617f24b-fc7c-678c-30f2-001a114dfd13-374edfad, #w-node-a617f24b-fc7c-678c-30f2-001a114dfd1d-374edfad {
    grid-column: span 1 / span 1;
  }

  #w-node-a617f24b-fc7c-678c-30f2-001a114dfd2c-374edfad, #w-node-a617f24b-fc7c-678c-30f2-001a114dfd4a-374edfad, #w-node-a617f24b-fc7c-678c-30f2-001a114dfd59-374edfad, #w-node-a617f24b-fc7c-678c-30f2-001a114dfd77-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac62c7cb-4b0c-106a-7405-f82978e7d20a-374edfad {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ac62c7cb-4b0c-106a-7405-f82978e7d20b-374edfad, #w-node-ac62c7cb-4b0c-106a-7405-f82978e7d229-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_170be1ed-22c3-c7e2-f136-1d3602d34631-374edfad {
    grid-column: span 1 / span 1;
  }

  #w-node-_5f861a86-d62a-1bdb-2d83-641acc9b290d-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6dfa0f0e-1ced-27d0-9470-d9b0e3c38e5f-374edfad {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6dfa0f0e-1ced-27d0-9470-d9b0e3c38e60-374edfad, #w-node-_6dfa0f0e-1ced-27d0-9470-d9b0e3c38e7e-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5aa0d399-fc65-c5c2-16c6-adfa82b82e2c-374edfad {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5aa0d399-fc65-c5c2-16c6-adfa82b82e2d-374edfad, #w-node-_5aa0d399-fc65-c5c2-16c6-adfa82b82e4b-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5aa0d399-fc65-c5c2-16c6-adfa82b82e5f-374edfad {
    grid-column: span 1 / span 1;
  }

  #w-node-_5aa0d399-fc65-c5c2-16c6-adfa82b82e69-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d70ced1-11e7-def3-db06-bd2135f2412d-374edfad {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d70ced1-11e7-def3-db06-bd2135f2412e-374edfad, #w-node-_8d70ced1-11e7-def3-db06-bd2135f2414c-374edfad, #w-node-_8d70ced1-11e7-def3-db06-bd2135f2416a-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28953933-53c7-8db4-00ac-89302760e954-374edfad {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_28953933-53c7-8db4-00ac-89302760e955-374edfad, #w-node-_28953933-53c7-8db4-00ac-89302760e973-374edfad, #w-node-_28953933-53c7-8db4-00ac-89302760e991-374edfad, #w-node-_28953933-53c7-8db4-00ac-89302760e9a0-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8aafbfb8-9608-6108-be3e-8c0e0e5fdeb5-374edfad {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8aafbfb8-9608-6108-be3e-8c0e0e5fdeb6-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a14e-374edfad {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a14f-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a16d-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a18b-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a19a-374edfad {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a1b8-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a1d6-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a1e5-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a203-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a221-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a230-374edfad, #w-node-e5bb3563-ad76-863f-e26b-1b2b79d6a24e-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522bba-374edfad {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522bbb-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522bd4-374edfad {
    grid-column: span 1 / span 1;
  }

  #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522bd9-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522bf2-374edfad {
    grid-column: span 1 / span 1;
  }

  #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522bf7-374edfad, #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522c06-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522c1f-374edfad {
    grid-column: span 1 / span 1;
  }

  #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522c24-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522c3d-374edfad {
    grid-column: span 1 / span 1;
  }

  #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522c42-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522c51-374edfad, #w-node-_9e6601ac-5bf4-07ff-ae9e-3f7ef5522c56-374edfad {
    grid-row: span 1 / span 1;
  }

  #w-node-_7b7fbe7f-f3ed-4951-9c14-5ccb7d8a75bc-374edfad {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7b7fbe7f-f3ed-4951-9c14-5ccb7d8a75bd-374edfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b7fbe7f-f3ed-4951-9c14-5ccb7d8a75d6-374edfad, #w-node-_7b7fbe7f-f3ed-4951-9c14-5ccb7d8a75db-374edfad {
    grid-column: span 1 / span 1;
  }

  #w-node-_4cbe4189-01fa-2841-b899-5b43a709f89a-0231de63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4cbe4189-01fa-2841-b899-5b43a709f89c-0231de63 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Gabriola';
  src: url('../fonts/Gabriola.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gabriola Font Download';
  src: url('../fonts/Gabriola.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancing Script';
  src: url('../fonts/Dancing-Script.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}