/* 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 */


#formcontainerklacht {
    position: relative;
}

.grecaptcha-badge { 
    visibility: hidden; 
    z-index: 99;
}

.formbuilderformklacht .speick, .formbuilderformklacht .urtekram, .formbuilderformklacht .mureda, .formbuilderformklacht .overig, .formbuilderformklacht .luchtverfrissers {
    display: none;
}

.formbuilderformklacht > div > div {
    display: inline-block;
    /*width: 30%;
    margin: 10px;*/
    margin-bottom: 10px;
}

.formbuilderformklacht > div > div.captcha {
   line-height: 1px;
   margin-bottom: 0;
}

.formbuilderformklacht >div > div.textarea {
    width: 100%;
    margin-bottom: 3px;
    border-radius: 0;
}

.formbuilderformklacht input[type="text"], .formbuilderformklacht input[type="email"], .formbuilderformklacht textarea, .formbuilderformklacht input[type="submit"] {
    border: 0 none;
    height: 44px;
    /*text-transform: uppercase;*/
    font-family: 'Lato', sans-serif;
    padding: 0 15px;
    color: #333;
    width: 100%;
    background: #f1f1f1;
    border-radius: 0;
}

.formbuilderformklacht select {
    height: 40px;
    border-radius: 4px;
    background: #fff;
    color: #333;
    background: #f1f1f1;
    border: 0 none;
    width: 100%;
    padding: 0 10px;
}

.formbuilderformklacht textarea {
    height: 88px;
    padding: 15px;
    color: #333;
}

.formbuilderformklacht 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;
}

.formloaderklacht {
    position: absolute;
    top: 20px;
    text-align: center;
    width: calc(100% - 30px);
    display: none;
}

.formloaderklacht img {
    width: 90px;
    height: auto;
}

.helptext {
    font-size: 13px;
    margin-bottom: 4px;
}

.formloader {
    position: absolute;
    top: 20px;
    text-align: center;
    width: calc(100% - 30px);
    display: none;
}

.formloader img {
    width: 90px;
    height: auto;
}

@media only screen and (min-width: 992px) {
    .formbuilderformklacht input[type="submit"]:hover {
        background-color: #ccc;
    }
}

@media only screen and (max-width: 767px) {
    
    .formbuilderformklacht > div > div {
        display: block;
        margin-bottom: 15px;
    }
    
    .formbuilderformklacht >div > div.textarea {
        margin-bottom: 5px;
    }
    
}


