/* jsloader // cached css // inline code */
#menutext{position:absolute;width:100%;top:160px;left:30px;z-index:10;}#menutext h2{display:block;width:318px;font-weight:600;font-size:30px;color:#00648d;}#blogpage #menutext h2{width:315px;font-size:24px;}#topimg{position:relative;overflow:hidden;border-radius:0 0 300px 0;width:100%;height:390px;opacity:0.75;background-size:cover;background-position:50%50%;}.productdetailpage #topimg{height:160px;border-radius:0 0 140px 0;}#logobg{position:absolute;top:0;z-index:21;left:0;width:360px;height:360px;background:rgba(255,255,255,0.7);border-radius:0 50%50%50%;}#topimg img{width:100%;height:auto;}#extrainhoud{padding:40px 0;}@media only screen and (max-width:1199px) {}@media only screen and (max-width:991px) {#logobg{width:330px;height:330px;}#menutext{top:147px;left:15px;}#menutext h2,#blogpage #menutext h2{width:285px;}#topimg{height:345px;}}@media only screen and (max-width:767px) {#topimg{border-radius:0 0 200px 0;-webkit-mask-image:-webkit-radial-gradient(white,black);height:205px;}.productdetailpage #topimg{height:80px;border-radius:0 0 60px 0;}#logobg{width:190px;height:190px;}#menutext{top:86px;left:15px;width:calc(100% - 15px);}#menutext h2,#reviews h2,#blogpage #menutext h2{font-size:18px;margin-bottom:0;width:auto;padding-right:10px;}#blogpage #menutext h2{font-size:14px;}}/* jsloader//css inline code */


.row.merkmenu {
    margin: 0 0 60px 0;
}

.merkmenu > div {
    margin-top: 20px;
}
.merkmenu span {
    display: table;
    width: 100%;
    text-align: center;
    padding: 5px;
    height: 50px;
    background: #e7e7e7;
    font-size: 14px;
    margin-top: 15px;
    line-height: 15px;
    transition: all 0.3s;
}

.merkmenu span span {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 0;
}

.merkmenu img {
    transition: all 0.3s;
    opacity: 0.9;
}

.merkmenu a:link, .merkmenu a:visited {
    text-decoration: none;
    display: block;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 26px;
    overflow: hidden;
    transition: all 0.3s;
}



@media only screen and (min-width: 992px) {
    .merkmenu > div:hover img {
        transform: scale(0.95);
    }
    
    .merkmenu > div:hover span {
        background: #ccc;
    }
    
    .verzorgingpage .merkmenu .col-md-2 {
        /*width: 14.2856%*/
    }
}

@media only screen and (max-width: 991px) {
    .merkmenu {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .row.merkmenu {
        margin: 0 7.5px 0 7.5px;
    }
    
    .merkmenu .col-xs-6 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    
    .merkmenu a:link, .merkmenu a:visited {
        margin-bottom: 15px;
    }
}


/* jsloader // cached css // inline code */
#formcontainer{position:relative;}.grecaptcha-badge{visibility:hidden;z-index:99;}.formbuilderform>div>div{display:inline-block;position:relative;margin-bottom:17px;}.formbuilderform>div>div>label{position:absolute;top:11px;font-weight:400;left:30px;color:#878787;transition:all 0.3s;}.formbuilderform>div>div.akkoord>label{position:relative;line-height:normal;left:auto;}.formbuilderform>div>div>label.focused{top:-20px;left:15px;color:#fff;font-size:13px;}.formbuilderform>div>div.akkoord>label,.formbuilderform>div>div.akkoord>label.focused{top:auto;left:auto;color:#fff;font-size:inherit;}.formbuilderform>div>div.captcha{line-height:1px;margin-bottom:0;}.formbuilderform>div>div.textarea{width:100%;margin-bottom:3px;border-radius:0;}.formbuilderform input[type="text"],.formbuilderform input[type="email"],.formbuilderform textarea,.formbuilderform input[type="submit"]{border:0 none;height:44px;font-family:'Lato',sans-serif;padding:0 15px;color:#333;width:100%;border-radius:0;}.formbuilderform textarea{height:88px;padding:15px;color:#333;}.formbuilderform input[type="submit"]{text-decoration:none;font-weight:600;line-height:24px;border-radius:0 0 30px 0;padding:10px 15px;text-align:center;color:#fff;position:relative;background-color:#28bb60;transition:all 0.3s;}.formloader{position:absolute;top:20px;text-align:center;width:calc(100% - 30px);display:none;}.formloader img{width:90px;height:auto;}.akkoord label{top:-20px;font-size:12px;color:#fff;}@media only screen and (min-width:992px) {.formbuilderform input[type="submit"]:hover{background-color:#ccc;}}@media only screen and (max-width:767px) {.formbuilderform>div>div{display:block;margin-bottom:15px;}.formbuilderform>div>div.textarea{margin-bottom:5px;}}