/*  GRID OF TWO   Ueberschrift zweite Reihe (in rot und schräg/italic)============================================================================= */



.h4ueberschrift {
	color: #BB1020;
	font-size:20px;
	font-style:italic;
}

.span_1_of_2 a {

}


/*Grid-System ============================================================ */

.span_1_of_2  {
		width: 12%;
}


.span_2_of_2 {
	width: 80%;
	border-left: 1px solid #bfbfbf;
	text-align:justify; 
}


.span_2_of_2 p, h4, h3 ,a , img, .sonderschrift {
	margin:0 3% 0 3%;

}


/*  GO FULL WIDTH AT LESS THAN 720 PIXELS ============== */

@media only screen and (max-width: 720px) {
	
	p, a {
	font-size:16px;
	
	}



	div.span_2_of_2	{
		width:94%;
		margin-left: 4%;
		border-left: 0px solid #fff;
 
	}
	
		div.span_1_of_2	{
		width:100%;

	}
	
	div.span_1_of_2 a	{
		margin: 0 0 20px 0;
	}
	
	
}





