@font-face {
  font-family: Inter;
  src: url('../fonts/Inter.var.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-smoke: #f7f6f1;
  --black: #191919;
  --white: white;
  --transparent: #fff0;
  --light-grey: #f1f0ec;
  --dark-grey: #afafaf;
  --color: #55554d;
  --alley-component-library--gray--0: #dedfe3;
  --alley-component-library--neutral--white: white;
  --alley-component-library--gray--300: #868898;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--blue--900: #5167f6;
}

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

body {
  background-color: var(--white-smoke);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: .8rem;
  line-height: 1.4;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.0625rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

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

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

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

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

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

.text-color-grey {
  color: gray;
}

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

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

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

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.padding-global {
  background-color: var(--white);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.nospace-right {
  padding-right: 0;
}

.padding-global.hero {
  background-color: var(--transparent);
  padding-left: 4vw;
  padding-right: 4vw;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

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

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

.overflow-hidden.hero-buttons {
  flex-flow: row;
}

.overflow-hidden.hero-big {
  margin-bottom: 10px;
}

.overflow-hidden.hero-big.leistung {
  justify-content: center;
  align-items: center;
}

.fs-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%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

.overflow-visible {
  overflow: visible;
}

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

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

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

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

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

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

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

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-style-link.text-color-white {
  color: var(--white-smoke);
}

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

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

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50rem;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 1.5em;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

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

.button.about {
  border-color: var(--black);
  color: var(--black);
  margin-right: 15px;
}

.button.about._2 {
  margin-right: 0;
}

.button.about._2.white {
  border-color: var(--white-smoke);
  color: var(--white-smoke);
  font-size: .8rem;
  font-weight: 700;
}

.button.about.hero {
  border-color: var(--white);
  color: var(--white);
  font-size: .9rem;
}

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

.text-size-medium {
  color: var(--white);
  margin-bottom: 0;
  font-family: Fjalla One, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-medium.dark {
  color: var(--black);
}

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

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

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

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.section {
  background-color: var(--white);
}

.section.is-hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/P1200978.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  padding-top: 20rem;
  padding-bottom: 7em;
}

.section.is-fullscreen {
  padding-top: 5vh;
  padding-bottom: 0;
  position: relative;
}

.section.is-fullscreen.facts {
  padding-top: 0;
}

.section.background-color-grey {
  background-color: var(--light-grey);
}

.section.case-study {
  padding-top: 10vh;
  padding-bottom: 2rem;
}

.section.is-info {
  background-color: var(--black);
}

.section.berufliches {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.section.footer {
  background-color: var(--black);
}

.section.angebote {
  padding: 5vh 4vw;
}

.section.title_kontakt {
  background-color: var(--black);
  justify-content: space-around;
  align-items: center;
  height: auto;
  padding: 15vh 4vw 5vh;
  display: flex;
}

.section.cta {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/clay-banks-jwOlSJGl4qE-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 55vh;
}

.section.hero.leistung {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/P1080801.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 55vh;
  padding-bottom: 15vh;
  display: flex;
}

.section.hero.leistung._2nd {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/P1100421.JPG');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
}

.section.hero.leistung._2nd.coaching {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/P1100441.JPG');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.section.faq {
  height: 60vh;
}

.section.impressum {
  background-color: var(--black);
  height: 100vh;
  padding: 20vh 4vw 5vh;
}

.section.datenschtz {
  background-color: var(--black);
  padding: 15vh 4vw 5vh;
}

.wrapper.is-hero-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.wrapper.is-hero-image {
  width: 100%;
  min-height: 60rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.wrapper.is-intro {
  background-color: var(--white-smoke);
  position: relative;
}

.wrapper.is-product-teaser {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.wrapper.is-wood-intro {
  padding-top: 17.75rem;
  padding-bottom: 6.25rem;
}

.wrapper.is-wood-image {
  justify-content: center;
  align-items: flex-end;
  min-height: 50rem;
  display: flex;
}

.wrapper.is-awards {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper.is-explore, .wrapper.is-horizontal-scroll {
  position: relative;
}

.grid.is-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .55fr 1fr .55fr;
  place-items: start;
}

.grid.is-intro {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.grid.is-product {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  place-items: start;
}

.grid.is-product.header {
  place-items: center;
  margin-bottom: 4em;
}

.grid.is-wood {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  place-items: start;
}

.grid.is-awards {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.grid.is-casestudy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.is-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
}

.grid.is-credit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr .9fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.navbar {
  background-color: #0000;
  width: 100%;
  padding: 1rem 2.5rem;
  position: fixed;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-brand.w--current {
  width: 250px;
  padding-left: 0;
}

.icon-1x1-tiny {
  z-index: 5;
  flex: none;
  width: .8rem;
  height: .8rem;
  position: relative;
}

.image-badge {
  max-width: 4rem;
  height: auto;
}

.image-hero {
  object-fit: cover;
  width: 115%;
  max-width: none;
  height: 115%;
  position: absolute;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: block;
}

.column.intro-left {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 4rem;
  padding-right: 0;
  display: flex;
  position: static;
}

.column.intro-right {
  width: 100%;
  max-width: 38rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.column.hero-middle {
  max-width: 38rem;
  display: block;
}

.column.hero-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
}

.column.product-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: flex;
  position: relative;
}

.column.product-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.column.product-teaser-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-left: 2.375rem;
  display: flex;
  position: relative;
}

.column.wood-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-right: 3.25rem;
  display: flex;
  position: relative;
}

.column.wood-right {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 3.25rem;
  padding-left: 2.375rem;
  display: flex;
}

.column.casestudy-intro {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20rem;
  padding-bottom: 5.25rem;
  display: flex;
}

.column.is-explore-info {
  background-color: var(--white-smoke);
  border-radius: .625rem;
  max-width: 25rem;
  height: auto;
  padding: .625rem;
  position: absolute;
  inset: auto auto 5rem 2.5rem;
}

.column.explore-intro {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 37rem;
  height: auto;
  display: flex;
}

.column.credit-left {
  display: flex;
}

.column.footer-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

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

.column.is-explore-info-right {
  background-color: var(--white);
  border-radius: .625rem;
  max-width: 30rem;
  height: auto;
  padding: .625rem;
  position: absolute;
  inset: 4vh 4vw 4vh auto;
}

.intro-number.wrapp {
  border: 1px solid var(--dark-grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 28vw;
  height: 33vh;
  padding: 4em 2em;
  display: block;
}

.intro-number.wrapp._2 {
  justify-content: space-between;
  align-items: center;
  width: 28vw;
  height: 33vh;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
}

.intro-number.wrapp._3 {
  justify-content: space-between;
  align-items: center;
  width: 28vw;
  height: 33vh;
  padding: 4em 2em;
  display: block;
}

.intro-number-text {
  letter-spacing: -.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 4rem;
  line-height: 1;
  display: flex;
}

.text-capitalize {
  color: var(--white-smoke);
  text-transform: uppercase;
}

.text-capitalize.dark {
  color: var(--black);
}

.divider-line {
  z-index: 100;
  background-color: var(--dark-grey);
  width: 90%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.divider-line.vertical {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.divider-line.x {
  width: 100%;
}

.text-subtitle {
  color: #0009;
  text-transform: uppercase;
}

.link.is-product-teaser {
  border-right: 1px solid var(--dark-grey);
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 50vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.link.is-social {
  border: 1px solid var(--dark-grey);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.link.is-contact {
  color: var(--white-smoke);
  margin-bottom: 40px;
  font-size: 1.25rem;
  text-decoration: none;
}

.link.is-credit {
  color: var(--black);
  justify-content: space-between;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link.is-footer {
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  overflow: hidden;
}

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

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

.wood-component-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 19.375rem) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.wood-component-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wood-component-image {
  max-width: 19.375rem;
}

.wood-component-title {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.wood-component-icon {
  border: 1px solid var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  transition: transform .35s cubic-bezier(.165, .84, .44, 1), opacity .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.wood-component-icon:hover {
  border-color: var(--black);
  opacity: .5;
  color: var(--black);
  transform: rotate(-45deg);
}

.wood-component-icon.white {
  border-color: var(--white-smoke);
}

.wood-component-text {
  max-width: none;
  margin-top: 0;
  font-size: .9rem;
}

.wood-component-item {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  width: 100%;
  display: flex;
}

.section-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.section-title._0-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.product-image.is-bed {
  object-fit: contain;
  max-width: 80%;
  margin-top: 10%;
  margin-bottom: 10%;
}

.product-image.is-teaser {
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.wood-component-icon_arrow {
  filter: invert();
  width: 1rem;
  height: 1rem;
}

.wood-component-link {
  color: var(--black);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.image-wood {
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  position: static;
  transform: translate(0, 1px);
}

.image-award {
  width: 5.5rem;
  max-height: 5rem;
}

.explore-info-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.explore-info-item.about {
  height: 100%;
}

.explore-info-image {
  border-radius: .625rem;
  overflow: hidden;
}

.explore-info-image.about {
  height: 100%;
}

.explore-info-text {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 12rem;
  padding-bottom: 1rem;
  padding-left: .7rem;
  display: none;
}

.image-explore {
  object-fit: cover;
  position: absolute;
}

.about-infowrapper {
  background-color: var(--white);
  min-height: 80svh;
  padding-left: 4vw;
  padding-right: 4vw;
  position: relative;
  overflow: hidden;
}

.button-author {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-author.is-text-link {
  z-index: 1;
  background-color: #0000;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.social-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-size: .875rem;
  display: flex;
}

.social-wrapper.left-aligned {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  align-items: flex-start;
  font-size: 1rem;
}

.button-arrow-wrapper {
  position: relative;
  overflow: hidden;
}

.image-author {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 4.125rem;
  height: 4.125rem;
}

.icon-1x1-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.button-underline-progress {
  background-color: #fff;
  width: 0;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-link-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.button-underline {
  background-color: #ffffff40;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: .25rem;
  display: block;
  position: relative;
}

.social-author {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: space-between;
  max-width: 59%;
  line-height: 1.5;
  display: flex;
}

.icon-1x1-small-second {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.wrapper-info {
  justify-content: space-between;
  margin-top: 2rem;
  display: flex;
}

.wrapper-info.bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: grid;
}

.button-text {
  z-index: 5;
  position: relative;
}

.button-bg {
  z-index: 0;
  background-color: var(--black);
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar-button {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: .8rem;
  display: block;
}

.navbar-button.w--open {
  background-color: #fff0;
}

.navbar-overlay {
  background-color: #191919b3;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar-button-container {
  flex-direction: column;
  justify-content: space-between;
  width: 2rem;
  height: .7rem;
  display: flex;
  position: relative;
}

.navbar-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.navbar-line.is-bottom {
  background-color: var(--white);
}

.navbar-line.is-bottom.dark {
  background-color: var(--black);
}

.navbar-line.is-top {
  background-color: var(--white);
}

.navbar-line.is-top.dark {
  background-color: var(--black);
}

.navbar-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.navbar-menu {
  background-color: var(--color);
  color: var(--white-smoke);
  width: 40vw;
  height: 100vh;
  padding: 4.5rem 2.5rem 2.5rem;
  display: none;
  inset: 0% 0% 0% auto;
}

.navbar-link {
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  padding: 20px 0;
  font-size: 2rem;
}

.navbar-link:hover, .navbar-link:active, .navbar-link:focus, .navbar-link:focus-visible, .navbar-link[data-wf-focus-visible], .navbar-link:visited {
  color: var(--white);
}

.navbar-link.is-dropdown {
  background-color: var(--transparent);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.5rem;
}

.navbar-social {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 8rem;
  display: flex;
}

.text-credit-number {
  min-width: 7rem;
}

.credit-component-icon_arrow {
  width: 1rem;
  height: 1rem;
  transform: rotate(-45deg);
}

.credit-component {
  position: relative;
}

.text-info {
  color: gray;
  font-size: .75rem;
}

.footer-component {
  padding-top: 2rem;
  padding-bottom: 1.875rem;
}

.spacer-footer {
  padding-top: 10rem;
}

.image-overlay {
  background-color: var(--white-smoke);
  display: none;
  position: absolute;
  inset: 0%;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper.wood {
  max-width: 19.375rem;
}

.image-fill {
  background-image: url('../images/P1220040.JPG');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  display: flex;
}

.image-fill._1 {
  background-image: url('../images/P1210110.JPG');
  background-position: 50%;
  background-size: cover;
}

.image-fill.x {
  border: 1px solid var(--dark-grey);
  background-color: var(--white);
  background-image: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 15vw;
  min-height: 15vh;
}

.image-fill._3 {
  background-image: url('../images/P1220049.JPG');
  background-position: 100%;
}

.credit-component-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.credit-component-image-wrapper {
  z-index: 200;
  width: 18rem;
  padding-top: 11.25rem;
  position: absolute;
  inset: auto 8% -150% auto;
}

.heading-ishero {
  color: var(--white);
  text-align: left;
  font-family: Fjalla One, sans-serif;
  line-height: 1.4;
}

.heading-ishero.leistung {
  text-align: center;
}

.column-infotext {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 40rem;
  height: auto;
  padding: .625rem .6rem;
  display: flex;
  position: absolute;
  inset: 4vh auto 4vh 4vw;
}

.subheading {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 1rem;
}

.subheading.white {
  color: var(--white-smoke);
}

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

.heading {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Fjalla One, sans-serif;
  font-size: 3.3rem;
}

.heading.white.cta {
  color: var(--white-smoke);
  text-align: center;
  width: 75%;
  margin-bottom: 1.5rem;
  font-family: Fjalla One, sans-serif;
  font-size: 2rem;
}

.heading.white.imprint {
  color: var(--white);
}

.heading.white.imprint.subheading {
  font-size: 2rem;
}

.paragraph {
  color: var(--black);
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.paragraph.white.small {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-size: .9rem;
  font-style: italic;
}

.paragraph.white.imprint {
  color: var(--white);
  width: 75%;
}

.image {
  object-fit: cover;
}

.text-span {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
}

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

.expertise-wrppae {
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 25px;
  display: flex;
}

.expertise-wrppae._1 {
  background-image: linear-gradient(#0000004d, #0000004d);
  justify-content: flex-end;
  align-items: flex-start;
}

.heading_expterise {
  color: var(--white-smoke);
  text-transform: none;
  margin-bottom: .5rem;
  font-family: Fjalla One, sans-serif;
  font-size: 1.7rem;
}

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

.heading-laufbahn {
  color: var(--black);
  font-size: 2rem;
}

.text-block-2 {
  font-family: Yeseva One, sans-serif;
  font-size: 1.5rem;
}

.ft-btm {
  color: #fff;
  border-top: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  display: flex;
}

.ft-menu-link {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.ft-menu-link:hover {
  color: #ffffff80;
  text-decoration: none;
}

.ft-menu-link.top {
  padding-top: 0;
}

.social-link {
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: #ffffff14;
}

.social-link:focus {
  background-color: #ffffff0a;
  border-color: #fff3;
}

.img {
  width: 20px;
}

.img.footer {
  height: auto;
}

.social-wrap {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.ft-menu-wrap {
  grid-column-gap: 50px;
  align-items: flex-start;
  display: flex;
}

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

.container.kotnakt {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.ft-address {
  width: 100%;
  max-width: 260px;
  margin-top: 8px;
}

.ft-left {
  color: #fff;
  width: 25%;
}

.social-img {
  width: 20px;
}

.social-img.footer {
  height: auto;
}

.ft-data {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.ft-wrap {
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.ft-right {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.logo-footer {
  width: 250px;
}

.sub-title {
  grid-column-gap: 6px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
  display: flex;
}

.cs-featured-img {
  background-color: #f3f5fb;
  width: 100%;
  max-width: 40%;
  overflow: hidden;
}

.featured-cs-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

.featured-cs-title.dark {
  color: #000;
  margin-bottom: 10px;
}

.body-small {
  color: #333;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.expertise-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15vw;
  padding-right: 0;
  display: flex;
}

.cs-featured-data {
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  border-left: 1px solid #0000001a;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 75%;
  padding: 35px;
  display: flex;
}

.section-title-2 {
  width: 100%;
  margin-bottom: 40px;
}

.cs-link {
  width: 85%;
  height: auto;
  margin-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.cs-featured-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.title {
  margin-bottom: 0;
  font-size: 2.5rem;
}

.cs-btn {
  border: 1px solid #fff3;
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 12px;
  line-height: 170%;
  transition: background-color .3s;
  display: inline-block;
}

.cs-btn:hover {
  background-color: #ffffff1a;
}

.cs-btn.dark {
  color: #000;
  border-color: #0003;
  transition: color .3s, background-color .3s;
}

.cs-btn.dark:hover {
  color: #fff;
  background-color: #000;
}

.heading-3 {
  font-family: Yeseva One, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}

.div-block {
  border: 1px solid var(--light-grey);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 40px;
  display: flex;
}

.div-block._1 {
  border-top-style: none;
  border-right-color: var(--dark-grey);
  border-bottom-color: var(--dark-grey);
  border-left-style: none;
}

.div-block._2 {
  border-top-style: none;
  border-right-style: solid;
  border-right-color: var(--dark-grey);
  border-bottom-color: var(--dark-grey);
  border-left-style: none;
  border-left-color: var(--dark-grey);
}

.div-block._3 {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: var(--dark-grey);
  border-left-style: none;
  border-left-color: var(--dark-grey);
}

.div-block._4, .div-block._5 {
  border-top-style: none;
  border-right-color: var(--dark-grey);
  border-bottom-style: none;
  border-left-style: none;
}

.div-block._6 {
  border-style: none;
}

.image-2 {
  object-fit: contain;
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
}

.dropdown-toggle {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.navlink_dropdown {
  color: var(--white-smoke);
}

.icon {
  filter: invert();
}

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

.text-block-4 {
  color: var(--white-smoke);
  font-weight: 300;
}

.dropdown-list {
  background-color: var(--white-smoke);
}

.dropdown-list.w--open {
  background-color: var(--color);
  padding-top: 20px;
}

.form-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.contact-section {
  margin-bottom: 0;
  padding: 10vh 4vw;
}

.button-wrap {
  margin-top: 40px;
  display: flex;
}

.button-wrap.right {
  justify-content: flex-end;
}

.input {
  color: var(--black);
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  margin-bottom: 0;
  padding: 0 0 8px;
}

.input:focus {
  border-bottom-color: #000;
}

.input::placeholder {
  color: #333;
}

.primary-btn {
  grid-column-gap: 10px;
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.primary-btn:hover {
  color: #fff;
  background-color: #000;
}

.primary-btn.submit {
  color: #fff;
  background-color: #000;
  background-image: url('../images/ic-arrow.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 40px;
}

.primary-btn.submit:hover {
  color: #000;
  background-color: #fff;
  background-image: url('../images/ic-arrow-btn.svg');
}

.contact-wrap {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.contact-form {
  margin-bottom: 0;
  display: none;
}

.contact-form.embed {
  display: block;
}

.page-data {
  margin-bottom: 0;
}

.contact-info {
  grid-row-gap: 4px;
  flex-flow: column;
  margin-bottom: 18px;
  display: flex;
}

.contact-title {
  margin-bottom: 0;
  font-size: 2.5rem;
}

.contact-link {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.contact-right {
  width: 100%;
  max-width: 50%;
}

.two-field {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

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

.error-message {
  text-align: center;
  padding: 20px;
}

.field-label {
  text-align: left;
  font-weight: 400;
}

.textarea {
  background-color: var(--white-smoke);
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  width: 100%;
  height: auto;
  min-height: 140px;
  margin-bottom: 0;
  padding: 10px 0;
}

.textarea:focus {
  border-bottom-width: 1px;
  border-bottom-color: #000;
}

.success-message {
  color: #fff;
  background-color: #0b273b;
  font-weight: 400;
}

.contact-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 30%;
  display: flex;
}

.contact-address {
  width: 100%;
  max-width: 250px;
  margin-bottom: 0;
}

.heading-kontakt {
  color: var(--white-smoke);
}

.icon-kontakt {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.text-block-5 {
  color: var(--white-smoke);
}

.text-block-5.dark {
  color: var(--black);
}

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

.cta-wrapper.expertise {
  background-image: linear-gradient(#00000080, #00000080), url('../images/clay-banks-jwOlSJGl4qE-unsplash.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  height: 45vh;
}

.heading_leistung {
  color: var(--white);
  font-family: Yeseva One, sans-serif;
  font-size: 4rem;
}

.brand-logo {
  object-fit: fill;
  width: auto;
  height: auto;
  max-height: none;
  font-size: 1.2rem;
  font-weight: 500;
}

.navbar-2 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding: 1rem 2.5rem;
  display: block;
}

.navbar-2.ls-6 {
  border: 1px solid #fff3;
  border-radius: 1px;
  width: 100%;
  padding: 2rem;
}

.background-image {
  z-index: 0;
  background-image: linear-gradient(#00000026, #00000026), url('../images/pexels-gutsbyjan-n-15272404.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-image.ls-6 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/luka-verc-grPhIvFoDGM-unsplash.jpg');
  background-position: 0 0, 50%;
}

.hero-sub-container.ls-6 {
  z-index: 2;
  position: static;
  inset: auto 2.5rem 3rem auto;
}

.hover-line {
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-sub-column.ls-6 {
  color: #fff;
  border: 1px solid #fff3;
  flex-direction: column;
  justify-content: space-between;
  width: 14rem;
  height: 14rem;
  padding: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.hero-sub-column.ls-6:hover {
  background-color: #ffffff59;
  box-shadow: 0 12px 36px -8px #0003;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
}

.navbar-container.ls-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.heading-6.ls-6 {
  color: #fff;
  margin-bottom: 4rem;
}

.grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.grid-2.ls-6 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.subtitle.ls-6 {
  text-align: right;
  font-weight: 400;
}

.info-text {
  font-size: 1.5rem;
}

.info-text.ls-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6rem;
  font-size: 1.2rem;
  font-weight: 300;
}

.link-style {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-style.ls-6 {
  grid-column-gap: .2rem;
  color: #fff;
  border-bottom: 1px solid #ffffff26;
  flex: none;
  align-items: center;
  padding-bottom: 0;
  font-size: 1.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hover-line-fill {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.hover-line-fill.background-color-white {
  background-color: #fff;
}

.nav-link.ls-4 {
  color: #fff;
}

.nav-link.ls-4.last {
  padding-right: 0;
}

.hero-sub.ls-6 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 40rem;
  margin-left: 2rem;
  display: flex;
}

.span-ls-6 {
  color: #00b6df;
}

.main-section {
  background-color: var(--black);
  width: 100%;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  position: relative;
  overflow: hidden;
}

.nav-menu.ls-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.hero.ls-6 {
  z-index: 2;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 5vh 2.5rem 3rem;
  display: flex;
  position: relative;
}

.arrow-icon.ls-6 {
  position: relative;
  bottom: -4px;
}

.italic-text {
  font-size: 3rem;
  font-style: normal;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-faq-content-wrapper {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.a-faq-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.a-faq-arrow {
  border: 1px solid var(--alley-component-library--gray--0);
  background-color: var(--alley-component-library--neutral--white);
  color: var(--alley-component-library--gray--300);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-faq-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.a-faq-title-wrapper:hover {
  color: var(--black);
}

.a-faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.a-faq-toggle:hover {
  color: var(--black);
}

.a-faq-dropdown {
  border-bottom: 1px solid var(--alley-component-library--gray--0);
  background-color: #fff;
  width: 100%;
  padding: 24px 32px;
  transition: all .3s;
  display: block;
}

.a-faq-dropdown.a-faq-remove-line {
  border-bottom-style: none;
}

.a-faq-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 64px;
}

.a-h3-heading {
  color: var(--alley-component-library--gray--900);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-title-wrap-center-large {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular {
  background-color: var(--white);
  padding: 92px 5%;
  position: relative;
}

.italic-text-2 {
  width: 100%;
}

.text-span-2 {
  font-weight: 700;
}

.navbar-dark {
  background-color: var(--transparent);
  width: 100%;
  padding: 1rem 2.5rem;
  position: fixed;
}

.impressum-wrapper {
  width: 100%;
  height: 100%;
}

.text-span-3 {
  font-weight: 700;
}

.body {
  background-color: var(--black);
}

@media screen and (min-width: 1440px) {
  .section.is-fullscreen.about {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section.datenschtz {
    background-color: var(--white);
  }

  .grid.is-awards {
    width: 75%;
  }

  .column.intro-left {
    font-size: .75rem;
  }

  .column.is-explore-info-right {
    max-width: 35rem;
  }

  .intro-number.wrapp {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 28vh;
    display: flex;
  }

  .intro-number.wrapp._2, .intro-number.wrapp._3 {
    height: 28vh;
  }

  .intro-number-text {
    margin-bottom: 10px;
  }

  .text-block-7 {
    font-size: .75rem;
  }
}

@media screen and (min-width: 1920px) {
  .text-size-medium {
    font-size: 1.5rem;
  }

  .section.is-hero {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .intro-number.wrapp._2, .intro-number.wrapp._3 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-ishero {
    font-size: 5rem;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

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

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

  .padding-global.titel {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .text-size-medium.dark {
    font-size: 1.1rem;
  }

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

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.is-hero {
    justify-content: flex-start;
    align-items: center;
    padding-top: 12rem;
    padding-bottom: 6em;
    display: flex;
  }

  .section.is-fullscreen.about {
    padding-bottom: 5vh;
  }

  .wrapper.is-wood-intro {
    padding-top: 14rem;
    padding-bottom: 4rem;
  }

  .wrapper.is-wood-image {
    min-height: 40vh;
  }

  .wrapper.is-awards {
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper.is-horizontal-scroll {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid.is-hero {
    grid-template-columns: .55fr 1fr;
  }

  .grid.is-product {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: .55fr 1fr;
  }

  .grid.is-wood {
    grid-template-rows: auto auto;
    grid-template-columns: .55fr;
  }

  .grid.is-awards {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 90%;
  }

  .grid.is-casestudy {
    grid-template-columns: 1fr;
  }

  .image-hero {
    object-fit: cover;
  }

  .column.intro-left {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .column.product-teaser-right {
    padding-left: 2rem;
  }

  .column.wood-right {
    padding-left: 0;
  }

  .column.is-explore-info {
    max-width: 20rem;
    bottom: 2.5rem;
  }

  .column.footer-right {
    flex-direction: column;
  }

  .column.is-explore-info-right {
    max-width: none;
    padding-left: 2rem;
    position: static;
  }

  .intro-number.wrapp, .intro-number.wrapp._2, .intro-number.wrapp._3 {
    width: 75%;
    height: auto;
    padding: 3em 1em;
  }

  .intro-number-text {
    margin-bottom: 10px;
    font-size: 3.5rem;
  }

  .image-wood {
    max-width: 80vw;
  }

  .explore-info-item.about {
    justify-content: center;
    align-items: flex-start;
  }

  .explore-info-image.about {
    width: 45%;
  }

  .explore-info-text {
    min-height: 11rem;
  }

  .about-infowrapper {
    min-height: auto;
  }

  .social-author {
    max-width: none;
  }

  .wrapper-info.bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .navbar-menu {
    width: 55vw;
  }

  .image-fill, .image-fill._1 {
    min-height: 35vh;
  }

  .image-fill.x {
    width: 25vw;
  }

  .credit-component-image-wrapper {
    display: none;
  }

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

  .column-infotext {
    position: static;
  }

  .text-block {
    width: 90%;
  }

  .expertise-wrppae._1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img {
    height: auto;
  }

  .social-wrap {
    padding-top: 0;
  }

  .ft-menu-wrap {
    justify-content: space-between;
    width: 100%;
    max-width: 55%;
  }

  .container {
    max-width: 100%;
  }

  .ft-left {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .social-img {
    height: auto;
  }

  .ft-data {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .ft-right {
    justify-content: space-between;
    width: 100%;
  }

  .cs-featured-img {
    max-width: 50%;
  }

  .featured-cs-title {
    font-size: 18px;
  }

  .expertise-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cs-featured-data {
    padding: 20px;
  }

  .cs-link {
    width: 100%;
    height: auto;
  }

  .cs-featured-image {
    min-height: auto;
    max-height: none;
  }

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

  .div-block._1 {
    width: 30vw;
    padding: 20px 20px 2px;
  }

  .div-block._2, .div-block._3 {
    width: 30vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block._4, .div-block._5, .div-block._6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-section {
    margin-bottom: 100px;
  }

  .primary-btn {
    justify-content: center;
    display: flex;
  }

  .contact-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .page-data {
    margin-bottom: 100px;
  }

  .contact-info {
    margin-bottom: 0;
  }

  .contact-title {
    margin-bottom: 10px;
  }

  .contact-right {
    max-width: 100%;
  }

  .contact-data {
    grid-column-gap: 60px;
    align-items: flex-start;
    display: flex;
  }

  .textarea {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .contact-left {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .heading-4, .heading-5 {
    font-size: 2.5rem;
  }

  .heading_leistung.expertise {
    text-align: center;
    font-size: 3.5rem;
    line-height: 1.1;
  }

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

  .hero-sub-container.ls-6 {
    position: static;
  }

  .navbar-container {
    justify-items: center;
  }

  .heading-6.ls-6 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }

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

  .info-text.ls-6 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .menu-button {
    color: #fff;
  }

  .hero-sub.ls-6 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
  }

  .hero.ls-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .italic-text {
    font-size: 2.25rem;
  }

  .a-faq-content {
    width: 100%;
  }

  .text-block-6 {
    font-size: 1rem;
  }

  .italic-text-2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge {
    padding-bottom: 4rem;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.nospace-right {
    padding-right: 1rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 4rem;
  }

  .section.is-hero {
    padding-top: 8rem;
    padding-bottom: 4em;
  }

  .section.case-study {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .wrapper.is-product-teaser {
    flex-direction: column;
  }

  .wrapper.is-wood-intro {
    padding-top: 8rem;
  }

  .wrapper.is-wood-image {
    min-height: 30vh;
  }

  .wrapper.is-awards {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid.is-intro {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .grid.is-product {
    grid-template-columns: 1fr;
  }

  .grid.is-product.header {
    place-items: center start;
  }

  .grid.is-wood {
    grid-template-columns: 1fr;
  }

  .grid.is-awards {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid.is-casestudy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1.2fr;
  }

  .grid.is-credit {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 24px .25fr 1fr 24px;
  }

  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .column.intro-left {
    flex-flow: column;
  }

  .column.product-teaser-right {
    order: 1;
    width: 100%;
  }

  .column.wood-right {
    padding-left: 0;
  }

  .column.is-explore-info {
    left: 1rem;
  }

  .column.footer-right {
    flex-direction: column;
    justify-content: flex-start;
  }

  .link.is-product-teaser {
    width: 100%;
  }

  .wood-component-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 4vw;
  }

  .wood-component-title {
    align-items: center;
    margin-bottom: .5rem;
  }

  .wood-component-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .explore-info-item.about {
    justify-content: center;
    align-items: center;
  }

  .explore-info-image.about {
    width: 65%;
  }

  .social-wrapper {
    align-items: flex-start;
  }

  .social-wrapper.left-aligned {
    align-items: center;
  }

  .social-author {
    max-width: none;
  }

  .wrapper-info.bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .navbar-menu {
    width: 65vw;
  }

  .spacer-footer {
    padding-top: 8rem;
  }

  .image-wrapper.wood {
    max-width: 12rem;
  }

  .image-fill.x {
    width: 30vw;
  }

  .subheading.white {
    font-size: .9rem;
  }

  .heading.white.cta {
    font-size: 1.75rem;
  }

  .heading-laufbahn {
    font-size: 1.75rem;
    line-height: 1.1;
  }

  .text-block-2 {
    font-size: 1.2rem;
  }

  .ft-btm {
    flex-direction: column;
    margin-top: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand {
    padding-left: 0;
  }

  .ft-wrap {
    margin-top: 40px;
  }

  .sub-title {
    margin-bottom: 2px;
  }

  .cs-featured-img {
    max-width: none;
  }

  .expertise-wrapper {
    padding-right: 0;
  }

  .cs-featured-data {
    border-left-style: solid;
    border-right: 1px solid #0000001a;
    max-width: none;
  }

  .cs-link {
    flex-flow: column;
  }

  .cs-featured-image {
    min-height: 270px;
    max-height: 270px;
  }

  .title {
    font-size: 2.2rem;
  }

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

  .div-block._1 {
    width: auto;
    padding-bottom: 20px;
  }

  .div-block._2 {
    border-right-style: none;
    width: auto;
  }

  .div-block._3 {
    border-right-style: solid;
    border-right-color: var(--dark-grey);
    width: auto;
  }

  .div-block._4 {
    border-bottom-style: solid;
    border-right-style: none;
    border-bottom-color: var(--dark-grey);
  }

  .contact-section, .page-data {
    margin-bottom: 80px;
  }

  .two-field {
    grid-column-gap: 25px;
    grid-template-rows: auto;
  }

  .heading_leistung.expertise {
    margin-bottom: .5rem;
    font-size: 3rem;
  }

  .navbar-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-sub-column.ls-6 {
    width: 11rem;
    height: 11rem;
  }

  .grid-2.ls-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .info-text {
    font-size: 1.25rem;
  }

  .hero-sub.ls-6 {
    justify-content: flex-start;
    margin-bottom: 2vh;
  }

  .main-section {
    height: auto;
  }

  .hero.ls-6 {
    flex-flow: column;
    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.35rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .overflow-hidden.hero-buttons {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .section.is-hero {
    padding-top: 8rem;
  }

  .section.case-study {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .section.hero.leistung {
    height: 65vh;
    padding-bottom: 20vh;
  }

  .wrapper.is-wood-intro {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .wrapper.is-wood-image {
    min-height: 18vh;
  }

  .grid.is-hero, .grid.is-product, .grid.is-wood {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .grid.is-awards {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    width: 75%;
  }

  .grid.is-footer {
    grid-template-columns: 1fr;
  }

  .column.wood-left {
    padding-bottom: 0;
    padding-right: 0;
  }

  .column.wood-right {
    padding-top: 0;
  }

  .column.is-explore-info {
    max-width: 17rem;
  }

  .column.footer-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .intro-number.wrapp, .intro-number.wrapp._2, .intro-number.wrapp._3 {
    width: auto;
  }

  .wood-component-content {
    justify-content: center;
    align-items: center;
  }

  .wood-component-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wood-component-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-wood {
    max-width: 90vw;
  }

  .image-award {
    max-height: 3rem;
  }

  .explore-info-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .explore-info-item.about {
    justify-content: center;
    align-items: flex-start;
  }

  .explore-info-image.about {
    width: 90%;
  }

  .explore-info-text {
    min-height: 9rem;
  }

  .social-wrapper.left-aligned {
    align-items: flex-start;
  }

  .social-author {
    max-width: none;
  }

  .navbar-menu {
    width: 100vw;
  }

  .navbar-link, .navbar-link:hover, .navbar-link:active, .navbar-link:visited {
    color: var(--white);
  }

  .navbar-social {
    margin-top: 6rem;
  }

  .spacer-footer {
    padding-top: 6rem;
  }

  .image-wrapper.wood {
    max-width: none;
  }

  .image-fill.x {
    justify-content: center;
    align-items: center;
    width: auto;
    min-height: 10vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-ishero {
    font-size: 2.4rem;
  }

  .subheading.white.expertise {
    text-align: center;
  }

  .heading.white.cta {
    width: 85%;
    font-size: 1.5rem;
  }

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

  .social-wrap {
    padding-top: 20px;
  }

  .ft-menu-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .ft-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .ft-data {
    flex-direction: column-reverse;
  }

  .ft-right {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .cs-featured-img {
    max-width: 100%;
  }

  .cs-featured-data {
    grid-row-gap: 30px;
    border-top-width: 0;
    border-right: 1px solid #0000001a;
    max-width: 100%;
  }

  .section-title-2 {
    margin-bottom: 20px;
  }

  .cs-link {
    flex-direction: column-reverse;
    align-items: flex-start;
    height: auto;
  }

  .cs-featured-image {
    min-height: 200px;
    max-height: 200px;
  }

  .title {
    font-size: 1.75rem;
  }

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

  .div-block._1 {
    border-right-style: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block._3 {
    border-right-style: none;
  }

  .div-block._5 {
    border-bottom-style: solid;
    border-right-style: none;
    border-bottom-color: var(--dark-grey);
  }

  .form-wrap {
    grid-row-gap: 30px;
  }

  .contact-section {
    margin-bottom: 60px;
  }

  .contact-wrap {
    grid-row-gap: 40px;
  }

  .page-data {
    margin-bottom: 60px;
  }

  .contact-data {
    grid-column-gap: 40px;
  }

  .two-field {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .hero-sub-column.ls-6 {
    width: 15rem;
    height: 12rem;
  }

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

  .hero-sub.ls-6 {
    margin-bottom: 5vh;
  }

  .main-section {
    height: auto;
    min-height: 100vh;
  }

  .italic-text {
    font-size: 2rem;
  }

  .a-faq-dropdown {
    padding: 24px;
  }
}

#w-node-_8292dae6-5021-f25d-97a3-0a771a496c22-5e72ec94 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f399962-1c65-d84c-5a3f-8e3fbe7d77fa-5e72ec94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a592807-cb08-6fa5-60eb-a9d08007e975-5e72ec94 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ae791a8a-f4e5-8b08-5791-84ae02d20abc-5e72ec94, #w-node-_49e3b3f8-a886-dce4-a006-7fe709b6864b-5e72ec94, #w-node-bfdfcfa3-a944-d8fe-25a8-ac66d46d23f1-5e72ec94, #w-node-_367151bc-bc6d-3153-e0e8-f97a134663dd-5e72ec94, #w-node-_84c60382-c8e5-1138-969e-6aaf2f790c45-5e72ec94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cb07b43-fe60-4c8c-adc5-e0af9e2e5129-5e72ec94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_9cb07b43-fe60-4c8c-adc5-e0af9e2e512c-5e72ec94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_54830eb8-bef3-b3f7-783f-be595b9e64d5-5b9e64d5, #w-node-_7db522e6-ec44-21a3-9107-5afbcbb8b5c3-cbb8b5b4, #w-node-_7db522e6-ec44-21a3-9107-5afbcbb8b5ca-cbb8b5b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73135866-b0ad-7ad0-86ed-6f2128965b72-cbb8b5b4, #w-node-_31398010-a7c5-0530-438b-e2a917a576fa-cbb8b5b4 {
  place-self: center;
}

#w-node-_1dc3412a-037c-6e7a-16c8-5f4430e35ce0-6f553afb, #w-node-_1dc3412a-037c-6e7a-16c8-5f4430e35ce5-6f553afb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dc3412a-037c-6e7a-16c8-5f4430e35cea-6f553afb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-aea09e06-4fa6-e9b4-2dc4-5310ca6106c9-b18ca3e9, #w-node-aea09e06-4fa6-e9b4-2dc4-5310ca6106cf-b18ca3e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aea09e06-4fa6-e9b4-2dc4-5310ca6106d5-b18ca3e9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c38e074f-5f8b-9c56-a7ed-8c8ced4324ae-8abaef45, #w-node-c38e074f-5f8b-9c56-a7ed-8c8ced4324b4-8abaef45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c38e074f-5f8b-9c56-a7ed-8c8ced4324ba-8abaef45 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f62c5c19-e64f-6f46-9454-ca78d4a81291-9fa8c1ae, #w-node-f62c5c19-e64f-6f46-9454-ca78d4a81296-9fa8c1ae, #w-node-_0d1c6cda-a500-fb77-eb1d-5f3931a371d6-107fa169, #w-node-_0d1c6cda-a500-fb77-eb1d-5f3931a371db-107fa169 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d1c6cda-a500-fb77-eb1d-5f3931a371dd-107fa169, #w-node-_0d1c6cda-a500-fb77-eb1d-5f3931a371e0-107fa169 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1f399962-1c65-d84c-5a3f-8e3fbe7d77fa-5e72ec94 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-f668ce73-b4ae-ebee-d80e-dbe5c4bfbcb5-5e72ec94 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_029fae0b-f026-0529-6897-0460847541c9-5e72ec94 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9cb07b43-fe60-4c8c-adc5-e0af9e2e5129-5e72ec94 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_9cb07b43-fe60-4c8c-adc5-e0af9e2e512c-5e72ec94 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1dc3412a-037c-6e7a-16c8-5f4430e35cea-6f553afb, #w-node-aea09e06-4fa6-e9b4-2dc4-5310ca6106d5-b18ca3e9, #w-node-c38e074f-5f8b-9c56-a7ed-8c8ced4324ba-8abaef45 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20468a45-1918-0553-1b4c-7a3c9cae45f7-107fa169 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_20468a45-1918-0553-1b4c-7a3c9cae460c-107fa169 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f399962-1c65-d84c-5a3f-8e3fbe7d77fa-5e72ec94 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f399962-1c65-d84c-5a3f-8e3fbe7d77fa-5e72ec94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}