.header{
	padding: 0 !important;
}

.header{	
	background:url(../../../images/patroon-paars.png) center center no-repeat;
	background-size: cover;	
}

.header h1,
.header p{
	color: var(--beige);
}

.header p{
	max-width: 60rem;
}

.header-icoon{
	color: var(--geel);
	font-size: 12rem;
}

.jumbotron.header h1{
	font-weight: 700;
	font-size: 8.3rem;
	line-height: 7rem;
}

.header_afbeelding{
	position: relative;
}

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

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

.header_afbeelding:after{
	content: "";
	position: absolute;
	inset: 0;
	background: var(--paars);
	opacity: 0.6;
}

.header_container{
	display: grid;
}

.header_afbeelding,
.header_content{
	grid-column: 1 / 1;
    grid-row: 1 / 1;
}

.header_content{
	position: relative;
	padding-block: max(5rem, calc(var(--jumbotron-standard-margin) / 2)) !important;
}

.header_content_zonder_foto{
	padding-block: 18rem 23rem!important;
}

.header.home_stijl h1 .groot{
    margin-left: -6.5rem;
    display: block;
    margin-bottom: -11rem;
}

.header.home_stijl{
	height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 21.5rem !important;
}

.header.home_stijl h1{
	line-height: 12rem;
	font-size: 9rem;
	margin-left: var(--column-width);
}

body:has(.header.home_stijl){
	padding-top: 0;
}

body:has(.header.home_stijl) nav.navbar:not(.not-at-top){
	background: none;
}

@media (max-width:767px)
{		
	.jumbotron.header h1 {
		font-size: 4rem;
    	line-height: 5.5rem;
    	hyphens: auto;
	}
	
	.header_content_zonder_foto {
		padding-block: 5rem 5rem!important;
	}

	.header p{
		max-width: none;
	}
	
	.project_info svg {
    	width: 2.5rem;
	}
	
	.project_info span {
		display: inline-flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		line-height: 3rem;
	}
	
	.header-icoon{
		font-size: 6rem;
	}
	
	.header.home_stijl h1 .groot{
		margin-left: -4rem;
		display: block;
		margin-bottom: -6.5rem;
		font-size: 7rem;
		white-space: nowrap;
	}

	.header.home_stijl{
		height: 100svh;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 12.2rem !important;
	}

	.header.home_stijl h1{
		line-height: 7rem;
		font-size: 3rem;
		margin-left: var(--column-width);
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.jumbotron.header h1 {
		font-size: 6.3rem;
		line-height: 8rem;
	}
	
	.header_content_zonder_foto {
		padding-block: 10rem 10rem!important;
	}

	.header p{
		max-width: none;
	}
	
	.project_info svg {
    	width: 2.5rem;
	}
	
	.project_info span {
		display: inline-flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		line-height: 3rem;
	}
	
	.header-icoon{
		font-size: 8rem;
	}
	
	.header.home_stijl h1 .groot{
		margin-left: -6.5rem;
		display: block;
		margin-bottom: -10rem;
		font-size: 14rem;
	}

	.header.home_stijl{
		height: 100svh;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 12.2rem !important;
	}

	.header.home_stijl h1{
		line-height: 11rem;
		font-size: 7rem;
		margin-left: var(--column-width);
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.jumbotron.header h1 {
		font-size: 6.3rem;
		line-height: 8rem;
	}
	
	.header_content_zonder_foto {
		padding-block: 10rem 10rem!important;
	}
	
	.header.home_stijl h1 .groot{
		margin-left: -6.5rem;
		display: block;
		margin-bottom: -10rem;
		font-size: 14rem;
	}

	.header.home_stijl{
		height: 100svh;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 17.5rem !important;
	}

	.header.home_stijl h1{
		line-height: 11rem;
		font-size: 7rem;
		margin-left: var(--column-width);
	}
}

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

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