html {
  overflow-x: hidden;
}

#main .container-fullwidth .item-page {
  margin-top: 0;
  padding-top: 60px;
}

footer.footer-old {
  margin-top: 0;
}

.introImg__wrapper .background, .introImg__wrapper .background-pic, .introImg__wrapper .background-img, .modelSectionImg__wrapper .background, .modelSectionImg__wrapper .background-pic, .modelSectionImg__wrapper .background-img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.introImg__wrapper {
  height: 50vh;
  position: relative;
  overflow: clip;
}
.introImg__wrapper .overlay {
  position: absolute;
  inset: 0;
  padding: 10vh 5vw;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  color: white;
  font-weight: 700;
  text-shadow: black 0 0 7px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.modelSectionImg__wrapper {
  position: relative;
  overflow: clip;
}
.modelSectionImg__wrapper .background, .modelSectionImg__wrapper .background-pic, .modelSectionImg__wrapper .background-img {
  position: absolute;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.modelSectionImg__wrapper .background {
  z-index: -1;
}
.modelSectionImg__wrapper .finanzierung-part, .modelSectionImg__wrapper .leasing-part {
  flex: 1;
  padding: 20vh 5vw 5vh;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  color: white;
  font-weight: 700;
  text-shadow: black 0 0 7px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.modelSectionImg__textWrapper, .modelSectionText__wrapper {
  position: relative;
  overflow: clip;
  display: flex;
  width: 200%;
  transition: left 1s ease-in-out;
  left: 0%;
}
.modelSectionImg__textWrapper.show-leasing, .modelSectionText__wrapper.show-leasing {
  left: -100%;
}

.universal_part .introText__wrapper {
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
}
.universal_part .introText__title {
  text-transform: initial;
  font-size: inherit;
  font-weight: 700;
  margin-block: min(4rem, 4vh);
}
.universal_part .introText__text {
  font-size: 60%;
  font-weight: 600;
  margin-bottom: min(4rem, 4vh);
}
.universal_part .introText .switcher_wrapper {
  padding-block: 5vh;
  position: relative;
  height: calc(10vh + 40px);
}
.universal_part .introText .switcher_wrapper .kgm-checkbox {
  position: relative;
  width: 300px;
  margin-inline: auto;
  cursor: pointer;
}
.universal_part .introText .switcher_wrapper .kgm-checkbox label {
  display: flex;
  height: 40px;
  margin-bottom: 0;
}
.universal_part .introText .switcher_wrapper .kgm-checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  background: white;
  outline: none;
  border-radius: 20px;
  transition: 0.7s;
  z-index: -1;
  margin-top: 0;
  border: solid 2px #2F2C4D;
}
.universal_part .introText .switcher_wrapper .kgm-checkbox input[type=checkbox]::before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  background: #2F2C4D;
  border: solid 2px white;
  transition: all 0.5s ease-in-out;
}
.universal_part .introText .switcher_wrapper .kgm-checkbox input[type=checkbox]:checked::before {
  left: 50%;
}
.universal_part .introText .switcher_wrapper .kgm-checkbox .checkbox-text {
  flex: 1;
  text-align: center;
  line-height: 40px;
  font-weight: 800;
  transition: all 0.5s ease-in-out;
}
.universal_part .introText .switcher_wrapper .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type {
  color: white;
}
.universal_part .introText .switcher_wrapper .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type {
  color: white;
}
.universal_part .introText .switcher_wrapper .kgm-checkbox.fixed {
  position: fixed;
  left: 50%;
  top: 50px;
  translate: -50%;
  z-index: 999;
}

.model_part {
  display: flex;
  flex-direction: column;
}
.model_part .modelSectionImg__wrapper {
  flex: 1;
}
.model_part .modelSectionImg__wrapper .title-wrapper {
  line-height: 1.1;
}
.model_part .modelSectionText__wrapper {
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  color: black;
  flex: 1.1;
  min-height: max-content;
}
.model_part .modelSectionText__wrapper .modelSectionText__title {
  text-transform: initial;
  font-size: inherit;
  font-weight: 700;
  margin-block: min(5rem, 5vh);
  margin-inline: 10%;
}
.model_part .modelSectionText__wrapper .offer__wrapper {
  margin-inline: 10%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: lightgray;
}
.model_part .modelSectionText__wrapper .offer__content {
  padding: min(2rem, 2vh);
}
.model_part .modelSectionText__wrapper .offer__content .title {
  font-size: 75%;
  font-weight: 700;
  padding-bottom: min(1rem, 2vh);
}
.model_part .modelSectionText__wrapper .offer__content .loadout {
  font-size: 65%;
  font-weight: 300;
  padding-bottom: min(1rem, 2vh);
}
.model_part .modelSectionText__wrapper .offer__content .details {
  display: flex;
  font-weight: 600;
  flex-direction: row;
  flex-wrap: wrap;
}
.model_part .modelSectionText__wrapper .offer__content .details .name, .model_part .modelSectionText__wrapper .offer__content .details .value {
  font-size: 60%;
}
.model_part .modelSectionText__wrapper .offer__content .details .name {
  flex-basis: 40%;
}
.model_part .modelSectionText__wrapper .offer__content .details .value {
  flex-basis: 60%;
}
.model_part .modelSectionText__wrapper .offer__img {
  position: relative;
}
.model_part .modelSectionText__wrapper .offer__img .background {
  position: absolute;
}
.model_part .modelSectionText__wrapper .offer__img .background, .model_part .modelSectionText__wrapper .offer__img .background-pic, .model_part .modelSectionText__wrapper .offer__img .background-img {
  height: 100% !important;
  width: 100%;
}
.model_part .modelSectionText__wrapper .offer__img .background-img {
  object-fit: cover;
}
.model_part .modelSectionText__wrapper .offer__img .img-disclaimer {
  position: absolute;
  z-index: 1;
  bottom: 1rem;
  left: 1rem;
  color: white;
  font-size: 45%;
  font-weight: 700;
  text-shadow: black 0 0 7px;
}
.model_part .modelSectionText__wrapper .disclaimer {
  margin-inline: 10%;
  position: relative;
  font-size: 45%;
  padding-left: 1rem;
  padding-block: min(1rem, 2vh);
  line-height: 1.1;
}
.model_part .modelSectionText__wrapper .disclaimer::before {
  content: "1";
  position: absolute;
  left: 0;
}
.model_part .modelSectionText__wrapper .emissions {
  margin-inline: 10%;
  line-height: 1.1;
  font-size: 45%;
}
.model_part .buttons-overlay {
  padding-block: min(5rem, 5vh) min(8rem, 9vh);
}
.model_part .buttons-overlay a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  flex: 1;
  color: black;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 70%;
  background-color: #C1A46E;
  margin-inline: auto;
  width: max-content;
}

@media (max-width: 767px) {
  .modelSectionImg__wrapper .finanzierung-part, .modelSectionImg__wrapper .leasing-part, .introImg__wrapper .overlay {
    padding: 35vh 10vw 3vh;
  }
  .model_part .modelSectionText__wrapper {
    flex: 2;
  }
  .model_part .modelSectionText__wrapper .offer__wrapper {
    grid-template-columns: 1fr;
  }
  .model_part .modelSectionText__wrapper .offer__wrapper .details .name {
    flex-basis: 60%;
  }
  .model_part .modelSectionText__wrapper .offer__wrapper .details .value {
    flex-basis: 40%;
  }
  .model_part .modelSectionText__wrapper .offer__content .title {
    font-size: 85%;
  }
  .model_part .modelSectionText__wrapper .offer__content .loadout {
    font-size: 75%;
  }
  .model_part .modelSectionText__wrapper .offer__content .details .name, .model_part .modelSectionText__wrapper .offer__content .details .value {
    font-size: 70%;
  }
  .model_part .modelSectionText__wrapper .disclaimer, .model_part .modelSectionText__wrapper .emissions {
    font-size: 60%;
  }
}/*# sourceMappingURL=finance.css.map */