/* Mandanten-CSS 
----------------------------------------------------------------------------------------------------*/
/* H1 im Einleitungstext keine Versalien */
.einleitung .csc-subheader {
	float:none;
	font-weight:bold;
}
.einleitung h1 {
	text-transform:none;
	color:#44A7DD;
}
.einleitung p {
	font-size:1.2em;
}