:root {
  --primary-white-bg: #fbfaf2;
  --primary-greybg: #626262;
  --primary-black-bg: #1e1e1e;
  --primary-blue: #1850ea;
}

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

.copy-medium {
  color: #080738;
  text-align: left;
  background-color: #0000;
  width: auto;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
}

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

.copy-medium.center.white, .copy-medium.white {
  color: var(--primary-white-bg);
}

.p-xl-start {
  padding-top: 6.5em;
}

.background-color-primary {
  background-color: var(--primary-white-bg);
  overflow: visible;
}

.p-md-end {
  padding-bottom: 4.5em;
}

.button {
  background-color: var(--primary-black-bg);
  color: #ebebeb;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 10px;
  width: 340px;
  padding: 1.7em;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .35s;
}

.button:hover {
  color: #fff;
  background-color: #74542b;
  transform: scale(1);
}

.button.small {
  padding: 1em 1.4em;
  font-size: .8em;
}

.button.secondary {
  color: #191919;
  background-color: #0000;
  background-image: none;
  border: 3px solid #000;
  margin-left: 20px;
  margin-right: 20px;
  padding: 1.2em 1em;
  font-weight: 700;
}

.button.secondary:hover {
  opacity: 1;
  color: #fff;
  background-color: #1e1e1e;
  border-color: #66451326;
}

.button._100 {
  width: 100%;
  font-family: "Librecaslondisplay (Custom)", Arial, sans-serif;
}

.button._100.neg {
  background-color: var(--primary-black-bg);
  background-color: var(--primary-black-bg);
  padding: 1.4em;
  font-family: "Librecaslondisplay (Custom)", Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.copy-small {
  color: #080738;
  margin-bottom: 0;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.copy-small.margin-left {
  margin-left: 10px;
}

.copy-small.underline {
  color: var(--primary-blue);
  text-decoration: underline;
}

.copy-small.white {
  color: #ebebeb;
  text-align: justify;
}

.copy-small.white.copy {
  color: var(--primary-black-bg);
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-weight: 400;
}

.copy-small.white.footer {
  color: var(--primary-black-bg);
  margin-bottom: 5px;
  font-family: "Inter 24 Pt", Arial, sans-serif;
}

.title1 {
  direction: ltr;
  color: #080738;
  text-align: center;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Librecaslondisplay (Custom)", Arial, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.2em;
  position: static;
}

.title1.white {
  color: var(--primary-white-bg);
}

.p-xs-end {
  padding-bottom: 1em;
}

.title3 {
  color: var(--primary-black-bg);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Librecaslondisplay (Custom)", Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.4em;
}

.title3.white {
  color: var(--primary-white-bg);
  font-size: 2em;
}

.title3.blue.big {
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
}

.title2 {
  color: #080738;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Librecaslondisplay (Custom)", Arial, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.title2.white {
  color: var(--primary-white-bg);
}

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

.title2.nav {
  color: var(--primary-black-bg);
  margin-left: 0;
  margin-right: 0;
  font-family: "Librecaslondisplay (Custom)", Arial, sans-serif;
  font-size: 5em;
}

.p-xl-end {
  height: 0;
  padding-bottom: 6em;
}

.p-md-start {
  padding-top: 3.5em;
}

.container-w2 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 2%;
  overflow: visible;
}

.container-w2.center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.p-xs-start {
  padding-top: 1em;
}

.navigation-top-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.navigation-wrapper {
  z-index: 999999;
  border-bottom: 3px solid var(--primary-greybg);
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.logo {
  width: 65px;
  height: auto;
}

.nav-icon {
  z-index: 1000006;
  border-radius: 100px;
  width: 40px;
  position: relative;
}

.mega-nav-menu {
  z-index: 10;
  background-color: var(--primary-white-bg);
  padding: 100px 100px 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.close-menu {
  width: 30px;
  position: absolute;
  inset: -6% -1% auto auto;
}

.menu-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.container {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.menu-cell {
  width: 70%;
  height: 100%;
}

.menu-cell.social {
  flex-flow: column;
  width: 20%;
  display: flex;
}

.nav-menu-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.grey-div {
  background-color: var(--primary-greybg);
  width: 100%;
  height: 3px;
  font-family: "Inter 24 Pt", Arial, sans-serif;
}

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

.faq-lottie-icon {
  width: 35px;
  height: auto;
  font-size: 10px;
  line-height: 15px;
  position: absolute;
  inset: 20% 2% 20% auto;
}

.faq-answer {
  padding: 1.8em 2em;
}

.faq-answer.slideup-3 {
  padding-top: 1em;
  padding-bottom: 0;
  padding-left: 0;
}

.faq-answer-wrapper {
  background-color: #0000;
  border: 1px #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.faq-item-wrapper {
  width: 100%;
}

.faq-question {
  z-index: 10;
  background-color: #0000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2%;
  padding: 30px;
  display: flex;
  position: relative;
}

.faq-question.slideup-2 {
  border-bottom-color: #f8f8f8;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.collection-list-wrapper {
  width: 100%;
}

.rl_footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer3_line-divider {
  background-color: var(--primary-greybg);
  width: 100%;
  height: 3px;
}

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

.rl_footer3_logo-link {
  float: none;
  padding-left: 0;
}

.rl-padding-section-medium {
  padding-top: 2rem;
  padding-bottom: 0;
}

.rl_footer3_component {
  background-color: #0000;
}

.rl_footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

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

.rl_footer3_logo {
  width: 150px;
}

.rl_footer3_spacing-block-4 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  display: grid;
}

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

.p-md-start-3 {
  padding-top: 3.5em;
}

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

.blue {
  color: var(--primary-blue);
}

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

.theme-grid-item-wrapper {
  z-index: 1;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 600px;
  padding: 26px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-abs-wrapper {
  z-index: -1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.dark-overlay {
  z-index: -1;
  background-color: #15141440;
  position: absolute;
  inset: 0%;
}

.dark-overlay.blue-ov {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0d095999);
}

.product-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.product-img-wrapper {
  background-color: #fff;
  border: 1px #000;
  width: 100%;
  height: 600px;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 2px 5px #59595970;
}

.img-wrapper {
  height: 72%;
  overflow: hidden;
}

.horizontal-wrapper {
  justify-content: space-between;
  display: flex;
}

.horizontal-wrapper.left {
  justify-content: flex-start;
  align-items: center;
}

.horizontal-wrapper.upper {
  border-top: 2px solid var(--primary-greybg);
  justify-content: flex-start;
  width: 100%;
  margin-left: 20px;
  padding-left: 0;
}

.circle {
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.image {
  object-fit: cover;
}

@media screen and (min-width: 1440px) {
  .copy-medium {
    width: auto;
  }

  .rich-text-custom {
    font-weight: 500;
  }

  .title2 {
    color: #f8f8f8;
    justify-content: flex-start;
    font-weight: 700;
  }

  .title2.nav {
    color: var(--primary-black-bg);
    font-weight: 400;
  }

  .container-w2 {
    flex-direction: column;
    max-width: 1600px;
    display: flex;
  }

  .navigation-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    width: auto;
    height: 35px;
  }

  .mega-nav-menu {
    display: none;
  }

  .copy-medium-2 {
    width: auto;
  }

  .menu-cell {
    width: 35%;
  }

  .nav-menu-2 {
    margin-left: 40px;
  }

  .product-foto {
    width: 95%;
    height: 300px;
  }

  .slider_nav {
    display: none;
  }

  .slider2 {
    flex-flow: column-reverse;
    display: flex;
  }

  .copy-medium-4 {
    width: auto;
  }

  .container-w2-2 {
    flex-direction: column;
    max-width: 1600px;
    display: flex;
  }

  .img-wrapper-full {
    width: 75%;
  }

  .lightbox-link {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }

  .lightbox-link-2 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .copy-medium {
    text-align: justify;
    font-size: 1em;
  }

  .background-color-primary {
    overflow: visible;
  }

  .button:hover {
    opacity: 1;
    transform: scale(1);
  }

  .button.secondary {
    color: #222;
    border-color: #222;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 1.3em;
  }

  .title4.white {
    font-size: 1.7em;
  }

  .title1 {
    text-align: left;
    font-size: 3em;
  }

  .copy-large {
    font-size: 1.4em;
  }

  .rich-text-custom {
    font-size: 1em;
    font-weight: 500;
  }

  .title2 {
    font-size: 2.5em;
  }

  .title2.nav {
    font-size: 3em;
  }

  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .p-md-start {
    padding-top: 3em;
  }

  .container-w2 {
    text-align: left;
    padding-right: 5%;
  }

  .p-sm-start {
    padding-top: 3%;
  }

  .page-wrapper {
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .logo {
    height: 35px;
  }

  .mega-nav-menu {
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .copy-medium-2 {
    text-align: justify;
    font-size: 1em;
  }

  .locales-list {
    display: flex;
  }

  .menu-wrapper {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .title3-2.nav {
    font-size: 2.5em;
  }

  .title3-2.meganav {
    font-size: 1.2em;
  }

  .nav-menu-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .outer-wrapper {
    width: 100%;
  }

  .logo-container {
    min-width: 14%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-foto {
    width: 18vw;
    height: 170px;
  }

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

  .gs-foto {
    margin-left: auto;
    margin-right: auto;
  }

  .slider2_nav {
    display: block;
  }

  .slider2_mask {
    width: 70vw;
  }

  .slider1_arrow-wrapper {
    display: none;
  }

  .slider2_slide {
    width: 60vw;
  }

  .copy-medium-3 {
    font-size: 1em;
  }

  .title3-3 {
    text-align: left;
    width: 100%;
    padding-left: 0;
    font-size: 1.5em;
  }

  .faq-lottie-icon {
    width: 30px;
    height: 30px;
  }

  .copy-medium-4 {
    text-align: justify;
    font-size: 1em;
  }

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

  .rl_footer3_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

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

  .impressum-main-section {
    padding-top: 10%;
  }

  .container-w2-2 {
    text-align: left;
    padding-right: 5%;
  }

  .grid-item-theme-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .theme-grid-item-wrapper {
    height: 360px;
  }

  .img-wrapper {
    height: 40%;
  }

  .product-image {
    height: 100%;
  }

  .kundenstimmen-outer-wrapper {
    width: 100%;
  }

  .copy-medium-5 {
    font-size: 1em;
  }

  .copy-large-2 {
    font-size: 1.2em;
  }

  .slider2_item {
    width: 50vw;
  }

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

  .horizontal-wrapper.left {
    flex-flow: row;
  }

  .wrap-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .wrap-left.news {
    width: 50%;
  }

  .wrap-right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .copy-medium {
    font-size: 1em;
  }

  .styles-grid-colors {
    display: flex;
  }

  .title4 {
    font-size: 1em;
  }

  .copy-small {
    font-size: .9em;
  }

  .copy-small.white.copy {
    margin-top: 0;
  }

  .title1 {
    font-size: 3em;
  }

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

  .copy-large {
    font-size: 1.4em;
  }

  .title6 {
    font-size: 1em;
  }

  .title3 {
    text-align: left;
    font-size: 1.4em;
  }

  .title3.product {
    text-align: center;
    text-align: center;
    font-size: 3em;
  }

  .title2 {
    font-size: 2em;
  }

  .container-w2 {
    text-align: center;
    padding-right: 2%;
  }

  .title5 {
    font-size: 1.2em;
  }

  .distance-big {
    padding-top: 6em;
  }

  .navigation-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    width: auto;
    height: 26px;
  }

  .mega-nav-menu {
    display: none;
  }

  .navbar {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .copy-medium-2 {
    font-size: 1em;
  }

  .locales-list {
    justify-content: center;
    align-items: center;
  }

  .close-menu {
    top: -8%;
  }

  .menu-wrapper {
    flex-flow: column-reverse;
  }

  .locales-wrapper, .locale {
    justify-content: center;
    align-items: center;
  }

  .title3-2 {
    text-align: left;
    font-size: 1.4em;
  }

  .title3-2.nav {
    text-align: center;
    text-align: center;
  }

  .menu-cell {
    text-align: center;
    width: 100%;
  }

  .menu-cell.social {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .nav-menu-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .cms-partner-carousel-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo-container {
    min-width: 20%;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-foto {
    border-radius: 10px;
    width: 42vw;
    height: 240px;
  }

  .content_component {
    grid-row-gap: 3rem;
  }

  .copy-medium-3 {
    margin-bottom: 4%;
  }

  .title3-3 {
    text-align: left;
    padding-left: 0%;
    font-size: 1.5em;
    font-weight: 700;
  }

  .faq-lottie-icon {
    width: 25px;
    height: 40px;
    top: auto;
    bottom: auto;
  }

  .rl_footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .copy-medium-4 {
    font-size: 1em;
  }

  .rl_footer3_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
  }

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

  .rl_footer3_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 3rem;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl_footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .impressum-main-section {
    padding-top: 15%;
  }

  .container-w2-2 {
    text-align: center;
  }

  .container-w2-2.contact-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .theme-grid-item-wrapper {
    height: 300px;
  }

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

  .product-img-wrapper {
    height: 500px;
  }

  .img-wrapper {
    height: 60%;
  }

  .product-image {
    height: 100%;
  }

  .form-block {
    width: 100%;
  }

  .copy-medium-5 {
    margin-bottom: 4%;
  }

  .copy-large-2 {
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .slider2_item {
    width: 50vw;
  }

  .wrap-left {
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-left.news {
    width: 100%;
  }

  .black-container {
    flex-flow: column;
  }

  .abs-img {
    width: 100%;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .copy-medium {
    text-align: left;
    font-size: 1em;
    font-weight: 500;
  }

  .p-xl-start {
    padding-top: 2em;
  }

  .background-color-primary {
    overflow: visible;
  }

  .p-md-end {
    padding-bottom: 2.5em;
  }

  .button {
    width: 230px;
  }

  .button.secondary {
    font-size: .8em;
  }

  .button.item {
    width: 100%;
  }

  .title4 {
    font-size: .8em;
  }

  .title4.white {
    text-align: center;
    text-align: center;
    font-size: 1.2em;
  }

  .copy-small {
    text-align: center;
    font-size: .8em;
    line-height: 1.3em;
  }

  .copy-small.white.copy {
    margin-top: 0;
  }

  .title1 {
    font-size: 1.9em;
  }

  .title1.white {
    font-size: 2em;
  }

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

  .copy-large {
    text-align: left;
    font-size: 1.1em;
    line-height: 25px;
  }

  .rich-text-custom {
    font-size: 1em;
  }

  .title3.product {
    font-size: 1.9em;
    font-weight: 400;
  }

  .title2 {
    font-size: 1.8em;
  }

  .title2.nav {
    padding: 10px;
    font-size: 2em;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .p-md-start {
    padding-top: 2.5em;
  }

  .container-w2 {
    text-align: center;
    padding-top: 5%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .p-xs-start {
    display: block;
  }

  .distance-big {
    padding-top: 5em;
  }

  .p-sm-start {
    padding-top: 1em;
  }

  .logo {
    width: auto;
    height: 20px;
  }

  .nav-icon {
    width: 30px;
  }

  .mega-nav-menu {
    padding: 40px 20px 20px;
    display: none;
  }

  .navbar {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .copy-medium-2 {
    font-size: 1em;
    font-weight: 500;
  }

  .locales-list {
    justify-content: center;
    align-items: center;
  }

  .close-menu {
    width: 30px;
  }

  .locales-wrapper {
    justify-content: center;
    align-items: center;
  }

  .lofo {
    width: 80%;
  }

  .locale {
    display: flex;
  }

  .title3-2.nav {
    padding: 13px;
    font-size: 2.1em;
  }

  .cms-partner-carousel-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .logo-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-foto {
    width: 50vw;
    height: 170px;
  }

  .copy-medium-3 {
    text-align: left;
    word-break: normal;
    font-size: 1em;
    line-height: 1.3em;
  }

  .title3-3 {
    margin-bottom: 5%;
    padding-left: 0;
    font-size: 1.8em;
  }

  .faq-lottie-icon {
    width: 35px;
    height: 35px;
    top: auto;
    bottom: auto;
  }

  .faq-question.slideup-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .copy-medium-4 {
    font-size: 1em;
    font-weight: 500;
  }

  .rl_footer3_bottom-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_footer3_link-list {
    justify-content: center;
    align-items: center;
  }

  .rl_footer3_logo {
    width: 100px;
    margin-top: 40px;
  }

  .rl_footer3_top-wrapper {
    justify-items: center;
  }

  .rl_footer3_social-list {
    grid-template-columns: max-content;
    justify-content: space-around;
    place-items: start center;
    display: flex;
  }

  .rl_footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .impressum-main-section {
    padding-top: 28%;
  }

  .container-w2-2 {
    text-align: center;
  }

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

  .product-img-wrapper {
    padding: 10px;
  }

  .kundenstimmen-outer-wrapper {
    height: 350px;
  }

  .copy-medium-5 {
    text-align: left;
    word-break: normal;
    margin-bottom: 0%;
    font-size: 1em;
    line-height: 1.3em;
  }

  .copy-large-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .slider2_item {
    width: 65vw;
  }

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

  .horizontal-wrapper {
    align-items: center;
  }

  .img-wrapper-full {
    width: 100%;
  }
}
