/* @override 
	/wp-content/plugins/aqas/css/aqas.css?ver=3.9.1 */

#searchbox h1 {
	margin: 0;
}

#searchbar {
	display: flex;
	flex-flow: row wrap;
}
#searchbar > * {
	flex: 1 auto;
}

.searchkey > input#searchkey {
	height: 40px;
}

#searchform {
	margin: 0 0 20px 0;
}
#searchform fieldset,
#searchform fieldset .formrow {
	display: flex;
	flex-flow: row wrap;
	gap: 10px 5px;
	margin: 0;
}
#searchform fieldset > * {
	flex: 1 100%;
}

#searchform .box {
	display: flex;
	flex-flow: column;
	flex: 1 auto;
	min-height: 55px;
	padding: 10px;
	border: none;
}

#searchform label {
	display: flex;
	align-items: baseline;
	padding: 3px 0 2px 0;
}
#searchform select {
	max-width: 75%;
}
.search input,
	#searchform input {
	border: 1px solid #e7e6e6;
	padding: 10px;
	font-size: 13px;
	color: #333;
}
#searchform label input {
	margin: 0 6px 0 0;
}
#searchform input#suchen {
	max-width: 190px;
	height: 40px;
	margin: 3px 0 2px 0;
	cursor: pointer;
	background: #ffc27d;
	border-radius: 2px;
	font-weight: bold;
	color: #444;
}
#searchform input#suchen:hover {
	background: #ee7008;
	border-color: #ee7008;
	color: #000;
}


#alle {
	width: 100%;
	text-align: center;
	padding: 16px !important;
	margin: 0 0 10px 0;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 19px !important;
	font-weight: bold;
	cursor: pointer;
	color: #444;
}
#alle:hover {
	background: #fafafa;
	color: #111;
}


#city_suggest {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #eee;
	box-shadow: 1px 1px 8px #aaa;
	clear: both;
	float: left;
	margin-left: 20px;
	min-height: 15px;
	position: relative;
	width: 140px;
	z-index: 999;
}
#city_suggest ul li {
	list-style: none;
	margin-left: -20px;
}


#result table#output {
	width: 100%;
	height: 80px;
	overflow: scroll;
}


#legende {
	margin: 15px 0;
	font-size: 13px;
	font-weight: 600;
}
#legende h5 {
	margin: 0 0 6px 0;
}
#legende ul {
	margin: 0;
	padding-left: 0;
	height: 70px;
	width: 80%;
}
#legende li {
	float: left;
	width: 200px;
	list-style: none;
	padding-left: 23px;
	margin: 5px 0;
}
#legende .uni {
	background: url('/https/www.aqas.de/wp-content/plugins/aqas/img/marker-icon1.png') -4px -21px no-repeat;
}
#legende .uni2 {
	background: url('/https/www.aqas.de/wp-content/plugins/aqas/img/marker-icon2.png') -4px -21px no-repeat;
}
#legende .fh {
	background: url('/https/www.aqas.de/wp-content/plugins/aqas/img/marker-icon3.png') -4px -21px no-repeat;
}
#legende .fh2 {
	background: url('/https/www.aqas.de/wp-content/plugins/aqas/img/marker-icon4.png') -4px -21px no-repeat;
}
