

/* Layout für Mobilgeräte: 480 px oder weniger. */

div.wirteBlock {
	width: 100%;
	border-top: 1px dotted #999;
	margin: 10px 0 0 0;
	overflow: hidden;
	}

div.wirteBlockItems {
	width: 96%;
	margin-left: 2%;
	background-color: #;
	overflow: hidden;
	text-align: center;
	height: 100px;
	}

img.wirteItem {
	width: 100px;
	margin: 0px 1% 50px 1%;
	}

h3.wirteBlock {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 2.5%;
	}
p.wirteBlock {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 2.5%;
	padding: 0px;
	font-size: 1.1em;
	}

div.partnerBlock {
	width: 100%;
	margin: 10px 0 0 0;
	overflow: hidden;
	}

div.partnerBlockItems {
	width: 96%;
	margin-left: 2%;
	overflow: hidden;
	text-align: center;
	height: 150px;
	}

img.partnerItem {
	width: 100px;
	margin: 0px 1% 50px 1%;
	}

.swb {
	margin: auto;
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {

}


/* Layout für Tablet-PCs: 769 bis 968 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 769px) {

}



/* Desktoplayout: 919 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 919px) {

p.wirteBlock {
	font-size: 1.2em;
	}

}