html .transition-fade {
	transition: opacity 0.2s;
	opacity: 1;
}
/* Define the styles for the unloaded pages */
html.is-animating .transition-fade {
	opacity: 0;
}

.duurzaamheid-overzicht-text{
	max-width: 700px;
	margin-bottom: 40px;
}