body, html {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    color:#000;
}
h2{
    margin:0 0 15px;
}
.rowGroup {
    margin: 0 0 30px;
}
    .rowGroup .contactRow{
        display:flex;
        flex-wrap:wrap;
    }
    .rowGroup .contactRow label {
        width: 100%;
    }
.formulier .box, .searchbox {
    position: relative;
    width: 100%;
    max-width:300px;
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
    height: 50px;
    line-height: 50px;
    border: 1px solid #000;
    margin: 0 0 20px;
    border-radius: 5px;
}
form input.error, form textarea.error {
    background: #F2DEDE !important;
}
label.error {
    display: none !important;
}
.btn {
    display: inline-flex;
    height: 50px;
    align-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px !important;
    padding: 0 10px;
    transition: ease background 0.3s, ease color 0.3s;
    text-decoration: none;
    width: fit-content;
    border-radius: 10px;
    transition: ease background 0.3s, ease color 0.3s;
    background: #ff9900 !important;
    color:#FFF;
}