﻿.header {
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
}

.header-klein {
    width: initial !important;
    max-width: 1320px !important;
    margin: 0 auto 0 auto;
    position:relative;
}

@media (max-width:768px) {
    .header {
        height: 330px;
    }
}

@media (max-width:425px) {
    .header {
        height: 150px;
    }
}

.contentdiv {
    max-width: 1320px;
}

.bekijk-product {
    padding: 5px 75px;
    border: 1px solid;
    display: inline-block;
    margin-top: 10px;
}

.vcenter {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width:767px) {
    .vcenter {
        display:block;
    }
}

.vcenter-movie {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width:768px) {
    .vcenter {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-right: -4px;
    }

    .vcenter-movie {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-right: -4px;
    }
}

@media (max-width:767px) {
    .vcenter-movie {
        display: initial;
    }
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.paneltitel {
    padding-top: 20px;
    padding-bottom: 5px;
}

.productdetail {
    padding:20px;
}

.bestelonline {
    padding: 25px 40px 40px 40px;
}
@media (max-width:768px) {
    .bestelonline {
        padding: 20px;
    }
}

.stapnum {
    font-weight: bold;
    font-size: 50px;
    border-radius: 50%;
    background-color: var(--hoofdkleur, #8fbd47);
    width: 80px;
    height: 80px;
    line-height: 75px;
    text-align: center;
    color: #fff;
}

.stappentable {
    width:100%;
}

.stappentable td {
    padding: 10px 10px 10px 0;
    vertical-align:top;
}

.stapimg {
    float:right;
}

td.staptd {
    padding-right: 30px;
}

.img-stap {
    max-height:150px;
}

.sliderimg {
    /*max-height: 200px;*/
    width: 99%;
}

@media (max-width:767px) {
    .sliderimg {
        max-height: initial;
        width:100%;
    }
}

.owl-item {
    text-align:center;
}

.leesmeer, .leesmeer:hover {
    background-color: var(--hoofdkleur, #8fbd47);
    padding: 10px 40px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    display:inline-block;
}

.koppeling-div {
    background-color: #f2f2f2;
    padding: 20px 0;
}

.item {
    height:initial;
    min-height:300px;

}

.item h4 a {
    font-size:16px;
}

.price-thema {
    color:#777
}

.productimage {
    height:150px
}

@media (max-width:767px) {
    .productimage {
        width:100%;
        height: initial !important;
    }
}

.vflex {
    display: flex;
    flex-direction:row;
}

.productsliderflex {
    display: flex;
    flex-direction: row;
}

@media (max-width:767px) {
    .productsliderflex {
        display: initial;
        flex-direction: initial;
    }
}

.parallax-head {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 0;
    line-height: initial;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
}

.parallax-content {
    text-align: center;
    padding: 120px 50px;
}

@media (min-width:769px) and (max-width:1024px) {
    .parallax-content {
        padding: 100px 20px;
    }
}
@media (min-width:426px) and (max-width:768px) {
    .parallax-content {
        padding: 50px 20px;
    }
}

.parallax-sub {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    line-height: 34px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
}

.HeaderWrapperLeft {
    width: 50%;
    padding: 0px;
}

@media (max-width:767px) {
    .parallax-head {
        font-size: 30px;
    }
    .HeaderWrapperLeft {
        width: 100%;
        padding-top: 10px;
    }
    .parallax-sub {
        font-size: 18px;
    }
}

.vcenter2 {
    padding: 0;
}

.vcentertext {
    text-align: center;
}
.vrighttext {
    text-align: right;
}

.whitetext {
    color:#fff
}

.productsliderside {
    text-align: center;
}
.productslidersidecontent {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size:200%;
    line-height:50px;
    font-weight:600;
}

.btn-thema {
    border-radius: 20px;
    font-weight: normal !important;
    font-size: 20px;
    background-color: var(--buttons-kleur, #8FBD47) !important;
}

.btn-productslider {
    border-radius: 30px;
    padding: 15px 40px;
    background-color: var(--buttons-kleur, #8FBD47) !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.cat-padding {
    padding:40px;
    text-transform:uppercase;
}

.ecobouwersbalk {
    color: #fff;
    padding-top: 40px;
    text-align:center;
}
.ecobouwersbalk a {
    color: #fff;
}

.ecologischbalk {
    padding-top: 20px;
    text-align: center;
    font-weight:bold;
}

.ebsbalk {
    padding-top: 20px;
    text-align: center;
    font-weight: normal;
}

.sellingpointimg {
    height: 60px;
    margin-right: 10px;
}
.sellingpointimg-centered {
    height: 60px;
}
@media (min-width:768px) {
    .sellingpointimg-centered {
        margin-right: 10px;
    }
}
@media (max-width:767px) {
    .sellingpointimg-centered {
        
    }
}

.brmobile {
    display:none;
}
.themaheader {
    position:relative;
}
.posrel {
    position: relative;
}
@media (max-width:767px) {
    .themaheader {
        height:300px !important;
    }
    .brmobile {
        display:block;
        height:20px;
    }
    .mobilemg {
        margin-top:20px;
    }
}

.product {
    border:#fff 2px solid;
}

.header-klein {
    max-width:1290px !important;
}

.slidermobiletoptopbottom {
    color:#fff;
    padding:10px;
}

.header-text-centered {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 !important;
    width: initial;
}

@media (max-width: 1024px) {
    .header-text-centered {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 0 !important;
        width: 90%;
    }
}

@media (max-width: 767px) {
    .cat-padding {
        padding: 5px;
    }

    .sellingpointimg {
        margin-right:30px;
    }

    
}

.uspflex {
    display:flex;
    align-items:center
}

@media (min-width:768px) {
    .uspflex-desktop {
        display: flex;
        align-items: center;
    }
    .flexcenter {
        display: flex;
        align-items: center
    }
    .nieuwsbrief-right {
        border-left: #fff 3px solid;
        padding: 30px
    }
}

@media (max-width:767px) {
    .uspflex-desktop {
        text-align: center
    }
}

.margbot0 {
    margin-bottom: 0 !important;
}

.zakelijkbg {
    background: url('/images_content/thema/layout/zakelijk-helpdesk.png') right bottom no-repeat;
    background-size: 60%;
}

.overons-nummer {
    font-size:160%;
    font-weight:600;
}
.overons-subtext {
    font-size: 90%;
    line-height: 15px;
}

.overons-table td {
    padding:10px;
}

.overons-blue {
    background-color: #2f72a2;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    color: #fff;
    padding:0px;
    margin:4px 0;
}

.overons-lightblue {
    background-color: #f3f9ff;
    border-radius: 5px;
    width: 98%;
    height: 100%;
    padding: 0px;
    margin: 4px 0;
}

.faqebs .panel-title {
    color: #fff;
}

.faqebs .panel-heading {
    background-color: initial !important;
    border: none !important;
}

.faqebs .faqfirst {
    border-radius: 15px 15px 0 0 !important;
}

.faqebs .faqbg0 {
    background-color: #2f72a2 !important;
}
.faqebs .faqbg1 {
    background-color: #ef7a24 !important;
}
.faqebs .faqbg2 {
    background-color: #0f1f2d !important;
}
.faqebs .faqbg3 {
    background-color: #2d6557 !important;
}

.faqebs .panel-group .panel + .panel {
    margin-top: 0px;
    border: none;
}

.faqebs .panel-default {
    border: none;
}
.faqebs .panel-body {
    background-color: #fff;
}
.faqebs .faqvraag, .faqebs .faqvraag:hover, .faqebs .faqvraag:active, .faqebs .faqvraag:focus {
    color: #fff;
    font-size:25px;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.movie-topbottom-pad {
    padding-top: 60px;
    padding-bottom: 60px;
}

.movie-all-pad {
    padding: 10px 60px 60px 60px;
}

.text-justify {
    text-align:justify;
}
.centered {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 !important;
    width: initial;
}

.header-text-vflex {
    display: flex;
    align-items: center
}

.letterspacing3 {
    letter-spacing:3px;
}

.header-single-line {
    font-size: 24px;
    line-height: 28px;
    color:#fff;
}
.head-small-mobile {
    position:relative;
    padding:20px 10px;
    text-align:center
}

.uspbalk {
    font-size:16px;
}

.blockseparator {
    height:75px;
}
@media (max-width:767px) {
    .uspbalk {
        font-size: 14px;
    }

    .blockseparator {
        height: 10px;
    }

    .img-responsive-kolom {
        max-width: 80%
    }

    .small-padbot {
        padding-bottom:20px;
    }
}

.smaller-m {
    width:100%;
}

.social-icon-news {
    max-width:50px
}

.margright {
    margin-right:10px;
}

.bannertitel {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
}

.bannertitel-koppeling {
    line-height: 40px;
}

.bannertitel-p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bannerondertitel {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    padding: 0 15px;
    margin-bottom: 15px;
}

.banneronder-td {
    height: 200px;
    background-color: #97c121;
}

@media (min-width:768px) and (max-width:900px) {
    .bannertitel-koppeling {
        font-size:3vw;
    }
}
@media (max-width:767px) {
    .bannertitel-koppeling {
        font-size: 22px;
        line-height: 22px;
    }
}

.parallax-head-centered-mobile {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
    line-height: initial;
    font-size: 250%;
}

.actieprijs {
    color: #ED5D54;
}

.oldprice {
    text-decoration: line-through;
    font-size: 60%;
    color: #9d9c9b;
}

.visible-inline-xs {
    display: none;
}

@media (max-width:767px) {
    .btn-slider {
        background-color: var(--hoofdkleur, #2d6557) !important;
        width:initial;
        margin:0 auto;
        display:inline-block;
        text-transform:initial !important;
        font-weight:300 !important;
        margin-right:0 !important;
        margin-bottom:0 !important;
    }
    .addtocart-btn-div {
        width: initial;
    }

    .visible-inline-xs {
        display: inline-block;
    }
    .slidercarticon {
        color: var(--subkleur-donker, #97c121);
    }
}

.nieuwsbrief-divider {
    width: 90%;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
}

@media (min-width:768px) and (max-width:1024px) {
    .hidden1024 {
        display:none;
    }
}

.img-responsive {
    display:inline-block;
}

.bannerimage {
    display:block;
    margin:0 auto;
}
.paddingtopbloktitel {
    padding-top: 48px;
}
.faqantwoord {
    padding: 15px !important;
    font-size:18px;
}
.productslidervlak {
    height:363px;
}

.tweedekanslogo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    height: 80px;
    z-index: 99;
}

@media (min-width: 376px) and (max-width: 425px) {
    .tweedekanslogo {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 375px) {
    .tweedekanslogo {
        width: 40px;
        height: 40px;
    }
}

.actieaantal {
    color: #fff;
    font-weight: bold;
    background: #ED5D54;
    border-radius: 50%;
    padding-top: 16px;
}

@media (max-width:767px) {
    .actieaantal {
        padding-top: 12px;
        font-size: 12px;
        line-height: 12px;
    }
}

@media (max-width: 375px) {
    .actieaantal {
        padding-top: 8px;
        font-size: 10px;
        line-height: 12px;
    }
}

@media (max-width:768px) {
    .productslidersidecontent {
        font-size: 150%;
    }
}
/*
@media (min-width:769px) {
    .fototekstleft img {
        max-height: 325px;
        width: initial;
    }

    .fototekstright img {
        max-height: 325px;
        width: initial;
        float: right;
    }
}*/

.fototekstleft {
    background-size:contain;
    background-repeat:no-repeat;
}

.fototekstright {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x:right;
}
/*
.aligned-row {
    display: flex;
    flex-flow: row wrap;

    &::before {
        display: block;
    }
}

@media (min-width:768px) {
    .fototekstleft img {
        display:none;
    }
    .fototekstright img {
        display: none;
    }
}
@media (max-width:767px) {
    .fototekstleft {
        background-image:none !important
    }

    .fototekstright {
        background-image: none !important
    }
}
*/
.fototekstinnerdiv {
    width: 100%;
    height: 100%;
    background-size:contain;
    background-repeat:no-repeat;
}
.fototekstinnerdiv-r {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}

.bvg-outer-wrap {
    width: 100%;
    background-color: #97c121;
    position:relative;
}

.bvg-wrap {
    position: relative;
    padding: 60px 10px 10px 10px;
}

.bvg-header {
    font-size:240%;
}

.bvg-bijenstichting-logo {
    position: absolute;
    top: 5px;
    left: 0px;
}

.bvg-bijenstichting-img {
    width:100px;
}

.bvg-keuze {
    color:#000;
    display: inline-block;
    background-color: #fff;
    font-weight: bold;
    font-size: 130%;
    padding: 5px;
    margin-top: 20px;
    transform: rotate(-1deg);
}

.bvg-label {
    color: #000;
    background-color: #fff;
    padding: 2px 8px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    line-height: 16px;
}

.bvg-label-left {
    transform: rotate(-5deg);
    position: absolute;
    left: -40px;
    top: 50px;
}

.bvg-label-right {
    transform: rotate(5deg);
    position: absolute;
    right: -40px;
    top: 50px;
}

.arrow-ltr {
    position: absolute;
    right: 0px;
    top: 90px;
}

.arrow-rtl {
    position: absolute;
    left: 0px;
    top: 90px;
}

.bvg-chart {
    position: relative;
    width: 100px;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
}

.bvg-chart-col {
    width: 50%;
    height: 200px
}

.bvg-chart-korting {
    background-color: #ed5d53;
}

.bvg-chart-bijenstichting {
    background-color: #ffde59;
}

.bvg-table {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:767px) {
    .bvg-table {
        width: 100%;
    }
}

.bvg-table td {
    text-align:center;
    vertical-align:bottom;
}

.bvg-perc {
    font-size:90%;
    margin-top:1px;
}
.bvg-perc-left {
    color: #fff;
    margin-top:-40%;
}
.bvg-perc-right {
    color: #454545;
    margin-top: -40%;
}

.bg-bij-left {
    height: 100%;
    position: absolute;
    top: 0
}
.bg-bij-right {
    height: 100%;
    position: absolute;
    top: 0;
    right:0;
}

@media (max-width:1024px) {
    .bg-bij-left, .bg-bij-right {
        display: none;
    }
}

.bvg-arrow-mobile-left {
    position: absolute;
    left: -30px;
    bottom: -60px;
}

.bvg-arrow-mobile-right {
    position: absolute;
    right: -20px;
    bottom: -60px;
    transform: scaleX(-1);
}

.bvg-gras {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10
}

.thema-cat-nav {
    color: #2d6557;
}
.thema-cat-nav:hover {
    text-decoration:underline;
}

.merkactiescroll {
    list-style: none
}

.merkactiescroll li {
    display: inline-block;
    margin-right: 10px;
}

.merkactiescrollbanner {
    max-width: 450px
}

@media (max-width:767px) {
    .merkactiescrollbanner {
        max-width: initial;
        width: 100%;
    }

    .merkactiescroll li {
        width: 85%;
        margin-right: 5px;
    }
}

.merkactiescroll li:before {
    content: none !important;
}

ol li {
    display:list-item !important;
}
ol li::marker {
    color: #2d6557;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
}

.stappenplan-pijl {
    width:50px;
}
@media (max-width:767px) {
    .stappenplan-pijl {
        width: 75px;
    }
}