#kartenhalter > div {
	position:absolute;
  left:0px;
  top:0px;
}

#kontakt_karte {
	position:relative;  
	float:left;
}

.hoverparts {
	position:absolute;
  left:0px;
  top:0px;
	width:500px;
  height:354px;
}

.hoverparts.zwanzigzwanzig {
	
  top:57px;
	
}


#kontakt_adresse {    
	float:left;
	top: 140px;
  margin-left:10px;
	font-size: 11px;
}


#kontakt_adresse a {
	text-decoration: none;
}

#kontakt_adresse a.aktiv {
	font-weight:bold;
}

.wl_detail {
	width: 1020px;
	max-width: 100%;
}

.wl_detail td {
	vertical-align:top;
}

.wl_bilder
{
width:127px;
height:115px;
  float:left;
	position: relative;
}

.wl_bilder .mouseover {
	display: none;
	z-index: 10000;
	position: absolute;
	min-width:200px;
	/*
	bottom: 100px;
	right: -100px;
	*/
	padding: 10px;
	background-color: white;
	border: 1px solid grey;
	border-radius: 5px;
	
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wl_bilder.fr .mouseover {
top:0;
 transform: translate(-50%, 0%);
}

.wl_bilder.lr .mouseover {
top:initial;
bottom:0;
 transform: translate(-50%, 0%);
}

.wl_bilder:hover .mouseover {
	display: block;
}

.wl_strassen_li {
  font-size:11px;
	width:475px;
}

.left.wl_strassen_li {
	float: left;
	max-width: 50%;
}

.wl_strassen_re {
	padding-left: 14px;
  padding-top: 10px;
  font-size:11px;
}

.right.wl_strassen_re {
	padding-left: 2%;
	width: 520px;
    max-width: 50%;
	float: left;
}

.wl_gmap	{
	/*float:left; */
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}

.wl_gmap iframe {
	max-width: 100%;
}

#preview{
  position:absolute;
   border:1px solid #ccc;
  background:#333;
  padding:5px;
  display:none;
  color:#fff;
  }


#decker
				{
					z-index:1000;
					position:absolute;
					width:100%;
					height:100%;
					left:0;
					top:0;
				}
				#decker img
				{
					width:100%;
					height:100%;

				}
				
				cookie_hinweis {
  margin-top: 20px;
  background: #3c3c3c;
  color: white;
  font-size: 15px;
  line-height: 1.5em;
  padding: 20px;
  max-width: 95%;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid black;
  box-shadow: 1px 1px 3px #9b9696;
}
.cookie_hinweis a {
  color: white;
  font-weight: bold;
}
.cookie_hinweis a:hover {
  color: #dbdbdb;
}