body {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 11px;
}

.prefooter .container .icons,
.figure a::before, a.clickenlarge::before,
.prefooter .row.icons {
	display: none;
}

.col-md-6 {
    width: 45%;
	float: left;
}

.col-md-4 {
    width: 28%;
	float: left;
}
 
.col-md-2 {
    width: 20%;	
	float: left;
}

.col-md-10 {
    width: 75%;
	float: left;
}

/** Für die ausgabe im PDF, dies klappt aber nicht so ganz

footer ul{width:700px}

footer ul li {
	display: inline-block;
	width:200px;
	float:left;
}
*/
@media (max-width: 800px) {
.ce-left .ce-column, .ce-right .ce-column {float: left;}
figure a img, figure img {width: auto; max-width: auto;}
figure {display: block; width: auto;}
.ce-right .ce-column img {max-width: 50%;}
.ce-left .ce-column img {max-width: 50%;}
}