#map_canvas{
	margin:25px 0;
}
.haendler {
	padding:25px 5px;
	border-top:1px solid rgb(200,200,200);
}

.haendler-odd{
	background:#f9f9f9;
}

.headline {
	min-height:30px;
	line-height:30px;
	margin-bottom:10px;
	font-size:16px;
}

form.haendler-form {
	margin-top:25px;
	width:98%;
}

.bootstrap-select li{
	line-height:24px;
}

.bootstrap-select img{
	margin-right:10px;
}

.haendler .fa{
		min-width:15px;
	}


@media screen and (min-width: 768px) and (max-width: 979px) {
	.mod_haendler_form input,
	.mod_haendler_form .bootstrap-select{
		width:75% !important;
		
	}
	.mod_haendler_form select,
	.mod_haendler_form .bootstrap-select{
		max-width:70% !important;
		
	}
}
	