@charset "UTF-8";
.gradients-fixed {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0%;
  z-index: 1000;
  transition: all 0.7s ease 0s;
  pointer-events: none;
}
.gradients-fixed .gradient-overlay {
  background: linear-gradient(to top, #000000, rgba(44, 40, 40, 0));
  height: 33%;
  transition: height 0.7s ease, background 0.7s ease, opacity 0.7s ease;
}
.gradients-fixed .gradient-overlay-top {
  background: linear-gradient(to bottom, #0e3c84, rgba(0, 0, 0, 0));
  height: 30%;
  transition: opacity 0.7s ease;
  opacity: 1;
}
.gradients-fixed .gradient-overlay-top-black {
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  height: 30%;
  transition: opacity 0.7s ease;
  opacity: 0;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, #0e3c84, rgba(44, 40, 40, 0));
  z-index: 5;
}
.gradient-overlay.strong {
  height: 70%;
}
.gradient-overlay.light {
  height: 30%;
}

.gradient-overlay-top, .gradient-overlay-top-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #0e3c84, rgba(0, 0, 0, 0));
  z-index: 5;
}
.gradient-overlay-top.strong, .gradient-overlay-top-black.strong {
  height: 60%;
}

.gradients-fixed.slide-1 .gradient-overlay {
  opacity: 1;
}
.gradients-fixed.slide-2 .gradient-overlay-top-black, .gradients-fixed.slide-2 .gradient-overlay {
  opacity: 1;
}
.floatingBtn-wrapper {
  position: fixed;
  bottom: max(7vh, 70px);
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  translate: -50% 500px;
  left: 50%;
  z-index: 10000;
  transition: translate 1ms ease;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: #2f2c4d;
  padding: 2rem 4rem;
  border-radius: 1rem;
}
.floatingBtn-wrapper.shown {
  transition: translate 0.7s ease;
  translate: -50% 0;
}
.floatingBtn-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 1px solid #c4a96c;
  padding: 1.2rem 2rem;
  color: black;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 120%;
  background: linear-gradient(to top, #D2B277 0%, #F1D49E 25%, #C1A46E 100%);
  text-decoration: none;
  opacity: 1;
  transition: font-size 0.5s 0.3s ease-in-out, background 0.5s ease-in-out, opacity 1ms linear;
  aspect-ratio: 2/1;
}
@media (max-width: 767px) {
  .floatingBtn-wrapper a {
    max-width: unset;
    flex: 1;
    aspect-ratio: unset;
  }
}
.floatingBtn-wrapper a:hover {
  background: linear-gradient(to top, #D2B277 0%, #F1D49E 75%, #C1A46E 100%);
}
.floatingBtn-wrapper a.section-active {
  opacity: 1;
}
.floatingBtn-wrapper .btn-text {
  align-self: flex-start;
  color: white;
  font-size: 200%;
  padding-right: 4rem;
  padding-bottom: 1rem;
}
.floatingBtn-wrapper a {
  opacity: 1 !important;
  align-self: flex-end;
  aspect-ratio: unset;
}
.floatingBtn-wrapper button.close {
  background-color: transparent;
  height: 20px;
  width: 20px;
  top: 10px;
  right: 10px;
  opacity: 1;
}
.floatingBtn-wrapper .glyphicon-remove {
  color: white;
}

#rexton-fullpage .background-image, #modelPage-fullpage .background-image {
  top: 0;
  position: absolute;
  z-index: 555;
  display: flex;
  justify-content: center;
  height: 100vh !important;
  width: 100vw !important;
}
#rexton-fullpage .background-image .background-pic, #modelPage-fullpage .background-image .background-pic {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
#rexton-fullpage .background-image .background-pic img, #modelPage-fullpage .background-image .background-pic img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
#rexton-fullpage .background-image .background-pic.item-second, #rexton-fullpage .background-image .background-pic.item-third, #modelPage-fullpage .background-image .background-pic.item-second, #modelPage-fullpage .background-image .background-pic.item-third {
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}
#rexton-fullpage .background-image .background-pic.item-second.show, #rexton-fullpage .background-image .background-pic.item-third.show, #modelPage-fullpage .background-image .background-pic.item-second.show, #modelPage-fullpage .background-image .background-pic.item-third.show {
  opacity: 1;
}
#rexton-fullpage .video.section video, #modelPage-fullpage .video.section video {
  position: absolute;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
}
#rexton-fullpage .video.section video.mobile-landscape, #modelPage-fullpage .video.section video.mobile-landscape {
  margin-top: -65%;
}
#rexton-fullpage .buttons, #modelPage-fullpage .buttons {
  display: flex;
  justify-content: stretch;
  gap: 2rem;
}
#rexton-fullpage .buttons a, #modelPage-fullpage .buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 1px solid #c4a96c;
  padding: 1.2rem 2rem;
  color: black;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 120%;
  background: linear-gradient(to top, #D2B277 0%, #F1D49E 25%, #C1A46E 100%);
  text-decoration: none;
  opacity: 1;
  transition: font-size 0.5s 0.3s ease-in-out, background 0.5s ease-in-out, opacity 1ms linear;
  aspect-ratio: 2/1;
}
@media (max-width: 767px) {
  #rexton-fullpage .buttons a, #modelPage-fullpage .buttons a {
    max-width: unset;
    flex: 1;
    aspect-ratio: unset;
  }
}
#rexton-fullpage .buttons a:hover, #modelPage-fullpage .buttons a:hover {
  background: linear-gradient(to top, #D2B277 0%, #F1D49E 75%, #C1A46E 100%);
}
#rexton-fullpage .buttons a.section-active, #modelPage-fullpage .buttons a.section-active {
  opacity: 1;
}

#main {
  background-color: black;
}

.fp-viewing-Ausstattung #main, .fp-viewing-Spezifikation #main, .fp-viewing-Räder #main {
  background-color: white;
}

.section-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.section-background .background-pic {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-background .background-pic img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

#modelPage-fullpage .landing-slide .main-overlay {
  position: absolute;
  z-index: 44444;
  bottom: 8rem;
  left: 5%;
  height: -moz-max-content;
  height: max-content;
  width: 90%;
  display: grid;
  grid-template-columns: 40% 15% repeat(3, 1fr);
  grid-template-rows: max-content max-content;
  gap: 1rem;
  /* prettier-ignore-start */
  grid-template-areas: "title . . . ." "buttons . block block block";
  /* prettier-ignore-end */
  font-family: "Noto Sans", serif;
  color: white;
}
#modelPage-fullpage .landing-slide .title {
  container-type: inline-size;
}
#modelPage-fullpage .landing-slide .title img {
  filter: drop-shadow(0 0 5px black);
  margin-bottom: 2vw;
}
#modelPage-fullpage .landing-slide .title .text {
  margin-bottom: 2vw;
  font-size: 4cqw;
  text-shadow: 0 0 10px black;
  font-weight: 700;
  text-align: center;
}
#modelPage-fullpage .landing-slide_title {
  grid-area: title;
}
#modelPage-fullpage .landing-slide_buttons {
  grid-area: buttons;
}
#modelPage-fullpage .landing-slide_data {
  grid-area: block;
  display: grid;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  grid-template-rows: subgrid;
  align-items: end;
}
#modelPage-fullpage .landing-slide_data .block {
  grid-row: 1/3;
  height: -moz-max-content;
  height: max-content;
  padding: 1cqw;
  aspect-ratio: 2/1;
}

.design.section.section-bottom {
  background-color: black;
}
.design.section.section-bottom h1 {
  color: wheat;
  margin-bottom: 20px;
}
.design.section.section-bottom h2 {
  color: white;
  text-transform: none;
}
.design.section.section-bottom h3 {
  margin-top: 35px;
}
.design.section.section-bottom h3 .gold-btn.drive-btn {
  background-color: #C4A96C;
  padding: 10px;
  padding-inline: 50px;
  border-radius: 10px;
  color: black;
}
.design.section.section-bottom h3 .gold-btn.drive-btn:hover {
  background-color: #B08F4A;
}

@media only screen and (max-width: 767px) {
  #modelPage-fullpage .landing-slide .main-overlay {
    height: 75%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 2fr 4fr 1fr max-content;
    grid-template-areas: "blank blank blank" "title title title" "block block block" "buttons buttons buttons";
    bottom: 10rem;
  }
  #modelPage-fullpage .landing-slide .title {
    justify-self: center;
    width: 60%;
    min-width: 300px;
  }
  #modelPage-fullpage .landing-slide .title .text {
    font-size: 7cqw;
  }
  .design.section.section-bottom h1 {
    font-size: 40px;
  }
  .design.section.section-bottom h2 {
    font-size: 23px;
  }
  .design.section.section-bottom h3 .gold-btn.drive-btn {
    font-size: 4cqw;
    margin-bottom: 80px;
  }
}
#modelPage-fullpage .gallery {
  background: black;
}
#modelPage-fullpage .gallery .background-image .show {
  display: block !important;
  transform: translate(0px, 0px) !important;
}
#modelPage-fullpage .gallery .background-image picture {
  pointer-events: none;
  transition: all ease-in 0.3s;
  transform: translate(-100vw, 0px);
}
#modelPage-fullpage .gallery .background-image picture img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#modelPage-fullpage .gallery .top-overlay {
  position: absolute;
  top: 14%;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 555555;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#modelPage-fullpage .gallery .top-overlay .title {
  color: #e1bf70;
  font-size: 1.9vw;
  font-weight: 700;
  text-transform: initial;
  padding-bottom: 2rem;
}
#modelPage-fullpage .gallery .buttons {
  justify-content: center;
  width: 100%;
}
#modelPage-fullpage .gallery .buttons a {
  flex: unset;
}
#modelPage-fullpage .gallery .buttons-bottom {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 555555;
  gap: 2rem;
}
#modelPage-fullpage .gallery .buttons-bottom .subtitle {
  color: white;
  font-size: 1.2vw;
  font-weight: 400;
  text-shadow: 0px 0 5px black;
}
#modelPage-fullpage .gallery .buttons-bottom .gallery-wrapper button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 5px;
  outline: none;
  border: none;
  background: white;
}
#modelPage-fullpage .gallery .buttons-bottom .gallery-wrapper button.active {
  background: #c4a96c;
  outline: white 1px solid !important;
}

@media only screen and (max-width: 767px) {
  #modelPage-fullpage .gallery .top-overlay .title {
    font-size: 8vw;
    text-align: center;
  }
  #modelPage-fullpage .gallery .buttons.visible-xs {
    display: flex !important;
  }
  #modelPage-fullpage .gallery .buttons a {
    flex: 1;
  }
  #modelPage-fullpage .gallery .buttons-bottom .subtitle {
    font-size: 3.5vw;
  }
}
.data-wrapper {
  container-type: inline-size;
}
.data-wrapper .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10rem);
          backdrop-filter: blur(10rem);
  border-radius: 1rem;
  font-size: clamp(0.9rem, 2.4cqw, 2.4rem);
  line-height: 1.2;
}
.data-wrapper .block .first {
  font-size: 100%;
}
.data-wrapper .block .first .number {
  font-size: 150%;
  font-weight: 700;
}
.data-wrapper .block .first .number sup {
  font-size: 55%;
}
.data-wrapper .block .second {
  font-size: 90%;
}
.data-wrapper .block .second .disclaimer {
  font-size: 80%;
}

footer.footer-old {
  display: none;
}

footer {
  margin-top: 0;
  position: relative;
}

.emmission-badge-new {
  position: absolute;
  text-shadow: 0 0 16px black;
  color: white;
  text-align: center;
  width: 100vw;
  font-size: clamp(0.9rem, 1.5vw, 1.3rem);
  font-weight: 400;
  font-family: "Noto Sans", serif;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  bottom: 0;
  z-index: 5555;
  line-height: 1.4;
}
.emmission-badge-new.fixed {
  position: fixed;
  text-shadow: 0 0 3px black;
}
.emmission-badge-new sup {
  display: none;
}

.fp-viewing-Footer .emmission-badge-new.fixed {
  display: none;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .fp-viewing-Footer .configurations-wrapper {
    top: 10%;
    max-height: 80%;
  }
  .fp-viewing-Footer .configurations-wrapper .config-nav-button {
    position: absolute;
    display: flex !important;
    align-items: center;
    top: 0;
    height: 100%;
    z-index: 77777777;
  }
  .fp-viewing-Footer .configurations-wrapper .config-nav-button.full {
    opacity: 0.5;
  }
  .fp-viewing-Footer .configurations-wrapper .config-nav-button img {
    width: max(5vw, 25px) !important;
  }
  .fp-viewing-Footer .configurations-wrapper .config-nav-button[data-direction=left] {
    left: min(0%, 5vw - 25px);
  }
  .fp-viewing-Footer .configurations-wrapper .config-nav-button[data-direction=left] img {
    transform: rotate(180deg);
  }
  .fp-viewing-Footer .configurations-wrapper .config-nav-button[data-direction=right] {
    right: min(0%, 5vw - 25px);
  }
  .fp-viewing-Footer .configurations-wrapper .configs {
    width: 400%;
    position: relative;
    transition: left 0.3s ease-in-out;
    gap: 0;
    justify-content: flex-start;
  }
  .fp-viewing-Footer .configurations-wrapper .configs .config {
    width: 80vw;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 2.5rem;
    font-size: clamp(0.8rem, 2vw, 1.2rem);
    flex-basis: unset;
  }
  .fp-viewing-Footer .configurations-wrapper .configs .config .features {
    line-height: 1.75;
    font-size: 125%;
  }
  .fp-viewing-Footer .configurations-wrapper .configs .config .name {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 200%;
  }
  .fp-viewing-Footer .configurations-wrapper .configs.show-1 {
    left: 0;
  }
  .fp-viewing-Footer .configurations-wrapper .configs.show-2 {
    left: -100%;
  }
  .fp-viewing-Footer .configurations-wrapper .configs.show-3 {
    left: -200%;
  }
  .fp-viewing-Footer .configurations-wrapper .configs.show-4 {
    left: -300%;
  }
  .fp-viewing-Footer .configurations-wrapper .configs.show-5 {
    left: -400%;
  }
}
@media (max-width: 600px) {
  .fp-viewing-Footer .configurations-wrapper .configs .config {
    padding: 1rem 2rem;
  }
  .fp-viewing-Footer .configurations-wrapper .configs .config .features {
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  .fp-viewing-Footer .configurations-wrapper .configs .config .bottom-part .slide-cta-btn {
    padding: 0.25rem 1rem;
  }
  .fp-viewing-Footer .buttons-bottom .slide-cta-btn {
    padding: 0.25rem 1rem;
  }
}

.center-bottom-title {
  position: absolute;
  container-type: inline-size;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.center-bottom-title p {
  font-size: clamp(26px, 4cqw, 4cqw);
  text-shadow: 0 0 10px black;
  font-weight: 700;
  text-align: center;
  color: white;
}

.section.wheels {
  overflow: clip;
}

.section {
  overflow: clip;
}
.section.spezifikation .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type, .section.konfigs .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type {
  color: white;
  background-color: #2F2C4D;
  transition: color 0.3s 0.5s, background-color 0.3s 0.5s;
}
.section.spezifikation .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type, .section.konfigs .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type {
  color: white;
  background-color: #2F2C4D;
  transition: color 0.3s 0.5s, background-color 0.3s 0.5s;
}
.section.transport .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type, .section.farben .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type, .section.comparison .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type, .section.design .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type, .section.day-night .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type, .section.wheels .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type, .section.gear .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type {
  color: white;
  transition: color 0.3s 0.5s;
}
.section.transport .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type, .section.farben .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type, .section.comparison .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type, .section.design .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type, .section.day-night .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type, .section.wheels .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type, .section.gear .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type {
  color: white;
  transition: color 0.3s 0.5s;
}
.section.transport .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:last-of-type, .section.farben .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:last-of-type, .section.comparison .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:last-of-type, .section.design .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:last-of-type, .section.day-night .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:last-of-type, .section.wheels .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:last-of-type, .section.gear .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:last-of-type {
  background-color: white;
  transition: background-color 0.3s 0.5s;
}
.section.transport .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:first-of-type, .section.farben .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:first-of-type, .section.comparison .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:first-of-type, .section.design .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:first-of-type, .section.day-night .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:first-of-type, .section.wheels .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:first-of-type, .section.gear .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:first-of-type {
  background-color: white;
  transition: background-color 0.3s 0.5s;
}
.section .kgm-checkbox {
  pointer-events: all;
  width: 150px;
  padding-left: 0 !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.section .kgm-checkbox .checkbox-text {
  color: black;
  position: relative;
}
.section .kgm-checkbox:hover {
  cursor: pointer;
}
.section .kgm-checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  outline: none;
  border-radius: 20px;
  transition: 0.7s;
}
.section .kgm-checkbox input[type=checkbox]:hover {
  cursor: pointer;
}
.section .kgm-checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 68px;
  height: 20px;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.section .kgm-checkbox input[type=checkbox]:before:hover {
  cursor: pointer;
}
.section .kgm-checkbox input[type=checkbox]:before {
  background: #2F2C4D;
  top: 5px;
  left: 7px;
  height: 30px;
}
.section .kgm-checkbox input:checked[type=checkbox]:before {
  left: 75px;
}
.section .kgm-checkbox input:checked[type=checkbox]:before:hover {
  cursor: pointer;
}

.show-mobile,
.show-tablet,
.show-phone {
  display: none !important;
}

@media (max-width: 950px) {
  .show-mobile, .show-phone {
    display: block !important;
  }
}
.hide-mobile {
  display: flex !important;
}
@media (max-width: 950px) {
  .hide-mobile {
    display: none !important;
  }
}

.d-flex {
  display: flex;
}

.section__title {
  text-transform: none;
}

.fp-viewing-Versionen .emmission-badge-new {
  display: none;
}

.fp-viewing-Ausstattung .emmission-badge-new, .fp-viewing-Spezifikation .emmission-badge-new {
  color: black;
  text-shadow: none;
}

.gradients-fixed {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.7s ease 0s;
  pointer-events: none;
}
.gradients-fixed .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 14%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7411764706), rgba(44, 40, 40, 0));
  transition: height 0.7s ease, background 0.7s ease, opacity 0.7s ease;
  z-index: 5;
}
.gradients-fixed .gradient-overlay-top, .gradients-fixed .gradient-overlay-top-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  transition: opacity 0.7s ease;
  z-index: 5;
}
.gradients-fixed .gradient-overlay-top {
  background: linear-gradient(to bottom, #0e3c84, rgba(0, 0, 0, 0));
  opacity: 0;
}
.gradients-fixed .gradient-overlay-top-black {
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  opacity: 1;
}
.gradients-fixed.slide-10 .gradient-overlay, .gradients-fixed.slide-10 .gradient-overlay-top-black, .gradients-fixed.slide-11 .gradient-overlay, .gradients-fixed.slide-11 .gradient-overlay-top-black, .gradients-fixed.slide-12 .gradient-overlay, .gradients-fixed.slide-12 .gradient-overlay-top-black, .gradients-fixed.slide-14 .gradient-overlay, .gradients-fixed.slide-14 .gradient-overlay-top-black, .gradients-fixed.slide-15 .gradient-overlay, .gradients-fixed.slide-15 .gradient-overlay-top-black, .gradients-fixed.slide-16 .gradient-overlay, .gradients-fixed.slide-16 .gradient-overlay-top-black, .gradients-fixed.slide-17 .gradient-overlay, .gradients-fixed.slide-17 .gradient-overlay-top-black {
  opacity: 0;
}

.section:not(.footer-anchor) .fp-tableCell {
  padding: 12.5vh 10vw 12.5vh 10vw;
}
.section:not(.footer-anchor) .fp-tableCell .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  container-type: inline-size;
  z-index: 6000;
}

.section__title {
  color: white;
  font-size: 200%;
  font-weight: 700;
  text-shadow: 0 0 20px black;
}

.section .version-names {
  color: white;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2vw;
  font-size: 2.5vw;
  z-index: -1;
}
.section .version-names .left {
  position: absolute;
  left: 2vw;
  top: 2vw;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid white;
}
.section .version-names .left.V-Cross {
  left: -2vw;
}
.section .version-names .left:after {
  content: "";
  position: absolute;
  background: white;
  right: -36px;
  bottom: -86px;
  width: 2px;
  height: 100px;
  transform: rotate(-45deg);
}
.section .version-names .right {
  position: absolute;
  right: 2vw;
  top: 2vw;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid white;
}
.section .version-names .right:after {
  content: "";
  position: absolute;
  background: white;
  left: -36px;
  bottom: -86px;
  width: 2px;
  height: 100px;
  transform: rotate(45deg);
}
.section .data-wrapper {
  width: 100%;
}
.section .data-wrapper .first, .section .data-wrapper .third {
  font-size: 80%;
  line-height: 1;
  padding-bottom: 0.8rem;
}
.section .data-wrapper .first .number, .section .data-wrapper .third .number {
  font-size: 200%;
}
.section .data-wrapper .second {
  font-size: 80%;
  line-height: 1.2;
}
@media (max-width: 950px) {
  .section .data-wrapper {
    gap: 0;
    transition: left 0.3s ease-in-out;
    left: 0;
  }
  .section .data-wrapper.data-2 {
    width: 200%;
  }
  .section .data-wrapper.data-3 {
    width: 300%;
  }
  .section .data-wrapper.data-5 {
    width: 500%;
  }
  .section .data-wrapper.show-2 {
    left: -100%;
  }
  .section .data-wrapper.show-3 {
    left: -200%;
  }
  .section .data-wrapper.show-4 {
    left: -300%;
  }
  .section .data-wrapper.show-5 {
    left: -400%;
  }
  .section .data-wrapper .block {
    max-width: unset;
    flex: 1;
  }
}

.overlay {
  position: absolute;
  z-index: 10;
  display: flex;
  font-family: galano-grotesque, sans-serif;
  font-size: clamp(1.6rem, 2cqw, 2.2rem);
}
.overlay.f-col {
  flex-direction: column;
}
.overlay.p-top {
  top: 0;
}
.overlay.p-bottom {
  bottom: 0;
}
.overlay.p-left {
  left: 0;
}
.overlay.p-right {
  right: 0;
}
.overlay.p-center {
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
}

.farben {
  background-color: black;
}
.farben .fp-tableCell {
  padding: 12.5vh 10vw 7vh 10vw !important;
}
.farben .fp-tableCell .slide-content .switch {
  top: 4cqh;
}
.farben .fp-tableCell .slide-content .switch .checkbox-text {
  top: 14px;
  left: 12%;
  cursor: pointer;
  pointer-events: none;
}
.farben .fp-tableCell .section-background {
  z-index: 0;
}
.farben .fp-tableCell .section-background .background-pic {
  background-size: cover;
  height: 82%;
}
.farben .fp-tableCell .colors-wrapper {
  background-color: rgb(242, 242, 242);
  border-radius: 3.6rem;
  flex-direction: column;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  width: 50%;
  align-items: center;
}
.farben .fp-tableCell .colors-wrapper .main-selectors-wrapper {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 1.6rem;
  border-radius: 3.6rem;
  width: 100%;
  align-items: center;
}
.farben .fp-tableCell .colors-wrapper .colors {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  background-color: white;
}
.farben .fp-tableCell .colors-wrapper .colors .color {
  position: relative;
}
.farben .fp-tableCell .colors-wrapper .colors .color.active::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2.7rem;
  left: 50%;
  transform: translate(-50%);
  width: 12rem;
  height: 1.2rem;
  background-image: url("../../../images/actyon/5_kolorpicker/img-container-swiper-bottom.png");
}
.farben .fp-tableCell .colors-wrapper .title-wrapper {
  padding-top: 10px;
}
.farben .fp-tableCell .colors-wrapper .title-wrapper .selected-color {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}
.farben .fp-tableCell .colors-wrapper .tone-selecotr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  gap: 1rem;
  display: flex;
  font-size: clamp(1.6rem, 2cqw, 2.2rem);
}
.farben .fp-tableCell .colors-wrapper .tone-selecotr .tone-selector-text {
  text-align: center;
  font-size: 1.6rem;
}
.farben .fp-tableCell .colors-wrapper .tone-selecotr .tone-divider {
  width: 1px;
  background-color: black;
  height: 20px;
}
.farben .fp-tableCell .colors-wrapper .tone-selecotr.f-col {
  flex-direction: column;
}
.farben .fp-tableCell .colors-wrapper .tone-selecotr.p-top {
  top: 0;
}
.farben .fp-tableCell .colors-wrapper .tone-selecotr.p-bottom {
  bottom: 0;
}
.farben .fp-tableCell .colors-wrapper .tone-selecotr.p-left {
  left: 0;
}
.farben .fp-tableCell .colors-wrapper .tone-selecotr.p-right {
  right: 0;
}
.farben .fp-tableCell .colors-wrapper .tone-selecotr.p-center {
  justify-content: center;
  align-items: center;
}

.section.features .section-background {
  overflow: clip;
  z-index: 1;
}
.section.features .section-background .background-pic {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: 100vh;
  width: auto;
  aspect-ratio: 192/108;
}
@media (min-aspect-ratio: 192/108) {
  .section.features .section-background .background-pic {
    height: auto;
    width: 100vw;
  }
}
@media (max-width: 950px) {
  .section.features .section-background .background-pic {
    aspect-ratio: 750/1366;
  }
}
@media (max-width: 950px) and (min-aspect-ratio: 750/1366) {
  .section.features .section-background .background-pic {
    height: auto;
    width: 100vw;
  }
}
.section.features .section-background.blurred {
  filter: blur(3px);
}
.section.features .section-background .boxes-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section.features .section-background .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #c4a96c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid white;
  cursor: pointer;
}
.section.features .section-background .dot:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 33.3%;
  height: 33.3%;
  background-color: #c4a96c;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  animation: circle-animation 1.5s infinite;
}
@media (max-width: 950px) {
  .section.features .section-background .dot {
    width: 20px;
    height: 20px;
  }
}
.section.features .slide-content {
  pointer-events: none;
}

.feature-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 555555;
}
.feature-overlay.active {
  display: block;
}
.feature-overlay .inner {
  position: absolute;
  width: 60vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 950px;
}
.feature-overlay .inner .feature {
  display: none;
}
.feature-overlay .inner .feature img, .feature-overlay .inner .feature video {
  width: 100%;
}
.feature-overlay .inner .feature .description {
  color: white;
  text-align: center;
  font-size: 16px;
  background: black;
}
.feature-overlay .inner .feature.show {
  display: block;
}
.feature-overlay .inner .close {
  position: absolute;
  top: -8%;
  right: -5%;
  width: 40px;
  cursor: pointer;
  opacity: 1;
}
.feature-overlay .inner .close img {
  filter: drop-shadow(0px 0px 2px black);
}
.feature-overlay .inner .left {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -10%;
  cursor: pointer;
}
.feature-overlay .inner .left img {
  width: 50px;
  transform: rotate(180deg);
  filter: drop-shadow(0px 0px 2px black);
}
.feature-overlay .inner .right {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -10%;
  cursor: pointer;
}
.feature-overlay .inner .right img {
  width: 50px;
  filter: drop-shadow(0px 0px 2px black);
}
@media (max-width: 950px) {
  .feature-overlay .inner {
    width: 80vw;
  }
  .feature-overlay .inner .left img, .feature-overlay .inner .right img {
    width: 40px;
  }
  .feature-overlay .inner .close {
    top: -50px;
    right: 0;
  }
}

.blur-background {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(81, 80, 80, 0.6392156863);
  z-index: 9999;
}
.blur-background.active {
  display: block;
}

.section.multi-background .section-background .background-pic {
  inset: 0;
  opacity: 0;
}
.section.multi-background .section-background .background-pic.active {
  opacity: 1;
}
.section.multi-background .colors-wrapper {
  gap: 1rem;
}
.section.multi-background .colors-wrapper .color {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: rgba(140, 140, 140, 0.6);
  color: white;
  font-size: 1.5rem;
  border-radius: 50%;
}
.section.multi-background .colors-wrapper .color.active {
  border: 2px solid black;
}
.section.multi-background .colors-wrapper .color img {
  width: 100%;
  height: 100%;
}
.section.multi-background .colors-wrapper .one-tone, .section.multi-background .colors-wrapper .two-tone {
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: rgba(140, 140, 140, 0.6);
  color: white;
  font-size: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.section.multi-background .colors-wrapper .one-tone.active, .section.multi-background .colors-wrapper .two-tone.active {
  border: 2px solid black;
}
@media (max-width: 950px) {
  .section.multi-background .colors-wrapper {
    width: 100%;
    justify-content: center;
    gap: 0.6rem;
  }
  .section.multi-background .colors-wrapper .color {
    width: 8vw;
    height: 8vw;
  }
}

.buttons {
  display: flex;
  gap: 2rem;
}
.buttons.buttons-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.buttons.buttons-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.buttons .slide-cta-btn {
  padding: 1rem;
  background: #eaeaea;
  color: black;
  display: block;
  text-decoration: none;
  font-weight: 400;
  max-width: 200px;
  text-align: center;
  align-self: flex-end;
  min-width: 175px;
  margin: 0.5rem 0.25rem;
  text-transform: uppercase;
  box-shadow: 0 0 10px black;
}
.buttons .slide-cta-btn:hover {
  color: black;
  text-shadow: none;
}
.buttons .slide-cta-btn {
  margin: 0;
  font-size: 70%;
  pointer-events: all;
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: unset;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.overlay.videoBtn-wrapper .play-video {
  pointer-events: all;
  position: absolute;
  right: 10%;
  bottom: 10%;
  color: white;
  background: transparent;
  border: 2px solid white;
  padding: 1rem 2rem;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 5;
}
.overlay.videoBtn-wrapper .play-video img {
  width: 20px;
  margin-bottom: 5px;
}

.video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(27, 27, 27, 0.8901960784);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  z-index: 666666;
}
.video-overlay .close-video-overlay {
  z-index: 666666;
  position: absolute;
  top: 10%;
  right: 5%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.video-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.home.section-1 .fp-tableCell .main-overlay {
  bottom: 11rem !important;
}
@media (max-width: 950px) {
  .home.section-1 .fp-tableCell .main-overlay {
    bottom: 12rem !important;
  }
}
.home.section-1 .fp-tableCell .main-overlay .landing-slide_title .text {
  text-align: left !important;
  font-weight: 800 !important;
}

.design.section-3 .slide-content .title-wrapper {
  top: 6%;
}
.design.section-3 .slide-content .title-wrapper .section__title {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.design.section-3 .slide-content .switch {
  top: 5%;
}
.design.section-3 .slide-content .switch .checkbox-text {
  top: 14px;
  left: 26%;
  cursor: pointer;
}
.design.section-3 .dot[data-lp="1"] {
  top: 41%;
  left: 37%;
}
.design.section-3 .dot[data-lp="2"] {
  top: 59%;
  left: 48%;
}
.design.section-3 .dot[data-lp="3"] {
  top: 42%;
  left: 53%;
}
@media (max-width: 950px) {
  .design.section-3 .dot[data-lp="1"] {
    top: 44%;
    left: 27%;
  }
  .design.section-3 .dot[data-lp="2"] {
    top: 53%;
    left: 45%;
  }
  .design.section-3 .dot[data-lp="3"] {
    top: 44%;
    left: 54%;
  }
}
.design.section-3 .dot_b[data-lp="1"] {
  top: 31%;
  left: 48%;
}
.design.section-3 .dot_b[data-lp="2"] {
  top: 35%;
  left: 54%;
}
.design.section-3 .dot_b[data-lp="3"] {
  top: 42%;
  left: 61.5%;
}
.design.section-3 .dot_b[data-lp="4"] {
  top: 54.5%;
  left: 61%;
}
@media (max-width: 950px) {
  .design.section-3 .dot_b[data-lp="1"] {
    top: 41%;
    left: 45%;
  }
  .design.section-3 .dot_b[data-lp="2"] {
    top: 43%;
    left: 57%;
  }
  .design.section-3 .dot_b[data-lp="3"] {
    top: 47%;
    left: 68%;
  }
  .design.section-3 .dot_b[data-lp="4"] {
    top: 53%;
    left: 69%;
  }
}

.day-night.section-4 {
  background-color: black;
  z-index: 1;
}
.day-night.section-4 .slide-content {
  z-index: -1;
  position: relative;
  height: 100%;
  width: 100%;
}
.day-night.section-4 .slide-content .title-wrapper {
  top: 3%;
}
.day-night.section-4 .slide-content .switch {
  top: 13%;
}
.day-night.section-4 .slide-content .switch .checkbox-text {
  top: 14px;
  left: 21%;
  cursor: pointer;
}
.day-night.section-4 .section-background {
  z-index: 6001 !important;
  width: 80vw;
  height: 60vh;
  cursor: e-resize;
  bottom: 10vw;
  top: 60%;
}
.day-night.section-4 .section-background .line {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #fff calc(50% - 35px), rgba(0, 0, 0, 0) calc(50% - 35px), rgba(0, 0, 0, 0) calc(50% + 35px), #fff calc(50% + 35px));
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 600;
  height: 100%;
}
.day-night.section-4 .section-background .line::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 70px;
  width: 70px;
  translate: -50% -50%;
  border: 2px solid white;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../../../images/actyon/4_dzien_noc/arrows.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.day-night.section-4 .section-background #first {
  overflow: hidden;
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  pointer-events: none;
}
.day-night.section-4 .section-background #first img {
  width: 80vw !important;
  max-width: unset !important;
}
.day-night.section-4 .section-background #second {
  pointer-events: none;
}

.innenaustattung.section-7 .section__title {
  font-weight: 700;
  text-align: center;
}
.innenaustattung.section-7.section .section-background .background-pic {
  top: 0;
  left: 0;
  translate: none;
}
.innenaustattung.section-7 .dot[data-lp="1"] {
  top: 36%;
  left: 22%;
}
.innenaustattung.section-7 .dot[data-lp="2"] {
  top: 31%;
  left: 35%;
}
.innenaustattung.section-7 .dot[data-lp="3"] {
  top: 32%;
  left: 51%;
}
.innenaustattung.section-7 .dot[data-lp="4"] {
  top: 39%;
  left: 65%;
}
.innenaustattung.section-7 .dot[data-lp="5"] {
  top: 72%;
  left: 65%;
}
@media (max-width: 950px) {
  .innenaustattung.section-7 .dot[data-lp="1"] {
    top: 40%;
    left: 10%;
  }
  .innenaustattung.section-7 .dot[data-lp="2"] {
    top: 31%;
    left: 20%;
  }
  .innenaustattung.section-7 .dot[data-lp="3"] {
    top: 32%;
    left: 67%;
  }
  .innenaustattung.section-7 .dot[data-lp="4"] {
    top: 40%;
    left: 61%;
  }
  .innenaustattung.section-7 .dot[data-lp="5"] {
    top: 71%;
    left: 26%;
  }
}

.komfort.section-8 .section__title {
  font-weight: 700;
  text-align: center;
}
.komfort.section-8 .colors-wrapper .color {
  overflow: hidden;
}
.komfort.section-8 .colors-wrapper .color.active {
  border: 1px solid white;
}

.transport.section-9 .slide-content .center-bottom-title .text {
  font-size: clamp(18px, 2cqw, 2cqw);
}

.antrieb.features .slide-content .center-bottom-title .text {
  font-size: clamp(13px, 1cqw, 2rem);
}
.antrieb.features .slide-content .front-text-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
}
.antrieb.features .slide-content .front-text-wrapper .front {
  font-size: clamp(10px, 1.2cqw, 1.2cqw);
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding: 5px;
}
@media (max-width: 950px) {
  .antrieb.features .slide-content .front-text-wrapper {
    height: -moz-fit-content;
    height: fit-content;
    top: 30%;
  }
}
.antrieb.features .slide-content .back-text-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  position: absolute;
  top: 0;
}
.antrieb.features .slide-content .back-text-wrapper .back {
  font-size: clamp(10px, 1.2cqw, 1.2cqw);
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding: 5px;
}
@media (max-width: 950px) {
  .antrieb.features .slide-content .back-text-wrapper {
    height: -moz-fit-content;
    height: fit-content;
    top: 30%;
  }
}
.antrieb.features .slide-content .close {
  height: 40px;
  width: 40px;
  fill: white;
  top: 11%;
  position: absolute;
  right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  top: 0;
  right: 0;
}
.antrieb.features .slide-content .close span {
  font-size: 30px;
}
.antrieb.features .slide-content .drive-description-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding: 15px;
  overflow-y: scroll;
}
@media (max-width: 950px) {
  .antrieb.features .slide-content .drive-description-wrapper {
    width: 100%;
    padding-top: 35px;
  }
}
.antrieb.features .slide-content .drive-description-wrapper p {
  color: white;
  width: 100%;
  text-align: center;
  font-size: clamp(13px, 1cqw, 2rem);
}
.antrieb.features .slide-content .info-icon {
  background-color: transparent;
  border: 3px solid white;
  border-radius: 15px;
  height: 60px;
  width: 60px;
  position: absolute;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 50px;
  right: 50%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: all;
}
.antrieb.features .slide-content .info-icon span {
  font-size: 50px;
  font-weight: bold;
}
.antrieb.features .section-background .background-pic .dot {
  position: absolute;
  top: calc(50% - 2.5px);
  background: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: none;
}
.antrieb.features .section-background .background-pic .dot:after {
  display: none;
}
.antrieb.features .section-background .background-pic .dot.front {
  left: 24.3%;
}
.antrieb.features .section-background .background-pic .dot.back {
  left: 63.5%;
}
@media (max-width: 950px) {
  .antrieb.features .section-background .background-pic .dot {
    top: 45.2%;
  }
  .antrieb.features .section-background .background-pic .dot.front {
    left: 21.3%;
  }
  .antrieb.features .section-background .background-pic .dot.back {
    left: 64.5%;
  }
}

.safety.section-10 .fp-tableCell, .comfort.section-11 .fp-tableCell, .performance.section-12 .fp-tableCell {
  padding: 0;
}
.safety.section-10 .fp-tableCell .slide-content, .comfort.section-11 .fp-tableCell .slide-content, .performance.section-12 .fp-tableCell .slide-content {
  padding: 12.5vh 10vw 12.5vh 10vw;
}

.gallery.section-13 .buttons-overlay {
  bottom: 13%;
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 555555;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery.section-13 .buttons-bottom {
  margin-bottom: 10px;
}
.gallery.section-13 .background-image {
  left: 0;
}

.konfigs.section-14 {
  background-color: #f0f0f0;
}
.konfigs.section-14 .fp-tableCell {
  padding: 0;
}
.konfigs.section-14 .slide-content {
  margin-top: 12.5vh;
}
.konfigs.section-14 .slide-content .overlay {
  position: relative;
}
.konfigs.section-14 .slide-content .section__title {
  color: #A48641 !important;
  text-shadow: none;
}
.konfigs.section-14 .slide-content .gallery-controlls {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.konfigs.section-14 .slide-content .gallery-controlls .version-button {
  min-width: 100px;
  padding-block: 10px;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  border: 1px solid #2F2C4D;
}
.konfigs.section-14 .slide-content .gallery-controlls .version-button.active {
  background-color: #2F2C4D;
  color: white;
}
.konfigs.section-14 .section-background {
  position: relative;
  transform: none;
  left: unset;
}
.konfigs.section-14 .versions-gallery {
  width: 100vw;
}
.konfigs.section-14 .versions-gallery .carousel-inner {
  display: flex;
  width: 200%;
  transition: transform 1s ease;
}
.konfigs.section-14 .versions-gallery .carousel-inner .carousel-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding-block: 3rem;
}
.konfigs.section-14 .versions-gallery .carousel-inner .carousel-item .price {
  position: relative;
  font-size: 300%;
  font-weight: 700;
  color: #A48641 !important;
}
.konfigs.section-14 .versions-gallery .carousel-inner .carousel-item .disclaimer {
  font-size: 9px;
  line-height: 1;
  padding-inline: 4rem;
}
.konfigs.section-14 .versions-gallery .carousel-inner .carousel-item img {
  height: min(30vh, 90vw);
}
.konfigs.section-14 .versions-gallery .carousel-inner .carousel-item .features {
  padding-right: 4rem;
}
.konfigs.section-14 .emmissions-bottom {
  width: 100%;
  background-color: white;
}
.konfigs.section-14 .emmissions-bottom #emis_table {
  padding-block: 25px 0 !important;
}
.konfigs.section-14 .emmissions-bottom #emis_table h4 {
  display: none;
}
.konfigs.section-14 .emmissions-bottom #emis_table::before {
  display: none;
}
.konfigs.section-14 .emmissions-bottom #emis_table .row {
  margin-inline: 0;
}
.konfigs.section-14 .emmissions-bottom .legal-disclaimer.container {
  padding-block: 0 80px;
  font-size: 9px;
}

.gear.section-15 .fp-tableCell {
  padding: 0 !important;
}
.gear.section-15 .slide-content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  padding: 0 10vw 0 10vw;
}
.gear.section-15 .slide-content #gear.container {
  width: auto !important;
}
.gear.section-15 .slide-content .section__title {
  color: #A48641 !important;
  text-shadow: none;
}
.gear.section-15 .slide-content .title-wrapper {
  position: relative;
  padding-block: 12.5vh 2rem;
}
.gear.section-15 .slide-content .table-wrapper {
  margin-bottom: 12.5vh;
  position: relative;
  height: 75%;
  overflow-y: scroll;
}
.gear.section-15 .slide-content .table-wrapper .container .gear-header.sticky.wersje_sticky {
  width: 80% !important;
  position: fixed;
  background-color: #f0f0f0 !important;
  margin-inline: -15px;
  padding-inline: 30px;
  z-index: 676666;
  border: none;
}
.gear.section-15 .slide-content .table-wrapper .container .gear-header.sticky.wersje_sticky table {
  border-bottom: 4px solid #000;
}

.spezifikation.section-16 {
  background-color: #f0f0f0;
}
.spezifikation.section-16 .fp-tableCell {
  padding: 12.5vh 10vw 12.5vh 10vw;
}
.spezifikation.section-16 .fp-tableCell .slide-content {
  max-height: 80vh;
  container-type: normal;
}
.spezifikation.section-16 .fp-tableCell .slide-content .section__title {
  color: #A48641 !important;
  text-shadow: none;
}
.spezifikation.section-16 .fp-tableCell .spezifikation-wrapper {
  display: flex;
  gap: 2rem;
  padding-top: 7rem;
  height: 100%;
}
.spezifikation.section-16 .fp-tableCell .spezifikation-wrapper .spezifikation-gallery {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 25px;
}
.spezifikation.section-16 .fp-tableCell .spezifikation-wrapper .spezifikation-gallery .background-pic {
  flex: 1;
}
.spezifikation.section-16 .fp-tableCell .spezifikation-wrapper .spezifikation-gallery .background-pic.show {
  display: flex !important;
}
.spezifikation.section-16 .fp-tableCell .spezifikation-wrapper .spezifikation-gallery .background-pic img {
  -o-object-fit: contain;
     object-fit: contain;
}
.spezifikation.section-16 .fp-tableCell .spezifikation-wrapper .spezifikation-gallery .gallery-controlls {
  margin: 0 auto 20px auto;
}
.spezifikation.section-16 .fp-tableCell .spezifikation-wrapper .spezifikation-gallery .gallery-controlls .view-button {
  padding: 10px 20px;
  border-radius: 20px;
  border: 0;
  border: 1px solid #2F2C4D;
  color: black;
}
.spezifikation.section-16 .fp-tableCell .spezifikation-wrapper .spezifikation-gallery .gallery-controlls .view-button.active {
  background-color: #2F2C4D;
  color: white;
}
.spezifikation.section-16 .fp-tableCell .spezifikation-table {
  flex: 1;
  font-size: 100%;
  background-color: white;
  border-radius: 25px;
}
.spezifikation.section-16 .fp-tableCell .spezifikation-table .title {
  font-size: 200%;
  font-weight: 700;
}
.spezifikation.section-16 .fp-tableCell .spezifikation-table .nomargin-row {
  margin: 0 !important;
}
.spezifikation.section-16 .fp-tableCell .spezifikation-table .content-wrapper {
  height: 100%;
  padding: 20px;
}
.spezifikation.section-16 .fp-tableCell .spezifikation-table .content-wrapper #data-wrapper {
  margin-top: 2rem;
  height: calc(100% - 5.5rem);
  overflow-y: scroll;
}
.spezifikation.section-16 .fp-tableCell .spezifikation-table .content-wrapper table.table.gear-table-header {
  z-index: 1;
}

@keyframes circle-animation {
  0% {
    width: 33.3%;
    height: 33.3%;
    background-color: #e1bf70;
  }
  100% {
    width: 200%;
    height: 200%;
    background-color: rgba(3, 193, 255, 0);
  }
}
@keyframes safety-spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(359deg);
  }
}
@keyframes rotate-front {
  from {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotateZ(359deg);
  }
}
@media (max-width: 950px) {
  .farben .fp-tableCell .colors-wrapper .colors .color.active::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .section__title {
    font-size: 135%;
    text-align: center;
  }
  .home.section-1 .main-overlay .landing-slide_title .text {
    text-align: center !important;
  }
  .konfigs.section-14 .slide-content .gallery-controlls {
    gap: 15px;
  }
  .ausstattung.section-15 .fp-tableCell .slide-content {
    height: auto;
    max-height: none;
    padding-inline: 2vw;
  }
  .ausstattung.section-15 .fp-tableCell .slide-content .table-wrapper {
    height: auto;
    overflow: visible;
  }
  .ausstattung.section-15 .fp-tableCell .slide-content .table-wrapper .panel-heading h4 span {
    padding: 5px 5px 5px 0;
  }
  .ausstattung.section-15 .fp-tableCell .slide-content .table-wrapper .container .wersje-wrapper {
    width: 100% !important;
    margin-inline: 0px;
  }
  .ausstattung.section-15 .fp-tableCell .slide-content .table-wrapper .container .wersje-wrapper .table.table-condensed.gear-table-header th {
    font-size: 75%;
  }
  .ausstattung.section-15 .fp-tableCell .slide-content .table-wrapper .container .gear-header.sticky.wersje_sticky {
    width: 100% !important;
    margin-inline: 0px;
  }
  .ausstattung.section-15 .fp-tableCell .slide-content .table-wrapper .container .gear-header.sticky.wersje_sticky .table.table-condensed.gear-table-header th {
    font-size: 75%;
  }
  .ausstattung.section-15 .fp-tableCell .mobile-wersje-nagl {
    display: none;
  }
  .ausstattung.section-15 .fp-tableCell #gear {
    padding-inline: 0;
  }
  .spezifikation.section-16 .fp-tableCell {
    padding: 0;
  }
  .spezifikation.section-16 .fp-tableCell .slide-content {
    padding: 12.5vh 3vw 12.5vh 3vw;
    max-height: none;
  }
  .spezifikation.section-16 .fp-tableCell .slide-content .title-wrapper {
    top: 12.5vh;
  }
  .spezifikation.section-16 .fp-tableCell .slide-content #gallery {
    display: none;
  }
  .spezifikation.section-16 .fp-tableCell .slide-content .spezifikation-table .title {
    font-size: 140%;
  }
  .spezifikation.section-16 .fp-tableCell .slide-content .spezifikation-table .content-wrapper {
    overflow-y: visible;
  }
  .spezifikation.section-16 .fp-tableCell .slide-content .spezifikation-table .content-wrapper #data-wrapper {
    overflow-y: visible;
  }
  .spezifikation.section-16 .fp-tableCell .slide-content .spezifikation-table .content-wrapper #data-wrapper .panel-heading h4 span {
    padding: 5px 5px 5px 0;
  }
  .spezifikation.section-16 .fp-tableCell .slide-content .spezifikation-table .content-wrapper #data-wrapper #accordion-di .panel .panel-collapse {
    height: auto;
  }
}
@media only screen and (min-aspect-ratio: 2/1) and (max-aspect-ratio: 3/1) {
  .feature-overlay .inner {
    width: 55vw;
  }
  .wheels.section-4 .fp-tableCell .rims-wrapper {
    margin-top: -4%;
  }
  .wheels.section-4 .fp-tableCell .rims-wrapper .rims .rim img {
    max-width: 10vh;
  }
  .gallery.section-13 .buttons-bottom {
    bottom: 8% !important;
  }
}
@media only screen and (min-aspect-ratio: 4/3) and (max-aspect-ratio: 5/4) {
  .feature-overlay .inner {
    width: 55vw;
  }
  .wheels.section-4 .fp-tableCell .rims-wrapper {
    margin-top: -4%;
  }
  .wheels.section-4 .fp-tableCell .rims-wrapper .rims .rim img {
    max-width: 10vh;
  }
  .gallery.section-13 .buttons-bottom {
    bottom: 8% !important;
  }
}/*# sourceMappingURL=musso-ev2025.css.map */