/* BLOK HEADER */ 
.contentblok.header {
	position: relative;
	overflow: hidden;
    margin-top: 6rem!important;
}

.contentblok.header h1 {
	background-color: transparent; 
} 

.contentblok.header .header_content h2 {
	font-size: 2.2rem;
	margin-bottom: 1rem;
}

/* AFBEELDING WRAPPER */
.header_afbeelding {
	position: relative;
	width: 100%;
}
.header_afbeelding img {
	border-radius: 25px;
	margin-bottom: 6rem;
}
/* .header_afbeelding {
	position: relative;
	width: 100%;
	max-width: 620px;
	margin: 0 auto 4rem auto;
	transform: rotate(-2deg) scale(1.05);
} */


/* SPETTERS ACHTER FOTO */
/* .header_afbeelding::before {
	content:'';
	position:absolute;
	top: -10rem;
	left: -60px;
	width: 140%;
	height: 140%;
	background: url('../../assets/img/header-bg-graan-rechts.png') no-repeat center; 
	background-size: contain;
	opacity: 0.15;
	z-index: 0;
	pointer-events: none;
} */


/* FOTO MET MASK */
/* .foto-mask {
	position: relative;
	z-index: 2;

	width: 100%;
	padding-top: 90%;

	background-size: cover;
	background-position: center;

	-webkit-mask: url('../../assets/img/mask-01-geweven-schild.svg') no-repeat center/contain;
	mask: url('../../assets/img/mask-01-geweven-schild.svg') no-repeat center/contain;

	-webkit-mask-size: contain;
	mask-size: contain;

	filter: contrast(1.1) saturate(1.1) brightness(0.95);
} */


/* SUBTIELE SPETTERS OVER FOTO (OPTIONEEL) */
/* .foto-mask::after {
	content:'';
	position:absolute;
	inset:0;

	background: url('../../assets/img/spetter.png') no-repeat center;
	background-size: contain;

	opacity: 0.05;
	mix-blend-mode: multiply;
	pointer-events:none;
} */


/* DECORATIE (ALS JE DIE NOG GEBRUIKT) */
.decoratie {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 110%;
	height: auto;
	pointer-events: none;
	opacity: 0.8;
}
.header_afbeelding {
	transform: none;
	margin-top: 2rem;
}



/* MEDIA QUERIES - MOBILE FIRST */ 

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {
}

@media (min-width: 1920px) {
}

@media (min-width: 2560px) {
}