/*--- Sport ----------------------------------------------------------------*/
#standortWahlS {
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	z-index:1000000;
	transform: translate(-50%, -50%);
    background-color:#54b075;
	color:#fff;
	width:600px;
	padding:20px;
	border-radius: 8px;
    border: 4px #fff solid;
	text-align:center;
}
#standortWahlS a {
	color:#fff;
	display:inline;
	margin:5px
} 
#standortWahlS a:hover {
	text-decoration:underline;
} 
#standortWahlS a img {
	width:30%;
}

/* --------- Abdecker ------------------------------------------*/
#abdeckerPopUps {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	z-index:999999;
	width:100%;
	height:100%;
	background-color:#000;
	opacity: 0.8;
}

/* responsive CSS ---------------------------------------------*/
@media screen and (max-width: 600px) {
	#standortWahlS {
		width:300px;
	}
	#standortWahlS a img {
		width:80%;
	}
	#standortWahlS a {
		display:block;
	}		
}