@font-face {
  font-family: Aktivgrotesk;
  src: url('../fonts/AktivGrotesk-XBold.ttf') format("truetype"), url('../fonts/AktivGrotesk-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

:root {
  --hauptfarbe: #252c2f;
  --weiss: white;
  --zweitfarbe: #fff4f0;
  --highlights: #435155;
  --transparent: transparent;
  --highlights-contrast: #e15c37;
  --textfarbe: #777;
  --textfarbe-hell: #fffc;
  --accent\<deleted\|variable-8c58c12b-ef34-bd71-4aed-f17e7da4a1a1\>: #2f5d8c;
}

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

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

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

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

.section {
  height: 100vh;
}

.html-embed {
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_15e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss gold.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: 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;
}

.schwarzer-button {
  z-index: 1000;
  text-transform: uppercase;
  background-color: #000;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  position: fixed;
  inset: auto 0% 10% auto;
}

.schwarzer-button:hover {
  background-color: #d4af37;
}

.heading-einstellungen {
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.heading-einstellungen._2 {
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

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

.logo {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  justify-content: center;
  align-items: center;
  width: 20vw;
  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: var(--weiss);
}

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

.block-logo-einstellungen {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  max-width: 400px;
  padding: 10px 5px;
  display: flex;
}

.inhalt-einstellungen {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

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

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

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

.heading-3 {
  font-family: Aktivgrotesk, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

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

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

.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 {
  background-color: #ff8c00;
  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;
}

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

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

.body-black {
  background-color: #000;
  overflow: hidden;
}

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

.navbar {
  background-color: var(--transparent);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10vw;
  display: flex;
}

.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: 15vh 10vw 100px;
}

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

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

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

.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 150px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.navbar-platzhalter {
  height: 250px;
}

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

.paragraph.flie-text {
  font-size: 18px;
  line-height: 1.5;
}

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

.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 5vw;
  display: flex;
}

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

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

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

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

.link.flie-text.farbe-der-headings {
  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;
}

._2er_grid.kontakt {
  width: 100%;
  height: 100vh;
}

.bubble_block {
  height: 100%;
}

.bubble_block.zweitfarbe {
  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: absolute;
}

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

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

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

.image:hover {
  transform: scale(1.1);
}

.dropdown {
  border: 1px solid #0000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.dropdown:hover {
  transform: scale(1.02);
}

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

.heading_small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 38px;
}

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

.lottie-animation-2 {
  width: 40px;
  height: 40px;
  margin-left: auto;
}

.spacer {
  height: 20px;
}

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

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

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

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

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

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

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

.div-block-44: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 {
  padding: 0;
}

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

.inhalt-footer.flie-text {
  flex-direction: column;
  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;
}

.div-block-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 5px;
  text-decoration: none;
}

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

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

.image-wrapper.image {
  height: 70vh;
}

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

.galerie_image {
  object-fit: cover;
  object-position: 20% 50%;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.galerie_image:hover {
  transform: scale(1.1);
}

.subheading-mittig3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

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

.link-formular.farbe-der-headings-2 {
  border-bottom: 1px solid var(--transparent);
  transition: all .3s ease-in-out;
}

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

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

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

.label3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label3.abstand-nach-oben {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.form1 {
  margin-bottom: 0;
}

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

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

.text-field {
  color: #333;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  min-height: 45px;
  margin-bottom: 10px;
  padding: 18px 10px;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

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

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

.text-field:focus {
  border-color: var(--highlights-contrast);
}

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

.text-field.cc-textarea {
  height: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-field.flie-text.textarea {
  height: 8rem;
}

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

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

.heading_left_small {
  font-size: 28px;
  line-height: 28px;
}

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

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

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

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

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

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

.nav-link {
  color: #333;
  padding: 10px 20px;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

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

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

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

.kopzeil {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 0;
  display: flex;
}

.navbar-6 {
  width: 100%;
}

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

.image-wrapper-small {
  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;
  position: absolute;
}

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

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

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

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

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

.link-2 {
  width: 36px;
  height: 47px;
}

.html-embed-7 {
  z-index: 99999;
  position: fixed;
  inset: auto 0% 10% auto;
}

.paragraph-ablaufplan-2 {
  color: #5f5f5f;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-ablaufplan-2.listpara {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-ablaufplan-2.infos {
  color: #575757;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-ablaufplan-2.infos.abstand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-ablaufplan-2.center {
  text-align: center;
}

.link-11 {
  color: #d4af37;
  text-decoration: none;
}

.heading-90 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.close-pop-up {
  object-fit: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 120px 120px auto auto;
}

.wrapy {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.ablaufplan-spalteninhalt-2 {
  width: 100%;
}

.platzhalter-ablaufplan {
  width: 10px;
  height: 10px;
}

.pop-up-div {
  z-index: 10;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-div.einverst-ndnis, .pop-up-div.info {
  display: none;
}

.dropdown-12 {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-12.wei-er-rand {
  z-index: 0;
  background-color: #fff;
  border-radius: 60px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 1px 1px 12px #0000001f;
}

.grid-links-programme {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.dropdown-toggle-15 {
  color: #fff;
  background-color: #d4af37;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 24px;
  display: flex;
}

.dropdown-toggle-15:hover {
  transform: scale(1);
}

.div-block-172 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-172.shadow {
  align-items: stretch;
  padding: 20px;
  box-shadow: 1px 1px 12px #0000001f;
}

.div-block-169 {
  z-index: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-171 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 20px;
  display: block;
}

.grid-ablaufplan {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

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

.image-106 {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 400px;
  margin-top: 20px;
}

.image-106.links {
  object-position: 70% 0%;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  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;
  position: relative;
}

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

.ablaufplan-big-button-3.dropdowntoogle.w--open {
  z-index: 4;
  color: #0000;
  background-color: #0000;
  background-image: url('../images/cancel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  padding-left: 40px;
  padding-right: 0;
  transition-property: none;
  display: block;
  position: fixed;
  inset: 120px 130px auto auto;
  overflow: hidden;
}

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

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

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

.ablaufplan-big-button-3.heading-79.green {
  z-index: 0;
  background-color: #52cd60;
  position: relative;
}

.button-flex-popup-2 {
  z-index: 0;
  color: #d4af37;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  display: flex;
}

.button-flex-popup-2.w--open {
  z-index: 3;
  vertical-align: bottom;
  background-image: url('../images/cancel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  max-width: 40px;
  height: 40px;
  padding-top: 30px;
  display: block;
  position: fixed;
  top: 220px;
  right: 320px;
  overflow: hidden;
}

.ansprechpartner-paragraph-2 {
  color: gray;
  background-color: #0000;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.ansprechpartner-paragraph-2.special.klein {
  font-size: 15px;
}

.divblock-fortschritt {
  z-index: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-173 {
  z-index: 0;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.dropdown-list-11-copy {
  position: relative;
}

.dropdown-list-11-copy.w--open {
  background-color: #0000;
  padding: 40px 30px 20px;
}

.dropdown-list-11-copy.popup {
  background-color: #00000080;
  padding: 100px;
  position: fixed;
  inset: 0%;
}

.dropdown-list-11-copy.popup._2 {
  z-index: 1000;
  display: none;
  position: fixed;
}

.dropdown-list-11-copy.popup._2.w--open {
  z-index: 5;
  display: flex;
}

.button-ablaufplan-popup-2 {
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
}

.zahl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 20px;
}

.zahl.flie-text {
  color: var(--highlights-contrast);
  font-weight: 300;
  line-height: 1.5;
}

.zahl.flie-text.opacity-40 {
  opacity: .42;
  font-size: 45px;
}

.dropdown-16 {
  z-index: 0;
  border-radius: 60px;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  transition: all .2s;
  display: block;
  box-shadow: 1px 1px 12px #0000001f;
}

.dropdown-16:hover {
  transform: scale(1.05);
}

.heading-91 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.heading-91.absolut {
  text-align: center;
  width: 200px;
  font-size: 18px;
  position: absolute;
  top: 20px;
}

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

.section-balken {
  padding: 300px 40px 40px;
}

.bubble {
  z-index: 2;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/sprechblase.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 190px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: -190px -120px auto auto;
  overflow: auto;
}

.dropdown-list-16 {
  width: 100%;
  position: relative;
}

.dropdown-list-16.w--open {
  background-color: #0000;
  padding: 30px 20px 20px;
}

.dropdown-list-16.max-height {
  z-index: 2;
}

.dropdown-list-16.max-height.w--open {
  max-height: 60vh;
  overflow: auto;
}

.dropdown-17 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-block-175 {
  z-index: 500;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px 60px 50px;
  position: relative;
  overflow: auto;
}

.heading-ablaufplan-3 {
  height: 70px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.heading-ablaufplan-3.special {
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.grid-20 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.haken {
  object-fit: contain;
}

.dropdown-list-17 {
  z-index: 100;
}

.dropdown-list-17.w--open {
  z-index: 100;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px 25px 10px;
  display: flex;
  box-shadow: 1px 1px 20px #00000026, 1px 1px 20px #00000045;
}

.paragraph-63 {
  text-align: right;
  margin-left: 20px;
  font-size: 20px;
}

.balken-2 {
  background-image: linear-gradient(to right, #d4af37 4% 20%, #e7e7e7 20%);
  border-radius: 60px;
  width: 100%;
  height: 15px;
}

.balken-2._4 {
  background-image: linear-gradient(to right, #d4af37 65%, #e7e7e7 65%);
}

.balken-2._6 {
  background-image: linear-gradient(to right, #d4af37 100%, #e7e7e7);
}

.balken-2._3 {
  background-image: linear-gradient(to right, #d4af37 42%, #e7e7e7 42%);
}

.ablaufplan-spalte-2 {
  border: 2px solid gray;
  flex-flow: wrap;
  flex: 1;
  align-content: space-between;
  align-items: stretch;
  width: 48%;
  min-width: 300px;
  margin-bottom: 10px;
  padding: 30px;
  display: flex;
}

.ablaufplan-spalte-2.gold {
  border-color: #d4af37;
}

.ablaufplan-spalte-2.gold.speciale {
  width: auto;
}

.ablaufplan-spalte-2.gold._100 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.ablaufplan-spalte-2.gold._100.white {
  background-color: #fff;
  flex-flow: column;
}

.ablaufplan-spalte-2.gold._100.white.scroll {
  flex-flow: column;
  overflow: scroll;
}

.ablaufplan-spalte-2.gold._100.white.scroll.center {
  justify-content: flex-start;
  align-items: center;
}

.ablaufplan-spalte-2.gold._100.small {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ablaufplan-spalte-2.gold._100.small.white {
  background-color: #fff;
}

.ablaufplan-spalten-inhalt-3 {
  width: 100%;
  min-height: 400px;
  padding-bottom: 20px;
}

.heading-89 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

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

.bold-text-6 {
  font-weight: 400;
}

.grid-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center end;
  position: absolute;
  inset: 0%;
}

.lottie-info {
  height: 3rem;
}

.co-browser-popup-2 {
  z-index: 10;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.circle-2 {
  background-color: #e7e7e7;
  border: 1px solid #d4af37;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 12px #0000001f;
}

.circle-2.erl {
  background-color: #d4af37;
  transition: all .2s;
}

.section-58 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.download-hilfsprogramme {
  width: 40px;
  height: 40px;
}

.list-3 {
  color: silver;
  border: 1px solid #d1d1d1;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px 10px 35px;
}

.text-sprechblase {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

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

.textfarbe {
  color: var(--textfarbe);
}

.textfarbe-hell {
  color: var(--textfarbe-hell);
}

.highlights-contrast {
  background-color: var(--highlights-contrast);
  color: var(--weiss);
}

.accent {
  background-color: var(--accent\<deleted\|variable-8c58c12b-ef34-bd71-4aed-f17e7da4a1a1\>);
  color: var(--weiss);
}

.navbar-oben {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.logo-wrapper {
  margin-right: auto;
}

.nav-brn-wrapper {
  margin-left: 40px;
}

.nav-brn-wrapper.tel {
  flex: none;
}

.info-mit-icon-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.info-mit-icon-btn.weiss {
  color: var(--weiss);
}

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

.btn-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 25px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.btn-text, .btn-text-unten {
  font-size: 16px;
}

.navlink-wrapper {
  display: inline-block;
}

.navlink-hover-line {
  width: 0%;
  height: 1px;
}

.socials-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.socials-link {
  width: 22px;
  height: 22px;
  transition: all .3s ease-in-out;
}

.socials-link:hover {
  filter: drop-shadow(0 2px 5px #0000004d);
}

.socials-link.sspacing-adjust {
  padding-bottom: 1px;
}

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

.titelbereich {
  height: 100vh;
  position: relative;
}

.titelbereich.klein {
  height: 100vh;
  overflow: hidden;
}

.titelbereich.team {
  height: 77vh;
  overflow: hidden;
}

.titelbereich.auto {
  height: 120vh;
}

.titelbild-rechts {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
}

.titelbild-rechts.klein {
  height: 100vh;
}

.titelbild-rechts.abs {
  z-index: 2;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.titelbild-rechts.auto {
  height: 120vh;
}

.titelbild-wrapper {
  width: 70%;
  height: 100%;
}

.titelbild {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
}

.titelbild.links {
  filter: drop-shadow(0 2px 8px #000000a3);
  object-position: 0% 20%;
  padding-top: 20px;
  padding-left: 60px;
}

.titelinhalt-wrapper {
  z-index: 0;
  background-image: linear-gradient(90deg, var(--hauptfarbe) 30%, var(--transparent));
  width: 100%;
  height: 100%;
  color: var(--weiss);
  flex-flow: column;
  justify-content: space-between;
  padding: 10vh 10vw 15vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.titelinhalt-wrapper.mittig-links {
  z-index: 5;
  background-image: none;
  justify-content: center;
  align-items: flex-start;
}

.titelinhalt-wrapper.liinks-oben {
  z-index: 5;
  background-image: none;
  justify-content: flex-start;
  align-items: flex-start;
}

.titelinhalt-wrapper.mittig {
  z-index: 5;
  text-align: center;
  background-image: linear-gradient(#252c2fd9, #252c2fd9);
  justify-content: center;
  align-items: center;
}

.slogan-wrapper {
  width: 55%;
}

.label-links {
  text-align: left;
}

.label-links.flie-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.label-links.flie-text.farbe-der-headings-2.all-caps {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label-links.flie-text.farbe-der-headings-2.mittig, .label-links.flie-text.mittig {
  text-align: center;
}

.slogan {
  font-size: 55px;
}

.slogan.heading-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-gross {
  font-size: 22px;
}

.text-gross.flie-text.pointer {
  cursor: pointer;
}

.text-gross.heading-3.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.absatz-links {
  text-align: left;
  font-size: 16px;
}

.absatz-links.flie-text.textfarbe.link {
  text-decoration: underline;
}

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

.btn {
  color: var(--weiss);
  text-decoration: none;
  display: inline-flex;
}

.btn-text-wrapper {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 16px;
}

.btn-text-wrapper.weiss-outline {
  border: 1px solid var(--weiss);
  color: var(--weiss);
}

.btn-arrow-block {
  justify-content: flex-start;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px 13px;
  display: flex;
  overflow: hidden;
}

.btn-arrow-block.highlights.abs {
  cursor: pointer;
  position: absolute;
  inset: auto 20px 13px auto;
}

.btn-arrow-block.highlights.abs.adjust {
  border: 1px solid var(--highlights-contrast);
  background-color: var(--transparent);
  border-radius: 50%;
  justify-content: flex-start;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 3px;
  bottom: 15px;
  right: 2px;
}

.arrow-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transform: translate(-28px);
}

.arrow-icon.links {
  transform: translate(-50px);
}

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

.arrow-icon.padding {
  padding-left: 2px;
  padding-right: 2px;
}

.trust-elements-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--highlights-contrast);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.trust-karte-wrapper {
  border-right: 1px solid var(--highlights-contrast);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: center;
  background-color: #e15c374a;
  width: 25%;
  height: 100%;
  padding: 20px;
  transition: all .3s ease-in-out;
}

.trust-karte-wrapper:hover {
  width: 32%;
}

.trust-karte-wrapper.highlights-contrast {
  background-color: var(--highlights-contrast);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-mittel-mittig {
  text-align: center;
  margin-top: 10px;
  font-size: 36px;
}

.absatz-mittig {
  text-align: center;
  font-size: 16px;
}

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

.icon-55px.weiss {
  filter: brightness(0%) invert() grayscale();
}

.bereich-mittig {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bereich-mittig.zweitfarbe.no-bottom-padding {
  padding-bottom: 0;
}

.bereich-mittig.kein-abstand {
  padding: 0 0;
}

.bereich-mittig.klein-abstand-oben-unten {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.inhalt-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
  padding: 0;
}

.inhalt-stack.adjust {
  grid-template-columns: 1fr .5fr;
}

.inhalt-stack.adjust.reverse {
  grid-template-columns: .5fr 1fr;
}

.inhalt-stack.kein-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.inhalt-stack.margin {
  margin-top: 10px;
}

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

.bild-wrapper-85vh {
  width: 100%;
  height: 85vh;
  position: relative;
}

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

.bild-100.unten {
  object-position: 50% 100%;
}

.bild-100.oben-20 {
  object-position: 50% 20%;
}

.bild-100.oben {
  object-position: 50% 15%;
}

.bild-100.links-60 {
  object-position: 60% 50%;
}

.bild-100.oben-25 {
  object-position: 50% 25%;
}

.bild-100.oben-25.oben {
  object-position: 50% 15%;
}

.bild-100.zoom-effect {
  transition: all .3s ease-in-out;
}

.bild-100.zoom-effect:hover {
  transform: scale(1.1);
}

.bild-100.mittigg {
  object-position: 40% 50%;
}

.bild-reveal {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bild-reveal.highlights {
  height: 0%;
  inset: auto 0% 0%;
}

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

.inhalt-links.mittig {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.inhalt-links.abstand {
  padding: 40px 60px 40px 40px;
}

.inhalt-links.sticky {
  position: sticky;
  top: 15vh;
}

.inhalt-links._100 {
  height: 100%;
}

.heading-gross-links {
  text-align: left;
  margin-top: 10px;
  font-size: 45px;
}

.heading-block {
  margin-bottom: 40px;
}

.heading-block._100 {
  width: 100%;
}

.text-wrapper.gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.list {
  text-align: left;
  font-size: 16px;
}

.trust-karte-abs {
  border: 1px solid var(--highlights-contrast);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: var(--weiss);
  background-color: #e15c374a;
  padding: 20px 40px;
  position: absolute;
  inset: auto auto -5% -5%;
}

.trust-karte-abs.highlights-contrast {
  background-color: var(--highlights-contrast);
}

.inhalt-wrapper-rechts {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.hg-video-wrapper-85vh {
  width: 80%;
  height: 85vh;
}

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

.text-auf-video {
  z-index: 5;
  width: 40%;
  padding: 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-auf-video.highlights._50 {
  width: 50%;
}

.text-auf-video.highlights._80 {
  width: 70%;
  top: auto;
  bottom: -16%;
}

.label-mittig {
  text-align: center;
}

.heading-gross-mittig {
  text-align: center;
  margin-top: 10px;
  font-size: 45px;
}

._4er-karte-grid-ohne-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.bild-karte-wrapper {
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.bild-karte-wrapper.border-rechts {
  border-right: 1px solid var(--weiss);
}

.karte-overlay-inhalt {
  background-image: linear-gradient(0deg, var(--hauptfarbe), var(--transparent));
  width: 100%;
  height: 100%;
  color: var(--weiss);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 20px 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-klein-mittig {
  text-align: center;
  margin-top: 10px;
  font-size: 28px;
}

.heading-klein-mittig.heading-3.kleiner {
  font-size: 25px;
}

.heading-klein-mittig.heading-3.kleiner.wrapp {
  overflow-wrap: anywhere;
}

.karte-hover-block {
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  color: var(--weiss);
  background-color: #435155d9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.inhalt-80 {
  width: 80%;
}

.inhalt-80.text {
  color: var(--hauptfarbe);
}

._2er-karte-grid {
  grid-template-rows: auto;
  width: 100%;
}

._2er-karte-grid.abstand-oben {
  margin-top: 40px;
}

.karte-mittig {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--weiss);
  text-align: center;
  border: 1px solid #ccc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.karte-mittig.links {
  cursor: auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.karte-mittig.links.no-borders {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-style: none;
}

.hg-bild-bereich {
  color: var(--weiss);
  background-image: linear-gradient(#252c2fe6, #252c2fe6), url('../images/AdobeStock_621130299.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 10vw;
  display: flex;
  position: relative;
}

.hg-bild-bereich.kein-abstand {
  padding: 0 0;
}

.stacking-card {
  background-color: var(--weiss);
  border: 1px solid #ccc;
  padding: 40px 80px;
  position: relative;
}

.stacking-card.entwicklung, .stacking-card.wertsch-tzung, .stacking-card.integrit-t, .stacking-card.teilhabe, .stacking-card.respekt, .stacking-card.achtsamkeit, .stacking-card.umsetzungs-kompetenz, .stacking-card.miteinander {
  display: none;
}

.stacking-card.unternehmen {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.stacking-card.pflege--und-sozialorganisationen, .stacking-card.teams--und-abteilungen, .stacking-card.einzelpersonen, .stacking-card.f-hrungskr-fte {
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.stacking-card.einzelcoaching, .stacking-card.f-hrungskr-fteentwicklung, .stacking-card.team--und-leitungsentwicklung, .stacking-card.rollen--und-aufgabenkl-rung, .stacking-card.konfliktkl-rung, .stacking-card.ver-nderungsprozesse, .stacking-card.motive, .stacking-card.big-five, .stacking-card.kompetenzen {
  flex-flow: column;
  display: none;
}

.abs-gross-heading {
  z-index: 1;
  opacity: .1;
  margin-top: 0;
  font-size: 120px;
  position: absolute;
  inset: 20px auto auto 20px;
}

.abs-gross-heading.heading-1 {
  color: #e15c37;
}

.heading-klein-links {
  z-index: 2;
  text-align: left;
  margin-top: 10px;
  font-size: 28px;
  position: relative;
}

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

.heading-klein-links.heading-3._80 {
  width: 80%;
}

.heading-klein-links.heading-3.kein-margin-oben {
  margin-top: 0;
  font-size: 22px;
}

.teiler-klein {
  background-color: #ccc;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

._4er-karte-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

._4er-karte-grid.abstand-oben {
  margin-top: 40px;
}

.blog-karte-wrapper {
  border: 1px solid #ccc;
  padding: 10px;
}

.bild-wrapper-30vh {
  width: 100%;
  height: 35vh;
  position: relative;
}

.footer-oben {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.footer-oben-inhalt-wrapper {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 60px;
  display: flex;
  position: relative;
}

.footer-unten {
  width: 100%;
  margin-top: -35vh;
  padding: 45vh 10vw 60px;
}

.footer-inhalt-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-inhalt._20 {
  width: 20%;
}

.logo-weiss {
  filter: brightness(0%) invert();
  margin-bottom: 10px;
}

.info-mit-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.info-mit-icon.no-margin-below {
  margin-bottom: 0;
}

.info-link {
  border-bottom: 1px solid var(--transparent);
  color: var(--weiss);
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.info-link:hover {
  border-bottom-color: var(--weiss);
}

.info-link.dunkel {
  color: #333;
}

.info-link.dunkel:hover {
  border-bottom-color: #333;
}

.info-text {
  font-size: 16px;
}

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

.titelvideo {
  background-image: linear-gradient(#252c2fbf, #252c2fbf);
  width: 100%;
  height: 100%;
}

.titelhg-block {
  z-index: -1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 62%;
  height: 100%;
  display: flex;
  position: absolute;
}

.hg-line-1 {
  background-color: var(--highlights-contrast);
  clip-path: polygon(70% 0%, 100% 0%, 85% 100%, 55% 100%);
  width: 40%;
  height: 100%;
}

.hg-line-2 {
  clip-path: polygon(60% 0%, 100% 0%, 100% 100%, 40% 100%);
  background-color: #e15c3766;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

._2er-grid {
  grid-template-rows: auto;
  width: 100%;
}

.bild-wrapper-70vh {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  position: relative;
}

.trust-karte-abs-fill {
  border: 1px solid var(--highlights-contrast);
  background-color: var(--highlights-contrast);
  width: 100%;
  color: var(--weiss);
  padding: 20px;
  position: absolute;
  inset: auto auto -26%;
}

.spacer-10px {
  width: 100%;
  height: 10px;
}

.bild-wrapper-92vh {
  width: 100%;
  height: 92vh;
  position: relative;
  overflow: hidden;
}

.farbe-der-headings-2 {
  color: var(--highlights-contrast);
}

.inhalt-stetch {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.trust-karte-mittig {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-verticle {
  background-color: #ccc;
  width: 1px;
  height: 100px;
}

.bild-wrapper-100vh {
  overflow-wrap: anywhere;
  width: 100%;
  height: 100vh;
  position: relative;
}

.bild-wrapper-100vh._80vh {
  height: 80vh;
}

.heading-mittel-links {
  text-align: left;
  margin-top: 10px;
  font-size: 36px;
}

.text-auf-bild {
  z-index: 1;
  width: 150%;
  height: 60vh;
  margin-top: 20px;
  padding: 40px;
  position: relative;
}

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

.text-block.highlights {
  height: auto;
}

.team-karte {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.team-name-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 40px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.arrow-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.team-overlay {
  background-color: #e15c3766;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.team-bild-bereich {
  margin-top: -38vh;
  padding-left: 10vw;
  padding-right: 10vw;
}

.bild-wrapper-90vh {
  width: 100%;
  height: 90vh;
  position: relative;
}

.spacer-40px {
  width: 100%;
  height: 40px;
}

.bild-wrapper-45vh {
  width: 100%;
  height: 45vh;
  position: relative;
}

.bild-wrapper-45vh.gr-er {
  height: 70vh;
}

.quote-text-wrapper {
  width: 100%;
  padding: 40px;
}

.quote-text-wrapper.zweitfarbe {
  border-left: 5px solid var(--highlights-contrast);
  margin-bottom: 20px;
}

._2er-service-grid {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  width: 100%;
}

.service-heading-karte {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 25vh;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.service-info-karte {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 25vh;
  padding: 20px;
  display: flex;
}

.service-grid-mit-zahlen {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  width: 100%;
}

.service-karte {
  padding: 20px;
}

.service-karte.border-rechts-unten {
  border-right: 1px solid var(--highlights-contrast);
  border-bottom: 1px solid var(--highlights-contrast);
}

.service-karte.border-unten {
  border-bottom: 1px solid var(--highlights-contrast);
}

.galerie-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.gaelrie-bild-wrapper {
  width: 25%;
  height: 65vh;
  transition: all .8s ease-in-out;
}

.gaelrie-bild-wrapper:hover {
  width: 39.7%;
}

.gaelrie-bild-wrapper.gross {
  width: 35%;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bild-overlay {
  opacity: 0;
  background-color: #e15c3766;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.kontakt-karte {
  border-right: 1px solid var(--highlights-contrast);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: center;
  background-color: #e15c374a;
  width: 35%;
  height: 100%;
  padding: 20px;
  transition: all .3s ease-in-out;
}

.kontakt-karte:hover {
  width: 45%;
}

.kontakt-karte.highlights-contrast {
  background-color: var(--highlights-contrast);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  width: 100%;
}

.form-label {
  font-size: 16px;
}

.form-label.flie-text {
  font-weight: 700;
}

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

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

.text-link {
  border-bottom: 1px solid var(--transparent);
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

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

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

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

.accordion-tab-button {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  transition: transform .2s;
  display: flex;
}

.accordion-item-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.arrow-right {
  background-color: #333;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 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: 30px;
  height: 30px;
  display: flex;
}

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

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

.text-linksb-ndig1.paragraph-font {
  text-align: justify;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

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

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

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

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

.fett {
  font-weight: 900;
}

.popup-block {
  z-index: 9999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000d9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15vh 10vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrapper {
  width: 80%;
}

.cross-btn {
  background-color: var(--highlights-contrast);
  cursor: pointer;
  width: 45px;
  height: 45px;
  padding: 10px 14px;
  position: absolute;
  inset: 15vh 10vw auto auto;
}

.wertsch-tzung {
  background-color: var(--weiss);
  border: 1px solid #ccc;
  margin-bottom: 40px;
  padding: 40px 80px;
  display: none;
  position: relative;
}

._3er-karte-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

._3er-karte-grid.text {
  color: var(--hauptfarbe);
}

._3er-karte-grid.no-margins {
  margin-top: 0;
}

._3er-karte-grid.mehr-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.karte-block-mittig {
  justify-content: center;
  align-items: center;
  display: flex;
}

._2er-grid-66-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 63%;
}

.utility-page-wrap-3 {
  color: #fff;
  background-color: #263956;
  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-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.image-109 {
  filter: invert() brightness(200%);
  object-fit: contain;
  width: 5rem;
}

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

.slogan-2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.2;
}

.slogan-2.heading-1 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-gross-links-2 {
  text-align: left;
  margin-top: 10px;
  font-size: 35px;
}

.label-left {
  text-align: left;
}

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

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

.content-div {
  width: 1px;
}

.content-div-dp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--weiss);
  opacity: 1;
  text-align: center;
  border: 1px #ccc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: none;
  position: relative;
}

.content-div-dp.links {
  cursor: auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-div-dp.c2 {
  opacity: 0;
  display: flex;
}

.content-div-dp.card-01 {
  transition: all .4s;
  display: flex;
}

.content-div-dp.c3 {
  opacity: 0;
  display: flex;
}

.content-div-dp.c4, .content-div-dp.c5 {
  opacity: 0;
  display: none;
}

.card {
  border: 1px solid #ccc;
}

.dropdown-block-center {
  z-index: 0;
  border: 1px solid #ccc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-block-center.highlights-contrast {
  background-color: var(--highlights);
  margin-top: 10px;
}

.details_icon {
  object-fit: contain;
  width: 1rem;
  height: 1rem;
  margin-top: 2px;
  overflow: visible;
}

.margin-top-2 {
  margin-top: 2rem;
}

.wrap2 {
  color: var(--hauptfarbe);
  background-color: #fff;
  padding: 40px;
}

.heading-linksb-ndig1 {
  margin-top: 0;
  font-size: 24px;
  line-height: 28px;
}

.heading-linksb-ndig1.heading-2 {
  line-height: 1.3;
}

.heading-linksb-ndig1.heading-2.no-margins {
  margin-bottom: 0;
}

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

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

.dropdown-button {
  width: 100%;
  color: var(--weiss);
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-button.w--open {
  background-color: var(--hauptfarbe);
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-content-3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  position: static;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-64 {
  margin-top: 0;
  font-size: 18px;
}

.paragraph-64.flie-text.top {
  margin-bottom: 0;
  font-weight: 500;
}

.details_line-item {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  display: grid;
}

.details_icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 2rem;
  margin-top: 5px;
  margin-right: .5rem;
  display: flex;
}

.details_icon-wrapper.no-margins {
  margin-top: 2px;
}

.btn-arrow-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px 13px;
  display: flex;
  overflow: hidden;
}

.btn-arrow-block-2.highlights.abs {
  cursor: pointer;
  position: absolute;
  inset: auto 20px 13px auto;
}

.arrow-icon-2 {
  object-fit: contain;
  width: auto;
  height: 5rem;
  transform: none;
}

.arrow-icon-2.links {
  transform: translate(-50px);
}

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

.arrow-icon-2.invert.link2 {
  width: 5rem;
  max-width: none;
  height: 2rem;
  position: absolute;
  transform: translate(0, -80px);
}

.bereich-mittig-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5vh 10vw;
  display: flex;
  position: relative;
}

.bereich-mittig-2.kein-abstand {
  padding: 0 0;
}

.bereich-mittig-2.klein-abstand-oben-unten {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.content-div-02 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--weiss);
  opacity: 0;
  text-align: center;
  border: 1px #ccc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: none;
  position: relative;
}

.content-div-02.links {
  cursor: auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.titelbereich-2 {
  height: 100vh;
  position: relative;
}

.titelbereich-2.klein {
  height: 100vh;
  overflow: hidden;
}

.titelbereich-2.team {
  height: 77vh;
  overflow: hidden;
}

.gears-wrap {
  width: 70%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gear1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 8% 15% auto;
}

.image-110 {
  cursor: pointer;
  width: 14.5rem;
}

.gear-text {
  color: var(--weiss);
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  position: absolute;
}

.gear-text.heading-1.text {
  color: var(--hauptfarbe);
}

.gear2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 55% 7% 0% auto;
}

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

.team-bild-bereich-copy {
  padding-top: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
}

.bild-wrapper-90vh-copy {
  width: 100%;
  height: 50vh;
  position: relative;
}

.image-div {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.select {
  min-height: 50px;
  color: var(--textfarbe);
  cursor: pointer;
  background-color: #f3f3f300;
  border: 1px solid #e5e5e7;
  margin-bottom: 10px;
  padding: 0 10px;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.select:hover {
  border-color: #1d1f2e80;
}

.select:active {
  border-color: #1d1f2e;
}

.select:focus {
  border-color: var(--highlights-contrast);
}

.select::placeholder {
  color: #1d1f2e4d;
}

.select.cc-textarea {
  height: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

.bild-bereich {
  color: var(--weiss);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bild-bereich.kein-abstand {
  padding: 0 0;
}

.popup-karte {
  z-index: 2;
  background-color: var(--weiss);
  clip-path: url('../images/');
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px 20px 50px;
  display: flex;
  position: relative;
}

.teiler-fett {
  width: 90px;
  height: 5px;
  margin-bottom: 40px;
}

.h-stretch-karte-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.alpha-heading-gross {
  z-index: 1;
  opacity: .14;
  margin-top: 0;
  font-size: 120px;
}

.alpha-heading-gross.heading-1 {
  color: #e15c37;
}

.alpha-heading-gross.heading-3 {
  color: var(--highlights-contrast);
}

.alpha-heading-gross.heading-2 {
  color: var(--highlights-contrast);
  margin-bottom: 0;
  font-size: 110px;
  font-weight: 500;
  line-height: .8;
}

.icon-60px {
  width: 45px;
  height: 45px;
}

.popup-bend-wrapper {
  clip-path: url('../images/');
}

.popup-bend-wrapper.highlights-contrast {
  z-index: -1;
  background-color: var(--transparent);
  background-image: linear-gradient(180deg, var(--weiss) 70%, var(--highlights-contrast) 99%, var(--highlights-contrast));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 1px 0% 0%;
}

.karte-relativ {
  width: 100%;
  height: 100%;
  position: relative;
}

.dot-abs {
  border-radius: 50%;
  width: 10px;
  height: 12px;
}

.dot-abs.highlights-contrast {
  z-index: 10;
  width: 9px;
  height: 9px;
  position: absolute;
  inset: auto auto 9.3% 0%;
}

.geometical-shape {
  width: 55%;
  height: 50vh;
}

.inhalt-relativ {
  width: 100%;
  height: 100%;
  position: relative;
}

.dropdown-karte-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.arrow-right-block {
  cursor: pointer;
  width: 45px;
  height: 45px;
  margin-left: auto;
}

.sliding-window {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sliding-window.highlights-contrast {
  opacity: 0;
  width: 0%;
  min-height: 100vh;
  inset: 0% 0% 0% auto;
}

.sliding-window.highlights-contrast.no-min-height {
  min-height: auto;
}

.popup-content {
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0%;
}

.popup-content.content-1, .popup-content.content-2, .popup-content.content-3, .popup-content.content-4, .popup-content.content-5, .popup-content.content-6 {
  overflow: auto;
}

.sliding-cross {
  z-index: 10;
  background-color: var(--weiss);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 1% 1% auto auto;
}

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

.model-img.left {
  object-position: 0% 50%;
}

.model-img.contain {
  object-fit: contain;
}

.popup-block-gear {
  z-index: 9999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000d9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15vh 10vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.grid-21 {
  width: 100%;
}

.bild-wrapper-55vh {
  width: 100%;
  height: 55vh;
  position: relative;
}

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

.icon-100px.weiss {
  filter: brightness(0%) invert() grayscale();
}

.team-inhalt-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  align-items: start;
  width: 100%;
}

.team-inhalt-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.grid-22 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-block-177 {
  padding: 20px;
}

.div-block-178 {
  opacity: 0;
  text-align: center;
  background-color: #435155db;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-178:hover {
  opacity: 1;
}

.div-block-179 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-179.grit-henschel {
  display: none;
}

.div-block-180 {
  background-color: var(--weiss);
  width: 80%;
  height: 80vh;
  padding: 100px;
  position: relative;
  overflow: auto;
  box-shadow: 0 0 20px 14px #0000001f;
}

.image-111 {
  filter: invert(77%);
  cursor: pointer;
  background-color: #0000;
  width: 30px;
  margin-top: 40px;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.wrapp {
  overflow-wrap: anywhere;
}

.paperform-2, .paperform_wrapper {
  width: 100%;
  height: 100%;
}

.paperform_holder {
  width: 100%;
  height: 170vh;
}

@media screen and (min-width: 1440px) {
  .div-block-173 {
    z-index: 0;
  }
}

@media screen and (max-width: 991px) {
  .heading-einstellungen {
    line-height: 42px;
  }

  .logo-bild {
    width: 240px;
  }

  .logo {
    width: auto;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

  .navbar {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

  .section_1 {
    height: 75vh;
  }

  .gradient_block {
    background-image: linear-gradient(#0000 50%, #fff);
    justify-content: flex-end;
    padding-left: 40px;
  }

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

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

  .section_2 {
    padding: 80px 2vw;
  }

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

  ._2er_grid {
    grid-template-columns: 1fr;
    height: 100%;
  }

  ._2er_grid.kontakt {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 100%;
  }

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

  .bubble_2 {
    width: 250px;
    height: 250px;
  }

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

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

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

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

  .div-block-footer1 {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .block_for_grid {
    height: 60vh;
  }

  .block_for_grid.kontakt {
    height: 100vh;
  }

  .error-message {
    width: auto;
  }

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

  .maps-gro {
    height: 50vh;
  }

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

  .nav-men {
    background-color: var(--hauptfarbe);
    flex-flow: column;
    display: flex;
  }

  .nav-link.flie-text {
    color: #fff;
    text-align: center;
  }

  .kopzeil {
    z-index: 999;
    position: relative;
  }

  .men-icon1 {
    color: #fff;
  }

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

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

  .image-wrapper-small {
    width: 100%;
    height: 23vh;
  }

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

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

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

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

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

  .paragraph-ablaufplan-2, .heading-90 {
    font-size: 18px;
  }

  .close-pop-up {
    top: 80px;
    right: 80px;
  }

  .wrapy {
    grid-template-columns: 50% 50%;
  }

  .ablaufplan-spalteninhalt-2 {
    padding-left: 10px;
  }

  .pop-up-div {
    padding: 60px;
  }

  .dropdown-toggle-15 {
    font-size: 18px;
  }

  .div-block-172 {
    margin-right: 0;
  }

  .div-block-171, .grid-ablaufplan {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-106 {
    object-fit: contain;
    object-position: 0% 50%;
    margin-top: 0;
  }

  .image-106.links {
    object-position: 0% 0%;
  }

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

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

  .button-flex-popup-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .ansprechpartner-paragraph-2 {
    font-size: 18px;
  }

  .dropdown-16 {
    margin-bottom: 10px;
    padding: 20px;
  }

  .heading-91.absolut {
    width: 100%;
  }

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

  .bubble {
    background-image: url('../images/sprechblase.png');
    width: 150px;
    right: -80px;
    overflow: visible;
  }

  .heading-ablaufplan-3 {
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph-63 {
    font-size: 14px;
  }

  .ablaufplan-spalte-2 {
    display: block;
  }

  .ablaufplan-spalten-inhalt-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-89 {
    font-size: 18px;
  }

  .co-browser-popup-2 {
    padding: 60px;
  }

  .section-58 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-sprechblase {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .btn-text.flie-text, .btn-text-unten.flie-text {
    font-size: 14px;
  }

  .navlink-wrapper {
    text-align: center;
    width: 100%;
  }

  .titelbereich {
    height: 104vh;
  }

  .titelbereich.auto {
    height: 110vh;
    overflow: hidden;
  }

  .titelbereich.auto.big {
    height: 150vh;
  }

  .titelbild-rechts.auto {
    height: 110vh;
  }

  .titelbild-wrapper {
    width: 80%;
  }

  .titelbild.links {
    object-position: 35% 0%;
    padding-left: 0;
  }

  .titelbild.linkss {
    object-position: 0% 50%;
  }

  .titelinhalt-wrapper {
    padding: 40px 60px;
  }

  .slogan.heading-1 {
    font-size: 45px;
  }

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

  .text-gross.heading-3.no-margins {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font-size: 16px;
  }

  .absatz-links.flie-text, .absatz-links.flie-text.textfarbe, .absatz-links.flie-text.textfarbe-hell, .btn-text-wrapper.highlights-contrast {
    font-size: 14px;
  }

  .btn-arrow-block.highlights {
    justify-content: flex-start;
    align-items: center;
    width: 55px;
    padding-right: 13px;
  }

  .trust-elements-block {
    z-index: 55;
    margin-top: 0;
    position: static;
  }

  .bereich-mittig {
    padding: 100px 60px;
  }

  .bereich-mittig.top {
    padding-top: 190px;
  }

  .inhalt-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 0;
  }

  .inhalt-stack.margin {
    margin-top: 0;
  }

  .bild-100.oben-25.oben.size {
    height: 55vh;
  }

  .bild-100.size {
    object-position: 50% 30%;
    height: 55vh;
  }

  .bild-reveal.highlights {
    height: auto;
  }

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

  .list.flie-text, .list.flie-text.textfarbe {
    font-size: 14px;
  }

  ._4er-karte-grid-ohne-gap {
    grid-template-columns: 1fr 1fr;
  }

  .hg-bild-bereich {
    padding: 100px 60px;
    overflow: hidden;
  }

  .stacking-card.entwicklung, .stacking-card.wertsch-tzung, .stacking-card.integrit-t {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px;
    display: none;
  }

  .stacking-card.teilhabe, .stacking-card.respekt {
    flex-flow: column;
    align-items: flex-start;
    padding: 40px;
    display: none;
  }

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

  .footer-oben {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer-oben-inhalt-wrapper.highlights-contrast {
    width: 100%;
  }

  .footer-unten.hauptfarbe {
    margin-top: -60px;
    padding: 120px 60px 20px;
  }

  .footer-inhalt._20 {
    width: 23%;
  }

  .info-mit-icon {
    margin-bottom: 0;
  }

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

  .bild-wrapper-70vh._90vh {
    height: 87.3vh;
  }

  .bild-wrapper-92vh.auto {
    height: 110vh;
  }

  .bild-wrapper-45vh.gr-er {
    height: auto;
  }

  .kontakt-karte, .kontakt-karte:hover, .accordion-pane {
    width: 100%;
  }

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

  .popup-block {
    display: none;
  }

  ._3er-karte-grid.mehr-gap {
    flex-flow: column;
    display: flex;
  }

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

  ._2er-grid-66-6.unter {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .slogan-2.flie-text.farbe-der-headings-2 {
    font-size: 25px;
  }

  .grid2 {
    flex-flow: column;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .titelbereich-2 {
    overflow: hidden;
  }

  .image-110 {
    width: 11rem;
  }

  .popup-content.content-1 {
    padding-top: 40px;
    display: none;
  }

  .sliding-cross {
    width: 30px;
    height: 30px;
  }

  .team-inhalt-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    padding-top: 10px;
  }

  .grid-22.unter {
    flex-flow: column;
    display: flex;
  }

  .div-block-178 {
    opacity: 1;
    padding: 20px;
    position: static;
  }

  .div-block-179.andreas-geschke {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  .heading-einstellungen {
    font-size: 32px;
    line-height: 38px;
  }

  .logo-bild {
    width: 200px;
  }

  .logo {
    width: auto;
  }

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

  .divblock1 {
    height: auto;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

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

  .section_1 {
    height: 70vh;
  }

  .gradient_block {
    padding-right: 40px;
  }

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

  .section_2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading_center.heading-1 {
    line-height: 1.1;
  }

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

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

  ._2er_grid.kontakt {
    height: auto;
  }

  .block {
    height: 80vh;
  }

  ._3er_grid_1, ._2er_grid_1 {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 40px;
  }

  .div-block-footer1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .block_for_grid {
    height: 80vh;
  }

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 22px;
    line-height: 25px;
  }

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

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

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

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

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

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

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .men-buttton1.hauptfarbe {
    padding: 12px;
  }

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

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

  .heading_left-copy.heading-1 {
    text-align: center;
  }

  .close-pop-up {
    top: 40px;
    right: 40px;
  }

  .wrapy {
    grid-template-columns: 100%;
  }

  .ablaufplan-spalteninhalt-2 {
    min-height: 250px;
  }

  .pop-up-div {
    padding: 20px;
  }

  .dropdown-toggle-15 {
    flex-direction: column;
    padding: 10px 30px 10px 20px;
  }

  .div-block-172.shadow {
    max-width: none;
  }

  .div-block-171 {
    grid-column-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .ablaufplan-big-button-3.dropdowntoogle.w--open {
    top: 130px;
    right: 50px;
  }

  .divblock-fortschritt {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .heading-91.absolut {
    font-size: 14px;
    top: 10px;
  }

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

  .div-block-174 {
    margin-left: 0;
  }

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

  .paragraph-63 {
    margin-left: 0;
  }

  .balken-2 {
    height: 5px;
  }

  .balken-2._4 {
    height: 10px;
  }

  .ablaufplan-spalten-inhalt-3 {
    min-height: 250px;
  }

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

  .co-browser-popup-2 {
    padding: 20px;
  }

  .circle-2, .circle-2.erl {
    width: 20px;
    height: 20px;
  }

  .section-58 {
    padding-left: 10px;
  }

  .btn-text-block {
    height: auto;
  }

  .btn-text-unten.flie-text {
    display: none;
  }

  .titelbereich {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .titelbereich.klein, .titelbereich.auto, .titelbereich.auto.big {
    height: auto;
  }

  .titelbild-rechts {
    order: -9999;
    height: 28rem;
  }

  .titelbild-rechts.abs {
    height: 28rem;
    position: relative;
  }

  .titelbild-rechts.auto {
    height: 28rem;
  }

  .titelbild-wrapper {
    background-color: var(--zweitfarbe);
    width: 100%;
    position: relative;
  }

  .titelbild {
    order: -9999;
    height: 28rem;
  }

  .titelbild.linkss {
    object-position: 0% 30%;
  }

  .titelinhalt-wrapper {
    background-image: linear-gradient(90deg, var(--hauptfarbe) 100%, var(--transparent));
    padding: 40px;
    position: relative;
  }

  .titelinhalt-wrapper.mittig-links.overlay {
    background-image: linear-gradient(#202020ba, #202020ba);
  }

  .titelinhalt-wrapper.mittig {
    background-image: linear-gradient(to bottom, var(--hauptfarbe), var(--hauptfarbe));
  }

  .slogan-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .label-links.flie-text, .label-links.flie-text.farbe-der-headings-2 {
    text-align: center;
  }

  .label-links.flie-text.color {
    color: #333;
  }

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

  .slogan.heading-1.black {
    color: #333;
  }

  .text-gross.flie-text {
    text-align: center;
    display: none;
  }

  .text-gross.flie-text.pointer {
    display: block;
  }

  .text-gross.flie-text.hide3 {
    display: none;
  }

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

  .text-gross.heading-3.no-margins.left {
    text-align: left;
  }

  .absatz-links.flie-text, .absatz-links.flie-text.textfarbe {
    text-align: center;
  }

  .absatz-links.flie-text.linkss, .absatz-links.flie-text.linkss.left {
    text-align: left;
  }

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

  .btn-arrow-block.highlights {
    height: auto;
    padding-left: 10px;
    padding-right: 15px;
  }

  .trust-elements-block {
    margin-top: 20px;
  }

  .bereich-mittig {
    padding: 40px;
  }

  .bereich-mittig.top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bild-wrapper-85vh, .bild-100.oben-25.oben.size {
    height: 25rem;
  }

  .bild-100.weiter-oben {
    object-position: 50% 35%;
  }

  .bild-100.obenn, .bild-100.hoch {
    object-position: 50% 30%;
  }

  .bild-100.ganz-hoch {
    object-position: 50% 15%;
  }

  .bild-100.size {
    height: 25rem;
  }

  .inhalt-links {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .inhalt-links.abstand.zweitfarbe.untenn {
    margin-bottom: 16px;
  }

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

  .heading-block {
    margin-bottom: 0;
  }

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

  .list.flie-text, .list.flie-text.textfarbe {
    padding-left: 20px;
  }

  .hg-video-wrapper-85vh {
    height: 25rem;
  }

  .text-auf-video.highlights._80 {
    width: 80%;
    margin-top: -60px;
    margin-right: auto;
    position: relative;
    bottom: 0%;
  }

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

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

  .bild-karte-wrapper {
    height: 25rem;
  }

  .heading-klein-mittig.heading-3 {
    font-size: 23px;
  }

  .inhalt-80 {
    width: 100%;
  }

  .hg-bild-bereich {
    padding: 60px 40px;
  }

  .stacking-card.entwicklung {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .stacking-card.wertsch-tzung {
    align-items: center;
    padding: 20px;
    overflow: auto;
  }

  .stacking-card.integrit-t, .stacking-card.teilhabe {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .stacking-card.respekt {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: none;
  }

  .heading-klein-links.heading-3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .heading-klein-links.heading-3._80 {
    width: auto;
  }

  .heading-klein-links.heading-3.kein-margin-oben {
    text-align: center;
  }

  .heading-klein-links.heading-3.left {
    text-align: left;
    text-transform: none;
  }

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

  .footer-oben-inhalt-wrapper.highlights-contrast {
    padding: 40px;
  }

  .footer-unten.hauptfarbe {
    padding: 100px 40px 20px;
  }

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

  .footer-inhalt._20 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .info-mit-icon {
    flex-flow: column;
  }

  .copyright-text.flie-text.textfarbe-hell {
    text-align: center;
  }

  .titelvideo {
    background-image: linear-gradient(#ffffff80, #ffffff80);
    height: 100%;
    position: static;
  }

  ._2er-grid {
    display: flex;
  }

  .bild-wrapper-70vh {
    height: 25rem;
  }

  .trust-karte-abs-fill {
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0%;
  }

  .bild-wrapper-92vh, .bild-wrapper-100vh._80vh {
    height: 25rem;
  }

  .heading-mittel-links.heading-2 {
    text-align: center;
  }

  .spacer-40px {
    height: 20px;
  }

  .bild-wrapper-45vh.gr-er {
    height: auto;
  }

  .quote-text-wrapper.zweitfarbe {
    padding: 20px;
  }

  .kontakt-karte {
    height: auto;
  }

  .google-maps-wrapper.fest {
    height: 25rem;
  }

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

  .accordion-tab-button {
    justify-content: center;
    align-items: center;
    width: auto;
  }

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

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

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

  .popup-block {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .popup-wrapper {
    width: 90%;
  }

  .image-109 {
    width: 3rem;
  }

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

  .wrap2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex;
  }

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

  .titelbereich-2 {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .gears-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .gear1 {
    position: relative;
    bottom: 0%;
    right: 0%;
  }

  .image-110 {
    width: 10rem;
  }

  .gear-text.heading-1.kleinn {
    font-size: 14px;
  }

  .gear2, .gear-3 {
    position: relative;
    top: 0%;
    right: 0%;
  }

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

  .select::placeholder {
    text-align: center;
  }

  .select.cc-textarea {
    margin-bottom: 20px;
  }

  .select.flie-text {
    width: 100%;
  }

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

  .h-stretch-karte-block {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-karte-wrapper {
    flex-flow: column;
  }

  .arrow-right-block {
    margin-left: 0;
  }

  .sliding-window.highlights-contrast {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    background-color: var(--transparent);
    opacity: 1;
    flex-flow: column;
    width: auto;
    height: auto;
    min-height: auto;
    display: block;
    position: static;
  }

  .popup-content.content-1 {
    background-color: var(--highlights-contrast);
    opacity: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
    display: flex;
    position: static;
  }

  .popup-content.content-2, .popup-content.content-3, .popup-content.content-4, .popup-content.content-5, .popup-content.content-6 {
    background-color: var(--highlights-contrast);
    opacity: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    padding: 40px;
    display: flex;
    position: static;
  }

  .sliding-cross {
    display: none;
  }

  .bild-wrapper-55vh {
    height: 25rem;
  }

  .team-inhalt-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-block-177 {
    padding: 0;
  }

  .div-block-178 {
    height: auto;
    position: static;
  }

  .div-block-180 {
    width: 90%;
    padding: 40px;
  }

  .image-111 {
    width: 25px;
    margin-top: 20px;
    margin-right: 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%;
  }

  .heading-einstellungen {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .logo-bild {
    width: 180px;
  }

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

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

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

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

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

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

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

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

  .section_1 {
    height: 50vh;
  }

  .gradient_block {
    padding: 100px 20px 20px;
  }

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

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

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

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

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

  ._2er_grid {
    height: 100.004%;
  }

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

  .div-block-44 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 10px;
  }

  .div-block-footer1 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .block_for_grid {
    height: 80vh;
  }

  .block_for_grid.kontakt {
    height: 110vh;
  }

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 130%;
  }

  .text-field {
    width: 100%;
  }

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

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

  .maps-gro {
    height: 300px;
  }

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

  .men-buttton1.hauptfarbe {
    padding: 11px;
  }

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

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

  .paragraph-ablaufplan-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-90 {
    font-size: 15px;
  }

  .ablaufplan-spalteninhalt-2 {
    padding-left: 0;
  }

  .dropdown-toggle-15 {
    text-align: center;
    white-space: normal;
  }

  .div-block-172.shadow {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-171 {
    grid-template-columns: 1fr;
    width: 99.9999%;
    padding: 10px;
  }

  .image-106 {
    width: 100%;
    min-width: auto;
    height: 80vw;
  }

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

  .ablaufplan-big-button-3.dropdowntoogle.w--open {
    right: 40px;
  }

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

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

  .ansprechpartner-paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .ansprechpartner-paragraph-2.special.klein {
    font-size: 14px;
  }

  .dropdown-list-11-copy.w--open {
    padding: 120px 10px 10px;
  }

  .heading-91.absolut {
    font-size: 10px;
  }

  .bubble {
    width: 100px;
    height: 120px;
    top: -110px;
    right: -50px;
  }

  .dropdown-list-16.w--open {
    padding: 0;
  }

  .heading-ablaufplan-3 {
    height: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-ablaufplan-3.special {
    font-size: 20px;
  }

  .grid-20 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .paragraph-63 {
    text-align: center;
    margin-left: 0;
  }

  .ablaufplan-spalte-2 {
    flex: 0 auto;
    width: auto;
    min-width: auto;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ablaufplan-spalten-inhalt-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-89 {
    font-size: 16px;
  }

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

  .list-3 {
    padding-left: 30px;
  }

  .text-sprechblase {
    font-size: 12px;
  }

  .navbar-oben.highlights {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .nav-brn-wrapper.tel.hide2 {
    display: none;
  }

  .btn-text-block {
    height: auto;
  }

  .btn-text.flie-text {
    font-size: 12px;
  }

  .titelbereich.auto {
    height: auto;
  }

  .titelbild-rechts {
    height: 20rem;
  }

  .titelbild-rechts.abs.small {
    height: auto;
  }

  .titelbild-rechts.auto.small {
    height: 20rem;
  }

  .titelbild {
    object-position: 60% 50%;
    height: 20rem;
  }

  .titelinhalt-wrapper {
    padding: 40px 20px;
  }

  .slogan.heading-1, .slogan.heading-1.black {
    font-size: 30px;
  }

  .text-gross.flie-text.hide3 {
    display: none;
  }

  .btn {
    display: flex;
  }

  .btn-text-wrapper.highlights-contrast {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-arrow-block.zweitfarbe {
    flex: none;
    width: 40px;
    height: auto;
    padding-left: 10px;
    padding-right: 6px;
  }

  .btn-arrow-block.highlights {
    width: 51px;
    padding-right: 10px;
  }

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

  .bereich-mittig {
    padding: 40px 20px;
  }

  .bereich-mittig.zweitfarbe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bereich-mittig.top {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .bild-100.oben-25.oben.size {
    height: 20rem;
  }

  .bild-100.obenn {
    object-position: 50% 20%;
  }

  .bild-100.size {
    height: 20rem;
  }

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

  .hg-video-wrapper-85vh {
    width: 90%;
  }

  .text-auf-video.highlights._80 {
    width: 90%;
    padding: 20px;
  }

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

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

  .hg-bild-bereich, .footer-oben {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-oben-inhalt-wrapper.highlights-contrast {
    padding: 20px;
  }

  .titelvideo {
    height: auto;
  }

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

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

  .quote-text-wrapper.zweitfarbe {
    padding: 10px;
  }

  .kontakt-karte, .kontakt-karte:hover {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .margin-top-2 {
    margin-top: 1.5rem;
  }

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

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

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

  .gears-wrap {
    flex-flow: column;
  }

  .gear1 {
    margin-right: auto;
  }

  .image-110 {
    width: 8rem;
  }

  .gear-text.heading-1.kleinn {
    font-size: 11px;
  }

  .gear2 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .gear-3 {
    margin-left: auto;
  }

  .select {
    width: 100%;
  }

  .popup-content.content-1, .popup-content.content-2, .popup-content.content-3, .popup-content.content-4, .popup-content.content-5 {
    padding: 20px;
  }

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

#w-node-d72fc870-d3dc-0f38-baa3-9e271e26f6c0-33d09eb3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-fb04541e-6651-d422-389a-414214bcf111-33d09eb3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a04f1a82-e349-5ada-3ba3-07d830b63893-33d09eb3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a6b6040d-3f50-9a7b-7803-912f0caa4080-33d09eb3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5d6f7b94-b5b9-1c0d-c994-7bbd6a7beb2b-33d09eb3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0f528f45-3185-cbcd-f101-0054c854678c-33d09ebd {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_77e97b04-9436-56dc-60b0-e4c010fdbc41-33d09ebe, #w-node-a6c745c4-24e0-6a40-9041-30fde44eb6ae-33d09ebe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e4e75879-3e33-6007-ed1d-70ec3ca31857-33d09ebe {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_47166afb-c334-f074-1dff-6f32ce8c7363-33d09ebe {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_6ad52c28-76d3-8feb-dbe9-77c0418b90ae-33d09ec0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d72fc870-d3dc-0f38-baa3-9e271e26f6c0-6f2d8739, #w-node-d72fc870-d3dc-0f38-baa3-9e271e26f6c0-32e3b79b, #w-node-d72fc870-d3dc-0f38-baa3-9e271e26f6c0-361cfadf {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_03e46346-9296-0aab-688c-fcfc169e5edf-5c978851 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f30d670d-c824-26ae-65b4-e99e791b9d21-5c978851 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_646c6b66-2dd5-187f-2a28-c7aee59964a7-fa4957eb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e4e75879-3e33-6007-ed1d-70ec3ca31857-d0b69f28 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-a6c745c4-24e0-6a40-9041-30fde44eb6ae-d0b69f28, #w-node-_27d634d2-9701-5c6a-2cbd-fe32cc72a15b-d0b69f28, #w-node-_918efa29-f2f5-38b0-fdcf-ff395ef1933a-d0b69f28 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7a7df734-916e-88a6-e56f-05f84e5dbfc3-d0b69f28 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0f528f45-3185-cbcd-f101-0054c854678c-33d09ebd, #w-node-d72fc870-d3dc-0f38-baa3-9e271e26f6c0-6f2d8739, #w-node-_646c6b66-2dd5-187f-2a28-c7aee59964a7-fa4957eb, #w-node-_918efa29-f2f5-38b0-fdcf-ff395ef1933a-d0b69f28 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d72fc870-d3dc-0f38-baa3-9e271e26f6c0-33d09eb3, #w-node-fb04541e-6651-d422-389a-414214bcf111-33d09eb3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fb04541e-6651-d422-389a-414214bcf13c-33d09eb3 {
    order: -9999;
  }

  #w-node-_5d6f7b94-b5b9-1c0d-c994-7bbd6a7beb2b-33d09eb3, #w-node-_0f528f45-3185-cbcd-f101-0054c854678c-33d09ebd, #w-node-_77e97b04-9436-56dc-60b0-e4c010fdbc41-33d09ebe, #w-node-a6c745c4-24e0-6a40-9041-30fde44eb6ae-33d09ebe, #w-node-e4e75879-3e33-6007-ed1d-70ec3ca31857-33d09ebe, #w-node-_6ad52c28-76d3-8feb-dbe9-77c0418b90ae-33d09ec0, #w-node-d72fc870-d3dc-0f38-baa3-9e271e26f6c0-32e3b79b, #w-node-d72fc870-d3dc-0f38-baa3-9e271e26f6c0-361cfadf, #w-node-_03e46346-9296-0aab-688c-fcfc169e5edf-5c978851, #w-node-f30d670d-c824-26ae-65b4-e99e791b9d21-5c978851, #w-node-_646c6b66-2dd5-187f-2a28-c7aee59964a7-fa4957eb, #w-node-e4e75879-3e33-6007-ed1d-70ec3ca31857-d0b69f28, #w-node-a6c745c4-24e0-6a40-9041-30fde44eb6ae-d0b69f28 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a6c745c4-24e0-6a40-9041-30fde44eb6af-d0b69f28 {
    order: 9999;
  }

  #w-node-_27d634d2-9701-5c6a-2cbd-fe32cc72a15b-d0b69f28, #w-node-_918efa29-f2f5-38b0-fdcf-ff395ef1933a-d0b69f28, #w-node-_7a7df734-916e-88a6-e56f-05f84e5dbfc3-d0b69f28 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-XBold.ttf') format('truetype'), url('../fonts/AktivGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk Hairline';
  src: url('../fonts/AktivGrotesk-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}