.header_container{
	position: relative;
	padding: var(--jumbotron-standard-margin) 0;
}

.header_afbeelding{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.header_afbeelding:after{
	content: "";
	position: absolute;
	inset: 0;
	/*background-image: radial-gradient(1014px 338px at 50.03% 87.69%, rgba(37, 35, 52, 0.15) 0%, rgba(37, 35, 52, 0.4) 100%);*/
	background: linear-gradient(#403e58 0%, #676585 100%);
    opacity: 0.84;
}

.header_container h1,
.header_container p{
	color: #fff;
}

.header_container picture{
	display: flex;
	height: 100%;
	width: 100%;
}

.header_afbeelding img{
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	height: 100% !important;
}

.header_content{
	position: relative;
	z-index: 1;
}

.header_afbeelding_klein{
    margin-bottom: calc(-1 * var(--jumbotron-standard-margin));
}

.header_met_kleine_afbeelding .row{
    --bs-gutter-x: 7rem;
}

.header_met_kleine_afbeelding:first-child .header_afbeelding_klein_container {
    margin-right: calc(-1 * ((100vw - var(--container-width)) / 2));
}

.header_met_kleine_afbeelding:first-child{
    position: relative;
    padding-block: 3rem;
}


.header_met_kleine_afbeelding:first-child .col-lg-6{
    align-self: center;
}

.header_met_kleine_afbeelding:first-child:after{
	content: "";
    background-size: contain;
	position: absolute;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='386' height='468' viewBox='0 0 386 468'%3E%3Cdefs%3E%3ClinearGradient id='u9p3a' x1='28.22' x2='213.52' y1='322.84' y2='478.69' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.25'/%3E%3C/linearGradient%3E%3ClinearGradient id='u9p3b' x1='364.86' x2='226.08' y1='128.6' y2='245.32' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.25'/%3E%3C/linearGradient%3E%3ClinearGradient id='u9p3c' x1='69.05' x2='161.31' y1='-10.64' y2='66.95' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg%3E%3Cg clip-path='url(%23clip-f21c936d-43c0-407f-8956-a74a8611b485)'%3E%3Cpath fill='url(%23u9p3a)' d='M0 411.5C0 346.607 52.607 294 117.5 294S235 346.607 235 411.5c0 64.894-52.607 117.5-117.5 117.5S0 476.394 0 411.5z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='url(%23u9p3b)' d='M210 195c0-48.6 39.399-88 88-88s88 39.4 88 88c0 48.602-39.399 88-88 88s-88-39.398-88-88z'/%3E%3C/g%3E%3Cg clip-path='url(%23clip-bd357297-d946-433e-8670-7f4baf05e6f6)'%3E%3Cpath fill='url(%23u9p3c)' d='M55 33.5C55 1.192 81.193-25 113.5-25 145.81-25 172 1.192 172 33.5c0 32.31-26.19 58.5-58.5 58.5C81.193 92 55 65.81 55 33.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	inset: 0;
	z-index: -1;
}

.introtekst_nieuws{
    margin-top: 15rem;
}

.nieuws_header header{
    margin-left: calc(-1 * (6 * var(--column-width)) - 3rem);
    position: absolute;
    z-index: 15;
    max-width: calc(6 * var(--column-width));
}

.nieuwsafbeelding{
    margin-left: calc(-1 * ((100vw - var(--container-width)) / 2) + 3rem);
    position: relative;
    float: right;
}

.nieuwsafbeelding:after{
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(413px 413px at 55% 98.56%, rgba(37, 35, 52, 0.3) 0%, rgba(37, 35, 52, 0.6) 100%);
}

@media (max-width:767px)
{		
	.nieuws_header header{
		position: static;
		max-width: none;
		margin-left: 0;
	}
	
	.introtekst_nieuws {
		margin-top: 0;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.nieuws_header header {
        margin-left: calc(1 * (1 * var(--column-width)));
        margin-top: -9rem;
        max-width: none;
        position: relative;
    }
    
    .introtekst_nieuws {
        margin-top: 0;
        margin-left: calc(1 * (1 * var(--column-width)));
        margin-right: calc(1 * (1 * var(--column-width)));
    }
}

@media (min-width:992px) and (max-width:1199px)
{
	.nieuws_header header {
        margin-left: calc(-1 * (2 * var(--column-width)) - 3rem);
    }
    
    .introtekst_nieuws {
        margin-top: 25.5rem;
        margin-left: calc(-1 * (6 * var(--column-width)));
    }
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}