/* Get in touch form: witte tekst op donkere achtergrond */
.section--dark-bg .contact-form .textfield {
	color: #fff !important;
}
.section--dark-bg .contact-form .textfield::placeholder {
	color: rgba(255, 255, 255, 0.6);
	opacity: 1;
}
.section--dark-bg .contact-form .textfield:focus,
.section--dark-bg .contact-form .textfield:hover {
	color: #fff !important;
}
