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

.data-wrapper {
  gap: 5vw;
}
.data-wrapper .block {
  width: 20%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-shadow: 0 0 6px black;
  color: white;
  text-align: center;
}
.data-wrapper .block .first {
  font-size: 120%;
}
.data-wrapper .block .first .number {
  font-size: 250%;
  font-weight: 400;
}
.data-wrapper .block .first .number sup {
  font-size: 60%;
}
.data-wrapper .block .second {
  font-size: 1.75vh;
}
.data-wrapper .block .second .disclaimer {
  font-size: 70%;
}

.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, .section.zubehoer .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, .section.zubehoer .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 {
  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 {
  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 {
  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 {
  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;
}

.landingform__main-view {
  width: 100%;
  height: 80svh;
  position: relative;
  container-type: inline-size;
  padding-top: 70px;
}
.landingform__main-view .toFormBtn {
  position: absolute;
  inset: auto 0 7% 0;
}
.landingform__main-view .toFormBtn a {
  font-size: 15px;
}
.landingform__main-view .landingform__pic {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.landingform__main-view .landingform__pic img {
  width: 100% !important;
  height: 100% !important;
  padding-top: 70px;
  object-fit: cover;
}
.landingform__main-view .landingform__image-intro {
  padding-top: 15%;
  text-align: center;
  color: white;
  font-size: clamp(3rem, 9vw, 5rem);
  font-weight: 500;
  text-transform: initial;
  text-shadow: 0 0 10px black;
}
.landingform__main-view .landingform__image-intro.bottom-right {
  position: absolute;
  inset: auto 2.5% 7% 2.5%;
}
.landingform__main-view .landingform__image-intro.bottom-right-btn {
  position: absolute;
  inset: auto 2.5% calc(7% + 50px) 2.5%;
}
.landingform__main-view .landingform__title {
  text-align: right;
}
.landingform__main-view .landingform__title.campaign_claim {
  font-size: 50%;
}
.landingform__main-view .landingform__title.unterclaim_kgm {
  font-size: 70%;
  font-weight: 500;
}
.landingform__main-view .landingform__title.to-left {
  text-align: left;
}
.landingform__article.suv-der-star-unter-den-gelaedewagen .landingform__image-intro {
  padding-top: 60svh;
  padding-inline: 5%;
  text-align: left;
}

.zigzag-section, .adventure-section, .container-width-section {
  container-type: inline-size;
  margin-block: 10rem;
}

.landingform__content {
  margin-block: 4rem;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  color: rgb(94, 96, 112);
}
.landingform__content .landingform__title {
  font-size: 125%;
  color: rgb(94, 96, 112);
  padding-bottom: 0.5lh;
}
.landingform__content .landingform__title.big {
  font-size: 160%;
}
.landingform__content .landingform__title.small {
  font-size: 90%;
}
.landingform__content .landingform__paragraph {
  font-size: inherit;
  text-wrap: balance;
}
.landingform__content .landingform__paragraph.small {
  font-size: 72%;
}
.landingform__content .landingform__picture {
  padding-top: 2rem;
}
.landingform__content .landingform__picture img {
  border-radius: 1.4rem;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-initial {
  text-transform: initial;
}

.text-thin {
  font-weight: 100;
}

.text-normal {
  font-weight: 300;
}

.text-bold {
  font-weight: 600;
}

.text-xbold {
  font-weight: 900;
}

.energy_categories {
  padding-block: 4rem;
}
.energy_categories .all-wrapper {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.energy_categories .all-wrapper.mono {
  flex-direction: column;
}
.energy_categories .all-wrapper.double .energy_categories__versions-container {
  flex-direction: column;
  flex: 0 0 46%;
  align-items: start;
}
.energy_categories .all-wrapper.multi .energy_categories__versions-container {
  flex-direction: column;
  margin-bottom: 5rem;
}
.energy_categories .all-wrapper.multi .energy_categories__versions-container h3 {
  text-transform: initial;
  font-weight: 400;
  text-align: center;
  text-wrap: wrap;
}
.energy_categories__breaker-line {
  width: max(20%, 200px);
  border: solid 1px #5e6070;
  margin: 2rem auto;
}
.energy_categories__title {
  text-align: center;
  padding-bottom: 2rem;
  color: #5e6070;
}
.energy_categories__versions-container {
  display: flex;
  gap: 1rem;
  flex: 0 0 18%;
}
.energy_categories__versions-container img {
  width: min(200px, 35vw);
}

.btn-container {
  display: flex;
  justify-content: center;
}
.btn-container.f-justify-start {
  justify-content: flex-start;
}
.btn-container .slide-cta-btn {
  margin: 0.5rem 0.25rem;
  align-self: stretch;
  padding: 0.75rem 1.5rem;
  max-width: 200px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2F2C4E;
  border-radius: 10px;
  flex: 1;
  gap: 1rem;
  background: #2F2C4E;
  color: white;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.7s ease 0s, color 0.7s ease 0s, border 0.7s ease 0s;
}
.btn-container .slide-cta-btn:hover, .btn-container .slide-cta-btn.btn-second:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
.btn-container .slide-cta-btn.btn-second {
  background: rgba(16, 16, 18, 0.1843137255);
  border: 2px solid white;
}
.btn-container .slide-cta-btn.light {
  background: #fff;
  color: #5e6070;
  border: 2px solid #fff;
}
.btn-container .slide-cta-btn.light:hover {
  backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
  color: white;
}
.btn-container .slide-cta-btn {
  font-size: 60%;
}
.btn-container .btn-wide {
  max-width: max-content;
}

.adventure-section {
  margin-block: 7rem 5rem;
}
.adventure-section__offers {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.offer__card {
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.offer__image {
  border-radius: 1rem;
  overflow: clip;
}
.offer__image img {
  width: 100%;
}
.offer__text {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
  gap: 2rem;
}
.offer__description {
  flex: 1;
}
.offer__price {
  filter: brightness(150%);
  font-size: 80%;
}

.disclaimer {
  margin-block: 10rem 5rem;
}
.disclaimer__text {
  font-size: 60%;
}

@media (max-width: 767px) {
  .carousel-inner > .item > img {
    max-width: 80%;
  }
  .landingform__image-intro {
    padding-top: 30%;
  }
  .forms23 .btn-default {
    width: 100% !important;
  }
  .energy_categories .all-wrapper.multi {
    flex-direction: column;
    align-items: center;
  }
  .energy_categories .all-wrapper.multi .energy_categories__versions-container {
    flex-direction: column;
    align-items: center;
    width: max(190px, 40%);
  }
  .energy_categories .all-wrapper.multi .energy_categories__versions-container div {
    font-size: clamp(1rem, 3vw, 1.6rem);
  }
  .energy_categories .all-wrapper.double {
    flex-direction: column;
    align-items: center;
    gap: 6rem;
  }
  .energy_categories .all-wrapper.double .energy_categories__versions-container {
    flex-direction: column;
    align-items: center;
  }
  .energy_categories .all-wrapper.double .energy_categories__versions-container div {
    font-size: clamp(1rem, 3vw, 1.6rem);
  }
  .container-width-section {
    margin-block: 4rem;
  }
}
@media (min-width: 768px) {
  .landingform__image-intro.bottom-right {
    inset: auto 3% 7% 40%;
  }
  .offer__card {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .zigzag-section > *:first-child {
    padding-inline: 10rem 5rem;
  }
  .zigzag-section > *:nth-child(2) {
    padding-top: 0;
    padding-inline: 5rem 10rem;
  }
  .zigzag-section:nth-child(2n) > *:first-child {
    left: 50%;
    padding-inline: 5rem 10rem;
  }
  .zigzag-section:nth-child(2n) > *:nth-child(2) {
    right: 50%;
    padding-inline: 10rem 5rem;
  }
  .adventure-section__offers {
    flex-direction: row;
  }
  .offer__card {
    flex-direction: column;
  }
}/*# sourceMappingURL=model-forms.css.map */