:root {
  --143048: #143048;
  --sky-blue: #00a3d4;
  --dark-blue: #59749f;
  --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;
}

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Raleway, 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;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.heading-23 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poiret One, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.schwarzer-button {
  background-color: #000;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.schwarzer-button:hover {
  background-color: #d4af37;
  margin-bottom: 20px;
}

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

.paragraph-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.link-3 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

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

.link-4 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16% 8%;
  justify-content: center;
  justify-items: center;
}

.linkfooter {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.linkfooter.w--current {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.section-6 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.footerheading-2 {
  color: #ddb545;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-6 {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

.container-men-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16%;
  justify-content: center;
  justify-items: center;
}

.button-auf-schwarz-2 {
  background-color: #d4af37;
  margin-bottom: 20px;
}

.button-auf-schwarz-2:hover {
  background-color: #000;
  margin-bottom: 20px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 0;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 25px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 10px;
}

.button-auf-schwarz-2._2:hover {
  background-color: #d4af37;
}

.navbar-1 {
  width: 100%;
}

.navbar-1.hauptfarbe {
  background-color: var(--143048);
  justify-content: center;
  align-items: center;
  height: 8.53vh;
  display: flex;
  position: static;
}

.nav-link-1 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

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

.farbe-der-headings {
  color: #00a3d4;
  font-family: Raleway, sans-serif;
  line-height: 1.3;
}

.hauptfarbe {
  background-color: var(--143048);
  color: #fff;
  width: 99.9998%;
}

.zweitfarbe {
  background-color: #f3f3f3;
}

.highlights {
  background-color: #00a3d4;
}

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

.heading-2 {
  font-family: Poiret One, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

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

.tab-link {
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.tab-link.w--current {
  color: #fff;
  background-color: #00a3d4;
}

.tab-link.hide {
  display: none;
}

.farbe-flie-text {
  color: #000;
}

.titelvideo-startseite-1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 95vh;
  display: flex;
  position: relative;
}

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

.terminbutton {
  text-transform: uppercase;
}

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

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

.terminbutton.highlights {
  font-family: Raleway, sans-serif;
  transition: all .5s;
}

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

.terminbutton.zweitfarbe.farbe-flie-text:hover {
  background-color: #8b8b8b;
}

.terminbutton.heading-3.highlights {
  font-family: Raleway, sans-serif;
  transition: all .5s;
}

.terminbutton.heading-3.highlights:hover {
  background-color: var(--143048);
}

.terminbutton.heading-3.highlights.no-margin {
  background-color: var(--sky-blue);
  margin-bottom: 10px;
  margin-right: 0;
}

.terminbutton.heading-3.highlights.bottom {
  margin-bottom: 10px;
}

.terminbutton.heading-3.zweitfarbe {
  color: #333;
  font-family: Raleway, sans-serif;
  transition: all .5s;
}

.terminbutton.heading-3.zweitfarbe:hover {
  background-color: var(--dark-blue);
  color: #fff;
}

.terminbutton.heading-3.zweitfarbe.farbe-flie-text:hover {
  color: #fff;
  background-color: #333;
}

.instagram3 {
  width: 30px;
}

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

.utility-page-wrap {
  background-color: var(--sky-blue);
  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: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

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

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

._404-error {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

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

.nav-link:hover {
  color: #a8a8a8;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

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

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

.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: 50px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

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

.mehr-erfahren2.zweitfarbe:hover {
  color: #f7f7f7;
}

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

.impdatfooter {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

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

.impressum1, .datenschutz2 {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.video2 {
  height: 90vh;
}

.jetzt-termin-vereinbaren {
  text-transform: uppercase;
}

.jetzt-termin-vereinbaren:hover {
  background-color: #000;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.impdat1 {
  color: #fff;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.telefonnummer1 {
  margin-bottom: 5px;
}

.telefonnummer1.flie-text {
  margin-bottom: 0;
}

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

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.inhalt-footer1 {
  min-width: 200px;
}

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

.angebot2 {
  text-align: center;
  background-color: #f7f7f7;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

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

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.rounded-block {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  min-height: auto;
}

.address {
  margin-bottom: 5px;
}

.div-block-video {
  color: #fff;
  letter-spacing: 1px;
  background-image: linear-gradient(#0003, #0003);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan1 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #00000082;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 80px;
}

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

.round-button1 {
  border-radius: 19px;
  padding: 10px 30px;
}

.round-button1.heading-3.zweitfarbe {
  color: #000;
}

.bild-zoom-effekt1 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/AdobeStock_311892515_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 70vh;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .2s;
  display: flex;
}

.bild-zoom-effekt1:hover {
  background-image: linear-gradient(#fff3, #fff3), url('../images/AdobeStock_311892515_visu.webp');
  background-size: auto, cover;
}

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

.nav-men-1 {
  z-index: 1000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-abst-nde1 {
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.background-video1 {
  background-image: linear-gradient(185deg, #0000 80%, #000 80%), linear-gradient(#0000004d, #0000004d);
  width: 100%;
  height: 100%;
}

.heading-linksb-ndig-effekt1, .heading-linksb-ndig1 {
  margin-top: 0;
  font-size: 22px;
}

.heading-big1 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
}

.heading-big1.heading-1 {
  padding-left: 0;
  line-height: 1.3;
}

.men-1 {
  z-index: 100;
  background-color: #fff;
  position: sticky;
  inset: 0% 0% auto;
}

.div-block-wei {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

._2-spalten1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer-icon {
  object-fit: contain;
  margin-right: 10px;
}

.footertext1 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer {
  justify-content: space-around;
  height: auto;
  margin-top: auto;
  padding-top: 220px;
  padding-bottom: 140px;
  display: flex;
}

.footer.hauptfarbe {
  background-color: var(--143048);
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

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

.impdat {
  margin-top: 0;
  padding: 100px 40px;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 78vh;
  margin-top: 0;
  display: flex;
}

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

.success-block.highlights {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
}

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

.heading-mittig1.heading-1 {
  color: #fff;
  font-size: 32px;
}

.section-gro-e-abst-nde1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 10%;
  display: flex;
}

.background-video {
  background-image: none;
}

.heading-links1 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
}

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

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

.paragraph-links1.flie-text {
  line-height: 1.5;
}

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

.heading-mittig.heading-3 {
  margin-top: 10px;
  line-height: 1.3;
}

.heading-mittig.heading-3.no-margin {
  margin-right: 0;
}

.imagesection {
  background-image: url('../images/attachment_2_7.webp');
  background-position: 50% 70%;
  background-size: cover;
  background-attachment: fixed;
  padding: 140px 10%;
}

.imagesection.image2 {
  background-image: url('../images/attachment_1_11.webp');
  background-position: 50% 30%;
}

.text-mittig1 {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

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

.text-mittig1.flie-text.slogan {
  text-shadow: 0 1px 1px #00000082;
}

.heading-links-gro-1 {
  text-transform: uppercase;
  font-size: 35px;
}

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

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

._3er-grid1.adj {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.div-block-wei-errand-1 {
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.inhalt-mittig-untereinander-1 {
  border: 3px solid var(--dark-blue);
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 5vh;
  padding: 40px;
  transition: all .5s;
  display: flex;
}

.inhalt-mittig-untereinander-1:hover {
  box-shadow: 0 4px 20px #0003;
}

.inhalt-mittig-untereinander-1.top {
  justify-content: flex-start;
}

.inhalt-mittig-untereinander-1.mid {
  justify-content: center;
}

.inhalt-mittig-untereinander-1.minheight {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  min-height: auto;
}

.section-kleiner-abstand1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-kleiner-abstand1.highlights-2 {
  background-color: var(--143048);
  color: #fff;
  padding: 60px 10%;
}

.section-kleiner-abstand1.highlights-2.new {
  background-color: #00a3d4;
}

.container-mittig {
  opacity: .9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.container-mittig.hauptfarbe {
  background-color: #143048;
}

.inhalt-untereinander-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  box-shadow: 0 0 10px #00000045;
}

.video-unterseite {
  height: 70vh;
  position: relative;
}

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

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

.logo-img {
  object-fit: contain;
  width: 13vw;
}

.highlights-2 {
  color: #000;
  background-color: #c2a893;
}

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

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

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

.link.black {
  color: #333;
}

.html-embed-maps {
  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: -2px;
  top: 10px;
}

.bold {
  font-weight: 700;
}

.qs-tick-marks {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 10px;
  padding: 10px;
}

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

.image-100.icon {
  height: auto;
}

.cell-text {
  padding-top: 10px;
}

.html-embed-reviews {
  width: 100%;
  margin-top: 20px;
}

.heading-mittig-gro-1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
}

._2er-grid1 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-content: stretch;
  align-items: center;
  margin-top: 10px;
}

.abstand-nach-innen1 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.img-100.size {
  height: 100%;
}

.img-100.size1 {
  height: 35vh;
}

.img-100.links {
  object-position: 25% 50%;
}

.img-100.top {
  object-position: 50% 70%;
}

.img-100.con {
  object-fit: contain;
}

.img-100.top-positon {
  object-position: 50% 70%;
}

.img-100.up {
  object-position: 50% 30%;
}

.heading-left {
  font-size: 35px;
  line-height: 120%;
}

.divider {
  width: 50%;
  height: 2px;
  margin-bottom: 10px;
  display: inline-block;
}

.grid-img {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 65vh;
  display: grid;
}

.grid-img.sm-screen {
  display: none;
}

.terminbutton-2 {
  text-transform: uppercase;
  margin-right: 5px;
}

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

.inhalt-untereinander1-2 {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 20px;
  display: block;
}

._3er-grid-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  width: 100%;
}

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

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

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

.image-icons {
  object-fit: contain;
  width: 6vw;
  margin: auto;
}

.paragraph-mittig1 {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-mittig1.flie-text {
  line-height: 1.5;
}

.paragraph-mittig1.flie-text.down {
  margin-bottom: 80px;
}

.paragraph-mittig1.flie-text.down-2 {
  margin-bottom: 100px;
}

.no-overflow-img {
  overflow: hidden;
}

.form-singup {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  height: 60%;
  display: flex;
}

.form-block-1-signup {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  display: flex;
}

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

.link-block {
  background-color: var(--143048);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  transition: all .5s;
  display: flex;
}

.link-block:hover {
  transform: scale(1.1);
}

.icon-white {
  filter: invert();
  object-fit: contain;
  width: 30px;
}

.icon-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.round-div {
  background-color: var(--dark-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.icon-sall {
  filter: invert();
  object-fit: contain;
  height: 35px;
}

.text-block {
  width: 70%;
}

.quick-stack-100 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

._3-grid.margin {
  margin-bottom: 20px;
}

._3-grid.margin._2-col {
  grid-template-columns: 1fr 1fr;
}

._3-grid.margin.spacing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.arrow-left {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left.white-back {
  background-color: #fff;
}

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

.accordion-item-wrapper-white-4.auto {
  margin-top: auto;
}

.arrow-right {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-right.white-back {
  background-color: #fff;
}

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

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

.accordion-question-header {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.accordion-pane {
  background-color: #0000;
  padding-top: 20px;
  overflow: hidden;
}

.accordion-pane-content-2 {
  background-color: #fff0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 99.9998%;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0 0 20px;
  display: flex;
}

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

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

.card-wrapper {
  min-height: 38vh;
}

.card-wrapper.auto {
  height: 100%;
  min-height: 0;
}

.card-wrapper._1 {
  height: 100%;
  min-height: auto;
}

.div-block-frame {
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 20px;
  transition: all .5s;
  display: flex;
}

.div-block-frame:hover {
  box-shadow: 0 2px 20px #fff3;
}

.icon-blue {
  text-align: center;
  object-fit: contain;
  margin-top: -32px;
  display: inline-block;
}

.cell-center {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

.heading-colored {
  font-weight: 500;
}

.paragraph-links1-2 {
  text-align: justify;
  letter-spacing: .5px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1-2.flie-text {
  text-align: left;
  margin-right: 40px;
  line-height: 1.5;
}

.paragraph-links1-2.flie-text.margin {
  margin-bottom: 0;
}

.paragraph-links1-2.flie-text.small {
  font-size: 12px;
}

.preislisten-grid-2 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px;
}

.preislisten-grid-2._2-spalten {
  grid-column-gap: 5vw;
  grid-template-columns: 1fr 1fr;
  width: 90%;
}

.preislisten-grid-2._2-spalten.white {
  color: #000;
  background-color: #fff;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  box-shadow: 0 0 14px #00000082;
}

.preislisten-grid-2._2-spalten.white.paragraph-font {
  grid-template-columns: 1fr;
  width: 70%;
  margin-top: 40px;
  padding: 40px;
}

.heading-links1-6 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 25px;
  line-height: 120%;
}

.heading-links1-6.heading-font1 {
  text-align: center;
  margin-right: 40px;
  font-family: Raleway, sans-serif;
}

.heading-links1-6.heading-font1.margin {
  text-align: left;
  margin-top: 0;
  margin-right: 0;
}

.image-div {
  height: 60vh;
  overflow: hidden;
}

.text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

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

.html-embed-jotform {
  width: 100%;
  margin-top: 0;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  display: flex;
}

.paragraph-links1-3 {
  text-align: justify;
  letter-spacing: .5px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1-3.flie-text {
  text-align: left;
  margin-right: 40px;
  line-height: 1.5;
}

.paragraph-links1-3.flie-text.margin {
  margin-bottom: 0;
}

.paragraph-links1-3.flie-text.small {
  font-size: 12px;
}

.heading-links1-7 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 25px;
  line-height: 120%;
}

.heading-links1-7.heading-font1 {
  text-align: center;
  margin-right: 40px;
  font-family: Raleway, sans-serif;
}

.heading-links1-7.heading-font1.margin {
  text-align: left;
  margin-top: 0;
  margin-right: 0;
}

.div-block-mittig {
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.section-gro-e-abst-nde1-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 25vw;
  display: flex;
}

.section-gro-e-abst-nde1-3.top-margin {
  height: 60vh;
}

.full-img {
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.nav-link-dropdown {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

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

.paragraph-links-left {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links-left.flie-text {
  line-height: 1.5;
}

.paragraph-links-left.flie-text.no-space-top {
  margin-top: 0;
}

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

.list-paragraph.flie-text {
  line-height: 1.5;
}

.card {
  height: 100%;
}

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

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

.jotform-wrapper {
  width: 100%;
  margin-top: 40px;
}

.section-1top-margin {
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  display: block;
}

.form-wrapper {
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.kontakt-jotform {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.address-center {
  margin-bottom: 5px;
}

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

.body {
  justify-content: space-between;
  align-items: stretch;
}

.small-text {
  font-size: 40px;
}

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

.link-block-2 {
  color: #333;
  height: 100%;
  text-decoration: none;
}

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

.faq-icon {
  font-size: 20px;
}

.faq-dropdown {
  z-index: 1;
  width: 100%;
}

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

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

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

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

.answer-block {
  padding: 20px 40px;
  transition: all .2s ease-in;
}

.faq-text {
  white-space: normal;
  word-break: normal;
  font-size: 18px;
  font-weight: 500;
}

.div-block-38 {
  height: auto;
  min-height: auto;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  position: relative;
}

.dropdown, .dropdown-2, .dropdown-3 {
  z-index: 0;
  width: 100%;
}

.dropdown-list-2.w--open {
  background-color: #ddd0;
  position: static;
}

.dropdown-list-3 {
  background-color: #ddd0;
}

.dropdown-list-3.w--open {
  position: relative;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .logo.w--current {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-34 {
    width: 110px;
  }

  .paragraph-8, .link-3 {
    font-size: 13px;
  }

  .div-block-37 {
    width: auto;
  }

  .link-4 {
    font-size: 13px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 13px;
  }

  .section-6 {
    justify-content: space-between;
    padding-left: 0;
    display: block;
  }

  .div-block-33 {
    width: auto;
    padding-left: 0;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .navbar-1.hauptfarbe {
    height: auto;
  }

  .nav-link-1.flie-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
  }

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

  .hauptfarbe.w--open {
    width: 100%;
  }

  .tab-link {
    margin-bottom: 0;
    margin-right: 0;
  }

  .titelvideo-startseite-1 {
    height: 65vh;
  }

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

  .terminbutton.heading-3.highlights, .terminbutton.heading-3.highlights.no-margin, .terminbutton.heading-3.zweitfarbe {
    line-height: 1.3;
  }

  .nav-menu {
    background-color: #000;
  }

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

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

  .men-icon1 {
    color: #fff;
  }

  .telefonnummer1 {
    margin-bottom: 5px;
    text-decoration: none;
  }

  .email {
    margin-bottom: 5px;
  }

  .angebot2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

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

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

  .div-block-video {
    padding-left: 60px;
    padding-right: 60px;
  }

  .slogan1 {
    font-size: 40px;
  }

  .slogan1.heading-1 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 1.5;
  }

  .bild-zoom-effekt1 {
    min-height: 50vh;
  }

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

  .men-button1.hauptfarbe {
    text-align: center;
    width: 100%;
    padding: 12px 0;
  }

  .men-button1.hauptfarbe.w--open {
    background-color: var(--143048);
  }

  .nav-men-1 {
    background-color: var(--sky-blue);
    padding: 10px 30px;
    position: absolute;
  }

  .logo-abst-nde1 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .heading-linksb-ndig1.heading-2 {
    text-align: center;
  }

  .heading-big1.heading-1 {
    text-align: center;
    margin-top: 10px;
    padding-left: 0;
    font-size: 30px;
    line-height: 1.3;
  }

  .men-1 {
    position: sticky;
    top: 0%;
  }

  .div-block-wei.flie-text {
    justify-content: center;
    align-items: center;
  }

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

  .footer-icon {
    width: 16px;
  }

  .footer.hauptfarbe {
    padding: 40px;
  }

  .mail1 {
    text-align: center;
  }

  .impdat {
    margin-top: 0;
    padding: 60px;
  }

  .success {
    height: auto;
    margin-top: 0;
    padding: 60px;
  }

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

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

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

  .maps1 {
    height: 45vh;
  }

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

  .heading-links1.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.3;
  }

  .heading-links1.heading-2.farbe-der-headings {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .heading-mittig.heading-3, .heading-mittig.heading-3.no-margin {
    font-size: 20px;
    line-height: 1.3;
  }

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

  .imagesection {
    padding: 60px;
  }

  .heading-links-gro-1.heading-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
  }

  ._3er-grid1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 20px;
  }

  .inhalt-mittig-untereinander-1 {
    width: 100%;
    min-height: auto;
    padding: 20px;
  }

  .section-kleiner-abstand1.highlights-2 {
    padding: 60px;
  }

  .container-mittig {
    padding: 0;
  }

  .container-mittig.hauptfarbe {
    padding: 60px;
  }

  .logo-img {
    width: 180px;
  }

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

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

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

  .qs-tick-marks {
    width: 80%;
    padding: 0;
  }

  .image-100 {
    width: 20px;
    height: auto;
  }

  .heading-mittig-gro-1.heading-1 {
    margin-top: 10px;
    font-size: 30px;
  }

  .icon {
    margin-right: 0;
  }

  .list-nav.highlights.w--open {
    background-color: var(--143048);
    padding: 10px;
    position: relative;
  }

  ._2er-grid1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column-reverse wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    display: flex;
  }

  ._2er-grid1.invert {
    flex-flow: column wrap;
  }

  .abstand-nach-innen1 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .img-100.top {
    object-position: 50% 55%;
  }

  .img-100.con {
    object-fit: cover;
    object-position: 50% 30%;
  }

  .img-100.top-positon {
    object-position: 50% 25%;
  }

  .heading-left.heading-font1 {
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
  }

  .grid-img {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    height: 55vh;
    margin-top: 10px;
  }

  .inhalt-untereinander1-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .section-big-space {
    padding: 60px;
  }

  .image-icons {
    width: 30px;
  }

  .paragraph-mittig1.flie-text.down, .paragraph-mittig1.flie-text.down-2 {
    margin-bottom: 10px;
  }

  .form-singup {
    justify-content: space-between;
    align-items: center;
  }

  .form-block-1-signup {
    width: 80%;
    margin-top: 0;
  }

  .flex-social {
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 30% 3% auto auto;
  }

  .flex-social.static {
    position: static;
  }

  .link-block {
    width: 45px;
    height: 45px;
  }

  .link-block:hover {
    transform: scale(1.01);
  }

  .icon-white {
    width: 25px;
  }

  .icon-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .round-div {
    width: 50px;
    height: 50px;
  }

  .icon-sall {
    height: 30px;
  }

  .text-block {
    width: 50%;
  }

  .quick-stack-100 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    padding: 0 0 0 10px;
  }

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

  .arrow-left.white-back {
    width: 25px;
  }

  .accordion-item-wrapper-white-4 {
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

  .arrow-right.white-back {
    width: 25px;
  }

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

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

  .accordion-question-header {
    font-size: 16px;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-pane-content-2 {
    padding-bottom: 0;
  }

  .accordion-tab-button-dark-2.hauptfarbe {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .card-wrapper {
    min-height: auto;
  }

  .icon-blue {
    width: 35px;
  }

  .paragraph-links1-2.flie-text {
    margin-right: 0;
  }

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

  .preislisten-grid-2._2-spalten {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .preislisten-grid-2._2-spalten.white.paragraph-font {
    width: 100%;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-links1-6.heading-font1 {
    margin-right: 0;
    font-size: 28px;
  }

  .heading-links1-6.heading-font1.margin {
    font-size: 25px;
    line-height: 1.3;
  }

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

  .html-embed-jotform {
    height: 100%;
    margin-top: 0;
    overflow: auto;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-links1-3.flie-text {
    margin-right: 0;
  }

  .heading-links1-7.heading-font1 {
    font-size: 28px;
  }

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

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

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

  .full-img {
    height: 55vh;
  }

  .dropdown-navabr {
    width: 100%;
  }

  .nav-link-dropdown.flie-text {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

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

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

  ._3er-grid-frames {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .tabs-quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
  }

  .jotform-wrapper {
    height: 70vh;
    margin-top: 20px;
    overflow: hidden;
  }

  .section-1top-margin {
    margin-top: 0;
  }

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

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

  .faq-icon {
    font-size: 18px;
  }

  .faq-dropdown-button, .answer-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-text {
    font-size: 17px;
  }

  .dropdown, .dropdown-2, .dropdown-3 {
    width: auto;
  }
}

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

  .div-block-34 {
    width: 153.531px;
  }

  .paragraph-8, .link-3 {
    margin-left: 0;
  }

  .div-block-37 {
    width: 153.531px;
  }

  .link-4 {
    margin-left: 0;
  }

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

  .section-6 {
    flex-direction: column;
    display: block;
  }

  .div-block-33 {
    align-items: flex-start;
    width: 153.531px;
    padding-left: 0;
    display: flex;
  }

  .container-men-1 {
    flex-flow: column;
    position: relative;
  }

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

  .navbar-1.hauptfarbe {
    z-index: 999;
    height: 100%;
    position: relative;
  }

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

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

  .titelvideo-startseite-1 {
    height: 55vh;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .terminbutton.highlights {
    font-size: 13px;
    line-height: 1.3;
  }

  .terminbutton.heading-3.highlights {
    font-size: 13px;
  }

  .terminbutton.heading-3.highlights.no-margin {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .terminbutton.heading-3.zweitfarbe {
    font-size: 13px;
  }

  .nav-menu {
    background-color: #2e2e2e;
  }

  .impdatfooter, .impressum1 {
    text-align: left;
  }

  .impdat1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .inhalt-footer1 {
    margin-bottom: 5px;
  }

  .angebot2 {
    height: auto;
  }

  .address {
    text-align: center;
  }

  .div-block-video {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slogan1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .slogan1.heading-1 {
    font-size: 28px;
  }

  .bild-zoom-effekt1 {
    min-height: 300px;
  }

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

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

  .nav-men-1 {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
  }

  .heading-linksb-ndig-effekt1 {
    font-size: 22px;
  }

  .heading-linksb-ndig1.heading-2 {
    font-size: 20px;
    line-height: 1.3;
  }

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

  .men-1 {
    height: 100%;
    position: static;
  }

  ._2-spalten1 {
    flex-flow: column;
    display: flex;
  }

  .footer-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .footer.hauptfarbe {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

  .heading-mittig1.heading-1 {
    margin-top: 10px;
    font-size: 25px;
  }

  .maps1 {
    height: 40vh;
  }

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

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

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

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

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

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

  .heading-mittig.heading-3.no-margin {
    font-size: 18px;
  }

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

  .imagesection {
    padding: 40px;
  }

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

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

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

  .div-block-wei-errand-1 {
    height: auto;
  }

  .section-kleiner-abstand1 {
    padding: 60px 20px;
  }

  .section-kleiner-abstand1.highlights-2, .container-mittig.hauptfarbe {
    padding: 40px;
  }

  .logo-img {
    width: 150px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro-2 {
    height: 400px;
  }

  .qs-tick-marks {
    width: 90%;
  }

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

  .img-100.size.position-top {
    object-position: 50% 25%;
  }

  .img-100.size1 {
    height: 100%;
  }

  .img-100.links {
    object-position: 25% 35%;
  }

  .heading-left.heading-font1 {
    font-size: 25px;
  }

  .grid-img {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    display: none;
  }

  .grid-img.sm-screen {
    display: block;
  }

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

  .section-big-space {
    flex-direction: column;
    padding: 40px;
  }

  .image-icons {
    width: 40px;
  }

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

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

  .form-block-1-signup {
    width: 100%;
  }

  .link-block {
    width: 40px;
    height: 40px;
  }

  .icon-white {
    width: 20px;
  }

  .round-div {
    width: 45px;
    height: 45px;
  }

  .icon-sall {
    height: 25px;
  }

  .quick-stack-100 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 50%;
    margin-top: 10px;
    padding-left: 0;
  }

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

  ._3-grid.margin.spacing {
    flex-flow: column;
    display: flex;
  }

  .accordion-question-header {
    font-size: 13px;
  }

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

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

  .preislisten-grid-2._2-spalten.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .preislisten-grid-2._2-spalten.white.paragraph-font {
    padding: 10px 20px;
  }

  .heading-links1-6.heading-font1 {
    font-size: 25px;
    line-height: 1.3;
  }

  .heading-links1-6.heading-font1.margin {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .image-div {
    height: 50vh;
  }

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

  .tabs-menu {
    padding: 10px;
  }

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

  .paragraph-links1-3.flie-text.small {
    text-align: center;
  }

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

  .heading-links1-7.heading-font1.margin {
    font-size: 22px;
  }

  .section-gro-e-abst-nde1-3 {
    padding: 60px 20px;
  }

  .section-gro-e-abst-nde1-3.top-margin {
    padding: 40px;
  }

  .full-img {
    height: 50vh;
  }

  .nav-link-dropdown.flie-text {
    font-size: 13px;
  }

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

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

  ._3er-grid-frames {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

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

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

  .jotform-wrapper, .form-wrapper {
    height: 65vh;
    margin-top: 10px;
  }

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

  .faq-icon {
    font-size: 16px;
    line-height: 16px;
  }

  .faq-dropdown-button, .answer-block {
    padding: 10px;
  }

  .faq-text {
    white-space: normal;
    word-break: normal;
    font-size: 15.5px;
  }
}

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

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 22px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 20px;
  }

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

  .paragraph-8, .link-3, .link-4 {
    font-size: 15px;
  }

  .grid-6 {
    justify-content: start;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 15px;
  }

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

  .grid-7 {
    justify-content: start;
  }

  .nav-link-1.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

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

  .tab-link {
    text-align: center;
    width: 100%;
    font-size: 13px;
  }

  .titelvideo-startseite-1 {
    height: 50vh;
  }

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

  .terminbutton.heading-3.highlights, .terminbutton.heading-3.highlights.no-margin {
    font-size: 12px;
  }

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

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

  .impdatfooter {
    text-align: left;
  }

  .impdat1 {
    font-size: 13px;
  }

  .rounded-block {
    min-width: 200px;
  }

  .address {
    font-size: 13px;
  }

  .div-block-video {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .slogan1.heading-1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
  }

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

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

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

  .heading-linksb-ndig-effekt1 {
    font-size: 20px;
  }

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

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

  .div-block-wei.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2-spalten1 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .footer-icon {
    margin-bottom: 6px;
  }

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

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

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

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

  .maps1 {
    height: 35vh;
  }

  .section-gro-e-abst-nde1 {
    padding: 40px 20px;
  }

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

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

  .heading-links1.heading-2.farbe-der-headings {
    font-size: 18px;
  }

  .paragraph-links1.flie-text {
    margin-bottom: 5px;
  }

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

  .heading-mittig.heading-3 {
    margin-top: 5px;
  }

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

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

  .heading-links-gro-1.heading-1 {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.3;
  }

  .heading-links-gro-1.heading-1.small {
    font-size: 18px;
  }

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

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

  .container-mittig.hauptfarbe {
    padding: 20px;
  }

  .logo-img {
    width: 120px;
  }

  .maps-gro-2 {
    height: 300px;
  }

  .link {
    font-size: 13px;
  }

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

  .qs-tick-marks {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .image-100 {
    width: 15px;
  }

  .heading-mittig-gro-1.heading-1 {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.3;
  }

  .list-nav.highlights.w--open {
    padding: 5px;
  }

  .heading-left.heading-font1 {
    font-size: 20px;
  }

  .section-big-space {
    padding: 40px 20px;
  }

  .no-overflow-img {
    height: 40vh;
  }

  .flex-social {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .icon-white {
    width: 15px;
  }

  .icon-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .round-div {
    width: 40px;
    height: 40px;
  }

  .icon-sall {
    height: 22px;
  }

  .text-block {
    text-align: center;
    width: auto;
    line-height: 1.3;
  }

  .quick-stack-100 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  ._3-grid.margin {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

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

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

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

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

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

  .icon-blue {
    width: 30px;
  }

  .preislisten-grid-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .preislisten-grid-2._2-spalten.white.paragraph-font {
    padding: 5px;
  }

  .heading-links1-6.heading-font1 {
    margin-top: 5px;
    font-size: 20px;
  }

  .heading-links1-6.heading-font1.margin {
    font-size: 18px;
  }

  .image-div {
    height: 40vh;
  }

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-around;
    align-items: center;
  }

  .heading-links1-7.heading-font1.margin {
    font-size: 20px;
  }

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

  .section-gro-e-abst-nde1-3.top-margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-img {
    height: 40vh;
  }

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

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

  ._3er-grid-frames {
    grid-row-gap: 25px;
  }

  .tabs-quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 5px;
  }

  .jotform-wrapper, .form-wrapper {
    height: 60vh;
  }

  .address-center {
    font-size: 13px;
  }

  .faq-icon {
    margin-right: 10px;
    font-size: 15px;
    line-height: 15px;
  }

  .faq-text {
    word-break: normal;
    font-size: 15px;
  }
}

#w-node-_0ae31f5a-0090-9675-7911-44b9ab1034d5-dfa58aa8, #w-node-_0ae31f5a-0090-9675-7911-44b9ab1034e1-dfa58aa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c01b73e-11e2-e1a8-a51d-b9a8544731be-dfa58aa8, #w-node-_0ae31f5a-0090-9675-7911-44b9ab1034e2-dfa58aa8 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_63d32790-68f3-194f-2937-c6b1a560070a-dfa58aa8, #w-node-fc107630-36de-f8fb-1ba3-55c570c9a92f-dfa58aa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64dce731-35f6-394a-3190-ecd261b71946-dfa58aa8 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_94d99aa6-e191-0fbc-9b4f-e54bf62b046d-dfa58aa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce1d466c-80f3-4691-581b-3118949a9dba-dfa58aa8, #w-node-_94d99aa6-e191-0fbc-9b4f-e54bf62b046e-dfa58aa8 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_0025fc79-3fb8-292c-a843-56e62cc8d44c-dfa58aa8, #w-node-_247d3a52-9971-4259-c791-f291cd7611de-dfa58aa8, #w-node-_4786b402-6972-b0e1-23ce-86986028aa89-dfa58aa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e13489-dc34-5483-0c92-e218fd11ae07-dfa58aa8 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_94d99aa6-e191-0fbc-9b4f-e54bf62b0471-dfa58aa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94d99aa6-e191-0fbc-9b4f-e54bf62b047a-dfa58aa8 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 30px 1fr;
}

#w-node-db6b5f2e-4b6c-994f-1201-b5db823990ef-dfa58aa8, #w-node-b4ae5192-743f-f79b-f272-f18247619dac-dfa58aa8, #w-node-_63d54203-1e6c-e8b1-7cd2-d587321d86ca-dfa58aa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ba58851-8ad1-a9e0-2c8e-dc3aa2d9f0f5-dfa58aa8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-eead51ac-280b-9a8b-4b1a-c7830a174e7f-dfa58aa8, #w-node-eead51ac-280b-9a8b-4b1a-c7830a174e8c-dfa58aa8, #w-node-cfd84113-2cdb-7459-f980-52e6588bd53a-dfa58aa8, #w-node-_37873010-f4ba-7096-2b58-872a3b531483-dfa58aa8, #w-node-_71059fa8-7496-f9ed-4bb4-906713bc52f0-dfa58b32, #w-node-_8fcdffb2-90dd-851e-dc0b-fc75e61e7bf5-dfa58b32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1fd327-1eec-2c48-7861-7b57f5c3397c-dfa58b32, #w-node-_4b1fd327-1eec-2c48-7861-7b57f5c3399a-dfa58b32, #w-node-_4b1fd327-1eec-2c48-7861-7b57f5c339b8-dfa58b32, #w-node-_4b1fd327-1eec-2c48-7861-7b57f5c339d6-dfa58b32, #w-node-_4b1fd327-1eec-2c48-7861-7b57f5c339f4-dfa58b32, #w-node-e1a1bfd9-ef32-07e4-293a-31be09add7ba-dfa58b32, #w-node-e1a1bfd9-ef32-07e4-293a-31be09add7d8-dfa58b32, #w-node-e1a1bfd9-ef32-07e4-293a-31be09add7f6-dfa58b32, #w-node-e1a1bfd9-ef32-07e4-293a-31be09add814-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03cbc-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03cda-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03cf8-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03d16-dfa58b32, #w-node-b60a0a78-5c87-5431-9e77-3ff172967ee6-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03d35-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03d53-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03d71-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03d8f-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03dcc-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03dea-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03e08-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03e26-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03e45-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03e63-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03e80-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03e9e-dfa58b32, #w-node-f7384b07-9e7b-4c1f-59d0-c8c9d520a546-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03ebd-dfa58b32, #w-node-a3a1a9d6-b934-f803-43ce-6650ef84a0cb-dfa58b32, #w-node-a3a1a9d6-b934-f803-43ce-6650ef84a0e4-dfa58b32, #w-node-a3a1a9d6-b934-f803-43ce-6650ef84a0fd-dfa58b32, #w-node-a3a1a9d6-b934-f803-43ce-6650ef84a116-dfa58b32, #w-node-_4b558efc-6405-72a3-c10a-504a2a77f804-dfa58b32, #w-node-_4b558efc-6405-72a3-c10a-504a2a77f81d-dfa58b32, #w-node-_4b558efc-6405-72a3-c10a-504a2a77f836-dfa58b32, #w-node-_4b558efc-6405-72a3-c10a-504a2a77f84f-dfa58b32, #w-node-_4b558efc-6405-72a3-c10a-504a2a77f868-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fecaa-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fecc3-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fecdc-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fecf5-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fed0f-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fed28-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fed41-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fed5a-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fed74-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fed8d-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131feda6-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fedbf-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fedd8-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fedf2-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fee0b-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fee24-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fee3d-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fee70-dfa58b32, #w-node-_1ccd99c6-a8a3-67d8-80f8-43c4cd777c25-dfa58b32, #w-node-e251f938-1e4f-13f5-5194-4bf0252a939b-dfa58b32, #w-node-e251f938-1e4f-13f5-5194-4bf0252a9542-dfa58b32, #w-node-e251f938-1e4f-13f5-5194-4bf0252a9634-dfa58b32 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr .5fr;
}

#w-node-_5c33a770-dc38-652f-f05d-d9f331ad5641-ff52b0b0, #w-node-_5c33a770-dc38-652f-f05d-d9f331ad565e-ff52b0b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c33a770-dc38-652f-f05d-d9f331ad565f-ff52b0b0, #w-node-_5c33a770-dc38-652f-f05d-d9f331ad5660-ff52b0b0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5c33a770-dc38-652f-f05d-d9f331ad5661-ff52b0b0, #w-node-_5c33a770-dc38-652f-f05d-d9f331ad5663-ff52b0b0, #w-node-_2b37efea-ef4c-06ff-6ff2-b45d09a1a4c9-ff52b0b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19ce4938-4d84-45e5-dc25-82f75915f95c-ff52b0b0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a998a690-083b-4bbd-8a36-a9ee10611e16-ff52b0b0, #w-node-a998a690-083b-4bbd-8a36-a9ee10611e2c-ff52b0b0, #w-node-a998a690-083b-4bbd-8a36-a9ee10611e45-ff52b0b0, #w-node-dffcf82a-27ab-accb-672c-69b8d2acc9ac-7ae47048, #w-node-_0204b099-5259-981e-23a9-57548b761527-7ae47048 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dffcf82a-27ab-accb-672c-69b8d2acc9b9-7ae47048 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-dffcf82a-27ab-accb-672c-69b8d2acc9ac-93ab2297, #w-node-_8fdbf963-5632-10b9-61aa-8d9b4e3035cd-93ab2297, #w-node-c7c37e00-385f-a496-d4f0-d257d9a41c71-93ab2297, #w-node-c7c37e00-385f-a496-d4f0-d257d9a41c86-93ab2297, #w-node-c7c37e00-385f-a496-d4f0-d257d9a41c9e-93ab2297, #w-node-af911a58-fe9d-8e38-2ccb-b4172ee98da5-93ab2297, #w-node-af911a58-fe9d-8e38-2ccb-b4172ee98dba-93ab2297, #w-node-af911a58-fe9d-8e38-2ccb-b4172ee98dcb-93ab2297, #w-node-_71059fa8-7496-f9ed-4bb4-906713bc52f0-ee8cbb5e, #w-node-_8fcdffb2-90dd-851e-dc0b-fc75e61e7bf5-ee8cbb5e, #w-node-_71059fa8-7496-f9ed-4bb4-906713bc52f0-1c41c162, #w-node-_8fcdffb2-90dd-851e-dc0b-fc75e61e7bf5-1c41c162, #w-node-dffcf82a-27ab-accb-672c-69b8d2acc9ac-61a6bbca, #w-node-_8fdbf963-5632-10b9-61aa-8d9b4e3035cd-61a6bbca, #w-node-_98ecec6c-4273-c0e2-95a0-0a652a33d939-61a6bbca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98ecec6c-4273-c0e2-95a0-0a652a33d93a-61a6bbca, #w-node-_98ecec6c-4273-c0e2-95a0-0a652a33d93b-61a6bbca {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_98ecec6c-4273-c0e2-95a0-0a652a33d93c-61a6bbca, #w-node-_98ecec6c-4273-c0e2-95a0-0a652a33d93e-61a6bbca, #w-node-ee4cb652-c2ee-be77-ca5b-fa5abff29eed-61a6bbca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e44a44-9c6a-7a18-2e2b-13fb2ac8b1fa-61a6bbca {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_98ecec6c-4273-c0e2-95a0-0a652a33d940-61a6bbca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98ecec6c-4273-c0e2-95a0-0a652a33d949-61a6bbca {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 30px 1fr;
}

#w-node-dffcf82a-27ab-accb-672c-69b8d2acc9ac-7004dc92, #w-node-_8fdbf963-5632-10b9-61aa-8d9b4e3035cd-7004dc92, #w-node-f79ecfa1-106e-6d3e-d1d8-d71021483f86-7004dc92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f79ecfa1-106e-6d3e-d1d8-d71021483f87-7004dc92, #w-node-f79ecfa1-106e-6d3e-d1d8-d71021483f88-7004dc92 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f79ecfa1-106e-6d3e-d1d8-d71021483f89-7004dc92, #w-node-f79ecfa1-106e-6d3e-d1d8-d71021483f8b-7004dc92, #w-node-f79ecfa1-106e-6d3e-d1d8-d71021483f8d-7004dc92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f79ecfa1-106e-6d3e-d1d8-d71021483f92-7004dc92 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f79ecfa1-106e-6d3e-d1d8-d71021483f9e-7004dc92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f79ecfa1-106e-6d3e-d1d8-d71021483fa7-7004dc92 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 30px 1fr;
}

#w-node-_71059fa8-7496-f9ed-4bb4-906713bc52f0-4b534862, #w-node-_8fcdffb2-90dd-851e-dc0b-fc75e61e7bf5-4b534862, #w-node-_71059fa8-7496-f9ed-4bb4-906713bc52f0-53dbe24a, #w-node-_8fcdffb2-90dd-851e-dc0b-fc75e61e7bf5-53dbe24a, #w-node-_7b8b64ec-a91b-4059-da07-c42f3fa3b188-76d8d755, #w-node-_7b8b64ec-a91b-4059-da07-c42f3fa3b192-76d8d755, #w-node-_7b8b64ec-a91b-4059-da07-c42f3fa3b19c-76d8d755, #w-node-_7b8b64ec-a91b-4059-da07-c42f3fa3b1a6-76d8d755, #w-node-d3851dc2-7b0f-f71f-8e02-d68da27b5789-76d8d755, #w-node-f673e3d0-42d6-9ce7-80c7-f140e91eb85e-76d8d755, #w-node-f673e3d0-42d6-9ce7-80c7-f140e91eb87c-76d8d755, #w-node-f673e3d0-42d6-9ce7-80c7-f140e91eb894-76d8d755, #w-node-f673e3d0-42d6-9ce7-80c7-f140e91eb8a1-76d8d755, #w-node-f673e3d0-42d6-9ce7-80c7-f140e91eb8cf-76d8d755, #w-node-d5f94131-90e9-8a1f-02b5-89204843a509-76d8d755, #w-node-d5f94131-90e9-8a1f-02b5-89204843a51c-76d8d755, #w-node-d5f94131-90e9-8a1f-02b5-89204843a530-76d8d755, #w-node-_79e6d461-4ca7-b7a3-18a7-f43f85aa5432-76d8d755, #w-node-_79e6d461-4ca7-b7a3-18a7-f43f85aa5442-76d8d755, #w-node-_79e6d461-4ca7-b7a3-18a7-f43f85aa5455-76d8d755 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0ae31f5a-0090-9675-7911-44b9ab1034d5-dfa58aa8, #w-node-_94d99aa6-e191-0fbc-9b4f-e54bf62b0471-dfa58aa8, #w-node-db6b5f2e-4b6c-994f-1201-b5db823990ef-dfa58aa8, #w-node-b4ae5192-743f-f79b-f272-f18247619dac-dfa58aa8, #w-node-_63d54203-1e6c-e8b1-7cd2-d587321d86ca-dfa58aa8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8ba58851-8ad1-a9e0-2c8e-dc3aa2d9f0f5-dfa58aa8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-eead51ac-280b-9a8b-4b1a-c7830a174e7f-dfa58aa8, #w-node-eead51ac-280b-9a8b-4b1a-c7830a174e8c-dfa58aa8, #w-node-cfd84113-2cdb-7459-f980-52e6588bd53a-dfa58aa8, #w-node-_37873010-f4ba-7096-2b58-872a3b531483-dfa58aa8, #w-node-_5c33a770-dc38-652f-f05d-d9f331ad5641-ff52b0b0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b9c2613c-e853-28cc-b764-2d46306155f3-ff52b0b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a998a690-083b-4bbd-8a36-a9ee10611e16-ff52b0b0, #w-node-a998a690-083b-4bbd-8a36-a9ee10611e2c-ff52b0b0, #w-node-a998a690-083b-4bbd-8a36-a9ee10611e45-ff52b0b0, #w-node-dffcf82a-27ab-accb-672c-69b8d2acc9ac-7ae47048, #w-node-dffcf82a-27ab-accb-672c-69b8d2acc9ac-93ab2297, #w-node-c7c37e00-385f-a496-d4f0-d257d9a41c71-93ab2297, #w-node-c7c37e00-385f-a496-d4f0-d257d9a41c86-93ab2297, #w-node-c7c37e00-385f-a496-d4f0-d257d9a41c9e-93ab2297 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cc880bbf-0d34-2514-c5b7-2f097eeda242-93ab2297 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-af911a58-fe9d-8e38-2ccb-b4172ee98da5-93ab2297, #w-node-af911a58-fe9d-8e38-2ccb-b4172ee98dba-93ab2297, #w-node-af911a58-fe9d-8e38-2ccb-b4172ee98dcb-93ab2297, #w-node-dffcf82a-27ab-accb-672c-69b8d2acc9ac-61a6bbca, #w-node-_98ecec6c-4273-c0e2-95a0-0a652a33d940-61a6bbca, #w-node-dffcf82a-27ab-accb-672c-69b8d2acc9ac-7004dc92, #w-node-f79ecfa1-106e-6d3e-d1d8-d71021483f9e-7004dc92 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8ba58851-8ad1-a9e0-2c8e-dc3aa2d9f0f5-dfa58aa8, #w-node-_4b1fd327-1eec-2c48-7861-7b57f5c3397c-dfa58b32, #w-node-_4b1fd327-1eec-2c48-7861-7b57f5c3399a-dfa58b32, #w-node-_4b1fd327-1eec-2c48-7861-7b57f5c339b8-dfa58b32, #w-node-_4b1fd327-1eec-2c48-7861-7b57f5c339d6-dfa58b32, #w-node-_4b1fd327-1eec-2c48-7861-7b57f5c339f4-dfa58b32, #w-node-e1a1bfd9-ef32-07e4-293a-31be09add7ba-dfa58b32, #w-node-e1a1bfd9-ef32-07e4-293a-31be09add7d8-dfa58b32, #w-node-e1a1bfd9-ef32-07e4-293a-31be09add7f6-dfa58b32, #w-node-e1a1bfd9-ef32-07e4-293a-31be09add814-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03cbc-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03cda-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03cf8-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03d16-dfa58b32, #w-node-b60a0a78-5c87-5431-9e77-3ff172967ee6-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03d35-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03d53-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03d71-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03d8f-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03dcc-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03dea-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03e08-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03e26-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03e45-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03e63-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03e80-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03e9e-dfa58b32, #w-node-f7384b07-9e7b-4c1f-59d0-c8c9d520a546-dfa58b32, #w-node-_6f41435c-87d0-5850-924b-c52561e03ebd-dfa58b32, #w-node-a3a1a9d6-b934-f803-43ce-6650ef84a0cb-dfa58b32, #w-node-a3a1a9d6-b934-f803-43ce-6650ef84a0e4-dfa58b32, #w-node-a3a1a9d6-b934-f803-43ce-6650ef84a0fd-dfa58b32, #w-node-a3a1a9d6-b934-f803-43ce-6650ef84a116-dfa58b32, #w-node-_4b558efc-6405-72a3-c10a-504a2a77f804-dfa58b32, #w-node-_4b558efc-6405-72a3-c10a-504a2a77f81d-dfa58b32, #w-node-_4b558efc-6405-72a3-c10a-504a2a77f836-dfa58b32, #w-node-_4b558efc-6405-72a3-c10a-504a2a77f84f-dfa58b32, #w-node-_4b558efc-6405-72a3-c10a-504a2a77f868-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fecaa-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fecc3-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fecdc-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fecf5-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fed0f-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fed28-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fed41-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fed5a-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fed74-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fed8d-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131feda6-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fedbf-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fedd8-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fedf2-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fee0b-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fee24-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fee3d-dfa58b32, #w-node-f445a2a3-4bce-d0d9-b311-cc65131fee70-dfa58b32, #w-node-_1ccd99c6-a8a3-67d8-80f8-43c4cd777c25-dfa58b32, #w-node-e251f938-1e4f-13f5-5194-4bf0252a939b-dfa58b32, #w-node-e251f938-1e4f-13f5-5194-4bf0252a9542-dfa58b32, #w-node-e251f938-1e4f-13f5-5194-4bf0252a9634-dfa58b32 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


