/* 
Flex Afbeelding

Algemene CSS instellingen voor de module.
Verwijder deze instellingen niet.
*/

.flex_module.afbeeldingmodule .afbeelding img{
    height: 100%;
    object-fit: cover;
    width:100%;
	border-radius:10px;
}

.flex_module.afbeeldingmodule .afbeelding.extra.groot {
	height:600px;
    object-fit: cover;
    width:100%;
}

.flex_module.afbeeldingmodule .afbeelding.groot {
    height: 500px;
	max-height:500px;
    object-fit: cover;
    width:100%;
}

.flex_module.afbeeldingmodule .afbeelding.medium {
    height: 400px;
	max-height:400px;
    object-fit: cover;
    width:100%;
}

.flex_module.afbeeldingmodule .afbeelding.klein {
    height: 300px;
	max-height:300px;
    object-fit: cover;
    width:100%;
}