@charset "utf-8";
.backgroundImage { color:#ffffff; background-size:cover;
background-position:center;}
.width50 { width:48%; float:left; margin-right:1.8%;}
.width25 { width:23%; margin-left:1.8%; float:left;}
.width33 { width:32%; margin-left:1.8%; float:left;}
.width75 { width:73%; margin-left:1.8%; float:left;}
.fadeIn { }
.fadeInRight { }
.fadeInLeft { }
.fadeInUp { }
.clear { }
.minHight90vh {     min-height:75vh;}
.grauerHintergrund { color:#ffffff; background-color:#4f4f4f; padding:25px;
background-position:cover;}
.AbstandObenUnten { padding-top:50px;
padding-bottom:50px;}
.weisserHintergrund { color:#030303; background-color:#ffffff; }
.underline { }
.backgroundImageContain { background-size: contain;}
.BilderRandlos { }
#content .BilderRandlos img.CMSimage, 
#content .BilderRandlos img.image {
    margin: 0;
    width: 100%;
}
.minHeight300px { 	min-height: 200px;
	display:flex;
}
#content div.textWrapper.minHeight300px > div.text,
#content .minHeight300px > .text {
	margin: auto 7%;
	width: 86%;
        color:#fff;
}
#content .minHeight300px > .text h1,
#content .minHeight300px > .text h2 {
        color:#fff;
}
.BlauerHintergrund { color:#ffffff; background-color:#35465a; }