.ce_fancy_headerimage {
	border-bottom: 50px solid transparent;

	--height: 35vh;
}

.ce_fancy_headerimage .image {
	height: var(--height);
}
.ce_fancy_headerimage .no-parallax.image {
	background-size: cover!important;
	background-repeat: no-repeat!important;
}

.ce_fancy_headerimage > div {
	position: relative;

}
.ce_fancy_headerimage > div > .headline{
	position: absolute;
	bottom: 0;
	left: max(20px, calc((100vw - 1160px) / 2));
	text-align: right;
	z-index: 1;
}

.ce_fancy_headerimage > div h1,
.ce_fancy_headerimage > div h2,
.ce_fancy_headerimage > div h3,
.ce_fancy_headerimage > div h4,
.ce_fancy_headerimage > div h5,
.ce_fancy_headerimage > div h6 {
	color: white;
	text-shadow: -2px 2px 5px black;
	text-shadow: -2px 2px 5px rgb(0 0 0 / 60%);
	margin: 0;
	line-height: 1em;
}
.ce_fancy_headerimage::after {
	content: "";
	position: absolute;
	background: #059ad4;
	background: linear-gradient(135deg, rgba(0,60,83,1) 0%, rgba(5,154,212,1) 100%);
	height: 70px;
	width: 50vw;
	position: absolute;
	left: max(-200px, calc((100vw - 1160px) / 2 - 35%));
	bottom: 0;
}