.gray-color{fill:#CECECE;}
.dark-gray-color{fill:#555;}
.orange-color{fill:#F18700;}
.white-color{fill:#FFFFFF; pointer-events: none;}
.dark-orange-color{fill:#E84E0F;}
.st4{opacity:0.2;fill:#E84E0F;}
.st5{opacity:0.2;fill:#F18700;}
.st6{opacity:0.3;fill:#E84E0F;}
.st7{opacity:0.3;fill:#CECECE;}
.st8{fill:#555; pointer-events: none;}
.st9{fill:none;}
.st10{fill:none;stroke:#FFFFFF;stroke-width:1.6;stroke-miterlimit:10;}
.st11{font-family:'ArialMT';}
.st12{font-size:14px;}
.bl:hover {
	/*fill: #ddd;*/
	cursor: pointer;
}
.bl:active{
	fill: #bbb;
}

#Ebene_1{
	max-width: 50%;
	max-height: 700px;
	min-width: 245px;
}
.city-name{
	font-family: Arial;
	fill:#555;
	font-size:24px;
	pointer-events: none;
}
#popup {
	border: 1px solid #eee;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.9);
	text-align: center;
	padding: 40px;
	z-index: 1;
	margin: 0 auto;
}
#close-popup::after {
	content:"";
	position: absolute;
	top: 20px;
	right: 20px;
	background: url("../images/map/close-icon.png") no-repeat;
	width: 40px;
	height: 40px;
}
#close-popup:hover{
	cursor: pointer;
}
.ausblenden{
	width:0;
	height: 0;
	display: none;
}
.legende-zeichen-dark-orange, .legende-zeichen-orange, .legende-zeichen-gray{
	font-size: 14px;
}
.legende-zeichen-dark-orange:before{
	content: "\f04d";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 15px;
	padding-right: 10px;
	color: #E84E0F;
}
.legende-zeichen-orange:before{
	content: "\f04d";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 15px;
	padding-right: 10px;
	color: #F18700;
	display: inline;
}
.legende-zeichen-gray:before{
	content: "\f04d";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 15px;
	padding-right: 10px;
	color: #CECECE;
}
.fsme-karte-legende, .popup-legende{
	text-align: left;
}
#container-map{
	position: relative;
	margin-top: 40px;
	text-align: center;
}
.bundesland-image {
	width: 100%;
	height: 70%;
	max-width: 100%;
	margin:0 auto;
}


.bundesland-image svg {
	display: table-cell;
	width: 100%;
	height: 100%;
}
.popup-legende{
	height: auto;
	position: absolute;
	bottom: 0
}
/*--------------------Media Query-----------*/
@media only screen and (max-width: 600px){
	#Ebene_1 .city-name {
		font-size: 26px;
	}
	#popup {
		padding: 10px;
		width: 100%;
	}
	.bundesland-image {
		height: 60%;
	}
}


@media only screen and (max-width: 768px){ 
	#close-popup::after{
		background-size: 40%;
		right:0;
	}
}