.header{
	position: relative;
	margin-bottom: 120px !important;
}

.header img{
	max-height: 700px;
}

.header picture,
.header img{
	width: 100%
}

.header picture {
	width: 100%;
	height: 100%;
	display: flex; 
}

.header .container .row{
	width: 100%;
}

.header img {
	object-fit: cover; 
	height: auto;
	width:100%;
}

.header h1{
	max-width: 590px;
	padding-bottom: 60px;
}

.header:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(29, 29, 27, 0.6);
	background-image: linear-gradient(180deg, rgba(29, 29, 27, 0.6) 0px, rgba(29, 29, 27, 0) 250px);
}

.header svg{
	content: "";
	right: 0;
	bottom: 0;
	transform: translateY(50%);
	width: 380px;
	height: 690px;
    position: absolute;
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

.header .container{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
    height: 100%;
    display: flex;
    align-items: flex-end;
	padding-bottom: 100px;
	z-index: 5;
}

.referentie_single_info{
	color: rgba(255, 255, 255, 0.6);
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

@media (max-width:767px)
{		
	
	
	.header{
		margin-bottom: 60px !important;
	}
	
	.header svg{
		transform: translateY(50%) translateX(100%) translateX(-100px);
	}
	
	.header img{
		min-height: 450px;
	}
	
	.header .container{
		padding-bottom: 60px;
	}
	
	.header h1 {
		padding-bottom: 0px !important;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.header svg{
		right: -225px;
	}
	
	.header img{
		min-height: 366px;
	}
	
	.header h1 {
		max-width: none;
	}
	
	.header .container{
		padding-bottom: 0;
	}
	
	.referentie_single_info{
		display: block;
		margin-bottom: 30px !important;
	}
	
	.header{
		margin-bottom: 80px !important;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.header svg{
		right: -225px;
	}
	
	.header img{
		min-height: 366px;
	}
	
	.header h1 {
		max-width: none;
	}
	
	.header .container{
		padding-bottom: 30px;
	}
}

@media (min-width:1200px)  and (max-width:1320px)
{
	.header svg{
		right: -125px;
	}
}