@font-face {
  font-family: "BMW Type Web Light";
  src: url(../fonts/nextl-26/BMWTypeNextProTT-Thin.woff) format("woff"), url(../fonts/nextl-26/BMWTypeNextPro-Thin.woff2) format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "BMW Type Web Light";
  src: url(../fonts/nextl-26/BMWTypeNextProTT-Light.woff) format("woff"), url(../fonts/nextl-26/BMWTypeNextPro-Light.woff2) format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "BMW Type Web Light";
  src: url(../fonts/nextl-26/BMWTypeNextProTT-Light.woff) format("woff"), url(../fonts/nextl-26/BMWTypeNextPro-Light.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "BMW Type Web Light";
  src: url(../fonts/nextl-26/BMWTypeNextProTT-Medium.woff) format("woff"), url(../fonts/nextl-26/BMWTypeNextPro-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
body {
  font-weight: 300;
}

@font-face {
  font-family: "BMW Type Web Light";
  src: url(../fonts/nextl-26/BMWTypeNextProTT-Bold.woff) format("woff"), url(../fonts/nextl-26/BMWTypeNextPro-Bold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "BMW Type Web Bold";
  src: url(../fonts/nextl-26/BMWTypeNextProTT-Bold.woff) format("woff"), url(../fonts/nextl-26/BMWTypeNextPro-Bold.woff2) format("woff2");
  font-display: swap;
}
.title-header *[class^=typo-headlines]:not(.btn), .title-header *[class^=typo-headlines] div:not(.info-dealer), .title-header *[class*=" typo-headlines"]:not(.btn), .title-header *[class*=" typo-headlines"] div:not(.info-dealer) {
  font-weight: 500;
}

/**/
.prim-color .title-header, .prim-color h2.typo-headlines-xxl-mixed, .prim-color .rolling-title {
  color: var(--hl-main-color);
}

.floating_block {
  position: fixed;
  top: 10px;
  right: 10px;
  left: auto;
  max-width: 400px;
  z-index: 1050;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
}
.floating_block:not(.is-hidden) {
  transform: translateY(0%);
  opacity: 1;
  pointer-events: all;
}
.floating_block.is-hidden {
  transform: translateY(-15%);
  opacity: 0;
  pointer-events: none;
}

.floating_body .block-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
.floating_body .title {
  margin-right: 40px;
}

.floating_cta {
  position: fixed;
  z-index: 1051;
  top: 0%;
  right: 0;
  width: 100%;
  height: 100vh;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.3s ease-in-out;
  transform: scale(100%) translateY(0%);
}
@media (min-width: 520px) {
  .floating_cta {
    top: 10px;
    height: auto;
    right: 10px;
    width: max-content;
    min-width: 250px;
    max-width: 450px;
    transform: translateY(0%);
  }
}
.floating_cta.is-hidden {
  transform: translateY(-20%);
}
@media (min-width: 520px) {
  .floating_cta.is-hidden {
    transform: translateY(-10%);
  }
}
.floating_cta.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.floating_cta.is-visible {
  /*  &:before {

        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: pink;
        position: fixed;
        z-index: -2;
    }*/
}

/*# sourceMappingURL=nextfont_26.css.map */
