:root {
  --secondry: #f7f7f7;
  --highlights: #f9ba9f;
  --main: #262729;
  --white: white;
  --secondry-2: #ccc;
  --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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

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

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

.utility-page-wrap {
  background-color: var(--secondry);
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  color: var(--highlights);
  background-image: url('../images/2_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  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 {
  width: 180px;
}

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

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

.telefonnummer, .ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  background-color: var(--secondry);
  color: #000;
}

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

.adresse {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

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

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

.heading-2 {
  font-family: Acme, sans-serif;
  font-weight: 600;
}

.heading-3 {
  font-family: Acme, sans-serif;
  font-weight: 700;
}

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

.farbe-der-headings {
  color: #f9ba9f;
}

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

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

.terminbutton.highlights:hover {
  color: #fff;
  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;
}

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

.nav-link.flie-text {
  color: #fff;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: .8vw;
  font-weight: 500;
  transition: all .2s;
}

.nav-link.flie-text:hover, .nav-link.flie-text.w--current {
  color: var(--highlights);
}

.is_flex {
  z-index: 10;
  color: #fff;
  background-color: #0000006b;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 220px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-video {
  width: 100%;
  height: 100%;
}

.section-relative {
  height: 100vh;
  position: relative;
}

.titelheading {
  text-align: center;
  font-size: 50px;
  line-height: 90px;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 6vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2.zweitfarbe {
  overflow: hidden;
}

.section-2.zweitfarbe.links {
  background-image: url('../images/2_1.webp');
  background-size: cover;
}

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

.heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
}

.heading.heading-1.none {
  display: none;
}

.heading.heading-1 {
  color: #964b00;
}

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

.paragraph {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

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

.paragraph.links.flie-text.unten {
  margin-bottom: 0;
}

.paragraph.links.flie-text.kleiner {
  font-size: 10px;
  line-height: 14px;
}

.div-block-2 {
  background-image: url('../images/Illustration_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 40px;
  transition: all .2s;
  display: flex;
}

.div-block-2:hover {
  transform: scale(1.03);
}

.div-block-2.highlight-2.center, .div-block-2.zweitfarbe-2.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2.zweitfarbe-2.rel-centered {
  position: relative;
  left: 50%;
}

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

.paragraph---centered {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

.transp-divider {
  width: 100%;
  height: 40px;
}

.highlight-2 {
  color: #000;
  background-color: #ceebbb;
}

._2er-grid {
  grid-template-rows: auto;
  margin-top: 100px;
}

._2er-grid.vertical {
  width: 100%;
  margin-bottom: 40px;
}

._3er-grid {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  position: relative;
}

._3er-grid.mit-abstand-2 {
  grid-column-gap: 50px;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

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

.inhalt.zweitfarbe-wei {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.inhalt.zweitfarbe-wei.rel {
  position: relative;
  left: 50%;
}

.inhalt.zweitfarbe-wei._80 {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

.image-dog {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 50vh;
  margin-bottom: 40px;
}

.image-dog.is-top.rechs {
  object-position: 50% 20%;
}

.image-dog.oben.margin, .image-dog.hoch.margin {
  margin-bottom: 0;
}

.image-dog.top {
  object-position: 50% 15%;
}

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

.heading-footer.heading-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.inhalt-footer {
  height: 100%;
}

.footer-1 {
  padding: 60px 6vw;
}

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

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

.no-overflow {
  border-radius: 25px;
  overflow: hidden;
}

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

.image-100-1._60vh {
  height: 60vh;
}

.impdat {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 6vw;
  display: flex;
}

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

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-success.heading-2 {
  font-size: 32px;
  line-height: 1.3;
}

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

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

.lottie-animation {
  z-index: -1;
  opacity: .05;
  filter: grayscale() invert();
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container {
  z-index: 1;
  position: relative;
}

.link {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

.heading8 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 60px;
}

._4er-grid-1 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: grid;
  position: relative;
}

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

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

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

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

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

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

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

.image-100.btm-1 {
  object-position: 50% 0%;
}

._3er-grid-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  position: relative;
}

._4er-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: grid;
  position: relative;
}

.navbar-main {
  z-index: 30;
  justify-content: space-between;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.nav-menu.hauptfarbe {
  z-index: 1000;
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.logo-wei-2 {
  z-index: 25;
  margin-left: 5vw;
  display: flex;
  position: relative;
}

.icon-13 {
  filter: invert();
  color: #333;
  width: 25px;
  height: 25px;
}

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

.logo-1.w--current {
  width: 15vw;
}

.navbar-wrap {
  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: flex-start;
  width: 100%;
  display: flex;
}

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

.menu-button-4 {
  z-index: 10;
  border: 1px solid var(--main);
  background-color: var(--secondry-2);
  border-radius: 10px;
  margin-top: 10vh;
  margin-bottom: 10px;
  margin-right: 5vw;
}

.menu-button-4.w--open {
  background-color: var(--secondry-2);
}

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

.zweitfarbe-2 {
  background-color: var(--secondry-2);
  color: #000;
}

.block_70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  margin-top: auto;
}

.navbar-bg {
  height: 28vh;
}

.image-wrapper {
  background-color: #fbefd6;
  width: 30vw;
  height: 40vh;
  position: relative;
}

.image-wrapper._50vh {
  width: 100%;
  height: 50vh;
  margin-bottom: 40px;
}

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

.image-wrapper-2 {
  background-color: #fbefd6;
  border-radius: 25px;
  width: 100%;
  height: 40vh;
  position: relative;
  overflow: hidden;
}

.image-wrapper-2.abstand {
  height: 60vh;
  margin-bottom: 0;
}

._2er-grid-2-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 60px;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

._2er-grid-2-2.hide {
  display: none;
}

.logo-img-round {
  object-fit: contain;
  border-radius: 50%;
}

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

.logo-2.w--current {
  width: 10vw;
}

.logo-2.left {
  margin-left: 40px;
}

.logo-2.left.w--current {
  width: 15vw;
  margin-left: 20px;
}

.zweitfarbe-wei {
  color: #000;
  background-color: #fff;
}

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

.image-100-contain-abs {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: contain;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.relative-wrapper-100, .background-video-blur {
  width: 100%;
  height: 100%;
}

._2er-grid-top-0 {
  grid-template-rows: auto;
  margin-top: 10px;
}

.heading-small {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 60px;
}

.div-block-2-center {
  background-image: url('../images/Illustration_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  width: 35%;
  height: 100%;
  padding: 40px;
  transition: all .2s;
}

.div-block-2-center:hover {
  transform: scale(1.03);
}

.card-grrid {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  position: relative;
}

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

.code-embed {
  width: 100%;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
  list-style-type: square;
  display: flex;
}

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

.link-kontakt {
  color: var(--highlights);
  font-size: 22px;
  text-decoration: none;
}

.wrapp {
  overflow-wrap: anywhere;
}

.image-101 {
  width: 30px;
  height: 30px;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.bold-text-10 {
  font-size: 20px;
}

.code-embed-2 {
  width: 10vw;
  position: fixed;
  inset: auto auto 0% 0%;
}

.video-galeri {
  width: 100%;
}

.image-102 {
  width: 2rem;
}

.div-block-4 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.code-embed-3 {
  height: 60vh;
}

.link-2 {
  color: var(--main);
  font-weight: 700;
  text-decoration: none;
}

.code-embed-4 {
  width: 100%;
}

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

.lightbox-link {
  height: 40vh;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-103 {
  width: 100%;
  height: 100%;
}

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

.transp-divider-2 {
  width: 100%;
  height: 40px;
}

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

._2er-grid-2-3 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 60px;
  display: grid;
  position: relative;
}

.image-wrapper-3 {
  background-color: #fbefd6;
  border-radius: 25px;
  width: 100%;
  height: 40vh;
  position: relative;
}

.paragraph-links {
  font-size: 17px;
  line-height: 25px;
}

.div-block-6 {
  background-image: url('../images/Illustration.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  height: 100%;
  padding: 40px;
  transition: all .2s;
}

.div-block-6:hover {
  transform: scale(1.03);
}

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

.image-wrapper-big._70 {
  width: 50%;
  height: auto;
}

.code-embed-5 {
  width: 100%;
}

.image-popup-2 {
  float: right;
  opacity: .5;
  cursor: pointer;
  background-image: linear-gradient(#0000, #0000);
  width: 30px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 7px;
  transition: background-color .4s, opacity .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-popup-2:hover {
  opacity: 1;
  background-color: #00000024;
  background-image: none;
  border-radius: 5px;
}

.paragraph-links-text {
  font-size: 17px;
  line-height: 25px;
}

.paragraph-links-text.flie-text {
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.paragraph-links-text.flie-text.non-justify {
  text-align: center;
}

.paragraph-links-text.flie-text.non-justify.smaller {
  font-size: 15px;
}

.divpopup-2 {
  text-align: center;
  background-color: #e9dfd2;
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  min-height: 150px;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  overflow: auto;
  box-shadow: 1px 1px 15px #0000005e;
}

.popup-2 {
  z-index: 200000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-7 {
  min-width: 80vw;
}

.div-block-8 {
  width: 80vw;
  height: 100%;
}

.background-video-2 {
  z-index: 10;
  width: 80vw;
}

.image-wrapper-4 {
  background-color: #fbefd6;
  border-radius: 25px;
  width: 100%;
  height: 40vh;
  position: relative;
  overflow: hidden;
}

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

.div-block-9 {
  background-image: url('../images/Illustration_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 40px;
  transition: all .2s;
  display: flex;
}

.div-block-9:hover {
  transform: scale(1.03);
}

._2er-grid-2-4 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 60px;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

._2er-grid-2-4.none {
  display: none;
}

.transp-divider-3 {
  width: 100%;
  height: 40px;
}

._2er-grid-2-2-copy {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 60px;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

._2er-grid-2-2-copy.hide, ._2er-grid-2-2-copy.none {
  display: none;
}

.div-block-2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Illustration_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 40px;
  transition: all .2s;
  display: grid;
}

.div-block-2-copy:hover {
  transform: scale(1.03);
}

.div-block-2-copy.highlight-2.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2-copy.zweitfarbe-2 {
  grid-template-rows: auto;
}

.div-block-2-copy.zweitfarbe-2.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.dropdown-toggle {
  padding: 0;
  display: flex;
}

.icon-15 {
  color: #fff;
  position: relative;
}

.dropdown {
  display: block;
}

.dropdown-list {
  background-color: #0000;
  padding-left: 20px;
  position: relative;
}

.div-block-10 {
  background-image: url('../images/Illustration_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 40px;
  transition: all .2s;
  display: flex;
}

.div-block-10:hover {
  transform: scale(1.03);
}

.div-block-10.zweitfarbe-2.breiter {
  text-decoration: none;
}

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

@media screen and (min-width: 1920px) {
  .image-popup-2 {
    width: 30px;
    padding: 7px;
    transition: background-color .6s, opacity .4s;
  }

  .image-popup-2:hover {
    background-image: linear-gradient(#c5c5c580, #c5c5c580);
  }

  .divpopup-2 {
    min-height: 150px;
  }

  .popup-2 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .adresse {
    text-align: center;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-link.flie-text {
    text-align: center;
    padding: 15px 10px;
    font-size: 2vw;
    line-height: 1.6;
  }

  .is_flex {
    padding: 60px;
  }

  .section-relative {
    height: 90vh;
    overflow: hidden;
  }

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

  .section-2 {
    padding: 60px;
  }

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

  .section-2.zweitfarbe.mid {
    padding: 60px;
  }

  .heading.heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 1.3;
  }

  .paragraph.flie-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .div-block-2.highlight-2.center.zweitfarbe-2, .div-block-2.zweitfarbe-2 {
    padding: 20px;
  }

  .div-block-2.zweitfarbe-2:hover {
    transform: scale(1.02);
  }

  .div-block-2.zweitfarbe-2.rel-centered._1 {
    left: 0%;
  }

  .small-heading.heading-1, .small-heading.heading-2 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.3;
  }

  .paragraph---centered.flie-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .transp-divider {
    display: none;
  }

  .transp-divider.small {
    height: 20px;
    display: block;
  }

  ._2er-grid {
    margin-top: 40px;
  }

  ._2er-grid.vertical {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  ._3er-grid.mit-abstand-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
  }

  .inhalt.zweitfarbe-wei {
    width: 100%;
  }

  .image-dog {
    border-radius: 20px;
    height: 60vh;
    margin-bottom: 20px;
  }

  .heading-footer.heading-3 {
    text-align: center;
  }

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

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

  .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-bottom: 0;
    display: flex;
  }

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

  .image-100-1._60vh.is-top.vh {
    height: 70vh;
  }

  .image-100-1.is-top, .image-100-1.is-top-_35 {
    object-position: 50% 5%;
  }

  .impdat {
    padding: 60px;
  }

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

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

  .heading-success.heading-2 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .container {
    z-index: 10;
  }

  .impdat-3.flie-text {
    text-align: center;
    min-height: auto;
  }

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

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

  .heading8.heading-1 {
    margin-bottom: 10px;
    line-height: 1.3;
  }

  ._4er-grid-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .paragraph-mitting.flie-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .grid-gallery {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 20px;
  }

  ._3er-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  ._4er-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .nav-menu.hauptfarbe {
    width: 100%;
    max-width: none;
    overflow: scroll;
  }

  .logo-wei-2 {
    position: absolute;
  }

  .icon-13 {
    width: 22px;
    height: 22px;
  }

  .logo-1, .logo-1.w--current {
    width: 10rem;
  }

  .menu-button-4 {
    margin-top: 60px;
    padding: 16px;
  }

  .lightbox {
    height: 70vh;
  }

  .block_70 {
    width: 100%;
  }

  .navbar-bg {
    height: 22vh;
  }

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

  .image-wrapper._50vh {
    height: 60vh;
    margin-bottom: 20px;
  }

  .image-wrapper-2 {
    height: 55vh;
    overflow: hidden;
  }

  ._2er-grid-2-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .logo-2 {
    width: 8rem;
  }

  .logo-2.w--current {
    width: 8rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._2er-grid-top-0 {
    margin-top: 20px;
  }

  .heading-small.heading-1 {
    font-size: 35px;
    line-height: 1.3;
  }

  .heading-small.heading-2.farbe-der-headings {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.3;
  }

  .div-block-2-center.zweitfarbe-2 {
    width: 100%;
    padding: 20px;
  }

  .card-grrid {
    width: 100%;
    margin-top: 20px;
  }

  .left-arrow, .right-arrow {
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #000;
    width: 55px;
    font-size: 30px;
  }

  .html-embed-maps {
    height: 50vh;
  }

  .video-galeri {
    width: 100%;
  }

  .code-embed-3 {
    height: 45vh;
  }

  .lightbox-link {
    width: 70%;
    height: auto;
  }

  ._2er-grid-2-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .image-wrapper-big._70 {
    width: 60%;
  }

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

  .image-wrapper-4 {
    height: 55vh;
    overflow: hidden;
  }

  .small-heading-3.heading-1 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.3;
  }

  .div-block-9.zweitfarbe-2 {
    padding: 20px;
  }

  .div-block-9.zweitfarbe-2:hover {
    transform: scale(1.02);
  }

  ._2er-grid-2-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .transp-divider-3 {
    display: none;
  }

  ._2er-grid-2-2-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-2-copy.highlight-2.center.zweitfarbe-2, .div-block-2-copy.zweitfarbe-2 {
    padding: 20px;
  }

  .div-block-2-copy.zweitfarbe-2:hover {
    transform: scale(1.02);
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
  }

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

  .div-block-10.zweitfarbe-2 {
    padding: 20px;
  }

  .div-block-10.zweitfarbe-2:hover {
    transform: scale(1.02);
  }

  .small-heading-4.heading-1 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.3;
  }
}

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

  .divblock1 {
    height: auto;
  }

  .nav-link.flie-text {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 2.5vw;
  }

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

  .background-video {
    min-height: 550px;
  }

  .section-relative {
    height: 30rem;
  }

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

  .section-2, .section-2.zweitfarbe, .section-2.zweitfarbe.mid {
    padding: 40px;
  }

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

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

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

  .div-block-2.zweitfarbe-2 {
    width: 100%;
    padding: 20px;
  }

  .div-block-2.zweitfarbe-2:hover {
    transform: scale(1.01);
  }

  .div-block-2.zweitfarbe-2.rel-centered {
    left: 0%;
  }

  .small-heading.heading-1 {
    font-size: 22px;
    line-height: 1.3;
  }

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

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

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

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

  .inhalt.zweitfarbe-wei.rel {
    position: static;
  }

  .inhalt.zweitfarbe-wei._80 {
    width: 100%;
  }

  .image-dog {
    height: 25rem;
    margin-bottom: 10px;
  }

  .image-dog.is-top {
    object-position: 50% 25%;
    height: 25rem;
  }

  .image-dog.oben {
    object-position: 50% 10%;
  }

  .image-dog.hoch {
    object-position: 50% 35%;
  }

  .heading-footer.heading-3 {
    margin-bottom: 5px;
  }

  .footer-1.hauptfarbe {
    padding: 30px 20px 20px;
  }

  .div-block-footer1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-100-1._60vh.is-top {
    height: 100%;
  }

  .image-100-1.is-top.links {
    object-position: 60% 5%;
  }

  .image-100-1.is-top-_35 {
    object-position: 50% 25%;
  }

  .image-100-1.rechs {
    object-position: 75% 50%;
  }

  .impdat {
    padding: 40px;
  }

  .impdat.is-wrap {
    overflow-wrap: anywhere;
  }

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

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

  .heading-success.heading-2 {
    font-size: 25px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

  ._4er-grid-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .grid-gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 80%;
    display: flex;
  }

  .image-100.abs {
    height: 28rem;
  }

  ._3er-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._4er-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .nav-menu.hauptfarbe {
    width: 100%;
    max-width: none;
    padding-top: 25vh;
  }

  .logo-wei-2 {
    margin-left: 3vw;
    position: absolute;
  }

  .icon-13 {
    width: 20px;
    height: 20px;
  }

  .logo-1, .logo-1.w--current {
    width: 9rem;
  }

  .menu-button-4 {
    border-radius: 8px;
    padding: 14px;
  }

  .lightbox, .image-wrapper {
    height: 25rem;
  }

  .image-wrapper._50vh {
    height: 25rem;
    margin-bottom: 10px;
  }

  .image-wrapper-2 {
    height: 25rem;
  }

  ._2er-grid-2-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .logo-2, .logo-2.w--current {
    width: 6.5rem;
  }

  .background-video-blur {
    min-height: 550px;
  }

  ._2er-grid-top-0 {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

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

  .heading-small.heading-2.farbe-der-headings {
    font-size: 24px;
  }

  .card-grrid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
    display: flex;
  }

  .left-arrow {
    width: 45px;
    font-size: 25px;
  }

  .right-arrow {
    width: 50px;
    font-size: 25px;
  }

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

  .div-block-4 {
    grid-template-columns: 1fr;
  }

  ._2er-grid-2-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .paragraph-links.flie-text.list {
    font-size: 14px;
    line-height: 1.3;
  }

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

  .paragraph-links-text.flie-text.non-justify.smaller {
    margin-bottom: 0;
  }

  .image-wrapper-4 {
    height: 25rem;
  }

  .small-heading-3.heading-1 {
    font-size: 22px;
    line-height: 1.3;
  }

  .div-block-9.zweitfarbe-2 {
    width: 100%;
    padding: 20px;
  }

  .div-block-9.zweitfarbe-2:hover {
    transform: scale(1.01);
  }

  ._2er-grid-2-4, ._2er-grid-2-2-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-2-copy.zweitfarbe-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding: 20px;
    display: grid;
  }

  .div-block-2-copy.zweitfarbe-2:hover {
    transform: scale(1.01);
  }

  .div-block-10.zweitfarbe-2 {
    width: 100%;
    padding: 20px;
  }

  .div-block-10.zweitfarbe-2:hover {
    transform: scale(1.01);
  }

  .small-heading-4.heading-1 {
    font-size: 22px;
    line-height: 1.3;
  }
}

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

  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .adresse {
    font-size: 13px;
  }

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

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

  .nav-link.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 4vw;
  }

  .is_flex {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-video {
    min-height: 300px;
  }

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

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

  .heading.heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 1.3;
  }

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

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

  .div-block-2 {
    padding: 20px;
  }

  .div-block-2.highlight-2.center.zweitfarbe-2, .div-block-2.zweitfarbe-2 {
    padding: 15px;
  }

  .small-heading.heading-1 {
    margin-top: 10px;
    font-size: 20px;
  }

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

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

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

  .transp-divider {
    height: 20px;
  }

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

  .inhalt.zweitfarbe-wei {
    border-radius: 15px;
    padding: 15px;
  }

  .image-dog {
    height: 25rem;
  }

  .image-dog.is-top.rechs {
    object-position: 65% 25%;
  }

  .heading-footer.heading-3 {
    font-size: 16px;
    line-height: 1.2;
  }

  .image-100-1.is-top-_35 {
    height: 100%;
  }

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

  .impdat.is-wrap {
    overflow-wrap: anywhere;
  }

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

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

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

  .maps-gro {
    height: 300px;
  }

  .link {
    font-size: 13px;
  }

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

  .impdat-3.flie-text {
    min-height: auto;
    font-size: 13px;
  }

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

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

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

  .grid-gallery {
    width: 100%;
  }

  ._3er-grid-2 {
    margin-top: 15px;
  }

  ._4er-grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .nav-menu.hauptfarbe {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-wei-2 {
    margin-left: 0;
  }

  .icon-13 {
    width: 18px;
    height: 18px;
  }

  .logo-1 {
    width: 6rem;
  }

  .logo-1.w--current {
    width: 6rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button-4 {
    margin-top: 20px;
    margin-right: 1vw;
    padding: 12px;
  }

  .navbar-bg {
    height: 15vh;
  }

  .image-wrapper-2 {
    height: 25rem;
  }

  .logo-2, .logo-2.w--current {
    width: 4rem;
  }

  .background-video-blur {
    min-height: 300px;
  }

  ._2er-grid-top-0 {
    margin-top: 10px;
  }

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

  .heading-small.heading-2.farbe-der-headings {
    font-size: 20px;
  }

  .div-block-2-center {
    padding: 20px;
  }

  .div-block-2-center.zweitfarbe-2 {
    padding: 15px;
  }

  .card-grrid {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .left-arrow {
    width: 40px;
    font-size: 22px;
  }

  .right-arrow {
    width: 45px;
    font-size: 22px;
  }

  .slide-nav {
    height: 2rem;
    font-size: 10px;
  }

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

  .video-galeri {
    height: 30vh;
  }

  .code-embed-3 {
    height: auto;
  }

  .lightbox-link {
    width: auto;
  }

  .transp-divider-2 {
    height: 20px;
  }

  .small-heading-2.heading-1 {
    margin-top: 10px;
  }

  .paragraph-links, .paragraph-links.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

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

  .div-block-6 {
    padding: 20px;
  }

  .image-wrapper-big._70 {
    width: 100%;
  }

  .image-popup-2 {
    margin-top: 5px;
    margin-right: 5px;
  }

  .paragraph-links-text {
    font-size: 14px;
    line-height: 20px;
  }

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

  .paragraph-links-text.flie-text.non-justify.smaller {
    font-size: 12px;
  }

  .divpopup-2 {
    padding: 20px;
  }

  .image-wrapper-4 {
    height: 25rem;
  }

  .small-heading-3.heading-1 {
    margin-top: 10px;
    font-size: 20px;
  }

  .div-block-9 {
    padding: 20px;
  }

  .div-block-9.zweitfarbe-2 {
    padding: 15px;
  }

  .transp-divider-3 {
    height: 20px;
  }

  .div-block-2-copy {
    padding: 20px;
  }

  .div-block-2-copy.highlight-2.center.zweitfarbe-2, .div-block-2-copy.zweitfarbe-2 {
    padding: 15px;
  }

  .div-block-10 {
    padding: 20px;
  }

  .div-block-10.zweitfarbe-2 {
    padding: 15px;
  }

  .small-heading-4.heading-1 {
    margin-top: 10px;
    font-size: 20px;
  }
}

#w-node-fbc782a7-d995-acd0-be4b-f8c1345b7072-68225311, #w-node-e980bf24-8b8d-c350-3fdf-098ab283c8cb-68225313, #w-node-_7afbfcfc-359a-77ab-5eaf-7e337622ce5d-68225313, #w-node-a5b722f7-4c89-ee20-8b9c-efe3b8b65d2c-68225313, #w-node-a7d785e0-55ee-914d-30dc-77697e9263ce-68225313, #w-node-_4a13e5e5-2473-c0c4-8366-4303babe1174-68225313, #w-node-f95b4ffd-3939-9918-a86c-648e6a1eadb6-68225313, #w-node-_8ad67eec-012d-1775-70a9-6d3ec9df6e6e-68225313, #w-node-_1d07b4ab-10dc-1fc1-728f-6e6c75e3f205-68225313, #w-node-_27dc97ca-9586-9e65-fba7-6857977f90a2-4573dfce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe25fa83-9ebd-c873-bd03-68253307be89-202a1dec {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6b32302b-766a-f512-7942-067b8956fba3-fb35bbec, #w-node-_4d48d2f9-fa20-5f97-41d9-edaffa718f59-fb35bbec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_01a231df-2fd8-f085-d251-92ccd8dc0a4b-6822530e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ed20ed96-b533-5cb9-8c96-7afb7e5ee3fc-68225313, #w-node-e980bf24-8b8d-c350-3fdf-098ab283c8cb-68225313, #w-node-_7afbfcfc-359a-77ab-5eaf-7e337622ce5d-68225313, #w-node-a5b722f7-4c89-ee20-8b9c-efe3b8b65d2c-68225313, #w-node-a7d785e0-55ee-914d-30dc-77697e9263ce-68225313, #w-node-_4a13e5e5-2473-c0c4-8366-4303babe1174-68225313, #w-node-f95b4ffd-3939-9918-a86c-648e6a1eadb6-68225313, #w-node-_8ad67eec-012d-1775-70a9-6d3ec9df6e6e-68225313, #w-node-_1d07b4ab-10dc-1fc1-728f-6e6c75e3f205-68225313 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1afe4b20-05d7-7be0-73fe-aa5b3fdaeb7d-68225313 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fe25fa83-9ebd-c873-bd03-68253307be89-202a1dec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_22976327-f95a-18e0-9e0d-a6e778135b6c-2f088a10, #w-node-ef5b2cb1-33eb-9267-b0ea-0293bf22a2d2-2f088a10 {
    order: -9999;
  }
}


