.navigatie-lijst h3 {
color:var(--h3color);
/*text-shadow:1px 1px rgb(0 0 0 / .1);*/
font-size:1.7em;
font-weight:400;
line-height:1.3;
text-wrap:balance;
margin:0.5em 0 0 0;
}
@media screen and (max-width: 900px) {
	.navigatie-lijst h3 { font-size:1.2em; }
}

.navigatie-lijst h4 {
color:var(--h3color);
/*text-shadow:1px 1px rgb(0 0 0 / .1);*/
font-size:1.7em;
font-weight:400;
line-height:1.3;
text-wrap:balance;
margin:0.5em 0 0 0;
}
@media screen and (max-width: 900px) {
	.navigatie-lijst h4 { font-size:1.2em; }
}

.navigatie-lijst h5 {
color:var(--h3color);
/*text-shadow:1px 1px rgb(0 0 0 / .1);*/
font-size:1.7em;
font-weight:400;
line-height:1.3;
text-wrap:balance;
margin:0.5em 0 0 0;
}
@media screen and (max-width: 900px) {
	.navigatie-lijst h5 { font-size:1.2em; }
}

.navigatie-lijst p {
color:var(--maincolor);
font-size:1.4em;
margin:0;
}
@media screen and (max-width: 900px) {
	.navigatie-lijst p { font-size:1em; }
}