div.css_banner {
	background: #B5CBD8;
	width:      100%;
	height:		25vw;
	font-size:  0px;
}

div.css_banner > div.logo_d {
	margin-top: 6vw;
	width: 4.375vw;
	border-radius: 0 1.875vw 1.875vw 0;
	height:	3.78vw;
	background: #006AB3;
}

div.css_banner > div.banner_text {
	font-size: 5.2vw;
	margin-left: 6.38vw;
	color: #006AB3;
	margin-top: -5.7vw;
}

div.css_banner > div.bold_banner_text{
	font-size: 5.2vw;
	/* Zweiter Wert = Einrückung untere Zeile*/
	margin-left: calc(6.38vw + 30vw);
	color: #006AB3;
	font-weight: bold;
}



/* Einzeiliges Layout */

div.css_banner_small {
	background: #B5CBD8;
	width:      100%;
	height:		15vw;
	font-size:  0px;
}

div.css_banner_small > div.logo_d {
	margin-top: 6vw;
	width: 4.375vw;
	border-radius: 0 1.875vw 1.875vw 0;
	height:	3.78vw;
	background: #006AB3;
}

div.css_banner_small > div.banner_text {
	font-size: 5.2vw;
	margin-left: 6.38vw;
	color: #006AB3;
	margin-top: -5.7vw;
}

div.css_banner_small > div.bold_banner_text{
	font-size: 5.2vw;
	/* Zweiter Wert = Einrückung untere Zeile*/
	margin-left: calc(6.38vw + 30vw);
	color: #006AB3;
	font-weight: bold;
}