/* ===========================================
 * rote Kreise auf Bild
 * ======================================== */


	
/* ===========================================
 * Fonts
 * ======================================== */

.summarytext {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
	font-size: 1.375em;
	line-height: 1.75em;
	color: #444444;
	max-width: 634px;
}

@media screen and (max-width: 599px) {
	.summarytext{
		font-size: 1.2em !important;
		line.height: 1.5em;
	}
	
}
/* ===========================================
 * Abstände
 * ======================================== */	
 
 
.ab_mitte{
margin-left: 25%;
}

@media screen and (max-width: 599px) {
	.ab_mitte {
		margin: 0px!important;
	}
}


