
.contact-forms{
    margin-bottom: 30px;
}
.contact-forms a{
    background: #82E650;
    border-radius: 40px;
    color: #FFFFFF;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 22px;
    width: 294px;
    display: inline-block;
    text-align: center;
}

.right-text{
    font-weight: normal;
    font-size: 18px;
    line-height: 150.84%;
    text-align: right;
    color: #7D7D7D;
}
.right-text a{
    font-weight: bold;
    color: #1E5051;
}

.contacttijden{
    max-width:560px;
    margin:0 auto;
    text-align: center;
    padding-top:100px;
    margin-bottom:200px;
    font-size: 24px;
}
.contacttijden div:nth-child(1){
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #1E5051;
    margin-bottom:30px;
}
.contacttijden div:nth-child(2){
    font-weight: bold;
}

.contacttijden div:nth-child(4){
    font-weight: bold;
    margin-top: 30px;
}
.modal-title{
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #1E5051;
}
.modal-content{
    background: #E9FFDF;
}
.foot{
    text-align: center;
    margin-top: -20px;
    position: inherit;
    display: block;
}

.foot button{
    border: 0;
    padding: 5px 30px;
    background: #82E650;
    border-radius: 40px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    cursor:pointer;
}
