/*
logo blau: #21466F
folder blau: #213D66
blau: #20476E
hellgrau: #DBDCE1
dunkelgrau: #8D919B


*/
/*
.background_blau {
	*background: #213D66;
	background: url(../assets/blue_back_1.png);
	background-size: auto 230px;
	background-repeat: no-repeat;
	background-position: 20% top;
	font-size: 29px;
	line-height: 37px;
	color: #FFFFFF;
	
}
*/
.background_blau:after {
	bottom: -50px;
	right: 0px;
	position: absolute;
	height: 50px;
	width: 40vw;
	*background: url(../assets/blue_back_after.png);
	background-repeat: no-repeat;
	content: "";
}
.background_blau {
	margin-top: 80px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 50px;
	overflow: visible;
	background: #25466E;
	font-size: 29px;
	line-height: 37px;
	color: #FFFFFF;
	
}

.background_blau .ce_text {
	max-width: 950px;
	margin: auto;
}
.background_blau_footer {
	*background: #213D66;
	*background: url(../assets/blue_back_footer_1.png);
	background-size: auto 400px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 29px;
	line-height: 37px;
	color: #FFFFFF;
	
}
.background_blau a {
	color: #213D66 !important;
}

.background_grey_light {
	margin-top: 80px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 50px;
	overflow: visible;
	font-size: 29px;
	line-height: 37px;
	color: #21466F;
	background: #DBDCE1;
}
.background_grey_light:before {
	top: -50px;
	left: 0px;
	position: absolute;
	height: 50px;
	width: 40vw;
	*background: url(../assets/grey_back_before.png);
	background-position: right center;
	*background-size: auto 300px;
	background-repeat: no-repeat;
	content: "";
}
.background_grey_light .ce_text {
	position: relative;
}
.background_grey_light .maxwidth {
	max-width: 1000px !important;
}
/*
@media only screen and (max-width: 1750px) {
	.background_grey_light .maxwidth {
		max-width: 900px !important;
	}
	.background_grey_light {
		background-size: auto 330px;
	}
}
*/

.font_white {
	color: #FFFFFF;
}
