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

:root {
  --orange-red: #ed672b;
  --grey: #757979;
  --chocolate: #ea7515;
  --dark-grey: #9fa2a2;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

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

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

p {
  margin-bottom: 10px;
}

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

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

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

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

.logo-img {
  object-fit: contain;
  height: 10vh;
}

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

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

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

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

.hauptfarbe {
  color: #fff;
  background-color: #757979;
}

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  color: #000;
  background-color: #f5f5f5;
}

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

.adresse {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.farbe2-headings {
  color: #b4b4b4;
  line-height: 1.3;
}

.drittefarbe {
  color: #fff;
  background-color: #b4b4b4;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.navbar1 {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: static;
}

.nav-link-3 {
  color: #fff;
  border: 1px solid #0000;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

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

.nav-link-3.flie-text.w--current {
  color: #939393;
}

.nav-link-3.flie-text {
  font-family: Roboto, sans-serif;
}

.nav-link-3.flie-text:hover {
  border-color: #fff;
}

.nav-link-3.flie-text.w--current {
  color: #ece4df;
  border-color: #fff;
  font-family: Roboto, sans-serif;
}

.navbar-6 {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.logo-wei {
  filter: invert();
}

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

.text-banner {
  color: #fff;
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subheading {
  font-size: 40px;
  line-height: 45px;
}

.subheading.heading-2.farbe2-headings {
  font-family: Barlow, sans-serif;
  line-height: 1.3;
}

.slogan1 {
  text-align: left;
  text-transform: uppercase;
  border: 3px #fff;
  margin-top: 10px;
  font-size: 60px;
  line-height: 65px;
}

.slogan1.heading-1 {
  border-style: none;
  font-weight: 700;
  line-height: 1.3;
}

.buchstabe-hintergrund {
  z-index: -5;
  margin-top: -10px;
  margin-bottom: -35px;
  font-size: 100px;
  line-height: 35px;
  position: relative;
}

.buchstabe-hintergrund.heading-3.farbe2-headings {
  z-index: 0;
  margin-top: -20px;
  font-family: Barlow, sans-serif;
}

.terminbutton-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 22px;
}

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

.terminbutton-2.highlights {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

.terminbutton-2.highlights.heading-2 {
  font-family: Roboto, sans-serif;
  transition: all .2s;
}

.terminbutton-2.highlights.heading-2:hover {
  background-color: var(--grey);
  transform: scale(1.1);
}

.effekt-balken4 {
  background-color: #fff;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.effekt-balken2 {
  background-color: #fff;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-links1 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 180%;
}

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

.text-links1.flie-text.cente {
  text-align: center;
  margin-bottom: 0;
}

.effekt-overlay {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.inhalt-effekt {
  padding-left: 0;
  padding-right: 0;
}

.inhalt-effekt.effekt-versuch {
  height: 50vh;
  position: relative;
}

.inhalt-effekt.effekt-versuch._1.kleineres-bild {
  z-index: 1;
  background-color: #00000080;
  height: 90vh;
}

.inhalt-effekt.effekt-versuch.padding {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.inhalt-effekt.effekt-versuch.padding.fest {
  height: 30vh;
  padding-left: 0;
  padding-right: 0;
}

.inhalt-effekt.effekt-versuch.smaller, .inhalt-effekt.effekt-versuch.waysmaller {
  width: 100%;
  height: 50vh;
}

.inhalt-effekt.effekt-versuch {
  color: #fff;
  height: 100%;
  position: relative;
}

.inhalt-effekt.effekt-versuch._1 {
  height: 50vh;
}

.inhalt-untereinander1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
}

.inhalt-untereinander1.abst-nde {
  padding: 40px;
}

.inhalt-untereinander1.abst-nde._140 {
  align-items: center;
  padding-top: 100px;
  padding-left: 140px;
  padding-right: 140px;
}

.effekt-balken1 {
  z-index: 3;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.effekt-balken3 {
  background-color: #fff;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bild-wrap.auf500 {
  position: relative;
}

.section-mittig1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px;
  display: flex;
}

.effekt-inlay {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-links {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 170%;
}

.heading-links.heading-1 {
  z-index: 5;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.5;
  position: relative;
}

.heading-links.heading3 {
  z-index: 5;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  font-size: 25px;
  line-height: 1.5;
  position: relative;
}

.heading-links.heading3.mittig {
  text-align: center;
  font-size: 25px;
}

._2-3-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  width: 100%;
}

.text-mittig-effekt1 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
}

.text-mittig-effekt1.gro {
  line-height: 150%;
}

.text-mittig-effekt1.heading-2 {
  z-index: 5;
  font-family: Barlow, sans-serif;
  position: relative;
}

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

.heading-mittig1 {
  z-index: 5;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Barlow, sans-serif;
  font-size: 25px;
  line-height: 1.3;
  position: relative;
}

.feature-image {
  filter: blur(5px);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.feature-image.contain {
  object-fit: cover;
}

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

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

.bild-section-cover1 {
  color: #fff;
  background-image: linear-gradient(#00000069, #00000069), url('../images/608c0cd2b6a480276a78b403_AdobeStock_168409302_visu.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 100px;
  display: flex;
  position: static;
}

.footer-wrapper {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.footer-2 {
  margin-top: auto;
  padding: 40px 140px 20px;
}

.footer-2.hauptfarbe {
  background-color: var(--grey);
}

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

.heading-footer.heading-3 {
  font-family: Barlow, sans-serif;
}

.inhalt-footer {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

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

.galerie-img1 {
  object-fit: cover;
  width: 100%;
  height: 40vh;
}

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

.inhalt-nebeneinander1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

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

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

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

.success-block.highlights {
  border-style: none;
}

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

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

.hero {
  margin-left: 0;
}

.menu {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  padding-top: 170px;
  padding-left: 0;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.menu_1 {
  background-color: #1a1919;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 18px;
}

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

.menu_3 {
  background-color: #1a1919;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 38px;
}

.link_block_menu {
  color: #1a1919;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #9c9c9c4d;
  border-left: 1px solid #0000000d;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 4vw;
  padding-bottom: 4vw;
  font-size: 2.2vw;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0;
}

.menu_2 {
  background-color: #1a1919;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 28px;
}

.menu_grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.navigation_background {
  z-index: 2;
  background-color: #fff;
  border-right: 1px solid #9c9c9c4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 170px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.logo_navbar {
  z-index: 98;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 7px;
  margin-left: 40px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.img_menu {
  z-index: 0;
  position: absolute;
  inset: 0;
}

.img_menu.leistungen {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0ce789a6a22bc3b4735f_AdobeStock_172159077_visu-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img_menu.aktuelles {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0cd285ee640e2c6676a1_AdobeStock_307058274_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img_menu.home {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0ce8d9082338c965ebfd_AdobeStock_80037008_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img_menu.kontakt {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0cd2b6a480276a78b403_AdobeStock_168409302_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img_menu.galerie {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0cd4813a4960c3c467e4_AdobeStock_173208835_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img_menu.team {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0cd351dd0384d6b35013_AdobeStock_188613389_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hamburger {
  z-index: 100;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: fixed;
  inset: 60px 40px auto auto;
}

.menu_item_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

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

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

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-right: 60px;
  padding-right: 0;
}

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

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

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

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

.map-2 {
  height: 100%;
}

.div-block-114 {
  display: none;
}

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

.link-block-2 {
  border: 1px solid #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
  box-shadow: -2px 2px 6px 1px #00000036;
}

.icon1 {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.icon1.kleiner {
  width: 58px;
  height: 58px;
}

.section1 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 30vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section1.zweitfarbe {
  padding-top: 100px;
  padding-bottom: 100px;
}

.form-block {
  width: 100%;
  height: 100%;
  padding: 40px;
}

.form-block.highlights {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-block.highlights.mittig {
  justify-content: flex-start;
  align-items: center;
}

.form-block.highlights.mittig.flie-text {
  justify-content: center;
  align-items: center;
  width: 22vw;
}

.form-block.mittig {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-block.mittig.highlights.white_line {
  border-right: 5px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 22vw;
}

.grid-versetzt {
  z-index: 5;
  grid-column-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2.5fr;
  margin-top: 0%;
  margin-bottom: 0%;
  position: relative;
  box-shadow: 0 7px 20px -14px #00000080;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 100px 140px;
}

.quick-stack.zweitfarbe {
  width: 100%;
}

.list-4 {
  font-family: Roboto, sans-serif;
}

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

.grid-17.abst-oben {
  grid-template-rows: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block {
  z-index: 20;
  opacity: 0;
  text-align: center;
  background-color: #ed672b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block:hover {
  opacity: 1;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #0000;
  height: 50vh;
}

.slide {
  background-color: #f5f5f5;
}

.slide-2 {
  background-color: #fff;
}

.img-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

.accordion-tab-button-dark {
  background-color: var(--orange-red);
  cursor: pointer;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 12vw;
  height: 50px;
  min-height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Barlow, sans-serif;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

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

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

.accordion-question-header-4 {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.accordion-question-header-4.heading-2 {
  font-family: Barlow, sans-serif;
}

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

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

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

.cell-2 {
  justify-content: center;
}

.form-small-card {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-112 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-2 {
  filter: none;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.jotform {
  width: 100%;
  overflow: auto;
}

.jotform-widget {
  width: 100%;
}

.formm-holder {
  padding: 20px;
}

.jotform-small {
  width: 100%;
}

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

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

.exp-div {
  z-index: 100;
  border-top: 1px solid var(--orange-red);
  border-bottom: 1px solid var(--orange-red);
  border-left: 1px solid var(--orange-red);
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  position: fixed;
  inset: auto 0% 5% auto;
}

.small-icon {
  width: auto;
  height: 70px;
}

.arrow-icon {
  height: 30px;
}

.arrow-icon-lin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.arrow-icon-lin.tp-mrgn {
  margin-top: 40px;
}

.checkbox-field-2 {
  text-align: left;
  margin-bottom: -15px;
}

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

.link-formular {
  color: #ee682b;
  text-decoration: none;
}

.contact-form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.text-field-8.cc-textarea {
  height: 100px;
}

.form1-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.heading-center {
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
  line-height: 44px;
}

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

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

  .telefonnummer {
    margin-bottom: 0;
  }

  .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men-1 {
    background-color: var(--grey);
    padding: 10px;
  }

  .nav-men-1.hauptfarbe {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .men-buttton1.hauptfarbe.w--open {
    background-image: linear-gradient(#383838, #383838);
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--orange-red);
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--orange-red);
    background-image: none;
  }

  .nav-link-3.flie-text {
    text-align: center;
    margin-right: 0;
  }

  .navbar-6.highlights {
    padding-top: 0;
    padding-bottom: 0;
  }

  .men-icon1 {
    color: #fff;
  }

  .titelimg-start-1 {
    height: 60vh;
  }

  .text-banner {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    inset: 0%;
  }

  .subheading.heading-2.farbe2-headings {
    text-align: center;
    font-size: 23px;
  }

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

  .effekt-balken4 {
    height: 100%;
  }

  .effekt-balken2 {
    width: 100%;
  }

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

  .inhalt-effekt.effekt-versuch {
    min-height: auto;
  }

  .inhalt-effekt.effekt-versuch._1.kleineres-bild {
    height: 60vh;
  }

  .inhalt-effekt.effekt-versuch.padding.fest {
    height: auto;
  }

  .inhalt-effekt.effekt-versuch.padding.fest.invert {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .inhalt-effekt.effekt-versuch.smaller.hidee, .inhalt-effekt.effekt-versuch.waysmaller.hidee {
    overflow: hidden;
  }

  .inhalt-effekt.effekt-versuch._1 {
    min-height: auto;
  }

  .inhalt-untereinander1 {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .inhalt-untereinander1.abst-nde {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .inhalt-untereinander1.abst-nde._140 {
    padding: 60px;
  }

  .effekt-balken1 {
    border-left: 2px solid #fff;
    width: 100%;
    height: 100%;
  }

  .effekt-balken3 {
    width: 100%;
  }

  .section-mittig1 {
    padding: 60px;
    display: flex;
  }

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

  .heading-links.heading3, .heading-links.heading3.mittig {
    font-size: 20px;
  }

  ._2-3-grid1 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .text-mittig-effekt1 {
    font-size: 22px;
  }

  .text-mittig-effekt1.gro.heading-1, .text-mittig-effekt1.heading-2 {
    line-height: 1.3;
  }

  ._3er-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
    width: 100%;
    margin-top: 20px;
  }

  .bild-section-cover1 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-2.hauptfarbe {
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .inhalt-footer, .inhalt-footer.flie-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .maps1 {
    height: 45vh;
  }

  .inhalt-nebeneinander1 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .impdat {
    padding: 60px;
  }

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

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

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

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

  .hero {
    flex-flow: wrap;
    align-items: stretch;
    height: 100%;
    display: block;
  }

  .menu {
    display: none;
  }

  .txt_menu {
    font-size: 1.8vw;
  }

  .txt_menu.heading-3 {
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 22px;
  }

  .menu_grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .form-wrap {
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

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

  .section1 {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section1.zweitfarbe {
    min-height: auto;
    padding: 60px;
  }

  .form-block.highlights.mittig.flie-text, .form-block.mittig.highlights.white_line {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-versetzt {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .quick-stack {
    padding: 60px;
  }

  .list-4.text-links1.flie-text {
    text-align: left;
  }

  .grid-17.abst-oben {
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .text-block {
    opacity: 1;
    position: static;
  }

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

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

  .accordion-tab-button-dark, .accordion-tab-button-dark:hover {
    width: 100%;
  }

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

  .jotform {
    height: 100%;
  }

  .jotform-widget {
    overflow: visible;
  }

  .jotform-small {
    height: auto;
    overflow: visible;
  }

  .jotform-2 {
    height: 100%;
    overflow: visible;
  }

  .small-icon {
    height: 60px;
  }

  .error-message {
    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;
  }

  .logo-img {
    width: 240px;
  }

  .telefonnummer {
    text-align: center;
    display: block;
  }

  .email, .adresse {
    text-align: center;
  }

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

  .divblock1 {
    height: auto;
  }

  .titelimg-start-1 {
    height: 55vh;
  }

  .text-banner {
    width: 100%;
    padding-left: 20px;
  }

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

  .buchstabe-hintergrund {
    font-size: 70px;
  }

  .buchstabe-hintergrund.heading-3.farbe2-headings {
    margin-top: -30px;
  }

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

  .inhalt-effekt.effekt-versuch._1.kleineres-bild {
    height: 50vh;
  }

  .inhalt-effekt.effekt-versuch._1 {
    height: auto;
  }

  .inhalt-untereinander1.abst-nde {
    padding-bottom: 0;
  }

  .inhalt-untereinander1.abst-nde._140 {
    padding: 60px 40px 40px;
  }

  .section-mittig1 {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

  ._2-3-grid1 {
    grid-template-columns: 1fr;
  }

  .text-mittig-effekt1 {
    letter-spacing: 7px;
    font-size: 18px;
  }

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

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

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .bild-section-cover1 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

  .maps1 {
    height: 45vh;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

  .hero {
    margin-left: 0;
  }

  .menu {
    padding-top: 100px;
    padding-left: 0;
  }

  .txt_menu.heading-3 {
    font-size: 5vw;
  }

  .menu_grid {
    grid-row-gap: 0px;
    border-top: 5px solid #a5a5a5;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .navigation_background {
    width: 100%;
    height: 100px;
  }

  .logo_navbar {
    width: 210px;
    margin-top: 0;
    margin-left: 20px;
  }

  .hamburger {
    inset: 25px 20px auto auto;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .link {
    display: block;
  }

  .impressum-link, .datenschutz-link {
    text-align: center;
  }

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

  .section1.zweitfarbe {
    padding: 40px;
  }

  .form-block.mittig.highlights.white_line {
    border-right-style: none;
  }

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

  .quick-stack {
    width: 100%;
    padding: 40px;
  }

  .quick-stack.zweitfarbe {
    padding: 40px;
  }

  .accordion-pane-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .accordion-tab-button-dark {
    width: 100%;
  }

  .accordion-question-header-4 {
    font-size: 1.4em;
  }

  .accordion-question-header-4.heading-2 {
    font-size: 1.1em;
  }

  .img-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .small-icon {
    height: 50px;
  }

  .arrow-icon {
    height: 25px;
  }

  .arrow-icon-lin {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

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

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

  .text-field-8.cc-textarea {
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

  .flie-text {
    overflow-wrap: anywhere;
    width: 100%;
  }

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

  .titelimg-start-1 {
    height: 50vh;
  }

  .text-banner {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading.heading-2.farbe2-headings {
    font-size: 19px;
  }

  .slogan1.heading-1 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .buchstabe-hintergrund.heading-3.farbe2-headings {
    margin-top: -20px;
  }

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

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

  .effekt-overlay {
    padding: 20px;
  }

  .inhalt-effekt.effekt-versuch {
    height: 50vh;
    min-height: auto;
  }

  .inhalt-untereinander1 {
    padding-left: 0;
    padding-right: 0;
  }

  .inhalt-untereinander1.abst-nde {
    padding: 40px 0 0;
  }

  .inhalt-untereinander1.abst-nde._140 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .effekt-balken1 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-mittig1, .section-mittig1.zweitfarbe {
    padding: 40px 20px;
  }

  .effekt-inlay {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-links.heading3, .heading-links.heading3.mittig {
    font-size: 19px;
  }

  .text-mittig-effekt1 {
    letter-spacing: 3px;
    font-size: 13px;
  }

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

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

  .bild-section-cover1 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .inhalt-nebeneinander1 {
    width: 100%;
  }

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

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

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

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

  .menu {
    height: 87vh;
  }

  .txt_menu.heading-3 {
    font-size: 7vw;
  }

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

  .navigation_background {
    z-index: 20;
  }

  .maps-gro {
    height: 300px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

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

  .icon1 {
    width: 50px;
    height: 50px;
  }

  .icon1.kleiner {
    width: 48px;
    height: 48px;
  }

  .section1 {
    width: 100%;
    padding-top: 20px;
  }

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

  .form-block.highlights.mittig.flie-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-versetzt {
    margin-top: 0%;
  }

  .quick-stack, .quick-stack.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-4.text-links1.flie-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 10px;
    display: block;
  }

  .grid-17.abst-oben {
    margin-top: 10px;
  }

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

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

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

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

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

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

  .divider-11.highlights {
    width: 40vw;
  }

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

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

#w-node-_1cf49121-1542-5a20-b117-efa4ae6580de-d8c1ccc2, #w-node-_67ccc010-f04f-bf3e-98c9-952ccada097b-d8c1ccc2, #w-node-c80a1e11-c411-825f-330b-b5f75fb28f5f-d8c1ccc2, #w-node-d3629dbf-9d10-b0e1-6716-205ac394cebf-d8c1ccc2, #w-node-_07669d0a-9a72-e93e-96c2-0fe29860df83-d8c1ccc2, #w-node-bf232ee9-66a7-febb-544d-5062b19b1f6d-d8c1ccc2, #w-node-b704d037-6fbc-4f54-d255-b78e9f5ec3e3-d8c1ccc2, #w-node-_0c45cd1e-6dfa-b6cd-049b-bb8d6db8539e-d8c1ccc2, #w-node-bac495fb-6bf8-c76a-4d8b-53c563230734-d8c1ccc2, #w-node-_58f7d6f8-b839-f482-6867-44a8bfff1fb2-d8c1ccc2, #w-node-dc57dd19-7fe6-fdc7-7210-c8cc57e6f94f-d8c1ccc2, #w-node-ecc6ad47-a8f2-e6cd-dee2-92eabe9db683-d8c1ccc2, #w-node-d45f4b3a-9118-87aa-db15-5d84b4331651-d8c1ccc2, #w-node-_01628325-57b9-781b-14ca-57cdd76279ac-d8c1ccc2, #w-node-_1ea2c700-ed87-ad35-5bc6-62cbed478a42-d8c1ccc2, #w-node-_2e1e4d17-19a6-a6ce-df6e-ef4e29ffc1e9-d8c1ccc2, #w-node-f101e6c1-5a1f-b78b-bd08-75951a237f48-d8c1ccc2, #w-node-_9b7899d8-1bc7-a89b-9e19-5a6f24a0dab3-d8c1ccc2, #w-node-_21fcd05b-306f-1375-865a-49094e11374c-d8c1ccc2, #w-node-_2e6dc67e-cb2c-c890-534c-674876d02da7-d8c1ccc2, #w-node-_0ec103a1-6d86-3b95-12af-39b266edd647-d8c1ccc2, #w-node-fa9429aa-8def-d6f6-a807-428a1576806c-d8c1ccc2, #w-node-c4608a70-2cd2-7014-0bec-5c571d0e4646-d8c1ccc2, #w-node-d0f70cd8-a221-36d2-c316-df7906879dd1-d8c1ccc2, #w-node-_729d61a1-91f9-a2d9-f28d-0f6adfa734d0-d8c1ccc2, #w-node-d9ff15fe-ed79-6067-e448-ff4db3912a3e-d8c1ccc2, #w-node-_957eb0e7-548d-1008-ee8a-fff2984b1a25-d8c1ccc2, #w-node-_1adc3041-95a6-cbfe-fe8e-a4dea4d8e114-d8c1ccc2, #w-node-ad9f92d4-2961-924b-1af5-8897a5e275a4-d8c1ccc2, #w-node-_1ed96b8d-5ff7-404d-86c9-a07632a61fb8-d8c1ccc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34396f34-113e-107b-0b7d-0570c87fb70e-d8c1ccc2 {
  grid-area: 11 / 2 / 12 / 3;
}

#\31 .w-node-_39b499e2-8a12-5e0d-9d2a-3fc08c91dd69-d8c1cccc, #\32 .w-node-_424524c8-2553-e039-3507-e8b0e25315a7-d8c1cccc, #\33 .w-node-afe9b7c7-3ebd-5e70-d642-578fe9fa3c6c-d8c1cccc, #\34 .w-node-_477627fa-733e-b8ed-e9b8-63882abbc454-d8c1cccc, #\36 .w-node-_2254332f-4ca6-40f4-670d-88863547b2d6-d8c1cccc, #\37 .w-node-af3c62fb-f4ab-8db5-6dc0-d94b059a3b1e-d8c1cccc, #\38 .w-node-_6eea00f7-7593-04d0-cf46-9635fe0c0e08-d8c1cccc, #\39 .w-node-a0dad5be-4493-6164-e949-2d012e649e0c-d8c1cccc, #\31 0.w-node-bac1b7da-6798-0888-911a-876bb151331d-d8c1cccc, #\31 1.w-node-_311cdcac-bcb0-8a75-470a-65897b3fd81b-d8c1cccc, #\31 2.w-node-_2ab2d529-d451-6d2c-3065-58f033905c55-d8c1cccc, #\31 3.w-node-_21d615bc-4cf3-0b52-9c1b-4fd4561386f3-d8c1cccc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-ad445fbb-a4be-1844-f775-3c1f62fcee17-d8c1ccb8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1ed96b8d-5ff7-404d-86c9-a07632a61fb8-d8c1ccc2 {
    grid-column: span 2 / span 2;
  }

  #\31 .w-node-_39b499e2-8a12-5e0d-9d2a-3fc08c91dd69-d8c1cccc, #\32 .w-node-_424524c8-2553-e039-3507-e8b0e25315a7-d8c1cccc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_424524c8-2553-e039-3507-e8b0e25315a9-d8c1cccc {
    order: -9999;
  }

  #\33 .w-node-afe9b7c7-3ebd-5e70-d642-578fe9fa3c6c-d8c1cccc, #\34 .w-node-_477627fa-733e-b8ed-e9b8-63882abbc454-d8c1cccc, #\36 .w-node-_2254332f-4ca6-40f4-670d-88863547b2d6-d8c1cccc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2254332f-4ca6-40f4-670d-88863547b2e8-d8c1cccc {
    order: -9999;
  }

  #\37 .w-node-af3c62fb-f4ab-8db5-6dc0-d94b059a3b1e-d8c1cccc, #\38 .w-node-_6eea00f7-7593-04d0-cf46-9635fe0c0e08-d8c1cccc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6eea00f7-7593-04d0-cf46-9635fe0c0e19-d8c1cccc {
    order: -9999;
  }

  #\39 .w-node-a0dad5be-4493-6164-e949-2d012e649e0c-d8c1cccc, #\31 0.w-node-bac1b7da-6798-0888-911a-876bb151331d-d8c1cccc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bac1b7da-6798-0888-911a-876bb151332c-d8c1cccc {
    order: -9999;
  }

  #\31 1.w-node-_311cdcac-bcb0-8a75-470a-65897b3fd81b-d8c1cccc, #\31 2.w-node-_2ab2d529-d451-6d2c-3065-58f033905c55-d8c1cccc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2ab2d529-d451-6d2c-3065-58f033905c68-d8c1cccc {
    order: -9999;
  }

  #\31 3.w-node-_21d615bc-4cf3-0b52-9c1b-4fd4561386f3-d8c1cccc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


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