.header{
	padding-bottom: 0 !important;
}

.header_grid{
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}

.header_grid_content,
.header_grid_afbeelding{
	grid-row: 1;
}

.header_grid_content{
	padding-top: 4rem;
	grid-column: 1 / 8;
    z-index: 2;
    padding-bottom: var(--jumbotron-standard-margin);
}

.header_grid_afbeelding picture{
	display: flex;
	width: 100%;
	height: 100%;
}

.header_grid_afbeelding img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.stijl_achtergrondkleur_f1f4f8 .header_grid_content{
	grid-column: 1 / 7;
}

.header_grid_afbeelding{
	grid-column: 4 / 13;
	overflow: hidden;
	border-radius: 0 4.75rem 0 4.75rem;
	position: relative;
}

.header_grid_afbeelding:after{
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(30, 56, 85, 0.75) 0%, rgba(30, 56, 85, 0) 100%);
}

.stijl_achtergrondkleur_f1f4f8 .header_grid_afbeelding:after{
	background: linear-gradient(to right, rgba(241, 244, 248, 0.75) 0%, rgba(241, 244, 248, 0) 100%);
}

@media (max-width:767px)
{		
	.header_grid_content {
		padding-top: 3rem;
		grid-column: 1 / 13;
	}

	.header_grid_afbeelding:after{
		background: linear-gradient(to right, rgba(30, 56, 85, 0.75) 0%, rgba(30, 56, 85, 0) 150%);
	}
	
	.stijl_achtergrondkleur_f1f4f8 .header_grid_afbeelding:after {
		background: linear-gradient(to right, rgba(241, 244, 248, 0.75) 0%, rgba(241, 244, 248, 0) 150%);
	}
	
	.stijl_achtergrondkleur_f1f4f8 .header_grid_content {
		grid-column: 1 / 13;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.header_grid_content {
		grid-column: 1 / 10;
	}

	.header_grid_afbeelding:after{
		background: linear-gradient(to right, rgba(30, 56, 85, 0.75) 0%, rgba(30, 56, 85, 0) 150%);
	}
	
	.stijl_achtergrondkleur_f1f4f8 .header_grid_afbeelding:after {
		background: linear-gradient(to right, rgba(241, 244, 248, 0.75) 0%, rgba(241, 244, 248, 0) 150%);
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}