:root {
  --main: Montserrat, sans-serif;
  --elements-webflow-library--accent--primary-1: #95c11e;
  --background: #336a31;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--800: #333;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h5 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.05;
}

.text-style-italic {
  font-style: italic;
}

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

.background-color-light-1 {
  background-color: #f0efe9;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
}

.copy-medium {
  font-size: 1.25rem;
  line-height: 1.4;
}

.styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.container-tiny {
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.container-tiny.align-left {
  margin-left: 0;
}

.spacer-xl-start {
  padding-top: 7.5rem;
}

.heading-style-h2 {
  letter-spacing: -.01em;
  text-transform: none;
  font-size: 3.8rem;
  line-height: 1;
}

.copy-tiny {
  font-size: .9rem;
  line-height: 1.4;
}

.spacer-xl-end {
  padding-bottom: 7.5rem;
}

.styleguide-sections {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-md-start {
  padding-top: 4.5rem;
}

.text-color-grey {
  color: #757575;
}

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.copy-large {
  font-size: 1.5rem;
  line-height: 1.4;
}

.heading-style-h3 {
  font-family: var(--main);
  letter-spacing: -.005em;
  text-transform: none;
  font-size: 3rem;
  line-height: 1.1;
}

.hide {
  display: none;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.styleguide_item.is-stretch {
  flex-flow: column;
  justify-items: stretch;
}

.icon-height-small {
  height: 1rem;
}

.heading-style-h4 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 2rem;
  line-height: 1.2;
}

.container-small {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.align-left {
  margin-left: 0;
}

.heading-style-h1 {
  letter-spacing: -.01em;
  text-transform: none;
  font-size: 4.8rem;
  line-height: 1;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.spacer-xxs-start {
  padding-top: .5rem;
}

.copy-small {
  font-size: 1.1rem;
  line-height: 1.4;
}

.icon-height-medium {
  height: 2rem;
}

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.styleguide-heading {
  font-size: 2rem;
}

.text-weight-regular {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-semibold {
  font-weight: 600;
}

.container-medium {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.background-color-white {
  background-color: #fff;
}

.button {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: #fffdf3;
  text-align: center;
  letter-spacing: .02rem;
  border-radius: 999rem;
  padding: 1.2rem 1.7rem;
  font-weight: 600;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-small {
  padding: .8rem 1rem;
  font-size: .9rem;
}

.button.is-large {
  border: 2px solid var(--elements-webflow-library--accent--primary-1);
  padding: 1.5rem 2.5rem;
  font-size: 1.2rem;
  text-decoration: none;
  transition: border-color .2s, background-color .2s, transform .2s;
}

.button.is-large:hover {
  border-color: var(--background);
  background-color: var(--background);
  transform: translate(0, -3px);
}

.button.is-secondary {
  border: 2px solid var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--100);
  background-color: #0000;
  font-weight: 700;
}

.button.is-disabled {
  opacity: .25;
  background-image: linear-gradient(#757575, #757575);
}

.spacer-sm-start {
  padding-top: 2.2rem;
}

.form_component {
  margin-bottom: 0;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.form_message-success {
  padding: 1.25rem;
}

.container-large {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-color-bright {
  color: #fffdf3;
}

.form_radio, .form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.hide-desktop-only {
  display: none;
}

.spacer-sm-end {
  padding-bottom: 2.2rem;
}

.styleguide_item-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-link {
  text-decoration: underline;
}

.background-color-dark-1 {
  background-color: var(--background);
  color: #f5f5f5;
}

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

.text-weight-medium {
  font-weight: 500;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-muted {
  opacity: .6;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-xxs-end {
  padding-bottom: .5rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-xs-end {
  padding-bottom: .8rem;
}

.styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

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

.text-color-black {
  color: #232325;
}

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 3rem;
  padding-bottom: 2.25rem;
  line-height: 1.4;
  display: flex;
}

.styleguide_label {
  color: #757575;
  background-color: #ececec;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .3rem .5rem;
}

.overflow-auto {
  overflow: auto;
}

.spacer-md-end {
  padding-bottom: 4.5rem;
}

.heading-style-h6 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1;
}

.styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.spacer-xs-start {
  padding-top: .8rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.background-color-dark-2 {
  color: #f5f5f5;
  background-color: #303030;
}

.page-wrapper {
  font-family: var(--main);
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.styleguide_header {
  background-color: #0000000d;
}

.dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.heading-h2 {
  color: #211f54;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-h2.white {
  font-family: var(--main);
  color: #fff;
  font-size: 2.5rem;
}

.nav-links-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-links_grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-content {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 70rem;
}

.dropdown-card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  min-width: 280px;
  margin-left: 220px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.button-secondary-transparent {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.nav-links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.button-primary {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  background-image: linear-gradient(225deg, #213047, #015b83);
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-primary:hover {
  color: #015b83;
  background-color: #fff;
  background-image: none;
  border-color: #e2e2e2;
  font-weight: 600;
}

.button-primary:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.button-primary.dark-bg-big {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button-primary.dark-bg-big:focus {
  box-shadow: 0 1px 2px #1018280d, 0 0 0 2px #6e7191;
}

.button-primary.dark-bg-big:focus-visible, .button-primary.dark-bg-big[data-wf-focus-visible] {
  box-shadow: 0 1px 2px #1018280d;
}

.button-primary.dark-bg-big.w--current:focus {
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #667085;
}

.heading-style-h1-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1-2.is-white {
  font-family: var(--main);
  color: #fff;
  font-size: 4rem;
}

.navbar {
  background-color: #fff0;
  position: relative;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.subheading-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subheading-wrapper.center {
  justify-content: center;
}

.logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 20rem;
  display: flex;
  position: relative;
}

.logo-wrapper.w--current {
  width: auto;
}

.dropdown-link {
  color: #6e7191;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.dropdown-link:hover {
  color: #005dce;
}

.dropdown-link.w--current {
  color: #213047;
  text-align: left;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100vh;
  position: static;
}

.container--default {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.nav-link {
  color: #015b83;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: #005dce;
}

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

.spacer-l {
  width: 100%;
  padding-bottom: 3rem;
  padding-right: 0;
}

.logo {
  width: 100%;
}

.dropdown-toggle {
  color: #015b83;
  align-items: center;
  padding: 0;
  font-size: 1.2rem;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #005dce;
}

.dropdown-column {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.dropdown-column.w--open {
  padding-top: 40px;
  transform: translate(-50%);
}

.navbar-padding {
  color: #025d7e;
  background-color: #fff;
  padding-left: 4rem;
  padding-right: 4rem;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-pd {
  padding: 20px 40px;
}

.navbar-inner {
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  display: flex;
}

.subheading-tagline {
  color: #015b83;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.subheading-tagline.white {
  font-family: var(--main);
  color: #fff;
}

.logo-accent {
  color: #fc762d;
}

.image {
  width: 4rem;
  display: block;
}

.dropdown-wrapper {
  font-weight: 600;
}

.section-hero {
  height: 90vh;
  font-family: var(--main);
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-dark {
  color: #232325;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-large {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.text-style-large.white {
  color: #fff;
}

.header_component {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 80vh;
  display: flex;
}

.hero-wrapper {
  box-shadow: 0 2px 5px #0003;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.center {
  justify-content: center;
}

.spacer-s {
  width: 100%;
  font-family: var(--main);
  padding-bottom: 1.5rem;
}

.background-video-2 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100vh;
  position: static;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size {
  font-family: var(--main);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

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

.brix---paragraph-default {
  font-family: var(--main);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-574px---center {
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--accent--primary-1);
  font-family: var(--main);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  font-family: var(--main);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---hero-card-bg-image {
  background-image: linear-gradient(#0009, #0009);
  border-radius: 40px;
  padding: 196px 40px;
  position: relative;
  overflow: hidden;
}

.brix---section-extra-small {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.heading {
  font-family: var(--main);
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--general--shadow-02);
  font-family: var(--main);
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 32px;
  padding-bottom: 32px;
}

.brix---header-content-wrapper {
  color: var(--elements-webflow-library--neutral--100);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-width: 280px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  width: 100%;
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  font-family: var(--main);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper-2 {
  background-color: var(--elements-webflow-library--general--shadow-02);
  font-family: var(--main);
  color: var(--elements-webflow-library--neutral--100);
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 0;
  padding-bottom: 0;
}

.brix---header-content-wrapper-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-2:hover, .brix---header-nav-link-2.w--current {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-toggle-2 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-width: 280px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link-2 {
  width: 100%;
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---header-logo-2 {
  max-width: 250px;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top-2, .brix---hamburger-menu-bar-bottom-2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.background-video-copy, .background-video-3 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100vh;
  position: static;
}

.background-video-4 {
  background-image: linear-gradient(#00000080, #00000080);
  height: auto;
  position: static;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section {
  font-family: var(--main);
  color: var(--elements-webflow-library--neutral--800);
  padding: 100px 5%;
}

.brix---heading-h2-size {
  font-family: var(--main);
  color: var(--background);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---paragraph-default-2 {
  font-family: var(--main);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---text-200-list-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

.brix--grid-2-columns-text-right {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-2 {
  filter: none;
  border-radius: 1rem;
  width: 100%;
  height: auto;
}

.bold-text {
  font-family: var(--main);
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---grid-logo-strip-v4 {
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  padding-top: 20px;
  display: grid;
}

.brix---text-center-tablet {
  text-align: left;
}

.brix---grid-2-logo-strip-v4 {
  grid-column-gap: 90px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #f9931f;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2:hover {
  color: #fff;
  background-color: #f8a443;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2:active {
  background-color: #f9931f;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2:focus {
  outline-offset: 2px;
  outline: 2px solid #f9931f;
}

.button-2.is-secondary {
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  color: #000;
  background-image: none;
  border-color: #0000;
  border-radius: 999rem;
}

.button-2.is-secondary:hover {
  box-shadow: none;
  background-color: #ffffff45;
  border-color: #0000;
}

.button-2.is-secondary:active {
  box-shadow: none;
  background-color: #f9931f33;
}

.grid_4-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_4-col.gap-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  padding-top: 50px;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
}

.heading_h5 {
  letter-spacing: 0;
  margin-bottom: .5em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
}

.image-ratio_3x2 {
  aspect-ratio: 3 / 2;
  border-radius: .75rem;
  width: 100%;
  height: auto;
  position: relative;
  overflow: clip;
}

.image_cover {
  object-fit: cover;
  border-radius: 24px;
  width: auto;
  height: 100%;
}

.heading_h2 {
  font-family: var(--main);
  color: var(--background);
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .35em;
  font-size: 2.83rem;
  font-weight: 700;
  line-height: 1.04em;
}

.grid_1-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "Area"
                 "."
                 / minmax(0, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.section {
  font-family: var(--main);
  color: #000;
  background-color: #fff;
  padding: 50px 5%;
  overflow: clip;
}

.section.is-secondary {
  font-family: var(--main);
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
}

.section.slider {
  display: block;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container.is-small {
  max-width: 1280px;
}

.container.margin-top_medium {
  padding-left: 0;
  padding-right: 0;
}

.tabs_content {
  overflow: visible;
}

.margin_top-auto {
  margin-top: auto !important;
}

.card {
  color: #000;
  background-color: #f5f6fa;
  background-image: linear-gradient(#0000, #0000001a);
  border: 0 solid #0003;
  border-radius: .75rem;
  flex-flow: row;
  flex: 0 auto;
  list-style-type: none;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #0003, 0 3px 3px #0000001a, 0 2px #0000000d;
}

.card.on-secondary {
  background-color: var(--background);
  color: #000;
  background-image: none;
  border-color: #0000001a;
  border-radius: 24px;
  height: auto;
  box-shadow: inset 0 0 0 1px #0003, 0 3px 3px #0000001a, 0 2px #0000000d;
}

.subheading {
  text-align: center;
  letter-spacing: 0;
  max-width: 1000px;
  color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  margin-bottom: 1.25rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.subheading.left {
  font-family: var(--main);
  color: var(--elements-webflow-library--neutral--600);
}

.heading_h4 {
  color: var(--elements-webflow-library--neutral--100);
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-size: 1.41rem;
  font-weight: 500;
  line-height: 1.3em;
}

.grid_5-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_5-col.gap-xsmall {
  height: auto;
  font-family: var(--main);
  padding-bottom: 1rem;
}

.tab_menu-link_transparent-bottom {
  opacity: .5;
  color: inherit;
  background-color: #0000;
  border-radius: 0;
  padding: 1em 0;
  font-size: .9375rem;
  line-height: 1.3;
  box-shadow: inset 0 2px #0000004d;
}

.tab_menu-link_transparent-bottom:hover {
  opacity: .7;
  color: inherit;
  background-color: #0000;
}

.tab_menu-link_transparent-bottom.w--current {
  width: 100%;
  box-shadow: inset 0 2px 0 0 var(--background);
  opacity: 100;
  color: var(--background);
  background-color: #fff0;
}

.header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.header.is-align-center {
  color: var(--background);
  text-align: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.header.margin {
  margin-bottom: 30px;
}

.card_body {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.card_body.flex_vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background);
  min-height: auto;
  color: var(--elements-webflow-library--neutral--100);
  justify-content: center;
  align-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.italic-text {
  font-family: var(--main);
  color: color-mix(in srgb, currentColor 70%, transparent);
}

.aufklapp-text {
  display: block;
}

.brix---color-neutral-802 {
  border: 2px solid var(--background);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 1rem;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---accordion-header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-item-wrapper-v2 {
  border: 1px none var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -1px;
  padding: 20px 0 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v2:hover {
  transform: translate(8px);
}

.brix---accordion-btn-vertical-line-v2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-btn-horizontal-line-v2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

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

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.mehr-lesen {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.paragraph-more {
  font-size: 1rem;
  line-height: 1.6rem;
}

.bold-text-2 {
  color: var(--background);
  font-size: 1.2rem;
}

.paragraph {
  font-size: 1rem;
  line-height: 1.6rem;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-805 {
  color: var(--background);
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.weitere-angebote {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 50px;
  padding-bottom: 50px;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-3 {
  text-align: center;
}

.brix---accordion-header-2 {
  align-items: center;
  display: flex;
}

.brix---acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer-2 {
  min-height: 16px;
}

.brix---accordion-title-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---tabs-content {
  overflow: visible;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center-3 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-circle-accordion-btn {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---inner-container-1012px-center-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-content-wrapper-v2-2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---grid-1-column-gap-row-2 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---accordion-item-wrapper-v3 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first:hover {
  transform: translate(8px);
}

.brix---accordion-right-side-2 {
  margin-left: 24px;
  margin-right: 0;
}

.brix---tabs-wrapper-v2 {
  font-family: var(--main);
  display: flex;
}

.brix---tabs-menu-v2 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 100px;
  display: flex;
}

.brix---badge-secondary---tabs-v2 {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-bottom: 16px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---badge-secondary---tabs-v2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---badge-secondary---tabs-v2.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  display: flex;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.brix---grid-footer-v1 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  font-family: var(--main);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
}

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---footer-col-title {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.footer-logo-grid {
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  padding-top: 0;
  display: grid;
}

.div-block {
  font-family: var(--main);
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-height: 70px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-height: 144px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---container-default-8 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-6 {
  font-family: var(--main);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---section-position-relative {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form-v2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-height: 620px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  margin-bottom: 0;
  padding: 72px 78px;
}

.brix---contact-v4-half-bg-image {
  z-index: -1;
  width: 65%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.brix---grid-contact-v4 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-811 {
  color: var(--background);
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---mg-bottom-64px {
  margin-bottom: 64px;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---btn-primary-3 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  font-family: var(--main);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--background);
  font-family: var(--main);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-height: 70px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input-2:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-2::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input-2.ft-date-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1 7 7 13 1' stroke='%232a3a28' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  width: 100%;
  padding-right: 48px;
}

.brix---text-area-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-height: 144px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area-2:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area-2::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---container-default-9 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---success-message-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-center-4 {
  text-align: center;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---half-bg-bottom {
  z-index: -1;
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---paragraph-default-7 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---input-label-2 {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---icon-success-message-big-2 {
  width: 60px;
  margin-bottom: 10px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---section-position-relative-2 {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.brix---form-grid-2-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form-v2-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-height: 620px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  margin-bottom: 0;
  padding: 72px 78px;
}

.brix---social-media-grid-right---mbp-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---inner-container-460px-center {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-752px-center {
  max-width: 752px;
  margin-left: auto;
  margin-right: auto;
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-814 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---container-default-10 {
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

.galerie {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-5 {
  text-align: center;
}

.brix---paragraph-default-8 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---gallery-v2-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---gallery-v2-col-right {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 110px;
  display: grid;
}

.brix---gallery-v2-col-left {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---color-neutral-815 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---btn-primary-4 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-4:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.brix---heading-h2-size-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---paragraph-default-9 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---buttons-row-center-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---grid-4-columns-instagram {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---instagram-image {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.div-block-2 {
  border-radius: 20px;
  padding-bottom: 40px;
}

.image-3 {
  border-radius: 20px;
  width: 100%;
}

.link {
  font-size: 1.5rem;
}

.link-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  font-size: 1rem;
  text-decoration: none;
}

.div-block-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-4 {
  margin-right: 15px;
}

.code-embed {
  width: 16px;
  height: 100%;
  margin-right: 15px;
}

.text-block {
  line-height: 1.5;
}

.brix---grid-2-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-816 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-817 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---mg-bottom-0 {
  font-family: var(--main);
  margin-bottom: 0;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---container-default-11 {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-7 {
  font-family: var(--main);
  color: var(--background);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-2 {
  font-family: var(--main);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---text-center-6 {
  text-align: center;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---paragraph-default-10 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-left-text-wrapper {
  margin-left: 24px;
}

.brix---card---icon-left---content-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  height: 100%;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.brix---color-neutral-818 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---btn-primary-5 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-5:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---heading-h2-size-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---section-position-relative-3 {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---image-wrapper-br-24px-2 {
  border-radius: 24px;
  overflow: hidden;
}

.brix---image-width-100 {
  width: 200px;
  height: 100%;
}

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---gallery-v10-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 130%;
  display: flex;
}

.brix---color-neutral-819 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-5 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-5 {
  margin-bottom: 40px;
}

.brix---heading-link-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link-2:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---buttons-row-center-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---instagram-grid-v3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---instagram-image-full-width {
  border-radius: 0;
  overflow: hidden;
  transform: translate(0);
}

.grid---warum-wald {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 50px;
  display: grid;
}

.grid-hero-warum-wald {
  grid-column-gap: 38px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.bold-text-3 {
  color: var(--background);
}

.bold-text-4 {
  font-family: var(--main);
  color: var(--background);
}

.bold-text-5 {
  color: var(--background);
}

.rl-heading-style-h2 {
  font-family: var(--main);
  color: var(--background);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.83rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery21_image {
  object-fit: cover;
  border-radius: 24px;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_gallery21_arrow-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_slide {
  vertical-align: baseline;
  padding-left: 2rem;
  padding-right: 2rem;
}

.rl_gallery21_mask {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl_gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  padding-bottom: 5rem;
  display: block;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.rl_gallery21_arrow-right {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  width: 3rem;
  height: 3rem;
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto -80px 0% auto;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_gallery21_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_gallery21_spacing-block-1 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_gallery21_image-wrapper {
  border-radius: 24px;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_section_gallery21 {
  background-color: var(--relume-library-lite--rl-white);
  overflow: hidden;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery21_arrow-left {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  width: 3rem;
  height: 3rem;
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 55px 0% auto;
}

.rl-padding-global {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.rl-container-large {
  width: 70vh;
  max-width: 80rem;
  height: 50%;
  margin-left: 0;
  margin-right: 0;
}

.feedspring-section {
  padding: 100px 5%;
}

.feedspring {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

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

.intagram-post {
  aspect-ratio: 1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

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

.instagram-link {
  z-index: 99;
  opacity: 1;
  color: #fff;
  background-color: #0a0a0aa3;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-logo {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.btn-primary {
  color: #fff;
  text-align: center;
  background-color: #ff2d46;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  box-shadow: 0 4px 8px #ff2d4666;
}

.btn-primary:hover {
  color: #fff;
  transform: scale(.95);
}

.btn-primary.pd-14px---24px {
  background-color: var(--background);
  box-shadow: none;
  padding: 14px 24px;
}

.color-neutral-800 {
  color: #19213d;
}

.color-neutral-800.hover-color-accent-1:hover {
  color: #ff2d46;
}

.flex {
  display: flex;
}

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

.flex.align-center.gap-column-12px {
  grid-column-gap: 12px;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  padding-right: 5px;
  font-weight: 500;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.grid-2-columns.link-and-btn-grid {
  grid-template-columns: auto auto;
  justify-content: space-between;
  padding-bottom: 20px;
}

.social-icon-font {
  line-height: 21px;
}

.social-icon-font.btn-social-icon {
  margin-right: 8px;
  font-size: 20px;
  line-height: 1em;
}

.logo-instagram {
  border-radius: 100px;
  max-width: 40px;
  box-shadow: 0 2px 6px #14142b14;
}

.brix---color-neutral-820 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---container-default-12 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---cta-card {
  background-color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 30px;
  padding: 110px 60px;
  position: relative;
}

.brix---section-small-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---btn-primary-white-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-2:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-cta-v1 {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.brix---buttons-row-right---t-left-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---cta-v4-floating-item-01 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.brix---cta-v3-floating-item-02-2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-angebote {
  line-height: 1.5;
}

.rl-padding-section-large-2 {
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-heading-style-h2-2 {
  font-family: var(--main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-error-text {
  color: #e23939;
}

.rl_cta26_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_cta_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  height: auto;
  min-height: 2.75rem;
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_cta26_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-container-small {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl_section_cta26 {
  background-color: var(--relume-library-lite--rl-white);
  position: relative;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-padding-global-2 {
  background-color: var(--background);
  color: var(--relume-library-lite--rl-white);
  padding-left: 5%;
  padding-right: 5%;
}

.rl_cta26_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  display: flex;
}

.rl-text-style-tiny {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_cta26_spacing-block-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_cta26_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.zitat-section {
  position: relative;
}

.zitat-container {
  background-color: var(--background);
  color: var(--relume-library-lite--rl-white);
  padding-left: 5%;
  padding-right: 5%;
}

.brix---color-neutral-821 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-822 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-6 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---container-default-13 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-5 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-7 {
  text-align: center;
}

.brix---accordion-header-3 {
  align-items: center;
  display: flex;
}

.brix---acordion-body-3 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer-3 {
  min-height: 16px;
}

.brix---accordion-title-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---tabs-content-2 {
  overflow: visible;
}

.brix---paragraph-default-11 {
  font-family: var(--main);
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center-4 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-circle-accordion-btn-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn-2:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---inner-container-1012px-center-3 {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-content-wrapper-v2-3 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---grid-1-column-gap-row-3 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---accordion-item-wrapper-v3-2 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-2:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first-2 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 20px 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first-2:hover {
  transform: translate(8px);
}

.brix---accordion-right-side-3 {
  margin-left: 24px;
  margin-right: 0;
}

.brix---tabs-wrapper-v2-2 {
  display: flex;
}

.brix---tabs-menu-v2-2 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 100px;
  display: flex;
}

.brix---badge-secondary---tabs-v2-2 {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-bottom: 16px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs-v2-2:hover, .brix---badge-secondary---tabs-v2-2.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.is-small {
  font-size: 8px;
}

.div-block-4 {
  padding-top: 10px;
}

.container-2 {
  color: #333;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.h2-subtitle {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.navbar-rechtliches {
  background-color: var(--background);
  font-family: var(--main);
  color: var(--elements-webflow-library--neutral--100);
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.rich-text-block, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .list-item, .list-item-2, .list-item-3, .list-item-4 {
  font-size: 14px;
}

.header---rechtliches {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.hero-wrapper-rechtliches {
  box-shadow: 0 2px 5px #0003;
}

.gdpr {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: block;
}

.brix---input-label-3 {
  color: #333;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.form__col {
  margin-bottom: 1rem;
}

.checkbox-field {
  margin-left: 5px;
  padding-left: 1.5rem;
}

.input_checkbox {
  border: 2px solid var(--elements-webflow-library--accent--primary-1);
  border-radius: .25rem;
  width: 1.3rem;
  min-width: 1.1rem;
  height: 1.3rem;
  min-height: 1.1rem;
  margin-top: 3px;
  margin-left: -1.8rem;
  padding-left: 0;
  transition: all .2s;
}

.input_checkbox.w--redirected-checked {
  background-color: #2c63c3;
  background-size: .8rem .8rem;
  border-style: none;
}

.copy-tiny-2 {
  font-family: var(--main);
  font-size: .9rem;
  line-height: 1.4;
}

.text-style-link-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: none;
}

.text-style-link-2:hover {
  text-decoration: none;
}

.bold-text-6 {
  font-family: var(--main);
}

.code {
  display: none;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-display-off {
  display: none;
}

.rt-padding-bottom-ten {
  padding-bottom: 10px;
}

.rt-slide {
  background-image: url('../images/quote.svg');
  background-position: 90% 83%;
  background-repeat: no-repeat;
  background-size: 80px 70px;
  margin-right: 30px;
}

.rt-testimonial-one-main {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-right-arrow-2 {
  border: 1px solid var(--background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto 0% 0% 80px;
}

.rt-left-arrow-3 {
  border: 1px solid var(--background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  top: auto;
  left: 0%;
  right: 80px;
}

.rt-testimonial-one-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f5fb;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-slider-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.rt-testimonial-one-ratings {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.rt-testimonial-one-ratings.rt-padding-bottom-ten {
  padding-bottom: 10px;
}

.rt-testimonial-one-block {
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 30px;
}

.rt-mask {
  width: 33.33%;
  height: 100%;
}

.rt-mask.rt-overflow-on {
  width: 25%;
  overflow: visible;
}

.rt-body-font-color {
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.rt-overflow-off {
  overflow: hidden;
}

.rt-icon-black {
  filter: invert();
}

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

.body {
  font-family: var(--main);
}

.navbar-sub {
  background-color: var(--background);
  font-family: var(--main);
  color: var(--elements-webflow-library--neutral--100);
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 0;
  padding-bottom: 0;
}

.familientermin-anfragen {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.ft-section {
  font-family: var(--main);
  background-color: #fff;
  padding: 120px 5%;
  font-family: var\(--main, Montserrat\), sans-serif;
  position: relative;
}

.ft-container {
  max-width: 1218px;
  font-family: var(--main);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.ft-heading-wrap {
  text-align: left;
  text-align: center;
  width: auto;
  max-width: 720px;
  margin: 0 auto 56px;
}

.ft-heading {
  width: 100%;
  max-width: none;
  font-family: var(--main);
  color: var(--background, #336a31);
  text-align: center;
  letter-spacing: -.01em;
  letter-spacing: -.01em;
  text-wrap: balance;
  word-spacing: normal;
  margin: 0 0 .35em;
  font-family: var\(--main, Montserrat\), sans-serif;
  font-size: 2.83rem;
  font-weight: 700;
  line-height: 1.04em;
}

.ft-subheading {
  color: #333333b3;
  letter-spacing: normal;
  text-wrap: balance;
  word-spacing: normal;
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.ft-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  display: grid;
}

.ft-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff;
  border: 1px solid #336a3124;
  border-radius: 14px;
  align-items: stretch;
  padding: 18px 20px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  display: flex;
}

.ft-date {
  color: #fff;
  background-color: var(--background, #336a31);
  border-radius: 10px;
  flex-direction: column;
  flex: 0 0 64px;
  justify-content: center;
  align-items: center;
  padding: 10px 6px;
  display: flex;
}

.ft-day {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.ft-month {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: .72rem;
  font-weight: 600;
}

.ft-card-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  min-width: 0;
  display: flex;
}

.ft-title {
  font-family: var(--main);
  color: #2a3a28;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.ft-meta {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #2a3a28b3;
  flex-wrap: wrap;
  font-size: .82rem;
  line-height: 1.4;
  display: flex;
}

.ft-sep {
  opacity: .5;
  font-family: var(--main);
}

.ft-cta {
  justify-content: center;
  margin-top: 1.75rem;
  display: flex;
}

.ft-acc-test {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.ft-acc-item {
  background-color: #fff;
  border: 1px solid #336a3124;
  border-radius: 14px;
  flex: 0 0 calc(50% - 8px);
  overflow: hidden;
}

.ft-acc-head {
  grid-column-gap: 18px;
  font-family: var(--main);
  cursor: pointer;
  align-items: center;
  padding: 18px 20px;
  list-style: none;
  display: flex;
}

.ft-acc-chevron {
  color: #336a31;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 12px;
  padding-top: 0;
  padding-bottom: 3px;
  font-size: 1.7rem;
  line-height: 1;
  transition: transform .3s;
  display: flex;
  box-shadow: inset 0 0 0 1px #336a3166;
}

.ft-acc-body {
  padding: 0 20px 20px;
}

.ft-acc-text {
  color: #2a3a28cc;
  margin: 0;
  font-size: .95rem;
  line-height: 1.6;
}

.ft-acc {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
}

.ft-acc-item-1 {
  background-color: #fff;
  border: 1px solid #336a3129;
  border-radius: 14px;
  overflow: hidden;
}

.ft-acc-chevron-1 {
  color: #336a31;
  margin-left: auto;
  font-size: 1.1rem;
  line-height: 1;
}

.ft-acc-body-1 {
  padding: 2px 20px 22px;
}

.ft-acc-text-1 {
  color: #2a3a28d1;
  margin: 0;
  font-size: .95rem;
  line-height: 1.65;
}

.ft-tag {
  color: #336a31;
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: #eef4ec;
  border-radius: 999px;
  margin-top: 8px;
  padding: 3px 10px;
  font-size: .7rem;
  font-weight: 600;
  display: inline-block;
}

.ft-note {
  color: #2a3a28;
  background-color: #f4f8f2;
  border-radius: 10px;
  margin: 14px 0 0;
  padding: 10px 14px;
  font-size: .85rem;
  line-height: 1.5;
}

.ft-bingo-btn, .ft-acc-link {
  color: #fff;
  background-color: #336a31;
  border-radius: 10px;
  margin-top: 14px;
  padding: 11px 22px;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.ft-anmeldung {
  width: 100%;
  max-width: none;
  margin: 56px auto 0;
}

.ft-info {
  background-color: #f4f8f2;
  border: 1px solid #336a3124;
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 28px 30px;
}

.ft-info-title {
  color: #336a31;
  margin: 0 0 16px;
  font-size: 1.15rem;
  font-weight: 700;
}

.ft-info-row {
  color: #2a3a28;
  margin: 0 0 10px;
  font-size: .95rem;
  line-height: 1.6;
}

.ft-info-note {
  color: #2a3a28bf;
  border-top: 1px solid #336a3129;
  margin: 16px 0 0;
  padding-top: 14px;
  font-size: .9rem;
  font-style: italic;
  line-height: 1.55;
}

.ft-form-title {
  color: #336a31;
  margin: 0 0 8px;
  font-size: 1.6rem;
  font-weight: 700;
}

.ft-form-intro {
  color: #2a3a28bf;
  margin: 0 0 24px;
  font-size: 1rem;
  line-height: 1.6;
}

.ft-form, .ft-form._w-form, .ft-form._w-form {
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.ft-field {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.ft-label {
  color: #2a3a28;
  font-size: .9rem;
  font-weight: 600;
}

.ft-input, .ft-input._w-select, .ft-input._w-input, .ft-input._w-input, .ft-input._w-select {
  color: #2a3a28;
  background-color: #fff;
  border: 1px solid #336a3140;
  border-radius: 10px;
  width: 100%;
  padding: 12px 14px;
  font-family: var\(--main, Montserrat\), sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.ft-textarea, .ft-textarea._w-input, .ft-textarea._w-input {
  color: #2a3a28;
  resize: vertical;
  background-color: #fff;
  border: 1px solid #336a3140;
  border-radius: 10px;
  width: 100%;
  min-height: 120px;
  padding: 12px 14px;
  font-family: var\(--main, Montserrat\), sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.ft-gdpr {
  grid-column-gap: 10px;
  cursor: pointer;
  align-items: flex-start;
  margin-top: 2px;
  display: flex;
}

.ft-checkbox {
  accent-color: #336a31;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.ft-gdpr-label {
  color: #2a3a28cc;
  font-size: .85rem;
  line-height: 1.5;
}

.ft-link-inline {
  color: #336a31;
  text-decoration: underline;
}

.ft-submit, .ft-submit._w-button, .ft-submit._w-button {
  color: #fff;
  cursor: pointer;
  background-color: #336a31;
  border-style: none;
  border-radius: 10px;
  align-self: flex-start;
  margin-top: 8px;
  padding: 14px 30px;
  font-family: var\(--main, Montserrat\), sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.ft-hp, .ft-hp._w-input, .ft-hp._w-input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
}

._w-input-parent._w-input {
  color: #2a3a28;
  background-color: #fff;
  border: 1px solid #336a3140;
  border-radius: 10px;
  width: 100%;
  padding: 12px 14px;
  font-family: var\(--main, Montserrat\), sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.ft-intro {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.ft-intro-text {
  color: #2a3a28d1;
  text-align: left;
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.ft-intro-link {
  color: #336a31;
  font-weight: 600;
  text-decoration: underline;
}

.bold-text-7 {
  color: var(--background);
  text-align: center;
}

.ft-form-full {
  grid-column: 1 / -1;
}

.navbar_sub {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.ft-more-btn {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--background);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--background);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--background);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--background);
  font-family: var(--main);
  color: var(--background);
  letter-spacing: .01em;
  cursor: pointer;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: 600;
  font-style: inherit;
  font-variant: inherit;
  line-height: inherit;
  background-color: #fff;
  border-radius: 999px;
  margin: 2rem auto 0;
  padding: .85em 2em;
  display: block;
}

.text-span, .text-span-2 {
  font-family: var(--main);
}

@media screen and (min-width: 1280px) {
  .rl_gallery21_arrow-right {
    right: -80px;
  }

  .rl_gallery21_arrow-left {
    right: 55px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-h2 {
    color: #211f54;
  }

  .button-primary.dark-bg-big:focus {
    border-color: #6e7191;
    box-shadow: 0 1px 2px #1018280d, 0 0 0 2px #6e7191;
  }

  .image {
    width: 175px;
    height: 100%;
  }

  .brix---grid-logo-strip-v4 {
    grid-column-gap: 64px;
  }

  .tab_menu-link_transparent-bottom {
    padding-bottom: 2em;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .footer-logo-grid {
    grid-column-gap: 64px;
  }

  .brix---form-grid-2-columns, .brix---form-grid-2-columns-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---container-default-11 {
    max-width: 1280px;
  }

  .rl_gallery21_arrow-right {
    right: -130px;
  }

  .rl_gallery21_arrow-left {
    right: 15px;
  }

  .rt-testimonial-one-block {
    padding: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .heading-h2 {
    color: #211f54;
  }

  .container--default {
    width: 100%;
  }

  .section-hero {
    height: 92vh;
  }

  .bold-text {
    line-height: 1.5;
  }

  .grid_5-col.gap-xsmall {
    height: auto;
  }

  .brix---mg-bottom-0 {
    font-family: var(--main);
    font-size: 1rem;
  }

  .brix---container-default-11 {
    max-width: 1280px;
  }

  .brix---heading-h3-size-2 {
    font-family: var(--main);
    color: var(--background);
  }

  .brix---gallery-v10-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 150%;
    position: static;
  }

  .brix---gallery-v10-height {
    height: auto;
  }

  .bold-text-3 {
    font-family: var(--main);
    color: var(--background);
  }

  .bold-text-4, .bold-text-5 {
    font-family: var(--main);
  }

  .rl_gallery21_arrow-right {
    right: -170px;
  }

  .rl_gallery21_arrow-left {
    right: 35px;
  }

  .rt-slider-2 {
    padding-bottom: 80px;
  }

  .rt-overflow-off {
    align-self: center;
  }

  .ft-acc {
    max-width: 1280px;
  }
}

@media screen and (max-width: 991px) {
  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .styleguide-heading {
    font-size: 3rem;
  }

  .hide-tablet {
    display: none;
  }

  .hide-desktop-only {
    display: block;
  }

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

  .styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .full-width-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-h2 {
    font-size: 2.75rem;
  }

  .nav-links-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-toggle {
    border-radius: .75rem;
    padding: 1rem;
  }

  .nav-toggle.w--open {
    color: #232325;
    background-color: #fff;
    padding: 1rem;
  }

  .dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    margin-left: 0;
  }

  .dropdown-card.w--open {
    position: static;
  }

  .nav-links-wrapper {
    background-color: #fff;
    border-radius: 1.25rem;
    margin-top: 20px;
    margin-left: 6vw;
    margin-right: 6vw;
    box-shadow: 0 2px 5px #0003;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .dropdown-link {
    color: #000;
    text-align: center;
    justify-content: center;
  }

  .dropdown-link:hover {
    color: #015b83;
  }

  .nav-link {
    text-align: center;
    flex-direction: column;
    width: 100%;
    font-size: 2.6rem;
    display: flex;
  }

  .dropdown-column {
    padding-top: 0;
    position: static;
  }

  .dropdown-column.w--open {
    padding-top: 0;
    transform: none;
  }

  .nav-link-text {
    color: #015b83;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .navbar-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .image {
    height: 100%;
  }

  .dropdown-wrapper {
    text-align: center;
  }

  .section-hero {
    display: flex;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hero-card-bg-image {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .brix---section-extra-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-wrapper-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-content-wrapper-2 {
    flex-flow: column;
  }

  .brix---header-menu-wrapper-2 {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-card-2 {
    min-width: auto;
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top-2 {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom-2 {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .background-video-4 {
    height: 85vh;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix--grid-2-columns-text-right {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---grid-logo-strip-v4 {
    grid-row-gap: 40px;
    grid-template-columns: auto auto auto;
    place-content: center;
    justify-items: center;
  }

  .brix---text-center-tablet {
    text-align: center;
  }

  .brix---grid-2-logo-strip-v4 {
    grid-template-columns: 1fr;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .section {
    margin-top: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid_5-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  }

  .card_body {
    padding: 2rem;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v2:hover {
    transform: translate(6px);
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .weitere-angebote {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-spacer-2 {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .brix---tabs-wrapper-v2 {
    flex-direction: column;
  }

  .brix---tabs-menu-v2 {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---badge-secondary---tabs-v2 {
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .footer-logo-grid {
    grid-row-gap: 40px;
    grid-template-columns: auto auto auto;
    place-content: center;
    justify-items: center;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---card-form-v2 {
    padding: 54px 40px;
  }

  .brix---contact-v4-half-bg-image {
    width: 100%;
    height: 50%;
    inset: auto 0% 0%;
  }

  .brix---grid-contact-v4 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-3 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---section-position-relative-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---card-form-v2-2 {
    padding: 54px 40px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-column-gap: 10px;
  }

  .galerie {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---btn-primary-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-4-columns-instagram {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-7 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---card---icon-left---content-right {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---btn-primary-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-8 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---section-position-relative-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 20px;
  }

  .brix---gallery-v10-wrapper {
    width: 120%;
  }

  .brix---instagram-grid-v3, .grid---warum-wald {
    grid-template-columns: 1fr 1fr;
  }

  .grid-hero-warum-wald {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_gallery21_slider {
    width: 100%;
  }

  .rl_gallery21_arrow-right {
    right: 128px;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl_gallery21_arrow-left {
    right: 308px;
  }

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

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .brix---heading-h2-size-9 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-card {
    padding: 72px 54px;
  }

  .brix---section-small-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: .7fr;
  }

  .brix---buttons-row-right---t-left-2 {
    justify-content: flex-start;
  }

  .brix---cta-v3-floating-item-02-2 {
    display: none;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-10 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-spacer-3 {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v3-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-2:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first-2:hover {
    transform: translate(6px);
  }

  .brix---tabs-wrapper-v2-2 {
    flex-direction: column;
  }

  .brix---tabs-menu-v2-2 {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---badge-secondary---tabs-v2-2 {
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .navbar-rechtliches {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .rt-slider-2 {
    padding-bottom: 80px;
  }

  .rt-mask, .rt-mask.rt-overflow-on {
    width: 50%;
  }

  .navbar-sub {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .familientermin-anfragen {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .navbar_sub {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .full-width-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .styleguide-heading {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .styleguide_section-header {
    font-size: .875rem;
  }

  .heading-h2 {
    font-size: 2.25rem;
  }

  .nav-links-list {
    grid-row-gap: 2rem;
  }

  .nav-links-wrapper {
    max-height: 70svh;
    overflow: auto;
  }

  .button-primary {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .button-primary:hover {
    color: #344054;
    background-color: #fff;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .heading-style-h1-2.is-white {
    font-size: 3rem;
  }

  .padding-global {
    padding-left: 0%;
    padding-right: 0%;
  }

  .logo-wrapper {
    padding-left: 0;
  }

  .section-hero {
    height: auto;
  }

  .button-group {
    justify-content: flex-start;
  }

  .button-group.center {
    justify-content: center;
  }

  .spacer-s {
    padding-bottom: 1.25rem;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---inner-container-574px---center {
    max-width: 80vw;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---hero-card-bg-image {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .brix---section-extra-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-content-wrapper-2 {
    flex-flow: column;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .background-video-4 {
    justify-content: center;
    align-items: center;
    height: 85svh;
    display: flex;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix--grid-2-columns-text-right {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-logo-strip-v4 {
    grid-column-gap: 72px;
    grid-template-columns: auto auto;
  }

  .brix---grid-2-logo-strip-v4 {
    grid-template-columns: 1fr;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .grid_5-col {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .header {
    margin-bottom: 2rem;
  }

  .card_body {
    padding: 1.5rem;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding: 48px 0;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .weitere-angebote {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-item-wrapper-v3, .brix---accordion-item-wrapper-v3-first {
    padding: 36px 0;
  }

  .brix---accordion-right-side-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---tabs-menu-v2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---badge-secondary---tabs-v2 {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---grid-footer-v1 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .footer-logo-grid {
    grid-column-gap: 72px;
    grid-template-columns: auto auto;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form-v2 {
    padding: 56px 32px;
  }

  .brix---grid-contact-v4, .brix---grid-2-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-area-2 {
    border-radius: 18px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---section-position-relative-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---form-grid-2-columns-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form-v2-2 {
    padding: 56px 32px;
  }

  .brix---social-media-grid-right---mbp-center {
    justify-content: end;
    align-self: stretch;
    place-items: center end;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .galerie {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---gallery-v2-wrapper {
    grid-template-columns: 1fr;
  }

  .brix---gallery-v2-col-right {
    margin-top: 0;
  }

  .brix---btn-primary-4 {
    padding: 20px 32px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-7 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---btn-primary-5 {
    padding: 20px 32px;
  }

  .brix---heading-h2-size-8 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---section-position-relative-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---gallery-v10-wrapper {
    flex-direction: column;
    width: 100%;
    position: static;
  }

  .brix---gallery-v10-height {
    height: auto;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-5 {
    margin-bottom: 24px;
  }

  .grid---warum-wald, .grid-hero-warum-wald {
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_gallery21_image {
    max-width: 100%;
  }

  .rl_gallery21_slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl_gallery21_arrow-right {
    right: 225px;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl_gallery21_image-wrapper {
    width: auto;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_gallery21_arrow-left {
    right: 394px;
  }

  .feedspring-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feedspring {
    justify-content: center;
    align-items: center;
  }

  .intagram-post {
    border-radius: 24px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .brix---heading-h2-size-9 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---cta-card {
    padding: 56px 40px;
  }

  .brix---section-small-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 50%;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_cta26_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_cta26_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_cta26_spacing-block-3 {
    padding-bottom: .75rem;
  }

  .brix---mg-bottom-16px-6 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-10 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-title-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-circle-accordion-btn-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-item-wrapper-v3-2, .brix---accordion-item-wrapper-v3-first-2 {
    padding: 36px 0;
  }

  .brix---accordion-right-side-3 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---tabs-menu-v2-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---badge-secondary---tabs-v2-2 {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .rt-mask {
    width: 100%;
  }

  .rt-mask.rt-overflow-on {
    width: 50%;
  }

  .familientermin-anfragen {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ft-acc-item {
    flex-basis: 100%;
  }

  .ft-acc {
    grid-template-columns: 1fr;
  }

  .navbar_sub {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .hide-mobile-portrait {
    display: none;
  }

  .full-width-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-h2 {
    font-size: 1.8rem;
  }

  .heading-h2.white {
    font-size: 1.5rem;
  }

  .nav-links-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .dropdown-links_grid {
    grid-row-gap: 15px;
  }

  .heading-style-h1-2.is-white {
    font-size: 2rem;
  }

  .padding-global {
    padding-left: 0%;
    padding-right: 0%;
  }

  .subheading-wrapper {
    flex-flow: column;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .subheading-wrapper.center {
    align-items: center;
  }

  .dropdown-link {
    color: #015b83;
  }

  .dropdown-link:hover {
    color: #213047;
  }

  .container--default {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-column.w--open {
    padding-top: 0;
  }

  .nav-link-text {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .dropdown-pd {
    padding-bottom: 0;
  }

  .subheading-tagline {
    padding-bottom: 15px;
  }

  .section-hero {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .text-style-large.white {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

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

  .button-group {
    justify-content: flex-start;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 15px;
    font-size: 1.7rem;
    line-height: 37px;
  }

  .brix---text-center {
    font-family: var(--main);
    margin-top: 0;
    padding-top: 0;
  }

  .brix---paragraph-default {
    font-family: var(--main);
    font-size: 1rem;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---inner-container-574px---center {
    max-width: 90vw;
  }

  .brix---btn-primary-white, .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---hero-card-bg-image {
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---section-extra-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-wrapper-2 {
    background-image: linear-gradient(#00000080, #00000080);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brix---header-content-wrapper-2 {
    flex-flow: column;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo-2 {
    max-width: 100%;
  }

  .brix---hamburger-menu-bar-top-2, .brix---hamburger-menu-bar-bottom-2 {
    background-color: var(--elements-webflow-library--neutral--100);
  }

  .background-video-4 {
    background-image: linear-gradient(#00000080, #00000080);
    height: 100%;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .brix---heading-h2-size {
    font-family: var(--main);
    font-size: 1.5rem;
    line-height: 34px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---grid-logo-strip-v4 {
    grid-column-gap: 40px;
    grid-row-gap: 29px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 0;
  }

  .button-2 {
    white-space: nowrap;
  }

  .button-2.is-secondary:active {
    background-color: #ffffff45;
  }

  .grid_4-col.gap-xsmall {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 1fr);
    padding-top: 0;
  }

  .heading_h5 {
    font-size: 1.2rem;
  }

  .heading_h2 {
    font-size: 2rem;
  }

  .section {
    padding: 50px 5%;
  }

  .section.is-secondary {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .container.is-small, .container.margin-top_medium {
    padding-left: 0;
    padding-right: 0;
  }

  .card.on-secondary {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

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

  .grid_5-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_5-col.gap-xsmall {
    grid-auto-flow: row;
    width: 100%;
    height: 100%;
  }

  .tab_menu-link_transparent-bottom.w--current {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .card_body {
    padding: 1.5rem;
  }

  .card_body.flex_vertical {
    height: 100%;
    padding: 1rem;
  }

  .italic-text {
    font-size: 1rem;
  }

  .hero-overlay {
    z-index: 1;
    background-color: #00000080;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .weitere-angebote {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-right-side-2 {
    margin-right: 0;
  }

  .brix---badge-secondary---tabs-v2 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 150px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .footer-logo-grid {
    grid-column-gap: 40px;
    grid-row-gap: 29px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 0;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---container-default-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---card-form-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 40px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input-2 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---text-area-2 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area-2::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---container-default-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---section-position-relative-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brix---card-form-v2-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---container-default-10 {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-8 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---gallery-v2-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---btn-primary-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-3 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-9 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---buttons-row-center-2 {
    flex-direction: column;
  }

  .brix---grid-4-columns-instagram {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---instagram-image {
    border-radius: 16px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---container-default-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h2-size-7 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default-10 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 0;
  }

  .brix---card---icon-left---content-right {
    padding-top: 30px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-primary-5 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---heading-h2-size-8 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative-3 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 16px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 15px;
  }

  .brix---buttons-row-center-3 {
    flex-direction: column;
  }

  .brix---instagram-grid-v3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---instagram-image-full-width {
    border-radius: 16px;
  }

  .rl-padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_gallery21_image {
    max-width: 100%;
    height: auto;
  }

  .rl_gallery21_slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rl_gallery21_slider {
    width: 50%;
    height: auto;
  }

  .rl_gallery21_arrow-right {
    right: 9%;
  }

  .rl_gallery21_arrow-left {
    right: 66%;
  }

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

  .instagram-link {
    padding: 20px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .grid-2-columns.link-and-btn-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brix---container-default-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-9 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-small-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---btn-primary-white-2, .brix---btn-secondary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---buttons-row-right---t-left-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 70%;
    right: -33%;
  }

  .text-block-angebote {
    text-align: left;
  }

  .rl-heading-style-h2-2 {
    font-size: 1.5rem;
  }

  .rl_cta_form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px-6 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---container-default-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-10 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---accordion-title-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default-11 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-circle-accordion-btn-2 {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-right-side-3 {
    margin-right: 0;
  }

  .brix---badge-secondary---tabs-v2-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-3 {
    text-align: left;
  }

  .navbar-rechtliches {
    background-image: linear-gradient(#00000080, #00000080);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-13 {
    font-size: 32px;
  }

  .header---rechtliches {
    flex-flow: column;
  }

  .hero-wrapper-rechtliches {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .gdpr {
    padding-top: 20px;
  }

  .checkbox-field {
    margin-left: 5px;
  }

  .rt-slider-2 {
    padding-bottom: 80px;
  }

  .rt-mask.rt-overflow-on {
    width: 100%;
  }

  .navbar-sub {
    background-image: linear-gradient(#00000080, #00000080);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .familientermin-anfragen {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ft-section {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .ft-container {
    padding-left: 0;
    padding-right: 0;
  }

  .ft-acc-item {
    flex-basis: 100%;
  }

  .ft-acc-chevron {
    margin-left: 0;
  }

  .ft-acc {
    grid-template-columns: 1fr;
  }

  .ft-intro-text {
    text-align: left;
    margin-top: 30px;
  }

  .bold-text-7 {
    font-size: 2rem;
    line-height: 34px;
  }

  .navbar_sub {
    flex-flow: column;
  }
}

#w-node-_78737add-6d92-7cba-d4ff-6ecd79cc25e3-6b9f8891, #w-node-_78737add-6d92-7cba-d4ff-6ecd79cc25e8-6b9f8891, #w-node-_78737add-6d92-7cba-d4ff-6ecd79cc25ed-6b9f8891, #w-node-_78737add-6d92-7cba-d4ff-6ecd79cc25f2-6b9f8891, #w-node-_78737add-6d92-7cba-d4ff-6ecd79cc25f7-6b9f8891, #w-node-_78737add-6d92-7cba-d4ff-6ecd79cc2606-6b9f8891, #w-node-_78737add-6d92-7cba-d4ff-6ecd79cc260d-6b9f8891 {
  justify-self: start;
}

#w-node-_78737add-6d92-7cba-d4ff-6ecd79cc2612-6b9f8891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78737add-6d92-7cba-d4ff-6ecd79cc2614-6b9f8891 {
  justify-self: start;
}

#w-node-_78737add-6d92-7cba-d4ff-6ecd79cc2619-6b9f8891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78737add-6d92-7cba-d4ff-6ecd79cc261b-6b9f8891 {
  justify-self: start;
}

#w-node-_78737add-6d92-7cba-d4ff-6ecd79cc2620-6b9f8891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78737add-6d92-7cba-d4ff-6ecd79cc2622-6b9f8891 {
  justify-self: start;
}

#w-node-_78737add-6d92-7cba-d4ff-6ecd79cc267e-6b9f8891, #w-node-_78737add-6d92-7cba-d4ff-6ecd79cc2697-6b9f8891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78737add-6d92-7cba-d4ff-6ecd79cc269a-6b9f8891 {
  justify-self: start;
}

#w-node-_78737add-6d92-7cba-d4ff-6ecd79cc269c-6b9f8891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78737add-6d92-7cba-d4ff-6ecd79cc269f-6b9f8891 {
  justify-self: start;
}

#w-node-_78737add-6d92-7cba-d4ff-6ecd79cc2713-6b9f8891, #w-node-_78737add-6d92-7cba-d4ff-6ecd79cc271d-6b9f8891, #w-node-_78737add-6d92-7cba-d4ff-6ecd79cc271e-6b9f8891, #w-node-_78737add-6d92-7cba-d4ff-6ecd79cc27a9-6b9f8891, #w-node-_19e1ead0-88d4-2653-9cd8-f12b6027ca54-ce744e20, #w-node-_3816d9b4-1776-be57-5317-59bce504ea64-ce744e20, #w-node-_4c5f55f3-8473-16e8-9367-e3a6a6825a73-ce744e20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c14111e-83c1-e0a2-d0e7-73feb7199d5b-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d8428df-ce744e20 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4f16d1c1-f5bd-cf42-6e56-2a3d3a3b49f4-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d8428e8-ce744e20 {
  order: 9999;
}

#w-node-_73d827ca-6c51-1199-086c-95a68d8428e9-ce744e20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73d827ca-6c51-1199-086c-95a68d8428fd-ce744e20 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2925d422-232d-2ebe-5356-d828b386877a-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d842900-ce744e20 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f16d1c1-f5bd-cf42-6e56-2a3d3a3b4a0d-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d842902-ce744e20 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_132a4615-d3cb-45f7-97e8-f7dc6375d6b3-ce744e20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e3b07d4-65db-2156-0838-4f0a392d25cf-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d842922-ce744e20 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1e3b07d4-65db-2156-0838-4f0a392d25d1-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d842924-ce744e20 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0ac5eeb7-b7bb-46c6-a800-ed020cd8c858-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d84292f-ce744e20 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0ac5eeb7-b7bb-46c6-a800-ed020cd8c85a-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d842931-ce744e20 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_676c7518-af73-8660-cf81-77b5a3d2e3ee-ce744e20, #w-node-_676c7518-af73-8660-cf81-77b5a3d2e3f5-ce744e20, #w-node-_31994a84-9755-0af1-c6da-3d46b051f74d-ce744e20, #w-node-_31994a84-9755-0af1-c6da-3d46b051f751-ce744e20, #w-node-_31994a84-9755-0af1-c6da-3d46b051f755-ce744e20, #w-node-_31994a84-9755-0af1-c6da-3d46b051f759-ce744e20, #w-node-_31994a84-9755-0af1-c6da-3d46b051f75d-ce744e20, #w-node-_31994a84-9755-0af1-c6da-3d46b051f761-ce744e20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59bbeaf5-a606-01c8-ada6-1c43bf913283-ce744e20 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59bbeaf5-a606-01c8-ada6-1c43bf913287-ce744e20 {
  justify-self: start;
}

#w-node-cc5ce3b3-20c1-13d8-54c5-4ba636ff2f8e-ce744e20, #w-node-cc5ce3b3-20c1-13d8-54c5-4ba636ff2f8e-e852273f, #w-node-cc5ce3b3-20c1-13d8-54c5-4ba636ff2f8e-d063e904 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59bbeaf5-a606-01c8-ada6-1c43bf913283-dc7702de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59bbeaf5-a606-01c8-ada6-1c43bf913287-dc7702de {
  justify-self: start;
}

#w-node-cc5ce3b3-20c1-13d8-54c5-4ba636ff2f8e-dc7702de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_8a3578ef-16dc-d15a-6502-dad775ff57bc-ce744e20, #w-node-_8a3578ef-16dc-d15a-6502-dad775ff57bb-ce744e20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0c14111e-83c1-e0a2-d0e7-73feb7199d5b-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d8428df-ce744e20 {
    grid-column: 1 / 6;
  }

  #w-node-_762cc5f2-40dd-153f-ae24-58554823d62d-ce744e20, #w-node-_762cc5f2-40dd-153f-ae24-58554823d62d-e852273f, #w-node-_762cc5f2-40dd-153f-ae24-58554823d62d-d063e904, #w-node-_762cc5f2-40dd-153f-ae24-58554823d62d-dc7702de {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2925d422-232d-2ebe-5356-d828b386877a-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d842900-ce744e20, #w-node-_4f16d1c1-f5bd-cf42-6e56-2a3d3a3b4a0d-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d842902-ce744e20, #w-node-_1e3b07d4-65db-2156-0838-4f0a392d25cf-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d842922-ce744e20, #w-node-_1e3b07d4-65db-2156-0838-4f0a392d25d1-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d842924-ce744e20, #w-node-_0ac5eeb7-b7bb-46c6-a800-ed020cd8c858-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d84292f-ce744e20, #w-node-_0ac5eeb7-b7bb-46c6-a800-ed020cd8c85a-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d842931-ce744e20 {
    grid-column: span 5 / span 5;
  }

  #w-node-_762cc5f2-40dd-153f-ae24-58554823d62d-ce744e20, #w-node-_762cc5f2-40dd-153f-ae24-58554823d62d-e852273f, #w-node-_762cc5f2-40dd-153f-ae24-58554823d62d-d063e904, #w-node-_762cc5f2-40dd-153f-ae24-58554823d62d-dc7702de {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4f16d1c1-f5bd-cf42-6e56-2a3d3a3b49f4-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d8428e8-ce744e20 {
    order: -9999;
  }

  #w-node-_4f16d1c1-f5bd-cf42-6e56-2a3d3a3b4a0d-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d842902-ce744e20, #w-node-_1e3b07d4-65db-2156-0838-4f0a392d25d1-2d40cb18.w-node-_73d827ca-6c51-1199-086c-95a68d842924-ce744e20 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_59bbeaf5-a606-01c8-ada6-1c43bf913283-ce744e20, #w-node-_59bbeaf5-a606-01c8-ada6-1c43bf913283-dc7702de {
    grid-column: span 1 / span 1;
  }
}


