.ce-header {
	position: relative;
}

.ce-header > .container {
	position: relative;
}

.ce-header > .container .ce-header-text {
    /*padding-left: 60px;*/
    text-align: center;
}

@media (max-width: 767px) {
	.ce-header .container {
		max-width: 100%;
		width: 100%;
	}
	.ce-header.frame-switch-container.background-driven > .container {
		padding: 0px;
	}
	.ce-header.frame-switch-container.background-driven > .container .background-wrapper {
		left: 15px;
	}
}

.ce-header.red {
	background-color: #B51621;
}

.ce-header.grey {
	background-color: #DDDDDD;
}

.ce-header.black {
	background-color: #000000;
}

.ce-header.white {
	background-color: #FFFFFF;
}

.ce-header.frame-switch-container.text-driven {
	background-color: transparent;
}
.ce-header.red.frame-switch-container.text-driven .container {
	background-color: #B51621;
}
.ce-header.grey.frame-switch-container.text-driven .container {
	background-color: #DDDDDD;
}
.ce-header.black.frame-switch-container.text-driven .container {
	background-color: #000000;
}
.ce-header.white.frame-switch-container.text-driven .container {
	background-color: #FFFFFF;
}

.ce-header-header {
	font-size: 50px;
	font-weight: 400;
	color: #FFF;
    line-height: 60px;
    margin-bottom: 10px;
}
.ce-header-header span {
	display: block;
}
.ce-header-header strong {
	font-weight: 900;
}
.ce-header-subheader {
	font-size: 28px;
	font-weight: 400;
	color: #FFF;
}

@media (max-width: 1199px) {
	.ce-header-header {
		font-size: 32px;
	}
	
	.ce-header-subheader {
		font-size: 21px;
	}
}

@media (max-width: 767px) {
	.ce-header-header {
		font-size: 21px;
	}
	
	.ce-header-subheader {
		font-size: 16px;
	}
	.ce-header-onelementimage img {
		width: 40px;
		height: auto;
	}
}

@media (max-width: 570px) {
	.ce-header-header {
		font-size: 16px;
	}
	
	.ce-header-subheader {
		font-size: 12px;
	}
	.ce-header-onelementimage img {
		width: 25px;
		margin-top: 5px;
	}
}

.ce-header-backgroundimage {
	position: relative;
}

.ce-header.sop25 .ce-header-backgroundimage:before {
	content: "";
	background-color: rgba(0,0,0,.25);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.ce-header.sop50 .ce-header-backgroundimage:before {
	content: "";
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.ce-header.sop75 .ce-header-backgroundimage:before {
	content: "";
	background-color: rgba(0,0,0,.75);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.ce-header-backgroundimage img {
	width: 100%;
	max-width: 100% !important;
}

.ce-header-onelementimage:after {
	content: "";
	display: block;
	clear: both;
}

.ce-header-onelementimage .img-holder {
	float: left;
	margin-right: 20px;
}

.ce-header-onelementimage .img-holder + .ce-header-text {
	float: left;
}

@media (max-width: 570px) {
	.ce-header-onelementimage .img-holder {
		margin-right: 10px;
	}
}

/* text driven */

.ce-header.text-driven {
	padding: 45px 0px 45px 0px;
}
.ce-header.frame-switch-container.text-driven {
	padding: 0px;
}
.ce-header.frame-switch-container.text-driven .container {
	padding: 45px 15px 45px 15px;
}

/* background driven */

.ce-header.background-driven .fullwidth,
.ce-header.background-driven .container {
	position: relative;
}

.ce-header.background-driven .background-wrapper {
	position: absolute;
	bottom: 50px;
	left: 0px;
	z-index: 100;
	width: 100%;
}

.ce-header.background-driven .container .background-wrapper {
	position: absolute;
	bottom: 50px;
	left: 30px;
	z-index: 100;
	width: calc(100% - 15px);
}

@media (max-width: 991px) {
	.ce-header.background-driven .background-wrapper,
	.ce-header.background-driven .container .background-wrapper {
		bottom: 10px;
	}
}

.formsprache {
	position: relative;
}
.formsprache * {
	color: #52565B;
}
.formsprache:after {
	content: "";
	clear: both;
	display: block;
}
.formsprache-image-holder {
	position: relative;
	width: 50%;
	float: left;
    overflow: hidden;
}
.formboi {
	position: absolute;
	right: -1px;
	top: -1px;
	height: calc(100% + 2px);
    width: auto;
}
.formsprache-text-bereich {
	background-color: #F3F5F7;
	width: 50%;
	position: absolute;
	right: 0;
	height: 100%;
	overflow: hidden;
}
.formsprache-text-bereich:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 1000px 1000px;
	border-color: transparent transparent rgba(67,71,75,.02) transparent;
	right: 0;
	position: absolute;
}
.formsprache-text-bereich .ce-header-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	z-index: 100;
}