.header_afbeelding{
    position: relative;
}

.header_afbeelding:after{
    position: absolute;
    background-image: linear-gradient(180deg, rgba(55, 66, 74, 0) 0%, rgba(55, 66, 74, 0.9) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.header_content{
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
}

.header h1{
	background: none !important;
}

.header .merk_logo_categorie{
	display: none;
}

.header header:before{
    display: none;
}

.jumbotron.header h1,
.header p{
    color: #fff;
}

.jumbotron.header h1{
    padding-left: 0;
    transform: none;
    margin-left: 8.3333333333%;
}

.header_content > .row,
.header_content .col-xl-10,
.header_content .last-no-margin{
    height: 100%;
}

.header_content > .last-no-margin{
    display: flex;
    flex-direction: column;
    padding-bottom: 7.5rem;
}

.header_content .last-no-margin header{
    margin-top: auto;
}

.header .introtekst > *:last-child{
    margin-bottom: 0 !important;
}

.header_hulp{
    background-color: #b6bf00;
    padding: 1.5rem 2.5rem 2.5rem;
    color: #ffffff;
    font-family: news-gothic-std, sans-serif;
    font-size: 2.2rem;
    float: right;
}

.blauwe_hulp_overlay{
	background-color: #007ac9;
}

.toon_hulp_overlay{
    margin-bottom: -10rem;
}

.hulp_buttons{
    display: flex;
    column-gap: 1rem;
    margin-top: 2rem;
}

.header_hulp a{
    border: 0.1rem solid #fff;
    color: #ffffff !important;
    text-decoration: none;
    font-family: news-gothic-std, sans-serif;
    font-size: 1.6rem;
    line-height: 4rem;
    padding: 0 1.5rem;
    display: inline-flex;
}

.header_hulp a i{
    font-size: 1.6rem;
    line-height: 4rem;
    margin-left: 0.7rem;
}

.header h1{
    max-width: 82.5rem;
}

@media (max-width:767px)
{		
	.header_afbeelding {
        margin: 0 calc((-1 * (100vw - 100%) / 2) + 2rem);
		height: 19rem;
    }
	
	.header_content .last-no-margin header + .row{
		display: none;
	}
	
	.header_content .last-no-margin header h1{
		margin-bottom: 0;
		margin-top: 0;
	}
	
	.header_content .last-no-margin header{
		padding: 0 2rem;
	}
	
	.header_afbeelding picture{
		display: flex;
		height: 100%;
		width: 100%;
	}
	
	.header_afbeelding img{
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
    
    .jumbotron.header h1 {
        margin-left: 0;
    }
    
    .header_content > .row, .header_content .col-xl-10, .header_content .last-no-margin{
        height: auto;
    }
    
    .header_content > .last-no-margin{
        padding: 0 calc((100vw - 660px) / 2);
    }
	
	.header_afbeelding_container{
		margin-top: 5rem;
		height: 100%;
	}
	
	.header .d-md-none{
		margin-top: 2rem;
    	padding: 0 4rem;
	}
	
	.header .d-md-none p{
		color: #37424a;
	}
	
	.header .d-md-none *:last-child{
		margin-bottom: 0;
	}
	
	.header h1{
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;  
		overflow: hidden;
	}
	
	.header .breadcrumbs {
		margin-top: -6rem;
	}
    
    .toon_hulp_overlay {
        margin-bottom: 0;
        margin-top: var(--default-margin-bottom);
    }
    
    .header_content{
        display: flex;
        padding-bottom: 2rem;
    }
}

@media (min-width:768px) and (max-width:991px)
{
	.header_afbeelding {
        margin: 0 calc((-1 * (100vw - 100%) / 2) + 3rem);
    }
    
    .jumbotron.header h1 {
        margin-left: 0;
    }
    
    .header_content > .row, .header_content .col-xl-10, .header_content .last-no-margin{
        height: auto;
    }
    
    .header_content > .last-no-margin{
        padding: 0 calc((100vw - 660px) / 2);
    }
    
    .toon_hulp_overlay {
        margin-bottom: 0;
        margin-top: var(--default-margin-bottom);
    }
    
    .header_content{
        display: flex;
        padding-bottom: var(--default-margin-bottom);
    }
    
    .jumbo_met_hulp{
        margin-bottom: 12rem;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
	.header_content > .last-no-margin{
		padding-bottom: 3.5rem;
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}