@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --transitions--bg-color: var(--page--light);
  --transitions--text-color: var(--page--dark);
  --page--black: black;
  --page--light: #f5f2f0;
  --page--dark: #000e14;
  --page--secondary-txt: #000e1499;
  --page--line-color-light: #f3f3f31a;
  --primary-color\<deleted\|variable-64de58e7\>: #007aff;
  --page--white: white;
  --richtext: 16px;
  --page--border-color: #000e1433;
  --transitions--active-line: var(--page--line-color);
  --h4-text: 44px;
  --h6-text: 20px;
  --h1-text: 72px;
  --h5-text: 24px;
  --small-txt: 14px;
  --h2-text: 64px;
  --h3-text: 52px;
  --items--garagentore: #454545;
  --page--line-color: #000e141a;
  --page--light-text: #f3f3f399;
  --items--markise: #ff9b17;
  --items--tuere: #ac07bf;
  --items--fenster: #0a73dd;
}

.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-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('/images/checkbox.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 {
  background-color: var(--transitions--bg-color);
  color: var(--transitions--text-color);
  font-family: Satoshi Variable, Arial, sans-serif;
  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(--page--black);
  color: var(--page--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(--page--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;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.size-full {
  width: 100%;
  height: 100%;
}

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

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

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

.page-wrapper {
  position: relative;
}

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

.container-large.height-100 {
  height: 100%;
}

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

.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: 1.25rem;
  padding-right: 1.25rem;
  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;
}

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

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

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

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

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

.fs-cc-prefs2_close {
  background-color: var(--page--dark);
  color: #fff;
  cursor: pointer;
  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(--page--dark);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  background-color: var(--page--secondary-txt);
  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: 999999;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: var(--page--line-color-light);
  background-color: var(--page--dark);
  color: #fff;
  border-top-left-radius: 40px;
  width: 40rem;
  max-width: 100vw;
  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(--page--dark);
  color: var(--page--light);
  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(--page--black);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.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 {
  background-color: var(--page--light);
  color: #000;
  border-radius: 40px;
  height: 100%;
  padding: 40px 32px;
  overflow: hidden;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  border: 2px solid var(--page--dark);
  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\<deleted\|variable-64de58e7\>);
  background-color: var(--primary-color\<deleted\|variable-64de58e7\>);
  background-size: auto;
}

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

.cc-prefs_component {
  z-index: 999999;
  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;
}

.cookie-banner-btn-grp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  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-prefs2_buttons-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  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\<deleted\|variable-64de58e7\>);
  color: var(--page--white);
}

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

.insta-embed {
  overflow: hidden;
}

.xsmall-txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
}

.richtext {
  font-size: var(--richtext);
  font-weight: 500;
  line-height: 140%;
}

.richtext.weight-700 {
  font-weight: 700;
}

.richtext.weight-700.uppercase {
  text-transform: uppercase;
}

.richtext.height-160 {
  line-height: 160%;
}

.opacity20 {
  opacity: .2;
}

.opacity60 {
  opacity: .6;
}

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

.dev-logo {
  height: 32px;
}

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

.line-vertical {
  background-color: var(--page--light);
  width: 1px;
  height: 20px;
}

.footer {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  place-items: center;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--page--border-color);
  background-color: var(--page--light);
  color: var(--page--dark);
  font-size: var(--richtext);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 400;
  line-height: 150%;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.btn.filled {
  background-color: var(--page--light);
  color: var(--page--dark);
  border-width: .5px;
  border-color: #f5f2f014;
}

.btn.filled:where(.w-variant-35fc0f3a-fece-f304-d7b8-0b2b7f0cd176) {
  background-color: var(--page--dark);
  color: var(--page--light);
}

.btn.filled:where(.w-variant-2a94e980-5e6c-f70e-6f51-5dab7eb306c2) {
  background-color: var(--transitions--text-color);
  color: var(--transitions--bg-color) !important;
}

.btn.filled.dark {
  background-color: var(--page--dark);
  color: var(--page--light);
  transition: all .4s;
}

.btn.filled.dark:hover {
  background-color: var(--page--light);
  color: var(--page--dark);
  border-color: #000e1429;
}

.btn.filled.is-reset {
  transition: all .4s;
}

.btn.filled.is-reset:hover {
  opacity: .4;
}

.btn.filled.small {
  transition: all .4s;
}

.btn.filled.small:hover {
  background-color: var(--page--dark);
  color: var(--page--light);
  border-width: 1px;
}

.btn.width-100 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.btn.width-100.is-accept {
  border-color: var(--page--light);
  transition: all .4s;
}

.btn.width-100.is-accept:hover {
  background-color: var(--page--dark);
  color: var(--page--light);
}

.btn.reset-btn {
  background-color: var(--transitions--bg-color);
  border-width: .5px;
  border-color: #f5f2f014;
  transition: all .4s;
}

.btn.reset-btn:where(.w-variant-35fc0f3a-fece-f304-d7b8-0b2b7f0cd176), .btn.reset-btn:where(.w-variant-2a94e980-5e6c-f70e-6f51-5dab7eb306c2) {
  background-color: var(--page--dark);
  color: var(--page--light);
}

.btn.reset-btn:hover {
  color: var(--page--secondary-txt);
}

.btn.hover {
  transition: all .4s;
}

.btn.hover:hover {
  background-color: var(--page--dark);
  color: var(--page--light);
}

.btn.bordered {
  border-color: var(--page--light);
  color: var(--page--light);
  background-color: #f5f2f000;
  width: 100%;
  transition: all .4s;
}

.btn.bordered:hover {
  background-color: var(--page--light);
  color: var(--page--dark);
}

.btn.is-footer-btn {
  color: var(--transitions--text-color);
  background-color: #f5f2f000;
  border-width: 0;
  text-decoration: underline;
  transition: all .4s;
}

.btn.is-footer-btn:where(.w-variant-35fc0f3a-fece-f304-d7b8-0b2b7f0cd176), .btn.is-footer-btn:where(.w-variant-2a94e980-5e6c-f70e-6f51-5dab7eb306c2) {
  background-color: var(--page--dark);
  color: var(--page--light);
}

.btn.is-footer-btn:hover {
  opacity: .4;
}

.btn-arrow {
  width: 24px;
  height: 24px;
}

.background-lines-component {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  position: absolute;
  inset: 0% 0% 0;
}

.background-lines-component:where(.w-variant-8f15b07e-bc68-0eb8-1ace-40b4281fd237) {
  z-index: 0;
}

.background-lines-component:where(.w-variant-bce7e58f-4055-151c-07e1-19d5f0d6d34f) {
  z-index: auto;
}

.grid-line-box {
  border-right: 1px solid var(--transitions--active-line);
  border-left: 1px solid var(--transitions--active-line);
  width: 100%;
  height: 100%;
}

.grid-line-box:where(.w-variant-8f15b07e-bc68-0eb8-1ace-40b4281fd237), .grid-line-box:where(.w-variant-3ac44261-9359-14d5-084b-de1a454b7cdb) {
  border-left-color: #f5f2f01f;
  border-right-color: #f5f2f01f;
}

.global-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.global-grid.top-stretch {
  place-items: start stretch;
}

.padding-section-large {
  width: 100%;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.padding-section-large.bottom-50 {
  padding-bottom: 50px;
}

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

.padding-section-large.is-hero {
  padding-top: 15vh;
}

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

.margin-bottom60 {
  margin-bottom: 60px;
}

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

.max-width-25 {
  width: 100%;
  max-width: 25rem;
  display: inline-block;
}

.h6-text {
  font-size: var(--h6-text);
  font-weight: 500;
  line-height: 140%;
}

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

.margin-bottom100 {
  margin-bottom: 100px;
}

.kat-buttons-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kat-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.kat-btn-arrow-wrapper {
  overflow: hidden;
}

.max-width-48 {
  width: 100%;
  max-width: 48rem;
  display: inline-block;
}

.max-width-48.margin-auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-slider-component {
  position: relative;
}

.swiper-wrapper {
  width: 100%;
  display: flex;
}

.swiper-wrapper.is-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-container.is-tabs {
  display: block;
}

.swiper-slide {
  flex: none;
  width: 100%;
}

.swiper-slide.is-tab {
  width: max-content;
}

.h5-text {
  font-size: var(--h5-text);
  font-weight: 500;
  line-height: 150%;
}

.margin-bottom32 {
  margin-bottom: 32px;
}

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

.small-txt {
  font-size: var(--small-txt);
  font-weight: 500;
  line-height: 150%;
}

.small-txt.weight-700 {
  font-weight: 700;
}

.testimonials-arrows-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom40 {
  margin-bottom: 40px;
}

.slider-arrow {
  border: 1px solid var(--page--border-color);
  background-color: var(--page--light);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-arrow.is-tabs {
  pointer-events: auto;
  transform: translate(50%);
}

.slider-arrow.is-tabs.left {
  transform: translate(-50%);
}

.full-img-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 40rem;
  max-height: 80rem;
  position: relative;
  overflow: hidden;
}

.full-img-wrapper.smaller {
  height: 80vh;
  min-height: 15rem;
  max-height: 50rem;
}

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

.full-img-section {
  z-index: 2;
  width: 100%;
  display: flex;
  position: relative;
}

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

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

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

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

.margin-bottom24 {
  margin-bottom: 24px;
}

.margin-bottom64 {
  margin-bottom: 64px;
}

.tabs-section {
  background-image: linear-gradient(180deg, #f5f2f000, var(--transitions--bg-color) 23%, var(--transitions--bg-color) 80%, #f5f2f000);
  width: 100%;
  padding-top: 68px;
  padding-bottom: 98px;
}

.tabs-items-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--page--border-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: relative;
}

.tabs-btn {
  background-color: var(--page--light);
  font-size: var(--richtext);
  text-align: center;
  cursor: pointer;
  flex: none;
  width: calc(25% - 15px);
  padding: 24px 20px;
  font-weight: 400;
  line-height: 150%;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
}

.tabs-btn.active {
  line-height: 150%;
}

.tabs-btn.swiper-slide {
  margin-right: 20px;
  width: calc(25% - 15px) !important;
}

.catalog-item {
  width: 100%;
}

.catalog-item-img-wrapper {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.catalog-item-img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
}

.catalog-item-img.is-team {
  transform: none;
}

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

.detail-img-wrapper {
  width: 100%;
  padding-right: 100px;
}

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

.detail-contents-wrapper {
  width: 100%;
}

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

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

.details-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

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

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

.horizontal-scroll-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.horizontal-item {
  object-fit: cover;
  flex: none;
  width: 38vw;
  max-width: 44rem;
  height: 85vh;
  min-height: 10rem;
  max-height: 65rem;
  display: inline-block;
  position: relative;
}

.horizontal-scroll-wrapper {
  width: 100%;
  height: 300vh;
  position: relative;
}

.horizontal-sticky-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.horizontal-item-contents {
  background-image: linear-gradient(180deg, #000e1400 35.5%, var(--page--dark) 93%);
  color: var(--page--light);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 64px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.margin-bottom12 {
  margin-bottom: 12px;
}

.overlapping-scroll-wrapper {
  width: 100%;
  height: 250vh;
  margin-top: -100vh;
  position: relative;
}

.overlapping-scroll-section {
  width: 100%;
  position: sticky;
  top: 0;
}

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

.full-img-overlay {
  background-image: linear-gradient(#0000 25%, #000c), linear-gradient(#0000004d, #0000 18%);
  position: absolute;
  inset: 0%;
}

.flex-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.max-width-50 {
  width: 100%;
  max-width: 50rem;
  display: inline-block;
}

.catalog-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.loader-wrapper {
  z-index: 999999;
  view-transition-name: loader;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader-inner-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.loader-logo-wrapper {
  position: relative;
}

.loader-logo {
  object-fit: contain;
  height: 5rem;
  max-height: 8vh;
}

.loader-logo.dark {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.btn-anim-bg {
  z-index: 0;
  background-color: var(--page--dark);
  border-radius: 80rem;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.btn-anim-bg:where(.w-variant-2a94e980-5e6c-f70e-6f51-5dab7eb306c2) {
  background-color: var(--transitions--text-color);
}

.btn-anim-bg.hidden {
  display: none;
}

.btn-arrow-wrapper {
  z-index: 1;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
}

.is-relative {
  position: relative;
}

.parallax-anim-wrapper {
  width: 100%;
  min-height: 100%;
  position: absolute;
  inset: -4rem 0%;
}

.btn-hover-bg {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--items--garagentore);
  opacity: .8;
  filter: blur(250px);
  object-fit: cover;
  border-radius: 100%;
  width: 700px;
  height: 700px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.btn-hover-bg-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.underline {
  background-color: var(--page--dark);
  width: 100%;
  height: 2px;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
  position: absolute;
  inset: auto auto 0% 0%;
}

.filter-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--page--border-color);
  background-color: var(--transitions--bg-color);
  color: var(--transitions--text-color);
  font-size: var(--richtext);
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 4px 12px 20px;
  font-weight: 400;
  line-height: 150%;
  transition: all .5s cubic-bezier(.25, .8, .25, 1);
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.filter-btn:hover {
  background-color: var(--page--black);
  color: var(--page--light);
}

.filter-btn.active {
  background-color: var(--page--dark);
  color: var(--page--light);
}

.filter-close-wrapper {
  border-left: 1px solid #fff3;
  padding-left: 16px;
  padding-right: 16px;
}

.filter-close-component {
  opacity: 0;
  border-left: 1px solid #fff3;
  max-width: 0;
  transition: all .5s cubic-bezier(.25, .8, .25, 1);
  overflow: hidden;
}

.filter-close-component.active {
  opacity: 100;
  max-width: 200px;
}

.catalog-arrow-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.catalog-arrow {
  background-color: var(--page--light);
  border-radius: 100px;
  padding: 8px;
}

.arrow-embed {
  width: 20px;
  height: 20px;
}

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

.btn-mobil-flexed {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.navbar1_menu-button {
  pointer-events: auto;
  padding: 0;
}

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

.mobil-menu-line {
  display: none;
}

.navbar-cta-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom8 {
  margin-bottom: 8px;
}

.nav-logo {
  object-fit: contain;
  width: 170px;
  height: 44px;
}

.nav-logo.dark:where(.w-variant-063004db-78a9-ef94-d2f2-374e94331241) {
  opacity: 0;
}

.nav-logo.white {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.nav-logo.white:where(.w-variant-063004db-78a9-ef94-d2f2-374e94331241) {
  opacity: 100;
}

.navbar-component {
  pointer-events: none;
  view-transition-name: desktop-navigation;
  background-color: #f5f2f000;
  align-items: center;
  width: 100%;
  height: auto;
  padding: .5rem 5%;
  display: flex;
  position: fixed;
}

.navbar-component:where(.w-variant-063004db-78a9-ef94-d2f2-374e94331241) {
  background-color: #000e1400;
}

.nav-menu-placeholder {
  pointer-events: auto;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.menu-mobil-flex-correcion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--transitions--text-color);
  font-size: var(--richtext);
  text-align: center;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 400;
  line-height: 150%;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.nav-btn:where(.w-variant-063004db-78a9-ef94-d2f2-374e94331241) {
  color: var(--page--light);
}

.hover-line {
  background-color: var(--transitions--text-color);
  border-radius: 40px;
  width: 20px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 7px;
}

.hover-line:where(.w-variant-063004db-78a9-ef94-d2f2-374e94331241) {
  background-color: var(--page--light);
}

.mobil-menu-btn {
  padding: 0;
}

.mobil-nav {
  display: none;
}

.mobil-nav-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--page--border-color);
  background-color: var(--page--light);
  color: var(--page--dark);
  font-size: var(--richtext);
  text-align: center;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 400;
  line-height: 150%;
  transition: all .4s cubic-bezier(.445, .05, .55, .95);
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.mobil-nav-cta:hover {
  background-color: var(--page--dark);
  color: var(--page--light);
  border-color: #f3f3f333;
}

.dynamic-island {
  background-color: var(--page--dark);
  pointer-events: auto;
  color: var(--page--light);
  border-radius: 200px;
  width: 90%;
  max-width: 55rem;
  max-height: 66px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: absolute;
  inset: 100% 5vw auto;
  overflow: hidden;
  box-shadow: 0 184px 52px #0000, 0 118px 47px #00000003, 0 66px 40px #0000000a, 0 29px 29px #00000012, 0 7px 16px #00000014;
}

.di-left-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}

.dynamic-island-inner {
  background-color: var(--page--dark);
  color: var(--page--light);
  border-radius: 200px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-overlay-trigger {
  z-index: -3;
  width: 100%;
  height: 100vh;
  min-height: 15rem;
  max-height: 40rem;
  position: absolute;
  inset: 0% 0% auto;
}

.loader-item {
  background-color: var(--page--dark);
  width: 100%;
}

.loader-item.left {
  width: 50vw;
  position: absolute;
  inset: 0% calc(125% + 18px) 0% auto;
}

.loader-item.center-left {
  z-index: 4;
  width: calc(200% + 32px);
  position: relative;
  left: calc(-100% - 32px);
  right: 0;
}

.loader-item.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: calc(100% + 32px);
  display: flex;
  position: relative;
  left: -16px;
  right: -16px;
}

.loader-item.center-right {
  z-index: 4;
  width: calc(200% + 32px);
  position: relative;
  left: 0;
  right: -100%;
}

.loader-item.right {
  width: 50vw;
  position: absolute;
  inset: 0% auto 0% calc(125% + 18px);
}

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

.reset-component {
  background-color: var(--transitions--bg-color);
  color: var(--transitions--text-color);
  flex: none;
  width: 0;
  max-width: 300px;
  height: 0;
  overflow: hidden;
}

.reset-component.active {
  width: auto;
  height: auto;
}

.reset-btn-anim {
  flex: none;
  overflow: hidden;
}

.richtext-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.form-field {
  background-color: var(--page--line-color);
  color: var(--page--dark);
  border: 1px solid #0006141a;
  border-radius: 200px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  font-weight: 400;
}

.form-field::placeholder {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

.popup-close-btn {
  background-color: var(--page--line-color);
  color: var(--page--dark);
  border-radius: 50%;
  padding: 10px;
  transition: all .4s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.popup-close-btn:hover {
  background-color: var(--page--line-color);
  color: var(--page--light);
  transform: scale(1.05);
}

.contact-popup-component {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--page--dark);
  background-color: #00061466;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.success-message {
  background-color: var(--page--dark);
  color: var(--page--light);
  border-radius: 20px;
}

.popup-close-trigger {
  position: absolute;
  inset: 0%;
}

.popup-wrapper {
  z-index: 2;
  background-color: var(--page--light);
  border: 1px solid #00061433;
  border-radius: 40px;
  width: 100%;
  max-width: 40rem;
  max-height: 85vh;
  padding: 88px 64px;
  position: relative;
  overflow: auto;
}

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

.form-textarea {
  background-color: var(--page--line-color);
  color: var(--page--dark);
  border: 1px solid #0006141a;
  border-radius: 16px;
  min-height: 200px;
  margin-bottom: 0;
  padding: 12px;
}

.form-textarea::placeholder {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

.label-icon {
  width: 21px;
  height: 21px;
}

.inline {
  display: inline-block;
}

.filter-componen {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  pointer-events: auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.absolut-section-wrapper {
  z-index: 1;
  background-color: var(--transitions--bg-color);
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0%;
}

.kat-btn-arrow {
  width: 64px;
  height: 64px;
}

.kat-btn-arrow-padding {
  padding-left: 32px;
}

.bg-lightning-fx {
  aspect-ratio: 16 / 9;
  filter: blur(150px);
  object-fit: cover;
  background-color: #ffffff1a;
  border-radius: 974px;
  width: 974px;
  max-width: 70vw;
  max-height: 80%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.bg-lightning-component {
  z-index: -1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.tabs-swiper-arros-wrapper {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  body {
    --transitions--bg-color: var(--page--light);
    --transitions--text-color: var(--page--dark);
    --page--black: black;
    --page--light: #f5f2f0;
    --page--dark: #000e14;
    --page--secondary-txt: #000e1499;
    --page--line-color-light: #f3f3f31a;
    --page--white: white;
    --richtext: 16px;
    --page--border-color: #000e1433;
    --transitions--active-line: var(--page--line-color);
    --h4-text: 38px;
    --h6-text: 18px;
    --h1-text: 58px;
    --h5-text: 20px;
    --small-txt: 14px;
    --h2-text: 50px;
    --h3-text: 44px;
    --items--garagentore: #454545;
    --page--line-color: #000e141a;
    --page--light-text: #f3f3f399;
    --items--markise: #ff9b17;
    --items--tuere: #ac07bf;
    --items--fenster: #0a73dd;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

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

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

  .cc-banner_component {
    border-left-width: 0;
    border-top-right-radius: 40px;
    width: 100%;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 8rem;
  }

  .footer-grid {
    flex-flow: column-reverse;
  }

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

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

  .detail-img-wrapper {
    padding-right: 0;
  }

  .horizontal-scroll-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 500vh;
    position: relative;
  }

  .horizontal-item {
    perspective: 2000px;
    width: 90vw;
    height: 80vh;
    position: sticky;
    top: 10vh;
  }

  .horizontal-scroll-wrapper {
    height: auto;
  }

  .horizontal-sticky-wrapper {
    height: auto;
    position: relative;
    overflow: visible;
  }

  .catalog-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .btn-hover-bg {
    max-width: 100vw;
    max-height: 100vw;
  }

  .navbar1_container {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: center;
    align-items: center;
  }

  .menu-icon1_line-middle {
    background-color: var(--transitions--bg-color);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-middle:where(.w-variant-d1be3b1b-5b8e-64fd-916c-2ea2f07378da) {
    background-color: var(--page--dark);
  }

  .menu-icon_line-middle-inner {
    background-color: var(--transitions--bg-color);
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner:where(.w-variant-d1be3b1b-5b8e-64fd-916c-2ea2f07378da) {
    background-color: var(--page--dark);
  }

  .btn-mobil-flexed {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: none;
  }

  .nav-logo-wrapper {
    width: 100%;
    max-width: 30vw;
  }

  .navbar1_menu-button {
    display: none;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .nav-logo {
    width: 100%;
    height: auto;
    max-height: 4rem;
  }

  .menu-icon1_line-bottom {
    background-color: var(--transitions--bg-color);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom:where(.w-variant-d1be3b1b-5b8e-64fd-916c-2ea2f07378da) {
    background-color: var(--page--dark);
  }

  .menu-icon1_line-top {
    background-color: var(--transitions--bg-color);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-top:where(.w-variant-d1be3b1b-5b8e-64fd-916c-2ea2f07378da) {
    background-color: var(--page--dark);
  }

  .nav-menu-placeholder {
    width: 80%;
    display: none;
  }

  .menu-mobil-flex-correcion {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-btn {
    color: var(--transitions--bg-color);
    width: 100%;
  }

  .nav-btn:where(.w-variant-d1be3b1b-5b8e-64fd-916c-2ea2f07378da) {
    color: var(--page--dark);
  }

  .hover-line {
    background-color: var(--transitions--bg-color);
  }

  .hover-line:where(.w-variant-d1be3b1b-5b8e-64fd-916c-2ea2f07378da) {
    background-color: var(--page--dark);
  }

  .mobil-menu-btn {
    width: 100%;
    display: block;
  }

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

  .mobil-menu-btn-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    display: flex;
  }

  .mobil-nav {
    background-color: var(--transitions--text-color);
    view-transition-name: mobil-navigation;
    border: 2px solid #f3f3f333;
    border-radius: 40px;
    width: 100%;
    max-width: 21rem;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    display: block;
    position: fixed;
    inset: auto 5% 12px;
    overflow: hidden;
    box-shadow: 0 184px 52px #0000, 0 118px 47px #00000003, 0 66px 40px #0000000a, 0 29px 29px #00000012, 0 7px 16px #00000014;
  }

  .mobil-nav:where(.w-variant-d1be3b1b-5b8e-64fd-916c-2ea2f07378da) {
    background-color: var(--page--light);
  }

  .mobil-nav-links-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 32px;
    padding-bottom: 24px;
    display: flex;
  }

  .mobil-nav-wrapper {
    background-color: #0000;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .mobil-nav-btn-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .mobil-menu-text-wrapper {
    color: var(--transitions--bg-color);
    font-size: var(--richtext);
    width: auto;
    font-weight: 400;
    line-height: 150%;
    overflow: hidden;
  }

  .mobil-menu-text-wrapper:where(.w-variant-d1be3b1b-5b8e-64fd-916c-2ea2f07378da) {
    color: var(--page--dark);
  }

  .mobil-menu-text-inner {
    padding-left: 6px;
  }

  .mobil-nav-cta {
    background-color: var(--transitions--bg-color);
    color: var(--transitions--text-color);
    width: 100%;
    max-height: 48px;
  }

  .mobil-nav-cta-wrapper {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .mobil-menu-btn-component {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    display: flex;
  }

  .dynamic-island, .dynamic-island-inner {
    display: none;
  }

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

  .reset-btn-anim {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .popup-wrapper {
    color: #000614;
  }

  .filter-componen {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .draggable-wrapper {
    width: 100%;
  }

  .kat-btn-arrow-padding {
    padding-left: 24px;
  }

  .bg-lightning-fx {
    max-width: 90vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    --transitions--bg-color: var(--page--light);
    --transitions--text-color: var(--page--dark);
    --page--black: black;
    --page--light: #f5f2f0;
    --page--dark: #000e14;
    --page--secondary-txt: #000e1499;
    --page--line-color-light: #f3f3f31a;
    --page--white: white;
    --richtext: 16px;
    --page--border-color: #000e1433;
    --transitions--active-line: var(--page--line-color);
    --h4-text: 32px;
    --h6-text: 18px;
    --h1-text: 44px;
    --h5-text: 20px;
    --small-txt: 12px;
    --h2-text: 40px;
    --h3-text: 38px;
    --items--garagentore: #454545;
    --page--line-color: #000e141a;
    --page--light-text: #f3f3f399;
    --items--markise: #ff9b17;
    --items--tuere: #ac07bf;
    --items--fenster: #0a73dd;
  }

  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-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

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

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

  .fs-cc-prefs2_form-wrapper, .cc-banner_component {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .cc-manager_component {
    display: none;
  }

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

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

  .cookie-banner-btn-grp {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column-reverse;
    margin-top: 12px;
  }

  .footer {
    margin-left: 0;
    position: relative;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .padding-global.height-100.mobil-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-line-box.mobil-hidden {
    display: none;
  }

  .global-grid {
    grid-column-gap: 5vw;
    grid-template-columns: 1fr 1fr;
  }

  .global-grid.top-stretch {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .global-grid.mobil-gap-20 {
    grid-row-gap: 20px;
  }

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

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

  .margin-bottom60.mobil-20 {
    margin-bottom: 20px;
  }

  .margin-bottom60.mobil-small {
    margin-bottom: 24px;
  }

  .swiper-container.is-tabs {
    display: none;
  }

  .margin-bottom40, .margin-bottom64 {
    margin-bottom: 20px;
  }

  .tabs-items-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    scrollbar-width: none;
    justify-content: flex-start;
    align-items: center;
    width: 105%;
    display: flex;
    overflow: auto;
  }

  .tabs-btn {
    flex: none;
    width: auto;
    min-width: 25%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .horizontal-scroll-content {
    height: 300vh;
  }

  .horizontal-item {
    width: 100vw;
    max-height: 40rem;
  }

  .horizontal-item-contents {
    padding: 80px 20px;
  }

  .catalog-wrapper {
    grid-template-columns: 1fr;
  }

  .btn-hover-bg {
    width: 100%;
    height: 100vw;
  }

  .filter-btn {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
  }

  .filter-close-wrapper {
    padding-left: 8px;
    padding-right: 9px;
  }

  .btn-mobil-flexed {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .menu-icon1 {
    display: none;
  }

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

  .navbar1_menu-button {
    z-index: 11;
    transition: all .4s ease-in-out;
    display: none;
  }

  .navbar1_menu-button:hover {
    background-color: #ebebec;
    border-radius: 50%;
    color: #000 !important;
  }

  .navbar1_menu-button.w--open {
    background-color: #ebebec;
    border-radius: 50%;
    transition-timing-function: ease;
  }

  .navbar1_menu-button.w--open:hover {
    transform: scale(1.05);
  }

  .small-txt-2.weight-600 {
    font-weight: 600;
  }

  .mobil-menu-line {
    width: 100%;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .navbar-cta-group {
    flex-flow: column;
    width: 100%;
  }

  .navbar-cta-group.is-hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .navbar-component {
    z-index: 9999;
    height: auto;
  }

  .mobil-center-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-menu-placeholder {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #00061466;
    width: 100vw;
    height: 100vh;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
    display: none !important;
  }

  .menu-mobil-flex-correcion {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #fff;
    background-image: linear-gradient(0deg, #ff5f001a, #fff0 80%);
    border-radius: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 6rem 5vw 15vh;
    display: flex;
  }

  .mobil-menu-btn {
    transition: all .4s ease-in-out;
  }

  .mobil-menu-btn.w--open:hover {
    transform: scale(1.05);
  }

  .mobil-nav-wrapper {
    background-color: #0000;
    display: block;
    position: relative;
  }

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

  .reset-component {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .reset-btn-anim.active {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .popup-close-btn {
    top: 10px;
    right: 10px;
  }

  .popup-wrapper {
    border-radius: 30px;
    padding: 60px 20px 40px;
  }

  .label-icon {
    flex: none;
  }

  .filter-componen {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 95vw;
  }

  .kat-btn-arrow {
    width: 44px;
    height: 44px;
  }

  .bg-lightning-fx {
    width: 120vw;
    max-width: none;
    inset: auto;
  }

  .bg-lightning-component {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    display: flex;
  }

  .tabs-swiper-arros-wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    --transitions--bg-color: var(--page--light);
    --transitions--text-color: var(--page--dark);
    --page--black: black;
    --page--light: #f5f2f0;
    --page--dark: #000e14;
    --page--secondary-txt: #000e1499;
    --page--line-color-light: #f3f3f31a;
    --page--white: white;
    --richtext: 16px;
    --page--border-color: #000e1433;
    --transitions--active-line: var(--page--line-color);
    --h4-text: 26px;
    --h6-text: 18px;
    --h1-text: 44px;
    --h5-text: 20px;
    --small-txt: 12px;
    --h2-text: 38px;
    --h3-text: 32px;
    --items--garagentore: #454545;
    --page--line-color: #000e141a;
    --page--light-text: #f3f3f399;
    --items--markise: #ff9b17;
    --items--tuere: #ac07bf;
    --items--fenster: #0a73dd;
  }

  h1 {
    font-size: 2.5rem;
  }

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

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

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

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

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

  .cc-banner_component {
    width: 100%;
  }

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

  .fs-cc-prefs2_content {
    border-radius: 20px;
    padding: 44px 18px 18px;
  }

  .cc-prefs_component {
    padding: 24px;
  }

  .footer-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 100%;
  }

  .line-vertical {
    display: none;
  }

  .footer {
    margin-left: 0;
  }

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

  .footer-left-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
  }

  .kat-btn-arrow-wrapper {
    width: 38px;
    height: 38px;
  }

  .details-items-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .details-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .margin-bottom8.mobil-smaller {
    margin-bottom: 0;
  }

  .nav-logo {
    width: 100%;
  }

  .mobil-nav {
    max-width: 90vw;
  }

  .contact-popup-component {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .popup-wrapper {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-content {
    width: 100%;
  }

  .kat-btn-arrow {
    width: 38px;
    height: 38px;
  }

  .kat-btn-arrow-padding {
    padding-left: 4px;
  }

  .bg-lightning-fx {
    width: 180vw;
  }
}

#w-node-_1f9155c8-4c24-ed88-ab54-33e7cd898d31-c1659341 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e78881bb-3bb2-21d8-0072-7c5de7440c1a-c1659341 {
  place-self: end stretch;
}

#w-node-d83bc250-ed21-cee4-639a-80489ba7d2ae-c1659341 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-bda72dc9-1295-ed6f-8559-dc75477d13df-c1659341 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8b31064f-5fd5-6e68-f789-9bb3aee585d1-c1659341 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_92d4929a-49da-a1f9-7f9f-8c938d189970-8d18995f {
  justify-self: start;
}

#w-node-_90a81a1f-ddc7-6daa-5499-248baa7d5c43-aa7d5c3e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32f9fe8b-49df-0f30-cc96-924b7783e4c4-233b5668 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8e2432f4-c811-6b9c-ba39-298511c73c31-233b5668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e639e9cd-629f-bc93-daf6-dc24090b8010-80b29a64, #w-node-e639e9cd-629f-bc93-daf6-dc24090b8012-80b29a64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b077e5c0-6d94-f566-c32b-0c69dc6c18e7-80b29a64 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-c1befba0-b3b2-e9ca-b1b9-f2881d387ee9-fd525091 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0fecd0e-af92-0950-ce1e-2d86b9a79984-fd525091 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e3352b13-c756-135d-6c3c-6ce3fbc64a7f-fd525091 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_58e38e12-c12a-c205-532c-c3187826236d-fd525091 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_18655a01-90b3-2c23-a06c-107b7fc3843a-fd525091 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-b9b6b7fd-95bc-f64c-69f0-11403a34fc26-fd525091 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9e3e131c-fa2e-e725-29ba-033c7416c4bc-949b6306, #w-node-dd9c5c25-12c7-b1f5-0863-ad80c1399fc0-949b6306, #w-node-dd9c5c25-12c7-b1f5-0863-ad80c1399fc2-949b6306 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd9c5c25-12c7-b1f5-0863-ad80c1399fd6-949b6306 {
  grid-area: 1 / 2 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-e78881bb-3bb2-21d8-0072-7c5de7440c1a-c1659341 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bda72dc9-1295-ed6f-8559-dc75477d13df-c1659341 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_92d4929a-49da-a1f9-7f9f-8c938d189970-8d18995f {
    justify-self: center;
  }

  #w-node-_9c1719e0-6919-7da6-e00c-330244084da0-80b29a64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b077e5c0-6d94-f566-c32b-0c69dc6c18e7-80b29a64 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-dd9c5c25-12c7-b1f5-0863-ad80c1399fb6-949b6306 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dd9c5c25-12c7-b1f5-0863-ad80c1399fd6-949b6306 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f9155c8-4c24-ed88-ab54-33e7cd898d31-c1659341 {
    grid-column: span 4 / span 4;
  }

  #w-node-e78881bb-3bb2-21d8-0072-7c5de7440c1a-c1659341 {
    order: 9999;
    grid-column: span 4 / span 4;
  }

  #w-node-d83bc250-ed21-cee4-639a-80489ba7d2ae-c1659341 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_92d4929a-49da-a1f9-7f9f-8c938d189970-8d18995f {
    order: -9999;
  }

  #w-node-e639e9cd-629f-bc93-daf6-dc24090b801e-80b29a64, #w-node-d0fecd0e-af92-0950-ce1e-2d86b9a79984-fd525091, #w-node-e3352b13-c756-135d-6c3c-6ce3fbc64a7f-fd525091, #w-node-_18655a01-90b3-2c23-a06c-107b7fc3843a-fd525091 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_92d4929a-49da-a1f9-7f9f-8c938d189970-8d18995f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}
