@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, .section.model-select .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, .section.model-select .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, .section.model-select .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, .section.model-select .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;
}/*# sourceMappingURL=general.css.map */