/* @override 
	http://88.198.94.229/test/files/tao/css/filter.css */

.widget.mm_select.wohngebiet, 
.widget.mm_multitext.wohnflaeche, 
.widget.mm_multitext.zimmeranzahl, 
.widget.mm_multitext.mietpreis, 
.mm_select.personenzahl,
.mm_text.wodisnr,
.mm_tags.ausstattung,
.mm_tags.ausstattung-bad,
.mm_select.zimmertxt ,
.mm_text.strasse {
	padding: 3%;
	border-style: solid;
	border-width: 0px;
	margin: 1.125em 0;
	border: 1px solid #d4dac8;
	border-radius: 5px;
	background-color: #ffffff;
	shape-rendering
}

select#ctrl_wohngebiet {

}

.wohngebiet, .wohnflaeche, .zimmeranzahl, .mietpreis, .personenzahl, .wodisnr, .ausstattung, .ausstattung-bad, .zimmertxt .strasse {
	padding: 2% 2% 11% 2%;
	clear: both;
	background-color: #ffffff;
}

div.select.mm_select.wohngebiet {
	padding-bottom: 5px;
}

.mm_select.personenzahl {
	padding-bottom: 12px;
	padding-right: 11px;
	padding-left: 11px;
}

#wohnflaecheSelect, #zimmeranzahlSelect, #mietpreisSelect {
	width: 43%;
	float: left;
	margin-left: 4%;
	margin-right: 3%;
}

#ctrl_ausstattung input, #ctrl_ausstattung-kueche input, #ctrl_ausstattung-bad input {
	font-size: large;
	float: left;
	margin: 10px 5% 7px 6px;
	display: block;
}

#ctrl_ausstattung label, #ctrl_ausstattung-kueche label, #ctrl_ausstattung-bad label {
	width: auto;
	margin-top: 5px;
	height: 24px;
}

@media screen and (max-width: 800px) {

	#ctrl_ausstattung label, #ctrl_ausstattung-kueche label, #ctrl_ausstattung-bad label {
		width: auto;
		margin-top: 5px;
		height: 28px;
	}

}

#ctrl_ausstattung .even, #ctrl_ausstattung-kueche .even, #ctrl_ausstattung-bad .even  {
	background-color: #efefef;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 4px;
}

#ctrl_ausstattung .odd, #ctrl_ausstattung-kueche .odd, #ctrl_ausstattung-bad .odd  {
	background-color: #ffffff;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 4px;
}

fieldset {
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	background-color: #ffffff;
}