:root {
  --turq: #005478;
  --light-turq: #007b8b;
  --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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: #333;
  flex-direction: 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;
}

.logo {
  justify-content: center;
  align-items: center;
  max-width: 220px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  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 {
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  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 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.navbars {
  width: 100%;
}

.navbars.main-color {
  z-index: 1000;
  background-color: #fbf4e6;
}

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

.nav-links:hover {
  color: gray;
}

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

.nav-links.flie-text.w--current {
  color: #ece4df;
}

.nav-links.paragraph-font {
  color: #05558c;
  font-family: Montserrat, sans-serif;
}

.nav-links.paragraph-font:hover {
  color: #4cb0bd;
}

.nav-links.paragraph-font.w--current {
  color: #05558c;
  font-weight: 700;
}

.heading-color {
  color: #007b8b;
  line-height: 1.3;
}

.main-color {
  background-color: #005478;
}

.secondary-color {
  background-color: #f7f7f7;
}

.highlights {
  background-color: #007b8b;
}

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

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

.paragraph-font {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.titelvideo1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.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;
  font-family: Exo, sans-serif;
}

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

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

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

.instagram3 {
  width: 30px;
}

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 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;
}

.titelvideo-start {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

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

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

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

.footer.main-color {
  padding-top: 30px;
  padding-bottom: 20px;
}

.footertext {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footertext.vertical {
  flex-direction: column;
}

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

.nav-men.hauptfarbe {
  z-index: 1000;
}

.telefonnummer1 {
  margin-bottom: 5px;
}

.telefonnummer1.flie-text {
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.email {
  margin-bottom: 5px;
}

.email.flie-text {
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.adresse {
  margin-bottom: 5px;
}

.adresse.flie-text {
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu_1.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;
}

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

.bild-auftauchen2 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 90%;
  max-height: 400px;
}

.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-block {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.div-block-video {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(#00000059, #00000059);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15vh;
  padding-right: 15vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.heading-linksb-ndig {
  text-align: left;
  font-size: 40px;
  line-height: 50px;
}

.heading-linksb-ndig.heading-font2 {
  line-height: 1.3;
}

.heading-linksb-ndig.heading-font2.center {
  text-align: center;
}

.heading-linksb-ndig.sub-heading {
  color: #005478;
  font-family: Raleway, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
}

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

.section-gro-e-abst-nde.secondary-color {
  background-color: #efefef;
}

.section-gro-e-abst-nde.secondary-color.no-pad {
  padding-left: 5%;
  padding-right: 5%;
}

.section-gro-e-abst-nde.hide {
  display: none;
}

.text-linksb-ndig {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-linksb-ndig.paragraph-font {
  line-height: 1.3;
}

.text-linksb-ndig.paragraph-font.padding {
  margin-bottom: 0;
}

.rounded-blocks {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 11px -4px #32231d;
}

._6er-grid1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch center;
  margin-top: 40px;
}

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

.text-mittig.paragraph-font {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

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

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

.heading-mittig.heading-font2.heading-color {
  line-height: 1.3;
}

.produktbilds {
  object-fit: cover;
  object-position: 0% 50%;
  height: 36vh;
  margin-bottom: 10px;
}

.produktbilds.auto {
  object-fit: contain;
  height: 12vh;
}

.produktbilds.abs {
  object-fit: contain;
  width: 16vw;
  height: 8vh;
  position: absolute;
  left: 110px;
}

.produktbilds.auto-1 {
  object-fit: contain;
  object-position: 50% 50%;
  height: 12vh;
}

.produktbilds.auto-1.invert {
  filter: invert();
}

.bild-section-cover {
  background-image: url('../images/AdobeStock_631436811.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
}

.slogan {
  font-size: 50px;
  line-height: 55px;
}

.slogan.heading-1 {
  text-align: center;
  text-transform: none;
  font-size: 70px;
  line-height: 75px;
  transition: all .2s;
}

.slogan.heading-font1 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.3;
}

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

.heading-mittig-gro.heading-font2 {
  line-height: 1.3;
}

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

.link-formular.farbe-der-headings {
  color: #005478;
}

.select-field {
  color: #949494;
  background-color: #fff;
}

.form-text.paragraph-font {
  font-family: Montserrat, sans-serif;
}

.text-field {
  height: 30px;
  font-family: Montserrat, sans-serif;
}

.checkbox-field {
  text-align: left;
}

.submit-button1.highlights.paragraph-font {
  background-color: var(--light-turq);
}

.submit-button1.highlights.paragraph-font:hover {
  background-color: var(--turq);
}

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

.kontakt-heading.heading-font1 {
  line-height: 1.3;
}

.impdat {
  padding: 100px 40px;
}

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

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

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

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

.heading-success.heading-font1 {
  font-family: Montserrat, sans-serif;
}

.logo-img {
  object-fit: contain;
  width: 200px;
}

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

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

.link-block {
  margin-right: 10px;
}

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

.social-media {
  filter: invert();
  object-fit: contain;
  height: 3vw;
}

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

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

.impressum-link, .datenschutz-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
  text-decoration: none;
}

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

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

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

.image-wrapper {
  height: 45vh;
}

.image-wrapper-large {
  height: 60vh;
  box-shadow: 6px 6px 18px #0000004d;
}

.image-wrapper-large.no-shadow {
  box-shadow: none;
}

.grid-9 {
  grid-template-rows: auto;
}

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

.grid-10 {
  grid-template-rows: auto;
}

.text-linksb-ndig-list {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-linksb-ndig-list.paragraph-font {
  line-height: 1.3;
}

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

.navbar-6-french {
  width: 100%;
}

.navbar-6-french.main-color {
  z-index: 1000;
  background-color: #0000;
}

.navbar1-french {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.navbar1-french.main-color {
  flex-flow: column;
}

.footer-1-french {
  justify-content: space-around;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-1-french.main-color {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.image-flags {
  object-fit: contain;
  width: 2.5vw;
  margin-bottom: 10px;
}

.language {
  z-index: 200;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 42% auto;
}

.slide-nav {
  display: none;
}

.slider {
  height: 100%;
}

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

.navbar-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white);
  flex-flow: row;
  justify-content: flex-end;
  width: 100%;
  padding: 10px 40px;
  display: flex;
}

.icon {
  object-fit: contain;
  width: 30px;
  height: 30px;
}

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

.div-block-navbar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

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

.div-block-logo.main-color {
  background-color: #fbf4e6;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 30vh;
  padding: 20px;
}

.slide {
  width: 33%;
  margin-right: 10px;
}

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

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

.arrow {
  background-color: #005478;
  border-radius: 5px;
  justify-content: center;
  width: 10vh;
  padding: 5px;
  display: flex;
}

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

._60 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.form-text-1.paragraph-font {
  font-family: Montserrat, sans-serif;
}

.pdf {
  margin-bottom: 10px;
  display: block;
}

.pdf-image {
  width: auto;
  height: 30vh;
}

._3-col-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

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

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

.faq-dropdown {
  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;
}

.answer-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

.faq-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.rounded-blocks-2 {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 11px -4px #32231d;
}

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

.grid-11, .grid-12 {
  grid-template-rows: auto;
}

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

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

  .navbars.main-color {
    text-align: center;
    background-color: #005478;
    display: flex;
  }

  .nav-links.paragraph-font {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .paragraph-font {
    overflow-wrap: break-word;
  }

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

  .titelvideo-start {
    height: 60vh;
  }

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

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

  .footer.main-color {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footertext {
    justify-content: flex-start;
  }

  .footertext.vertical {
    flex-direction: column;
  }

  .men-icon {
    color: #fff;
  }

  .men-buttton.hauptfarbe {
    text-align: center;
    background-color: #005477;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .men-buttton.hauptfarbe.w--open {
    background-color: var(--turq);
  }

  .nav-men.hauptfarbe {
    z-index: 1000;
    background-color: #fbf4e6;
  }

  .telefonnummer1, .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 {
    width: 100%;
    padding: 60px;
  }

  .heading-linksb-ndig.heading-font2 {
    font-size: 35px;
  }

  .heading-linksb-ndig.sub-heading {
    text-align: center;
    margin-top: 0;
    font-size: 22px;
  }

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

  .section-gro-e-abst-nde.secondary-color.no-pad {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-linksb-ndig.paragraph-font {
    text-align: center;
  }

  .text-linksb-ndig.paragraph-font.padding {
    font-size: 14px;
  }

  .rounded-blocks {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._6er-grid1 {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .text-mittig.paragraph-font {
    text-align: center;
    text-align: center;
  }

  .heading-mittig.heading-font1 {
    font-size: 35px;
  }

  .produktbilds {
    height: 45vh;
  }

  .produktbilds.auto, .produktbilds.auto-1 {
    height: 10vh;
    margin-top: auto;
    margin-bottom: auto;
  }

  .bild-section-cover {
    height: 55vh;
  }

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

  .slogan.heading-font1 {
    font-size: 40px;
    line-height: 1.1;
  }

  .kontakt-heading.heading-font1 {
    text-align: center;
  }

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

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

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

  .heading-success.heading-font1 {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
  }

  .maps-gro {
    height: 45%;
  }

  .maps-gro.page {
    height: 45vh;
  }

  .maps-gro.page.last {
    order: 1;
  }

  .social-media {
    height: 4vw;
  }

  .image-wrapper, .image-wrapper-large, .image-wrapper-large._2-col, .image-wrapper-large.no-shadow {
    height: 45vh;
  }

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

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

  .footer-1-french.main-color {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    display: flex;
  }

  .image-flags {
    width: 35px;
  }

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

  .navbar-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .div-block-logo.main-color {
    background-color: #fbf4e6;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .slide {
    width: 50%;
  }

  .grid-gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-top: 20px;
    display: grid;
  }

  ._60 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .form-text-1.paragraph-font {
    text-align: center;
  }

  .form, .form-2 {
    flex-flow: column;
    display: flex;
  }

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

  .rounded-blocks-2 {
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

@media screen and (max-width: 767px) {
  .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;
  }

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

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

  .titelvideo1 {
    height: 60vh;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .titelvideo-start {
    height: 55vh;
  }

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

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

  .footer.main-color {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .footertext {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .footer-image {
    margin-bottom: 5px;
    margin-right: 0;
  }

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

  .angebot2 {
    height: auto;
  }

  .bild-auftauchen2 {
    width: 100%;
    max-height: none;
  }

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

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

  .heading-linksb-ndig.heading-font2 {
    text-align: center;
    font-size: 30px;
  }

  .heading-linksb-ndig.sub-heading {
    text-align: center;
    font-size: 25px;
  }

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

  .section-gro-e-abst-nde.secondary-color.no-pad {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-linksb-ndig.paragraph-font {
    text-align: center;
    font-size: 14px;
  }

  .rounded-blocks {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .bild-section-cover {
    height: 45vh;
    min-height: auto;
  }

  .slogan.heading-font1 {
    font-size: 30px;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

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

  .logo-img {
    width: 130px;
  }

  .maps-gro {
    height: 400px;
  }

  .link-block {
    margin-right: 0;
  }

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

  .footer-content {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .social-media {
    height: 5vw;
  }

  .image-wrapper-large {
    height: 45vh;
  }

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

  .text-linksb-ndig-list.paragraph-font {
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
  }

  .footer-1-french.main-color {
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .image-flags {
    width: 30px;
  }

  .grid-gallery {
    display: flex;
  }

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

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

  .faq-main-block {
    flex-flow: column;
    display: flex;
  }

  .rounded-blocks-2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

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

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

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

  .logo {
    max-width: 100px;
  }

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

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

  .titelvideo1 {
    height: 100%;
  }

  .titelvideo-start {
    height: 50vh;
  }

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

  .impdatfooter {
    text-align: left;
  }

  .footer.main-color {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .men-buttton.hauptfarbe {
    text-align: center;
  }

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

  .div-block-video {
    align-items: center;
    width: auto;
    height: 50vh;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-linksb-ndig.heading-font2 {
    font-size: 21px;
  }

  .heading-linksb-ndig.sub-heading {
    font-size: 16px;
  }

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

  .section-gro-e-abst-nde.secondary-color.no-pad {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-linksb-ndig {
    font-size: 15px;
    line-height: 22px;
  }

  .rounded-blocks {
    justify-content: center;
    align-items: stretch;
    min-width: 100%;
    padding: 20px;
  }

  ._6er-grid1 {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    display: flex;
  }

  .text-mittig.paragraph-font {
    text-align: center;
    text-align: center;
  }

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

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

  .produktbilds {
    height: 45vh;
  }

  .bild-section-cover {
    height: 35vh;
  }

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

  .slogan.heading-font1 {
    font-size: 22px;
  }

  .form-text.paragraph-font {
    line-height: 1.4;
  }

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

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

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

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

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

  .heading-success.heading-font1 {
    font-size: 18px;
    line-height: 1.3;
  }

  .logo-img {
    width: 110px;
  }

  .maps-gro {
    height: 300px;
  }

  .maps-gro.page {
    height: 35vh;
  }

  .link.hide {
    display: none;
  }

  .social-media {
    height: 8vw;
  }

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

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

  .image-wrapper, .image-wrapper-large {
    height: 45vh;
  }

  .grid-9 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .grid-10 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .text-linksb-ndig-list {
    font-size: 15px;
    line-height: 22px;
  }

  .footer-1-french.main-color {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .slider {
    height: 50vh;
  }

  .navbar-wrapper.hide {
    padding: 6px 10px;
    display: flex;
  }

  .icon {
    display: block;
  }

  .slide {
    width: 100%;
  }

  ._60 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .rounded-blocks-2 {
    justify-content: center;
    align-items: stretch;
    min-width: 100%;
    padding: 20px;
  }

  .grid-11, .grid-12 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }
}

#w-node-a43bc1e5-fb74-f0b3-7888-d32bcd0a258c-e7cbefe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1a79d90-c394-837f-3a01-2f2cb5b7ddf8-e7cbefe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5d5d1613-af75-6d9f-e054-022fae489a40-e7cbefe2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-bb103926-92d7-07be-9e53-1d09bd522e0c-e7cbefe2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7af8aa96-ad0f-5f8a-0402-abf752f7dbfe-e7cbefe2, #w-node-_7af8aa96-ad0f-5f8a-0402-abf752f7dc08-e7cbefe2, #w-node-_7af8aa96-ad0f-5f8a-0402-abf752f7dc12-e7cbefe2, #w-node-ab4e3245-664b-fe66-feab-155a93ed45de-e7cbefe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab4e3245-664b-fe66-feab-155a93ed45e0-e7cbefe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5ba234fa-4452-b3bf-75b3-49adf516f6de-f516f6b4 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_646ce872-a70a-40f2-be68-5faef63743f4-e7cbefef, #w-node-_701b780a-d5a5-4220-1370-5bd29dc5ab38-e7cbefef, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c622-e7cbefff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24fb1ef9-1bfd-b83f-8299-04217971c624-e7cbefff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24fb1ef9-1bfd-b83f-8299-04217971c626-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c628-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c62a-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c62c-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c62e-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c630-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c632-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c634-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c636-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c638-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c63a-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c63c-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c63e-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c640-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c642-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c644-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c646-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c648-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c64a-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c64c-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c64e-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c650-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c652-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c654-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c656-e7cbefff, #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c658-e7cbefff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99346c21-d279-560e-2eb2-6a853ec5705c-e7cbf055 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_20f39f6d-9686-ad0b-1949-3f336a8ad9ed-e7cbf055 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_1982abf9-33d3-7a52-e9ac-4a695cfdf764-e7cbf09d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1982abf9-33d3-7a52-e9ac-4a695cfdf766-e7cbf09d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a43bc1e5-fb74-f0b3-7888-d32bcd0a258c-0047a7fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecd81ea7-f12f-dd5d-882b-41a57b288f78-0047a7fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5d5d1613-af75-6d9f-e054-022fae489a40-0047a7fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_76c21016-8a37-7b80-3a69-1ddb4b89f5e4-0047a7fe {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_76c21016-8a37-7b80-3a69-1ddb4b89f5ef-0047a7fe, #w-node-_76c21016-8a37-7b80-3a69-1ddb4b89f5fa-0047a7fe, #w-node-_76c21016-8a37-7b80-3a69-1ddb4b89f605-0047a7fe, #w-node-_46f67d3a-2e62-e5b6-28fe-a9574da009a9-0047a7fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46f67d3a-2e62-e5b6-28fe-a9574da009ab-0047a7fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2f4f23cc-678b-d403-057a-e5a789c8bac7-89c8ba9d {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_829a0192-0ea7-a660-7105-c90657e8e756-17b3a83b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a63944c1-1ce7-02cf-0d02-6dd928f08237-17b3a83b {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_28ea59e1-43e0-6c4d-30f4-e6af7d2ac21c-e621b603 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28ea59e1-43e0-6c4d-30f4-e6af7d2ac21e-e621b603 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_646ce872-a70a-40f2-be68-5faef63743f4-e6bfae95, #w-node-_701b780a-d5a5-4220-1370-5bd29dc5ab38-e6bfae95, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c62-2eef2ac0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368e6edd-f21f-4caa-02ba-af6908c77c64-2eef2ac0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_368e6edd-f21f-4caa-02ba-af6908c77c66-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c68-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c6a-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c6c-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c6e-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c70-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c72-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c74-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c76-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c7a-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c7c-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c80-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c86-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c88-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c78-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c7e-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c82-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c84-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c8a-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c8c-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c8e-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c90-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c92-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c94-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c96-2eef2ac0, #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c98-2eef2ac0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c624-e7cbefff {
    grid-column: span 1 / span 1;
  }

  #w-node-_3692c5a6-51b8-68df-e007-b426397fbba6-397fbba5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_368e6edd-f21f-4caa-02ba-af6908c77c64-2eef2ac0 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_24fb1ef9-1bfd-b83f-8299-04217971c622-e7cbefff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


