<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Color en font labels aanpassen */
.wpcf7-form label {
color:#37220C;
}
/* Verzonden bericht zwarte rand */
.wpcf7 form.sent .wpcf7-response-output {
border-color: black;
}
</style>
<!-- end Simple Custom CSS and JS -->