section.section-slider {
  overflow: hidden;
  position: relative; }
  section.section-slider .layer {
    pointer-events: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 18; }
    section.section-slider .layer:before {
      content: '';
      position: fixed;
      top: 51px;
      height: 2px;
      background-color: rgba(255, 255, 255, .3);
      width: 100%;
      z-index: 19; }

div.product-slider .slick-prev-main, div.main-slider .slick-prev-main, div.product-slider .slick-next-main, div.main-slider .slick-next-main {
  position: absolute;
  top: 50%;
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 20;
  height: 60px;
  width: 30px;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer; }
  div.product-slider .slick-prev-main, div.main-slider .slick-prev-main {
    left: 20px;
    background-image: url("/fileadmin/templates/images/layouts/icon-arrow-lx.svg"); }
  div.product-slider .slick-next-main, div.main-slider .slick-next-main {
    right: 20px;
    background-image: url("/fileadmin/templates/images/layouts/icon-arrow-rx.svg"); }

#videoButton_Holder {
  position: absolute;
  right: 65px;
  bottom: 65px;
  height: 80px;
  z-index: 40;
  cursor: pointer; }

#videoButton_Holder svg {
  height: 100%;
  width: auto; }

@media screen and (max-width: 1024px) {
  #videoButton_Holder {
    right: 25px;
    bottom: 25px;
    height: 50px; } }

@media screen and (min-width: 768px) {
  section.section-slider .layer:before {
    top: 95px; } }
