.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 10px;
    border: none;
    background: #f4f4f4;
    color: black !important;
}

.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 10px;
    border: none;
    background: #f4f4f4;
    color: black !important;
}

.wpcf7-submit {
    padding: 10px;
    width: 106%;
    color: white;
    border: none;
    background: #046da9;
    transition: .2s;
    margin-left: 0;
}

.wpcf7-submit:hover {
    background: #046da98c;
    transition: .2s;
}

/*///////////*/
/*///////////*/
/*//Diensten/*/ 
/*///////////*/
/*///////////*/

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom {
    background-image: none;
    
}

/*///////////*/
/*///////////*/
/*//Mobilemn/*/ 
/*///////////*/
/*///////////*/

.im-menu-btn {
    display: none !important;
}

/*///////////*/
/*///////////*/
/*//Footerme/*/ 
/*///////////*/
/*///////////*/

.im-footer {
    background-color: #046ca8;
    height: 50px;
}

.im-footer-text {
    margin-top: -25px;
}

.im-article th, .im-article td {
    padding: 7px !important;
}
@media only screen and (min-width: 768px) {
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom {
    background-image: none;
    min-width: 200px;
}
}