.boxvraagofopmerking button h3 {
    margin-bottom: 0px;
    color: #e1151b;
    font-size: 28px;
    line-height: 38px;
}

.boxvraagofopmerking button h3:hover {
    text-decoration: underline;
}

.boxvraagofopmerking button {
    padding: 0px;
    background: none;
    width: 100%;
    text-align: left;
    position: relative;
    padding-right: 40px;
}

.boxvraagofopmerking .editorfieldcontactpersoon {
    padding-top: 0px;
    height: 0px;
    overflow: hidden;
}

.activeelement.boxvraagofopmerking .editorfieldcontactpersoon {
    padding-top: 10px;
    transition: all 0.25s;
    overflow: visible;
    height: auto;
}

.boxvraagofopmerking:last-child {
    margin-bottom: 0px!important;
}



@media (max-width: 768px) {

.boxvraagofopmerking button h3 {
    font-size: 22px;
    line-height: 32px;
}
    
}