:root {
  --highlights: #56aaff;
  --hauptfarbe: #000001;
  --zweitfarbe: #e1effe;
  --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('../images/custom-checkbox-checkmark.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;
}

.utility-page-wrap {
  background-color: var(--highlights);
  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;
  width: 11.25rem;
}

.logo {
  color: #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

.heading-1 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.heading-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-3 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.3;
}

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

.farbe-der-headings {
  color: var(--highlights);
  line-height: 1.3;
}

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

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

.terminbutton.highlights.heading-3.auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.impressum.flie-text {
  line-height: 25px;
}

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

.navlink3.flie-text {
  color: #fff;
}

.navlink3.flie-text:hover {
  color: #6d6d6d;
}

.navlink3.flie-text.w--current {
  color: #8c8c8c;
}

.navlinks3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navlinks3.hauptfarbe {
  color: #fff;
}

.background-video1 {
  height: 100%;
  margin-left: 25%;
}

._3er-grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  margin-bottom: 107px;
}

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

.footer3 {
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.footer3.hauptfarbe {
  color: #fff;
}

.abst-nde-footer3 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.heading-footer3 {
  font-size: 14px;
  font-weight: 400;
}

.heading-footer3.heading-3 {
  text-transform: uppercase;
}

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

.rounded-block {
  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;
}

.impdat {
  padding: 100px 10vw;
}

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

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.success-block.highlights {
  width: auto;
  height: auto;
  padding: 100px;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field-2 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field-2.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.navigation-divider.highlights {
  margin-left: auto;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #000;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-first {
  align-items: center;
  width: 100%;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

.form-block-2 {
  width: 100%;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: block;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

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

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

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

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_1 {
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.gradient_block {
  background-image: linear-gradient(270deg, #0000 35%, #fff 65%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px 50% 100px 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.button {
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 40px;
}

.button.highlights {
  margin-top: 10px;
  font-size: 18px;
  transition: all .2s;
  position: relative;
}

.button.highlights:hover {
  transform: scale(1.1);
  box-shadow: 0 0 14px -4px #00000080;
}

.section_2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10vw;
  display: flex;
  overflow: hidden;
}

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

.heading_center.heading-1 {
  line-height: 1.3;
  position: relative;
}

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

._3er_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  margin-top: 40px;
}

.content {
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 10px;
  transition: all .2s;
  display: flex;
}

.content:hover {
  border: 1px solid #f5f5f5;
  transform: scale(1.02);
}

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

.heading-_center_small.heading-1 {
  line-height: 1.3;
}

.paragraph_center {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.paragraph_center.flie-text {
  line-height: 1.5;
  position: relative;
}

.link {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.link.flie-text.farbe-der-headings {
  color: var(--highlights);
  transition: all .2s;
}

.link.flie-text.farbe-der-headings:hover {
  text-shadow: 0 0 10px #0003;
  transform: scale(1.1);
}

.lottie-animation {
  width: 100%;
  height: 100%;
  position: static;
}

._2er_grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  place-items: center;
  margin-top: 20px;
}

.bubble_block {
  height: 100%;
}

.bubble_block.zweitfarbe {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bubble_1 {
  z-index: 0;
  background-color: #eff7ff;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: -15% auto auto -15%;
}

.bubble_2 {
  background-color: #d4e9ff;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: -10% -10% auto auto;
}

.bubble_3 {
  background-color: #cae4ff;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto auto -40% -8%;
}

.content_block {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
  position: static;
}

.content_block.center {
  align-items: center;
}

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

.heading_left.heading-1 {
  position: relative;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.spacer {
  height: 20px;
}

.block {
  width: 100%;
  height: 80vh;
}

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

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.card-text {
  background-color: #fff;
  border: 1px solid #394a5e26;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px 20px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.card-text:hover {
  transform: scale(1.02);
}

.heading_small_1 {
  color: #00000080;
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 24px;
}

.html-embed-2 {
  width: 100%;
}

.footer-1 {
  padding: 20px 10vw 10px;
}

.inhalt-footer {
  height: 100%;
  margin-left: 0;
  margin-right: 10px;
}

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

.link-block-telefon {
  color: #fff;
  text-transform: uppercase;
  border: 3px dotted #fff;
  padding: 7px 5px 5px;
  font-size: 14px;
  text-decoration: none;
}

.link-footer {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

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

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

.no_overflow {
  width: 100%;
  height: 45vh;
  overflow: hidden;
}

.no_overflow.team {
  height: 65vh;
}

.block_for_grid {
  width: 100%;
}

.heading_center_small_1 {
  text-align: center;
  margin-top: 10px;
  font-size: 30px;
  line-height: 30px;
}

.heading_center_small_1.heading-1 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

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

.maos-footer {
  justify-content: flex-start;
  width: 100%;
  min-width: auto;
  height: auto;
  display: flex;
}

.link-block {
  color: var(--white);
  text-decoration: none;
}

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

.div-block-45 {
  display: block;
}

.container-8 {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.nav-men-1.hauptfarbe {
  z-index: 100000;
}

.navlink {
  color: #fff;
  padding: 20px;
  font-size: 14px;
}

.navlink:hover {
  color: gray;
}

.navlink.w--current {
  color: #ebe3de;
}

.navlink.flie-text {
  text-decoration: none;
}

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

.navlink.flie-text.abstand-rechts {
  padding-right: 40px;
}

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

.navbar-6 {
  width: 100%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start center;
}

.animation {
  width: 20vw;
  height: 23vh;
}

.content_block-links {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
}

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

.paragraph-links.flie-text {
  line-height: 1.3;
  position: relative;
}

.heading_left-3 {
  font-size: 50px;
  line-height: 50px;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

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

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 60px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

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

.code-embed.wei {
  border-top: 1px solid #333;
}

.dropdown-toggle {
  padding: 0;
}

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

.dropdown-list {
  border-top: 1px solid var(--highlights);
  background-color: var(--hauptfarbe);
  padding: 0;
}

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

.accordion-item-wrapper {
  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;
}

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

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

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

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  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;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 18px;
}

.accordion-question-header.flie-text {
  line-height: 40px;
}

.accordion-tab-button {
  cursor: pointer;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding: 9px 40px;
  transition: transform .2s;
  display: flex;
}

.accordion-tab-button.highlights {
  transition-property: all;
}

.accordion-tab-button.highlights:hover {
  transform: scale(1.04);
  box-shadow: 0 0 14px -4px #00000080;
}

.link-text {
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.link-text.farbe-der-headings:hover {
  border-bottom-color: var(--highlights);
}

.no_overflow-100vh {
  width: 100%;
  height: 45vh;
  overflow: hidden;
}

.no_overflow-100vh.image {
  height: 100vh;
}

.heading_small_links {
  color: #00000080;
  text-align: left;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 24px;
}

.heading_small_links.heading-2 {
  position: relative;
}

.timeline-circle {
  background-color: #9e9e9e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: sticky;
  top: 50vh;
}

.timeline-left {
  text-align: right;
}

.timeline-3 {
  z-index: 1;
  border-radius: 5px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.timeline-center {
  text-align: right;
  justify-content: center;
  display: flex;
}

.timeline-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.timeline-progress {
  z-index: 10;
  background-color: #fff;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline-wraper-2 {
  background-color: var(--highlights);
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-date-text {
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  position: static;
  top: 50vh;
}

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

.timeline-text.flie-text {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.timeline-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 160px 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
}

.nav-dropdown-2 {
  width: 100%;
}

.dropdown-link {
  color: #fff;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
}

.dropdown-link:hover {
  color: gray;
}

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

.dropdown-link.flie-text {
  text-decoration: none;
}

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

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

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

.content-wrapper {
  border: 1px solid #00000042;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all .2s;
  display: flex;
}

.content-wrapper:hover {
  border: 1px solid #f5f5f5;
  transform: scale(1.02);
}

._2er_grid-2 {
  grid-template-rows: auto;
  place-items: center;
  margin-top: 20px;
}

.code-embed-3 {
  width: 100%;
  height: 80vh;
}

._2x2_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  margin-top: 40px;
}

.leistungen-links-wrap {
  flex-flow: column;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13.5px;
  line-height: 1.3;
  display: flex;
}

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

.list-5 {
  padding-left: 20px;
}

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

.image-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

._2er_grid-top {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  place-items: start center;
  width: 100%;
  margin-top: 20px;
}

.no_overflow-80vh {
  width: 100%;
  height: 80vh;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.grid-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  place-items: start center;
  display: flex;
}

.heading-slogan {
  font-size: 3vw;
  line-height: 70px;
}

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

.grid-embed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  margin-top: 40px;
  box-shadow: 0 2px 5px #0003;
}

.image-60vh {
  object-fit: cover;
  width: 100%;
  height: 60vh;
  box-shadow: 0 2px 5px #0003;
}

.wrapper-60vh {
  height: 50vh;
}

.grid-embed-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  box-shadow: 0 2px 5px #0003;
}

.flex-u {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  margin-top: 40px;
  box-shadow: 0 2px 5px #0003;
}

.jotform {
  width: 100%;
}

.jotform-wrapper {
  z-index: 99;
  width: 100%;
  position: relative;
}

.wrapp {
  overflow-wrap: anywhere;
}

.div-block-46 {
  background-color: #fff;
}

.div-block-47 {
  padding: 30px;
}

.table-row {
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  width: 100%;
}

.table-row._3er-grid1 {
  margin-bottom: 0;
}

.table-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.table-holder.mobile {
  display: none;
}

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

.form-embed {
  width: 100%;
}

.flyer-grid {
  grid-template-rows: auto;
  margin: 20px auto 50px;
}

.lightbox-flyer {
  max-height: 60vh;
}

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

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

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

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

.form1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form1.paragraph-font {
  padding-left: 20px;
  padding-right: 20px;
}

.contact-form {
  width: 100%;
}

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

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

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

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

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

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

.send-button {
  text-transform: uppercase;
}

.send-button:hover {
  background-color: #292929;
}

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

.send-button.highlights.flie-text {
  color: #fff;
  margin-top: 20px;
}

.form-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: end start;
}

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

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

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

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

  .logo {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .menu-icon-3 {
    color: #fff;
  }

  .men-button3.w--open {
    background-color: #fff;
  }

  .background-video1 {
    margin-left: 0%;
  }

  .footer3.hauptfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .impdat {
    padding: 60px;
  }

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

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

  .section_1 {
    height: 60vh;
  }

  .gradient_block {
    background-image: linear-gradient(#ffffff5e, #ffffff5e);
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button.highlights {
    margin-top: 10px;
  }

  .section_2 {
    padding: 60px;
  }

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

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

  ._3er_grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    display: flex;
  }

  .content.wei {
    width: 100%;
  }

  .paragraph_center.flie-text {
    font-size: 16px;
  }

  .lottie-animation {
    width: auto;
  }

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

  .bubble_1 {
    width: 200px;
    height: 200px;
  }

  .bubble_2 {
    width: 200px;
    height: 200px;
    inset: 0% 0% auto auto;
  }

  .bubble_3 {
    width: 200px;
    height: 200px;
    inset: auto auto 0% 0%;
  }

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

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

  .heading_left.heading-1 {
    text-align: center;
    font-size: 35px;
  }

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

  .block {
    height: 100%;
  }

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

  .card-text {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .inhalt-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-right: 0;
    display: flex;
  }

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

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

  .block_for_grid {
    height: 100%;
  }

  .block_for_grid.last {
    order: 1;
  }

  .heading_center_small_1.heading-1 {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 21px;
    line-height: 25px;
  }

  .form-wrap {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .maps-gro {
    height: 25rem;
  }

  .maos-footer {
    justify-content: flex-start;
  }

  .nav-men-1.hauptfarbe {
    background-color: var(--highlights);
    padding-left: 10px;
    padding-right: 10px;
  }

  .navlink.flie-text {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink.flie-text:hover, .navlink.flie-text.w--current {
    color: #fff;
    font-weight: 700;
  }

  .navlink.flie-text.abstand-rechts {
    width: auto;
  }

  .men-icon1 {
    color: #fff;
  }

  .men-buttton1.hauptfarbe {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

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

  .animation {
    width: 100%;
    height: 23vh;
  }

  .content_block-links {
    align-items: center;
    padding: 20px;
  }

  .paragraph-links {
    font-size: 18px;
    line-height: 28px;
  }

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

  .paragraph-links.flie-text._100 {
    text-align: left;
    width: 100%;
  }

  .heading_left-3 {
    font-size: 40px;
    line-height: 40px;
  }

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

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

  .nav-dropdown, .dropdown-toggle {
    width: 100%;
  }

  .nav-text {
    margin-bottom: 0;
  }

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

  .accordion-pane {
    width: 100%;
  }

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

  .accordion-pane-content {
    padding-right: 0;
  }

  .no_overflow-100vh.image {
    height: 50vh;
  }

  .timeline-3 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .timeline-item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
  }

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

  ._4er-grid {
    flex-flow: column;
    display: flex;
  }

  .image-30vh {
    height: 50vh;
  }

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

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

  ._2x2_grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .list-5 {
    text-align: left;
  }

  ._2er_grid-top {
    flex-flow: column;
    grid-template-columns: 1fr;
    height: 100%;
    display: flex;
  }

  .no_overflow-80vh {
    height: 60vh;
  }

  .no_overflow-80vh.map {
    height: auto;
  }

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

  .heading-slogan.heading-1 {
    text-align: center;
    font-size: 37px;
    line-height: 50px;
  }

  .grid-embed {
    flex-flow: column;
    display: flex;
  }

  .image-60vh {
    height: 50vh;
  }

  .flex-u {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .grid-17 {
    flex-flow: column;
    display: flex;
  }

  .error-message {
    width: auto;
  }
}

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

  .divblock1 {
    height: auto;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

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

  .section_1 {
    height: 28rem;
  }

  .gradient_block {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
  }

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

  .section_2, .section_2.zweitfarbe {
    padding: 40px;
  }

  .heading_center.heading-1 {
    font-size: 33px;
    line-height: 1.2;
  }

  .heading_center.heading-2 {
    margin-top: 10px;
    font-size: 26px;
    line-height: 38px;
  }

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

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

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

  .bubble_3 {
    width: 200px;
    height: 200px;
  }

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

  .image.con.cov {
    object-fit: cover;
    object-position: 50% 20%;
  }

  .block {
    height: 100%;
  }

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

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

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

  .no_overflow {
    width: 100%;
    height: 40vh;
  }

  .no_overflow.team {
    height: 25rem;
  }

  .block_for_grid {
    height: 100%;
  }

  .heading_center_small_1.heading-1 {
    margin-bottom: 7px;
    font-size: 21px;
  }

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

  .maos-footer {
    height: auto;
  }

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

  .content_block-links {
    padding-bottom: 20px;
  }

  .heading_left-3.heading-1, .code-embed.wei {
    text-align: center;
  }

  .accordion-pane-content {
    padding-top: 10px;
    padding-bottom: 0;
  }

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

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

  .accordion-tab-button.highlights {
    width: auto;
  }

  .no_overflow-100vh {
    width: 100%;
    height: 40vh;
  }

  .no_overflow-100vh.image {
    height: 25rem;
  }

  .timeline-progress {
    display: none;
  }

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

  .timeline-item {
    flex-flow: column;
    padding-left: 10px;
    display: flex;
  }

  .timeline-item.invert {
    flex-flow: column-reverse wrap;
  }

  .image-30vh {
    height: 25rem;
  }

  ._2er_grid-2 {
    grid-row-gap: 17px;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }

  .code-embed-3 {
    height: 26rem;
  }

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

  .leistungen-links-wrap {
    padding-bottom: 0;
  }

  ._2er_grid-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }

  .no_overflow-80vh {
    width: 100%;
    height: 25rem;
  }

  .grid-footer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .heading-slogan.heading-1 {
    font-size: 31px;
    line-height: 48px;
  }

  .image-60vh {
    height: 45vh;
  }

  .wrapper-60vh, .wrapper-60vh.autoo {
    height: auto;
  }

  .table-row {
    flex-flow: column;
    display: flex;
  }

  .table-holder.mobile {
    display: block;
  }

  .table-holder.desktop {
    display: none;
  }

  .lightbox-flyer {
    max-height: none;
  }

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

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

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

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

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

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

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

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

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

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

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

  .footer3.hauptfarbe {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

  .gradient_block {
    padding: 0 20px;
  }

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

  .button.highlights {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }

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

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

  .heading_center.heading-1 {
    overflow-wrap: anywhere;
    font-size: 25px;
  }

  .heading_center.heading-2 {
    font-size: 19px;
    line-height: 28px;
  }

  .heading-_center_small {
    font-size: 20px;
  }

  .heading-_center_small.heading-1 {
    overflow-wrap: anywhere;
    font-size: 22px;
  }

  .lottie-animation {
    width: 100%;
    height: 100%;
    margin-bottom: -38px;
  }

  ._2er_grid {
    height: 100.004%;
  }

  .bubble_2, .bubble_3 {
    width: 100px;
    height: 100px;
  }

  .heading_left {
    font-size: 32px;
    line-height: 32px;
  }

  .heading_left.heading-1 {
    font-size: 26px;
    line-height: 32px;
  }

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

  .card-text {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
  }

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

  .block_for_grid {
    height: 100%;
  }

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

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

  .content_block-links {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading_left-3 {
    font-size: 32px;
    line-height: 32px;
  }

  .heading_left-3.heading-1 {
    overflow-wrap: anywhere;
    font-size: 25px;
    line-height: 30px;
  }

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

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

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

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

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

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

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

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

  ._2er_grid-2, ._2er_grid-top {
    height: 100.004%;
  }

  .heading-slogan.heading-1 {
    font-size: 23px;
    line-height: 33px;
  }

  .image-60vh {
    height: 40vh;
  }

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

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

#w-node-ef80a79e-372a-9838-b067-0a84c35c9f13-194eefa2, #w-node-e51f4a47-83e3-e3a0-3669-5fa3540e2960-194eefa2, #w-node-_106844f4-bb65-d25a-c484-764a8662fee8-194eefa4, #w-node-_0f21ea1f-7d45-1b5b-b2c1-a4d981c39077-194eefaa, #w-node-cb405d53-ed70-ac5e-1580-46fa05b552fe-194eefaa, #w-node-de9b57c5-8f4a-7613-8427-570b43d18acf-194eefaa, #w-node-_483d80e4-5621-b04e-e379-9bd32287860e-194eefaa, #w-node-_56099d4e-b6c5-efda-031c-c17617b91a02-194eefaa, #w-node-_9736f3b1-db6a-0c65-e380-27dc005b4f84-194eefaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d59f5b18-7225-801c-ae08-6be90bee35c8-194eefaa {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a354046-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a354049-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a35404b-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a354050-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a354054-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a354056-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a35405a-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a35405d-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a35405f-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a354064-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a354068-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a35406a-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a35406e-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a354071-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a354073-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a354078-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a35407c-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a35407e-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a354082-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a354085-7b1815ff, #w-node-b5ba8985-15c4-b7b5-4d9f-2e4f0a354087-7b1815ff, #w-node-_3da67c96-bf73-83b5-200f-6b4876c31cb4-7b1815ff, #w-node-_3da67c96-bf73-83b5-200f-6b4876c31cb8-7b1815ff, #w-node-_3da67c96-bf73-83b5-200f-6b4876c31cba-7b1815ff, #w-node-e3eb8ff2-97a2-b79b-ad58-feac9dfd1e7e-7b1815ff, #w-node-e3eb8ff2-97a2-b79b-ad58-feac9dfd1e81-7b1815ff, #w-node-e3eb8ff2-97a2-b79b-ad58-feac9dfd1e83-7b1815ff, #w-node-_648b6df4-a15c-b53d-4812-70c296d3347c-7b1815ff, #w-node-_648b6df4-a15c-b53d-4812-70c296d33480-7b1815ff, #w-node-_648b6df4-a15c-b53d-4812-70c296d33482-7b1815ff, #w-node-dc79db28-26de-e69d-094a-1dc758ea5fff-7b1815ff, #w-node-dc79db28-26de-e69d-094a-1dc758ea6002-7b1815ff, #w-node-dc79db28-26de-e69d-094a-1dc758ea6004-7b1815ff, #w-node-_18971506-aaa3-afcf-5fc1-6275894da8ac-7b1815ff, #w-node-_18971506-aaa3-afcf-5fc1-6275894da8b0-7b1815ff, #w-node-_18971506-aaa3-afcf-5fc1-6275894da8b2-7b1815ff, #w-node-_1ee181aa-59e2-5290-46ef-10d7fc262868-7b1815ff, #w-node-_1ee181aa-59e2-5290-46ef-10d7fc26286b-7b1815ff, #w-node-_1ee181aa-59e2-5290-46ef-10d7fc26286d-7b1815ff, #w-node-_6c984010-7963-1cbc-e1c0-304b7f1e5e7c-7b1815ff, #w-node-_6c984010-7963-1cbc-e1c0-304b7f1e5e80-7b1815ff, #w-node-_6c984010-7963-1cbc-e1c0-304b7f1e5e82-7b1815ff, #w-node-_17c30e98-dab5-4f8a-c727-da554c1b3ee6-4d64d209, #w-node-_18613fc8-faa5-06a3-efe3-1eb1f983b8f0-25b6b174, #w-node-_11d6e4d4-87bd-268e-1c5e-af23fa1bde4a-25b6b174, #w-node-_9424afde-1368-6f28-f1d3-f63f6ba755bd-25b6b174, #w-node-a37ccbd8-e56f-0056-6d85-d12485a5768f-25b6b174, #w-node-_351f1062-0aff-46ec-58ee-6612bffac270-25b6b174, #w-node-be180096-e336-ad58-607c-d1087cc5c887-25b6b174, #w-node-_6fc79c67-95ec-0074-a014-ae8b7bf751a8-6e2c52c7, #w-node-_8a45da51-b25f-98b0-87af-5fd1e064b3de-6e2c52c7, #w-node-a616d6aa-8fc0-7615-5b31-e18a0eb71e98-6e2c52c7, #w-node-c0557d84-8752-31ad-6529-1c40b8444077-6e2c52c7, #w-node-a6c45a4d-4a76-213e-758f-bb0db53ed6ff-ea18f8ce, #w-node-_5eb53c60-9687-2ae7-8756-1879d3c88d33-ea18f8ce, #w-node-_5eb53c60-9687-2ae7-8756-1879d3c88d35-ea18f8ce, #w-node-fbcf1896-ad64-f598-aebc-55c878a8cd86-ea18f8ce, #w-node-fbcf1896-ad64-f598-aebc-55c878a8cd88-ea18f8ce, #w-node-_0551a997-7a4f-08e3-fd38-00bb0f4d5002-ea18f8ce, #w-node-_0551a997-7a4f-08e3-fd38-00bb0f4d5004-ea18f8ce, #w-node-c0f8e60d-6e99-2287-8ead-9e69a19fea8d-b07832f3, #w-node-_9fe2417e-7375-3de5-cee6-5dcd06f74be2-b07832f3, #w-node-_3fe35ea1-8065-d463-d04d-3db61f996b96-b07832f3, #w-node-_12cc1054-83d9-46ae-1cf4-312cd576b9fc-b07832f3, #w-node-_4f1263c4-c5c4-1a73-76f5-33379bfc62b6-b07832f3, #w-node-a91928cb-4774-98d0-b2cd-134b1c90831f-b07832f3, #w-node-_47b89a27-5664-bcc2-7929-89f9b04dfeaa-f0604401, #w-node-_5ac5fdbe-b541-a9fa-2c34-9217590056b9-f0604401, #w-node-_349d1cfe-1328-25c1-fe82-29a35192370b-f0604401, #w-node-_2cfdbb07-344b-77ef-64d3-6ce3d7a45f8f-f0604401, #w-node-_5583f9ae-f0de-5e4f-7d97-dd7bb356c9d5-f0604401, #w-node-a78667c2-397c-0b98-9098-f2b11a1733f0-f0604401, #w-node-_991ac416-125e-9a54-1f1e-c158d4d1e34b-f0604401, #w-node-_249d8a4a-de48-0381-3541-94b1493a08dc-f0604401, #w-node-c9af09ff-e300-8f84-ad8d-44108e39e877-816ff327, #w-node-_5c2d5847-6dfe-d9ae-aad9-66e2a209fc2c-816ff327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebb69073-7542-d769-fe2f-b3c380194076-bb360177 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c93d8f7d-6f9c-4be1-f6af-5248510fae28-bb360177 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c93d8f7d-6f9c-4be1-f6af-5248510fae2c-bb360177, #w-node-edf738fa-d6eb-2479-3300-ac41a7203472-bb360177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8681d4b4-13cf-1e2d-9c05-8ec5de9d4bf8-bb360177 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

