﻿/* product-backsystem */
.product-backsystem {
    background-color: rgb(69, 106, 141);
    color: rgb(255, 255, 255);
    display: flex;
    margin: 30px auto 40px;
}
.product-backsystem .backsystem-text {
    float: left;
    width: calc(50% + 8px);
    padding: calc(32px) 16px;
    color: rgb(255, 255, 255);
}
.product-backsystem .backsystem-text .backsystem-headline {
    font-size: 30px;
    line-height: 32px;
    text-align:left;
    text-transform: uppercase;
    margin-bottom: calc(32px);
    word-break: break-word;
    margin-top: 0px;
    color: rgb(255, 255, 255);
}
.product-backsystem .backsystem-text ol.backsystem-itemlist {
    counter-reset: item 0;
    padding-left: 22px;
}
.product-backsystem .backsystem-text ol.backsystem-itemlist li.backsystem-item {
    text-align: left;
    color: rgb(199, 210, 221);
}
.product-backsystem .backsystem-text ol.backsystem-itemlist li.backsystem-item strong {
    font-weight:600;
    /*color: rgb(255, 255, 255);*/
}
.product-backsystem .backsystem-image {
    float: left;
    width: calc(50% - 8px);
    position: relative;
    padding: calc(32px) 16px;
}
.product-backsystem .backsystem-image .backsystem-image-container {
    width: 100%;
    position: relative;
}
.product-backsystem .backsystem-image .backsystem-image-container .img-responsive {
    /*width: 100%;*/
    display: block;
    max-width: 90%;
    height: auto;
    max-height: 85vh;
    margin: auto;
}
@media all and (max-width: 1000px) {
}
@media all and (max-width: 768px) {
    .product-backsystem {
        flex-direction: column-reverse;
    }
    .product-backsystem .backsystem-text {
        float: none;
        width: calc(100% + 8px);
        padding: calc(32px) 16px;
    }
    .product-backsystem .backsystem-image {
        float: none;
        width: calc(100% - 8px);
        position: relative;
        padding: calc(32px) 16px;
    }
}
@media all and (max-width: 480px) {
}
@media all and (min-width: 481px) {
}
@media all and (min-width: 769px) {
}
@media all and (min-width: 1001px) {
}
@media all and (min-width: 1367px) {
}
/* specification */
.specification {
    margin-bottom: 40px;
    position: relative;
    background-color: rgb(0, 102, 170);
    padding: 16px;
}
.specification.sl {
    background-color: rgb(251, 187, 31);
}
.specification .headline {
    display: block;
    text-align:left;
}
.specification .headline h3 {
    font-family: CamptonSemiBold, sans-serif;
    font-size: 30px;
    word-break: break-word;
    color: rgb(255, 255, 255);
    margin: 16px 0px 32px;
}
.specification .specification-content {
    display: flex;
}
.specification .specification-content .text {
    width: 50%;
    float: left;
    margin-right: 16px;
    color: rgb(255, 255, 255);
    font-family: FrutigerLTStd45Light, sans-serif;
}
.specification .specification-content .image {
    width: 50%;
    float: left;
    text-align: center;
}
.specification .specification-content .image img {
    max-width: 200px;
    max-height: 200px;
    margin: 0px auto;
}
@media all and (max-width: 768px) {
    .specification .specification-content {
        flex-direction: column-reverse;
    }
    .specification .specification-content .text {
        float: none;
        width: 100%;
        margin: 0px;
    }
    .specification .specification-content .image {
        width: 100%;
        margin-bottom: 16px;
    }
}
/* material */
.material {
    background-color: #ffffff;
    margin-bottom: 40px;
    padding: 16px 0px 0px 16px;
}
.material .headline {
    text-align:left;
}
.material .headline h3 {
    font-family: CamptonSemiBold, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: rgb(69, 106, 141);
    text-transform: uppercase;
    word-break: break-word;
    margin: 16px 0px 32px;
}
.material .material-content { }
.material .material-content .material-item {
    width: calc(50% - 16px);
    margin-right: 16px;
    margin-bottom: 16px;
    float: left;
    display: flex;
}
.material .material-content .material-item .material-image {
    margin-right: 16px;
    width: 191px;
}
.material .material-content .material-item .material-image img {
    width: 191px;
    height: auto;
}
.material .material-content .material-item .material-text {
    text-align:left;
    width: 50%;
    color: rgb(0, 0, 0);
    font-family: FrutigerLTStd45Light, sans-serif;
}
.material .material-content .material-item .material-text .subheadline {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: FrutigerLTStd67BoldCondensed, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: rgb(69, 106, 141);
    font-weight: bold;
    word-break: break-word;
    text-transform: uppercase;
}
.material .material-content .material-legend {
    display: block;
    clear: both;
    margin-left: -16px;
    color: rgb(69, 106, 141);
    font-size: 10px;
    line-height: 12px;
    text-align:left;
    border-top: 1px solid rgb(240, 238, 237);
    padding: 16px;
}
@media all and (max-width: 1000px){
    .material .material-content .material-item .material-image img {
        width: 100%;
    }
}
@media all and (max-width: 768px){
    .material .material-content .material-item {
        width: calc(100% - 16px);
    }
    .material .material-content .material-item .material-image {
        width: calc(25% - 16px);
    }
    .material .material-content .material-item .material-text {
        width: 75%;
    }

}
/* awards */
.awards {
    padding: 16px;
    padding-bottom: 0;
    padding-right: 0;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    margin-bottom: 40px;
}
.awards .headline{}
.awards .headline h3 {
    margin: 16px 0 32px;
    font-family: 'CamptonSemiBold', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #0D5E88;
    word-break: break-word;
    text-transform: uppercase;
}
.awards .awards-content {
    display: flex;
    flex-wrap: wrap;
}
.awards .awards-content .award-item {
    width: calc(50% - 16px);
    margin-right: 16px;
    margin-bottom: 16px;
    float: left;
    display: flex;
}
.awards .awards-content .award-item .award-image {
    margin-right: 16px;
    width: calc(50% - 16px);
}
.awards .awards-content .award-item .award-image img {
    width: 100%;
    height: auto;
}
.awards .awards-content .award-item .award-text {
    width: 50%;
    color: #000000;
    font-family: 'FrutigerLTStd45Light', sans-serif;
}
.awards .awards-content .award-item .award-text .subheadline {
    margin-top: 0;
    margin-bottom: 0px;
    font-family: 'FrutigerLTStd67BoldCondensed', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #0D5E88;
    font-weight: bold;
    word-break: break-word;
    text-transform: uppercase;
}
@media (max-width: 480px) {
    .awards {
        margin-bottom: 32px;
    }
}
@media (max-width: 768px) and (min-width: 481px) {
    .awards .awards-content .award-item .award-image {
        width: calc(25% - 16px);
    }
    .awards .awards-content .award-item .award-text {
        width: 75%;
    }}
@media (max-width: 768px){
    .awards .awards-content .award-item {
        width: calc(100% - 16px);
    }
}
/* product video */
.product-video {
    padding: 16px;
    background-color: #f7f7f7;
    margin-bottom: 40px;
}
.product-video .headline { }
.product-video .headline h3 {
    margin: 16px 0 32px;
    font-family: 'CamptonSemiBold', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #0D5E88;
    word-break: break-word;
    text-transform: uppercase;
}
.product-video .widget_videocollection {
    margin: 0;
    background: #ffffff;
}
.product-video .widget_videocollection .youtubeplayer {
    display: block;
}
.product-video .widget_videocollection .youtubeplayer .youtubeplayer-wrapper {
    display: flex;
    flex-direction: row;
}
.product-video .widget_videocollection .youtubeplayer .youtubeplayer-wrapper .video-large {
    flex: 1;
    background: #000000;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, 
.embed-responsive iframe, 
.embed-responsive embed, 
.embed-responsive object, 
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
/* feature */
.product-features {
    background-color: #ffffff;
    /*max-width: 940px;*/
    margin: 0 auto 40px;
    text-align:left;
}
.product-features .details {
    position: relative;
    background-color: #0D5E88;
    color: #ffffff;
    padding: calc(16px *2) 0;
}
.product-features .details .headline {
    font-family: 'CamptonSemiBold', sans-serif;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: 0;
    padding: 0 14px 14px 14px;
    color: #ffffff;
}
.product-features .details .bx-wrapper {
    margin: 0px auto 16px;
}
.product-features .details .bx-wrapper .bx-viewport {
    border: 0;
    background-color: #0D5E88;
    box-shadow:none;
    left:0px;
}
.product-features .details .feature-details { }
.product-features .details .feature-details .feature {
    background-color: #0D5E88;
    display: flex;
}
.product-features .details .feature-details .feature .text {
    float: left;
    position: relative;
    background-color: #0D5E88;
    width: calc(50% - 16px/2);
    padding: 0 16px;
    margin-bottom: calc(2* 16px);
    overflow: hidden;
}
.product-features .details .feature-details .feature .text .name {
    font-family: 'FrutigerLTStd67BoldCondensed', sans-serif;
    font-weight: bold; 
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom:5px;
}
.product-features .details .feature-details .feature .text .description {
    color: #c7d2dd;
}
.product-features .details .feature-details .feature .feature-media {
    float:left;
    position: relative;
    background-color: #0D5E88;
    width: calc(50% - 16px/2);
    margin-left: 16px;
    padding: 0 16px;
    height: calc((40vw - 2.5*16px )*2/3);
}
.product-features .details .feature-details .feature .feature-media .embed-responsive-3by2 {
    padding-bottom: 66.66%;
}
.product-features .details .feature-details .feature .feature-media .image {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.product-features .details .navigation {
    position: absolute;
    left: 16px;
    bottom: calc(16px *2);
    color: #c7d2dd;
}
.product-features .details .navigation .page {
    display: inline-block;
    font-family: 'CamptonSemiBold', sans-serif;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 3px;
    vertical-align: top;
    min-height:unset;
}
.product-features .details .navigation .page .bx-pager {
    display: inline;
}
.product-features .details .navigation .prev, 
.product-features .details .navigation .next {
    display: inline-block;
}
.product-features .details .navigation .prev .svg-icon,
.product-features .details .navigation .next .svg-icon {
    fill: #c7d2dd;
    transition: all 0.4s;
}
.product-features .details .navigation .prev .svg-icon:hover,
.product-features .details .navigation .next .svg-icon:hover {
    fill: #ffffff;
}
body .svg-icon {
    width: 20px;
    height: 20px;
}

body .svg-icon-left {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
body .svg-icon-right {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product-features .list {
    display: flex;
    flex-wrap: wrap;
    padding: calc(16px /2);
}
.product-features .list .feature {
    width: calc(33.3333333% - 16px);
    display: flex;
    border: 2px solid #cccbca;
    margin: calc(16px /2);
    cursor: pointer;
    color: #aaa8a7;
    transition: all 0.4s;
}
.product-features .list .feature.active {
    border-color: #0D5E88;
    background-color: #0D5E88;
    color: #fff;
}
.product-features .list .feature .icon {
    width: 46px;
    height: 46px;
    margin: 5px 5px;
    background-color: #fff;
    padding: 5px;
}
.product-features .list .feature .name {
    height: 50px;
    display: flex;
    align-items: center;
    margin: 3px 8px 3px;
    font-family: 'FrutigerLTStd67BoldCondensed', sans-serif;
    letter-spacing: 1px;
    line-height: 14px;
    word-break: break-word;
}
@media all and (max-width: 1000px) {
}
@media all and (max-width: 768px) {
    .product-features .details .headline {
        font-size: 27px;
        line-height: 28.8px;
        margin-bottom:14px;
    }
    .product-features .details .feature-details .feature {
        flex-direction: column-reverse;
    }
    .product-features .details .feature-details .feature .text {
        float: none;
        width: 100%;
        padding: calc(10px) 16px;
    }
    .product-features .details .feature-details .feature .feature-media {
        float: none;
        width: 100%;
        margin-left: 0px;
        height: calc((80vw - 2.5*16px )*2/3);
        padding: calc(10px) 16px;
    }
    .product-features .details .feature-details .feature .feature-media .embed-responsive-3by2 {
        padding-bottom: 56.25%;
    }
    .product-features .list {
        display: none;
    }
    .product-features .list .feature {
        width: calc(50% - 16px);
    }
}
@media all and (max-width: 480px) {
}
/* attribute */
.attributes .table-data {
    display: table;
    margin-bottom: 32px;
    width: 100%;
}
.attributes .table-data .data-row {
    display: table-row;
    text-align: left;
}
.attributes .table-data .data-row div {
    display: table-cell;
    width: 50%;
    color: #444;
    font-size: 14px;
    line-height: 22px;
}
.attributes .table-data .data-row div.data-label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
@media all and (max-width: 1000px) {
    .attributes .table-data .data-row div.data-label {
        text-align: right;
        padding-right:10px;
    }
}
/* certificate */
.certificates {
    padding: 16px;
    padding-bottom: 0;
    padding-right: 0;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    margin-bottom: 40px;
    clear: both;
}
.certificates .headline { }
.certificates .headline h3 {
    margin: 16px 0 32px;
    font-family: 'CamptonSemiBold', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #0D5E88;
    text-transform: uppercase;
    word-break: break-word;
}
.certificates .certificates-content { 
    display:flex;
    flex-wrap:wrap;
}
.certificates .certificates-content .certificate-item {
    width: calc(50% - 16px);
    margin-right: 16px;
    margin-bottom: 16px;
    float: left;
    display: flex;
}
.certificates .certificates-content .certificate-item .certificate-image {
    margin-right: 16px;
    width: calc(50% - 16px);
}
.certificates .certificates-content .certificate-item .certificate-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.certificates .certificates-content .certificate-item .certificate-text {
    width: 50%;
    color: #000000;
    font-family: 'FrutigerLTStd45Light', sans-serif;
}
.certificates .certificates-content .certificate-item .certificate-text .subheadline {
    margin-top: 0;
    margin-bottom: 0px;
    font-family: 'FrutigerLTStd67BoldCondensed', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #0D5E88;
    font-weight: normal;
    word-break: break-word;
    text-transform: uppercase;
}
@media all and (max-width: 768px) {
    .certificates .certificates-content .certificate-item {
        width: calc(100% - 16px);
    }
}
/* temperature-range */
.product-temperature {
    padding: 16px;
    margin-bottom: 40px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
}
.product-temperature table.temperature-range {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 20px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.product-temperature table.temperature-range thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
.product-temperature table.temperature-range thead tr {
    border-bottom: 1px solid #aaa8a7;
}
.product-temperature table.temperature-range thead tr th {
    font-weight: 600;
    padding-bottom: 10px;
    font-family: sans-serif;
}
.product-temperature table.temperature-range tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.product-temperature table.temperature-range tbody tr {
    border-bottom: 1px solid #aaa8a7;
}
.product-temperature table.temperature-range tbody tr td {
}
.product-temperature table.temperature-range tbody tr td div.temperature {
    padding: 0 15px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin: 5px 0;
}
.product-temperature table.temperature-range tbody tr td div.temperature.red {
    background-color: #e7324c;
}
.product-temperature table.temperature-range tbody tr td div.temperature.green {
    background-color: #84be57;
}
.product-temperature table.temperature-range tbody tr td div.temperature.blue {
    background-color: #0D5E88;
}
.product-temperature table.temperature-range tfoot {
    display: table-footer-group;
    vertical-align: middle;
    border-color: inherit;
}
.product-temperature table.temperature-range tfoot tr {
}
.product-temperature table.temperature-range tfoot tr td {
    padding-top: 10px;
    font-family: sans-serif;
    vertical-align: top;
    text-align:center;
}
.product-temperature table.temperature-range tfoot tr td.info {
    color: #ee7224;
    cursor: pointer;
    padding-right: 16px;
    text-align: left;
}
.product-temperature table.temperature-range tfoot tr td.info:before{
    content: "i";
    background-color: #ee7224;
    width: 15px;
    height: 15px;
    display: inline-block;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    margin-right: 5px;
}
.product-temperature table.temperature-range tfoot tr td.comfort {
    color: #e7324c;
}
.product-temperature table.temperature-range tfoot tr td.transition {
    color: #84be57;
}
.product-temperature table.temperature-range tfoot tr td.risk {
    color: #0D5E88;
}
.product-temperature .more-info{
}
.product-temperature .more-info span{
    font-weight:500;
    font-family: sans-serif;
}
.product-temperature .more-info span.comfort{
    color: #e7324c;
}
.product-temperature .more-info span.transition{
    color: #84be57;
}
.product-temperature .more-info span.risk{
    color: #0D5E88;
}
.product-temperature .more-info hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-color:#d5d5d5;
}
/* construction */
.construction {
    padding: 16px;
    margin-bottom: 40px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
}
.construction .headline{
    display: block;
}
.construction .headline h3 {
    margin: 16px 0 32px;
    font-family: 'CamptonSemiBold', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #0D5E88;
    word-break: break-word;
    text-transform: uppercase;
}
.construction .construction-content{
    display: flex;
    /*flex-wrap: wrap;*/
}
.construction .construction-content .text{
    width: 50%;
    float: left;
    margin-right: 16px;
    color: #000000;
    font-family: 'FrutigerLTStd45Light', sans-serif;
}
.construction .construction-content .image{
    width: 50%;
    float: left;
    text-align: center;
}
.construction .construction-content .image img{
    margin: 0 auto;
}
@media (max-width: 768px) {
    .construction .construction-content {
        flex-direction: column-reverse;
    }
    .construction .construction-content .text{
        float: none;
        width: 100%;
        margin: 0;
    }
    .construction .construction-content .image{
        width: 100%;
        margin-bottom: 16px;
    }
}
/* suitable accessories */
.suitable-accessories {
    padding: 16px;
    padding-bottom: 0;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    margin-bottom: 40px;
    clear: both;
}
.suitable-accessories .headline{}
.suitable-accessories .headline h3{
    margin: 16px 0 32px;
    font-family: 'CamptonSemiBold', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #0D5E88;
    word-break: break-word;
}
.suitable-accessories .suitable-accessories-content{
    display: flex;
}
.suitable-accessories .suitable-accessories-content .suitable-accessories-item{
    width: calc(25% - 16px);
    height: 180px;
    float: left;
    text-align: center;
    margin-bottom: 16px;
}
.suitable-accessories .suitable-accessories-content .suitable-accessories-item-wrapper{
    height: 100%;
    position: relative;
}
.suitable-accessories .suitable-accessories-content .suitable-accessories-item-wrapper a{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.suitable-accessories .suitable-accessories-content .suitable-accessories-item-wrapper a img{
    margin: 0 auto;
    max-height: 130px;
    max-width: 100px;
}
.suitable-accessories .suitable-accessories-content .suitable-accessories-item-wrapper a .text{
    font-family: 'FrutigerLTStd67BoldCondensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #23527c;
    text-transform: uppercase;
    margin: 16px 0 0 0;
    display: block;
}
@media (max-width: 768px) {
    .suitable-accessories {
        padding-bottom: 16px;
    }
    .suitable-accessories .suitable-accessories-content {
        display: grid;
    }
    .suitable-accessories .suitable-accessories-content .suitable-accessories-item {
        width: calc(100% - 16px);
    }
}
@media all and (max-width: 480px) {
    .suitable-accessories {
        margin-bottom: 32px;
    }
    .suitable-accessories .headline h3{
        font-size: 24px;
        margin: 0 0 16px;
    }
}

