/* global boxes */
html .page {
  min-width: 300px;
}
html .pageHeader,
html .pageMain,
html .pageFooter {
  margin: 0 auto;
  position: relative;
}
html .pageHeader {
  max-width: 980px;
}
html .pageMain {
  z-index: 10;
  background-color: #ffffff;
}
html .pageMain,
html .pageFooter {
  max-width: 960px;
  padding: 0 10px 20px;
}
html .pageMain:before,
html .pageFooter:before,
html .pageMain:after,
html .pageFooter:after {
  content: "";
  display: table;
}
html .pageMain:after,
html .pageFooter:after {
  clear: both;
}
@media only screen and (min-width:581px) and (max-width:900px) {
  html .pageMain,
  html .pageFooter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 580px) {
  html .pageMain,
  html .pageFooter {
    padding-left: 5px;
    padding-right: 5px;
  }
}
html .pageMain .sidebarColumn {
  float: right;
}
@media only screen and (max-width: 580px) {
  html .pageMain {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  html .pageMain .column {
    width: 100%;
    clear: both;
  }
  html .pageMain h1,
  html .pageMain .headlineColumn {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  html .seoTextColumn.width75 .seoText.width75 {
    width: 66.66666666666666%;
  }
  html .seoTextColumn.width75 .seoBox.width25 {
    width: 33.33333333333333%;
  }
}
@media only screen and (min-width:581px) and (max-width:900px) {
  html .seoTextColumn.width75 .seoText.width75 {
    width: 100%;
  }
  html .seoTextColumn.width75 .seoBox.width25 {
    width: 100%;
  }
}
#sidebar .htmlBox {
  margin-top: 15px;
  margin-bottom: 20px;
}
.textLvl1Column {
  margin-bottom: 30px;
}
.textLvl1Column h2 {
  text-transform: none;
}
.textLvl1Column a {
  text-decoration: underline;
  font-size: inherit;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.textLvl1Column a:hover {
  text-decoration: none;
  color: #b0356a;
}
@media only screen and (min-width: 901px) {
  .textLvl1Column h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (min-width:581px) and (max-width:900px) {
  .textLvl1Column h2 {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .textLvl1Column p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .textLvl1Column h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  .textLvl1Column p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.shortInfoTable {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 1px solid #d1d1d1;
  width: 100%;
}
@media only screen and (min-width: 901px), only screen and (min-width:768px) and (max-width:900px) {
  .shortInfoTable {
    margin-top: 20px;
  }
}
.shortInfoTable th {
  color: #b0356a;
  padding: 5px 10px 5px 0;
  border-top: 1px solid #d1d1d1;
  text-align: left;
}
.shortInfoTable td {
  color: #666666;
  padding: 5px 0 5px 10px;
  border-top: 1px solid #d1d1d1;
}
@media only screen and (min-width:581px) and (max-width:900px), only screen and (max-width: 580px) {
  .shortInfoTable th,
  .shortInfoTable td {
    width: 100%;
    display: block;
    float: left;
    clear: both;
  }
  .shortInfoTable th {
    padding-right: 0;
  }
  .shortInfoTable td {
    border-top: none;
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .shortInfoTable {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .shortInfoTable tr:first-child th {
    border-top: none;
  }
}
.REHEvent .shortInfoTable {
  margin-top: 0;
}
.productOverviewBox {
  margin: 5px 0;
}
.productOverviewBox:hover img {
  border: 1px solid #b0356a;
}
.productOverviewBox:hover h3 {
  background-color: #b0356a;
  border: 1px solid #b0356a;
  padding-left: 8px;
  padding-right: 28px;
  color: white;
}
.productOverviewBox:hover h3:after {
  background-position: 0 0;
}
.productOverviewBox:hover p {
  color: #b0356a;
}
.productOverviewBox a {
  text-decoration: none;
}
.productOverviewBox a:hover {
  text-decoration: none;
}
.productOverviewBox img {
  width: 100%;
  display: block;
  border: 1px solid #ffffff;
  -webkit-transition: border 0.25s;
  -moz-transition: border 0.25s;
  -ms-transition: border 0.25s;
  -o-transition: border 0.25s;
  transition: border 0.25s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productOverviewBox h3 {
  font-family: 'HelveticaNeueW47LtCn', Arial, sans-serif;
  letter-spacing: 0.5px;
  font-size: 20px;
  font-size: 2rem;
  color: #444444;
  text-transform: none;
  display: block;
  padding: 8px 36px 8px 0;
  border: 1px solid #ffffff;
  border-bottom-color: #d1d1d1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.25s, padding 0.25s;
  -moz-transition: color 0.25s, padding 0.25s;
  -ms-transition: color 0.25s, padding 0.25s;
  -o-transition: color 0.25s, padding 0.25s;
  transition: color 0.25s, padding 0.25s;
}
.productOverviewBox h3:after {
  width: 6px;
  height: 12px;
  margin-left: 10px;
  margin-right: -20px;
  margin-top: 6px;
  display: inline-block;
  background: url(../../img/rehau/sprite20px.png) no-repeat;
  content: "";
  float: right;
  background-position: -70px -20px;
}
.productOverviewBox p {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media only screen and (max-width: 580px) {
  .productOverviewBox img {
    display: none;
  }
  .productOverviewBox h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .productOverviewBox h3:after {
    margin-top: 10px;
  }
  .productOverviewBox p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.additionalInfoColumn.width25,
.additionalInfoColumn.width33,
.additionalInfoColumn.width50 {
  margin-top: 20px;
}
.additionalInfoColumn h4,
.additionalInfoColumn h5 {
  font-family: 'HelveticaNeueW47LtCn', Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444444;
  margin-top: 20px;
}
.additionalInfoColumn h4 a,
.additionalInfoColumn h5 a,
.additionalInfoColumn h4 a:hover,
.additionalInfoColumn h5 a:hover {
  text-decoration: none;
  color: inherit;
}
.additionalInfoColumn h4 {
  text-transform: uppercase;
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid #d1d1d1;
}
.additionalInfoColumn h4:first-of-type {
  margin-top: 0;
}
.additionalInfoColumn h5 {
  margin-bottom: 10px;
}
.additionalInfoColumn p {
  color: #666666;
}
.additionalInfoColumn p a {
  color: inherit;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
.additionalInfoColumn p a:hover {
  text-decoration: none;
  color: #b0356a;
}
.additionalInfoColumn .sidebarTeaserList {
  padding-bottom: 15px;
}
.additionalInfoColumn .sidebarTeaserList img {
  width: auto;
  max-width: 100%;
}
.additionalInfoColumn .sidebarTeaserList .imageWrap {
  margin-right: 15px;
  max-width: 40%;
  float: left;
}
.additionalInfoColumn .sidebarTeaserList .imageWrap .image-rwd img {
  width: 100%;
}
.additionalInfoColumn .sidebarTeaserList h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'HelveticaNeueW77BdCn', Arial, sans-serif;
  font-weight: normal !important;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #666666;
}
.additionalInfoColumn .sidebarTeaserList h5 a {
  color: inherit;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
.additionalInfoColumn .sidebarTeaserList h5 a:hover {
  color: #b0356a;
}
.additionalInfoColumn .sidebarTeaserList p {
  font-size: 13px;
  font-size: 1.3rem;
}
.additionalInfoColumn .sidebarTeaserList p a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
.additionalInfoColumn .sidebarTeaserList p a:hover {
  color: #b0356a;
}
.additionalInfoColumn .additionalTextColumn p a {
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.additionalInfoColumn .additionalTextColumn p a:hover {
  text-decoration: none;
  color: #b0356a;
}
.additionalInfoColumn .additionalTextColumn .smaller {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 10px;
  font-style: italic;
}
@media only screen and (min-width:581px) {
  .additionalInfoColumn h4,
  .additionalInfoColumn h5 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 580px) {
  .additionalInfoColumn h4 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .additionalInfoColumn h5 {
    font-size: 20px;
    font-size: 2rem;
  }
  .additionalInfoColumn .bottomContentColumn p {
    margin-bottom: 20px;
  }
  .additionalInfoColumn .bottomContentColumn p:last-child {
    margin-bottom: 0;
  }
}
.vcardColumn,
.vcard {
  line-height: 1.5;
}
.vcardColumn h5,
.vcard h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'HelveticaNeueW77BdCn', Arial, sans-serif;
  font-weight: normal !important;
  color: #666666;
  font-size: 18px;
  font-size: 1.8rem;
}
.vcardColumn h5 a,
.vcard h5 a {
  color: inherit;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
.vcardColumn h5 a:hover,
.vcard h5 a:hover {
  color: #b0356a;
}
.vcardColumn .vcardAdress,
.vcard .vcardAdress {
  margin-bottom: 10px;
}
.vcardColumn .vcardAdress .name,
.vcard .vcardAdress .name {
  font-weight: bold;
}
.vcardColumn .vcardContact,
.vcard .vcardContact {
  margin-bottom: 10px;
}
.vcardColumn .vcardContact a,
.vcard .vcardContact a {
  text-decoration: underline;
}
.vcardColumn .vcardContact a:hover,
.vcard .vcardContact a:hover {
  text-decoration: none;
  color: #b0356a;
}
.vcardColumn .vcardContact a[href^="tel"],
.vcard .vcardContact a[href^="tel"] {
  text-decoration: none;
  cursor: default;
  color: inherit;
}
.vcardColumn .vcardContact a[href^="tel"]:hover,
.vcard .vcardContact a[href^="tel"]:hover {
  text-decoration: none;
}
.vcardColumn .imageWrap,
.vcard .imageWrap {
  width: 40%;
  float: left;
  margin-right: 15px;
}
.vcardColumn .imageWrap img,
.vcard .imageWrap img {
  float: none;
  margin: 0;
}
.vcardColumn.address .imageWrap,
.vcard.address .imageWrap {
  width: 100%;
  float: none;
  margin-right: 0;
}
.more {
  display: block;
  clear: both;
  margin: 10px 0;
  padding-left: 14px;
  font-size: inherit;
  color: inherit;
  line-height: 1.2;
  font-size: 13px;
  font-size: 1.3rem;
}
.more a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.more a:hover {
  text-decoration: none;
  color: #b0356a;
}
.more a:before {
  background: url(../../img/rehau/sprite20px.png) no-repeat;
  content: "";
  position: absolute;
  width: 12px;
  margin-left: -14px;
  height: 16px;
  background-position: 0 -17px;
}
.linkList.more:before,
.linkList.more:after {
  content: "";
  display: table;
}
.linkList.more:after {
  clear: both;
}
.linkList.more a {
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  float: left;
  clear: both;
  margin: 15px 0;
}
.ulAsSelect {
  position: relative;
}
.ulAsSelect .choose {
  background: url(../../img/rehau/uniform/uniform-sprite.png) no-repeat right 0;
  border-left: 1px solid #d1d1d1;
  line-height: 2;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0 25px 0 10px;
  margin: 0;
  cursor: pointer;
}
.ulAsSelect ul {
  display: none;
  position: absolute;
  min-width: 99%;
  z-index: 10000;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  max-height: 200px;
  overflow: auto;
}
.ulAsSelect ul li a {
  padding: 3px 10px;
  display: block;
  white-space: nowrap;
}
.ulAsSelect ul li a:hover {
  background-color: #3399ff;
  color: #ffffff;
  text-decoration: none;
}
.breadcrumb {
  display: block;
  margin: 30px 10px 0;
  position: relative;
  max-width: 960px;
  padding: 0 10px;
  z-index: 1;
}
.breadcrumb:before,
.breadcrumb:after {
  content: "";
  display: table;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb li {
  float: left;
  display: block;
  margin-left: 16px;
  margin-right: 8px;
  color: #b0356a;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.breadcrumb li:before {
  background: url(../../img/rehau/sprite20px.png) no-repeat;
  content: "";
  position: absolute;
  width: 8px;
  margin-left: -14px;
  margin-top: 6px;
  height: 18px;
  background-position: -60px -20px;
  vertical-align: baseline;
}
.breadcrumb li a {
  color: #999999;
}
.breadcrumb li.first {
  margin-left: 0;
}
.breadcrumb li.first:before {
  background: none;
}
.breadcrumb li.last a {
  color: #b0356a;
  text-decoration: none;
}
.breadcrumb li.last a:hover {
  text-decoration: underline;
}
@color Pink{
    .breadcrumb li.last :before {
      background-position: -40px -20px;
    }
}
.pageFooter {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 60px;
  background: #e8e8e8;
}
.pageFooter > .row > .column:first-child {
  float: right;
}
.pageFooter h2 {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'HelveticaNeueW77BdCn', Arial, sans-serif;
  font-weight: normal !important;
  color: #666666;
  padding-left: 14px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.pageFooter .countrySelect h2 {
  text-transform: none;
  font-family: Arial, sans-serif;
}
.pageFooter a {
  color: #666666;
}
.pageFooter .social {
  margin-top: 20px;
}
.pageFooter .social ul {
  padding: 10px 0;
}
.pageFooter .social li {
  display: inline-block;
}
.pageFooter .social li img {
  margin-right: 6px;
  max-width: 30px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.pageFooter .social li img:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
@media only screen and (min-width:768px) and (max-width:900px) {
  .pageFooter .desktopBlock {
    float: left;
    width: 33.33333333333333%;
  }
  .pageFooter .desktopBlock .column {
    float: none;
    width: 100%;
  }
  .pageFooter .column {
    width: 33.33333333333333%;
  }
}
@media only screen and (min-width:581px) and (max-width:767px) {
  .pageFooter .desktopBlock {
    float: left;
    width: 50%;
  }
  .pageFooter .desktopBlock .column {
    float: none;
    width: 100%;
  }
  .pageFooter .column {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 580px) {
  .pageFooter {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .pageFooter .column {
    width: 100%;
    clear: both;
  }
  .pageFooter h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .pageFooter a.linkSymbol {
    line-height: 2;
  }
  .pageFooter a.linkSymbol:before {
    background-position: 0 -11px;
    height: 20px;
  }
}
.pageFooter .cookie {
  padding-left: 14px;
  clear: both;
}
.pageFooter .cookie .column {
  float: none;
  width: 100%;
}
.pageFooter .cookie .column h2 {
  padding-left: 0;
}
.pageFooter .cookie .column a {
  text-decoration: underline;
}
.pageFooter .cookie .column a.button {
  text-decoration: none;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  padding: 3px 10px;
  margin: 10px 10px 10px 0;
  line-height: 26px;
  -webkit-transition: border 0.25s;
  -moz-transition: border 0.25s;
  -ms-transition: border 0.25s;
  -o-transition: border 0.25s;
  transition: border 0.25s;
}
.pageFooter .cookie .column a.button:hover {
  border: 1px solid #b0356a;
}
.pageFooter .cookie .column a.button:after {
  display: none;
}
.formBox {
  border: 1px solid #d1d1d1;
  padding: 15px;
}
.formBox form .row:first-child {
  margin-top: 10px;
}
.formBox form .row .row:first-child {
  margin-top: -20px;
}
.formBox form .column {
  padding-top: 6px;
}
.formBox form .column:before,
.formBox form .column:after {
  content: "";
  display: table;
}
.formBox form .column:after {
  clear: both;
}
.formBox h3 {
  font-family: 'HelveticaNeueW77BdCn', Arial, sans-serif;
  font-weight: normal !important;
  color: #b0356a;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 18px;
  padding: 0 !important;
}
.formBox input,
.formBox select,
.formBox textarea {
  width: 100%;
  margin: 10px 0;
}
.formBox input[type="submit"] {
  width: auto;
}
.formBox .selector {
  margin-bottom: 10px;
}
.formBox .submitWrap {
  padding-bottom: 5px;
  float: none;
}
.formBox .submitWrap:before,
.formBox .submitWrap:after {
  content: "";
  display: table;
}
.formBox .submitWrap:after {
  clear: both;
}
.formBox .submitWrap .button {
  float: right;
}
.formBox .relatedBox.more {
  margin-bottom: 0;
}
.formBox .relatedBox li {
  line-height: 1.2;
  margin-bottom: 5px;
  color: #444444;
}
@media only screen and (min-width:581px) {
  .formBox .relatedBox li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 580px) {
  .formBox .relatedBox li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.formBox .relatedBox li:last-child {
  margin-bottom: 0;
}
.formBox .relatedBox li a {
  font: inherit;
}
.btnCall2Action {
  min-height: 26px;
  padding: 5px 10px;
  position: relative;
  display: inline-block;
  margin: 10px 0;
  cursor: pointer;
  background-color: #b0356a;
  -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;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: 'HelveticaNeueW77BdCn', Arial, sans-serif;
  font-weight: normal !important;
  font-weight: normal;
  border: 1px solid #b0356a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btnCall2Action:after {
  width: 6px;
  height: 12px;
  margin-left: 10px;
  margin-top: 7px;
  display: inline-block;
  background: url(../../img/rehau/sprite20px.png) no-repeat;
  content: "";
  position: static;
  background-position: 0px 0px;
}
.btnCall2Action:hover:after {
  background-position: -75px -170px;
}
.btnCall2Action:hover {
  color: #b0356a;
  background-color: white;
  text-decoration: none;
}
body .ui-autocomplete {
  border-radius: 0;
  border: 1px solid #d1d1d1;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
body .ui-autocomplete li.ui-menu-item a {
  font-family: Arial, sans-serif;
  border: 0 !important;
  border-radius: 0;
  margin: 0 !important;
  padding: 3px 5px !important;
}
html .mfp-bg {
  background-color: #ffffff;
  -webkit-opacity: 0.97;
  -moz-opacity: 0.97;
  -khtml-opacity: 0.97;
  opacity: 0.97;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=97);
  filter: alpha(opacity=97);
}
.mfp-wrap .mfp-image-holder .mfp-close,
.mfp-wrap .mfp-iframe-holder .mfp-close,
.mfp-wrap .mfp-title {
  color: #999999;
}
.mfp-wrap .mfp-bottom-bar {
  margin-top: -34px;
}
.mfp-wrap .mfp-iframe-scaler {
  padding-top: 59%;
}
.mfp-wrap .mfp-iframe-scaler iframe {
  box-shadow: none;
  border: 1px solid #999999;
  background-color: #ffffff;
}
.mfp-wrap .mfp-container .mfp-arrow:before,
.mfp-wrap .mfp-container .mfp-arrow:after {
  display: none;
}
.mfp-wrap .mfp-container .mfp-arrow {
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  outline: 0;
  width: 45px;
  height: 45px;
  transform: scale(1);
  -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);
  background: url(../../img/rehau/sprite20px.png) no-repeat;
  content: "";
}
.mfp-wrap .mfp-container .mfp-arrow:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.mfp-wrap .mfp-container .mfp-arrow-left {
  left: 8px;
  background-position: 0 -200px;
}
.mfp-wrap .mfp-container .mfp-arrow-right {
  right: 8px;
  background-position: 0 -249px;
}
.mfp-wrap .mfp-inline-holder .mfp-content {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-wrap .mfp-inline-holder .mfp-content > div {
  border: 1px solid #999999;
  background-color: #ffffff;
  padding: 10px;
}
.teaserColumn .newsTeaser a,
.teaserColumn .newsTeaser a:hover {
  text-decoration: none;
}
.teaserColumn .newsTeaser a h2,
.teaserColumn .newsTeaser a:hover h2,
.teaserColumn .newsTeaser a p,
.teaserColumn .newsTeaser a:hover p {
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  text-decoration: none;
}
.teaserColumn .newsTeaser a:hover p {
  color: #b0356a;
}
.recommendations {
  margin: 0 auto 20px;
}
@media only screen and (min-width: 901px) {
  .recommendations {
    max-width: 960px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width:581px) and (max-width:900px) {
  .recommendations {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .recommendations {
    max-width: 430px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.recommendations .sharePrintColumn {
  float: none;
}
.recommendations .sharePrintColumn:before,
.recommendations .sharePrintColumn:after {
  content: "";
  display: table;
}
.recommendations .sharePrintColumn:after {
  clear: both;
}
.recommendations .sharePrintColumn a.hoverBorder img {
  -webkit-transition: border 0.25s;
  -moz-transition: border 0.25s;
  -ms-transition: border 0.25s;
  -o-transition: border 0.25s;
  transition: border 0.25s;
  border: 1px solid #d1d1d1;
  max-width: 30px;
}
.recommendations .sharePrintColumn a.hoverBorder img:hover {
  border: 1px solid #b0356a;
}
.recommendations .sharePrintColumn .shareIcons {
  line-height: 1;
}
.recommendations .sharePrintColumn .shareIcons .shareTitle {
  font-size: 13px;
  font-size: 1.3rem;
  color: #d1d1d1;
}
.recommendations .sharePrintColumn .shareIcons a img {
  vertical-align: middle;
  margin-right: 8px;
}
.recommendations .sharePrintColumn .shareIcons a:hover {
  text-decoration: none;
}
.recommendations .sharePrintColumn .printIcon {
  float: right;
}
.recommendations .sharePrintColumn .printIcon a {
  color: #d1d1d1;
  vertical-align: middle;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
}
.recommendations .sharePrintColumn .printIcon a:after {
  background: url(../../img/rehau/sprite20px.png) no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-position: -5px -85px;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  border: 1px solid #d1d1d1;
  -webkit-transition: border 0.25s;
  -moz-transition: border 0.25s;
  -ms-transition: border 0.25s;
  -o-transition: border 0.25s;
  transition: border 0.25s;
}
.recommendations .sharePrintColumn .printIcon a:hover:after {
  border: 1px solid #b0356a;
}
@media only screen and (max-width: 580px) {
  .recommendations .sharePrintColumn .shareIcons a img {
    margin-right: 4px;
  }
  .recommendations .sharePrintColumn .shareIcons .shareTitle {
    display: none;
  }
  .recommendations .sharePrintColumn .printIcon {
    display: none;
  }
}
.searchMoreResults {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 30px;
}
.searchMoreResults .searchMoreResultsBtn {
  border: 1px solid #d1d1d1;
  -webkit-transition: border 0.24s;
  -moz-transition: border 0.24s;
  -ms-transition: border 0.24s;
  -o-transition: border 0.24s;
  transition: border 0.24s;
  display: block;
  width: 220px;
  height: 30px;
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
}
.searchMoreResults .searchMoreResultsBtn:hover,
.searchMoreResults .searchMoreResultsBtn:active {
  border-color: #b0356a;
}
.searchMoreResults .searchMoreResultsBtn a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  border-bottom: 3px solid #f2f2f2;
  -webkit-transition: border 0.24s;
  -moz-transition: border 0.24s;
  -ms-transition: border 0.24s;
  -o-transition: border 0.24s;
  transition: border 0.24s;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px;
}
.searchMoreResults .searchMoreResultsBtn a:hover {
  text-decoration: none;
  color: #b0356a;
  border-color: #e8e8e8;
}
.searchMoreResults .searchMoreResultsBtn a:active {
  border-color: #d1d1d1;
}
.searchMoreResults .searchMoreResultsBtn a:after {
  width: 12px;
  height: 6px;
  background: url(../../img/rehau/sprite20px.png) no-repeat;
  content: "";
  position: absolute;
  background-position: 0 -60px;
  position: relative;
  float: right;
  top: 8px;
  right: 5px;
}
.searchMoreResults .searchMoreResultsBtn a:hover:after {
  background-position: -20px -60px;
}
.tabHeader.printThis {
  border-bottom: 1pt solid #000000;
  margin-top: 30px;
  padding-left: 0;
}
.tabHeader.printThis h2 {
  display: inline-block;
  font-family: 'HelveticaNeueW77BdCn', Arial, sans-serif;
  font-weight: normal !important;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: #999999;
  margin: 0;
  padding: 5px;
  border: 1pt solid #000000;
  border-bottom: none;
}
.video {
  position: relative;
  height: 100%;
}
.video.image-rwd {
  position: relative;
}
.video .image-rwd {
  position: relative;
}
.video .image-rwd:before {
  background: url(../../img/rehau/sprite20px.png) no-repeat;
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background-position: 0 -480px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.videoPreviewBox {
  position: relative;
}
.videoPreviewBox:before {
  position: absolute;
  content: "";
  background: url(../../img/rehau/iconVideoSprite.png) no-repeat;
  top: 50%;
  left: 50%;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
@media only screen and (min-width: 901px) {
  .videoPreviewBox:before {
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -60px;
    background-position: -120px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .videoPreviewBox:before {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -40px;
    background-position: 0 0;
  }
}
@media only screen and (min-width:581px) and (max-width:900px) {
  .videoPreviewBox:before {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    background-position: -240px 0;
  }
}
@media only screen and (max-width: 580px) {
  .videoPreviewBox:before {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    background-position: -360px 0;
  }
}
.videoPreviewBox:hover:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 901px) {
  .videoPreviewBox:hover:before {
    background-position: -120px -120px;
  }
}
@media only screen and (min-width: 1200px) {
  .videoPreviewBox:hover:before {
    background-position: 0 -120px;
  }
}
@media only screen and (min-width:581px) and (max-width:900px) {
  .videoPreviewBox:hover:before {
    background-position: -240px -120px;
  }
}
@media only screen and (max-width: 580px) {
  .videoPreviewBox:hover:before {
    background-position: -360px -120px;
  }
}
@media screen, print {
  .clearPrint {
    display: none;
  }
}
@media screen {
  .printThis {
    display: none;
  }
}
