/*#suche {background: url('../../img/startseite-teaser.jpg') no-repeat;background-size: cover;padding: 60px 30px;margin:0}*/
#suche {padding: 10px;margin:0;border:1px solid #000;
background: #d4e7ee;
background: -moz-linear-gradient(top, #d4e7ee 0%, #ffffff 40%, #ffffff 60%, #d4e7ee 100%);
background: -webkit-linear-gradient(top, #d4e7ee 0%,#ffffff 40%,#ffffff 60%,#d4e7ee 100%);
background: linear-gradient(to bottom, #d4e7ee 0%,#ffffff 40%,#ffffff 60%,#d4e7ee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e7ee', endColorstr='#d4e7ee',GradientType=0 );}
/*#suche > legend {font-size:1.5em;color:#fff;margin-bottom:20px}*/
#suche > legend {text-shadow: none !important}
#suche .form-group {padding-right:5px !important}
#suche > div > div {display: inline}
#suche input {border-color:#4595ba !important;margin:0;background: #fff !important;border-radius: none;background-color: transparent !important}
#suche button {background-color:#4595ba !important;}
#suche label {margin: 0 !important;margin-top:10px !important;padding: 5px;width:70% !important;background:#fff}
#suche input[type=radio]:empty {margin-left: -9999px;}
#suche input[type=radio]:empty ~ label {position: relative;float: left}
#suche #hotels:empty ~ label {float:right;width:30% !important}
#suche input[type=radio]:empty ~ label:before {display:inline-block;content: '';width: 1.7em;font-size:0.9em}
#suche input[type=radio]:hover:not(:checked) ~ label:before {content: "\f00c";font-family: FontAwesome;width:1.7em;font-size:0.9em}
#suche input[type=radio]:checked ~ label {background:#528cba;color:#fff}
#suche input[type=radio]:checked ~ label:before {content: "\f00c";font-family: FontAwesome;width:1.7em;font-size:0.9em}
#suche > * {
	display: block;
	width: 50% !important;
	width: 70% !important;
	margin: auto;
}

@media (max-width:1000px) {
	#suche {padding: 5px 10px !important}
	#suche > * {width:80% !important}
	#suche .form-group input {width:90% !important}
	#suche .form-group button {width:10% !important}
}
@media (max-width:800px) {
	#suche > * {width:95% !important}
	#suche {padding:50px 10px}
}
@media (max-width:600px) {
	#suche {padding:30px 10px}
}