@CHARSET "UTF-8";
.product-list-teaser-component.product-overflow-type-break .product-source .product-list-teaser-item {
  padding-top: 30px;
}

.product-list-teaser-component.product-overflow-type-break .product-source .product-list-teaser-item:first-child {
  padding-top: 0px;
}

@media (min-width: 768px) {
  .product-list-teaser-component.product-overflow-type-break .product-source .product-list-teaser-item {
    padding-top: 0px;
  }
}

.product-list-teaser-component.product-overflow-type-scroll {
  position: relative;
}

.product-list-teaser-component.product-overflow-type-scroll .product-source {
  white-space: nowrap;
}

.product-list-teaser-component.product-overflow-type-scroll .product-source .product-list-teaser-item {
  display: inline-block;
  white-space: normal;
}

.product-list-teaser-component.product-overflow-type-scroll .product-source .product-list-teaser-item > div {
  width: 296px;
  margin-left: 18px;
}

@media (min-width: 768px) {
  .product-list-teaser-component.product-overflow-type-scroll .product-source .product-list-teaser-item > div {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .product-list-teaser-component.product-overflow-type-scroll .product-source .product-list-teaser-item > div {
    width: 360px;
  }
}

.product-list-teaser-component.product-overflow-type-scroll .product-source .product-list-teaser-item:first-child > div {
  margin-left: 0px;
}

@media (min-width: 768px) {
  .product-list-teaser-component.product-overflow-type-scroll .product-source .product-list-teaser-item:first-child > div {
    margin-left: 0px;
  }
}

.product-list-teaser-component.product-overflow-type-scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 18px;
  right: 18px;
}

@media (min-width: 768px) {
  .product-list-teaser-component.product-overflow-type-scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 30px;
    right: 30px;
  }
}

@media (min-width: 1200px) {
  .product-list-teaser-component.product-overflow-type-scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    position: relative;
    left: auto;
    right: auto;
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-list-teaser-component.product-overflow-type-scroll .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 34px;
}

@media (min-width: 768px) {
  .product-list-teaser-component.product-overflow-type-scroll .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 49px;
  }
}

@media (min-width: 1200px) {
  .product-list-teaser-component.product-overflow-type-scroll .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 54px;
  }
}

.product-list-teaser-component.product-overflow-type-scroll .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #EBEBEB;
}

.product-list-teaser-component.product-overflow-type-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2A5FEA;
}

.product-list-teaser-component.product-overflow-type-scroll .scroll-left,
.product-list-teaser-component.product-overflow-type-scroll .scroll-right {
  display: none;
}

@media (min-width: 1200px) {
  .product-list-teaser-component.product-overflow-type-scroll .scroll-left,
  .product-list-teaser-component.product-overflow-type-scroll .scroll-right {
    display: flex;
    width: 50px;
    height: 50px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
    background-color: #FFFFFF;
    position: absolute;
    top: calc( 42% - 25px);
    border-radius: 25px;
    z-index: 30;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .product-list-teaser-component.product-overflow-type-scroll .scroll-left {
    left: 130px;
  }
  .product-list-teaser-component.product-overflow-type-scroll .scroll-right {
    right: 130px;
  }
  .product-list-teaser-component.product-overflow-type-scroll .scroll-left .mam-icon-scroll-arrow,
  .product-list-teaser-component.product-overflow-type-scroll .scroll-right .mam-icon-scroll-arrow {
    font-size: 30px;
    margin-top: 4px;
  }
  .product-list-teaser-component.product-overflow-type-scroll .scroll-left .mam-icon-scroll-arrow {
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source {
  border: solid 8px #F5F5F5;
  background-color: #FFFFFF;
  height: 230px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  max-width: 1140px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source::-webkit-scrollbar {
  display: none;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a {
  position: relative;
  flex: 0 0 auto;
  float: left;
  height: 154px;
  width: 154px;
  margin: 30px 15px;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a:first-child {
  margin-left: 0;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a:last-child {
  margin-right: 0;
}

@media (max-width: 1199.98px) {
  .product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a {
    -ms-user-select: None;
    -moz-user-select: None;
    -webkit-user-select: None;
  }
  .product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a[data-hover="collapse"] a, .product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a[data-hover=""] a {
    display: inline-block;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
  .product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a[data-hover="expand"] .mouseover-container {
    max-height: 100%;
  }
}

@media (min-width: 1200px) {
  .product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a:hover .mouseover-container {
    max-height: 100%;
  }
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a .product-image {
  position: static;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a .product-image .energy-efficiency {
  left: 10%;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a .product-image .product-default-image img {
  padding: 20px;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a .mouseover-container {
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  max-height: 0;
  -o-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  height: auto;
  overflow: hidden;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a .mouseover-container > div {
  margin: 14px;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a .mouseover-container .productname {
  margin: 0 0 6px 0;
  font-family: lh-headfont;
  font-weight: bold;
  font-size: 13px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #05164D;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a .mouseover-container .productname span {
  display: block;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a .mouseover-container .productprice {
  margin: 0;
  font-family: lh-textfont;
  font-weight: normal;
  font-size: 13px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #05164D;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a .mouseover-container .productprice .primary-price .miles-value, .product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a .mouseover-container .productprice .primary-price .cash-value {
  font-family: lh-textfont;
  font-weight: bold;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source > a .mouseover-container .productprice .primary-price .miles-value {
  display: block;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-left, .product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-right {
  width: 50px;
  height: 50px;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  position: absolute;
  top: 82px;
  border-radius: 25px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-left .mam-icon-scroll-arrow, .product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-right .mam-icon-scroll-arrow {
  font-size: 30px;
  margin-top: 4px;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-left:hover, .product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-right:hover {
  cursor: pointer;
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-left {
  left: -8px;
}

@media (min-width: 768px) {
  .product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-left {
    left: -20px;
  }
}

@media (min-width: 1200px) {
  .product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-left {
    left: -25px;
  }
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-left .mam-icon-scroll-arrow {
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-right {
  right: -8px;
}

@media (min-width: 768px) {
  .product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-right {
    right: -20px;
  }
}

@media (min-width: 1200px) {
  .product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-right {
    right: -25px;
  }
}

.product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-container {
  position: relative;
}

