@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;
  text-align: center;
}

.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-1 .gradient-overlay, .gradients-fixed.slide-1 .gradient-overlay-top-black, .gradients-fixed.slide-1 .gradient-overlay-top, .gradients-fixed.slide-4 .gradient-overlay, .gradients-fixed.slide-4 .gradient-overlay-top-black, .gradients-fixed.slide-4 .gradient-overlay-top, .gradients-fixed.slide-6 .gradient-overlay, .gradients-fixed.slide-6 .gradient-overlay-top-black, .gradients-fixed.slide-6 .gradient-overlay-top, .gradients-fixed.slide-8 .gradient-overlay, .gradients-fixed.slide-8 .gradient-overlay-top-black, .gradients-fixed.slide-8 .gradient-overlay-top, .gradients-fixed.slide-9 .gradient-overlay, .gradients-fixed.slide-9 .gradient-overlay-top-black, .gradients-fixed.slide-9 .gradient-overlay-top, .gradients-fixed.slide-10 .gradient-overlay, .gradients-fixed.slide-10 .gradient-overlay-top-black, .gradients-fixed.slide-10 .gradient-overlay-top, .gradients-fixed.slide-11 .gradient-overlay, .gradients-fixed.slide-11 .gradient-overlay-top-black, .gradients-fixed.slide-11 .gradient-overlay-top, .gradients-fixed.slide-12 .gradient-overlay, .gradients-fixed.slide-12 .gradient-overlay-top-black, .gradients-fixed.slide-12 .gradient-overlay-top, .gradients-fixed.slide-13 .gradient-overlay, .gradients-fixed.slide-13 .gradient-overlay-top-black, .gradients-fixed.slide-13 .gradient-overlay-top {
  opacity: 0;
}

.section:not(.footer-anchor, .fp-auto-height) {
  background-color: black;
}
.section:not(.footer-anchor, .fp-auto-height).konfigs, .section:not(.footer-anchor, .fp-auto-height).ausstattung, .section:not(.footer-anchor, .fp-auto-height).spezifikation {
  background-color: #f0f0f0;
}
.section:not(.footer-anchor, .fp-auto-height) .fp-tableCell {
  padding: 12.5vh 10vw 12.5vh 10vw;
}
.section:not(.footer-anchor, .fp-auto-height) .fp-tableCell .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  container-type: inline-size;
  z-index: 6000;
}

.section.fp-auto-height .slide-content {
  padding: 12.5vh 10vw 12.5vh 10vw;
}

.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, 1.9cqw, 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;
}
.overlay.flex-column {
  flex-direction: column;
}

.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: 666;
}
.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;
  z-index: -1;
}

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

.essential-gallery-controlls {
  padding-top: 4%;
  padding-bottom: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media (max-width: 950px) {
  .essential-gallery-controlls {
    padding-top: 10px;
    padding-bottom: 50px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.essential-gallery-controlls .version-button {
  min-width: 100px;
  padding: 11px 30px;
  font-weight: bold;
  color: white;
  background-color: #2F2C4D;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  border: 1px solid #2F2C4D;
  text-align: center;
}
.essential-gallery-controlls .version-button.angebot-form {
  background-color: #8B7237;
  border-color: #8B7237;
}

.safety.section .row .essential-galery-item, .performance.section .row .essential-galery-item, .comfort.section .row .essential-galery-item {
  padding-top: 45px;
}

.emmission-badge-new {
  left: 0 !important;
  bottom: 85px !important;
}

.overlay.notice-wrapper {
  font-weight: bold;
  margin-top: -2%;
  text-align: center;
  position: relative;
}
@media (max-width: 950px) {
  .overlay.notice-wrapper p {
    font-size: 40%;
  }
}

.gallery-wrapper {
  margin-bottom: 10%;
  position: relative;
}
.gallery-wrapper.visible-xs #lightGallery-xs .row {
  display: flex;
  justify-content: center;
}
.gallery-wrapper.visible-xs .essential-carousel-control {
  font-size: 190%;
}
.gallery-wrapper.visible-sm {
  margin-bottom: 46%;
}
.gallery-wrapper.visible-sm #lightGallery-sm .row {
  display: flex;
  justify-content: center;
}
.gallery-wrapper.visible-sm #lightGallery-sm .row a {
  display: flex;
  justify-content: center;
}
.gallery-wrapper.visible-md {
  margin-bottom: 30%;
}
.gallery-wrapper.visible-md #lightGallery-md .row {
  display: flex;
  justify-content: center;
}
.gallery-wrapper.visible-md #lightGallery-md .row a {
  display: flex;
  justify-content: center;
}
.gallery-wrapper.visible-lg .essential-carousel-control {
  position: absolute;
  font-size: 300%;
}
.gallery-wrapper .thumb-carousel {
  left: 50%;
  right: 50%;
  transform: translatex(-42%);
}
.gallery-wrapper .thumb-carousel .carousel-inner {
  width: 85%;
}
.gallery-wrapper .thumb-carousel .carousel-inner img {
  cursor: pointer;
}
.gallery-wrapper .essential-carousel-control {
  position: absolute;
  font-size: 300%;
  top: 50%;
  translate: 0 -50%;
}
.gallery-wrapper .essential-carousel-control.right {
  right: 0;
}
.gallery-wrapper .essential-carousel-control.left {
  left: 0;
}

.main-image {
  max-width: 100%;
  max-height: 400px;
  margin-bottom: 20px;
}

.slide-content .info-box-wrapper {
  left: 140px;
  position: absolute;
  width: 100%;
  top: 10%;
}
.slide-content .info-box-wrapper .info-box img {
  width: 100%;
}
.slide-content .info-box-wrapper .price {
  color: white;
  font-size: 2.5cqw;
  font-weight: bold;
  position: absolute;
}

.home.section-1 .section-background .background-pic.cars img {
  height: auto;
  position: absolute;
  bottom: 6%;
}
.home.section-1 .slide-content .header-wrapper {
  width: 47%;
  top: 10%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.home.section-1 .slide-content .header-wrapper .notice-wrapper {
  color: white;
  text-align: center;
  margin-top: 3rem;
}
.home.section-1 .slide-content .header-wrapper .notice-wrapper p {
  font-size: 3cqw;
  font-weight: 700;
}
.home.section-1 .slide-content .bottom-notice {
  position: absolute;
  color: white;
  width: 100%;
  text-align: center;
  bottom: 12%;
}
.home.section-1 .slide-content .bottom-notice p {
  font-size: clamp(30px, 1.5cqw, 43px);
  font-weight: 600;
}

.essential {
  background-color: black;
}
.essential .slide-content .title-wrapper {
  position: relative !important;
}
.essential .slide-content .title-wrapper .section__title {
  color: white;
  text-shadow: none;
}
.essential .slide-content img {
  width: 25%;
  left: 50%;
  position: relative;
  right: 50%;
  transform: translatex(-50%);
}

.emmission-badge-new.essential {
  bottom: 0px !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-3 {
  background-color: white !important;
}
.section-3 .slide-content {
  flex-wrap: nowrap;
}
.section-3 .slide-content .overlay.title-wrapper {
  margin-bottom: 5%;
}
.section-3 .slide-content .section__title {
  color: black;
  text-shadow: none;
}
.section-3 .slide-content .section__title.text-golden {
  color: #A48641;
}
.section-3 .slide-content .section__title.text-white {
  color: white;
}
.section-3 .slide-content .text-wrapper {
  position: relative;
  font-weight: normal;
}
.section-3 .slide-content .text-wrapper p {
  font-size: clamp(1.2rem, 2cqw, 2.2rem);
  text-align: center;
}
.section-3 .slide-content .glyphicon {
  color: #c4a96c;
}
.section-3 .slide-content .finance-wrapper {
  margin-inline: 8%;
  background: #2F2C4D;
  display: flex;
  padding: 2rem;
  color: white;
  container-type: inline-size;
  position: relative;
}
.section-3 .slide-content .finance-wrapper .text-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: clamp(1.2rem, 1.7cqw, 2.2rem);
}
.section-3 .slide-content .finance-wrapper .text-wrapper .section__title.text-white {
  margin-bottom: 1rem;
}
.section-3 .slide-content .finance-wrapper .text-wrapper .section__title.text-golden {
  flex: 1;
  margin-bottom: 3rem;
}
.section-3 .slide-content .finance-wrapper .text-wrapper .section__title.text-golden .number {
  font-size: 170%;
  line-height: 0.6;
}
.section-3 .slide-content .finance-wrapper .text-wrapper p {
  margin: 0;
}
.section-3 .slide-content .finance-wrapper .text-wrapper * {
  text-align: left;
}
.section-3 .slide-content .finance-wrapper .carPic-wrapper {
  position: absolute;
  width: 50%;
  right: 2rem;
  top: 2rem;
  height: calc(100% - 4rem);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.section-3 .slide-content .finance-wrapper .carPic-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 950px) {
  .section-3 .slide-content .finance-wrapper {
    margin-inline: 0;
    flex-direction: column;
  }
}
.section-3 .slide-content .disclaimer {
  position: relative;
  margin-inline: 8%;
  margin-top: 1rem;
  font-weight: 600;
  padding-left: 2rem;
  font-size: 1.3rem;
}
.section-3 .slide-content .disclaimer::before {
  content: "**";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 950px) {
  .section-3 .slide-content .disclaimer {
    font-size: 0.52rem;
    margin-inline: 0;
  }
}

.waranty.section {
  background-color: #2F2C4D;
}
.waranty.section .slide-content .title-wrapper {
  position: relative !important;
  margin-bottom: 10px;
}
.waranty.section .slide-content .title-wrapper .section__title {
  color: white;
  text-shadow: none;
}
.waranty.section .slide-content .text-wrapper {
  position: relative !important;
  font-weight: normal;
  flex-direction: column;
}
.waranty.section .slide-content .text-wrapper p {
  font-size: clamp(1.2rem, 2cqw, 2.2rem);
  text-align: center;
  color: white;
}
.waranty.section .slide-content .notice-wrapper {
  position: relative !important;
  color: white;
  margin-top: 0;
}

.wheels.section-4 {
  background: white;
}
.wheels.section-4 .fp-tableCell {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.wheels.section-4 .title {
  position: absolute;
  top: 10%;
  left: 10%;
  color: white;
  z-index: 555555;
  text-align: left;
  font-weight: 200;
  line-height: 1.75;
  text-shadow: 0 0 10px black;
}
.wheels.section-4 .car-background {
  position: relative;
  width: 100%;
}
.wheels.section-4 .car-background img {
  width: 100%;
}
.wheels.section-4 .rim-left {
  position: absolute;
  left: 26.2%;
  bottom: 13%;
  width: 7.7%;
  animation: 3s linear infinite rotate;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.wheels.section-4 .rim-left.anim-run {
  animation-play-state: running;
}
.wheels.section-4 .rim-left.r16 {
  left: 28.4%;
  bottom: 13.1%;
}
.wheels.section-4 .rim-left.r18 {
  left: 28.4%;
  bottom: 13.3%;
}
.wheels.section-4 .rim-right {
  position: absolute;
  right: 28.35%;
  bottom: 13%;
  width: 7.7%;
  animation: 3s linear infinite rotate;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.wheels.section-4 .rim-right.anim-run {
  animation-play-state: running;
}
.wheels.section-4 .rim-right.r16 {
  right: 25.75%;
  bottom: 12.4%;
}
.wheels.section-4 .rim-right.r18 {
  right: 25.7%;
  bottom: 12.7%;
}
.wheels.section-4 .rims-wrapper {
  width: 100%;
  flex-grow: 1;
  background: white;
  z-index: 10;
  padding-top: 20px;
}
.wheels.section-4 .rims-wrapper .rims {
  align-self: stretch;
  max-width: 1000px;
  width: 80%;
  height: 100%;
  bottom: 15%;
  left: 50%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  z-index: 5;
  align-items: flex-start;
}
.wheels.section-4 .rims-wrapper .rims .rim {
  width: 25%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.wheels.section-4 .rims-wrapper .rims .rim img {
  max-width: 17vh;
  width: 175px;
}
.wheels.section-4 .rims-wrapper .rims .rim .name {
  margin-top: 1rem;
  font-size: 135%;
  text-align: center;
  font-weight: 400;
}

.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: 72%;
  left: 49%;
}
.innenaustattung.section-7 .dot[data-lp="2"] {
  top: 59%;
  left: 36%;
}
.innenaustattung.section-7 .dot[data-lp="3"] {
  top: 61%;
  left: 49%;
}
.innenaustattung.section-7 .dot[data-lp="4"] {
  top: 83%;
  left: 27%;
}
.innenaustattung.section-7 .dot[data-lp="5"] {
  top: 83%;
  left: 69%;
}
.innenaustattung.section-7 .dot[data-lp="6"] {
  top: 81%;
  left: 52%;
}
.innenaustattung.section-7 .dot[data-lp="7"] {
  top: 82%;
  left: 49%;
}
@media (max-width: 950px) {
  .innenaustattung.section-7 .dot[data-lp="1"] {
    top: 72%;
    left: 73%;
  }
  .innenaustattung.section-7 .dot[data-lp="2"] {
    top: 60%;
    left: 31%;
  }
  .innenaustattung.section-7 .dot[data-lp="3"] {
    top: 63%;
    left: 70%;
  }
  .innenaustattung.section-7 .dot[data-lp="4"] {
    top: 85%;
    left: 20%;
  }
  .innenaustattung.section-7 .dot[data-lp="5"] {
    top: 85%;
    left: 40%;
  }
  .innenaustattung.section-7 .dot[data-lp="6"] {
    top: 87%;
    left: 61%;
  }
  .innenaustattung.section-7 .dot[data-lp="7"] {
    top: 83%;
    left: 72%;
  }
}

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

.raum.section-9 .section__title {
  font-weight: 700;
}
.raum.section-9 .section__title.p-top {
  top: 0;
}
.raum.section-9 .section__title.p-bottom {
  bottom: 0;
}
.raum.section-9 .section__title.p-left {
  left: 0;
}
.raum.section-9 .section__title.p-right {
  right: 0;
}
.raum.section-9 .section__title.p-center {
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
}
.raum.section-9 .colors-wrapper .koffer {
  height: 100px;
  width: 100px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: saturate(180%) blur(4px);
          backdrop-filter: saturate(180%) blur(4px);
  color: white;
  border-radius: 15%;
  cursor: pointer;
  align-content: center;
}
.raum.section-9 .colors-wrapper .koffer .koffer-iner {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.raum.section-9 .colors-wrapper .koffer .koffer-iner .koffer-volume {
  font-family: Noto Sans;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.raum.section-9 .colors-wrapper .koffer .koffer-iner .liters {
  font-size: 70%;
  font-weight: 700;
  line-height: 1;
}
.raum.section-9 .colors-wrapper .koffer.active {
  border: 2px solid white;
}
.raum.section-9 .volume-wrapper {
  right: -10vw;
  bottom: -12.5vh;
}
.raum.section-9 .volume-wrapper .number {
  display: none;
  font-size: 2000%;
  color: rgba(255, 255, 255, 0.3803921569);
  font-weight: 600;
  line-height: 0.7;
}
.raum.section-9 .volume-wrapper .number.active {
  display: block;
}
@media (max-width: 950px) {
  .raum.section-9 .volume-wrapper {
    right: -20vw;
    bottom: 50vh;
  }
  .raum.section-9 .volume-wrapper .number {
    font-size: 1500%;
  }
}

.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 .background-image {
  left: 0;
}

.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;
  text-shadow: none;
}
.konfigs.section-14 .slide-content .version-gallery-controlls {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.konfigs.section-14 .slide-content .version-gallery-controlls .version-button {
  min-width: 100px;
  padding: 10px 20px;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  border: 1px solid #2F2C4D;
}
.konfigs.section-14 .slide-content .version-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: 400%;
  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;
}
.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 .legal-disclaimer.container {
  padding-block: 0 40px;
  font-size: 9px;
}

.gear.section-15 .slide-content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
}
.gear.section-15 .slide-content .overlay.title-wrapper {
  position: relative;
}
.gear.section-15 .slide-content .overlay.title-wrapper .section__title {
  color: #A48641;
  text-shadow: none;
}
.gear.section-15 .slide-content .version-gallery-controlls {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.gear.section-15 .slide-content .version-gallery-controlls .version-button {
  min-width: 100px;
  padding: 10px 20px;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  border: 1px solid #2F2C4D;
  font-size: 12px;
}
.gear.section-15 .slide-content .version-gallery-controlls .version-button.active {
  background-color: #2F2C4D;
  color: white;
}
.gear.section-15 .slide-content .table-wrapper {
  position: relative;
  overflow-y: auto;
  height: 80%;
  top: 50px;
  overflow-y: scroll;
}
.gear.section-15 .slide-content .table-wrapper .container {
  width: auto !important;
}
.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 .overlay.title-wrapper {
  position: relative;
}
@media (max-width: 950px) {
  .spezifikation.section-16 .overlay.title-wrapper {
    top: 1%;
  }
}
.spezifikation.section-16 .overlay.title-wrapper .section__title {
  color: #A48641;
  text-shadow: none;
}
.spezifikation.section-16 .version-gallery-controlls {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  z-index: 6001;
}
.spezifikation.section-16 .version-gallery-controlls button {
  min-width: 100px;
  padding: 10px 20px;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  border: 1px solid #2F2C4D;
}
.spezifikation.section-16 .version-gallery-controlls button.active {
  background-color: #2F2C4D;
  color: white;
}
.spezifikation.section-16 .slide-content {
  max-height: 75vh;
  container-type: normal;
}
.spezifikation.section-16 .slide-content .section__title {
  color: #A48641;
  text-shadow: none;
}
.spezifikation.section-16 .spezifikation-wrapper {
  display: flex;
  gap: 2rem;
  margin-top: 4%;
  height: 75%;
}
.spezifikation.section-16 .spezifikation-wrapper .spezifikation-gallery {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 25px;
}
.spezifikation.section-16 .spezifikation-wrapper .spezifikation-gallery .background-pic {
  flex: 1;
}
.spezifikation.section-16 .spezifikation-wrapper .spezifikation-gallery .background-pic.show {
  display: flex !important;
}
.spezifikation.section-16 .spezifikation-wrapper .spezifikation-gallery .background-pic img {
  -o-object-fit: contain;
     object-fit: contain;
}
.spezifikation.section-16 .spezifikation-wrapper .spezifikation-gallery .gallery-controlls {
  margin: 0 auto 20px auto;
}
.spezifikation.section-16 .spezifikation-wrapper .spezifikation-gallery .gallery-controlls .view-button {
  padding: 10px 20px;
  border-radius: 20px;
  border: 0;
}
.spezifikation.section-16 .spezifikation-wrapper .spezifikation-gallery .gallery-controlls .view-button.active {
  border: 2px solid black;
}
.spezifikation.section-16 .spezifikation-wrapper .spezifikation-table {
  flex: 1;
  font-size: 100%;
  background-color: white;
  border-radius: 25px;
  max-height: calc(75vh - 7rem);
}
.spezifikation.section-16 .spezifikation-wrapper .spezifikation-table .title {
  font-size: 200%;
  font-weight: 700;
}
.spezifikation.section-16 .spezifikation-wrapper .spezifikation-table .nomargin-row {
  margin: 0 !important;
}
.spezifikation.section-16 .spezifikation-wrapper .spezifikation-table .content-wrapper {
  height: 100%;
  padding: 20px;
}
.spezifikation.section-16 .spezifikation-wrapper .spezifikation-table .content-wrapper #data-wrapper {
  margin-top: 2rem;
  height: calc(100% - 5.5rem);
  overflow-y: scroll;
  overflow-x: clip;
}
.spezifikation.section-16 .spezifikation-wrapper .spezifikation-table .content-wrapper table.table.gear-table-header {
  z-index: 1;
}

@keyframes rotate {
  0% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin-z {
  0% {
    transform: rotateX(0deg);
  }
  33% {
    transform: rotateX(45deg);
  }
  66% {
    transform: rotateX(-45deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@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 (min-width: 1200px) {
  .wheels.section-4 .rims-wrapper {
    margin-top: -3%;
  }
}
@media (min-width: 1025px) and (min-aspect-ratio: 16/8) and (max-height: 700px) {
  .wheels.section-4 .rims-wrapper {
    max-height: 33vh;
  }
}
@media (max-width: 1100px) {
  .home.section-1 .section-background .background-pic.cars img {
    height: 79cqw !important;
    bottom: 15%;
    position: absolute;
  }
  .home.section-1 .slide-content .bottom-notice {
    bottom: 14%;
  }
  .home.section-1 .slide-content .bottom-notice p {
    font-size: 3.5cqw;
  }
  .konfigs.section-14 .slide-content .version-gallery-controlls,
  .ausstattung.section-15 .slide-content .version-gallery-controlls,
  .spezifikation.section-16 .version-gallery-controlls {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .safety.section .row .essential-galery-item div, .performance.section .row .essential-galery-item div, .comfort.section .row .essential-galery-item div {
    width: 38vw;
  }
  .slide-content .info-box-wrapper .price {
    font-size: 3.15cqw;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .wheels.section-4 .rim-left.r16, .wheels.section-4 .rim-left.r18 {
    left: 14.6%;
    bottom: 7.3%;
    width: 12.5%;
  }
  .wheels.section-4 .rim-right.r16, .wheels.section-4 .rim-right.r18 {
    right: 11.4%;
    bottom: 7.2%;
    width: 12.5%;
  }
  .wheels.section-4 .car-background {
    margin-top: -20%;
    z-index: 5;
  }
}
@media (max-width: 950px) {
  .home.section-1 .section-background .background-pic.cars img {
    position: absolute;
    bottom: 20%;
    height: 68% !important;
  }
  .home.section-1 .slide-content .header-wrapper {
    width: 90%;
    top: 15%;
  }
  .home.section-1 .slide-content .header-wrapper .notice-wrapper p {
    font-size: 5cqw;
  }
  .farben .fp-tableCell .colors-wrapper .colors .color.active::after {
    display: none;
  }
  .slide-content .info-box-wrapper .price {
    font-size: 4cqw;
  }
  .section-background .background-pic.model img {
    -o-object-position: left;
       object-position: left;
  }
  .spezifikation.section-16 .spezifikation-wrapper {
    height: 40vh;
  }
  .spezifikation.section-16 .overlay.title-wrapper {
    top: 12%;
  }
  .spezifikation.section-16 .version-controlls {
    top: 15%;
  }
  .konfigs.section-14 .slide-content .version-gallery-controlls,
  .ausstattung.section-15 .slide-content .version-gallery-controlls,
  .spezifikation.section-16 .version-gallery-controlls {
    padding-top: 10px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@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;
  }
  .home.section-1 .slide-content .bottom-notice {
    bottom: 20%;
  }
  .home.section-1 .slide-content .bottom-notice p {
    font-size: 3cqw;
  }
  .wheels.section-4 .rims-wrapper .rims {
    bottom: 20%;
  }
  .wheels.section-4 .rims-wrapper .rims .rim img {
    max-width: 11.5vh;
  }
  .wheels.section-4 .rims-wrapper .rims .rim .name {
    font-size: 150%;
  }
  .konfigs.section-14 .slide-content .version-gallery-controlls {
    gap: 10px;
  }
  .ausstattung.section-15 .fp-tableCell {
    padding-inline: 2vw;
  }
  .ausstattung.section-15 .fp-tableCell .mobile-wersje-nagl {
    display: none;
  }
  .ausstattung.section-15 .fp-tableCell #gear {
    padding-inline: 0;
  }
  .spezifikation.section-16 {
    padding-top: 65px;
  }
  .spezifikation.section-16 .fp-tableCell {
    padding: 0;
  }
  .spezifikation.section-16 .fp-tableCell .overlay.title-wrapper {
    top: 1%;
  }
  .spezifikation.section-16 .fp-tableCell .version-controlls {
    top: 1%;
  }
  .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-tivoli, .spezifikation.section-16 .fp-tableCell .slide-content #gallery-korando, .spezifikation.section-16 .fp-tableCell .slide-content #gallery-torres {
    display: none;
  }
  .spezifikation.section-16 .fp-tableCell .slide-content .spezifikation-wrapper {
    height: 75%;
  }
  .spezifikation.section-16 .fp-tableCell .slide-content .spezifikation-wrapper .spezifikation-table {
    max-height: none;
  }
  .spezifikation.section-16 .fp-tableCell .slide-content .spezifikation-wrapper .spezifikation-table .title {
    font-size: 140%;
  }
  .spezifikation.section-16 .fp-tableCell .slide-content .spezifikation-wrapper .spezifikation-table .content-wrapper {
    overflow-y: visible;
  }
  .spezifikation.section-16 .fp-tableCell .slide-content .spezifikation-wrapper .spezifikation-table .content-wrapper #data-wrapper {
    overflow-y: visible;
  }
  .spezifikation.section-16 .fp-tableCell .slide-content .spezifikation-wrapper .spezifikation-table .content-wrapper #data-wrapper .panel-heading h4 span {
    padding: 5px;
  }
  .spezifikation.section-16 .fp-tableCell .slide-content .spezifikation-wrapper .spezifikation-table .content-wrapper #data-wrapper #accordion-di .panel .panel-collapse {
    height: auto;
  }
  .slide-content .info-box-wrapper {
    top: 15%;
    left: 10%;
  }
  .slide-content .info-box-wrapper .price {
    font-size: 5cqw;
  }
  .ausstattung.section-15 .fp-tableCell {
    padding-inline: 2vw;
  }
  .ausstattung.section-15 .fp-tableCell .slide-content {
    height: auto;
    max-height: none;
    padding: 12.5vh 3vw 12.5vh 3vw;
  }
  .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 .mobile-wersje-nagl {
    display: none;
  }
  .ausstattung.section-15 .fp-tableCell #gear {
    padding-inline: 0;
  }
  .gear.section-15 .slide-content .title-wrapper {
    top: auto;
  }
  .gear.section-15 .slide-content .table-wrapper .container .wersje-wrapper {
    width: 100% !important;
    margin-inline: 0px;
  }
  .gear.section-15 .slide-content .table-wrapper .container .wersje-wrapper .table.table-condensed.gear-table-header th {
    font-size: 75%;
  }
  .gear.section-15 .slide-content .table-wrapper .container .gear-header.sticky.wersje_sticky {
    width: 100% !important;
    margin-inline: 0px;
  }
  .gear.section-15 .slide-content .table-wrapper .container .gear-header.sticky.wersje_sticky .table.table-condensed.gear-table-header th {
    font-size: 75%;
  }
}
@media only screen and (max-width: 640px) {
  .safety.section .row .essential-galery-item div, .performance.section .row .essential-galery-item div, .comfort.section .row .essential-galery-item div {
    width: 78vw;
  }
}
@media (max-width: 600px) {
  .wheels.section-4 .title {
    font-size: 2rem;
  }
  .wheels.section-4 .car-background {
    margin-top: 0;
  }
  .wheels.section-4 .rims-wrapper {
    max-height: unset;
    position: static;
    margin-top: 5%;
    padding-top: 0px;
  }
  .wheels.section-4 .rims-wrapper .rims {
    position: static;
    transform: none;
    bottom: 37%;
    width: 90%;
    margin-left: 5%;
    flex-wrap: wrap;
  }
  .wheels.section-4 .rims-wrapper .rims .rim {
    width: 50%;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 90%;
  }
  .wheels.section-4 .rims-wrapper .rims .rim .name {
    font-size: 90%;
    margin-top: 0.5rem;
    max-width: 70%;
  }
  .wheels.section-4 .fp-tableCell {
    display: block;
  }
  .section-background.car .background-pic {
    width: 140%;
  }
}/*# sourceMappingURL=essential2025.css.map */