:root {
  --purple: #483054;
  --highlights: #c0ab66;
  --white: white;
  --main: #7ea8ae;
  --black: black;
}

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

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

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--purple);
  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: linear-gradient(135deg, #0d0d38, #313f67 52%, #232a34);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.submit-button {
  background-color: #0d0d38;
}

.logo {
  justify-content: center;
  align-items: center;
  width: 14vh;
  margin-right: auto;
  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: #b8777b;
}

.zweitfarbe {
  color: var(--purple);
  background-color: #fefbf2;
}

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

.google-maps {
  width: 100%;
}

.heading-1 {
  font-family: Libre Baskerville, sans-serif;
  font-weight: 400;
}

.heading-2 {
  font-family: Libre Baskerville, sans-serif;
  line-height: 1.3;
}

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

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

.farbe-der-headings {
  color: var(--highlights);
  line-height: 1.3;
}

.terminbutton {
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 20px;
}

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

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

.terminbutton.heading-1.highlights.spacing_bottom {
  margin-bottom: 40px;
}

.terminbutton.heading-1.zweitfarbe:hover {
  color: #fff;
}

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

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

.nav-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-men-1 {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar1 {
  z-index: 99;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.nav-link-3 {
  color: var(--purple);
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: gray;
}

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

.nav-link-3.flie-text:hover, .nav-link-3.flie-text.w--current {
  color: #d1c8aa;
}

.navbar-6 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.titelvideo1 {
  color: #fff;
  background-image: linear-gradient(#0000001a, #0000001a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.subheading1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

.slogan1 {
  font-size: 90px;
  line-height: 90px;
}

.heading-links-sml {
  text-align: left;
  font-size: 25px;
  line-height: 30px;
}

.inhalt-mittig-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

._2er-grid1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
}

.heading-links1.cursive {
  font-weight: 400;
}

.galeriebild1 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.link-formular {
  color: #fff;
  text-decoration: underline;
}

.link-formular.black {
  color: #000;
}

.impdat {
  padding: 100px 40px;
}

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

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

.success1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.div-block-footer1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: grid;
}

.footer-2 {
  padding: 60px 140px;
}

.footer-2.hauptfarbe {
  padding-bottom: 10px;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.inhalt-footer {
  height: 100%;
}

.navbar {
  z-index: 99999;
  background-color: #464166;
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.container-9 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu_button {
  z-index: 999999;
  width: 70px;
  height: 70px;
  padding: 0;
}

.menu_button.w--open {
  background-color: #0000;
}

.hamburger_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: static;
}

.hamburger_horizontal_line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.hamburger_vertical_line {
  background-color: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
}

.nav_menu {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu_wrapper {
  background-color: #000c;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu_container_left {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AnyConv.com__611d04b90a488a7863d47e6c_AdobeStock_336877320_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu_container_right {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
  overflow: auto;
}

.menu_right_container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.menu_head {
  text-align: left;
}

.menu-paragraph {
  text-align: center;
  letter-spacing: .6px;
  font-size: 15px;
  line-height: 24px;
}

.menu_form_block {
  width: 80%;
}

.menu_form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text_area {
  text-align: center;
  border: 1px #000;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.text_area.flie-text {
  transition: all .2s;
}

.text_area.flie-text:hover {
  box-shadow: 0 5px 12px -10px #000;
}

.submit_button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 20px;
  width: 150px;
  min-width: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  transition: all .2s;
}

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

.submit_button.flie-text:hover {
  box-shadow: 0 9px 12px -8px #00000080;
}

.nav_link {
  font-size: 16px;
  line-height: 24px;
}

.nav_link.flie-text {
  border-bottom: 1px solid #f0f0f0;
  transition: all .2s;
}

.nav_link.flie-text:hover {
  transform: scale(1.1);
  box-shadow: 0 7px 8px -5px #00000080;
}

.nav_link.flie-text.w--current {
  color: #333;
  box-shadow: 0 7px 8px -5px #00000080;
}

.navbar_navlinks {
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
  display: flex;
}

.section_2 {
  height: 90vh;
}

.white {
  filter: invert();
  margin-right: auto;
}

._2er_grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}

.content_3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 60px;
  display: flex;
}

.content_3.zweitfarbe {
  justify-content: center;
  align-items: center;
}

.heading-mittig-1 {
  text-align: center;
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 50px;
}

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

.paragraph-left {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
}

.divider {
  background-color: #00000026;
  width: 50%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 12px;
}

.button.flie-text.highlights {
  margin-top: 1rem;
  transition: all .2s;
}

.button.flie-text.highlights:hover {
  background-color: var(--main);
  box-shadow: 0 9px 12px -8px #00000080;
}

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

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

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

._2er_grid_1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  justify-items: start;
  width: 100%;
}

.heading_1 {
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 50px;
}

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

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

.paragraph_center {
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
}

.paragraph_center.flie-text.edit_ch {
  width: 90ch;
}

.paragraph_center.flie-text.edit_ch2 {
  width: 70ch;
}

.paragraph_center.flie-text {
  line-height: 1.5;
}

.content_1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 40px;
  display: flex;
}

.heading_2 {
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 30px;
  line-height: 40px;
}

.html-embed-2 {
  position: fixed;
  inset: auto auto 0% 0%;
}

.checkbox-field-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.checkbox-2 {
  border-radius: 5px;
}

.footer {
  margin-top: auto;
  padding: 40px 100px 20px;
}

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

.divider_1 {
  background-color: #ffffff26;
  width: 50%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.galerie_grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.no_overflow_3 {
  height: 40vh;
  overflow: hidden;
}

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

.image-4:hover {
  transform: scale(1.1);
}

.maos-footer {
  justify-content: center;
  height: 15vh;
  display: flex;
}

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

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

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

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

.impdat-2.flie-text {
  flex-flow: column;
  justify-content: flex-start;
  min-height: auto;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.image-6 {
  width: 100%;
  height: 100%;
  padding: 111px;
}

.image-8 {
  filter: invert();
}

.heading-4, .text-block {
  color: #fff;
}

.html-embed-3 {
  height: 500px;
}

.bg-100 {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 90vh;
  margin-left: auto;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.spacer {
  height: 20px;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #0d0e37;
  border: 10px solid #fff;
  border-radius: 6rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 1px 12px #0003;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.ablaufplan-big-button-4 {
  z-index: 2;
  color: #fff;
  background-color: #0d0e37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

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

.ablaufplan-big-button-4.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

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

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

.footer-text {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.footer-heading {
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 20px;
  line-height: 35px;
}

.nav-link-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--highlights);
  color: #000;
  text-align: center;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav-link-btn:hover {
  color: gray;
}

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

.nav-link-btn.flie-text:hover, .nav-link-btn.flie-text.w--current {
  color: #d1c8aa;
}

.section_no-padding {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-wrapper-90vh {
  height: 90vh;
}

.background-image {
  z-index: 1;
  background-image: url('../images/AdobeStock_225052068_Preview_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.background-image.img-1 {
  background-image: url('../images/Field-of-Daisies.webp');
}

.background-image.img-3 {
  background-image: url('../images/KlangZauber-7.webp');
}

.content_-overlay {
  z-index: 10;
  color: #fff;
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
  position: relative;
}

.heading-mitig-large {
  text-align: center;
  font-size: 55px;
  line-height: 65px;
}

.video-wrap {
  background-image: linear-gradient(#000, #fff);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.overlay {
  z-index: 10;
  background-image: linear-gradient(90deg, #fefbf2, #0000);
  position: absolute;
  inset: 0%;
}

.list-text {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
}

._2er-grid-1 {
  grid-template-rows: auto;
  width: 100%;
}

.block {
  color: #333;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.block.adjust {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.sub-note {
  opacity: .7;
  margin-top: 30px;
}

.textarea {
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.heading-mitig-sml {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

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

.heading-mittig-main {
  text-align: center;
  margin-top: 0;
  font-weight: 200;
}

.heading-mittig-klein1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 30px;
}

._2er-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.card-outer-wrap-img {
  position: relative;
}

.card-outer-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.divider-white {
  background-color: #ffffff80;
  width: 50%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.sub-header {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 30px;
  line-height: 40px;
}

._2er_grid-left-text {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
  height: 100%;
}

.arrow-slider {
  font-size: 25px;
}

.slider-100 {
  background-color: #c1ab66;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-nav-2 {
  display: none;
}

.image-wrapper-80vh {
  height: 80vh;
}

.cards {
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.cards.highlights {
  flex: 20%;
}

.cards-adjust {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._3er-grid-1 {
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

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

.grid-details {
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  place-items: start;
  margin-top: 20px;
}

.icon-details {
  width: 1.5rem;
}

.list-links {
  font-size: 16px;
  line-height: 25px;
}

.dropdown-toggle-16 {
  padding: 0 25px 0 0;
}

.dropdown-list-16 {
  border-top: 3px solid var(--highlights);
  background-color: #fff;
  box-shadow: 0 1px 5px #0003;
}

.nav-link-4 {
  color: var(--purple);
  white-space: nowrap;
  word-break: keep-all;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-4:hover {
  color: gray;
}

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

.nav-link-4.flie-text:hover, .nav-link-4.flie-text.w--current {
  color: #d1c8aa;
}

.cursive {
  font-family: Alex Brush, sans-serif;
}

.spacer-large {
  height: 60px;
}

.content-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

.image-wrapper-70vh {
  height: 80vh;
  position: relative;
}

.image-wrapper-70vh.edit-1 {
  height: 95vh;
}

.section_bottom-padding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15vh;
  display: flex;
  position: relative;
}

.blur-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--purple);
  background-color: #fefbf299;
  border-radius: 20px;
  width: 50%;
  padding: 20px 40px;
}

._2er-grid-no-spc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

._2er_grid-title {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 100%;
  height: 100%;
}

.mask {
  width: 29%;
  overflow: visible;
}

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

.slide-nav-3 {
  font-size: 12px;
  display: none;
}

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

.content_cards {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 60px 2rem;
  display: flex;
}

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

.image-wrapper-cards.img-klangzauber {
  background-image: url('../images/WhatsApp-Image-2025-05-16-at-10.06.38_1.webp');
  background-position: 50%;
  background-size: cover;
}

.image-wrapper-cards.img-blessingway {
  background-image: url('../images/Blessingway-4.webp');
  background-position: 50%;
  background-size: cover;
}

.image-wrapper-cards.img-positive {
  background-image: url('../images/NEU-Herz-Bauchgeburt.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-wrapper-cards.img--positive-birth {
  background-image: url('../images/Elternschaft-3.webp');
  background-position: 50% 30%;
  background-size: cover;
}

.content-60 {
  width: 100%;
  max-width: 70rem;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

._2er_grid-no-spc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  height: 100%;
}

._2er-grid-no-spc1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

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

.image-wrap-uber-mich {
  background-image: linear-gradient(#000, #fff);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 80vh;
  display: flex;
  position: relative;
}

.footer-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 60px;
  display: flex;
}

.heading-mitig-sml-2 {
  text-align: center;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 30px;
}

.heading-mitig-sml-2.heading-1 {
  line-height: 1.3;
}

.review-slide {
  margin-left: 10px;
  margin-right: 10px;
}

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

.review-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.mask-2 {
  width: 25vw;
  overflow: visible;
}

.slide-nav-4 {
  font-size: 12px;
  bottom: -60px;
}

.slider-wrap-2 {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 50px;
  overflow: visible;
}

.star-icon {
  object-fit: contain;
  width: 6rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon-sml {
  width: 2rem;
}

.linked-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--purple);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.linked-text:hover {
  text-decoration: underline;
}

.kontakt-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.gradient {
  background-image: linear-gradient(0deg, var(--highlights), transparent 64%);
}

.section-divider {
  height: 5px;
}

.spcaer-grids {
  height: 15vh;
}

.bold {
  font-weight: 500;
}

.card-adjust-1 {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.buttons-flex-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-1 {
  background-color: #00000026;
  width: 50%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

._2er_grid_1-invert {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

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

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

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

.social-icon {
  border: 2px solid var(--highlights);
  border-radius: 50%;
  width: 2.8rem;
  overflow: hidden;
  box-shadow: 0 0 5px #0003;
}

.side-menu {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 1% 45% auto;
}

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

.right-align2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.side-menu-2 {
  z-index: 100;
  position: fixed;
  inset: auto 1% 20% auto;
}

.social-icon-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--highlights);
  color: var(--highlights);
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  overflow: hidden;
  transform: translate(90px)rotate(-90deg);
  box-shadow: 0 0 5px #0003;
}

.social-icon-2:hover {
  transform: scale(1.1)translate(90px)rotate(-90deg);
}

.iocn-sml {
  width: 1.5rem;
}

.logo-footer {
  object-fit: contain;
  height: 25vh;
}

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

.blocks-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-block-166 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.arrow {
  background-color: var(--highlights);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  font-size: 1rem;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men-1 {
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .men-buttton1.hauptfarbe {
    background-color: #fff;
  }

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

  .men-icon1 {
    color: var(--highlights);
    font-size: 3rem;
  }

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

  .slogan1.heading-1 {
    margin-top: 10px;
    font-size: 70px;
    line-height: 50px;
  }

  .heading-links-sml.heading-1, .heading-links-sml.heading-3 {
    text-align: left;
  }

  ._2er-grid1 {
    margin-top: 20px;
  }

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

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

  .div-block-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

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

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

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

  .menu_container_left {
    width: 30%;
  }

  .menu_container_right {
    width: 70%;
  }

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

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

  .navbar_navlinks {
    flex-wrap: wrap;
  }

  .section_2.zweitfarbe {
    height: auto;
  }

  ._2er_grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .content_3.zweitfarbe {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-mittig-1.heading-1 {
    text-align: left;
  }

  .section_3 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
  }

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

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

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

  .content_1 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .content_1.right {
    align-items: center;
  }

  .footer.hauptfarbe {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
    display: flex;
  }

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

  .bg-100 {
    height: auto;
  }

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

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

  .section_no-padding {
    flex-direction: column;
    padding: 40px;
  }

  .content_-overlay {
    padding: 40px;
  }

  .heading-mitig-sml.heading-1 {
    text-align: left;
    font-size: 24px;
  }

  .heading-mittig-main {
    text-align: left;
  }

  .heading-mittig-main.heading-1 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

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

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

  .card-outer-wrap-img {
    order: 0;
  }

  .card-outer-wrap.zweitfarbe, .card-outer-wrap.highlights {
    justify-content: center;
    align-items: flex-start;
  }

  .menu-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  ._2er_grid-left-text {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .cards.highlights {
    justify-content: space-between;
    align-items: flex-start;
  }

  .cards-adjust {
    flex-flow: column;
    width: 100%;
  }

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

  .content-80 {
    width: 100%;
  }

  .image-wrapper-70vh {
    height: auto;
  }

  .section_bottom-padding {
    flex-direction: column;
    padding: 40px;
  }

  .blur-bg {
    width: 100%;
  }

  ._2er-grid-no-spc {
    flex-flow: column;
    display: flex;
  }

  ._2er_grid-title {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .mask {
    width: 100%;
  }

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

  .image-wrapper-cards.img-klangzauber, .image-wrapper-cards.img-blessingway {
    min-height: 20rem;
  }

  .image-wrapper-cards.img-positive {
    background-image: url('../images/NEU-Herz-Bauchgeburt.jpg');
    background-position: 50%;
    min-height: 20rem;
  }

  .image-wrapper-cards.img--positive-birth {
    min-height: 20rem;
  }

  .content-60 {
    width: 100%;
  }

  ._2er_grid-no-spc {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  ._2er-grid-no-spc1 {
    flex-flow: column;
    display: flex;
  }

  .footer-content {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

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

  .review-slide {
    width: 100%;
  }

  .review-block.zweitfarbe {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .mask-2 {
    width: 100%;
  }

  .kontakt-details {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card-adjust-1 {
    width: 100%;
  }

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

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

  .footer-grid {
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .div-block-166 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .titelvideo1 {
    height: 100%;
  }

  .subheading1 {
    font-size: 25px;
    line-height: 25px;
  }

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

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

  .heading-links-sml.heading-1 {
    margin-bottom: 2rem;
  }

  .heading-links-sml.heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .inhalt-mittig-untereinander.zweitfarbe.effekt {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

  .success1.heading-1 {
    font-size: 27px;
  }

  .div-block-footer1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav_menu {
    min-height: auto;
  }

  .menu_wrapper {
    flex-direction: column;
    justify-content: center;
    min-height: auto;
  }

  .menu_container_left {
    width: 100%;
    min-height: 30vh;
  }

  .menu_container_right {
    width: 100%;
    min-height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu_right_container {
    width: 90%;
  }

  .menu_form_block {
    width: 100%;
  }

  .content_3 {
    padding: 20px;
  }

  .content_3.zweitfarbe {
    flex-flow: column;
  }

  .heading-mittig-1 {
    font-size: 50px;
    line-height: 50px;
  }

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

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

  .button {
    margin-top: 0;
  }

  .section_3 {
    flex-direction: column;
  }

  .paragraph_center.flie-text.edit_ch, .paragraph_center.flie-text.edit_ch2 {
    width: 100%;
  }

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .section_no-padding {
    flex-direction: column;
  }

  .content_-overlay {
    padding: 20px;
  }

  ._2er-grid-1 {
    flex-flow: column;
    display: flex;
  }

  .block.adjust {
    width: 100%;
  }

  .heading-mitig-sml.heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-mittig-main {
    text-align: left;
  }

  .heading-mittig-klein1 {
    font-size: 25px;
    line-height: 25px;
  }

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

  .heading-mittig-klein1.heading-3 {
    text-align: left;
  }

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

  .divider-white {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .menu-wrap {
    width: 100%;
  }

  .sub-header.heading-1 {
    text-align: left;
  }

  .cards-adjust {
    flex-flow: column;
    width: 100%;
  }

  ._3er-grid-1 {
    flex-flow: column;
    display: flex;
  }

  .section_bottom-padding {
    flex-direction: column;
  }

  .blur-bg {
    width: 100%;
  }

  ._2er-grid-no-spc {
    flex-flow: column;
    display: flex;
  }

  .content_cards {
    padding: 20px;
  }

  ._2er-grid-no-spc1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .slider-wrap-2 {
    margin-top: 20px;
  }

  .card-adjust-1 {
    width: 100%;
  }

  .divider-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }
}

@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 {
    flex: 1;
  }

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

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

  .men-buttton1.hauptfarbe {
    flex: none;
  }

  .navbar1 {
    flex-flow: row;
  }

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

  .subheading1.heading-2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

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

  .heading-links-sml.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .inhalt-mittig-untereinander {
    padding: 20px 10px;
  }

  .inhalt-mittig-untereinander.zweitfarbe {
    width: 100%;
    padding: 20px 10px;
  }

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

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

  .success1.heading-1 {
    font-size: 18px;
    line-height: 1.3;
  }

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

  ._2er_grid {
    flex-flow: column;
    display: flex;
  }

  .content_3 {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 10px;
  }

  .content_3.zweitfarbe {
    flex-flow: column;
  }

  .content_3.highlights {
    padding: 2rem;
  }

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

  .heading-mittig-1.heading-1 {
    text-align: left;
    margin-bottom: 2rem;
    font-size: 24px;
    line-height: 1.1;
  }

  .paragraph-left {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

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

  .button.flie-text.highlights {
    width: auto;
  }

  .section_3 {
    padding: 20px;
  }

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

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

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

  .footer.hauptfarbe {
    padding: 20px;
  }

  .maps-gro {
    height: 300px;
  }

  .link-block {
    text-align: left;
  }

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

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

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

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

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

  .nav-link-btn.flie-text {
    flex: none;
  }

  .section_no-padding {
    padding: 20px;
  }

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

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

  .list-text {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  ._2er-grid-1 {
    flex-flow: column;
    display: flex;
  }

  .heading-mitig-sml.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-mitig-sml.heading-3 {
    text-align: left;
  }

  .heading-mittig-main {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-mittig-klein1 {
    font-size: 20px;
    line-height: 20px;
  }

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

  ._2er-grid, .card-outer-wrap.zweitfarbe {
    width: 100%;
  }

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

  .menu-wrap {
    width: 100%;
  }

  .cards.highlights {
    padding: 1rem;
  }

  .spacer-large.hide {
    display: none;
  }

  .section_bottom-padding {
    padding: 20px;
  }

  .blur-bg {
    width: 100%;
  }

  ._2er-grid-no-spc {
    flex-flow: column;
    display: flex;
  }

  .content-50 {
    width: 100%;
  }

  .content_cards {
    padding: 0 10px;
  }

  .content_cards.highlights {
    padding: 1rem;
  }

  .content-60 {
    width: 100%;
  }

  .heading-mitig-sml-2.heading-1 {
    font-size: 17px;
  }

  .review-slide {
    vertical-align: middle;
    height: 100%;
    margin: auto 0;
  }

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

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

  .slide {
    width: 100%;
  }

  .button-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
}

#w-node-f8a255c9-677a-900e-d694-a53fde27685e-26b73154, #w-node-b02c8d76-f48d-90e8-5ed5-1aa69cd4a427-26b73154, #w-node-_3eebce08-4b8e-3320-d8db-d2e934ed85a7-26b73154, #w-node-_8597c420-9868-00a5-0689-bf03ebd20759-26b73154, #w-node-fd9a706a-6653-bc4d-2018-ba795ed37913-2006ef4e, #w-node-fd9a706a-6653-bc4d-2018-ba795ed37913-9981fd37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368c29ee-e5fe-8b87-05d8-e995c2db7d33-9981fd37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8934e73e-6da8-c3e0-acb1-099bd1ae9985-e5e094fc {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_80a7fc18-fe81-507a-3e45-fcc951667f95-e5e094fc {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-fd9a706a-6653-bc4d-2018-ba795ed37913-e5e094fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3691300a-0c92-8817-4b9d-b90cbb110841-e5e094fc, #w-node-f8c29c9e-62e0-957e-1612-60f1b52a652c-e5e094fc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ab3fe836-537a-1c1c-2bbf-d767e6f9defe-2b99fd2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1388618d-6833-7aa3-6cea-0b14dc576544-2b99fd2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62e01b87-a6a4-f9b0-5b97-e1fe6d58b4ed-2b99fd2f, #w-node-_2cc7ea80-2daf-e556-2a44-a0c5f1024c2c-2b99fd2f, #w-node-_733f18a9-a227-1dbd-35f6-c9345cdc21c9-2b99fd2f, #w-node-_733f18a9-a227-1dbd-35f6-c9345cdc21ec-2b99fd2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0ee9fd8-b3b4-d660-e309-89092a4c9c51-2b99fd2f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8c30fc17-55b9-0149-421b-cdc233dab39b-66a0f83d, #w-node-_82f8ea0d-71cd-bdd5-a800-368202738f24-66a0f83d, #w-node-_465b7086-e830-5e29-a051-38042f329577-66a0f83d, #w-node-fe976f9d-9b7d-9803-084e-5ea28f50f54b-3361faa6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f8a255c9-677a-900e-d694-a53fde27685e-26b73154, #w-node-f8a255c9-677a-900e-d694-a53fde276866-26b73154, #w-node-b02c8d76-f48d-90e8-5ed5-1aa69cd4a427-26b73154 {
    order: -9999;
  }

  #w-node-_8597c420-9868-00a5-0689-bf03ebd20758-26b73154 {
    order: 9999;
  }

  #w-node-bbacf256-a649-513d-c854-489ae42c0a68-e5e094fc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_8934e73e-6da8-c3e0-acb1-099bd1ae9985-e5e094fc {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_80a7fc18-fe81-507a-3e45-fcc951667f95-e5e094fc {
    grid-area: 8 / 1 / 9 / 2;
  }
}


