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

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

:root {
  --rosa: #db9585;
  --dark-grey: #383838;
  --light-pink: #f4e7e2;
  --pink: #dfb3a9;
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.utility-page-wrap {
  background-color: var(--rosa);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

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

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

.logo-img {
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
}

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

.logo.w--current {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
}

.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(--dark-grey);
  color: #fff;
}

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

.terminbutton.highlights {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
}

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

.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-menu-1 {
  z-index: 1000;
}

.navbar-1 {
  z-index: 9999;
  background-color: #dfb3a9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.logo-wei {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-link {
  color: #333;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #a8a8a8;
  font-weight: 700;
}

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: #fff;
}

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

.nav-link.flie-text {
  border-bottom: 2px solid #0000;
}

.nav-link.flie-text.w--current {
  border-bottom-color: var(--dark-grey);
  color: #333;
}

.nav-link.flie-text:hover {
  border-bottom-color: var(--dark-grey);
  color: #333;
  font-weight: 400;
}

.nav-men-farbe {
  font-family: Source Sans Pro, sans-serif;
}

.hauptheading {
  text-align: left;
  margin-top: 10px;
  font-size: 90px;
  line-height: 95px;
}

.hauptheading.heading-2 {
  font-family: Comic, sans-serif;
  line-height: 1.1;
}

.hauptheading.heading-2.spacing-bottom {
  margin-bottom: 40px;
}

.background-video {
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 100%;
}

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

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

.title-text-block {
  z-index: 3;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.title-text-block.overlay {
  background-image: linear-gradient(#0003, #0003);
}

.kontaktbutton {
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.kontaktbutton.flie-text.highlights {
  color: #000;
  text-shadow: 0 1px 1px #0003;
  align-self: auto;
  margin: 10px 0% 10px 0;
  font-family: Comic, sans-serif;
  font-weight: 400;
}

.kontaktbutton.flie-text.highlights:hover {
  color: #fff;
  background-color: #383838;
}

.kontaktbutton.flie-text.highlights.right {
  align-self: flex-end;
  margin-right: 20%;
}

.kontaktbutton.flie-text.highlights.right:hover {
  background-color: var(--dark-grey);
}

.subheading1 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}

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

.subheading1.heading-3.slogan {
  font-family: Comic, sans-serif;
}

.subheading1.heading-3.slogan.left-margin {
  align-self: center;
  margin-left: -220px;
  font-size: 24px;
}

.subheading1.heading-3.farbe-der-headings {
  font-family: Comic, sans-serif;
}

.img-mask {
  position: relative;
}

._2er-grid1 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  height: 80vh;
}

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

.text-links.flie-text {
  text-align: center;
  font-family: Comic, sans-serif;
  line-height: 1.5;
}

.text-links.flie-text.start {
  text-align: left;
  font-size: .9em;
}

.text-links.flie-text.leistungen {
  text-align: left;
}

.text-links.flie-text.leistungen.small {
  border: 2px solid #000;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 18px;
  line-height: 1.3;
}

.text-links.flie-text.leistungen.small.center {
  text-align: center;
}

.text-links.flie-text.leistungen.small.center.no-border {
  border-width: 0;
}

.text-links.flie-text.leistungen.top-margin {
  margin-top: 10px;
}

.text-links.flie-text.left-aligned {
  text-align: left;
}

.text-links.flie-text.date {
  font-weight: 400;
}

.bild-oben-verschoben1 {
  object-fit: cover;
  object-position: 70% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 90vh;
  position: absolute;
  inset: -17% 0% auto;
  box-shadow: 3px 2px 11px 3px #00000061;
}

.section-gro-e-abst-nde {
  background-color: #dfb3a9;
  padding: 10vh 15vw;
}

.section-gro-e-abst-nde.padding {
  padding-bottom: 15vh;
}

.section-gro-e-abst-nde.padding._10vw-right {
  background-color: var(--pink);
  padding-right: 10vw;
}

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

.heading-links1.heading-2 {
  text-align: left;
  font-family: Comic, sans-serif;
  line-height: 1.3;
  position: static;
}

.heading-links1.heading-2.start {
  text-align: left;
}

.heading-links1.heading-2.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.inhalt-untereinander-1.flie-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.inhalt-untereinander-1.flie-text.mitting {
  justify-content: center;
  align-items: center;
}

.inhalt-untereinander-1.start {
  justify-content: center;
  align-items: flex-start;
}

.inhalt-untereinander-1.start.less-padding {
  font-size: 1vw;
}

.inhalt-untereinander-1.leistungen {
  justify-content: center;
  align-items: flex-start;
}

.rahmen-bild1 {
  border: 1px solid #616161;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.rahmen-bild1.reviews {
  border: 1px solid #61616133;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: auto;
  box-shadow: 2px 2px 5px #0003;
}

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

.section-2.gallerie {
  opacity: 1;
}

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

.section-2.zweitfarbe {
  background-color: var(--light-pink);
}

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

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

.inhalt-mittig1 {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.inhalt-mittig1._100 {
  width: 75%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
}

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

._3er-grid._100 {
  width: 100%;
}

.square-img {
  object-fit: cover;
  width: 100%;
  height: 30vh;
}

.square-img.dark {
  filter: brightness(80%);
}

.square-img.moved {
  object-position: 50% 30%;
}

.square-img.moved.taller {
  object-fit: cover;
  height: 40vh;
}

.square-img.moved.taller.contain {
  object-fit: contain;
}

.square-img.taller {
  height: 40vh;
}

.square-img.taller.moved {
  object-position: 50% 50%;
}

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2.highlights.flie-text {
  font-family: Comic, sans-serif;
}

.mehr-erfahren2.highlights.flie-text:hover {
  background-color: var(--dark-grey);
  color: #fff;
}

.heading {
  text-align: center;
  margin-top: 10px;
  font-size: 45px;
  line-height: 50px;
  display: flex;
}

.heading.heading-1 {
  font-family: Comic, sans-serif;
  line-height: 1.1;
}

.heading.heading-1.spacing-top {
  margin-top: 60px;
}

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

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

.bild-cover {
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/65fbcffb520b231d3d60b198_09d4c7e109f3dda373d8fbb59259edb1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-left: 20vw;
  padding-right: 20vw;
  display: flex;
}

.section-streifen {
  background-color: #dfb3a9;
  height: 100%;
  padding: 15vh 15vw;
}

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

.heading-footer.heading-3 {
  margin-top: 20px;
  font-family: Comic, sans-serif;
}

.footer {
  padding: 60px 10%;
}

.footer.hauptfarbe {
  background-color: var(--dark-grey);
  padding-left: 25%;
  padding-right: 25%;
}

.grid-galerie3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px 0 0;
}

.bild-galeire1 {
  width: 100%;
  height: auto;
}

.bild-galeire1.relative, .bild-galeire1.relative-50 {
  position: relative;
  left: 50%;
}

.impdat {
  padding: 100px 10vw;
}

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

.success-block {
  border: 2px solid var(--dark-grey);
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

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

.heading-mittig1.heading-2 {
  font-size: 32px;
}

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

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

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

.link.black {
  color: #333;
}

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

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

.impdat-2.flie-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  min-height: auto;
  padding: 0;
  font-family: Comic, sans-serif;
  display: flex;
}

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

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

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

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

.subheading1-links {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}

.subheading1-links.heading-3 {
  text-align: center;
}

.subheading1-links.heading-3.farbe-der-headings {
  text-align: left;
}

._3er-grid1 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  height: 100%;
}

.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 {
  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-3.black:hover {
  transform: none;
}

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: 200px;
  top: 10px;
}

.navbar {
  align-items: center;
  margin-right: 50px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slider {
  z-index: 0;
  height: 100%;
}

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

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

.socials {
  z-index: 100;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.social-button {
  z-index: 10;
  background-color: #d29587;
  border-radius: 50px;
  margin: 10px 10px 10px 0;
  padding: 10px;
  position: relative;
}

.image-icon {
  object-fit: cover;
}

.bold-text {
  color: #000;
  margin-bottom: 5px;
  font-family: Comic, sans-serif;
  font-size: 2.5rem;
  line-height: 30px;
  display: block;
}

.inhalt-footer {
  font-family: Comic, sans-serif;
}

.inhalt-footer.margin {
  margin-left: 0;
}

.link-black {
  color: var(--dark-grey);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.logo-heading {
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Comic, sans-serif;
  line-height: 0;
  position: relative;
  bottom: 0;
}

.video {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.wrap.zweitfarbe {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 40px;
}

.grid-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 36%;
}

.grid-table._100 {
  width: 80%;
  height: 100%;
}

.grid-table._100.narrow {
  grid-template-columns: .5fr 1fr;
  justify-content: stretch;
}

.cell-right-align {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}

.section-51 {
  padding: 5vh 15vw;
}

.image100full {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 70vh;
}

.video-holder {
  width: 20vw;
  height: 60vh;
  margin-top: 0;
  box-shadow: 0 2px 5px #0003;
}

.slide-image-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-image-back {
  filter: blur(25px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-image-front {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-size-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 36%;
}

.section-gro-e {
  padding: 10vh 15vw;
}

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

.video-button {
  object-fit: contain;
  width: 45px;
}

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

.jotform-wrapper {
  width: 100%;
}

.social-button-2 {
  z-index: 10;
  background-color: #d29587;
  border-radius: 50px;
  margin: 10px 10px 10px 0;
  padding: 10px;
  position: relative;
}

.image-101 {
  object-fit: cover;
}

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

.counter-div {
  margin-left: 100px;
}

.counter-div.sm-screen {
  display: none;
}

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

.grid-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

  .logo, .logo.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1 {
    position: absolute;
  }

  .men-button1 {
    background-color: var(--dark-grey);
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }

  .men-button1.w--open {
    background-color: var(--dark-grey);
  }

  .navbar-1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
    overflow: visible;
  }

  .logo-wei {
    margin-left: 0;
    position: relative;
  }

  .men-icon1 {
    color: #fff;
  }

  .nav-link {
    width: 100%;
    position: static;
  }

  .nav-link.flie-text {
    color: #000;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-link.flie-text.w--current {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-men-farbe {
    background-color: var(--light-pink);
    color: #000;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
  }

  .hauptheading.heading-2 {
    font-size: 55px;
  }

  .hauptheading.heading-2.spacing-bottom {
    text-align: center;
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 1.4;
  }

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

  .title-text-block.overlay {
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

  .kontaktbutton.flie-text.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kontaktbutton.flie-text.highlights.right {
    align-self: center;
    margin-right: 0%;
    line-height: 1.3;
  }

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

  .subheading1.heading-3.slogan.left-margin {
    margin-left: 0;
    font-size: 20px;
    line-height: 1.3;
  }

  .subheading1.heading-3.farbe-der-headings {
    line-height: 1.3;
  }

  .img-mask {
    height: 60vh;
  }

  ._2er-grid1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
    justify-items: stretch;
    height: auto;
  }

  .text-links.flie-text.start {
    text-align: center;
    font-size: 18px;
  }

  .text-links.flie-text.leistungen {
    text-align: center;
  }

  .text-links.flie-text.leistungen.small.spc {
    padding-left: 15px;
  }

  .text-links.flie-text.leistungen.top-margin {
    margin-top: 0;
  }

  .text-links.flie-text.left-aligned {
    text-align: center;
    font-size: 18px;
  }

  .bild-oben-verschoben1 {
    height: 100%;
    position: static;
  }

  .bild-oben-verschoben1.top {
    object-position: 70% 20%;
  }

  .section-gro-e-abst-nde, .section-gro-e-abst-nde.padding._10vw-right {
    padding: 60px;
  }

  .heading-links1.heading-2, .heading-links1.heading-2.start {
    text-align: center;
    font-size: 35px;
  }

  .heading-links1.heading-2.center {
    font-size: 30px;
  }

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

  .inhalt-untereinander-1.flie-text {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .inhalt-untereinander-1.start.less-padding {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .inhalt-untereinander-1.leistungen {
    justify-content: flex-start;
    align-items: center;
  }

  .section-2 {
    padding: 5vh 10vw;
  }

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

  .section-2.zweitfarbe.no-spc {
    padding-left: 0;
    padding-right: 0;
  }

  .smallheading.heading-2 {
    margin-top: 10px;
    font-size: 22px;
  }

  .inhalt-mittig1 {
    padding-bottom: 0;
  }

  ._3er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    display: flex;
  }

  ._3er-grid.gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mehr-erfahren2.highlights.flie-text {
    line-height: 1.3;
  }

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

  .heading.heading-1.spacing-top {
    margin-top: 40px;
  }

  .inhalt-mittig-untereinander1 {
    padding: 0;
  }

  .bild-cover {
    height: 45vh;
    padding: 60px;
  }

  .section-streifen {
    padding: 60px;
  }

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

  .footer.hauptfarbe {
    padding: 20px;
  }

  .grid-galerie3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .bild-galeire1 {
    width: 100%;
    height: auto;
  }

  .bild-galeire1.relative {
    left: 0%;
  }

  .bild-galeire1.relative-50 {
    left: 50%;
  }

  .impdat, .success {
    padding: 60px;
  }

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

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

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

  .maps-gro {
    height: 50vh;
  }

  .maos-footer {
    width: 80%;
  }

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

  .image-100.right {
    width: 100%;
    height: 60vh;
  }

  .image-100.vh {
    width: 100%;
    height: 60vh;
    margin-top: 20px;
  }

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

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

  .subheading1-links.heading-3.farbe-der-headings {
    text-align: center;
    line-height: 1.4;
  }

  ._3er-grid1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
    justify-items: stretch;
  }

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

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

  .navbar {
    width: 100%;
    margin-right: 0;
    position: relative;
  }

  .social-button {
    margin-top: 0;
    margin-bottom: 0;
    padding: 9px;
  }

  .bold-text {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.1;
  }

  .logo-heading {
    margin-top: 0;
    margin-left: 0;
    font-size: 28px;
  }

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

  .wrap {
    padding: 0;
  }

  .wrap.zweitfarbe {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .cell-right-align {
    justify-content: center;
    align-items: center;
  }

  .section-51.zweitfarbe {
    padding: 60px;
  }

  .list.text-links.flie-text.leistungen {
    text-align: left;
  }

  .video-holder {
    width: 100%;
    height: 45vh;
  }

  .section-gro-e {
    padding: 5vh 10vw;
  }

  .slider-start {
    height: 60vh;
    position: relative;
  }

  .html-embed-jotform {
    margin-bottom: 0;
    overflow: auto;
  }

  .jotform-wrapper {
    height: auto;
    overflow: hidden;
  }

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

  .counter-div.lg-screen {
    display: none;
  }

  .counter-div.sm-screen {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 0;
    display: block;
  }

  .div-block {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .text-block {
    color: #fff;
    font-family: Comic, sans-serif;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .logo-img {
    width: 60px;
  }

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

  .divblock1 {
    height: auto;
  }

  .men-button1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link.flie-text {
    padding: 6px 0;
    line-height: 1.2;
  }

  .hauptheading.heading-2 {
    font-size: 45px;
  }

  .hauptheading.heading-2.spacing-bottom {
    font-size: 40px;
    line-height: 1.3;
  }

  .titelvideo-start {
    height: 500px;
  }

  .titelvideo-start._70vh {
    height: 45vh;
  }

  .title-text-block {
    padding-left: 10%;
    padding-right: 10%;
  }

  .title-text-block.overlay {
    padding: 40px;
  }

  .kontaktbutton.flie-text.highlights.right {
    font-size: 13px;
  }

  .subheading1.heading-3.slogan {
    text-align: left;
    font-size: 15px;
    line-height: 15px;
  }

  .subheading1.heading-3.slogan.left-margin {
    text-align: center;
    font-size: 18px;
  }

  .subheading1.heading-3.farbe-der-headings {
    font-size: 18px;
  }

  .img-mask {
    height: 45vh;
  }

  ._2er-grid1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .text-links.flie-text.start, .text-links.flie-text.leistungen.small, .text-links.flie-text.leistungen.small.center, .text-links.flie-text.left-aligned {
    font-size: 16px;
  }

  .bild-oben-verschoben1 {
    position: static;
    top: -20%;
  }

  .bild-oben-verschoben1.top {
    box-shadow: 2px 2px 5px 2px #00000061;
  }

  .section-gro-e-abst-nde, .section-gro-e-abst-nde.padding._10vw-right {
    padding: 40px;
  }

  .heading-links1.heading-2 {
    font-size: 30px;
  }

  .heading-links1.heading-2.start {
    font-size: 28px;
  }

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

  .section-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

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

  .inhalt-mittig1 {
    height: auto;
  }

  ._3er-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .square-img {
    height: 45vh;
  }

  .square-img.moved.taller.contain {
    height: 35vh;
  }

  .mehr-erfahren2.highlights.flie-text {
    font-size: 13px;
    line-height: 1.3;
  }

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

  .heading.heading-1.spacing-top {
    margin-top: 20px;
  }

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

  .bild-cover {
    background-image: linear-gradient(#0006, #0006), url('../images/65fbcffb520b231d3d60b198_09d4c7e109f3dda373d8fbb59259edb1.webp');
    height: 40vh;
    padding: 40px;
  }

  .section-streifen {
    padding: 40px;
  }

  .heading-footer.heading-3 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
  }

  .footer.hauptfarbe {
    padding: 20px;
  }

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

  .bild-galeire1 {
    height: auto;
  }

  .bild-galeire1.relative-50 {
    left: 0%;
  }

  .impdat {
    padding: 40px;
  }

  .success {
    min-height: 55vh;
    padding: 40px;
  }

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

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

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    width: 100%;
    height: 100px;
  }

  .link {
    text-align: center;
  }

  .impdat-2.flie-text {
    justify-content: flex-start;
    align-items: center;
  }

  .image-100.right, .image-100.vh {
    height: 45vh;
  }

  .grid-footer {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .subheading1-links.heading-3.farbe-der-headings {
    font-size: 18px;
  }

  .social-button {
    margin-right: 5px;
  }

  .bold-text {
    font-size: 25px;
  }

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

  .wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-51.zweitfarbe {
    padding: 40px;
  }

  .video-holder {
    height: 40vh;
  }

  .section-gro-e {
    padding-bottom: 5vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section-gro-e.zweitfarbe {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-start {
    height: 50vh;
  }

  .video-button {
    width: 40px;
  }

  .center-div {
    width: 100%;
  }
}

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

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

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

  p {
    font-size: 12px;
    line-height: 17px;
  }

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

  .logo-img {
    width: 45px;
  }

  .telefonnummer, .email {
    margin-bottom: 2px;
  }

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

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

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

  .men-button1 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .navbar-1 {
    position: sticky;
  }

  .nav-link.flie-text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .nav-men-farbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hauptheading {
    font-size: 30px;
    line-height: 35px;
  }

  .hauptheading.heading-2 {
    font-size: 35px;
  }

  .hauptheading.heading-2.spacing-bottom {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 30px;
  }

  .titelvideo-start {
    height: 400px;
  }

  .titelvideo-start._70vh {
    height: 40vh;
  }

  .title-text-block.overlay {
    padding: 10px;
  }

  .kontaktbutton.flie-text.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .kontaktbutton.flie-text.highlights.right {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.3;
  }

  .subheading1.heading-3.slogan {
    font-size: 13px;
    line-height: 1.3;
  }

  .subheading1.heading-3.slogan.left-margin {
    font-size: 14px;
  }

  .subheading1.heading-3.farbe-der-headings {
    margin-top: 5px;
    font-size: 16px;
  }

  .text-links.flie-text.start, .text-links.flie-text.leistungen, .text-links.flie-text.leistungen.small, .text-links.flie-text.left-aligned {
    font-size: 14px;
  }

  .bild-oben-verschoben1 {
    position: static;
  }

  .section-gro-e-abst-nde {
    padding-bottom: 5vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-gro-e-abst-nde.padding._10vw-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-links1.heading-2, .heading-links1.heading-2.start {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
  }

  .heading-links1.heading-2.center {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .rahmen-bild1.reviews {
    justify-content: flex-start;
    align-items: center;
  }

  .section-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .smallheading.heading-2 {
    font-size: 18px;
  }

  ._3er-grid.gap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .square-img {
    height: 35vh;
  }

  .square-img.moved.taller.contain {
    height: 30vh;
  }

  .mehr-erfahren2 {
    min-width: 150px;
  }

  .mehr-erfahren2.highlights.flie-text {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px;
  }

  .heading.heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
  }

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

  .bild-cover {
    height: 35vh;
    padding: 20px 10px;
  }

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

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

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

  .bild-galeire1 {
    height: auto;
  }

  .impdat {
    padding: 20px;
  }

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

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

  .heading-mittig1 {
    font-size: 24px;
    line-height: 32px;
  }

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

  .maps-gro {
    height: 300px;
  }

  .maos-footer {
    height: auto;
  }

  .link {
    font-size: 13px;
  }

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

  .impdat-2.flie-text {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    min-height: auto;
    font-size: 13px;
  }

  .image-100.right, .image-100.vh {
    height: 40vh;
  }

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

  .subheading1-links.heading-3.farbe-der-headings {
    font-size: 15px;
  }

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

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

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

  .navbar {
    z-index: 1000;
    position: sticky;
    top: 0%;
  }

  .social-button {
    padding: 7px;
  }

  .image-icon {
    width: 25px;
  }

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

  .logo-heading {
    margin-top: 0;
  }

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

  .video-holder {
    height: 30vh;
  }

  .section-gro-e {
    padding-bottom: 5vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider-start {
    height: 40vh;
  }

  .video-button {
    width: 35px;
  }

  .counter-div.sm-screen {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .arrow {
    display: none;
  }

  .div-block {
    flex-flow: column;
    overflow: hidden;
  }

  .text-block {
    color: #fff;
    font-family: Comic, sans-serif;
    font-size: 12px;
  }
}

#w-node-_92d97928-5349-4379-6c87-3391472f91b4-c0838103 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_962367ff-44bd-36e9-373d-d6aa5260be27-05500434 {
  place-self: start center;
}

#w-node-_9cd6c2e3-7360-d1a3-9d33-adb939157ca8-c0838105, #w-node-f656308f-b6bf-0e76-7763-901c4ab3e91a-c0838105, #w-node-_95783580-964e-7c74-f9ab-e9e794f3d3c5-c0838105 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_24b2efab-cf03-f166-c233-26d29154519a-c083810d, #w-node-_0a3d5806-1018-53d0-13f9-1d73349a92b6-c083810d, #w-node-_4a6ebe18-fd0d-675d-1680-ab279dad187c-c083810d, #w-node-a539591e-dfbb-5f1f-2ed5-35d8e6e4d576-c083810d, #w-node-_54853bc6-5a95-7fb8-55fb-b05993682598-c083810d, #w-node-a23bf0e7-075d-aa5c-d129-7ee8930bf5e5-c083810d, #w-node-cc5edede-7686-8c98-4365-1d8d1e23e9a1-c083810d, #w-node-_5622c2b2-008a-7b0f-ee68-94faec6c85f8-c083810d, #w-node-_3464ca9a-7efd-fe51-7925-45acb9663fa1-c083810d, #w-node-_07c459d4-9995-7638-1be6-aa96b117f853-c083810d, #w-node-e68db013-3630-2b7e-7fa1-b03816e33394-c083810d, #w-node-_0f782665-7c20-bc8b-4129-c9c8d89d1427-c083810d, #w-node-_6ecaead2-eafb-e897-28b2-a1574334ab62-c083810d, #w-node-f4604681-b415-2b02-1ee0-6fd6d57e4a37-c083810d, #w-node-e509e531-250f-70dc-6f8f-8b2aca4758c8-c083810d, #w-node-_20c61b3e-6f9f-993f-a97a-d820192af6bf-c083810d, #w-node-f9c3b50d-e2f3-7087-d0b6-7cb23bcc1e97-c083810d, #w-node-cc447f6e-23dc-9ec3-14e0-4daaf8638214-c083810d, #w-node-_19a0318e-12c6-3c0e-3bf1-2361cd792017-c083810d, #w-node-b41907bf-adcb-b7cd-5aab-285bc0840f5d-c083810d, #w-node-_21d67e36-afc0-b269-8f22-b9e93081c7fb-c083810d, #w-node-c7a6ff79-d862-8ce4-f5bf-a17a5a638c15-c083810d, #w-node-c6841d15-27c3-4816-7bf9-e70443e16b28-c083810d, #w-node-eec1ffb7-2226-1b66-af66-ed2dcc9b4f9d-c083810d, #w-node-ca4816ee-d8a7-2f84-b5e5-8ad901c5c3ba-c083810d, #w-node-_165e5d26-9105-ded4-9c6c-a9222d707982-c083810d, #w-node-_250b36f0-85c0-3498-54e8-ce43f2143c16-c083810d, #w-node-_49e78bbb-1ebf-e7b3-bcc1-01cfde45cd77-c083810d, #w-node-bfe03c8e-635a-1d2e-11c4-4a1f408510f4-c083810d, #w-node-c7f3d19b-dbd4-9aa7-2884-1a4e0352fda5-c083810d, #w-node-c7f3d19b-dbd4-9aa7-2884-1a4e0352fda7-c083810d, #w-node-c7f3d19b-dbd4-9aa7-2884-1a4e0352fda9-c083810d, #w-node-c7f3d19b-dbd4-9aa7-2884-1a4e0352fdab-c083810d, #w-node-c7f3d19b-dbd4-9aa7-2884-1a4e0352fdad-c083810d, #w-node-c7f3d19b-dbd4-9aa7-2884-1a4e0352fdaf-c083810d, #w-node-_9eca34f6-fb4c-38b4-1bc5-afc9e2d9b2dc-c083810d, #w-node-_9eca34f6-fb4c-38b4-1bc5-afc9e2d9b2de-c083810d, #w-node-_9eca34f6-fb4c-38b4-1bc5-afc9e2d9b2e0-c083810d, #w-node-_9eca34f6-fb4c-38b4-1bc5-afc9e2d9b2e2-c083810d, #w-node-_9eca34f6-fb4c-38b4-1bc5-afc9e2d9b2e4-c083810d, #w-node-_9eca34f6-fb4c-38b4-1bc5-afc9e2d9b2e6-c083810d, #w-node-b0f6fc55-020b-e67c-68a2-03cc07b57d1d-c083810d, #w-node-b0f6fc55-020b-e67c-68a2-03cc07b57d1f-c083810d, #w-node-b0f6fc55-020b-e67c-68a2-03cc07b57d21-c083810d, #w-node-b0f6fc55-020b-e67c-68a2-03cc07b57d23-c083810d, #w-node-b0f6fc55-020b-e67c-68a2-03cc07b57d25-c083810d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7791a612-f213-9520-4d8c-4c1a12a67fe7-c0838113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_1b848f33-200a-4b36-3719-39672736f200-c0838116 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_5610d69b-5a9e-e4da-a39d-1a4420dcc36c-c0838116, #w-node-_5c60f1a5-e66d-fc9c-eeb7-5f7a856c8745-c0838116 {
  justify-self: auto;
}

#w-node-_929d3693-dcc9-cee7-0110-02aa54d3cc3b-c0838116, #w-node-c452894e-8c0b-dfb0-06b2-bb5f7fb47eb5-c0838116, #w-node-_39f3b374-2bdf-ff19-5e2c-2c3c01897e2b-c0838116, #w-node-_37e8e096-259c-9f82-3913-46a0b707d768-c0838116 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_861be7a6-d5ff-eb20-f303-30bb0df3cbeb-fae61206, #w-node-ce56ab3c-7524-2511-72a7-5467cb83951b-fae61206, #w-node-_274e9f17-e831-7c0d-b75f-90cd1b556338-fae61206, #w-node-_591ef988-5327-2b9d-5688-2e1c040fa722-fae61206, #w-node-_2ffd2467-4b22-837e-a798-b5c6c09055c9-fae61206, #w-node-c94731be-485a-ebb4-7950-3fbfff5ea8b7-fae61206, #w-node-ff3f30b9-64c0-1e4f-8b88-8f5dbb1e4aef-fae61206, #w-node-_32fc7abf-cde1-7416-c8c8-19da286973be-fae61206, #w-node-_22689d6e-2ec6-3e9b-cc1e-ab03dd5c607e-fae61206, #w-node-_85c1b37f-a6c5-1cf2-e75a-8f8f078dca14-fae61206, #w-node-b5804021-7632-22a9-a092-b374671a3627-fae61206, #w-node-_37a22c85-57d5-1931-3966-16e8ce6ecc46-fae61206, #w-node-b13490d6-23da-2179-7000-f005a9a82e24-fae61206, #w-node-_7f143a8a-1874-aead-e6b4-0be1932e594d-fae61206, #w-node-_69e8040c-7b35-c43f-6908-d02d339bae2b-fae61206, #w-node-_059c3a76-7226-3059-7743-20648c9f5a8a-fae61206, #w-node-_18fbfde4-8d89-8661-d988-d312d846c27f-fae61206, #w-node-_4dc7ffe4-471e-a4b1-fbdb-73f8147178e6-fae61206, #w-node-_819ef148-abe1-7c76-b123-004bac3da0db-fae61206, #w-node-_5ff2dc24-591c-f1a3-5bee-4483e7006e4c-fae61206, #w-node-d127648f-c13c-088a-1bdf-256bdada73be-fae61206 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c06b4b4-c246-198f-3674-773bf9fdc11d-fae61206 {
  grid-area: 6 / 2 / 7 / 2;
}

#w-node-_3dffafad-8d1b-1df2-ef38-b1a15f60faf1-c1baeb07, #w-node-_144bdce3-0f2a-4d50-3d6b-d1fa02809c45-c1baeb07, #w-node-_588517db-0b49-a626-9aed-24ee71c695c0-c1baeb07, #w-node-d5311300-cfa4-295b-40ab-16adb09fe916-c1baeb07, #w-node-_3dffafad-8d1b-1df2-ef38-b1a15f60faf3-c1baeb07, #w-node-_3dffafad-8d1b-1df2-ef38-b1a15f60faf5-c1baeb07, #w-node-_3dffafad-8d1b-1df2-ef38-b1a15f60faf7-c1baeb07, #w-node-_3dffafad-8d1b-1df2-ef38-b1a15f60faf9-c1baeb07, #w-node-_3dffafad-8d1b-1df2-ef38-b1a15f60fafd-c1baeb07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dffafad-8d1b-1df2-ef38-b1a15f60faff-c1baeb07 {
  grid-area: 4 / 2 / 5 / 2;
}

#w-node-a5174a08-36db-ddc8-fb1e-e527bd2cbf35-ef5047b0, #w-node-a5174a08-36db-ddc8-fb1e-e527bd2cbf37-ef5047b0, #w-node-a5174a08-36db-ddc8-fb1e-e527bd2cbf39-ef5047b0, #w-node-a5174a08-36db-ddc8-fb1e-e527bd2cbf3b-ef5047b0, #w-node-a5174a08-36db-ddc8-fb1e-e527bd2cbf3d-ef5047b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_92d97928-5349-4379-6c87-3391472f91b4-c0838103 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_92d97928-5349-4379-6c87-3391472f91b6-c0838103 {
    order: -9999;
  }

  #w-node-_962367ff-44bd-36e9-373d-d6aa5260be27-05500434 {
    justify-self: start;
  }

  #w-node-_9cd6c2e3-7360-d1a3-9d33-adb939157ca8-c0838105, #w-node-f656308f-b6bf-0e76-7763-901c4ab3e91a-c0838105 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f656308f-b6bf-0e76-7763-901c4ab3e91d-c0838105 {
    order: -9999;
  }

  #w-node-_95783580-964e-7c74-f9ab-e9e794f3d3c5-c0838105, #w-node-_1b848f33-200a-4b36-3719-39672736f200-c0838116 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1b848f33-200a-4b36-3719-39672736f203-c0838116 {
    order: -9999;
  }

  #w-node-_1c06b4b4-c246-198f-3674-773bf9fdc11d-fae61206 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Comic';
  src: url('../fonts/COMIC.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Victoire';
  src: url('../fonts/Victoire.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}