


/*      global
================================================== */

body {
	font-size: 0.8em;
}

#main_nav,
#suche,
#footer {
	display: none;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.box {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.kategorienliste {
	display: none;
}


/*      startseite
================================================== */

.print_teaser_bild img {
	max-width: 100%;
	width: auto;
	height: auto;
	-moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    margin: 0;
}

#home_secondary {
	width: 50%;
	position: relative;
	clear: both;
	margin: 0;
	left: auto;
}

.teaser {
	display: none;
}




/*      single, category
================================================== */

.beitrag_detailansicht,
.listenansicht {
	width: 100%;
	float: none;
}
