.ind4-header__image-wrap{
	position: relative;
}

.ind4-header__image-wrap::after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .45);
	z-index: 2;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
}

.ind4-header__headlines{
	position: absolute;
	bottom: 140px;
	left: calc(50% - 600px);
	z-index: 3;
}

.ind4-header__subheadline{
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	display: block;
}

.ind4-header__headline{
	margin: 0px;
	font-size: 45px;
	line-height: 55px;
	color: #ffffff;
	font-weight: bold;
	display: block;
}

.ind4-header__teasers{
	background-color: #005192;
	text-align: center;
}

.ind4-header__teasers-row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
}

.ind4-header__teaser{
	flex: 1 1 20%;
	width: 20%;
	padding: 40px 20px;
	text-align: center;
	position: relative;
}

.ind4-header__teaser::after{
	content: '';
	right: -1px;
	top: 30px;
	bottom: 30px;
	background: rgba(255,255,255,.25);
	width: 2px;
	position: absolute;
}

.ind4-header__teaser:last-child::after{
	display: none;
}

.ind4-header__teaser-image{
	margin-bottom: 15px;
}

.ind4-header__teaser-text p{
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
}

.ind4-header__teaser-text p:last-child{
	margin-bottom: 0px;
}

@media (max-width: 1399.98px){

}

@media (max-width: 1199.98px){
	
	.ind4-header__headlines{
		left: 20px;
		bottom: 30px;
		right: 20px;
	}
	
}

@media (max-width: 991.98px){
	
	.ind4-header__headline{
		font-size: 38px;
		line-height: 44px;
		margin-top: 5px;
	}
	
	.ind4-header__teaser{
		flex: 0 1 33.333334%;
		width: 33.333334%;
	}
	
	.ind4-header__teaser:nth-child(3)::after{
		display: none;
	}
}
@media (max-width: 767.98px){
	
	.ind4-header__image{
		width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: center;
	}
	
	.ind4-header__headline{
		font-size: 32px;
		line-height: 38px;
	}
	
	.ind4-header__teaser{
		flex: 0 1 50%;
		width: 50%;
	}
	
	.ind4-header__teaser:nth-child(odd)::after{
		display: block;
	}
	
	.ind4-header__teaser:nth-child(even)::after,
	.ind4-header__teaser:last-child::after{
		display: none;
	}
	
	
}
@media (max-width: 575.98px){
	
	.ind4-header__headline{
		font-size: 28px;
		line-height: 32px;
	}
	
	.ind4-header__teasers-row,
	.ind4-header__teaser{
		display: block;
		width: 100%;
		padding: 25px 15px;
	}
	
	.ind4-header__teaser::after{
		display: none !important;
	}
}
