#mainDiv {
  overflow: inherit;
}
/* Our Brands Row */
.ourBrandsRow {
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ourBrandsRow h1 {
  text-align: center;
  text-transform: uppercase;
  margin: 0px auto;
}
.ourBrandsRow .brandsBox {
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 5px;
  width: 100%;
}
.ourBrandsRow .brandsBox .elm {
  width: 15%;
  min-width: 65px;
  min-height: 65px;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.ourBrandsRow .brandsBox .elm .front,
.ourBrandsRow .brandsBox .elm .back {
  transition: all 250ms;
}
.ourBrandsRow .brandsBox .elm:hover .front {
  opacity: 0;
}
.ourBrandsRow .brandsBox .elm:hover .back {
  opacity: 1;
}
.ourBrandsRow .brandsBox .elm .back {
  opacity: 0;
  color: #121722;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
}
.ourBrandsRow .brandsBox .elm * {
  cursor: pointer;
}
.ourBrandsRow .toCarSearchBox,
.ourBrandsRow .toTerminBox {
  margin-top: 50px;
}
.ourBrandsRow .buttonsBox {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
}

.ourBrandsRow .toCarSearchBox .loadGlobalCarSearchBtn,
.ourBrandsRow .toTerminBox .loadTerminBtn {
  margin-top: 25px;
}
.loadGlobalCarSearchBtn,
.loadTerminBtn {
  background-color: var(--col_pr60);
  padding: var(--unit_x10) var(--unit_x15);
  box-shadow: 0px var(--unit_x3) var(--unit_x8) 0px var(--col_dropShadow_50a);
  border-radius: var(--unit_x20);
  border: var(--unit_x2) var(--col_pr70_50a) solid;
  font-family: 'RobotoMono';
  text-transform: uppercase;
  letter-spacing: var(--unit_x2);
  font-size: var(--unit_x12);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  cursor: pointer;
}

@media only screen and (max-width: 414px) {
  .ourBrandsRow {
    justify-content: flex-start;
  }
  .ourBrandsRow > h1 {
    margin-top: 50px;
  }
  .ourBrandsRow .brandsBox .elm {
    width: 15%;
    min-width: 60px;
    min-height: 60px;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
  }
  .ourBrandsRow .buttonsBox {
    gap: 25px;
  }
  .ourBrandsRow .toCarSearchBox,
  .ourBrandsRow .toTerminBox {
    margin-top: 25px;
  }
}


/* Row 1 */
.row1 {
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
  justify-content: space-between;
}
.row1 .txtBlock {
}
.row1 .imgBlock {
  text-align: right;
  display: flex;
  align-items: center;
}
.row1 .txtBlock .head {
  margin-bottom: var(--unit_x7);
}
.row1 .txtBlock .subhead {
  margin-bottom: var(--unit_x15);
}
.row1 .txtBlock .body p {
  margin-bottom: var(--unit_x15);
}
.row1 .konfiguratorCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  flex-wrap: nowrap;
  margin-top: var(--unit_x25);
  padding: var(--unit_x18);
}
.row1 .konfiguratorCard .subsubhead {
  font-size: var(--unit_x22);
}
.row1 .konfiguratorCard > div {
  margin-bottom: var(--unit_x15);
}
.row1 .konfiguratorCard > div:last-child {
  margin-bottom: 0;
}
.row1 .konfiguratorCard .textBox .info {
  margin-top: var(--unit_x3);
  padding-left: var(--unit_x3);
}
.row1 .footLnk {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .row1 .txtBlock {
    text-align: center;
    margin: 0px auto;
  }
  .row1 .konfiguratorCard .subhead {
    text-align: left;
  }
  .row1 .konfiguratorCard .info {
    text-align: left;
  }
  .row1 .button {
    margin: 0px auto;
  }
}

.horizontalBrandLine {
  height: var(--unit_x28);
  background-repeat: repeat-x;
  background-size: auto 100%;
  margin-bottom: var(--unit_x18);
  position: relative;
  -webkit-animation-name: horizontalBrandLineBGAnimationFrames;
  -webkit-animation-duration: 100s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
/*
.horizontalBrandLine div:nth-child(1) {
  position: absolute;

  width: 50px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: -moz-linear-gradient(180deg, var(--col_pd90_0a) 0%, var(--col_pd90) 100%);
  background: -webkit-linear-gradient(180deg, var(--col_pd90_0a) 0%, var(--col_pd90) 100%);
  background: linear-gradient(180deg, var(--col_pd90_0a) 0%, var(--col_pd90) 100%));
}
.horizontalBrandLine div:nth-child(2) {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0px;
  top: 0px;
  background: -moz-linear-gradient(0deg, var(--col_pd90_0a) 0%, var(--col_pd90) 100%);
  background: -webkit-linear-gradient(0deg, var(--col_pd90_0a) 0%, var(--col_pd90) 100%);
  background: linear-gradient(0deg, var(--col_pd90_0a) 0%, var(--col_pd90) 100%));
}
*/
@-webkit-keyframes horizontalBrandLineBGAnimationFrames {
    from {
        background-position: 0% 0%
    }
    to {
        background-position: 1087% 0%
    }
}

/* Row Offers */
.rowOffers {
  margin-top: var(--unit_x168);
  position: relative;
  z-index: 3;
}
.rowOffers .body {
  margin: 0px auto;
}
.rowOffers .description {
  text-align: center;
  margin-bottom: var(--unit_x50);
}
@media only screen and (max-width: 414px) {
  .rowOffers {

  }
}

/* Row Locations */
.rowLocations {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.rowLocations .left {
}
.rowLocations .left .elm {
  opacity: 0.25;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-bottom: var(--unit_x88);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  position: relative;
}
.rowLocations .left .elm.active {
  transform: scale(1);
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.rowLocations .left .elm:last-child {
  margin-bottom: 0;
}
.rowLocations .left .elm .brandAImgBx {
  width: 50%;
}
.rowLocations .left .elm .brandAImgBx .brandsIconsBx {
  font-size: var(--unit_x12);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.rowLocations .left .elm .brandAImgBx .brandsIconsBx .icon svg {
  fill: white;
  width: var(--unit_x40);
  height: var(--unit_x40)
}
.rowLocations .left .elm.active .brandAImgBx .brandsIconsBx {
  opacity: 1;
  transition-delay: 0.5s;
}
.rowLocations .left .elm .locationImg {
  width: 100%;
  transform: scale(0.65);
  transform-origin: 0% 50%;
  display: flex;
  border-radius: var(--unit_x8);
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rowLocations .left .elm.active .locationImg {
  transform: inherit;
}
.rowLocations .left .elm .locationImg img {
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.rowLocations .left .elm .locationImg img:hover {
  transform: rotate(1deg) scale(1.05) !important;
}
.rowLocations .left .elm .infoData {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding-left: var(--unit_x35);
  width: 50%;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.rowLocations .left .elm.active .infoData {
  opacity: 1;
}
.rowLocations .left .elm .infoData .locLnk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: nowrap;
  font-size: var(--unit_x12);
  text-decoration: underline;
}
.rowLocations .left .elm .infoData .locLnk svg {
  width: var(--unit_x20);
  margin-right: var(--unit_x6);
}
.rowLocations .right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.rowLocations .right .floatingBlock {
  position: sticky;
  top: calc(10%);
  width: 100%;
}
.rowLocations .right .txtBlock {
  text-align: right;
  float: right;
}
.rowLocations .right .mapOuter {
  display: block;
}
.rowLocations .right .mapBox {
  height: var(--unit_x355);
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.rowLocations .right .mapBox #map {
  height: 100%;
  border-radius: var(--unit_x8);
  width: calc(100%  - var(--unit_x20));
  border-radius: var(--unit_x8);
  overflow: hidden;
}
.rowLocations .right .mapBox .streeringBox {
  background-color: #BFB8AF;
  border-radius: var(--unit_x40);
  width: var(--unit_x40);
  height: var(--unit_x80);
  position: absolute;
  z-index: 2;
  left: 0;
  display: flex;
  color: var(--col_pl10);
  background-color: var(--col_pr60);
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}
.rowLocations .right .mapBox .streeringBox svg {
  cursor:pointer;
  width: var(--unit_x20);;
}
.rowLocations .right .mapBox .mapPopOver {
  position: absolute;
  z-index: 10;
  border-radius: var(--unit_x8);
  background-color: var(--col_pd80);
  width: var(--unit_x230);
  height: var(--unit_x222);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-box-shadow: 0px 0px 15px 0px #000000;
  box-shadow: 0px 0px 15px 0px #000000;
  display: none;
  overflow: hidden;
}
.rowLocations .right .mapBox .mapPopOver .img {
  height: 50%;
  background-size: cover;
  background-position: center;
}
.rowLocations .right .mapBox .mapPopOver .data {
  height: 50%;
  display: flex;
  text-align: left;
  padding: var(--unit_x17);
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.rowLocations .right .mapBox .mapPopOver .data .locLnk {
  display: flex;
  text-decoration: underline;
}
.rowLocations .right .mapBox .mapPopOver .data .locLnk svg {
  margin-right: var(--unit_x5);
}
@media only screen and (max-width: 768px) {
  .rowLocations {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .rowLocations .right .floatingBlock {
    position: inherit;
  }
  .rowLocations .right .txtBlock {
    text-align: center;
  }
  .rowLocations .right .mapOuter {
    position: relative;
    left: 0%;
    width: 100% !important;
    height: 80%;
    margin-left: 0 !important;
    text-align: center;
    overflow-x: hidden;
    margin: var(--unit_x35) auto 0px auto;
  }
  .rowLocations .right .mapOuter .mapBox .streeringBox {
    left: calc(50% - var(--unit_x20));
    bottom: calc(var(--unit_x20) * -1);
    transform: rotate(-90deg);
  }
  .rowLocations .right .mapOuter .mapBox {
    width: 100%;
    align-items: flex-start;
  }
  .rowLocations .right .mapOuter .mapBox #map {
    width: 100%;
    height: calc(100% - var(--unit_x20));
  }
  .rowLocations .left .elm {
    flex-direction: column;
  }
  .rowLocations .left .elm .brandAImgBx {
    transform: scale(1) !important;
    width: 100%;
  }
  .rowLocations .left .elm .brandAImgBx .locationImg {
    transform: scale(1) !important;
    transform-origin: 0% 50%;
  }
  .rowLocations .left .elm .infoData {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    margin-top: -25px;
    z-index: 2;
    width: 100%;
    background-color: var(--col_pd80);
    border-bottom-left-radius: var(--unit_x9);
    border-bottom-right-radius: var(--unit_x9);
    padding: var(--unit_x9);
    -webkit-box-shadow: 0px var(--unit_x3) var(--unit_x9) 0px var(--col_dropShadow_50a);;
    -webkit-box-shadow: 0px var(--unit_x3) var(--unit_x9) 0px var(--col_dropShadow_50a);
    box-shadow: 0px var(--unit_x3) var(--unit_x8) 0px var(--col_dropShadow_50a);
  }
  .rowLocations .left .elm.active .infoData .brandsStrBx {
    width: 100%;
  }
  .rowLocations .left .elm .infoData .subhead {
    width: 100%;
  }
  .rowLocations .left .elm .infoData > div:nth-child(n+2) {
    width: 50%;
  }
  .rowLocations .left .elm .infoData > div:nth-child(1),
  .rowLocations .left .elm .infoData > div:nth-child(2) {
    margin-bottom: var(--unit_x10);
  }
}

/* Row Brands */
.rowBrands {
  margin-top: var(--unit_x168);
  position: relative;
  z-index: 3;
}
.rowBrands .body {
  margin: 0px auto;
}
.rowBrands .description {
  text-align: center;
  margin: 0px auto;
}
.rowBrands .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-top: var(--unit_x40);
}
.rowBrands .logos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: var(--unit_x40);
  position: relative;
}
.rowBrands .logos > a {
  width: 25%;
}
.rowBrands .logos .elm {
  cursor: pointer;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.rowBrands .logos .elm .img {
  width: auto;
  height: 60%;
  color: var(--col_pl10);
  fill: var(--col_pl10);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.rowBrands .logos .elm:hover .img {
  fill: var(--col_pr70);
}
.rowBrands .logos .elm:hover .img svg * {
  fill: var(--col_pr70) !important;
}
.rowBrands .logos .elm .img svg {
  height: 100%;
  width: 100%;
}
.rowBrands .logos .elm .img svg * {
  fill: var(--col_pl10) !important;
}
.rowBrands .logos .elm .txt {
  font-size: var(--unit_x14);
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.rowBrands .underLogoTxt {
  position: absolute;
  white-space: nowrap;
  display: none;
  z-index: 3;
}
.rowBrands .bgLogo {
  position: absolute;
  width: 100%;
  max-width: 500px;
  max-width: 500px;
  height: 100%;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.rowBrands .bgLogo svg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.rowBrands .bgLogo svg.active {
  opacity: 0.20;
}
.rowBrands .bgLogo svg * {
  fill: var(--col_pd10) !important;
}
.rowBrands .underLogoTxt .inner,
.rowBrands .underLogoTxt .inner .svg {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}
.rowBrands .underLogoTxt .inner .svg {
  width: var(--unit_x10);
  height: var(--unit_x10);
  margin-left: var(--unit_x3);
  width: 0px;
}
.rowBrands .underLogoTxt .inner .svg.active {
  margin-left: var(--unit_x3);
  width: var(--unit_x10);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.rowBrands .underLogoTxt .inner svg {
  color: var(--col_pr70);
  width: var(--unit_x10);
  min-width: var(--unit_x10);
  height: var(--unit_x10);
  min-height: var(--unit_x10);
}
@media only screen and (min-width: 768px) {
  .rowBrands .logos > a {
    width: 20%;
  }
}
@media only screen and (min-width: 968px) {
  .rowBrands .logos > a {
    width: 12.5%;
  }
}

/* Row Services */
.rowServices {
  margin-top: var(--unit_x168);
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.rowServices .left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  z-index: 5;
}
.rowServices .left .floatingBlock {
  position: sticky;
  top: calc(10%);
  width: 100%;
}
.rowServices .left .txtBlock {
  text-align: left;
}
.rowServices .left .buttons {
  display: inline-block;
}
.rowServices .left .buttons .button {
  min-width: var(--unit_x250);
}
.rowServices .right {
}
.rowServices .right .elm {
  opacity: 0.25;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-bottom: var(--unit_x88);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: flex-end;
  position: relative;
}
.rowServices .right .elm.active {
  transform: scale(1);
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.rowServices .right .elm:last-child {
  margin-bottom: 0;
}
.rowServices .right .elm .serviceImg {
  width: 50%;
  transform: scale(0.65);
  transform-origin: 100% 50%;
  display: flex;
  border-radius: var(--unit_x8);
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rowServices .right .elm.active .serviceImg {
  transform: inherit;
}
.rowServices .right .elm .serviceImg img {
  height: 115%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.rowServices .right .elm .serviceImg img:hover {
  transform: rotate(1deg) scale(1.05) !important;
}
.rowServices .right .elm .infoData {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: var(--unit_x28);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-end;
  flex-wrap: nowrap;
  align-items: flex-start;
  z-index: 2;
  padding-left: var(--unit_x35);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.rowServices .right .elm .infoData .line1 {
  font-size: 4vw;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  margin: 0px 33% 0px auto;
}
.rowServices .right .elm .infoData .line2 {
  font-size: var(--unit_x20);
  color: var(--col_pr60);
  font-weight: 400;
  font-style: italic;
  margin: 0px var(--unit_x30) 0px auto;
}
.rowServices .right .elm.active .infoData {
  opacity: 1;
}
.rowServices .right .elm.active .infoData .line1 {
}
.rowServices .right .elm.active .infoData .line2 {
}
@media only screen and (max-width: 768px) {
  .rowServices {
    flex-direction: column;
  }
  .rowServices .left {
    margin-bottom: var(--unit_x35);
  }
  .rowServices .left .floatingBlock {
    position: inherit;
  }
  .rowServices .left .txtBlock {
    text-align: center;
  }
  .rowServices .right {
    overflow: hidden;
  }
  .rowServices .right .elm {
    flex-direction: column;
  }
  .rowServices .right .elm .infoData {
    position: relative;
    padding-left: 0px;
  }
  .rowServices .right .elm .infoData .line1 {
    font-size: var(--unit_x50);
    margin: 0px auto 0px auto;
  }
  .rowServices .right .elm .infoData .line2 {
    margin: 0px auto 0px auto;
  }
  .rowServices .right .elm .serviceImg {
    transform: scale(1) !important;
    width: 100%;
  }
  .rowServices .right .elm .infoData {
    /*flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    margin-top: -25px;
    z-index: 2;
    width: 100%;
    background-color: var(--col_pd80);
    border-bottom-left-radius: var(--unit_x9);
    border-bottom-right-radius: var(--unit_x9);
    padding: var(--unit_x9);
    -webkit-box-shadow: 0px var(--unit_x3) var(--unit_x9) 0px var(--col_dropShadow_50a);;
    -webkit-box-shadow: 0px var(--unit_x3) var(--unit_x9) 0px var(--col_dropShadow_50a);
    box-shadow: 0px var(--unit_x3) var(--unit_x8) 0px var(--col_dropShadow_50a);*/
  }
}

@media only screen and (max-width: 968px) {
  .hideSmaller968 {
    display: none;
  }
}
@media only screen and (min-width: 968px) {
  .hideBigger968 {
    display: none;
  }
}


.backgroundSlider {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.backgroundSlider .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200%;
  height: 100%;
  z-index: 10;
}
.backgroundSlider .overlay svg {
  width: 100%;
  height: 100%;
}
.backgroundSlider .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 25% 100%;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  background-color: var(--col_pd90);
  background-blend-mode: inherit;
}
.backgroundSlider .image.light {
  display: none;
}
@media only screen and (min-width: 768px) {
  .backgroundSlider .overlay {
    width: 66%;
  }
}
@media only screen and (min-width: 1300px) {
  .backgroundSlider .overlay {
    width: 50%;
  }
}
.bigSlider {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}
.bigSlider .brandBg {
  position: absolute;
  left: var(--contentMaxWidthSide);
  padding-left: 10%;
  top: 10%;
  opacity: 0.1;
  z-index: 1234;
  width: 40%;
  height: 40%;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  fill: white;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  opacity: 0;
  fill: var(--col_pl10);
}
.bigSlider .brandBg svg {
  height: 100%;
  max-height: 100%;
}
.bigSlider .brandBg.show {
  opacity: 1;
}
.bigSliderActionLevel {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 100%;
  height: 100%;
  max-width: var(--contentMaxWidth);
  z-index: 2;
  margin: 0px auto;
  opacity: 0;
}
.bigSliderActionLevel .rightBlock {
  position: absolute;
  right: 0px;
  height: 70%;
  min-height: 400px;
  top: 15%;
}
.bigSliderActionLevel .steerings {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: var(--unit_x14);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-end;
  align-items: flex-end;
}
.bigSliderActionLevel .steeringsMobile {
  display: none;
}
.bigSliderActionLevel .steerings .nextLoader_outer {
  padding: var(--unit_x3);
  border: var(--unit_x1) solid transparent;
  transform: translateX(50%);
  margin-bottom: var(--unit_x14);
  --angle: 90deg;
  border-image: conic-gradient( from var(--angle), var(--col_white) 11deg 8deg, transparent 7deg 40deg ) 1;
}
.bigSliderActionLevel .steerings .nextLoader_outer.active {
  -webkit-animation: 1s testFramesAni linear 1;
  -moz-animation: 1s testFramesAni linear 1;
  -o-animation: 1s testFramesAni linear 1;
  -ms-animation: 1s testFramesAni linear 1;
  animation: 1s testFramesAni linear 1;
}
@keyframes testFramesAni {
  to {
    --angle: 450deg;
  }
}
@media only screen and (max-width: 1148px) {
  .bigSliderActionLevel .steerings .nextLoader_outer {
    transform: translateX(25%);
  }
}
@media only screen and (max-width: 768px) {
  .bigSliderActionLevel .steerings .nextLoader_outer {
    transform: translateX(18%);
  }
}

.bigSliderActionLevel .steerings .nextLoader {
  text-transform: uppercase;
  font-size: var(--unit_x10);
  color: var(--col_black);
  padding: 0px var(--unit_x3);
  background-color: var(--col_white);
  width: var(--unit_x163);
  height: var(--unit_x20);
  line-height: var(--unit_x20);
  font-family: 'RobotoMono';
  position: relative;
  overflow: hidden;
}
.bigSliderActionLevel .steerings .nextLoader .loader {
  background-color: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: var(--unit_x20);
  z-index: 0;
  background-color: var(--col_pr60);
}
.bigSliderActionLevel .steerings .nextLoader .loader.active {
  -webkit-animation-name: nextLoaderAni;
  -moz-animation-name: nextLoaderAni;
  -ms-animation-name: nextLoaderAni;
  -o-animation-name: nextLoaderAni;
  animation-name: nextLoaderAni;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes nextLoaderAni {
	0% {
		width: 0%;
	}
	50% {
		width: 100%;
    left: 0%;
	}
	51% {
		width: 100%;
    left: inherit;
    right: 0px;
	}
	100% {
		width: 0%;
    left: inherit;
    right: 0px;
	}
}
.bigSliderActionLevel .steerings .nextLoader .txt {
  position: absolute;
  left: var(--unit_x5);
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bigSliderActionLevel .steerings .elm:not(:last-child) {
  margin-bottom: var(--unit_x22)
}
.bigSliderActionLevel .steerings .elm {
  color: var(--col_white_50a);
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: linear;
}
.bigSliderActionLevel .steerings .elm.active {
  color: var(--col_white);
  margin-left: var(--unit_x15);
  cursor: inherit;
}
.bigSliderActionLevel .steerings .elm svg {
  width: var(--unit_x25);
  height: var(--unit_x25);
  margin-right: var(--unit_x8);
  color: var(--col_white_50a);
  fill: var(--col_white_50a);
  position: absolute;
  transform: translateX( calc(-100% - var(--unit_x8)));
}
.bigSliderActionLevel .steerings .elm svg * {
  color: var(--col_white_50a);
  fill: var(--col_white_50a);
}
.bigSliderActionLevel .steerings .elm.active svg,
.bigSliderActionLevel .steerings .elm.active svg * {
  color: var(--col_white);
  fill: var(--col_white);
}
.bigSliderActionLevel .steerings .elm .spacer {
  background-color: var(--col_pr70);
  width: var(--unit_x18);
  height: var(--unit_x2);
  margin-left: 0;
  opacity: 0;
  transition-property: margin-left, opacity;
  transition-duration: 250ms;
  transition-timing-function: linear;
}
.bigSliderActionLevel .steerings .elm.active .spacer {
  margin-left: var(--unit_x10);
  opacity: 1;
}
.bigSliderActionLevel .txtBlock {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.bigSliderActionLevel .txtBlock .txt1 {
  font-size: var(--unit_x14);
  text-transform: uppercase;
  max-width: var(--unit_x550);
  letter-spacing: var(--unit_x4);
  margin-bottom: var(--unit_x5);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  font-family: 'RobotoMono';
  opacity: 0;
  transform: translateX(30%);
}
.bigSliderActionLevel .txtBlock .txt1.show {
  opacity: 1;
  transform: translateX(0%);
}
.bigSliderActionLevel .txtBlock .txt2 {
  font-size: var(--unit_x58);
  font-family: 'Roboto';
  font-weight: bold;
  text-transform: uppercase;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  opacity: 0;
  transform: translateX(0%);
}
.bigSliderActionLevel .txtBlock .txt2.show {
  opacity: 1;
  transform: translateX(var(--unit_x160));
}
.bigSliderActionLevel .txtBlock .txt3 {
  max-width: var(--unit_x370);
  font-size: var(--unit_x14);
  line-height: calc(var(--unit_x14) * 1.5);
  margin-bottom: var(--unit_x10);
  font-family: 'Roboto';
  font-weight: normal;
  text-transform: none;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  opacity: 0;
  transform: translateX(0%);
}
.bigSliderActionLevel .txtBlock .txt3.show {
  opacity: 1;
  transform: translateX(var(--unit_x80));
}
.bigSliderActionLevel .txtBlock .ctaBtn {
  margin-top: var(--unit_x5);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 500ms;
  transform: translateX(var(--unit_x80));
}
.bigSliderActionLevel .txtBlock .ctaBtn svg {
  display: none;
}
.bigSliderActionLevel .txtBlock .ctaBtn.show {
  opacity: 1;
}
.bigSliderActionLevel .txtBlock .ctaBtn:not(:last-child) {
  margin-bottom: var(--unit_x13);
}
.bigSliderActionLevel .txtBlock .ctaBtn button {
  min-width: var(--unit_x250);
}
.bigSlider .image {
  position: absolute;
  /*left: -7.5%;
  top: -7.5%;
  width: 115%;
  height: 115%;*/
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 100%;
  transition-property: opacity;
  transition-duration: 500ms;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  /*background: radial-gradient(circle, rgba(0,0,0,0) 0%, var(--col_black) 100%);
  background-blend-mode: darken;*/
}
.bigSlider .image.show {
  opacity: 1;
}
@media only screen and (max-width: 668px) {
  .bigSlider .image.show {
    opacity: 0.5;
  }
  .bigSliderActionLevel .steerings .nextLoader_outer {
    transform: translateX(0%);
  }
  .bigSliderActionLevel .txtBlock {
    width: 66%;
    margin-left: var(--unit_x27);
  }
  .bigSliderActionLevel .txtBlock .txt2 {
    font-size: var(--unit_x55);
  }
  .bigSliderActionLevel .txtBlock .txt2.show {
    transform: translateX(0%);
  }
  .bigSliderActionLevel .txtBlock .txt3.show {
    transform: translateX(0%);
  }
  .bigSliderActionLevel .txtBlock .ctaBtn.show {
    transform: translateX(0%);
  }
}
@media only screen and (max-width: 500px) {
  .bigSliderActionLevel .steerings {
    display: none;
  }
  .bigSliderActionLevel .txtBlock .txt2 {
    font-size: var(--unit_x40);
    word-break: break-word;
  }
  .bigSliderActionLevel .rightBlock {
    height: 100%;
    top: 0px;
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  .bigSlider .image {
    background-position: center;
  }
  .bigSliderActionLevel {
    top: 13%;
    height: 74%;
  }
  .bigSliderActionLevel .txtBlock {
    width: 90%;
    justify-content: flex-start;
    margin-left: var(--unit_x4);
  }
  .bigSliderActionLevel .txtBlock .ctaBtn {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bigSliderActionLevel .txtBlock .ctaBtn svg {
    display: block;
    width: var(--unit_x20);
    height: var(--unit_x20);
  }
  .bigSliderActionLevel .ctaBtn .buttonSquare_outer {
    padding: 0px;
    border: none;
    display: inline-block;
  }
  .bigSliderActionLevel .ctaBtn button {
    background-color: transparent;
    color: var(--col_white);
    border: none;
    text-align: left;
    height: var(--unit_x20);
    min-width: auto;
    padding: 0px;
    font-family: 'RobotoMono';
    font-weight: 400;
    justify-content: flex-start;
  }
  .bigSliderActionLevel .ctaBtn button:focus::before,
  .bigSliderActionLevel .ctaBtn button:hover::before,
  .bigSliderActionLevel .ctaBtn button:hover {
    background: none;
    color: inherit;
  }
  .bigSliderActionLevel .rightBlock {
    width: 100%;
  }
  .bigSliderActionLevel .steeringsMobile {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .bigSliderActionLevel .steeringsMobile .elm {
    width: var(--unit_x6);
    height: var(--unit_x6);
    background-color: var(--col_white);
    opacity: 0.4;
    transition: all 0.5s ease-in-out 0s;
  }
  .bigSliderActionLevel .steeringsMobile .elm:not(:last-child) {
    margin-right: var(--unit_x13);
  }
  .bigSliderActionLevel .steeringsMobile .elm.active {
    opacity: 1;
    transform-origin: center;
    transform: scale(1.1);
  }
}


.spaceDown {
  margin-bottom: var(--unit_x14);
}

.svg {
  width: var(--unit_x15);
  height: var(--unit_x15);
  margin-left: var(--unit_x3);
}


/* News Slider */
.newsSlider {
  /*border: 1px red dashed;*/
  position: fixed;
  right: 0;
  top: var(--unit_x100);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1000px) {
  .newsSlider {
    display: none;
  }
}
@media only screen and (max-height: 500px) {
  .newsSlider {
    top: var(--unit_x54);
  }
}
.newsSlider .steeringBox {
  margin-left: var(--unit_x14);
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.newsSlider .steeringBox .prev,
.newsSlider .steeringBox .next {
  cursor: pointer;
}
.newsSlider .sliderBox {
  /*border: 1px green dashed;*/
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  align-content: flex-end;
}
.newsSlider .sliderBox .elm {
  border-radius: var(--unit_x8);
  position: relative;
  width: fit-content;
  height: var(--unit_x35);
  background-color: var(--col_pd80_85a);
  margin-bottom: var(--unit_x8);
  overflow: hidden;
  cursor: pointer;
}
.newsSlider .sliderBox .elm.active {
  height: auto;
  cursor: inherit;
}
.newsSlider .sliderBox .elm .inner {
  width: var(--unit_x308);
  height: var(--unit_x252);
  position: relative;
}
.newsSlider .sliderBox .elm .titleLine {
  padding: var(--unit_x8) var(--unit_x8) 0px var(--unit_x8);
  margin-top: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.newsSlider .sliderBox .elm .titleLine .typeIcon {
  width: var(--unit_x18);
  height: var(--unit_x18);
  fill: var(--col_pl50);
  color: var(--col_pl50);
}
.newsSlider .sliderBox .elm.active .titleLine .typeIcon {
  fill: var(--col_pr60);
  color: var(--col_pr60);
}
.newsSlider .sliderBox .elm .inner { display: none; }

.newsSlider .sliderBox .elm.active .inner { display: inherit; }

.newsSlider .sliderBox .elm .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.newsSlider .sliderBox .elm .actions {
  width: 100%;
  height: 100%;
  position: relative;
}
.newsSlider .sliderBox .elm .actions .headlines {
  position: absolute;
  left: var(--unit_x8);
  top: 0px;
  margin-top: 0px;
}
.newsSlider .sliderBox .elm .actions .headlines > div {
  margin-top: 0px;
}
.newsSlider .sliderBox .elm .actions .cta {
  position: absolute;
  left: var(--unit_x8);
  bottom: var(--unit_x8);
}
.newsSlider .sliderBox .elm .actions .cta .icon {
}
.newsSlider .sliderBox .elm .actions .cta .icon svg {
  width: var(--unit_x12);
  height: var(--unit_x12);
  color: var(--col_pr60);
  line-height: 0px;
}

.newsSlider .sliderBox .elm .typeIcon {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.newsSlider .sliderBox .elm.active .typeIcon,
.newsSlider .sliderBox .elm:hover .typeIcon {
  -webkit-animation: newsSliderTypeIconAniFrames 2s ease-in-out 0s infinite normal forwards;
  -moz-animation: newsSliderTypeIconAniFrames 2s ease-in-out 0s infinite normal forwards;
  -ms-animation: newsSliderTypeIconAniFrames 2s ease-in-out 0s infinite normal forwards;
  -o-animation: newsSliderTypeIconAniFrames 2s ease-in-out 0s infinite normal forwards;
  animation: newsSliderTypeIconAniFrames 2s ease-in-out 0s infinite normal forwards;
}
.newsSlider .sliderBox .elm .inner {
  /*
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  */
}
.newsSlider .sliderBox .elm .inner {
  /*animation: newsSliderAniFrames 0s ease-in-out 0s 1 normal forwards;*/
}


.input_carsearchdropdown {
  position: relative;
  z-index: 50000;
}
.input_carsearchdropdown .inputSearch {
  width: 100%;
  height: var(--unit_x48);
  background-color: var(--col_pd50);
  border-radius: var(--unit_x5);
  display: grid;
  align-items: center;
  grid-template-rows: var(--unit_x12) repeat(3,minmax(0,1fr)) var(--unit_x12);
  grid-template-columns: var(--unit_x18) 1fr var(--unit_x50);
  border: 1px rgba(255,255,255,0.5) solid;
}
.input_carsearchdropdown .inputSearch input {
  height: auto;
  width: calc(100% - var(--unit_x65));
  background-color: transparent;
  color: var(--col_pl0);
  margin: 0px;
  font-size: var(--unit_x14);
  padding: 0px;
  border: none;
  z-index: 5;
  grid-row: 2/5;
  grid-column: 2/3;
}

.input_carsearchdropdown .inputSearch .placeholderLabel {
  color: var(--col_pl0);
  font-size: var(--unit_x12);
  opacity: 0.5;
  grid-row: 2/5;
  grid-column: 2/3;
  white-space: nowrap;
  overflow: hidden;
}

.input_carsearchdropdown .inputSearch .placeholderLabel:after {
  content: ' ';
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0px;
  top:0px;
  background: linear-gradient(90deg, var(--col_pd50_0a) 0%, var(--col_pd50) 50%, var(--col_pd50) 100%);
}


.input_carsearchdropdown .inputSearch input:focus,
.input_carsearchdropdown .inputSearch input:not(:empty),
.input_carsearchdropdown .inputSearch input:not(:placeholder-shown) {
  grid-row: 4/5;
  grid-column: 2/3;
}

.input_carsearchdropdown .inputSearch input:focus + .placeholderLabel,
.input_carsearchdropdown .inputSearch input:not(:empty) + .placeholderLabel,
.input_carsearchdropdown .inputSearch input:not(:placeholder-shown) + .placeholderLabel {
  font-size: var(--unit_x10);
  opacity: 0.5;
  grid-row: 2/3;
  grid-column: 2/3;
}



.input_carsearchdropdown .options[data-foldingoutdirection="up"] {
  margin-bottom: var(--unit_x4);
  bottom: var(--unit_x53);
}
.input_carsearchdropdown .options[data-foldingoutdirection="down"] {
  margin-top: var(--unit_x18);
  top: var(--unit_x53);
}
.input_carsearchdropdown .options {
  position: absolute;
  left: 0px;
  width: 100%;
  display: none;
  overflow-x: hidden;
  max-height: var(--unit_x237);
  overflow-y: scroll;
  background-color: var(--col_pd50);
  border-radius: var(--unit_x5);
}
.input_carsearchdropdown .options .elm {
  cursor: pointer;
  padding: 0px var(--unit_x18);
  height: var(--unit_x48);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.input_carsearchdropdown .options .elm:hover,
.input_carsearchdropdown .options .elm.selected {
  cursor: pointer;
  background-color: var(--col_pr60);
}

/* Special Car Search (Dropdown) */
.globalCarSearchBx {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 49;
  background-color: var(--col_pd90_98a);
  padding-top: calc((var(--windowHeight) / 2) - var(--unit_x150));
  display: none;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.globalCarSearchBx.active {
  display: flex;
}
.globalCarSearchBx .bigHeadline {
  font-size: var(--unit_x62);
  margin-bottom: var(--unit_x10);
  text-transform: uppercase;
  font-weight: bold;
}
.globalCarSearchBx .inputSearchBx {
  background-color: var(--col_pd80);
  padding: var(--unit_x18);
  width: 100%;
  max-width: var(--unit_x630);
  border-radius: var(--unit_x17);
}
.globalCarSearchBx .inputSearchBx .input_carsearchdropdown {
  display: flex;
  flex-direction: column;
}
.globalCarSearchBx .inputSearchBx .input_carsearchdropdown .inputSearch {
  position: relative;
}
.globalCarSearchBx .inputSearchBx .input_carsearchdropdown .inputSearch svg {
  position: absolute;
  right: var(--unit_x20);
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.globalCarSearchBx .inputSearchBx .input_carsearchdropdown .noResultsBox {
  display: none;
  margin-left: 0px;
  margin-top: var(--unit_x15);
}
.globalCarSearchBx .inputSearchBx .input_carsearchdropdown .options {
  position: relative;
  top: 0px;
  display: none !important;
}
.globalCarSearchBx .inputSearchBx .input_carsearchdropdown .options.visible {
  display: block !important;
}
.globalCarSearchBx .inputSearchBx .input_carsearchdropdown .options .elm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  border-bottom: 1px var(--col_pd60) solid;
}
.globalCarSearchBx .inputSearchBx .input_carsearchdropdown .options .elm * {
  cursor: pointer;
}
.globalCarSearchBx .inputSearchBx .input_carsearchdropdown .options .elm > div {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.globalCarSearchBx .inputSearchBx .closeCrossLine {
  display: none;
}
.globalCarSearchBx .inputSearchBx .closeCrossLine svg {
  width: var(--unit_x23);
  height: var(--unit_x23);
}
.globalCarSearchBx .svgBox {
  margin-left: var(--unit_x8);
  background-color: var(--col_pr60);
  width: var(--unit_x23);
  height: var(--unit_x23);
  min-width: var(--unit_x23);
  min-height: var(--unit_x23);
  max-width: var(--unit_x23);
  max-height: var(--unit_x23);
  border-radius: var(--unit_x12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.globalCarSearchBx .svgBox svg {
  width: var(--unit_x18);
  height: var(--unit_x18);
  color: var(--col_pl0);
}
.globalCarSearchBx .goDetailsSearchLnk {
  color: var(--col_pl0);
  margin-top: var(--unit_x23);
  white-space: nowrap;
}
.globalCarSearchBx .goDetailsSearchLnk * {
  cursor: pointer;
}
.globalCarSearchBx .goDetailsSearchLnk > a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

@media only screen and (max-width: 414px) {
  .globalCarSearchBx .bigHeadline {
    display: none;
  }
  .globalCarSearchBx .inputSearchBx .closeCrossLine {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-bottom: var(--unit_x18);
  }
  .globalCarSearchBx {
    z-index: 50000;
    padding-top: 0px;
  }
  .globalCarSearchBx .inputSearchBx {
    margin-top: 0px;
    height: 100%;
    border-radius: 0px;
  }
  .globalCarSearchBx .inputSearchBx .input_carsearchdropdown {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: flex-start
    height: 100%;
  }
  .globalCarSearchBx .inputSearchBx .input_carsearchdropdown .options {
    position: inherit;
    flex-grow: 1;
    top: 0px;
    max-height: 100%;
    display: block !important;
  }
  .globalCarSearchBx .goDetailsSearchLnk {
    margin-top: var(--unit_x23);
    margin-bottom: var(--unit_x23);
  }
}




@keyframes newsSliderAniFrames {
	0% {
		display: none;
		opacity: 0;
    width: 0;
    height: 0;
	}
	50% {
		display: inherit;
		opacity: 0.01;
	}
  100% {
    display: inherit;
		opacity: 1;
	}
}
@keyframes newsSliderTypeIconAniFrames {
	0% {
    fill: var(--col_pl50);
    color: var(--col_pl50);
	}
	50% {
    fill: var(--col_pr60);
    color: var(--col_pr60);
	}
  100% {
    fill: var(--col_pl50);
    color: var(--col_pl50);
	}
}

.nav_scrollElm {
  color: #fff;
  display: block;
  z-index: 3;
  font-size: var(--unit_x12);
  letter-spacing: var(--unit_x2);
}
.nav_scrollElm .bg {
  background-color: var(--col_pr60);
  border: var(--unit_x2) var(--col_pr70_50a) solid;
  padding: var(--unit_x10) var(--unit_x15);
  border-radius: var(--unit_x20);
  -webkit-box-shadow: 0px var(--unit_x3) var(--unit_x9) 0px var(--col_dropShadow_50a);
  -webkit-box-shadow: 0px var(--unit_x3) var(--unit_x9) 0px var(--col_dropShadow_50a);
  box-shadow: 0px var(--unit_x3) var(--unit_x8) 0px var(--col_dropShadow_50a);
}
.nav_scrollElm .line {
  opacity: 1;
}
.nav_scrollElm .line .block {
  background-color: #fff;
}
@media (max-height:600px) and (max-width:628px) {
  .nav_scrollElm {
    display: none;
  }
}

.mainToCarSeachBtn {
  cursor: pointer;
  box-shadow: 0 0 0 var(--col_pr60_40a);
  -webkit-animation: pulseBorder 2s infinite;
  -moz-animation: pulseBorder 2s infinite;
  -ms-animation: pulseBorder 2s infinite;
  -o-animation: pulseBorder 2s infinite;
  animation: pulseBorder 2s infinite;
}
.mainToCarSeachBtn:hover {
  opacity: 0.9;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.mainToCarSeachBtn svg {
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.mainToCarSeachBtn:hover svg {
  transform: rotate(90deg);
}
@-webkit-keyframes pulseBorder {
  0% { -webkit-box-shadow: 0 0 0 0 var(--col_pr60_40a); }
  70% { -webkit-box-shadow: 0 0 0 10px var(--col_pr60_0a); }
  100% { -webkit-box-shadow: 0 0 0 0 var(--col_pr60_0a); }
}
@keyframes pulseBorder {
  0% { -moz-box-shadow: 0 0 0 0 var(--col_pr60_40a); box-shadow: 0 0 0 0 var(--col_pr60_40a); }
  70% { -moz-box-shadow: 0 0 0 10px var(--col_pr60_0a); box-shadow: 0 0 0 10px var(--col_pr60_0a); }
  100% { -moz-box-shadow: 0 0 0 0 var(--col_pr60_0a); box-shadow: 0 0 0 0 var(--col_pr60_0a); }
}

.googleRatingFooterLine {
  color: #fff;
}
.googleRatingFooterLine .reviewsCountLable {
  color: #fff;
}


.horizontalBrandsLineBg {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='691' height='32' viewBox='0 0 725 32'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rechteck_5030' data-name='Rechteck 5030' width='32' height='32' transform='translate(1115 886)' fill='%23f0f2f2' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Rechteck_5032' data-name='Rechteck 5032' width='22' height='23' transform='translate(0.368)' fill='%23f0f2f2' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-3'%3E%3Crect id='Rechteck_5034' data-name='Rechteck 5034' width='23' height='23' transform='translate(-0.326)' fill='%23f0f2f2' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-4'%3E%3Crect id='Rechteck_5036' data-name='Rechteck 5036' width='23' height='23' fill='%23f0f2f2' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-5'%3E%3Crect id='Rechteck_5038' data-name='Rechteck 5038' width='23' height='23' transform='translate(0.021)' fill='%23f0f2f2' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-6'%3E%3Crect id='Rechteck_5040' data-name='Rechteck 5040' width='32' height='32' transform='translate(1655 886)' fill='%23f0f2f2' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-8'%3E%3Crect id='Rechteck_5044' data-name='Rechteck 5044' width='32' height='32' transform='translate(1493 886)' fill='%23f0f2f2' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-9'%3E%3Crect id='Rechteck_5046' data-name='Rechteck 5046' width='22' height='23' transform='translate(0.348)' fill='%23f0f2f2' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-10'%3E%3Crect id='Rechteck_5048' data-name='Rechteck 5048' width='23' height='23' transform='translate(0.188)' fill='%23f0f2f2' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-11'%3E%3Crect id='Rechteck_5050' data-name='Rechteck 5050' width='23' height='23' transform='translate(-0.306)' fill='%23f0f2f2' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Gruppe_7877' data-name='Gruppe 7877' transform='translate(2032 -883) rotate(90)'%3E%3Cg id='Gruppe_maskieren_4' data-name='Gruppe maskieren 4' transform='translate(-3 3147) rotate(-90)' clip-path='url(%23clip-path)'%3E%3Cg id='Ebene_1' transform='translate(1104.333 875.333)'%3E%3Cg id='Gruppe_7853' data-name='Gruppe 7853'%3E%3Cpath id='Pfad_1741' data-name='Pfad 1741' d='M16.224 32.224a5.557 5.557 0 1 1 5.557-5.557A5.554 5.554 0 0 1 16.224 32.224Zm0-9.952a4.395 4.395 0 1 0 4.395 4.395A4.4 4.4 0 0 0 16.224 22.272Z' fill='%23f0f2f2'/%3E%3Cpath id='Pfad_1742' data-name='Pfad 1742' d='M23.189 32.224a5.557 5.557 0 1 1 5.557-5.557A5.554 5.554 0 0 1 23.189 32.224Zm0-9.952a4.395 4.395 0 1 0 4.395 4.395A4.4 4.4 0 0 0 23.189 22.272Z' fill='%23f0f2f2'/%3E%3Cpath id='Pfad_1743' data-name='Pfad 1743' d='M30.144 32.224A5.557 5.557 0 1 1 35.7 26.667 5.554 5.554 0 0 1 30.144 32.224Zm0-9.952a4.395 4.395 0 1 0 4.395 4.395A4.4 4.4 0 0 0 30.144 22.272Z' fill='%23f0f2f2'/%3E%3Cpath id='Pfad_1744' data-name='Pfad 1744' d='M37.109 32.224a5.557 5.557 0 1 1 5.557-5.557A5.554 5.554 0 0 1 37.109 32.224Zm0-9.952A4.395 4.395 0 1 0 41.5 26.667 4.4 4.4 0 0 0 37.109 22.272Z' fill='%23f0f2f2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_6' data-name='Gruppe maskieren 6' transform='translate(888 1638.368) rotate(-90)' clip-path='url(%23clip-path-2)'%3E%3Cg id='Ebene_1-2' data-name='Ebene_1' transform='translate(0 2.604)'%3E%3Cg id='Gruppe_7855' data-name='Gruppe 7855'%3E%3Cg id='_x23_000000ff_1_'%3E%3Cpath id='Pfad_1749' data-name='Pfad 1749' d='M10.667 14.336c3.725 1.295 7.427 2.657 11.159 3.922a.526.526 0 0 0 .4 0c3.725-1.272 7.427-2.619 11.152-3.922-1.317 2.1-2.657 4.2-4 6.276-.621-.273-1.257-.485-1.893-.749.363-.636.757-1.272 1.12-1.908-1.2.613-2.415 1.173-3.611 1.794.833.31 1.673.621 2.491.961a1.379 1.379 0 0 1 .984 1.1 2.531 2.531 0 0 1-.621 1.567q-2.691 4.224-5.383 8.434a21.68 21.68 0 0 1 .015-2.218c.712-2.256 1.408-4.512 2.059-6.776.121-.333-.25-.522-.5-.636-.689-.3-1.317-.712-2.029-.961-.712.31-1.393.689-2.089 1.022-.212.1-.522.3-.4.575.651 2.271 1.348 4.52 2.059 6.791.076.734 0 1.484.015 2.233-1.779-2.778-3.551-5.572-5.322-8.35a2.809 2.809 0 0 1-.689-1.673 1.423 1.423 0 0 1 1-1.083c.825-.333 1.658-.636 2.476-.961-1.181-.621-2.407-1.181-3.6-1.779.363.636.757 1.257 1.12 1.908-.636.25-1.272.485-1.893.749C13.324 18.523 11.984 16.425 10.667 14.336Z' transform='translate(-10.667 -14.336)' fill='%23f0f2f2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_8' data-name='Gruppe maskieren 8' transform='translate(888 1893.674) rotate(-90)' clip-path='url(%23clip-path-3)'%3E%3Cg id='Ebene_1-3' data-name='Ebene_1' transform='translate(0 0)'%3E%3Cg id='layer1-9' transform='translate(0 0)'%3E%3Cpath id='path3524' d='M32.642 17.279a11.362 11.362 0 0 1 0 20.125v-1.3a10.159 10.159 0 0 0 3.4-3.355l-3.4-1.381v-2.1l3.733 2.918a10.122 10.122 0 0 0 1.218-4.844 10.245 10.245 0 0 0-4.951-8.764Zm-5.26-1.289a11.336 11.336 0 0 1 5.257 1.286v1.3a10.257 10.257 0 0 0-4.951-1.453l1.3 9.3 3.653 2.846v2.1l-5.284-2.135-5.249 2.149v-2.09l3.677-2.873 1.289-9.3a10.226 10.226 0 0 0-4.963 1.453v-1.3A11.312 11.312 0 0 1 27.381 15.99ZM32.642 37.4a11.309 11.309 0 0 1-5.257 1.3 11.459 11.459 0 0 1-5.269-1.286v-1.31a10.189 10.189 0 0 0 10.527 0Zm-10.53.012a11.362 11.362 0 0 1 0-20.137v1.3a10.23 10.23 0 0 0-3.733 13.632l3.733-2.918v2.09l-3.394 1.393a10.191 10.191 0 0 0 3.391 3.331v1.31Z' transform='translate(-16.015 -15.99)' fill='%23f0f2f2' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_10' data-name='Gruppe maskieren 10' transform='translate(888 1502) rotate(-90)' clip-path='url(%23clip-path-4)'%3E%3Cg id='Ebene_1-4' data-name='Ebene_1' transform='translate(0 2.303)'%3E%3Cg id='layer1_1_'%3E%3Cpath id='path6381' d='M-487.371-8.383a7.96 7.96 0 0 1-7.9-7.9 6.474 6.474 0 0 1 .031-.667l6.606.414-2.859 1.97a.16.16 0 0 0-.061.123.154.154 0 0 0 .153.153h11.672a7.969 7.969 0 0 1-7.641 5.909m0-15.8a7.96 7.96 0 0 1 7.9 7.9 6.238 6.238 0 0 1-.031.659l-6.606-.422L-483.24-18a.16.16 0 0 0 .061-.123.152.152 0 0 0-.146-.153h-11.688a7.985 7.985 0 0 1 7.641-5.9m11.335 8.783-2.161-.138c.015-.245.031-.491.031-.743a9.194 9.194 0 0 0-9.2-9.2 9.2 9.2 0 0 0-8.982 7.2h-1.694a.338.338 0 0 0-.268.13l-.506.7a.166.166 0 0 0-.038.107.173.173 0 0 0 .176.176l2.154.13c-.015.245-.031.5-.031.751a9.194 9.194 0 0 0 9.2 9.2 9.2 9.2 0 0 0 8.982-7.2h1.709a.338.338 0 0 0 .268-.13l.506-.7a.166.166 0 0 0 .038-.107.19.19 0 0 0-.184-.176' transform='translate(498.852 25.474)' fill='%23f0f2f2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_12' data-name='Gruppe maskieren 12' transform='translate(888 1767.021) rotate(-90)' clip-path='url(%23clip-path-5)'%3E%3Cg id='Ebene_1-5' data-name='Ebene_1' transform='translate(0 0.073)'%3E%3Cpath id='Pfad_1751' data-name='Pfad 1751' d='M21.623 23.08h2.725v1.008h-1.79v2.725h1.408l.009 1.017H22.568l-.009 4.37h-.936V23.08Zm3.152-.027h.945V32.2h-.936V23.052Zm5.169 9.121h-.936L29 27.822H27.7l-.018 4.352h-.845V23.052h2.217l.89 1.808v7.313Zm-.936-5.56h-1.3V24.061h.809l.491 1.2v1.354Zm1.145-3.534h2.88l-.009 1.027H32.08l-.009 8.076h-.936l-.045-8.067-.936-.009V23.08Zm-2.8 15.589A11.284 11.284 0 1 1 38.712 27.386 11.321 11.321 0 0 1 27.356 38.669ZM17.871 22.843a5.243 5.243 0 0 1 2.9-3.7c3.552-2.344 9.194-2.38 13.255.082a5.177 5.177 0 0 1 2.707 3.443 16.28 16.28 0 0 1-1.708 11.311c-1.98 4.524-12.446 4.606-14.9.527a15.534 15.534 0 0 1-2.253-11.665Zm15.335 11.81c-2.344 2.38-10.13 1.862-11.565 0a24.776 24.776 0 0 1-2.162-11.783 2.554 2.554 0 0 1 1.308-2.689c3.252-1.463 9.757-1.617 12.764-.055 1.245.481 1.7 1.681 1.653 3.425a28.062 28.062 0 0 1-2 11.1Z' transform='translate(-16 -16.102)' fill='%23f0f2f2' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_14' data-name='Gruppe maskieren 14' transform='translate(-3 3028) rotate(-90)' clip-path='url(%23clip-path-6)'%3E%3Cg id='Ebene_1-6' data-name='Ebene_1' transform='translate(1648.139 879.14)'%3E%3Cg id='layer1_2_' transform='translate(-2.065 -14.124)'%3E%3Cpath id='circle828_2_' d='M24.931 29.97a7 7 0 0 0-5.917 3.247H8.926l1.006 1.006h8.56a6.5 6.5 0 0 0-.384 1.171H11.1l.988.988h5.844c-.018.2-.027.4-.037.6s.009.375.027.567H13.261l.988.988H18.09a6.441 6.441 0 0 0 .366 1.171H15.419l1.006 1.006H19a7.007 7.007 0 0 0 11.871 0h2.57l1.006-1.006H31.406a6.441 6.441 0 0 0 .366-1.171h3.841l.988-.988H31.918c.018-.192.027-.375.027-.567a4.368 4.368 0 0 0-.037-.6h5.844l.988-.988h-7a6.5 6.5 0 0 0-.384-1.171h8.56l1.006-1.006H30.848A7.033 7.033 0 0 0 24.931 29.97Zm0 .951A6.069 6.069 0 0 1 31 36.993h0a6.073 6.073 0 1 1-6.073-6.073ZM20.1 35.42v3.137h.658V36.079l.7 2.478h.686l.7-2.478v2.478h.658V35.42H22.434l-.622 2.14-.631-2.14Zm4.061 0v3.137h.7V35.42Zm1.381 0v3.137H26.2V36.509l1.408 2.049h.7V35.42h-.658v2.1l-1.436-2.1Zm3.5 0v3.137h.7V35.42Z' fill='%23f0f2f2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_16' data-name='Gruppe maskieren 16' transform='translate(888 1959) rotate(-90)' clip-path='url(%23clip-path-4)'%3E%3Cg id='Ebene_1-7' data-name='Ebene_1' transform='translate(0 0)'%3E%3Cg id='BMW-logo-grey-fallback-53px'%3E%3Cg id='BMW-logo'%3E%3Cg id='BMW-logo-fallback'%3E%3Cg id='BMW_Grey-Colour_RGB-2'%3E%3Cg id='BMW_Grey-Colour_RGB'%3E%3Cg id='g3375' transform='translate(4.627 4.627)'%3E%3Cg id='g3381' transform='translate(0 0)'%3E%3Cg id='g3355' transform='translate(0 0)'%3E%3Cpath id='path21' d='M35.977 29.248a6.721 6.721 0 0 1-6.729 6.729V29.248Zm-6.729-6.729v6.729H22.519A6.741 6.741 0 0 1 29.248 22.519Z' transform='translate(-22.519 -22.519)' fill='%23f0f2f2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='g3393'%3E%3Cpath id='path14_2_' d='M27.356 20.626V21h0a6.362 6.362 0 0 1 6.356 6.356h.374a6.731 6.731 0 0 0-6.729-6.729h0m0 13.1A6.362 6.362 0 0 1 21 27.372h-.374A6.721 6.721 0 0 0 27.356 34.1m0-18.1A11.356 11.356 0 1 0 38.712 27.356 11.348 11.348 0 0 0 27.356 16ZM37.98 27.356A10.624 10.624 0 1 1 27.356 16.732 10.617 10.617 0 0 1 37.98 27.356Z' transform='translate(-16 -16)' fill='%23f0f2f2'/%3E%3C/g%3E%3Cg id='g3386' transform='translate(3.1 1.398)'%3E%3Cg id='Group' transform='translate(0 0)'%3E%3Cpath id='B_x5F_22d_61_' d='M22.2 21.737c.358-.374.561-.826.2-1.231a.716.716 0 0 0-.81-.171l-.031.016.016-.031a.64.64 0 0 0-.234-.685.739.739 0 0 0-.514-.14c-.343.031-.608.265-1.324 1.059-.218.234-.53.608-.717.857l1.963 1.854C21.42 22.532 21.685 22.267 22.2 21.737Zm-2.57-.452a9.538 9.538 0 0 1 1.013-1.09.55.55 0 0 1 .2-.125.259.259 0 0 1 .3.187.411.411 0 0 1-.14.358c-.2.234-.981 1.028-.981 1.028Zm.779.717s.748-.779 1-1.028a.994.994 0 0 1 .218-.187.267.267 0 0 1 .265 0 .23.23 0 0 1 .093.249.738.738 0 0 1-.187.3c-.109.109-.981 1.044-.981 1.044Zm6.87-2.477.623-1.4L27.947 18l-.016.125.062 1.869a4.947 4.947 0 0 1 .67.093l-.109-2.757c-.312-.031-.623-.062-.935-.078L27 18.778l-.016.109-.016-.109-.623-1.527c-.312.016-.623.031-.935.078L25.3 20.086l.67-.093.062-1.869L26.015 18l.047.125.623 1.4Zm5.2 2.9c.156.171.374.436.5.592l2.305-1.449a6.526 6.526 0 0 0-.436-.53l-1.449.95-.093.078.078-.109.639-1.277-.452-.452-1.277.639-.109.078.093-.093.966-1.449c-.171-.14-.327-.28-.545-.436l-1.464 2.274c.187.14.421.343.576.483l1.371-.7.093-.062-.062.093-.732 1.371Z' transform='translate(-18.787 -17.251)' fill='%23f0f2f2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_18' data-name='Gruppe maskieren 18' transform='translate(-3 3068) rotate(-90)' clip-path='url(%23clip-path-8)'%3E%3Cg id='Ebene_1-8' data-name='Ebene_1' transform='translate(1481.696 874.696)'%3E%3Cg id='Gruppe_7860' data-name='Gruppe 7860'%3E%3Cg id='Gruppe_7859' data-name='Gruppe 7859'%3E%3Cg id='Gruppe_7858' data-name='Gruppe 7858'%3E%3Cg id='Gruppe_7857' data-name='Gruppe 7857'%3E%3Cpath id='Pfad_1753' data-name='Pfad 1753' d='M27.3 35.495c8.835 0 16-3.67 16-8.191s-7.165-8.191-16-8.191-16 3.67-16 8.191S18.468 35.495 27.3 35.495Zm3.014-4.019a4.479 4.479 0 0 1-1.78 2.468 2.4 2.4 0 0 1-1.07.24H27.3A27.578 27.578 0 0 1 19.3 33.07a.752.752 0 0 1-.087-.033c-.208-.076-.317-.164-.317-.284a.36.36 0 0 1 .131-.262c.033-.033.076-.076.142-.131a18.8 18.8 0 0 1 5.144-2.752 25.575 25.575 0 0 1 3.768-1.2C28.887 28.232 31.9 27.773 30.318 31.476ZM38.4 23.219a.332.332 0 0 1 .273-.2.561.561 0 0 1 .328.109c1.878 1.158 2.992 2.6 2.992 4.161 0 2.829-3.637 5.253-8.825 6.313-.339.066-.557.066-.633-.022a.194.194 0 0 1 0-.251 1.179 1.179 0 0 1 .142-.2 41.911 41.911 0 0 0 5.592-9.666C38.313 23.383 38.367 23.285 38.4 23.219ZM24.344 23.11a4.422 4.422 0 0 1 1.78-2.457 2.4 2.4 0 0 1 1.07-.24h.164a27.577 27.577 0 0 1 8.005 1.114.208.208 0 0 1 .087.033c.208.076.317.164.317.284a.36.36 0 0 1-.131.262c-.033.033-.076.076-.142.131a18.489 18.489 0 0 1-5.144 2.752 25.575 25.575 0 0 1-3.768 1.2C25.764 26.354 22.749 26.812 24.344 23.11Zm-2.905-2.119c.339-.066.557-.066.633.022a.209.209 0 0 1 0 .251c-.033.055-.076.109-.142.2a41.7 41.7 0 0 0-5.592 9.676 1.945 1.945 0 0 1-.131.262.332.332 0 0 1-.273.2.61.61 0 0 1-.339-.109c-1.878-1.158-2.992-2.6-2.992-4.161C12.614 24.475 16.24 22.051 21.439 20.991Z' fill='%23f0f2f2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_20' data-name='Gruppe maskieren 20' transform='translate(888 1830.348) rotate(-90)' clip-path='url(%23clip-path-9)'%3E%3Cg id='Ebene_1-9' data-name='Ebene_1' transform='translate(0 0)'%3E%3Cg id='Gruppe_7866' data-name='Gruppe 7866'%3E%3Cg id='Gruppe_7865' data-name='Gruppe 7865'%3E%3Cpath id='Pfad_1755' data-name='Pfad 1755' d='M59.636 70.149a10.326 10.326 0 0 1-10.29-10.29A9.285 9.285 0 0 1 50 56.244l6.026 12.144c.093.185.185.278.371.278s.278-.093.371-.278l2.781-6.211a.091.091 0 0 1 .093-.093l.093.093 2.781 6.211c.093.185.185.278.371.278s.278-.093.371-.278l6.026-12.144a9.285 9.285 0 0 1 .649 3.615A10.326 10.326 0 0 1 59.636 70.149Zm0-12.7a.091.091 0 0 1-.093-.093L56.3 50.033a10.085 10.085 0 0 1 3.337-.556 9.7 9.7 0 0 1 3.337.556l-3.245 7.323C59.729 57.449 59.729 57.449 59.636 57.449Zm-3.245 7.509a.091.091 0 0 1-.093-.093L51.108 54.3a12.258 12.258 0 0 1 3.708-3.523l3.8 8.436c0 .093.185.185.278.185h1.854c.093 0 .185 0 .278-.185l3.8-8.436A10.375 10.375 0 0 1 68.535 54.3L63.251 64.865a.091.091 0 0 1-.093.093l-.093-.093-1.947-4.542c-.093-.185-.185-.185-.278-.185H58.987c-.093 0-.185 0-.278.185l-1.947 4.542A.542.542 0 0 0 56.392 64.958Zm3.245 6.211a11.356 11.356 0 1 0-11.31-11.4A11.394 11.394 0 0 0 59.636 71.169Z' transform='translate(-48.327 -48.457)' fill='%23f0f2f2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_22' data-name='Gruppe maskieren 22' transform='translate(888 1437.188) rotate(-90)' clip-path='url(%23clip-path-10)'%3E%3Cg id='Ebene_1-10' data-name='Ebene_1' transform='translate(0 1.159)'%3E%3Cg id='Gruppe_7869' data-name='Gruppe 7869'%3E%3Cpath id='Pfad_1757' data-name='Pfad 1757' d='M38.295 37.2c-2-1.72-7.973-6.621-10.8-6.621s-8.792 4.892-10.8 6.612c-.009-.4-.028-.653-.028-1.021a1.762 1.762 0 0 1 .478-1.2 35.177 35.177 0 0 1 9.058-5.932c1.361-.579 1.287-.469 1.287-2.777h.1c1.913.175 7.072 5.178 10.125 8.553a2.567 2.567 0 0 1 .6 1.425c-.009.349-.018.69-.028.956m-.083-2.823c-.322-.359-7.955-8.782-10.723-8.782S17.1 34.018 16.766 34.376h0a3.243 3.243 0 0 0-.772 1.876c0 .772.055 1.554.055 1.554 0 .037.018.368.2.451a.166.166 0 0 0 .092.018.39.39 0 0 0 .23-.092c.083-.074 7.854-6.943 10.925-6.943s10.842 6.87 10.916 6.934a.39.39 0 0 0 .23.092.272.272 0 0 0 .092-.018c.184-.092.2-.414.2-.451 0-.009.055-.782.055-1.554a3.287 3.287 0 0 0-.782-1.867m.064-5.2c-2-1.72-7.964-6.612-10.787-6.612S18.707 27.461 16.7 29.18c-.009-.4-.028-.653-.028-1.012a1.762 1.762 0 0 1 .478-1.2A35.51 35.51 0 0 1 26.2 21.042c1.361-.579 1.287-.469 1.278-2.777h.1c1.913.175 7.063 5.168 10.107 8.553a2.567 2.567 0 0 1 .6 1.425 7.774 7.774 0 0 1-.009.938m-.083-2.814c-.322-.359-7.946-8.773-10.7-8.773s-10.383 8.415-10.7 8.773h0a3.243 3.243 0 0 0-.772 1.876c0 .772.055 1.545.055 1.554 0 .037.018.368.2.451a.166.166 0 0 0 .092.018.348.348 0 0 0 .221-.092c.083-.074 7.854-6.934 10.907-6.934S38.322 30.1 38.4 30.174a.37.37 0 0 0 .23.092.272.272 0 0 0 .092-.018c.184-.092.2-.414.2-.451 0-.009.055-.782.055-1.554a3.167 3.167 0 0 0-.782-1.876' transform='translate(-15.994 -17.593)' fill='%23f0f2f2' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_24' data-name='Gruppe maskieren 24' transform='translate(888 1701.694) rotate(-90)' clip-path='url(%23clip-path-11)'%3E%3Cg id='Ebene_1-11' data-name='Ebene_1' transform='translate(2.713 0)'%3E%3Cg id='Gruppe_7871' data-name='Gruppe 7871'%3E%3Cpath id='Pfad_1759' data-name='Pfad 1759' d='M27.59 15.994c-.3.554-4.277 8-5.994 11.2a.276.276 0 0 0 0 .3c1.68 3.133 5.085 9.5 5.122 9.553.036-.064 3.442-6.42 5.122-9.553a.276.276 0 0 0 0-.3c-.963-1.789-1.916-3.578-2.879-5.367a.289.289 0 0 1 0-.318c.263-.472.518-.963.79-1.462.036.064 2.588 4.822 3.832 7.156a.247.247 0 0 1 0 .272Q30.614 33 27.663 38.551a.227.227 0 0 1-.227.145c-.49-.009-.981-.009-1.462 0a.178.178 0 0 1-.182-.109q-2.97-5.571-5.948-11.133a.191.191 0 0 1 0-.218Q22.827 21.678 25.8 16.1c.027-.045.082-.109.127-.109Z' transform='translate(-19.81 -15.994)' fill='%23f0f2f2'/%3E%3Cpath id='Pfad_1760' data-name='Pfad 1760' d='M31.262 18.273c-.908 1.7-3.415 6.375-4.777 8.927a.276.276 0 0 0 0 .3c.963 1.789 1.916 3.578 2.879 5.367a.289.289 0 0 1 0 .318c-.263.472-.518.963-.79 1.462-.036-.064-2.579-4.813-3.832-7.156a.247.247 0 0 1 0-.272q2.97-5.53 5.921-11.079a.227.227 0 0 1 .227-.145c.49.009.981.009 1.462 0a.178.178 0 0 1 .182.109q2.97 5.571 5.948 11.133a.191.191 0 0 1 0 .218Q35.5 33.025 32.524 38.587c-.027.045-.082.109-.127.109-.545.009-1.09.009-1.662.009.036-.073 4.023-7.528 5.984-11.2a.276.276 0 0 0 0-.3c-1.68-3.133-5.085-9.5-5.122-9.553 0-.009-.127.227-.336.618' transform='translate(-21.229 -15.994)' fill='%23f0f2f2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.horizontalBrandsLineBg_r {
  display: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='691' height='32' viewBox='0 0 725 32'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rechteck_5030' data-name='Rechteck 5030' width='32' height='32' transform='translate(1115 886)' fill='%currentColor' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Rechteck_5032' data-name='Rechteck 5032' width='22' height='23' transform='translate(0.368)' fill='%currentColor' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-3'%3E%3Crect id='Rechteck_5034' data-name='Rechteck 5034' width='23' height='23' transform='translate(-0.326)' fill='%currentColor' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-4'%3E%3Crect id='Rechteck_5036' data-name='Rechteck 5036' width='23' height='23' fill='%currentColor' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-5'%3E%3Crect id='Rechteck_5038' data-name='Rechteck 5038' width='23' height='23' transform='translate(0.021)' fill='%currentColor' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-6'%3E%3Crect id='Rechteck_5040' data-name='Rechteck 5040' width='32' height='32' transform='translate(1655 886)' fill='%currentColor' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-8'%3E%3Crect id='Rechteck_5044' data-name='Rechteck 5044' width='32' height='32' transform='translate(1493 886)' fill='%currentColor' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-9'%3E%3Crect id='Rechteck_5046' data-name='Rechteck 5046' width='22' height='23' transform='translate(0.348)' fill='%currentColor' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-10'%3E%3Crect id='Rechteck_5048' data-name='Rechteck 5048' width='23' height='23' transform='translate(0.188)' fill='%currentColor' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-11'%3E%3Crect id='Rechteck_5050' data-name='Rechteck 5050' width='23' height='23' transform='translate(-0.306)' fill='%currentColor' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Gruppe_7877' data-name='Gruppe 7877' transform='translate(2032 -883) rotate(90)'%3E%3Cg id='Gruppe_maskieren_4' data-name='Gruppe maskieren 4' transform='translate(-3 3147) rotate(-90)' clip-path='url(%23clip-path)'%3E%3Cg id='Ebene_1' transform='translate(1104.333 875.333)'%3E%3Cg id='Gruppe_7853' data-name='Gruppe 7853'%3E%3Cpath id='Pfad_1741' data-name='Pfad 1741' d='M16.224 32.224a5.557 5.557 0 1 1 5.557-5.557A5.554 5.554 0 0 1 16.224 32.224Zm0-9.952a4.395 4.395 0 1 0 4.395 4.395A4.4 4.4 0 0 0 16.224 22.272Z' fill='%currentColor'/%3E%3Cpath id='Pfad_1742' data-name='Pfad 1742' d='M23.189 32.224a5.557 5.557 0 1 1 5.557-5.557A5.554 5.554 0 0 1 23.189 32.224Zm0-9.952a4.395 4.395 0 1 0 4.395 4.395A4.4 4.4 0 0 0 23.189 22.272Z' fill='%currentColor'/%3E%3Cpath id='Pfad_1743' data-name='Pfad 1743' d='M30.144 32.224A5.557 5.557 0 1 1 35.7 26.667 5.554 5.554 0 0 1 30.144 32.224Zm0-9.952a4.395 4.395 0 1 0 4.395 4.395A4.4 4.4 0 0 0 30.144 22.272Z' fill='%currentColor'/%3E%3Cpath id='Pfad_1744' data-name='Pfad 1744' d='M37.109 32.224a5.557 5.557 0 1 1 5.557-5.557A5.554 5.554 0 0 1 37.109 32.224Zm0-9.952A4.395 4.395 0 1 0 41.5 26.667 4.4 4.4 0 0 0 37.109 22.272Z' fill='%currentColor'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_6' data-name='Gruppe maskieren 6' transform='translate(888 1638.368) rotate(-90)' clip-path='url(%23clip-path-2)'%3E%3Cg id='Ebene_1-2' data-name='Ebene_1' transform='translate(0 2.604)'%3E%3Cg id='Gruppe_7855' data-name='Gruppe 7855'%3E%3Cg id='_x23_000000ff_1_'%3E%3Cpath id='Pfad_1749' data-name='Pfad 1749' d='M10.667 14.336c3.725 1.295 7.427 2.657 11.159 3.922a.526.526 0 0 0 .4 0c3.725-1.272 7.427-2.619 11.152-3.922-1.317 2.1-2.657 4.2-4 6.276-.621-.273-1.257-.485-1.893-.749.363-.636.757-1.272 1.12-1.908-1.2.613-2.415 1.173-3.611 1.794.833.31 1.673.621 2.491.961a1.379 1.379 0 0 1 .984 1.1 2.531 2.531 0 0 1-.621 1.567q-2.691 4.224-5.383 8.434a21.68 21.68 0 0 1 .015-2.218c.712-2.256 1.408-4.512 2.059-6.776.121-.333-.25-.522-.5-.636-.689-.3-1.317-.712-2.029-.961-.712.31-1.393.689-2.089 1.022-.212.1-.522.3-.4.575.651 2.271 1.348 4.52 2.059 6.791.076.734 0 1.484.015 2.233-1.779-2.778-3.551-5.572-5.322-8.35a2.809 2.809 0 0 1-.689-1.673 1.423 1.423 0 0 1 1-1.083c.825-.333 1.658-.636 2.476-.961-1.181-.621-2.407-1.181-3.6-1.779.363.636.757 1.257 1.12 1.908-.636.25-1.272.485-1.893.749C13.324 18.523 11.984 16.425 10.667 14.336Z' transform='translate(-10.667 -14.336)' fill='%currentColor'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_8' data-name='Gruppe maskieren 8' transform='translate(888 1893.674) rotate(-90)' clip-path='url(%23clip-path-3)'%3E%3Cg id='Ebene_1-3' data-name='Ebene_1' transform='translate(0 0)'%3E%3Cg id='layer1-9' transform='translate(0 0)'%3E%3Cpath id='path3524' d='M32.642 17.279a11.362 11.362 0 0 1 0 20.125v-1.3a10.159 10.159 0 0 0 3.4-3.355l-3.4-1.381v-2.1l3.733 2.918a10.122 10.122 0 0 0 1.218-4.844 10.245 10.245 0 0 0-4.951-8.764Zm-5.26-1.289a11.336 11.336 0 0 1 5.257 1.286v1.3a10.257 10.257 0 0 0-4.951-1.453l1.3 9.3 3.653 2.846v2.1l-5.284-2.135-5.249 2.149v-2.09l3.677-2.873 1.289-9.3a10.226 10.226 0 0 0-4.963 1.453v-1.3A11.312 11.312 0 0 1 27.381 15.99ZM32.642 37.4a11.309 11.309 0 0 1-5.257 1.3 11.459 11.459 0 0 1-5.269-1.286v-1.31a10.189 10.189 0 0 0 10.527 0Zm-10.53.012a11.362 11.362 0 0 1 0-20.137v1.3a10.23 10.23 0 0 0-3.733 13.632l3.733-2.918v2.09l-3.394 1.393a10.191 10.191 0 0 0 3.391 3.331v1.31Z' transform='translate(-16.015 -15.99)' fill='%currentColor' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_10' data-name='Gruppe maskieren 10' transform='translate(888 1502) rotate(-90)' clip-path='url(%23clip-path-4)'%3E%3Cg id='Ebene_1-4' data-name='Ebene_1' transform='translate(0 2.303)'%3E%3Cg id='layer1_1_'%3E%3Cpath id='path6381' d='M-487.371-8.383a7.96 7.96 0 0 1-7.9-7.9 6.474 6.474 0 0 1 .031-.667l6.606.414-2.859 1.97a.16.16 0 0 0-.061.123.154.154 0 0 0 .153.153h11.672a7.969 7.969 0 0 1-7.641 5.909m0-15.8a7.96 7.96 0 0 1 7.9 7.9 6.238 6.238 0 0 1-.031.659l-6.606-.422L-483.24-18a.16.16 0 0 0 .061-.123.152.152 0 0 0-.146-.153h-11.688a7.985 7.985 0 0 1 7.641-5.9m11.335 8.783-2.161-.138c.015-.245.031-.491.031-.743a9.194 9.194 0 0 0-9.2-9.2 9.2 9.2 0 0 0-8.982 7.2h-1.694a.338.338 0 0 0-.268.13l-.506.7a.166.166 0 0 0-.038.107.173.173 0 0 0 .176.176l2.154.13c-.015.245-.031.5-.031.751a9.194 9.194 0 0 0 9.2 9.2 9.2 9.2 0 0 0 8.982-7.2h1.709a.338.338 0 0 0 .268-.13l.506-.7a.166.166 0 0 0 .038-.107.19.19 0 0 0-.184-.176' transform='translate(498.852 25.474)' fill='%currentColor'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_12' data-name='Gruppe maskieren 12' transform='translate(888 1767.021) rotate(-90)' clip-path='url(%23clip-path-5)'%3E%3Cg id='Ebene_1-5' data-name='Ebene_1' transform='translate(0 0.073)'%3E%3Cpath id='Pfad_1751' data-name='Pfad 1751' d='M21.623 23.08h2.725v1.008h-1.79v2.725h1.408l.009 1.017H22.568l-.009 4.37h-.936V23.08Zm3.152-.027h.945V32.2h-.936V23.052Zm5.169 9.121h-.936L29 27.822H27.7l-.018 4.352h-.845V23.052h2.217l.89 1.808v7.313Zm-.936-5.56h-1.3V24.061h.809l.491 1.2v1.354Zm1.145-3.534h2.88l-.009 1.027H32.08l-.009 8.076h-.936l-.045-8.067-.936-.009V23.08Zm-2.8 15.589A11.284 11.284 0 1 1 38.712 27.386 11.321 11.321 0 0 1 27.356 38.669ZM17.871 22.843a5.243 5.243 0 0 1 2.9-3.7c3.552-2.344 9.194-2.38 13.255.082a5.177 5.177 0 0 1 2.707 3.443 16.28 16.28 0 0 1-1.708 11.311c-1.98 4.524-12.446 4.606-14.9.527a15.534 15.534 0 0 1-2.253-11.665Zm15.335 11.81c-2.344 2.38-10.13 1.862-11.565 0a24.776 24.776 0 0 1-2.162-11.783 2.554 2.554 0 0 1 1.308-2.689c3.252-1.463 9.757-1.617 12.764-.055 1.245.481 1.7 1.681 1.653 3.425a28.062 28.062 0 0 1-2 11.1Z' transform='translate(-16 -16.102)' fill='%currentColor' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_14' data-name='Gruppe maskieren 14' transform='translate(-3 3028) rotate(-90)' clip-path='url(%23clip-path-6)'%3E%3Cg id='Ebene_1-6' data-name='Ebene_1' transform='translate(1648.139 879.14)'%3E%3Cg id='layer1_2_' transform='translate(-2.065 -14.124)'%3E%3Cpath id='circle828_2_' d='M24.931 29.97a7 7 0 0 0-5.917 3.247H8.926l1.006 1.006h8.56a6.5 6.5 0 0 0-.384 1.171H11.1l.988.988h5.844c-.018.2-.027.4-.037.6s.009.375.027.567H13.261l.988.988H18.09a6.441 6.441 0 0 0 .366 1.171H15.419l1.006 1.006H19a7.007 7.007 0 0 0 11.871 0h2.57l1.006-1.006H31.406a6.441 6.441 0 0 0 .366-1.171h3.841l.988-.988H31.918c.018-.192.027-.375.027-.567a4.368 4.368 0 0 0-.037-.6h5.844l.988-.988h-7a6.5 6.5 0 0 0-.384-1.171h8.56l1.006-1.006H30.848A7.033 7.033 0 0 0 24.931 29.97Zm0 .951A6.069 6.069 0 0 1 31 36.993h0a6.073 6.073 0 1 1-6.073-6.073ZM20.1 35.42v3.137h.658V36.079l.7 2.478h.686l.7-2.478v2.478h.658V35.42H22.434l-.622 2.14-.631-2.14Zm4.061 0v3.137h.7V35.42Zm1.381 0v3.137H26.2V36.509l1.408 2.049h.7V35.42h-.658v2.1l-1.436-2.1Zm3.5 0v3.137h.7V35.42Z' fill='%currentColor'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_16' data-name='Gruppe maskieren 16' transform='translate(888 1959) rotate(-90)' clip-path='url(%23clip-path-4)'%3E%3Cg id='Ebene_1-7' data-name='Ebene_1' transform='translate(0 0)'%3E%3Cg id='BMW-logo-grey-fallback-53px'%3E%3Cg id='BMW-logo'%3E%3Cg id='BMW-logo-fallback'%3E%3Cg id='BMW_Grey-Colour_RGB-2'%3E%3Cg id='BMW_Grey-Colour_RGB'%3E%3Cg id='g3375' transform='translate(4.627 4.627)'%3E%3Cg id='g3381' transform='translate(0 0)'%3E%3Cg id='g3355' transform='translate(0 0)'%3E%3Cpath id='path21' d='M35.977 29.248a6.721 6.721 0 0 1-6.729 6.729V29.248Zm-6.729-6.729v6.729H22.519A6.741 6.741 0 0 1 29.248 22.519Z' transform='translate(-22.519 -22.519)' fill='%currentColor'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='g3393'%3E%3Cpath id='path14_2_' d='M27.356 20.626V21h0a6.362 6.362 0 0 1 6.356 6.356h.374a6.731 6.731 0 0 0-6.729-6.729h0m0 13.1A6.362 6.362 0 0 1 21 27.372h-.374A6.721 6.721 0 0 0 27.356 34.1m0-18.1A11.356 11.356 0 1 0 38.712 27.356 11.348 11.348 0 0 0 27.356 16ZM37.98 27.356A10.624 10.624 0 1 1 27.356 16.732 10.617 10.617 0 0 1 37.98 27.356Z' transform='translate(-16 -16)' fill='%currentColor'/%3E%3C/g%3E%3Cg id='g3386' transform='translate(3.1 1.398)'%3E%3Cg id='Group' transform='translate(0 0)'%3E%3Cpath id='B_x5F_22d_61_' d='M22.2 21.737c.358-.374.561-.826.2-1.231a.716.716 0 0 0-.81-.171l-.031.016.016-.031a.64.64 0 0 0-.234-.685.739.739 0 0 0-.514-.14c-.343.031-.608.265-1.324 1.059-.218.234-.53.608-.717.857l1.963 1.854C21.42 22.532 21.685 22.267 22.2 21.737Zm-2.57-.452a9.538 9.538 0 0 1 1.013-1.09.55.55 0 0 1 .2-.125.259.259 0 0 1 .3.187.411.411 0 0 1-.14.358c-.2.234-.981 1.028-.981 1.028Zm.779.717s.748-.779 1-1.028a.994.994 0 0 1 .218-.187.267.267 0 0 1 .265 0 .23.23 0 0 1 .093.249.738.738 0 0 1-.187.3c-.109.109-.981 1.044-.981 1.044Zm6.87-2.477.623-1.4L27.947 18l-.016.125.062 1.869a4.947 4.947 0 0 1 .67.093l-.109-2.757c-.312-.031-.623-.062-.935-.078L27 18.778l-.016.109-.016-.109-.623-1.527c-.312.016-.623.031-.935.078L25.3 20.086l.67-.093.062-1.869L26.015 18l.047.125.623 1.4Zm5.2 2.9c.156.171.374.436.5.592l2.305-1.449a6.526 6.526 0 0 0-.436-.53l-1.449.95-.093.078.078-.109.639-1.277-.452-.452-1.277.639-.109.078.093-.093.966-1.449c-.171-.14-.327-.28-.545-.436l-1.464 2.274c.187.14.421.343.576.483l1.371-.7.093-.062-.062.093-.732 1.371Z' transform='translate(-18.787 -17.251)' fill='%currentColor'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_18' data-name='Gruppe maskieren 18' transform='translate(-3 3068) rotate(-90)' clip-path='url(%23clip-path-8)'%3E%3Cg id='Ebene_1-8' data-name='Ebene_1' transform='translate(1481.696 874.696)'%3E%3Cg id='Gruppe_7860' data-name='Gruppe 7860'%3E%3Cg id='Gruppe_7859' data-name='Gruppe 7859'%3E%3Cg id='Gruppe_7858' data-name='Gruppe 7858'%3E%3Cg id='Gruppe_7857' data-name='Gruppe 7857'%3E%3Cpath id='Pfad_1753' data-name='Pfad 1753' d='M27.3 35.495c8.835 0 16-3.67 16-8.191s-7.165-8.191-16-8.191-16 3.67-16 8.191S18.468 35.495 27.3 35.495Zm3.014-4.019a4.479 4.479 0 0 1-1.78 2.468 2.4 2.4 0 0 1-1.07.24H27.3A27.578 27.578 0 0 1 19.3 33.07a.752.752 0 0 1-.087-.033c-.208-.076-.317-.164-.317-.284a.36.36 0 0 1 .131-.262c.033-.033.076-.076.142-.131a18.8 18.8 0 0 1 5.144-2.752 25.575 25.575 0 0 1 3.768-1.2C28.887 28.232 31.9 27.773 30.318 31.476ZM38.4 23.219a.332.332 0 0 1 .273-.2.561.561 0 0 1 .328.109c1.878 1.158 2.992 2.6 2.992 4.161 0 2.829-3.637 5.253-8.825 6.313-.339.066-.557.066-.633-.022a.194.194 0 0 1 0-.251 1.179 1.179 0 0 1 .142-.2 41.911 41.911 0 0 0 5.592-9.666C38.313 23.383 38.367 23.285 38.4 23.219ZM24.344 23.11a4.422 4.422 0 0 1 1.78-2.457 2.4 2.4 0 0 1 1.07-.24h.164a27.577 27.577 0 0 1 8.005 1.114.208.208 0 0 1 .087.033c.208.076.317.164.317.284a.36.36 0 0 1-.131.262c-.033.033-.076.076-.142.131a18.489 18.489 0 0 1-5.144 2.752 25.575 25.575 0 0 1-3.768 1.2C25.764 26.354 22.749 26.812 24.344 23.11Zm-2.905-2.119c.339-.066.557-.066.633.022a.209.209 0 0 1 0 .251c-.033.055-.076.109-.142.2a41.7 41.7 0 0 0-5.592 9.676 1.945 1.945 0 0 1-.131.262.332.332 0 0 1-.273.2.61.61 0 0 1-.339-.109c-1.878-1.158-2.992-2.6-2.992-4.161C12.614 24.475 16.24 22.051 21.439 20.991Z' fill='%currentColor'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_20' data-name='Gruppe maskieren 20' transform='translate(888 1830.348) rotate(-90)' clip-path='url(%23clip-path-9)'%3E%3Cg id='Ebene_1-9' data-name='Ebene_1' transform='translate(0 0)'%3E%3Cg id='Gruppe_7866' data-name='Gruppe 7866'%3E%3Cg id='Gruppe_7865' data-name='Gruppe 7865'%3E%3Cpath id='Pfad_1755' data-name='Pfad 1755' d='M59.636 70.149a10.326 10.326 0 0 1-10.29-10.29A9.285 9.285 0 0 1 50 56.244l6.026 12.144c.093.185.185.278.371.278s.278-.093.371-.278l2.781-6.211a.091.091 0 0 1 .093-.093l.093.093 2.781 6.211c.093.185.185.278.371.278s.278-.093.371-.278l6.026-12.144a9.285 9.285 0 0 1 .649 3.615A10.326 10.326 0 0 1 59.636 70.149Zm0-12.7a.091.091 0 0 1-.093-.093L56.3 50.033a10.085 10.085 0 0 1 3.337-.556 9.7 9.7 0 0 1 3.337.556l-3.245 7.323C59.729 57.449 59.729 57.449 59.636 57.449Zm-3.245 7.509a.091.091 0 0 1-.093-.093L51.108 54.3a12.258 12.258 0 0 1 3.708-3.523l3.8 8.436c0 .093.185.185.278.185h1.854c.093 0 .185 0 .278-.185l3.8-8.436A10.375 10.375 0 0 1 68.535 54.3L63.251 64.865a.091.091 0 0 1-.093.093l-.093-.093-1.947-4.542c-.093-.185-.185-.185-.278-.185H58.987c-.093 0-.185 0-.278.185l-1.947 4.542A.542.542 0 0 0 56.392 64.958Zm3.245 6.211a11.356 11.356 0 1 0-11.31-11.4A11.394 11.394 0 0 0 59.636 71.169Z' transform='translate(-48.327 -48.457)' fill='%currentColor'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_22' data-name='Gruppe maskieren 22' transform='translate(888 1437.188) rotate(-90)' clip-path='url(%23clip-path-10)'%3E%3Cg id='Ebene_1-10' data-name='Ebene_1' transform='translate(0 1.159)'%3E%3Cg id='Gruppe_7869' data-name='Gruppe 7869'%3E%3Cpath id='Pfad_1757' data-name='Pfad 1757' d='M38.295 37.2c-2-1.72-7.973-6.621-10.8-6.621s-8.792 4.892-10.8 6.612c-.009-.4-.028-.653-.028-1.021a1.762 1.762 0 0 1 .478-1.2 35.177 35.177 0 0 1 9.058-5.932c1.361-.579 1.287-.469 1.287-2.777h.1c1.913.175 7.072 5.178 10.125 8.553a2.567 2.567 0 0 1 .6 1.425c-.009.349-.018.69-.028.956m-.083-2.823c-.322-.359-7.955-8.782-10.723-8.782S17.1 34.018 16.766 34.376h0a3.243 3.243 0 0 0-.772 1.876c0 .772.055 1.554.055 1.554 0 .037.018.368.2.451a.166.166 0 0 0 .092.018.39.39 0 0 0 .23-.092c.083-.074 7.854-6.943 10.925-6.943s10.842 6.87 10.916 6.934a.39.39 0 0 0 .23.092.272.272 0 0 0 .092-.018c.184-.092.2-.414.2-.451 0-.009.055-.782.055-1.554a3.287 3.287 0 0 0-.782-1.867m.064-5.2c-2-1.72-7.964-6.612-10.787-6.612S18.707 27.461 16.7 29.18c-.009-.4-.028-.653-.028-1.012a1.762 1.762 0 0 1 .478-1.2A35.51 35.51 0 0 1 26.2 21.042c1.361-.579 1.287-.469 1.278-2.777h.1c1.913.175 7.063 5.168 10.107 8.553a2.567 2.567 0 0 1 .6 1.425 7.774 7.774 0 0 1-.009.938m-.083-2.814c-.322-.359-7.946-8.773-10.7-8.773s-10.383 8.415-10.7 8.773h0a3.243 3.243 0 0 0-.772 1.876c0 .772.055 1.545.055 1.554 0 .037.018.368.2.451a.166.166 0 0 0 .092.018.348.348 0 0 0 .221-.092c.083-.074 7.854-6.934 10.907-6.934S38.322 30.1 38.4 30.174a.37.37 0 0 0 .23.092.272.272 0 0 0 .092-.018c.184-.092.2-.414.2-.451 0-.009.055-.782.055-1.554a3.167 3.167 0 0 0-.782-1.876' transform='translate(-15.994 -17.593)' fill='%currentColor' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Gruppe_maskieren_24' data-name='Gruppe maskieren 24' transform='translate(888 1701.694) rotate(-90)' clip-path='url(%23clip-path-11)'%3E%3Cg id='Ebene_1-11' data-name='Ebene_1' transform='translate(2.713 0)'%3E%3Cg id='Gruppe_7871' data-name='Gruppe 7871'%3E%3Cpath id='Pfad_1759' data-name='Pfad 1759' d='M27.59 15.994c-.3.554-4.277 8-5.994 11.2a.276.276 0 0 0 0 .3c1.68 3.133 5.085 9.5 5.122 9.553.036-.064 3.442-6.42 5.122-9.553a.276.276 0 0 0 0-.3c-.963-1.789-1.916-3.578-2.879-5.367a.289.289 0 0 1 0-.318c.263-.472.518-.963.79-1.462.036.064 2.588 4.822 3.832 7.156a.247.247 0 0 1 0 .272Q30.614 33 27.663 38.551a.227.227 0 0 1-.227.145c-.49-.009-.981-.009-1.462 0a.178.178 0 0 1-.182-.109q-2.97-5.571-5.948-11.133a.191.191 0 0 1 0-.218Q22.827 21.678 25.8 16.1c.027-.045.082-.109.127-.109Z' transform='translate(-19.81 -15.994)' fill='%currentColor'/%3E%3Cpath id='Pfad_1760' data-name='Pfad 1760' d='M31.262 18.273c-.908 1.7-3.415 6.375-4.777 8.927a.276.276 0 0 0 0 .3c.963 1.789 1.916 3.578 2.879 5.367a.289.289 0 0 1 0 .318c-.263.472-.518.963-.79 1.462-.036-.064-2.579-4.813-3.832-7.156a.247.247 0 0 1 0-.272q2.97-5.53 5.921-11.079a.227.227 0 0 1 .227-.145c.49.009.981.009 1.462 0a.178.178 0 0 1 .182.109q2.97 5.571 5.948 11.133a.191.191 0 0 1 0 .218Q35.5 33.025 32.524 38.587c-.027.045-.082.109-.127.109-.545.009-1.09.009-1.662.009.036-.073 4.023-7.528 5.984-11.2a.276.276 0 0 0 0-.3c-1.68-3.133-5.085-9.5-5.122-9.553 0-.009-.127.227-.336.618' transform='translate(-21.229 -15.994)' fill='%currentColor'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}



.starburst {
  font: 3em 'Roboto', georgia, serif;
  font-weight: bold;
  background: var(--col_pr60);
  width: 3.5em;
  height: 3.5em;
  text-align: center;
  color: #fff;
  filter: drop-shadow(0px 0px 5px black);
}

.starburst,
.starburst span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.starburst span {
  width: 100%;
  height: 100%;
  line-height: 0.8em;
  background: inherit;
  transform: rotate(45deg);
}
.starburst span div:nth-child(1) {
  font-size: 0.5em;
}
.starburst span div:nth-child(3) {
  font-size: 0.5em;
}

.starburst:before,
.starburst:after ,
.starburst span:before,
.starburst span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
  transform: rotate(30deg);
}

.starburst:after {
  transform: rotate(-30deg);
}

.starburst span:after {
  transform: rotate(30deg);
}
.starburst span:before {
  transform: rotate(-30deg);
}

.badge {
  position: fixed;
  top: var(--unit_x100);
  z-index: 5;
}
#monthDealzBadge {
  text-transform: uppercase;
  right: 25%;
  transform: rotate(-25deg) scale(0.7);
}

@media only screen and (max-width: 968px) {
  #monthDealzBadge {
    display: none;
  }
}
