.haendlersuche-vorschlag-a {
	display:block;
	margin:5px 0;
	padding:5px;
	font-family: inherit;
  font-size: 0.875rem;
}

.haendlersuche-vorschlag-a:hover {
	background-color:#999999;
	color:#fff;
}

#haendlersuche_vorschlag_div {
	position:relative;
	display:block;
	width:100%;
}

#haendlersuche_vorschlag {
	display:none;
	position:absolute;
	width:100%;
	background-color:#000;
	padding:10px;
	margin: 0 0 1rem;
	top: 0px;
	z-index:999;
	font-family: inherit;
  font-size: 0.875rem;
}

#haendlersuche_map {
	width:100%;
	height:700px; /*500*/
}

.haendlersuche-ausgabe-tooltip h1 {
	color:#000;
	font-size: 1.5rem;
	margin-bottom:20px;
}

.haendlersuche-ausgabe-tooltip, .haendlersuche-ausgabe-tooltip a {
	color:#000;
}

#haendlersuche-ausgabe-txt {
	display:none;
}

.haendlerausgabe {
	cursor:pointer;
	margin-bottom:30px !important;
	padding:10px 0 10px 50px !important;
	/*border:1px solid #000;*/
}

.haendlerausgabe:hover {
	/*border:1px solid #292929;*/
}

.haendleraktiv {
	background-color:#e7e7e7 !important;
}

	select{
    	background-image: url(<?php echo $ptr;?>../_global/images/haendlersuche.png);
    	padding-right:10px;
  	}

  	.copy-text a.anrufen ,
  	.copy-text a.anrufen:hover {
  		color:#009fa8;
  	}
  	
  	#distributor-standort {
		background-color: transparent;
		color:#fff;

		-webkit-appearance: none;
		-moz-appearance: none;
		border-color: #fff;
		border-radius: 0;
		border-style: solid;
		border-width: 1px;
		cursor: pointer;
		font-family: 'BitterRegular',Helvetica,Roboto,Arial,sans-serif;  
		font-weight: normal;
		line-height: normal;
		position: relative;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		padding: 0.1rem 0rem;
		font-size: 1rem;
		transition: background-color 300ms ease-out; 
		font-size:1rem;
		width:100%;
	}

	  	#distributor-standort:hover {
		background-color: transparent;
		color:#000;
		border-color: #000;
	}

	#distributor-standort img {
		margin-right:10px;
	}

	#distributor-box-ort-div input[type="submit"] {
	    background: transparent url("../images/search.png") no-repeat scroll 0 0;
	    border: medium none;
	    height: 23px;
	    position: relative;
	    right: 10px;
	    top: -30px;
	    float: right;
	    width: 23px;
	    z-index: 99;
	}

	#distributor-box-ort-div input[type="text"] {
	   margin:0;
	}

	#haendlersuche_vorschlag {
		background-color: #fff;
	}

	h5{
		line-height: auto;
	}