<style>
a {
	color: inherit;
}
/* 
Prevent scroll to apearing behind header.
scroll-margin-top doesnt work.
*/
#ontdek-hoe::before {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  width: 0;
  height: 10rem;
  margin-top: -10rem;
}
</style>