/*
 * Subpage
 * Scope with .subpage or use new classes
 */

body.subpage {
    min-width: 320px;
    overflow-x: -moz-hidden-unscrollable;
    overflow-x: hidden;
}

.subpage .l-section.l-section--transparent {
    background: transparent;
}

.subpage__product-suggestion-wrapper{
    display: block;
    margin-bottom: 20px;
}

.subpage__l-section-margin--top{
    margin-top: 20px;
}
.subpage__l-section-margin--bottom{

}

.subpage__product-suggestion {
    position: relative;
}

.subpage__product-suggestion.subpage__product-suggestion--image2 {
    position: relative;
}

.subpage__product-suggestion:before, .subpage__product-suggestion:after {
    content: "";
    display: table;
}

.subpage__product-suggestion:after {
    clear: both;
}

.subpage__product-suggestion > h2,
.subpage__product-suggestion > .subpage__product-suggestion__ul-wrapper {
    margin-left: 15px;
}
.subpage__product-suggestion > h2 {
    color: #ffffff;
    font-size: 1.5em;
    margin-top: 20px;
    padding-bottom: 10px; }

.subpage__product-suggestion > button {
    position: absolute;
    right: 15px;
    bottom: 15px; }
.subpage__product-suggestion .subpage__product-suggestion__ul-wrapper.product-highlights {
    padding-top: 10px;
    min-height: 0; }
.subpage__product-suggestion .subpage__product-suggestion__ul-wrapper.product-highlights ul {
    margin-top: -6px; }
.subpage__product-suggestion .subpage__product-suggestion__ul-wrapper.product-highlights ul li {
    font-size: 1.05em; }
.subpage__product-suggestion .subpage__product-suggestion__button-wrapper {
    padding-top: 5px;
    padding-bottom: 0;
    clear: both;
    text-align: right;
    z-index: 5;
}

.subpage__product-suggestion__button-wrapper--center {
    padding-top: 5px;
    padding-bottom: 0;
    clear: both;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.subpage__product-suggestion__button-wrapper--center--right{
    padding-top: 5px;
    padding-bottom: 0;
    clear: both;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.subpage__product-suggestion__button-wrapper--center--right .subpage__buttonHeadline {
    font-size: 1.3em;
    display: block;
    max-width: 200px;
    padding-bottom: 10px;
    line-height: 1.2em;
    float: right;
}

.subpage__product-suggestion__button-wrapper--center--2 {
    padding-top: 5px;
    padding-bottom: 0;
    clear: both;
    text-align: center;
    position: absolute;
    /* bottom: 100px; */
    bottom: 20%;
    right: 44%;
}

.subpage__product-suggestion .subpage__product-suggestion__button-wrapper button {
    margin-right: 15px;
    margin-bottom: 15px; }

@media screen and (min-width: 564px) {
    .subpage__product-suggestion {
        min-height: 100px;
        *zoom: 1; }

    .subpage__product-suggestion:before, .subpage__product-suggestion:after {
        content: "";
        display: table; }

    .subpage__product-suggestion:after {
        clear: both; }

    .subpage__product-suggestion > h2, .subpage__product-suggestion > .subpage__product-suggestion__ul-wrapper {
        position: relative;
        padding-left: 210px; }

    .subpage__product-suggestion > h2 {
        padding-bottom: 0; }

    .subpage__product-suggestion > button {
        position: absolute;
        right: 15px;
        bottom: 15px; }

    .subpage__product-suggestion > img {
        /*position: absolute; */
        /* float: left; */
        /* top: 3px; */
        /* left: 3px; */
        margin-top: 0;
        margin-bottom: 3px;
        margin-left: 0;
        background-color: #ffffff;
        position: relative;
        padding-bottom: 0;
        margin-top: 0;
        /* background-image: url(/assets/images/cyberJack_pos_test.png); */
        background-repeat: no-repeat;
        background-position: 0% 0%;
        height: 100%;
        min-height: 200px;
        width: 100%;
        background-size: cover;
    }

    .subpage__product-suggestion.product-highlights {
        padding-top: 10px; }

    .subpage__product-suggestion.product-highlights ul {
        width: 100%; }
}

@media screen and (min-width: 658px) {
    .subpage__product-suggestion .subpage__product-suggestion__ul-wrapper.product-highlights ul {
        width: 50%;
    }
}

@media screen and (min-width: 705px) {
    .subpage__product-suggestion .subpage__product-suggestion__ul-wrapper.product-highlights ul {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
    }
}

.subpage__product-suggestion__buttonbar{
    background-color: rgba( 255, 255, 255, .8 );
    width: 100%;
    display: inline-block;
    position: absolute;
    height:80px;
    padding-top: 15px;
    top: 0;
    left: 0;
}

.subpage__logo{
    background-image: url(/assets/images/logo.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 22px;
    width: 160px;
    z-index: 55;
    display: inline-block;
    position: absolute;
    background-size: cover;
    top: 32%;
}

.subpage__box{
    display: inline-block;
    float: left;
}

.subpage__box.subpage__box--2{
    width: 49%;
    padding: 5px;
    min-width: 350px;
}

.subpage__box--3{
    margin-right: 20px;
    max-width: 300px;
    width: 31%;
    margin: 20px 20px 40px 0;
}

.subpage__box--3:last-child{
    margin-right: 0;
}

.awardsImages .subpage__box--3{
    text-align: center;
}

.subpage__box__header {
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 8px;
}

.subpage__box__header img {
    width: 18px;
    height: 18px;
    display: inline-block;
}

.subpage__box--border{
    border: 1px solid #ededec;
    border-radius: 2px;
    padding: 30px 0 0 0;
    position: relative;
}

.subpage__box--border div{
    text-align: center;
}

.subpage__box--border .button--inBox{
    width: 100%;
    margin-top: 20px;
}

.subpage__box--border__icon{
    display: inline-block;
    height: 33px;
    width: 33px;
    border-radius: 20px;
    background-color: #fbba00;
    position: absolute;
    top: -13px;
    left: calc(50% - 20px);
}

.subpage__box--border__icon.icon__basket:before {
    color: #fff;
    font-size: 1.3em;
    font-family: "fontello";
    content: "\e810";
    top: 8px;
    /* left: 3px; */
    /* padding-right: 7px; */
    position: relative;
}

.subpage__box--border__icon.icon__check:before {
    color: #fff;
    font-size: 1.3em;
    font-family: "fontello";
    content: "\2713";
    top: 8px;
    /* left: 3px; */
    /* padding-right: 7px; */
    position: relative;
}

.subpage__box--border__icon.icon__money:before {
    color: #fff;
    font-size: 1.3em;
    font-family: "fontello";
    content: '\20AC';
    top: 8px;
    /* left: 3px; */
    /* padding-right: 7px; */
    position: relative;
}

.subpage .button--orange--fullWidth {
    width: 100%;
    line-height: 2;
    font-size: 16px;
}

.subpage__l-section-margin--bottom {
    background: white;
}

.button-200{
    width: 200px;
}

button.button--orange.button-200.button--right {
    float: right;
    clear: both;
}

.subpage .button--top{
    left: 10%;
}

.subpage .button--middle{
    right: 10%;
}

.subpage .button--nostyle{
    text-transform: none;
    font-weight: normal;
    z-index: 101;
    color: #000;
    background: transparent;
}

.subpage .button--nostyle:hover{
    color: #fbba00;
}

#pos_steps .subpage__box__text--leftalign {
    height: 90px;
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle;
}

#productImageAndList{
    border-top: 1px solid #e1e1e1;
    padding:40px 0;
}

.subpage #boxes_pros .l-section, .subpage #awardsImages .l-section {
    padding-left: 0;
    padding-right: 0;
}


.subpage .section_Title {
    width:100%;
    text-transform:uppercase;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 10px;
    display: inline-block;
}

ul.product-features li {
    font-size: 1.1em;
    line-height: 1.5;
}

/*
ul.product-features li {
    color:#000;
    list-style:none;
}

ul.product-features li:before {
    color:#fbba00;
    content:"\2022";
    font-size:3em;
    padding-right:.2em;
    position:relative;
    top:12px;
}*/


.subpage__buttonHeadlineTop {
    display: block;
    /* float: left; */
    /* clear: right; */
    font-size: 2.5em;
    padding-bottom: 10px;
    color: #fbba00;
}

.subpage .quote {
    min-height: 81px;
    margin: 0 0 20px 0;
}

.subpage .quote-content {
    padding-left: 105px;
    line-height: 24px;
}

.subpage .quote-picture {
    background-position: center center;
    border-radius: 50%;
    float: left;
    display: block;
    width: 81px;
    height: 81px;
}

.subpage .quote-title {
    font-size: 18px;
    color: #999;
    margin-bottom: 5px;
}

.subpage .graydot {
    vertical-align: middle;
    margin-top: -3px;
}

#bannerTop img, #bannerMitte img {
    width: 100%;
}

.l-section.l-section--gray.subpage__l-section-margins.quotes {
    padding: 40px 20px;
}

@media screen and (max-width: 413px) {
    .l-section.l-section--transparent.subpage__product-suggestion__button-wrapper--center.button--top {
        zoom: .9;
    }
    .subpage__logo {
        top: 8%;
    }
    .subpage__product-suggestion .subpage__product-suggestion__button-wrapper {
        padding-top: 20px;
    }
    
    .subpage__buttonHeadlineTop{
        font-size: 1.5em;
    }

    .subpage .button--middle .subpage__buttonHeadline {
        font-size: 1em;
    }

    .subpage .button--middle {
        right: 0;
    }

    span.subpage__buttonHeadline {
        color: #000;
    }    
}

@media screen and (max-width: 648px) {
    .subpage__box--3 {
        width: 95%;
        margin: auto;
        max-width: 95%;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
    }

    .subpage__product-suggestion__buttonbar{
        zoom: .9;
    }

    .subpage .button--top {
        left: 0;
    }
    .subpage__product-suggestion__button-wrapper--center {
        transform: translate(0);
    }

    .subpage #productImageAndList{
        padding-left: 10px;
        padding-right: 10px;
    }

    .l-section.subpage__l-section-margins.awardsImages{
        padding-top: 15px;
    }
}

@media screen and (min-width: 846px) {
    .subpage__product-suggestion .subpage__product-suggestion__ul-wrapper.product-highlights ul {
        width: 50%;
    }

    .subpage #pos_steps .l-section {
        padding-left: 0;
        padding-right: 0;
    }

    #productImageAndList {
        padding: 40px 20px;
    }
}