/**************************************** PARALLAX ****************************************/
.parallax{
  position: relative;
  overflow: hidden;
  background: #333;
}
.parallax .articleInner{
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.2em;
  padding: 5em 10px;
}
.parallaxImg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
}
.parallaxWrap .articleInner {
  width:100%;
  position:relative;
  z-index:5;
}
.parallaxWrap .articleInner .colWrap{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.parallaxEl{
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}
/**************************************** SWIPER ****************************************/
.swiper-slide{
  line-height: 0;
}
.swiperPager{
  position: absolute;
  bottom:10px;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  border-radius: 0;
  background: rgba(255,255,255,0.3);
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: rgba(255,255,255,1);
}
.swiperCaption{
  position: absolute;
  z-index: 3;
  line-height: 1.2;
  color: #fff;
  top: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.produkt .swiper-wrapper {
  align-items: center;
}
/* overlay */
.swiperCaption .pos {
  position: relative;
  color:#fff;
  line-height: 1;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.swiperCaption .pos > span {
  flex: 1 0 50%;
  text-align: center;
}
.swiperButton{
  position: absolute;
  top: 50%;
  z-index: 3;
  margin-top: -20px;
  width: 40px;
  height: 54px;
  background: rgba(255,255,255,0);
  transition: background 0.2s;
}
#page-137 .swiperButton{
  display:none;
}
.swiper-container.active:hover .swiperButton{
  /*background: rgba(255,255,255,1);*/
}
.swiperNext{
  right:0;
  background:url(../../img/sprite_swiper.png) -40px top no-repeat;
}
.swiperNext:hover{
  background:url(../../img/sprite_swiper.png) right -54px no-repeat;
}
.swiperPrev{
  left:0;
  background:url(../../img/sprite_swiper.png) 0px top no-repeat;
}
.swiperPrev:hover{
  background:url(../../img/sprite_swiper.png) left -54px no-repeat;
}
.bgSlide{
  min-height: 400px;
}