.leaflet-popup-content {
	padding-right: 0 !important;
	margin: 10px 0 0;
}

.leaflet-popup-content-wrapper {
	padding: 1px 0 6px;
	border-radius: 0px !important;
}

/* -------------------- MAP-CONTENT 20191028--------------------- */
#map,#map1,#map2,#map3,#map4,#map5,#map6,#map7,#map8,#map9 {
	width: 100%;
	height: 700px;
	margin: 0;
	padding: 0
}

.leaflet-container {
	max-width: 100%;
	overflow: hidden;
	border: 1px solid;
}

.map-content-header-headlines {
	margin-bottom: 10px;
	color: #008a34;
}

.fs-22 {font-size: 22px;}
.fs-18 {
	font-size: 18px;
	line-height: 2;
}

.map-content {margin-top: 20px;}
.map-content-header{margin-top: 20px;}
.map-legend {
	width: 100%;
	float: left;
}

.map-legend-line {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.map-legend-line-circle {
	float: left;
	width: 12px; 	/*breite*/
	height: 12px;	/*höhe*/
	border-radius: 50%;  /*Abgerundete Ecken, in diesem Beispiel tun die 50% ein Kreis darstellen*/
	margin: 6px 10px 0 0;
}

.map-explanations {margin-bottom: 30px;}
.map-footer {clear: both;}

/* -------------------- WRAPPER --------------------- */
#wP {
	font-family: AOKBuenosAires, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #828282;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

/* ---------- header ----------- */
#hD {
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

/* ---------- line ----------- */
.lN {
	clear: both;
	font-weight: bold;
	color: #ffffff;
	width: 260px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* ---------- minimum quantity line ----------- */
.mQL {margin-top: 10px;}
.mQLL {
	float: left;
	padding-left: 15px;
}

.mQLR {
	float: right;
	text-align: right;
	min-width: 15%;
	padding-right: 15px;
}

/* ---------- PADDING ----------- */
.mT {margin-top: 10px;}

/* ---------- background-color ----------- */
/*blue*/
.bB {background-color: #526FB0;}
/*yellow*/
.bY {background-color: #fa8c4a;}
/*grey*/
.bGrey {background-color: #828282;}
/*green*/
.bG {background-color: #18AB42;}
/*white*/
.bW {background-color: #ffffff;}

/* -------------------- FONT --------------------- */
/* ---------- font-color ----------- */
/*blue*/
.fB {color: #526FB0;}
/*yellow*/
.fY {color: #fa8c4a;}
/*grey*/
.fGrey {color: #828282;}
/*white*/
.fW {color:#ffffff;}
/*green*/
.fG {color: #18AB42;}

/* ---------- font-size ----------- */
/*14px*/
.f14 {font-size: 14px;}

/* ---------- font-style ----------- */
.bO {font-weight: bold;}
.nM {
	font-family: "AOKBuenosAires", sans-serif;
	font-weight: 300;
}