/*************************************************************
 cssForms.v3.css
 Version: 2024.02
 Written by Polite Web & Graphics https://www.polite.nl															  
*************************************************************/

#formulierbox{
    width:100%;
    min-width: 150px;
    /*max-width: 900px;*/
    box-sizing: border-box;
    /*background:rgba(210,210,210,0.4);*/
    background: rgba(210,210,210,0.4);
    min-height: 250px;
    padding: 0 10px 0 10px;
    margin: 0;
    text-align:left;
    color:#333333;
    float: left;
}
#formulierbox.v2{
    width: 100%;
    padding: 0;
    min-width: 150px;
    /*max-width: 500px;*/
    background: rgba(255, 255, 255, 0.7);
    background: none;
}
#formulierbox_2 {
    width:100%;
    box-sizing: border-box;
    background:rgba(255,255,255,0.1);
    padding: 10px 20px 10px 20px;
    text-align:left;
    color:#333333;
    float: left;
}
.formulierblok {
    width:100%;
    padding: 0 0 10px 0;
    text-align:left;
    float: left;
}
.formulierblok.v2 {
    width: 620px;
    max-width: 100%;
    padding: 0;
    display: inline-block;
    text-align: left;
    /* float: left; */
    /* text-align: center; */
    /* align-content: center; */
    margin: 0 auto;
    /*background: rgba(255, 255, 255,0.4);*/
    /* left: 50%; */
}
.formBedankt {
    width:100%;
    padding: 20px;
    text-align: center;
    background:rgba(255,255,255,0.1);
    margin: 10px;
    border: solid 1px #00b900;
    float: left;
}
.formulier_kop{
    min-height:29px;
    width:100%;
    padding:5px 0 0 0;
    float: left;
}
.formulier_kop > h2{
    font-size: 1.2em;
    font-weight: normal;
    font-style: normal;
}
.formulier {
    width:100%;
	max-width: 615px; /* voor het tonen van de validatie icoon binnen het input veld*/
    padding: 6px 0 0 0;
    float: left;
}
.formulier_tekst {
    width:100%;
    padding: 15px 0 5px 0;
    float: left;
}
.formulier_error {
    width: calc(100% - 14px);
    min-height: 40px;
    line-height: 20px;
    padding: 10px 45px 10px 10px;
    box-sizing: border-box;
    font-size: 1em;
    /* font-weight: bold; */
    border: solid 1px #C00;
    color: #C00;
    float: left;
    vertical-align: middle;
    background: url(../images/attention.png) no-repeat;
    background-position: right 5px center;
    box-sizing: border-box;
    background-size: 36px auto;
}
.formulier_error.notVisible{
    display: none
}
#formulier_forbidden {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 20px;
    /*font-weight: bold;*/
    border: solid 1px #C00;
    color: #C00;
    float: left;
    display: none;
}
.formulier_bedankt {
    width: calc(100% - 14px);
    padding: 13px 45px 13px 13px;
    box-sizing: border-box;
    font-size:1em;
    /*font-weight:bold;*/
    border: solid 1px #00b900;
    color: #00b900;
    float: left;
    background: url(../images/validated.png) no-repeat;
    background-position: calc(100% - 1px) 5px;
    box-sizing: border-box;
    background-size: 40px auto;
}
.formulier_titel {
    width:40%;
    max-width: 250px;
    padding: 2px 0 0 0;
    float: left;
    font-size: 0.8em;
    line-height: 30px;
}
.formulier_titel_disabled{
    display: none
}
.formulier_titel_rood {
    width:40%;
    box-sizing: border-box;
    padding: 2px 0 0 0;
    text-align:left;
    color: #C00;
    float: left;
    font-size: 0.8em;
}
.formulier_titel.small_fonts {
    font-size: 0.7em;
    color: #C00;
}
.formTitel {
    width:35%;
    max-width: 250px;
    box-sizing: border-box;
    padding: 2px 0 0 0;
    float: left;
    /*font-size: 0.8em;*/
    font-weight: bold;					  
    line-height: 36px;
    color: #555555;
}
.formTitel.full{
    width:100%;
    max-width: 600px;
    padding: 1px 0 0 4px;
    line-height: 24px;
}
.formTitel.disabled{
    display: none
}
.formTitel.notVisible{
    visibility: hidden;
}
.formTitel.full.notVisible{
    display: none
}					   
.formTitel.rood {
    color: #C00;
}
.formTitel.small_fonts {
    font-size: 0.7em;
    color: #C00;
}
.formWaarde {
    width:calc(65% - 15px);
    box-sizing: border-box;
    padding: 0 0 0 0;
    text-align:left;
    vertical-align:top;
    color: #333333;
    float: left;
    font-size: 0.8em;
}
.formWaarde.gekoppeld {
    width:65%;
}
.formWaarde.full {
    /*width:calc(100% - 15px);*/
    width:100%;
    min-height: 50px;
    position: relative;
}
.formWaarde.full.inclTitel{
    min-height: 38px;
}						   
.formWaarde.flex {
    display:flex;
    width: 100%;
}
.formWaarde input,
.formWaarde textarea,
.formWaarde select{
    background: rgb(255, 255, 255);
    width:100%;
    max-width: 500px;
    box-sizing: border-box;
    height: 38px;
    padding: 8px;
    border: solid 1px #ddd;
    color: #333333;
    font-size: 1em;
}
.noPh .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}
.noPh .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
.noPh .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}
.noPh .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
}
.ph .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #aaaaaa;
}
.ph .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaaaaa;
    opacity:  1;
}
.ph .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaaaaa;
    opacity:  1;
}
.ph .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #aaaaaa;
}
@media only screen and (max-width: 640px) {
    .formTitel.ftMob{
        display: block;
        width:40%;
        max-width: 150px;
        padding: 2px 0 0 0;
        line-height: 36px;
    }
    .formTitel.ftMobDis{
        display: none
    }
    .formTitel.ftMobFull{
        display: block;
        width:100%;
        max-width: 600px;
        padding: 1px 0 0 4px;
        line-height: 24px;
    }
    .formWaarde.fwMob {
        /*width:calc(100% - 15px);*/
        width:100%;
    }
    .formWaarde.fwMobFull {
        /*width:calc(100% - 15px);*/
        width:100%;
        position: relative;
    }
    .formWaarde.fwMobFlex {
        display:flex;
        width: 100%;
    }
    .noPhMob .form-control::-webkit-input-placeholder { /* WebKit browsers */
        color: transparent;
    }
    .noPhMob .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: transparent;
    }
    .noPhMob .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: transparent;
    }
    .noPhMob .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: transparent;
    }

    .phMob .form-control::-webkit-input-placeholder { /* WebKit browsers */
        color: #aaaaaa;
    }
    .phMob .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #aaaaaa;
        opacity:  1;
    }
    .phMob .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #aaaaaa;
        opacity:  1;
    }
    .phMob .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #aaaaaa;
    }
}
.formWaarde.full input,
.formWaarde.full textarea,
.formWaarde.full select{
    width: 100%;
    max-width: 600px;
    padding: 10px;
    height: 50px;
}
.formWaarde.inclTitel.full.checkbox{
    padding: 4px 0 11px 0;
}
.formWaarde.full.checkbox{
    padding: 11px 0;
}
.formWaarde.inclTitel input,
.formWaarde.inclTitel textarea,
.formWaarde.inclTitel select{
    padding: 6px;
    height: 38px;
}
.formWaarde textarea {
    height:100px;
}
.formWaarde.full textarea {
    max-width:600px;
    height:76px;
}
.formWaarde select {
    /*padding: 0 0 0 2px;*/
    /*vertical-align: middle;*/
}
.formWaarde select option {
    background: rgb(255, 255, 255);
    padding:2px 0 0 0;
    box-sizing: border-box;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    font-size: 1em;
}
.formWaarde select option.defaulttext {
    display:none;
}
.formWaarde input.validation {
    background: rgb(255, 255, 255);
    width: calc(100% - 80px);
    max-width: calc(500px - 80px);
    box-sizing: border-box;
    height:18px;
    padding: 0 0 0 2px;
    border: solid 1px #ddd;
    vertical-align:top;
    font-size: 0.8em;
}
formWaarde.full input.validation {
    max-width: calc(600px - 80px);
}
.formWaarde input.formCheckbox,
.formWaarde input[type="checkbox"],
.formWaarde input[type="radio"]{
    width: 18px;
    height: 18px;
    border: none;
    line-height: 24px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 8px;
}
.formWaarde.full input.formCheckbox,
.formWaarde.full input[type="checkbox"],
.formWaarde.full input[type="radio"]{
    margin-top: 0px;
}
.formWaarde .formCheckboxTekst {
    width: calc(100% - 25px);
    float: right;
    font-size: 0.8em;
}
.formWaarde label,
.formWaarde label {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 0.9em;
}
.formWaarde span:first-of-type{
    display: inline!important;
    float: right;
}
.formWaarde span,
.formWaarde.full span{
    /*padding-top: 5px;*/
    /*position: absolute;*/
}
.formWaarde.full span{
    top: 4px;
    right: 16px;
    position: relative;
}
.formWaarde span.formValidate,
.formWaarde.full span.formValidate{
    top: 4px;
    right: 0;
    float: none;
    position: relative;
}
.formWaarde span.small_fonts,
.formWaarde.full span.small_fonts {
    width: 100%;
    line-height: 26px;
    font-size: 0.8em;
    color: #C00;
    box-sizing: border-box;
    padding: 0 4px;
    text-align: right;
    position: unset;
}
.formWaarde span.small_fonts {
    text-align: left;
}
.formWaarde.inclTitel span{
    top: 0;
    right: 0;
    position: relative;
}
.formWaarde img.verificatie {
    width: 60px;
    height:30px;
    padding-left: 20px;
    border:none;
}
.formWaarde input:required:invalid+span:after,
.formWaarde input:focus:invalid+span:after,
.formWaarde input:required:invalid+span:after,
.formWaarde input:focus:invalid+span:after,
.formWaarde select:required:invalid+span:after,
.formWaarde select:focus:invalid+span:after,
.formWaarde textarea:required:invalid+span:after,
.formWaarde textarea:focus:invalid+span:after{
    content: url(../images/required.png);
    width: 16px; height: 16px;
    position: absolute;
}
.formWaarde input:required:valid+span:after,
.formWaarde select:required:valid+span:after,
.formWaarde textarea:required:valid+span:after{
    content: url(../images/valid.png);
    width: 16px; height: 16px;
    position: absolute;
}
.formWaarde input.validation:required:valid+span:after{
    content: '';
    width: 16px; height: 16px;
    position: absolute;
}
.formulier_waarde a{
    font-size: 0.9em;
}
form input#spin_kontrole { display: none; }
form div.is_een { display: none; }
@media only screen and (max-width: 640px) {
    .formWaarde .g-recaptcha > div{
        -moz-transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        transform-origin: top left;
    }
}
.formWaarde input[type="submit"].link{
    border: none;
    background: none;
    display: inline;
    cursor: pointer;
    text-decoration: underline;
}
.formWaarde > #knop {
    width: fit-content;
    /* min-width: 150px; */
    height: 30px;
    padding: 4px 20px 4px 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    background: rgba(58, 56, 54, 0.95);
    background: -webkit-linear-gradient(180deg,rgba(255,138,101,1), rgba(240,89,42,1));
    background: -o-linear-gradient(180deg,rgba(255,138,101,1), rgba(240,89,42,1));
    background: -moz-linear-gradient(180deg,rgba(255,138,101,1), rgba(240,89,42,1));
    background: linear-gradient(180deg,rgba(255,138,101,1), rgba(240,89,42,1));
    border: solid thin rgb(243 115 44);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 4px rgba(50,50,50,0.5);
    -webkit-box-shadow: 1px 1px 4px rgba(50,50,50,0.5);
    box-shadow: 1px 1px 4px rgba(50,50,50,0.5);
    vertical-align: middle;
    color: #ffffff;
    position: relative;
}
.formWaarde > #knop:hover {
    background: -webkit-linear-gradient(180deg,rgba(240,89,42,1),rgba(230,79,42,1));
    background: -o-linear-gradient(180deg,rgba(240,89,42,1),rgba(230,79,42,1));
    background: -moz-linear-gradient(180deg,rgba(240,89,42,1),rgba(230,79,42,1));
    background: linear-gradient(180deg,rgba(240,89,42,1),rgba(230,79,42,1));
}
.formWaarde.full > #knop {
    max-width: 600px;
    height: 44px;
    padding: 10px;
}
.formWaarde.knp_submit {
    /*text-align: right;*/
    min-height: 60px;
}

.formulier_waarde {
    width:calc(60% - 15px);
    box-sizing: border-box;
    padding: 0 0 0 0;
    text-align:left;
    vertical-align:top;
    color: #f95a15;
    float: left;
    font-size: 0.8em;
}
.formulier_checkbox_tekst {
    width: calc(100% - 25px);
    float: right;
    font-size: 0.8em;
}
.formulier_waarde_flex {
    display:flex;
    width: 60%;
}
.formulier_waarde.knp_submit {
    text-align: right;
}
.formulier_item_flexrequired {
    width:calc(100% - 15px);
    margin: 0 15px 0 5px;
    font-size: 1em;
}
.formulier_item_flexrequired:first-child {
    width:calc(100% - 15px);
    margin: 0 15px 0 0;
    font-size: 1em;
}
.formulier_item_flex {
    width:100%;
    margin: 0 0 0 5px;
    font-size: 1em;
}
.formulier_item_flex:first-child {
    width:100%;
    margin: 0 0 0 0;
    font-size: 1em;
}
.form_voornaam {
    flex: 2;
}
.form_tussenvoegsel {
    flex: 1;
}
.form_naam {
    flex: 3;
}
.form_adres {
    flex: 5;
}
.form_huisnummer {
    flex: 1;
}
@media only screen and (max-width: 640px) {
    .formulier_waarde_flex {
        display: block;
        width: 60%;
    }
    .form_voornaam {
        flex: 2;
    }
    .form_tussenvoegsel {
        flex: 1;
    }
    .form_naam {
        flex: 3;
    }
    .form_adres {
        flex: 5;
    }
    .form_huisnummer {
        flex: 1;
    }
}
.formulier_verplicht{
    width: 15px;
    padding-left: 8px;
    box-sizing: border-box;
    color: #f95a15;
    float: left;
}
.formulier_full {
    width:100%;
    padding: 5px 0 0 0;
    float: left;
}
/*.formulier.v2,*/
.formulier_full.v2 {
    padding: 10px 0 0 0;
}
form input[type="submit"].link{
    border: none;
    background: none;
    display: inline;
    cursor: pointer;
    text-decoration: underline;
}
.searchBox input[type="submit"]{
    background: url(../images/layout/ico-search.png) no-repeat;
    box-sizing: border-box;
    background-size: 25px auto;
    border: 0;
    padding: 2px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.grecaptcha-badge{
    display: none!important;
}
.g-recaptcha{
    padding-top: 20px;
}
input:required:valid+span:after{
    content: url(../images/valid.png);
    width: 16px; height: 16px;
    position: absolute;
}
input.validation:required:valid+span:after{
    content: '';
    width: 16px; height: 16px;
    position: absolute;
}
.defaulttext {
    display:none;
}
input[type="submit"] {
    color:#666;
    background: -webkit-linear-gradient(180deg,rgba(230,230,230,0.5),rgba(170,170,170,0.5)); /*Safari 5.1-6*/
    background: -o-linear-gradient(180deg,rgba(230,230,230,0.5),rgba(170,170,170,0.5)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(180deg,rgba(230,230,230,0.5),rgba(170,170,170,0.5)); /*Fx 3.6-15*/
    background: linear-gradient(180deg,rgba(230,230,230,0.5), rgba(170,170,170,0.5)); /*Standard*/
    border: solid thin rgba(150,150,150,0.5);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
input[type="submit"]:disabled {
    color:rgba(130,130,130,0.5);
    background: -webkit-linear-gradient(180deg,rgba(230,230,230,0.5),rgba(170,170,170,0.5)); /*Safari 5.1-6*/
    background: -o-linear-gradient(180deg,rgba(230,230,230,0.5),rgba(170,170,170,0.5)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(180deg,rgba(230,230,230,0.5),rgba(170,170,170,0.5)); /*Fx 3.6-15*/
    background: linear-gradient(180deg,rgba(230,230,230,0.5), rgba(170,170,170,0.5)); /*Standard*/
    border: solid thin rgba(150,150,150,0.5);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
}
.backToTopRegel{
    padding-bottom: 20px;
    text-align: right;
}
.backToTop{
    text-decoration: none;
    padding-bottom: 20px;
}
.backToTop:hover{
    text-decoration: none;
}
.backToTop > img{
    vertical-align: middle;
}
a.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 40px;
    bottom: 40px;
    background: url("../images/layout/arrow-top.png") no-repeat;
    background-size: 40px 40px;
}
a.back-to-top_blog {
    display: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 40px;
    bottom: 40px;
    background: url("../images/layout/arrow-top-blog.png") no-repeat;
    background-size: 40px 40px;
}
a:hover.back-to-top,
a:hover.back-to-top_blog{
    background: url("../images/layout/arrow-top_hover.png") no-repeat;
    background-size: 40px 40px;
}
#formPopUpDiv{
    z-index: 100;
    position: absolute;
    background-color: rgba(0,0,0, 0.7);
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 1.5em 0;
    padding: 0;
    font-size: .85em;
}
.formPopUpDiv{
    z-index: 100;
    position: absolute;
    background-color: rgba(0,0,0, 0.7);
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: .85em;
    overflow: auto;
}
#formBaseDivInput{
    width: 50%;
    float: left;
    font-size: inherit;
}
.formBaseDiv{
    visibility: visible;
    width: 48%;
    max-width: 130px;
    box-sizing: border-box;
    padding: 1px;
    height:18px;
    margin-left: 2%;
    color: #333;
    font-size: 0.9em;
    background: -webkit-linear-gradient(180deg,rgba(186,62,57,1),rgba(167,34,28,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(180deg,rgba(186,62,57,1),rgba(167,34,28,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(180deg,rgba(186,62,57,1),rgba(167,34,28,1)); /*Fx 3.6-15*/
    background: linear-gradient(180deg,rgba(230,230,230,1), rgba(170,170,170,1)); /*Standard*/
    border: solid thin rgba(150,150,150,1);
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow: 0px 1px 4px #999;
    -webkit-box-shadow: 0px 1px 4px #999;
    box-shadow: 0px 1px 4px #999;
    text-align: center;
    float: left;
    cursor: pointer;
}
#formPopUpItems{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
#formPopUpTitle{
    width: 100%;
    height: 40px;
    background-color: rgba(0,0,0, 0.8);
    padding: 9px;
    box-sizing: border-box;
    font-size: 1.6em;
    text-align: center;
    color: #fff;
}
.formPopupSelect{
    color: #333;
    height: 40px;
    vertical-align: middle;
}
.formPopupItem{
    text-align: center;
    /*background-color: rgba(255,255,255,1);*/
    padding: 5px;
    /*margin: 1%;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
}
.formPopupItem a{
    cursor: pointer;
    display: block;
}
.formPopUpClose {
    float: right;
    color: #fff;
    cursor: pointer;
    display: block;
}
.formPopUpClose a{
    float: right;
    color: #fff;
    cursor: pointer;
    display: block;
}
#formPopUpTitle > span > a > .formPopUpCloseButton {
    padding: 5px;
    width: 18px;
    height: 18px;
}
.formPopupItem a:hover{
    background-color: rgba(0,0,0, 0.05);
}
.formPopupFoto{
    max-height: 100px;
    max-width: 100px;
}
.formFotoPopup{
    /*max-height: 150px;*/
    width:100%;
}
.formPopupItem > div > a > img{
    width: 100%;
    height: auto;
    padding: 0;
}
@media only screen and (min-width: 400px) {
    .formPopupItem {
        width: 16.66%;
    }
}
@media only screen and (min-width: 600px) {
    .formPopupItem {
        width: 14.28%;
    }
}
@media only screen and (min-width: 800px) {
    .formPopupItem {
        width: 12.5%;
    }
}
@media only screen and (min-width: 1024px) {
    .formPopupItem {
        width: 10%;
    }
}
@media only screen and (min-width: 1200px) {
    .formPopupItem {
        width: 8.33%;
    }
}
@media only screen and (min-width: 1600px) {
    .formPopupItem {
        width: 7.14%;
    }
}
@media only screen and (min-width: 1800px) {
    .formPopupItem {
        width: 6.25%;
    }
}
@media only screen and (min-width: 2000px) {
    .formPopupItem {
        width: 5.55%;
    }
}
@media only screen and (min-width: 2200px) {
    .formPopupItem {
        width: 5%;
    }
}
#knop {
    width: 100px;
    height: 22px;
    padding: 0 0 0 0;
    font-size:15px;
    font-weight:normal;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border: solid 1px #666666;
}

.knp {				   
    min-width: 100px;
    height: 28px;
    padding: 2px 4px;
    font-size:15px;
    color: #333333;
    font-weight:normal;
							
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border: solid 1px #888;
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
}
.links .th_knop1Link {
    margin: 10px 0;
    /* width: 100px; */
    height: 22px;
    padding: 10px;
    font-size: 15px;
    font-weight: normal;
    background: transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 3px;
    border: solid 2px #EF2E31;
    color: #EF2E31;
    display: inline-block;
}

.veldVerbergen{
    display: none;
}