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

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

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

#haendlersuche_vorschlag {
	display:none;
	position:absolute;
	width:50%;
	background-color:#fff;
	border:1px solid #ccc;
	padding:10px;
	margin: 0 0 1rem;
	top: -8px;
	z-index:999;
	font-family: inherit;
  font-size: 16px;
  line-height:16px;
}

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

.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 #E6E6E6;
	background-position: 7px 16px !important;
  background-size: 35px auto !important;
  position: relative;
}

.haendlerausgabe:hover {
	border:1px solid #ccc;
}

.haendleraktiv {
	/*background-color:#fff !important;*/
	border:1px solid #005EA8;
}

.haendlersuche-ausgabe-tooltip p {
	margin-bottom:0;
}

#distributor-box-ort-div input[type="text"] {
	background-color:#fff !important;
	width:50%;
}

.copy-text {
	padding-top:7px;
	display:block;
}


.taxopos-alle-haendler {
	background:url(/images/onlinehaendler/taxopos-haendler.png) left top no-repeat;
	width: 35px;
	height: 22px;
	position: absolute;
	top: 3px;
	left: -55px;
}

@media screen and (max-width: 991px) { 
	.taxopos-alle-haendler {
		left: -30px;
	}
}

@media screen and (max-width: 768px) { 
	.taxopos-alle-haendler {
		left: -30px;
		background-size: 30px;
		top: 6px;
	}
}