div.prospekt_item{
	position: relative;
	float: left;
	width: 31.33%;
	margin: 0px 1% 0px 1%;
	margin-bottom: 30px;
	background: #EEE;	
}
@media (max-width: 900px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1350px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2250px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2700px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1350px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2250px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2700px) and (orientation:portrait)
 {
	div.prospekt_item{
		width: 48%;
	}
}
@media (max-width: 600px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 900px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 900px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1800px) and (orientation:portrait)
 {
	div.prospekt_item{
		width: 98%;
	}
}
div.prospekt_item img{
	width: auto;
	height: 100%;
	-moz-box-shadow: 8px 8px 10px 0px #666;
 	-webkit-box-shadow: 8px 8px 10px 0px #666;
	 box-shadow: 8px 8px 10px 0px #666;
}
div.prospekt_item_title{
	clear: both;
	position: relative;
	background: #00778D;
	padding: 10px;
	color: white;
	font-weight: bold;
}
div.prospekt_item_preis{
	clear: both;
	position: relative;
	background: #AAA;
	padding: 10px;
	color: white;
}
div.prospekt_item_preis a{
	float: right;
	color: black;
}
div.prospekt_item_inner{
	height: 250px;
	padding: 20px;
	box-sizing: border-box;
	overflow: auto;
	text-align: center;
}
input#prospekt_list_submit{
	background: #DA251D;
	padding: 10px 15% 10px 15%;
	color: white;
	border: 0px;
	cursor: pointer;
}
input#prospekt_list_submit:hover{
	-moz-box-shadow: 8px 8px 10px 0px #666;
 	-webkit-box-shadow: 8px 8px 10px 0px #666;
	 box-shadow: 8px 8px 10px 0px #666;
}

div#prospekte_bestellung{
	-moz-box-shadow: 8px 8px 10px 0px #666;
 	-webkit-box-shadow: 8px 8px 10px 0px #666;
	 box-shadow: 8px 8px 10px 0px #666;
	padding: 20px;
}
div#prospekt_adress{
	width: 40%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
 {
	div#prospekt_adress{
		width: 100%;
		float: none;
		padding: 0px;
	}
}
div#prospekte_what{
	position: relative;
	width: 55%;
	float: right;
	margin-top: 105px;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
 {
	div#prospekte_what{
		width: 100%;
		float: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

table.prospekte_table{
	width: 100%;
}
table.prospekte_table td{
	padding: 5px;
	background: #DFDFDF;
}
table.prospekte_table tr:nth-child(1) th{
	padding: 5px;
	background: #00778D;
	color: white;
}
table.prospekte_table th{
	padding: 5px;
	background: #D0D0D0;
}
table.prospekte_table tr td:nth-child(2), table.prospekte_table tr th:nth-child(2){
	text-align: right;
}