.block.graphek_teaser-slider {
  padding: 40px 0px;
}
.block.graphek_teaser-slider h2 {
  text-align: center;
}
.block.graphek_teaser-slider .slider_container {
  padding: 20px 80px;
  position: relative;
  margin-top: 50px;
}
.block.graphek_teaser-slider .slick-arrow {
  position: absolute;
  top: 50px;
  left: -130px;
  z-index: 10;
  border: 1px solid red;
  width: 95px;
  height: 95px;
  text-indent: -999px;
  overflow: hidden;
  background: url('../../../images/arrow_left_huge.svg') no-repeat;
  -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
       -o-background-size: cover !important;
          background-size: cover !important;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: 0 !important;
}
.block.graphek_teaser-slider .slick-arrow:hover {
  left: -133px;
}
.block.graphek_teaser-slider .slick-arrow.slick-next {
  background: url('../../../images/arrow_right_huge.svg') no-repeat;
  left: auto;
  right: -130px;
}
.block.graphek_teaser-slider .slick-arrow.slick-next:hover {
  left: auto;
  right: -133px;
}
.block.graphek_teaser-slider .slide {
  padding: 0px 15px;
  text-align: center;
  outline: 0 !important;
}
.block.graphek_teaser-slider .slide .bild {
  width: 100%;
  padding-bottom: 100%;
  -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
       -o-background-size: cover !important;
          background-size: cover !important;
  background-position: 50% 50% !important;
}

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