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

:root {
  --brown: #6e2e35;
  --dim-grey: #655f62;
  --silver: silver;
}

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

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

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

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_15e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-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: cover;
  width: 250px;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

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

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

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

.heading-4 {
  font-family: Stylescript, sans-serif;
}

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

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

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

.navbar.hauptfarbe {
  z-index: 10;
  color: #fff;
  position: sticky;
  top: 0;
}

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

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

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

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

.terminbutton.highlights.flie-text {
  margin-top: 20px;
}

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

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

.form-text {
  line-height: 1.3;
}

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

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

.div-block-41.highlights {
  color: #fff;
}

.logo-postion {
  z-index: 10;
  filter: brightness(0%) invert();
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5vw;
  position: relative;
}

.navbar-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100vw;
  max-height: 100vh;
  padding-top: 15vh;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nav-menu-2.hauptfarbe {
  color: #fff;
}

.nav-link-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  position: static;
}

.nav-link-4:hover {
  color: #919191;
  width: 100%;
}

.menu-button-1 {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-button-1.hauptfarbe {
  background-image: linear-gradient(#465116, #465116);
}

.icon {
  color: #000;
  width: 25px;
  height: 25px;
}

.rahmen-unten {
  background-color: #ffffff80;
  border: 5px solid #fff;
  border-top-style: none;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 90%;
  height: 15vh;
}

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

.div-block-text {
  border-right: 5px solid #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: relative;
}

.slogan1 {
  text-align: left;
  text-transform: capitalize;
  font-size: 80px;
  line-height: 85px;
}

.slogan1.heading-1 {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.rahmen-oben {
  background-color: #ffffff80;
  border: 5px solid #fff;
  border-bottom-style: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  align-items: flex-end;
  width: 90%;
  height: 15vh;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.wei-er-rahmen {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60vw;
  display: flex;
}

.div-block-video1 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.divider {
  width: 20vw;
  height: 4px;
  margin-bottom: 10px;
}

.divider.highlights {
  width: 15vw;
  margin-bottom: 20px;
}

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

.heading-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 45px;
}

.heading-mittig.heading-1 {
  z-index: 5;
  position: relative;
}

.section-gro-e-abst-nde1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw 15vh;
  display: flex;
}

.section-gro-e-abst-nde1-2.highlights {
  padding-left: 10vw;
  padding-right: 10vw;
}

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

.section1 {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section1.hauptfarbe {
  padding-left: 5vw;
  padding-right: 5vw;
}

.text-ber-bild1 {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.feature-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.feature-image.left {
  object-position: 20% 50%;
}

.feature-image._100 {
  height: 100%;
}

.feature-image._100.top {
  object-position: 50% 10%;
}

.image-big1 {
  border-radius: 20px;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

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

.heading-mittig-klein1.heading-2 {
  line-height: 1.3;
}

._4er-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

._2er-grid {
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
}

._2er-grid.outline {
  border: 1px solid #979797;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
}

._2er-grid.space {
  margin-top: 16px;
}

.feature-image-mask {
  justify-content: space-between;
  width: 100%;
  height: 60vh;
  margin-right: 0;
  display: flex;
  position: relative;
}

.feature-image-mask.versetzt {
  height: 50vh;
  position: relative;
  top: 40px;
  right: 40px;
  overflow: hidden;
}

.feature-image-mask.versetzt.links {
  top: 40px;
  left: 40px;
  right: auto;
}

.feature-image-mask._80vh {
  height: 80vh;
  padding-right: 40px;
}

.text-links1.flie-text {
  display: block;
}

.text-links1.list {
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.5;
}

.hintergrund-wei {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.hintergrund-wei.versetzt {
  height: auto;
  position: relative;
  right: 40px;
}

.hintergrund-wei.versetzt.rechts {
  padding-left: 40px;
  padding-right: 0;
  right: -40px;
}

.hintergrund-wei.versetzt.red-bg {
  background-color: var(--brown);
}

.heading-links1 {
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 45px;
}

.bild-cover-section1 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#fff, #0000), url('../images/AdobeStock_305532892.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: center;
  height: 45vh;
  padding: 5vh 10vw;
  display: flex;
}

.bild-cover-1 {
  background-image: linear-gradient(#ffffffad, #ffffffad), url('../images/AdobeStock_329891242.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-wei-1 {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60%;
  padding: 60px;
  display: flex;
}

.titelvideo-unterseiten {
  height: 70vh;
  position: relative;
}

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

.heading-block1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: relative;
}

.div-block-farbig-1 {
  border-top: 3px solid var(--brown);
  border-bottom: 3px solid var(--brown);
  background-color: var(--silver);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.div-block-farbig-1:hover {
  background-color: #f8f8f8;
}

.maps1-2 {
  width: 100%;
  height: 50vh;
  margin-top: 40px;
}

.icon-1 {
  object-fit: cover;
  width: auto;
  height: 50px;
  margin-bottom: 20px;
}

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

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

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

.impdat-3 {
  padding: 100px 40px;
}

.impdat-3.flie-text {
  padding-top: 100px;
}

.div-block-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

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

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

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

.inhalt-footer {
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field-3 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field-3.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #fff;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

.form-block-3 {
  width: 100%;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

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

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

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

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form-2 {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

.form1 {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

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

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

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

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

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

.div-block-43 {
  display: block;
}

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

.navlink3.flie-text:hover {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.navlink3.flie-text.w--current {
  border-top: 3px solid var(--silver);
  border-bottom: 3px solid var(--silver);
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
}

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

.navlinks3.hauptfarbe {
  color: #fff;
}

.navbar3 {
  justify-content: space-between;
  display: flex;
}

.navbar3.hauptfarbe {
  padding: 10px 60px 10px 140px;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8, .field-label-9 {
  line-height: 1.3;
}

.textarea {
  height: 100px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 2%;
}

.image-wrapper {
  height: 45vh;
}

.image-100 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

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

.image-100.contain.bck-green {
  background-color: #57b72b;
}

.image-100.contain.bck-pink {
  background-color: #c4266d;
}

.image-100.contain.bck-green--1 {
  background-color: #9cb758;
}

.feature-image-100 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.textarea-2 {
  line-height: 3;
}

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

.text-links1-black {
  color: #000;
}

.text-links1-black.flie-text {
  display: block;
}

.accordion-text-3 {
  color: #dadada;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.7em;
}

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

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

.accordion-tab-button-dark:hover {
  transform: scale(1.03);
}

.accordion-pane-2 {
  background-color: #0000;
  overflow: hidden;
}

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

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

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

.accordion-question-header-3 {
  color: #fff;
  text-transform: capitalize;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 36px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.accordion-item-wrapper-white-3 {
  background-color: var(--brown);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: box-shadow .3s;
  box-shadow: 2px 2px 25px #0000001a;
}

.accordion-item-wrapper-white-3:hover {
  box-shadow: 4px 4px 25px #0003;
}

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

.feature-image-mask-60vh {
  justify-content: space-between;
  width: 80%;
  height: 60vh;
  margin-right: 0;
  display: flex;
  position: relative;
}

.feature-image-mask-60vh.versetzt {
  height: 60vh;
  position: relative;
  top: 40px;
  right: 40px;
  overflow: hidden;
}

._2er-grid-middle {
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
}

._2er-grid-middle.outline {
  border: 1px solid #979797;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 0;
}

.faq-dropdown {
  width: 100%;
}

.faq-single-block {
  border-radius: 10px;
  transition: all .2s ease-in;
  overflow: hidden;
  box-shadow: 1px 1px 4px #6d6d6d;
}

.answer-block {
  background-color: var(--brown);
  color: #fff;
  padding: 20px;
  transition: all .2s ease-in;
}

.faq-dropdown-content {
  background-color: #fff;
  position: static;
}

.faq-main-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.faq-text {
  color: #fff;
  font-family: Stylescript, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.faq-dropdown-button {
  border: 1px solid #dfdfdf;
  width: 100%;
  padding-left: 10px;
}

.faq-icon {
  filter: invert();
  font-size: 20px;
}

.answer-text {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list-4 {
  list-style-type: decimal;
}

.list-4.small {
  color: #dadada;
  font-size: .9rem;
}

.div-block-166 {
  background-color: #ffffff80;
  flex-direction: row;
  justify-content: flex-end;
  width: 90%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-102 {
  object-fit: cover;
  width: auto;
  height: 100%;
  margin-right: 100px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-103 {
  object-fit: cover;
  width: 100%;
  max-width: 370px;
  height: 480px;
  margin-right: 100px;
  margin-top: -90px;
}

.call-to-action-hero {
  margin-top: 25px;
  color: white;  
  border-radius: 5px;
  text-align: center;
}

.call-to-action-hero:hover {
  background-color: #C8C8C8;
  color: #222222;
}

@media (max-width: 768px) {
  .image-103 {
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-top: -60px; /* optional, je nach gewünschtem Abstand */
    margin-right: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .image-103 {
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-top: -60px; /* ggf. anpassen */
    margin-right: 10px;
  }
}

.button {
  font-family: Verdana, Geneva, sans-serif;
}

.bold-text-10 {
  font-family: Stylescript, sans-serif;
  font-size: 22px;
}

.testimonial-dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.testimonial-button {
  background-color: var(--brown);
  color: #fff;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.dropdown-content {
  background-color: #fff;
  padding-top: 30px;
  position: static;
  overflow: hidden;
}

.dropdown-content.w--open {
  background-color: #fff;
}

.section-gro-e-abst-nde1-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw 15vh;
  display: flex;
}

.section-gro-e-abst-nde1-3.hauptfarbe {
  padding-bottom: 10vh;
}

.accordion-question-header-34 {
  color: #fff;
  text-transform: capitalize;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 36px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
}

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

.list-7.numbered {
  list-style-type: decimal;
}

.accordion-item-wrapper-white-4 {
  background-color: #6e2e35;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: box-shadow .3s;
  box-shadow: 2px 2px 25px #0000001a;
}

.accordion-item-wrapper-white-4:hover {
  box-shadow: 4px 4px 25px #0003;
}

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

  .flie-text {
    width: 100%;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

  .div-block-41.highlights {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rahmen-unten {
    height: 15vh;
  }

  .titelvideo1-3 {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }

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

  .rahmen-oben {
    height: 15vh;
  }

  .wei-er-rahmen {
    width: 85%;
  }

  .div-block-video1 {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    inset: 0%;
  }

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

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

  .section-gro-e-abst-nde1-2 {
    padding: 60px 10%;
  }

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

  .section1 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section1.hauptfarbe {
    padding: 10vh 10%;
  }

  .feature-image {
    height: 100%;
    margin-top: 0;
  }

  .image-big1 {
    height: 50vh;
  }

  ._4er-grid-2 {
    grid-column-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

  ._2er-grid.outline {
    flex-direction: column;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  ._2er-grid.outline.invert {
    flex-direction: column-reverse;
    display: flex;
  }

  .feature-image-mask {
    height: 30vh;
    margin-right: 0;
  }

  .feature-image-mask.versetzt {
    height: 50vh;
    top: auto;
    right: auto;
  }

  .feature-image-mask.versetzt.links {
    height: 50vh;
    top: auto;
    left: auto;
  }

  .feature-image-mask._80vh {
    height: 60vh;
    padding-right: 0;
  }

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

  .hintergrund-wei.versetzt {
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    right: auto;
  }

  .hintergrund-wei.versetzt.rechts {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }

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

  .bild-cover-section1 {
    height: 40vh;
  }

  .bild-cover-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-wei-1 {
    width: 80%;
    height: auto;
    padding: 40px;
  }

  .titelvideo-unterseiten {
    height: 70vh;
  }

  ._3er-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .div-block-farbig-1 {
    padding-bottom: 20px;
  }

  .maps1-2 {
    height: 45vh;
    margin-bottom: 40px;
  }

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

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

  .impdat-3.flie-text {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .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-1.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .inhalt-footer {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .error-message {
    width: auto;
  }

  .form1 {
    margin-top: 0;
  }

  .impdat-2.flie-text {
    align-items: center;
  }

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

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

  .men-3 {
    z-index: 1000;
    background-color: var(--brown);
  }

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

  .men-button3.hauptfarbe {
    text-align: center;
    width: 100%;
  }

  .men-button3.hauptfarbe.w--open {
    background-color: var(--brown);
  }

  .navlinks3.hauptfarbe {
    padding-right: 0%;
  }

  .navbar3.hauptfarbe {
    flex-direction: column;
    padding: 0;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .feature-image-100 {
    height: 100%;
    margin-top: 0;
  }

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

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

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

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

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

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

  .feature-image-mask-60vh {
    height: 30vh;
    margin-right: 0;
  }

  .feature-image-mask-60vh.versetzt {
    width: 100%;
    height: 50vh;
    top: auto;
    right: auto;
  }

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

  ._2er-grid-middle.outline {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-single-block {
    width: 100%;
  }

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

  .faq-main-block {
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

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

  .image-102 {
    margin-right: 60px;
  }

  .testimonial-dropdown {
    align-items: center;
  }

  .section-gro-e-abst-nde1-3 {
    padding: 50px 5%;
  }

  .section-gro-e-abst-nde1-3.hauptfarbe {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section {
    padding: 60px 10%;
  }

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

@media screen and (max-width: 767px) {
  .logo-img {
    width: 195px;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .nav-menu-2.hauptfarbe {
    padding-top: 20vh;
  }

  .rahmen-unten {
    height: 10vh;
  }

  .titelvideo1-3 {
    height: 100%;
  }

  .rahmen-oben {
    height: 10vh;
  }

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

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

  .heading-mittig.heading-1 {
    margin-top: 0;
    line-height: 30px;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .section1.hauptfarbe {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .image-big1 {
    height: 45vh;
  }

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

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

  ._4er-grid-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  ._2er-grid.outline {
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
    display: flex;
  }

  .feature-image-mask {
    height: 300px;
    margin-right: 0;
  }

  .feature-image-mask.versetzt, .feature-image-mask.versetzt.links {
    height: 45vh;
  }

  .text-links1.flie-text {
    width: auto;
  }

  .hintergrund-wei.versetzt {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hintergrund-wei.versetzt.rechts {
    padding-left: 0;
    padding-right: 0;
  }

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

  .bild-cover-section1 {
    height: 30vh;
  }

  .bild-cover-1 {
    height: auto;
  }

  .div-block-wei-1 {
    width: 90%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-links1-3.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .titelvideo-unterseiten {
    height: 50vh;
  }

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

  .div-block-farbig-1 {
    height: auto;
  }

  .maps1-2 {
    height: 300px;
  }

  .success-2 {
    height: auto;
    padding: 40px;
  }

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

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

  .impdat-3.flie-text {
    padding-top: 50px;
  }

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

  .footer-1.hauptfarbe {
    padding-top: 40px;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .text-field-4 {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

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

  .grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .accordion-question-header-3 {
    font-size: 1.2em;
  }

  .feature-image-mask-60vh {
    height: 300px;
    margin-right: 0;
  }

  .feature-image-mask-60vh.versetzt {
    width: 100%;
    height: 45vh;
  }

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

  ._2er-grid-middle.outline {
    flex-direction: column;
    padding-top: 20px;
    display: flex;
  }

  .image-102, .image-103 {
    margin-right: 40px;
  }

  .accordion-question-header-34 {
    font-size: 1.1em;
  }
}

@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-img {
    width: 185px;
  }

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

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

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

  .nav-menu-2.hauptfarbe {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .rahmen-unten {
    height: 7vh;
  }

  .titelvideo1-3 {
    height: 100%;
  }

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

  .rahmen-oben {
    height: 7vh;
    padding-top: 10px;
  }

  .wei-er-rahmen {
    width: 100%;
    max-width: 350px;
    padding-right: 20px;
  }

  .div-block-video1 {
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .divider.highlights {
    width: 40vw;
  }

  .inhalt-mittig-untereinander-1 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-gro-e-abst-nde1-2 {
    padding: 40px 5%;
  }

  .image-big1 {
    height: 40vh;
  }

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

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

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

  ._4er-grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-image-mask.versetzt, .feature-image-mask.versetzt.links {
    height: 40vh;
  }

  .feature-image-mask._80vh {
    height: 45vh;
  }

  .hintergrund-wei.versetzt {
    padding-left: 0;
    padding-right: 0;
  }

  .hintergrund-wei.versetzt.rechts {
    padding-right: 0;
  }

  .heading-links1.heading-1 {
    text-align: center;
    font-size: 30px;
    line-height: 33px;
  }

  .bild-cover-section1 {
    height: 25vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .bild-cover-1 {
    height: auto;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-wei-1 {
    width: 90%;
    padding: 20px;
  }

  .heading-links1-3.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .titelvideo-unterseiten {
    height: 45vh;
  }

  .heading-block1 {
    width: 100vw;
  }

  .icon-1.invert {
    height: 40px;
  }

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

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

  .impdat-3.flie-text {
    padding-top: 50px;
  }

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

  .maps-gro {
    height: 300px;
  }

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

  .text-field-4 {
    width: 100%;
  }

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

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

  .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-text-3 {
    font-size: .8rem;
  }

  .arrow-div {
    margin-right: 0;
  }

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

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

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

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

  .feature-image-mask-60vh.versetzt {
    height: 40vh;
  }

  .faq-main-block {
    margin-top: 20px;
  }

  .list-4 {
    padding-left: 20px;
  }

  .div-block-166 {
    width: 90%;
  }

  .image-102, .image-103 {
    margin-right: 10px;
  }

  .testimonial-dropdown {
    width: 100%;
  }

  .testimonial-button {
    width: 100%;
    padding-left: 20px;
  }

  .section-gro-e-abst-nde1-3 {
    padding: 40px 2%;
  }

  .section-gro-e-abst-nde1-3.hauptfarbe {
    padding: 40px 5%;
  }

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

  .section {
    padding: 40px 5%;
  }

  .list-5, .list-6, .list-7 {
    padding-left: 20px;
  }

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

  .call-to-action-hero {
    margin-top: 175px;
    margin-left: 75px;
  }
}

#w-node-_555c7d16-4062-9abf-4275-d9d3e7ba9ab4-5afdfe8f, #w-node-_1e5540f0-bfc7-ea23-ea49-7054825a3ffc-5afdfe8f, #w-node-_70ea5bb7-6943-3486-b416-88ac3bd96701-5afdfe8f, #w-node-_58a195a3-373e-f882-14e5-a5f4d6be9822-5afdfe8f, #w-node-_9d9194b4-cd4b-cb8b-bbed-1c60e1baa35f-5afdfe8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f3a9b90-8296-ea24-11b6-d97894e06bc7-5afdfe8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5b0e13d3-244d-27a0-6e0c-2125ec1dc6b0-5afdfe8f, #w-node-_47a5a4ac-e7ed-a55e-dfc0-ff43d715dae9-5afdfe8f, #w-node-db09fd03-5b0f-3943-6c33-64099e8aa001-5afdfe8f, #w-node-_0a6e510d-aed7-a6c4-9f87-6b9201d69dcd-5afdfe8f, #w-node-d562ec23-88af-5012-b929-e2cfead8548b-5afdfe8f, #w-node-_374ac0d9-6e41-4288-e4d0-72c89d88163b-5afdfe8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c272130-b19e-767d-a4c1-4e2db13857c6-5afdfe8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7cb6d861-912d-93ea-68eb-7e6bf1c289a3-5afdfe8f, #w-node-_6167187b-5133-0647-8916-f2d39c636362-8bfdfe9c, #w-node-_80790abc-ae99-a468-b8b4-7cba8bd4870e-8bfdfe9c, #w-node-_12dfe0c0-1724-1da8-d4a2-5c01bdf23c3e-4bfe59fb, #w-node-_12dfe0c0-1724-1da8-d4a2-5c01bdf23c48-4bfe59fb, #w-node-_12dfe0c0-1724-1da8-d4a2-5c01bdf23c52-4bfe59fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2f3a9b90-8296-ea24-11b6-d97894e06bc7-5afdfe8f, #w-node-_7c272130-b19e-767d-a4c1-4e2db13857c6-5afdfe8f {
    grid-column: span 1 / span 1;
  }
}


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