.blokluikPage{}
.blokluikPage h1{
	color:var(--blue);
	font-size: 40px !important;
	margin-bottom: 0.9em;
}

.blokluik{
	overflow-x: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blokluik:not(.blokluik-midden){
	min-height: 400px;
}
.blokluik .row{
    display: flex;
    align-items: center;
    width: 100%;
}

@media screen and (max-width:1024px){
	.blokluik .row{
		align-content: center;
		flex-direction: column;
	}
}

.blokluik .row img{
	max-height:100%;
	max-width:100%;
	width:auto;
	height:auto;
}
.blokluik .row > div{
	display:flex;
	justify-content: center;
	align-items: center;
}
.blokluik .row h1{
    margin: 0;
    color: var(--orange);
}
.blokluik .row h2{
    /* margin-top: -5px; */
    color: var(--themeColorDarkText);
    margin-bottom: 1.5em;
}
.blokluik .row p{}

.red .row h1,
.themeColorDark .row h1,
.gold .row h1{
    color: var(--greyLight);
}

.themeColorDark .row h2,
.red .row h2,
.gold .row h2{
	color: white;
}

.themeColorDark .row p,
.themeColorDark .row ol,
.themeColorDark .row ul,
.red .row p,
.red .row ol,
.red .row ul,
.gold .row p,
.gold .row ol,
.gold .row ul{
	color: white;
}

@media screen and (max-width:769px){
	.blokluik .row iframe,
	.blokluik .row img{
		margin-bottom: 15px;
	}
	.blokluik .row > div{
		display:block;
	}
	
	.blokluikPage h1,
	.blokluikPage h2,
	.blokluikPage h2 strong{
		width: 100%;
		display: inline-block;
		word-break: break-word;
		overflow: hidden;
	}	
	.blokluik .row h2,
	.blokluik .row h2 strong {
		width: 100%;
		display: inline-block;
		word-break: break-word;
		overflow: hidden;
	}
}