:root {
  --main-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --black: black;
  --white: white;
  --secondary-color: #633f1e;
  --primary-color: black;
  --h3-text: 25px;
  --h4-text: 20px;
  --h1-text: 40px;
  --h5-text: 15px;
  --big-text: 50px;
  --h2-text: 25px;
}

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

body {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

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

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

.margin-small {
  margin: 1.5rem;
}

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

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

.footer {
  background-color: var(--secondary-color);
  color: var(--white);
  justify-content: center;
  align-items: center;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_close {
  background-color: var(--secondary-color);
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_label {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cc-banner_component {
  z-index: 999;
  background-color: var(--secondary-color);
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 500px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  background-color: var(--primary-color);
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  width: 48px;
  padding: 8px;
  transition: opacity .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  opacity: .7;
}

.cc-manager_component {
  z-index: 999;
  width: 48px;
  height: 48px;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner2_text {
  font-size: 15px;
}

.fs-cc-prefs2_title {
  color: var(--black);
  font-size: var(--h3-text);
  text-align: center;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  text-align: center;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 700;
  transition: all .4s;
}

.fs-cc-prefs2_button:hover {
  background-color: #633f1eb3;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  background-color: #fff;
  margin-bottom: 12px;
}

.fs-cc-prefs2_button.fs-cc-button-alt:hover {
  background-color: #633f1e33;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  border: 2px solid var(--secondary-color);
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  background-size: auto;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #0000;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
  overflow: auto;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #0009;
  border-radius: 10px;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
  transition: all .4s;
}

.fs-cc-prefs2_submit:hover {
  background-color: var(--primary-color);
}

.cc-prefs_component {
  z-index: 9991;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.banner-btn-rp {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  color: var(--black);
  font-size: var(--h4-text);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  min-width: 120px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #fff6;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-reject {
  display: none;
}

.fs-cc-reject.insta-no-cookies {
  background-color: var(--primary-color);
  color: var(--white);
}

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

.insta-embed {
  overflow: hidden;
}

.hero-section {
  padding-top: 6.5rem;
  padding-bottom: 12.5rem;
}

.hero-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.hero-contents {
  width: 100%;
  max-width: 35rem;
}

.hero-img-wrapper {
  aspect-ratio: 1.1;
  background-color: var(--secondary-color);
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.img-big {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.margin-bottom27 {
  margin-bottom: 27px;
}

.location-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 2px 5px 10px;
  display: inline-flex;
}

.location-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 16px;
  display: flex;
}

.h4-text {
  font-size: var(--h4-text);
  font-weight: 600;
}

.h4-text.uppercase {
  text-transform: uppercase;
}

.h4-text.uppercase.weight-500 {
  font-weight: 500;
}

.h1-text {
  font-size: var(--h1-text);
  font-weight: 600;
}

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

.margin-bottom44 {
  margin-bottom: 44px;
}

.approval-component {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h5-text {
  font-size: var(--h5-text);
  font-weight: 600;
}

.h5-text.spacint-1 {
  letter-spacing: .015px;
}

.text-color-secondary {
  color: var(--secondary-color);
}

.approval-imgs-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.approval-img-item {
  border-radius: 100px;
  flex: none;
  width: 17px;
  height: 17px;
  margin-left: -5px;
  overflow: hidden;
}

.approval-img-item.left-negative {
  margin-left: -5px;
}

.margin-bottom50 {
  margin-bottom: 50px;
}

.btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  color: var(--primary-color);
  font-size: var(--h4-text);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  padding: 2px;
  font-weight: 500;
  display: inline-flex;
  position: relative;
}

.btn-arrow-wrapper {
  border: 1px solid var(--white);
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 100px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.btn-arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-arrow-placeholder {
  width: 34px;
  height: 34px;
}

.btn-arrow-placeholder.right {
  width: 5px;
}

.btn-arrow-absolute {
  justify-content: flex-end;
  align-items: center;
  width: 0%;
  max-width: calc(100% - 38px);
  display: flex;
  position: absolute;
  inset: 0% auto 0% 36px;
}

.full-img-section {
  display: flex;
}

.full-img-wrapper {
  flex: none;
  width: 100%;
  height: 70vh;
  min-height: 20rem;
  max-height: 40rem;
  position: relative;
}

.full-img {
  object-fit: cover;
  object-position: 40% 50%;
  width: 100%;
  height: 100%;
}

.full-img-contents {
  z-index: 2;
  flex: none;
  width: 100%;
  margin-left: -100%;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.full-img-container {
  width: 100%;
  max-width: 84rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.max-width-45 {
  width: 100%;
  max-width: 45.5rem;
}

.full-img-gradient {
  opacity: .5;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

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

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

.padding-section-large.top-double {
  padding-top: 12.5rem;
}

.padding-section-large.bottom-double {
  padding-bottom: 12.5rem;
}

.padding-section-large.top-0 {
  padding-top: 0;
}

.specs-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.big-text {
  font-size: var(--big-text);
  font-weight: 700;
  line-height: 120%;
}

.h3-text {
  font-size: var(--h3-text);
  font-weight: 500;
}

.h3-text.uppercase {
  text-transform: uppercase;
}

.h3-text.uppercase.weight-600, .h3-text.weight-600 {
  font-weight: 600;
}

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

.margin-bottom5 {
  margin-bottom: 5px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.margin-bottom42 {
  margin-bottom: 42px;
}

.margin-bottom75 {
  margin-bottom: 75px;
}

._4col-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

._4col-grid.fit-imgs {
  grid-row-gap: 38px;
  place-items: start stretch;
}

.studio-item {
  width: 100%;
}

.studio-img-wrapper {
  aspect-ratio: 2 / 3;
  background-color: var(--secondary-color);
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.studio-img-wrapper.wide {
  aspect-ratio: auto;
}

.margin-bottom38 {
  margin-bottom: 38px;
}

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

.padding-vertical-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.max-width-35 {
  width: 100%;
  max-width: 35rem;
}

._2col-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

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

.facts-item {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 20px;
}

.facts-item.is-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(max-content, 13rem) max-content minmax(min-content, 10rem);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.kunden-item {
  border-radius: 30px;
  padding: 8px 15px;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
}

.kunden-item:hover {
  background-color: var(--secondary-color);
  color: var(--white);
}

.kunden-items-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-items-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.faq-item {
  border-bottom: 1px solid #0000001a;
}

.faq-item-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px 34px;
  display: flex;
}

.faq-item-arrow {
  width: 28px;
}

.faq-item-body {
  width: 100%;
  overflow: hidden;
}

.faq-body-padding {
  width: 100%;
  padding-bottom: 20px;
  padding-left: 34px;
}

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

.padding-section-small.bottom-double {
  padding-bottom: 7.5rem;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

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

.footer-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.location-arrow-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 9px;
  padding-right: 8px;
  display: flex;
}

.location-arrow-wrapper {
  overflow: hidden;
}

.correct-label-padding {
  margin-left: -15px;
}

.img-grid {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: minmax(auto, 90px) minmax(auto, 90px) minmax(auto, 90px) minmax(auto, 90px) minmax(auto, 90px);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-img-wrapper {
  background-color: var(--secondary-color);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.max-width-23 {
  width: 100%;
  max-width: 23rem;
}

.max-width-58 {
  width: 100%;
  max-width: 58rem;
}

.grey-box {
  background-color: #ddd;
  width: 100%;
  height: 250px;
}

.navbar-component {
  background-color: var(--white);
  align-items: center;
  width: 100%;
  max-height: 100px;
  padding: 1rem 5%;
  display: flex;
  position: fixed;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 84rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-logo-wrapper {
  pointer-events: auto;
  flex: none;
  padding-left: 0;
  position: relative;
}

.nav-logo {
  color: var(--black);
  object-fit: contain;
  width: auto;
  height: 25px;
  transition: all .8s ease-in-out;
}

.nav-menu-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-btn-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-btn {
  background-color: #633f1e00;
  border-radius: 200px;
  flex: none;
  width: 37px;
  height: 37px;
  padding: 14px 10px;
  transition: all .45s cubic-bezier(.445, .05, .55, .95);
  display: block;
}

.menu-btn:hover, .menu-btn.w--open {
  background-color: #0000;
}

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

.burger-line-top, .burger-line-bottom {
  background-color: #202020;
  flex: none;
  height: 2px;
  position: relative;
  width: 100% !important;
}

.menu-block {
  z-index: 99;
  background-color: var(--white);
  height: 100vh;
  padding: 10rem 5vw 6rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-inner-flex {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-links-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-size: var(--h3-text);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: inline-flex;
}

.nav-link-dot {
  background-color: var(--secondary-color);
  border-radius: 200px;
  width: 15px;
  height: 15px;
}

.nav-link-dot-padding {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}

.nav-link-dot-wrapper {
  transition: all .45s cubic-bezier(.86, 0, .07, 1);
}

.nav-img-component {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.nav-menu-img-wrapper {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 20rem;
  overflow: hidden;
}

.nav-menu-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-anim-wrapper {
  width: 100%;
  height: 100%;
}

.txt-small {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  body {
    --main-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --secondary-color: #633f1e;
    --primary-color: black;
    --h3-text: 22px;
    --h4-text: 18px;
    --h1-text: 32px;
    --h5-text: 14px;
    --big-text: 34px;
    --h2-text: 22px;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

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

  .hero-section {
    padding-bottom: 6rem;
  }

  .hero-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .full-img {
    object-position: 10% 50%;
  }

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

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

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

  .specs-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._4col-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  ._4col-grid.fit-imgs {
    grid-row-gap: 38px;
  }

  .studio-img-wrapper.wide {
    aspect-ratio: 16 / 9;
  }

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

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

  .facts-item.is-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .img-grid {
    grid-template-rows: repeat(auto-fit, minmax(auto, 45px)) minmax(auto, 45px) minmax(auto, 45px) minmax(auto, 45px) minmax(auto, 45px);
  }

  .tablet-padding {
    padding-top: 0;
    padding-bottom: 26px;
  }

  .nav-logo-wrapper {
    cursor: pointer;
  }

  .nav-menu-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .menu-btn {
    cursor: pointer !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    --main-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --secondary-color: #633f1e;
    --primary-color: black;
    --h3-text: 20px;
    --h4-text: 16px;
    --h1-text: 30px;
    --h5-text: 12px;
    --big-text: 30px;
    --h2-text: 20px;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

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

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner-btn-rp {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .hero-section {
    padding-top: 5rem;
  }

  .hero-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .hero-contents {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
    flex-flow: column;
    display: flex;
  }

  .hero-img-wrapper {
    aspect-ratio: 16 / 9;
  }

  .margin-bottom27 {
    margin-bottom: 14px;
  }

  .margin-bottom27.mobil-0, .margin-bottom44.mobil-0, .margin-bottom50.mobil-0 {
    margin-bottom: 0;
  }

  .specs-grid {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr 1fr;
  }

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

  ._4col-grid.fit-imgs {
    grid-row-gap: 20px;
  }

  .margin-bottom38 {
    margin-bottom: 20px;
  }

  .margin-bottom30 {
    margin-bottom: 18px;
  }

  ._2col-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  ._2col-grid.mobil-gap-15 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  ._2col-grid.mobil-gap-small {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .kunden-items-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .faq-item-head {
    padding-left: 20px;
  }

  .faq-body-padding {
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .img-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 45px minmax(auto, 45px) minmax(auto, 45px) minmax(auto, 45px);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 45px;
  }

  .tablet-padding {
    padding-bottom: 44px;
  }

  .navbar-component {
    z-index: 9999;
    max-height: 75px;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-logo-wrapper {
    z-index: 11;
    max-width: 40vw;
  }

  .nav-logo {
    height: 20px;
  }

  .menu-btn-wrapper {
    display: none;
  }

  .menu-block {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .menu-inner-flex {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-img-component {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 50%;
  }

  .nav-menu-img-wrapper {
    aspect-ratio: auto;
    width: auto;
    max-width: none;
    height: 100%;
  }

  .nav-menu-img {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  body {
    --main-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --secondary-color: #633f1e;
    --primary-color: black;
    --h3-text: 18px;
    --h4-text: 13px;
    --h1-text: 25px;
    --h5-text: 12px;
    --big-text: 25px;
    --h2-text: 18px;
  }

  h1 {
    font-size: 2.5rem;
  }

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

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-prefs2_form-wrapper {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .cc-banner_component {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 32px 20px 20px;
  }

  .fs-cc-prefs2_form {
    max-width: 96vw;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .cc-prefs_component {
    padding: 24px;
  }

  .hero-section {
    padding-bottom: 5.6rem;
  }

  .hero-grid {
    grid-column-gap: 7vh;
    grid-row-gap: 7vh;
  }

  .hero-contents {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
  }

  .full-img {
    object-position: 15% 50%;
  }

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

  .padding-section-large.top-double {
    padding-top: 5.6rem;
  }

  .padding-section-large.bottom-double {
    padding-bottom: 5.8rem;
  }

  .h3-text.weight-600.mobil-small {
    font-size: var(--h4-text);
  }

  .h3-text.weight-700.mobil-small {
    font-size: 16px;
  }

  .facts-item.is-grid {
    grid-template-columns: 4rem max-content minmax(min-content, 4rem);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .img-grid {
    grid-template-rows: 45px minmax(auto, 45px) minmax(auto, 45px) minmax(auto, 45px);
  }

  .nav-logo-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: 44vw;
    display: flex;
  }

  .nav-logo {
    width: 100%;
    height: 18px;
  }
}

#w-node-_7bfd8340-50ee-4a1a-da3a-6087da26c224-603f4764 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-d242bca0-9350-ac6b-097c-eb1a5de38064-603f4764 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_34e5dd64-aa76-e3de-2d43-3bb3984d98a2-603f4764, #w-node-_018fb3b0-397e-40cc-962d-964a9e15e3c8-603f4764 {
  grid-area: span 5 / span 2 / span 5 / span 2;
}

#w-node-_018fb3b0-397e-40cc-962d-964a9e15e3c6-603f4764 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_018fb3b0-397e-40cc-962d-964a9e15e3c4-603f4764 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-b7e7c8de-ff88-0661-94df-8e9f8a542fc8-603f4764 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-b7e7c8de-ff88-0661-94df-8e9f8a542fca-603f4764, #w-node-b7e7c8de-ff88-0661-94df-8e9f8a542fcc-603f4764 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-a2bf63aa-9f97-4f3a-f676-cbecf4b6fa29-603f4764 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-a2bf63aa-9f97-4f3a-f676-cbecf4b6fa2c-603f4764 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-a2bf63aa-9f97-4f3a-f676-cbecf4b6fa2f-603f4764 {
  grid-area: span 5 / span 2 / span 5 / span 2;
}

#w-node-_60e5f914-fb8f-ac78-882b-35c718094d49-603f4764, #w-node-_60e5f914-fb8f-ac78-882b-35c718094d4c-603f4764, #w-node-_60e5f914-fb8f-ac78-882b-35c718094d4f-603f4764, #w-node-_60e5f914-fb8f-ac78-882b-35c718094d52-603f4764 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-ad70b3ec-8351-8f7d-2de8-32415ac1a610-603f4764, #w-node-ad70b3ec-8351-8f7d-2de8-32415ac1a612-603f4764 {
  grid-area: span 5 / span 2 / span 5 / span 2;
}

#w-node-_7b360205-cbfe-bee5-7552-fbc171f50eee-6bd41828, #w-node-d41d5b97-8a65-a5fd-459f-91b35e22d911-6bd41828 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d41d5b97-8a65-a5fd-459f-91b35e22d91a-6bd41828 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d41d5b97-8a65-a5fd-459f-91b35e22d921-6bd41828 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-bc06eb78-143e-fead-f9ae-c6679bbb46ac-6bd41828, #w-node-bc06eb78-143e-fead-f9ae-c6679bbb46ae-6bd41828, #w-node-bc06eb78-143e-fead-f9ae-c6679bbb46b0-6bd41828, #w-node-bc06eb78-143e-fead-f9ae-c6679bbb46b2-6bd41828 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_2679e607-c06c-6e9f-361d-2e9d3ac4e1d4-50121451 {
  grid-area: span 5 / span 2 / span 5 / span 2;
}

#w-node-_2679e607-c06c-6e9f-361d-2e9d3ac4e1d0-50121451, #w-node-_2679e607-c06c-6e9f-361d-2e9d3ac4e1d2-50121451 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_972224ad-a74f-d657-b4f2-dd487a3016fe-7a3016f9 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_328ed399-acc9-c9fa-8ecc-13a6d80102ca-6bd41828 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b48fb1aa-543c-d1aa-bee8-4c0f72fb2f9d-6bd41828 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d41d5b97-8a65-a5fd-459f-91b35e22d90d-6bd41828 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d41d5b97-8a65-a5fd-459f-91b35e22d90f-6bd41828 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d41d5b97-8a65-a5fd-459f-91b35e22d913-6bd41828 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d41d5b97-8a65-a5fd-459f-91b35e22d91a-6bd41828 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d41d5b97-8a65-a5fd-459f-91b35e22d921-6bd41828 {
    grid-area: 4 / 2 / 5 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b462438f-a4e5-ed35-576d-caba52ead4a5-35afe507, #w-node-_34e5dd64-aa76-e3de-2d43-3bb3984d98a2-603f4764 {
    order: -9999;
  }

  #w-node-_018fb3b0-397e-40cc-962d-964a9e15e3c8-603f4764, #w-node-_018fb3b0-397e-40cc-962d-964a9e15e3c6-603f4764, #w-node-_018fb3b0-397e-40cc-962d-964a9e15e3c4-603f4764, #w-node-b7e7c8de-ff88-0661-94df-8e9f8a542fca-603f4764, #w-node-b7e7c8de-ff88-0661-94df-8e9f8a542fcc-603f4764 {
    grid-row: span 4 / span 4;
  }

  #w-node-a2bf63aa-9f97-4f3a-f676-cbecf4b6fa2f-603f4764 {
    order: -9999;
  }

  #w-node-_60e5f914-fb8f-ac78-882b-35c718094d49-603f4764, #w-node-_60e5f914-fb8f-ac78-882b-35c718094d4c-603f4764, #w-node-_60e5f914-fb8f-ac78-882b-35c718094d4f-603f4764, #w-node-_60e5f914-fb8f-ac78-882b-35c718094d52-603f4764 {
    grid-row: span 4 / span 4;
  }

  #w-node-_7b360205-cbfe-bee5-7552-fbc171f50eee-6bd41828 {
    grid-column: span 1 / span 1;
  }

  #w-node-b48fb1aa-543c-d1aa-bee8-4c0f72fb2f9d-6bd41828 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d41d5b97-8a65-a5fd-459f-91b35e22d911-6bd41828 {
    grid-column: span 1 / span 1;
  }

  #w-node-d41d5b97-8a65-a5fd-459f-91b35e22d90f-6bd41828 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-d41d5b97-8a65-a5fd-459f-91b35e22d91a-6bd41828 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d41d5b97-8a65-a5fd-459f-91b35e22d921-6bd41828 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-bc06eb78-143e-fead-f9ae-c6679bbb46ac-6bd41828, #w-node-bc06eb78-143e-fead-f9ae-c6679bbb46ae-6bd41828, #w-node-bc06eb78-143e-fead-f9ae-c6679bbb46b0-6bd41828, #w-node-bc06eb78-143e-fead-f9ae-c6679bbb46b2-6bd41828 {
    grid-row: span 4 / span 4;
  }

  #w-node-_2679e607-c06c-6e9f-361d-2e9d3ac4e1d4-50121451 {
    order: -9999;
  }
}


