/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/* Changes by rehau:
 * 10.12.2013: Changed styles to fit design and functionality needs
 */
.bxSlider .slider {
  position: relative;
  z-index: 10;
}
.bxSlider .slider img {
  width: 100%;
  display: block;
}
.bxSlider .slider > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -10;
  -webkit-opacity: 0.0001;
  -moz-opacity: 0.0001;
  -khtml-opacity: 0.0001;
  opacity: 0.0001;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.01);
  filter: alpha(opacity=0.01);
}
.bxSlider .slider > div:first-child {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: auto;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.bxSlider.initialized .slider > div {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: auto;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.bxSlider .bxTitle {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  position: relative;
  margin-top: 7px;
  line-height: 1.2;
  color: #666666;
}
.bxSlider .bxTitle .bxZoomIcon {
  background: url(../../img/rehau/sprite20px.png) no-repeat;
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  margin-left: 12px;
  margin-bottom: 4px;
  background-position: -40px -120px;
  vertical-align: middle;
}
.bxSlider .bxZoom {
  text-decoration: none;
}
@media only screen and (min-width:581px) {
  .bxSlider {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width:581px) and (max-width:900px) {
  .bxSlider .bxTitle {
    color: #999999;
  }
  .bxSlider .bxTitle .bxZoomIcon {
    display: none;
  }
}
@media only screen and (max-width: 580px) {
  .bxSlider {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px;
  }
  .bxSlider .bx-pager {
    display: none;
  }
  .bxSlider .bxTitle .bxZoomIcon {
    display: none;
  }
  .bxSlider .bxPager {
    display: none;
  }
}
.bxPager {
  margin-top: 15px;
  margin-left: -4.5%;
  margin-right: -1%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bxPager a {
  text-decoration: none;
}
.bxPager a img {
  max-width: 15.3%;
  margin-left: 3.4%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffffff;
}
.bxPager a.active img {
  border: 1px solid #b0356a;
}
.bxPager a span.image-rwd {
  display: inline;
}
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  /** THEME
  ===================================*/
  /* LOADER */
  /* PAGER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* AUTO CONTROLS (START / STOP) */
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  /* IMAGE CAPTIONS */
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../img/rehau/bxslider/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
.bx-wrapper .bx-pager {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: -3px;
  text-align: left;
  color: #444444;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 1px;
  background-color: #ffffff;
  line-height: 1px;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #d1d1d1;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 8px;
  margin: 0 0 0 5px;
  outline: 0;
  line-height: 1px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #999999;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #b0356a;
}
.bx-wrapper .bx-prev {
  left: 0;
  background: url(../../img/rehau/sprite20px.png) no-repeat;
  content: "";
  background-position: 0 -200px;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.bx-wrapper .bx-next {
  right: 0;
  background: url(../../img/rehau/sprite20px.png) no-repeat;
  content: "";
  background-position: 0 -249px;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 -200px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.bx-wrapper .bx-next:hover {
  background-position: 0 -249px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  outline: 0;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  z-index: 999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
@media only screen and (min-width:581px) and (max-width:900px) {
  .productSliderColumn .productSlider.singleImage {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.productSliderColumn .bxImageWrap {
  position: relative;
}
.productSliderColumn .qualityLabel {
  position: absolute;
  width: auto !important;
  height: auto !important;
  left: 10px;
  bottom: 10px;
}
@media only screen and (min-width: 901px) {
  .productSliderColumn {
    float: right;
  }
  .productSliderColumn .bx-wrapper .bx-controls {
    display: none;
  }
}
@media only screen and (min-width:581px) and (max-width:900px) {
  .productSliderColumn {
    width: 100%;
  }
  .productSliderColumn .bx-wrapper > div {
    width: 50% !important;
    padding-right: 49.999%;
  }
  .productSliderColumn .bx-wrapper .bx-controls .bx-prev {
    margin-left: -23px;
    width: 20px;
    background-position: -12px -200px;
  }
  .productSliderColumn .bx-wrapper .bx-controls .bx-next {
    margin-right: -26px;
    width: 20px;
    background-position: -15px -249px;
  }
  .productSliderColumn .bxPager {
    display: none;
  }
}
@media only screen and (max-width: 580px) {
  .productSliderColumn {
    width: 100%;
  }
  .productSliderColumn .bxPager {
    display: none;
  }
}
.bxSlider.topStage {
  margin: 0;
}
.bxSlider.topStage .bx-wrapper {
  margin-bottom: 0;
}
.bxSlider.topStage .stageImgText {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  margin: -60px auto 0;
  max-width: 980px;
  padding: 20px;
  padding-right: 140px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 980px) {
  .bxSlider.topStage .stageImgText {
    width: 980px;
  }
}
.bxSlider.topStage .stageImgText h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  text-transform: uppercase;
  color: #b0356a;
  display: inline-block;
  margin: 0 16px 16px 0;
}
.bxSlider.topStage .stageImgText p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #666666;
}
.bxSlider.topStage .stageImgText .btnCall2Action {
  padding: 0 10px;
  vertical-align: top;
  margin: 1px 10px 10px 0;
  line-height: 26px;
}
.bxSlider.topStage .stageImgText .btnCall2ActionTop {
  display: inline-block;
  visibility: visible;
}
.bxSlider.topStage .stageImgText .btnCall2ActionBottom {
  margin-top: 20px;
  display: none;
  visibility: hidden;
}
.bxSlider.topStage .bx-controls {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 980px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 131px;
  margin: 0 auto;
}
@media only screen and (min-width: 980px) {
  .bxSlider.topStage .bx-controls {
    width: 980px;
  }
}
.bxSlider.topStage .bx-controls .bx-pager {
  position: absolute;
  right: 0;
  bottom: auto;
  top: -18px;
  background: none;
}
.bxSlider.topStage .bx-controls .bx-controls-direction {
  position: absolute;
  top: 20px;
  right: 0;
}
.bxSlider.topStage .bx-controls .bx-controls-direction .bx-prev,
.bxSlider.topStage .bx-controls .bx-controls-direction .bx-next {
  margin-top: 0;
  height: 42px;
  width: 42px;
  border: 1px solid #d1d1d1;
  -webkit-transition: border 0.4s;
  -moz-transition: border 0.4s;
  -ms-transition: border 0.4s;
  -o-transition: border 0.4s;
  transition: border 0.4s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background: #ffffff;
}
.bxSlider.topStage .bx-controls .bx-controls-direction .bx-prev:hover,
.bxSlider.topStage .bx-controls .bx-controls-direction .bx-next:hover {
  border: 1px solid #b0356a;
}
.bxSlider.topStage .bx-controls .bx-controls-direction .bx-prev:before,
.bxSlider.topStage .bx-controls .bx-controls-direction .bx-next:before {
  background: url(../../img/rehau/sprite20px.png) no-repeat;
  content: "";
  position: absolute;
  height: 12px;
  width: 6px;
  display: block;
}
.bxSlider.topStage .bx-controls .bx-controls-direction .bx-prev {
  right: 76px;
  left: auto;
}
.bxSlider.topStage .bx-controls .bx-controls-direction .bx-prev:before {
  background-position: -40px 0;
  margin: 15px 0 0 17px;
}
@media only screen and (max-width: 580px) {
  .bxSlider.topStage .bx-controls .bx-controls-direction .bx-prev:hover {
    z-index: 1000;
  }
}
.bxSlider.topStage .bx-controls .bx-controls-direction .bx-next {
  right: 20px;
}
.bxSlider.topStage .bx-controls .bx-controls-direction .bx-next:before {
  background-position: -60px 0;
  margin: 15px 0 0 19px;
}
@media only screen and (min-width: 1200px) {
  .bxSlider.topStage {
    margin-top: -110px;
  }
}
@media only screen and (min-width: 901px) and (max-width: 979px) {
  .bxSlider.topStage .stageImgText {
    margin-top: 0;
  }
}
@media only screen and (min-width:581px) and (max-width:900px) {
  .bxSlider.topStage .stageImgText {
    margin-top: 0;
    padding: 30px;
    padding-right: 140px;
  }
  .bxSlider.topStage .stageImgText p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .bxSlider.topStage .bx-controls .bx-pager {
    right: 5px;
  }
  .bxSlider.topStage .bx-controls .bx-controls-direction {
    top: 30px;
  }
}
@media only screen and (max-width: 580px) {
  .bxSlider.topStage .stageImgText {
    margin-top: 0;
    padding: 30px 15px 15px 15px;
  }
  .bxSlider.topStage .stageImgText h1 {
    font-size: 30px;
    font-size: 3rem;
  }
  .bxSlider.topStage .stageImgText p {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .bxSlider.topStage .stageImgText .btnCall2ActionTop {
    display: none;
    visibility: hidden;
  }
  .bxSlider.topStage .stageImgText .btnCall2ActionBottom {
    display: inline-block;
    visibility: visible;
  }
  .bxSlider.topStage .bx-controls .bx-controls-direction {
    top: -21px;
  }
  .bxSlider.topStage .bx-controls .bx-controls-direction .bx-prev {
    right: 63px;
  }
}
.bxSlider.stage .slider .stageImgText h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  text-transform: uppercase;
  color: #b0356a;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 10px;
  border-bottom: none;
}
.bxSlider.stage .slider .stageImgText a {
  text-decoration: none;
}
.bxSlider.stage .slider .stageImgText p {
  display: block;
  clear: both;
  color: #666666;
}
.bxSlider.stage .slider .stageImgText .btnCall2Action {
  padding: 0 10px;
  vertical-align: top;
  margin: 16px 10px 10px 0;
  line-height: 26px;
}
@media only screen and (min-width: 901px), only screen and (min-width:768px) and (max-width:900px) {
  .bxSlider.stage .slider .stageImgText .btnCall2Action {
    display: none;
  }
}
@media only screen and (min-width:581px) and (max-width:767px), only screen and (max-width: 580px) {
  .bxSlider.stage .slider .stageImgText .btnCall2Action {
    display: inline-block;
  }
}
@media only screen and (min-width: 901px), only screen and (min-width:768px) and (max-width:900px) {
  .bxSlider.stage .slider .stageImgText .btnWrapper .btnCall2Action {
    display: inline-block;
  }
}
@media only screen and (min-width:581px) and (max-width:767px), only screen and (max-width: 580px) {
  .bxSlider.stage .slider .stageImgText .btnWrapper {
    display: none;
  }
}
.bxSlider.stage .bx-controls {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 580px) {
  .bxSlider.stage .slider .stageImgText h2 {
    border-bottom: none;
    padding-bottom: 0;
  }
  .bxSlider.stage .stageImgText {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 30px;
  }
}
.bxSlider.bigStage {
  margin-bottom: -260px;
}
.bxSlider.bigStage .stageImgText {
  margin-top: -300px;
  margin-bottom: 20px;
  padding-bottom: 260px;
}
.bxSlider.bigStage .stageImgText:before,
.bxSlider.bigStage .stageImgText:after {
  content: "";
  display: table;
}
.bxSlider.bigStage .stageImgText:after {
  clear: both;
}
.bxSlider.bigStage .stageImgText a:hover {
  text-decoration: none;
}
.bxSlider.bigStage .stageImgText a:hover h2 {
  color: #b0356a;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.bxSlider.bigStage .stageImgText h2,
.bxSlider.bigStage .stageImgText p {
  background-color: #ffffff;
}
.bxSlider.bigStage .stageImgText h2 {
  display: inline-block;
  margin: 0;
  padding-bottom: 5px;
  font-family: 'HelveticaNeueW77BdCn', Arial, sans-serif;
  font-weight: normal !important;
  line-height: 1.1;
  color: #444444;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.bxSlider.bigStage .bx-controls {
  margin-bottom: 20px;
}
.bxSlider.bigStage .bx-controls .bx-controls-direction {
  top: -220px;
  left: 0;
}
.bxSlider.bigStage .bx-controls .bx-controls-direction .bx-prev,
.bxSlider.bigStage .bx-controls .bx-controls-direction .bx-next {
  background-color: #999999;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: #ffffff;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.bxSlider.bigStage .bx-controls .bx-controls-direction .bx-prev:hover,
.bxSlider.bigStage .bx-controls .bx-controls-direction .bx-next:hover {
  border-color: #ffffff;
  background-color: #666666;
  background-color: rgba(0, 0, 0, 0.5);
}
.bxSlider.bigStage .bx-controls .bx-controls-direction .bx-prev:before,
.bxSlider.bigStage .bx-controls .bx-controls-direction .bx-next:before {
  width: 16px;
  height: 25px;
  z-index: 10;
}
.bxSlider.bigStage .bx-controls .bx-controls-direction .bx-prev {
  right: auto;
  left: 0;
}
.bxSlider.bigStage .bx-controls .bx-controls-direction .bx-prev:before {
  background-position: 0 -320px;
  margin: 9px 0 0 11px;
}
.bxSlider.bigStage .bx-controls .bx-controls-direction .bx-next {
  right: 0;
}
.bxSlider.bigStage .bx-controls .bx-controls-direction .bx-next:before {
  background-position: -20px -320px;
  margin: 9px 0 0 15px;
}
@media only screen and (min-width: 1200px) {
  .bxSlider.bigStage {
    margin-bottom: -360px;
  }
  .bxSlider.bigStage .stageImgText {
    margin-top: -400px;
    padding-bottom: 360px;
  }
}
@media only screen and (min-width: 901px) {
  .bxSlider.bigStage .stageImgText {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bxSlider.bigStage .bigStageImage .whiteGradient {
    position: relative;
    margin-top: -200px;
    height: 200px;
    width: 100%;
    display: block;
    content: "";
    background: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00FFFFFF', EndColorStr='#FFFFFFFF');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF');
  }
}
@media only screen and (min-width: 901px), only screen and (min-width:768px) and (max-width:900px) {
  .bxSlider.bigStage .bigStageHeadline {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
  }
  .bxSlider.bigStage .bigStageHeadline h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 20px 0 20px;
    margin-bottom: 0;
    background-color: #ffffff;
    line-height: 1.04;
  }
}
@media only screen and (min-width:581px) and (max-width:900px), only screen and (max-width: 580px) {
  .bxSlider.bigStage .stageImgText {
    margin-top: 0;
  }
}
@media only screen and (min-width:768px) and (max-width:900px) {
  .bxSlider.bigStage .stageImgText .bigStageHeadline {
    width: 66.66666666666666%;
  }
  .bxSlider.bigStage .bx-controls .bx-controls-direction {
    top: -300px;
  }
}
@media only screen and (min-width:581px) and (max-width:900px) {
  .bxSlider.bigStage .stageImgText {
    padding-left: 30px;
    padding-right: 30px;
  }
  .bxSlider.bigStage .stageImgText .bigStageHeadline h2 {
    padding: 14px 30px 0 30px;
  }
  .bxSlider.bigStage .bx-controls .bx-controls-direction {
    left: 30px;
    right: 30px;
  }
}
@media only screen and (min-width:581px) and (max-width:767px) {
  .bxSlider.bigStage .bx-controls .bx-controls-direction {
    top: -250px;
  }
}
@media only screen and (min-width:581px) and (max-width:767px), only screen and (max-width: 580px) {
  .bxSlider.bigStage .stageImgText .bigStageHeadline {
    width: 100%;
  }
  .bxSlider.bigStage .stageImgText .bigStageHeadline h2 {
    top: 0;
    bottom: auto;
    padding: 0 0 40px;
  }
}
@media only screen and (max-width: 580px) {
  .bxSlider.bigStage .stageImgText {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bxSlider.bigStage .bx-controls .bx-controls-direction {
    top: -140px;
    left: 15px;
    right: 15px;
  }
}
.btnWrapper {
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
@media only screen and (min-width: 901px) {
  .btnWrapper {
    width: 25%;
  }
}
@media only screen and (min-width:768px) and (max-width:900px) {
  .btnWrapper {
    width: 33.33333333333333%;
  }
}
@media only screen and (min-width:581px) and (max-width:767px), only screen and (max-width: 580px) {
  .btnWrapper {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
    float: none;
  }
}
.stageImgTextWithBtn,
.stageImgHeadlineWithBtn {
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 901px) {
  .stageImgTextWithBtn,
  .stageImgHeadlineWithBtn {
    max-width: 75%;
  }
}
@media only screen and (min-width:768px) and (max-width:900px) {
  .stageImgTextWithBtn,
  .stageImgHeadlineWithBtn {
    max-width: 66.6666666%;
  }
}
@media only screen and (min-width:581px) and (max-width:767px), only screen and (max-width: 580px) {
  .stageImgTextWithBtn,
  .stageImgHeadlineWithBtn {
    width: 100%;
    float: none;
  }
}
