:root {
  --font-family--font-sans: BandeinsStrange, sans-serif;
  --color--copy-bright: var(--white);
  --heading--h1: 6rem;
  --heading--h2: 3.5rem;
  --heading--h3: 3rem;
  --heading--h4: 2.375rem;
  --heading--h5: 2rem;
  --heading--h6: 1.1rem;
  --spacing--sm: 2.25rem;
  --color--divider-grey: #b4b4b4;
  --spacing--md: 4.5rem;
  --spacing--xxs: .5rem;
  --text-size--medium: 1.5rem;
  --color--copy-dark: var(--black);
  --spacing--xs: .8rem;
  --container--medium: 80rem;
  --color--copy-grey: #787878;
  --white: white;
  --black: black;
  --color--background-light-1: #f0efe9;
  --color--background-dark-1: var(--black);
  --spacing--xl: 7.5rem;
  --text-size--tiny: .9rem;
  --container--tiny: 32rem;
  --text-size--small: 1.1rem;
  --text-size--large: 2rem;
  --color--white: var(--white);
  --container--large: 100rem;
  --container--small: 50rem;
  --page-padding--desktop: 10rem;
  --page-padding--tablet: 6vw;
  --color--background-dark-2: #3b4235;
  --spacing--xxl: 10rem;
  --border-radius--rounded: 999rem;
  --color--accent-color: #fc762d;
  --border-radius--small: .75rem;
  --border-radius--medium: 2.5rem;
  --color--transparent: transparent;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

body {
  font-family: var(--font-family--font-sans);
  color: var(--color--copy-bright);
  background-color: #1d1d1d;
  font-size: 1rem;
  line-height: 1;
}

h1 {
  font-size: var(--heading--h1);
  font-variation-settings: "wdth" 400;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1;
}

h2 {
  font-size: var(--heading--h2);
  font-variation-settings: "wdth" 400;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.125;
}

h3 {
  font-size: var(--heading--h3);
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

h4 {
  font-size: var(--heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  font-size: var(--heading--h5);
  letter-spacing: .02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.05;
}

h6 {
  font-size: var(--heading--h6);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  line-height: 1.4;
}

ol {
  margin-top: var(--spacing--sm);
  margin-bottom: var(--spacing--sm);
  padding-left: 2.5rem;
  line-height: 1.4;
}

label {
  margin-bottom: .3rem;
  display: block;
}

blockquote {
  border-left: 5px solid var(--color--divider-grey);
  margin-bottom: 0;
  padding: .6rem 1.2rem;
  line-height: 1.4;
}

figure {
  margin-bottom: 10px;
}

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

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

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

.form-input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

.heading-style-h6 {
  font-size: var(--heading--h6);
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.1;
}

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

.hide {
  display: none;
}

.spacer-md-end {
  padding-bottom: var(--spacing--md);
}

.spacer-xxs-end {
  padding-bottom: var(--spacing--xxs);
}

.spacer-xxs-start {
  padding-top: var(--spacing--xxs);
}

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

.copy-medium {
  font-size: var(--text-size--medium);
  width: 80%;
  line-height: 1.4;
}

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

.main-wrapper {
  position: static;
}

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

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

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

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

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

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

.heading-style-h5 {
  font-size: var(--heading--h5);
  font-variation-settings: "wdth" 100;
  letter-spacing: .02em;
  text-transform: none;
  font-weight: 700;
  line-height: 1.05;
}

.heading-style-h2 {
  font-size: var(--heading--h2);
  letter-spacing: -.01em;
  text-transform: uppercase;
  line-height: 1.125;
}

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

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

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

.form_message-success {
  padding: 1.25rem;
}

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

.styleguide_item-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}

.rich-text-custom h1,
.rich-text-custom h2 {
  margin-top: var(--spacing--sm);
  margin-bottom: 1.5rem;
}

.rich-text-custom p {
  font-size: var(--text-size--medium);
  margin-bottom: 1.2em;
}

.rich-text-custom h5 {
  margin-top: var(--spacing--sm);
  margin-bottom: 1.5rem;
}

.rich-text-custom h6 {
  margin-top: var(--spacing--sm);
  margin-bottom: var(--spacing--xs);
}

.rich-text-custom ul {
  margin-top: var(--spacing--sm);
  margin-bottom: var(--spacing--sm);
  font-size: var(--text-size--medium);
}

.rich-text-custom figure {
  margin-top: var(--spacing--sm);
  margin-bottom: var(--spacing--sm);
}

.rich-text-custom h4,
.rich-text-custom h3 {
  margin-top: var(--spacing--sm);
  margin-bottom: 1.5rem;
}

.rich-text-custom blockquote {
  font-size: var(--text-size--medium);
  border-left-width: .3rem;
}

.rich-text-custom ol {
  font-size: var(--text-size--medium);
}

.rich-text-custom a {
  word-break: break-all;
}

.container-medium {
  max-width: var(--container--medium);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.overflow-hidden {
  overflow: hidden;
}

.button {
  background-color: var(--color--copy-dark);
  color: var(--color--copy-bright);
  text-align: center;
  letter-spacing: .02rem;
  padding: 1rem 1.7rem 1.2rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.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: .5rem;
}

.button.is-disabled {
  background-image: linear-gradient(to bottom, var(--color--copy-grey), var(--color--copy-grey));
  opacity: .25;
}

.button.is-large {
  padding: 1.5rem 2.5rem;
  font-size: 1.2rem;
}

.button.is-secondary {
  background-color: var(--white);
  color: var(--black);
  border: 2px solid #000;
  font-weight: 700;
}

.button.is-secondary.is-small:hover {
  transform: translate(0, 5px);
  box-shadow: 0 -15px 20px rgba(255, 255, 255, .25);
}

.button.button-light {
  background-color: var(--white);
  color: var(--black);
}

.styleguide_empty-box {
  z-index: -1;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.form_component {
  margin-bottom: 0;
}

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

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

.styleguide_spacer-box {
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

.background-color-dark-1.spacer-xl-start.spacer-xl-end {
  z-index: 4;
}

.spacer-xl-start {
  padding-top: var(--spacing--xl);
  font-size: 1rem;
}

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

.overflow-auto {
  overflow: auto;
}

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

.spacer-xs-start {
  padding-top: var(--spacing--xs);
}

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

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.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-style-allcaps {
  text-transform: uppercase;
}

.page-wrapper {
  width: 100rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: visible;
}

.copy-tiny {
  font-size: var(--text-size--tiny);
  line-height: 1.4;
}

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

.container-tiny {
  max-width: var(--container--tiny);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

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

.copy-small {
  font-size: var(--text-size--small);
  line-height: 1.4;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

.spacer-sm-start {
  padding-top: var(--spacing--sm);
}

.copy-large {
  font-size: var(--text-size--large);
  line-height: 1.4;
}

.spacer-xs-end {
  padding-bottom: var(--spacing--xs);
}

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

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

.spacer-md-start {
  padding-top: var(--spacing--md);
}

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

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

.heading-style-h1 {
  z-index: 10;
  font-size: var(--heading--h1);
  font-variation-settings: "wdth" 400;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

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

.text-color-bright {
  color: var(--color--copy-bright);
}

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

.container-small {
  max-width: var(--container--small);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

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

.spacer-sm-end {
  padding-bottom: var(--spacing--sm);
}

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

.page-padding {
  padding-right: var(--page-padding--desktop);
  padding-left: var(--page-padding--desktop);
}

.page-padding.no-padding-right {
  padding-right: 0;
}

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

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

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

.text-color-grey {
  color: rgba(255, 255, 255, .8);
  -webkit-text-stroke-color: var(--white);
}

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

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

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

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

.spacer-xl-end {
  padding-bottom: var(--spacing--xl);
}

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

.section-styleguide-home {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  padding-right: var(--page-padding--desktop);
  padding-left: var(--page-padding--desktop);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 44rem;
  display: flex;
}

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

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

.navbar-inner {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-logos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.brand-image {
  width: 15rem;
  height: 2rem;
}

.nav-items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-left: auto;
  display: flex;
}

.image-2,
.navbar-logo {
  height: 2rem;
}

.navbar {
  box-sizing: border-box;
  background-color: var(--black);
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  position: static;
}

.hero-video {
  z-index: 4;
  position: relative;
}

.background-video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.section-intro {
  padding-top: var(--spacing--xxl);
  padding-bottom: var(--spacing--xl);
  display: block;
}

.section-intro.background-color-dark-1 {
  z-index: 4;
  position: relative;
}

.width-two-third {
  z-index: 5;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 66%;
  display: flex;
  position: relative;
}

.image-4 {
  width: 32rem;
  min-width: 60%;
}

.section-image-full {
  z-index: 4;
  position: relative;
  top: 0;
  overflow: hidden;
}

.image-wide {
  object-fit: fill;
  width: 100%;
  position: static;
  top: 0;
}

.section-split-content {
  position: static;
}

.split-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--black);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
  position: relative;
}

.split-left {
  width: 50%;
  padding: 0;
  position: relative;
  overflow: visible;
}

.split-left.spacer-around-default {
  position: relative;
}

.split-right {
  background-color: var(--white);
  width: 50%;
}

.footer {
  z-index: 1;
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  bottom: 0;
}

.scroll-wrapper {
  color: var(--color--copy-dark);
  height: 100%;
  max-height: 100%;
}

.scroll-divider {
  margin-top: var(--spacing--md);
  margin-bottom: var(--spacing--xxl);
  background-color: var(--black);
  height: .5rem;
}

.sticky-part {
  clear: none;
  height: 0;
  min-height: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-part.split-padding {
  padding: 4rem;
}

.sticky-part.spacer-around-default {
  z-index: 1;
  float: none;
  clear: none;
  height: auto;
}

.sticky-part.spacer-around-default.extra-padding-left {
  padding-left: 10rem;
}

.spacer-around-default {
  padding: 4rem;
}

.heading-2 {
  text-transform: none;
}

.section-images {
  z-index: 4;
  position: relative;
  overflow: hidden;
}

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

.corner-wrap.spacer-xl-start.text-align-right {
  z-index: 5;
  position: relative;
}

.image-6 {
  max-width: 90%;
}

.two-images {
  display: flex;
}

.div-block-2 {
  padding-top: 0%;
  position: relative;
}

.section-benefits.spacer-xl-start.spacer-xl-end.background-color-dark-1 {
  position: relative;
}

.section-images-fullwidth.background-color-dark-1 {
  z-index: 4;
  position: relative;
}

.grid {
  grid-template-rows: auto auto auto;
}

.benefits-grid.spacer-md-start {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.benefits-list {
  padding-top: 1rem;
  padding-left: 2.125rem;
  font-size: 1.3125rem;
  list-style-type: disc;
}

.section-testen {
  z-index: 4;
  background-color: var(--white);
  color: var(--color--copy-dark);
  position: relative;
}

.heading-3 {
  text-transform: none;
}

.text-span,
.ambientwall-brandname {
  font-variation-settings: "wdth" 400;
}

.section-testen-fullwidth {
  z-index: 4;
  background-color: var(--white);
  color: var(--black);
  position: relative;
  overflow: hidden;
}

.mask {
  overflow: visible;
}

.slider {
  background-color: var(--white);
  height: 100%;
  overflow: visible;
}

.slide-nav {
  border: 1px #000;
  border-radius: 0;
  margin-bottom: -20px;
  padding-top: 100%;
  font-size: 1.5rem;
}

.slider-item-wrap {
  display: block;
}

.slider-item-number {
  text-align: center;
  width: auto;
  padding-left: 5%;
  padding-right: 10%;
  font-size: 9rem;
  font-weight: 700;
  line-height: .7;
}

.slider-item-text {
  padding-right: 10%;
}

.heading-4 {
  text-transform: none;
  font-weight: 700;
}

.slider-corner {
  text-align: left;
  border: 1px #000;
  border-top: .75rem solid #000;
  border-left: .75rem solid #000;
  width: 1px;
  min-width: 12%;
  max-width: 12%;
  height: 4rem;
  max-height: 100%;
  display: block;
}

.slider-corner.corner-bottom-right {
  margin-left: auto;
  transform: rotate(180deg);
}

.slider-corner.border-color-white {
  border-top-color: var(--white);
  border-left-color: var(--white);
}

.slider-content {
  display: flex;
}

.slide {
  cursor: auto;
}

.section-kontakt {
  z-index: 4;
  color: var(--black);
  background-color: #fff;
  position: relative;
}

.kontakt-inner {
  padding: var(--spacing--md) var(--spacing--xl);
  display: block;
}

.kontakt-cta-heading {
  width: auto;
  font-size: 5.375rem;
  display: inline-block;
}

.kontakt-wrap {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
  overflow: visible;
}

.kontakt-icon-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
  text-decoration: none;
  display: flex;
}

.kontakt-icon-wrap:hover {
  text-decoration: underline;
}

.code-embed {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  display: flex;
}

.code-embed.background-color-white {
  background-color: var(--white);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
}

.icon-rounded {
  border-radius: var(--border-radius--rounded);
  background-color: var(--black);
  padding: .75rem;
  display: inline-block;
}

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

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

.text-block {
  font-size: 3.125rem;
  font-weight: 700;
  text-decoration: none;
}

.div-block-3,
.text-block-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section-creation-service {
  z-index: 4;
  position: relative;
}

.heading-content-service {
  text-transform: none;
}

.two-images-wrap {
  overflow: visible;
}

.ful-width-image {
  overflow: hidden;
}

.section-faqs {
  z-index: 4;
  position: relative;
}

.text-block-3 {
  font-size: 2rem;
  font-weight: 300;
}

.dropdown-list {
  position: static;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon {
  width: 2rem;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  color: var(--black);
  background-color: #fff;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.accordion-heading {
  font-size: var(--heading--h5);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-icon {
  font-size: 4rem;
  font-weight: 700;
  line-height: .5;
}

.accordion-icon.icon-minus {
  display: none;
}

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

.section-kontakt-dark {
  z-index: 4;
  background-color: var(--black);
  position: relative;
}

.code-embed-2 {
  color: var(--black);
  width: 40%;
  max-width: 100%;
}

.logo-lkf-embed {
  width: 40%;
}

.image-8 {
  width: 100px;
}

.footer-inner-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-wrap {
  font-variation-settings: "wdth" 400;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

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

.copyright-link:hover {
  text-decoration: underline;
}

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

.play-state-icon {
  width: 2rem;
}

.italic-text {
  z-index: 3;
  position: relative;
}

.background-image-footer {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/ambientWall_Makro-footer-dark-2.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  padding-top: 30vh;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.footer-background-image {
  z-index: 0;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-content-holder {
  z-index: 2;
  position: relative;
}

.body {
  background-color: var(--black);
  background-image: url('../images/ambientWall_Makro-footer-dark-2.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.nav-button {
  background-color: var(--black);
  text-transform: uppercase;
  position: relative;
}

.nav-button {
  text-underline-offset: 5px;
}

@media screen and (max-width: 991px) {
  .styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

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

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

  .hide-tablet {
    display: none;
  }

  .page-padding {
    padding-right: var(--page-padding--tablet);
    padding-left: var(--page-padding--tablet);
  }

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

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

  .width-two-third {
    width: 100%;
  }

  .scroll-wrapper.spacer-around-default {
    padding: 6vw;
  }

  .sticky-part.spacer-around-default.extra-padding-left {
    padding-left: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .styleguide_section-header {
    font-size: .875rem;
  }

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

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

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

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

  .split-wrapper {
    flex-flow: column;
  }

  .split-left,
  .split-right {
    width: 100%;
  }

  .kontakt-inner {
    padding: var(--spacing--xs) var(--spacing--md) var(--spacing--xs) var(--spacing--sm);
  }

  .code-embed {
    width: 1.7rem;
    height: 1.7rem;
  }

  .text-block {
    font-size: 2.3rem;
  }

  .accordion-item-content {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .full-width-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .button.is-secondary.is-small {
    font-size: 1rem;
  }

  .spacer-xl-start {
    display: block;
  }

  .spacer-xl-start.spacer-xl-end {
    padding-top: var(--spacing--md);
    padding-bottom: var(--spacing--md);
  }

  .copy-large.spacer-xs-start.slider-copy {
    font-size: 1.3rem;
    line-height: 1.4;
  }

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

  .spacer-sm-end.scroller-heading {
    font-size: var(--heading--h4);
    padding-bottom: 1rem;
  }

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

  .nav-logos {
    display: none;
  }

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

  .hero-video {
    width: 101%;
    height: 101%;
    overflow: hidden;
  }

  .section-intro.background-color-dark-1 {
    padding-top: var(--spacing--md);
  }

  .image-4 {
    width: 80%;
  }

  .scroll-wrapper.spacer-around-default {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .scroll-divider {
    margin-bottom: var(--spacing--md);
  }

  .benefits-grid.spacer-md-start {
    grid-template-columns: 1fr;
  }

  .benefits-list {
    margin-left: .75rem;
  }

  .slider-item-number {
    padding-right: 5%;
    font-size: 2.5rem;
  }

  .slider-corner {
    min-width: 12%;
  }

  .slider-corner.corner-bottom-right {
    display: none;
  }

  .kontakt-inner {
    padding-left: var(--spacing--xs);
  }

  .kontakt-icon-wrap {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .code-embed {
    width: 1.1rem;
    height: 1.1rem;
  }

  .icon-rounded {
    padding: .5rem;
  }

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

  .accordion-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .accordion-heading {
    font-size: 1.7rem;
    line-height: 1.3;
  }

  .accordion-icon.icon-plus,
  .accordion-icon.icon-minus {
    font-size: 3rem;
  }

  .logo-lkf-embed {
    width: 90%;
  }

  .footer-copyright-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }

  .background-image-footer {
    padding-top: 15vh;
  }

  .image-9 {
    max-width: 30%;
  }
}

#w-node-b898fac5-549e-6b61-8561-86e070af5efd-7a3243bf,
#w-node-b898fac5-549e-6b61-8561-86e070af5f02-7a3243bf,
#w-node-b898fac5-549e-6b61-8561-86e070af5f07-7a3243bf,
#w-node-b898fac5-549e-6b61-8561-86e070af5f0c-7a3243bf,
#w-node-b898fac5-549e-6b61-8561-86e070af5f11-7a3243bf,
#w-node-b898fac5-549e-6b61-8561-86e070af60b1-7a3243bf,
#w-node-b898fac5-549e-6b61-8561-86e070af60b8-7a3243bf {
  justify-self: start;
}

#w-node-b898fac5-549e-6b61-8561-86e070af60bd-7a3243bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b898fac5-549e-6b61-8561-86e070af60bf-7a3243bf {
  justify-self: start;
}

#w-node-b898fac5-549e-6b61-8561-86e070af60c4-7a3243bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b898fac5-549e-6b61-8561-86e070af60c6-7a3243bf {
  justify-self: start;
}

#w-node-_99ee799f-31d9-a411-a661-a5705a568cbe-7a3243bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b898fac5-549e-6b61-8561-86e070af60cb-7a3243bf {
  justify-self: start;
}

#w-node-_34acf2ce-93c6-95e2-c593-427e5e2ace38-7a3243bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34acf2ce-93c6-95e2-c593-427e5e2ace3a-7a3243bf {
  justify-self: start;
}

#w-node-b898fac5-549e-6b61-8561-86e070af5faf-7a3243bf,
#w-node-b898fac5-549e-6b61-8561-86e070af5fc8-7a3243bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b898fac5-549e-6b61-8561-86e070af5fcb-7a3243bf {
  justify-self: start;
}

#w-node-b898fac5-549e-6b61-8561-86e070af5fcd-7a3243bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b898fac5-549e-6b61-8561-86e070af5fd0-7a3243bf {
  justify-self: start;
}

#w-node-b898fac5-549e-6b61-8561-86e070af6039-7a3243bf,
#w-node-b898fac5-549e-6b61-8561-86e070af6043-7a3243bf,
#w-node-b898fac5-549e-6b61-8561-86e070af6044-7a3243bf,
#w-node-b898fac5-549e-6b61-8561-86e070af6166-7a3243bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'BandeinsStrange';
  src: url('../fonts/BandeinsStrangeVariable.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: auto;
}



.totop-button {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  background: #000;
  margin: 2rem;
  z-index: 500;
  padding: 6px;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
}

.totop-button:hover {
  transform: translateY(-10px);
  transition: 0.5s all;
}

body.has-scrolled .totop-button {
  opacity: 1;
  pointer-events: all;
  transition: 0.5s all;
}