.map_flexbox {
	width: 640px;
	padding: 5px;
	background-color: #808080;
    background-image: url(../../../images/bg1.png);
	display: flex;
	align-content: flex-start;
	justify-content: space-around;
margin: 0 auto;
max-height: 450px;
}

.map_fb1 {
	width: 236px;
    border: 1px solid #696969;
	overflow-y: auto;
	background-color: #b6b6b6;
}

.map_fb1 img {
	padding:5px;
	max-width: 100%;
	border: 3px solid #696969;

}

.map_fb2 {
	width: 59%;
    background-color: #b6b6b6;
    border: 1px solid #696969;
	overflow-y: auto;
line-height: 1.2;
padding: 5px;
font-size: 11px;
}

.map_fbtitle {
	width: 100%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-family: Calibri;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #808080;
font-size: 2em;

}

.map_fbsf2 {
	 margin-left: 8px;
	max-height: 30px;
	overflow-y: auto;
	background-color: #b6b6b6;
	padding-left: 2px;
	padding-right: 2px;
	width: 100%;
}

.map_fbsf1 {
	margin-left: 2px;
width: fit-content;
	min-width: 50px;
	padding-left: 3px;
}

.map_fbsf {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	font-family: Calibri;
	font-size: 10px;
	text-transform: uppercase;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 5px;
	background-color: #808080;
}

.karte_profil {
	width: 880px;
	background-color: #808080;
	background-image: url(../../../images/map/karte_leer.jpg);
	background-size: 100%;
	border: 1px solid #707070;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
	height: 1213px;
	font-family: Calibri;
	text-align: center;
}

.karte_inner {
	width: 100%;
	background-color: #b6b6b6;
	border: 1px solid #696969;
	height: 300px;
	overflow: hidden;
}

.map_title {
	font-size: 15px;
	padding: 5px;
	visibility: visible;
	font-family: Calibri;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	position: relative;
	top: 50px;
	left: 20px;
	opacity: 0;
	transition: .5s ease;
	width: 100px;
}

.map_si {
	font-size: 8px;
	visibility: visible;
	font-family: Calibri;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	position: relative;
	opacity: 1;
	transition: .9s ease;
}

.redanien {
	width: 0px;
	height: 0px;
	position: absolute;
	top:325px;
	left: 480px;
}

.redanien img {
	transition: 2s ease;
}

.redanien_img:hover + .map_title {
	opacity: 1;
	position: relative;
	top: -18px;
	left: 20px;
}

.redanien_img:hover img {
	opacity: 0.3;
	transition: 2s ease;
}

.temerien {
	
	width: 0px;
	height: 0px;
	position: absolute;
	top:475px;
	left: 360px;
z-index: 999;
}

.temerien img {
	transition: 2s ease;
}

.temerien_img:hover + .map_title {
	z-index: 999;
	opacity: 1;
	position: relative;
	top: -18px;
	left: 20px;
}

.temerien_img:hover img {
	
	opacity: 0.3;
	transition: 2s ease;
}

.kaedwen {
	
	width: 0px;
	height: 0px;
	position: absolute;
	top:220px;
	left: 610px;
}

.kaedwen img {
	
	transition: 2s ease;
}

.kaedwen_img:hover + .map_title {
	
	opacity: 1;
	position: relative;
	top: -18px;
	left: 20px;
}

.kaedwen_img:hover img {
	
	opacity: 0.3;
	transition: 2s ease;
}

.aedirn {
	
	width: 0px;
	height: 0px;
	position: absolute;
	top:430px;
	left: 720px;
}

.aedirn img {
	
	transition: 2s ease;
}

.aedirn_img:hover + .map_title {
	
	opacity: 1;
	position: relative;
	top: -18px;
	left: 20px;
}

.aedirn_img:hover img {
	
	opacity: 0.3;
	transition: 2s ease;
}

.cidaris {
	
	width: 0px;
	height: 0px;
	position: absolute;
	top:425px;
	left: 220px;
}

.cidaris img {
	
	transition: 2s ease;
}

.cidaris_img:hover + .map_title {
	
	opacity: 1;
	position: relative;
	top: -18px;
	left: 20px;
}

.cidaris_img:hover img {
	
	opacity: 0.3;
	transition: 2s ease;
}

.cintra {
		
	width: 0px;	
	height: 0px;	
	position: absolute;	
	top:630px;	
	left: 300px;
z-index: 999;
}

.cintra img {
		
	transition: 2s ease;
}

.cintra_img:hover + .map_title {
		
	opacity: 1;	
	position: relative;	
	top: -18px;	
	left: 20px;
}

.cintra_img:hover img {
		
	opacity: 0.3;	
	transition: 2s ease;
}

.hengfors {
	
	width: 0px;
	height: 0px;
	position: absolute;
	top:80px;
	left: 380px;
}

.hengfors img {
	
	transition: 2s ease;
}

.hengfors_img:hover + .map_title {
	
	opacity: 1;
	position: relative;
	top: -18px;
	left: 20px;
}

.hengfors_img:hover img {
	
	opacity: 0.3;
	transition: 2s ease;
}

.kovirpoviss {
	
	width: 0px;
	height: 0px;
	position: absolute;
	top:70px;
	left: 210px;
}

.kovirpoviss img {
	
	transition: 2s ease;
}

.kovirpoviss_img:hover + .map_title {
	
	opacity: 1;
	position: relative;
	top: -18px;
	left: 20px;
}

.kovirpoviss_img:hover img {
	
	opacity: 0.3;
	transition: 2s ease;
}

.lyrienrivien {
	
	width: 0px;
	height: 0px;
	position: absolute;
	top: 570px;
	left: 700px;
}

.lyrienrivien img {
	
	transition: 2s ease;
}

.lyrienrivien_img:hover + .map_title {
	
	opacity: 1;
	position: relative;
	top: -18px;
	left: 20px;
}

.lyrienrivien_img:hover img {
	
	opacity: 0.3;
	transition: 2s ease;
}

.skellige {
	
	width: 0px;
	height: 0px;
	position: absolute;
	top:520px;
	left: 125px;
}

.skellige img {
	
	transition: 2s ease;
}

.skellige_img:hover + .map_title {
	
	opacity: 1;
	position: relative;
	top: -18px;
	left: 20px;
}

.skellige_img:hover img {
	
	opacity: 0.3;
	transition: 2s ease;
}

.verden {
	
	width: 0px;
	height: 0px;
	position: absolute;
	top:500px;
	left: 200px;
}

.verden img {
	
	transition: 2s ease;
}

.verden_img:hover + .map_title {
	z-index: 999;
	opacity: 1;
	position: relative;
	top: -18px;
	left: 20px;
}

.verden_img:hover img {
	
	opacity: 0.3;
	transition: 2s ease;
}

.nilfgaard2 {
	
	width: 0px;
	height: 0px;
	position: absolute;
	top:1050px;
	left: 590px;
}

.nilfgaard2 img {
	
	transition: 2s ease;
}

.nilfgaard2_img:hover + .map_title {
	
	opacity: 1;
	position: relative;
	top: -18px;
	left: 20px;
}

.nilfgaard2_img:hover img {
	
	opacity: 0.3;
	transition: 2s ease;
}


.map_title2 {
	font-size: 10px;
	padding: 5px;
	visibility: visible;
	font-family: Calibri;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	position: relative;
	top: 52px;
	left: 18px;
	opacity: 0;
	transition: .5s ease;
	width: 100px;
}

.angren {	
	width: 0px;
	height: 0px;
	position: absolute;
	top:670px;
	left: 600px;
}	
	
.angren img {	
	transition: 2s ease;
}	
	
.angren_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.angren_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}	

.aretusa {	
	width: 0px;
	height: 0px;
	position: absolute;
	top:415px;
	left: 272px;
}	
	
.aretusa img {	
	transition: 2s ease;
}	
	
.aretusa_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.aretusa_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}


.attre {	
	width: 0px;
	height: 0px;
	position: absolute;
	top:700px;
	left: 245px;
}	
	
.attre img {	
	transition: 2s ease;
}	
	
.attre_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.attre_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}	
.bremervoord {	
	width: 0px;
	height: 0px;
	position: absolute;
	top:455px;
	left: 135px;
}	
	
.bremervoord img {	
	transition: 2s ease;
}	
	
.bremervoord_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.bremervoord_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}	
.brokilon {	
	width: 0px;
	height: 0px;
	position: absolute;
	top:530px;
	left: 285px;
}	
	
.brokilon img {	
	transition: 2s ease;
}	
	
.brokilon_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.brokilon_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}	
.brugge {	
	width: 0px;
	height: 0px;
	position: absolute;
	top:620px;
	left: 355px;
}	
	
.brugge img {	
	transition: 2s ease;
}	
	
.brugge_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.brugge_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}	
.dolblathanna {	
	width: 0px;
	height: 0px;
	position: absolute;
	top:390px;
	left: 780px;
}	
	
.dolblathanna img {	
	transition: 2s ease;
}	
	
.dolblathanna_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.dolblathanna:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}	
.ellander {	
	width: 0px;
	height: 0px;
	position: absolute;
	top:438px;
	left: 525px;
}	
	
.ellander img {	
	transition: 2s ease;
}	
	
.ellander_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.ellander_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}	
.kaermorhen {	
	width: 0px;
	height: 0px;
	position: absolute;
	top:100px;
	left: 710px;
}	
	
.kaermorhen img {	
	transition: 2s ease;
}	
	
.kaermorhen_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.kaermorhen_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}	
.maribor {	
	width: 0px;
	height: 0px;
	position: absolute;
	top:540px;
	left: 442px;
}	
	
.maribor img {	
	transition: 2s ease;
}	
	
.maribor_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.maribor_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}	
.niedermark {	
	width: 0px;
	height: 0px;
	position: absolute;
	top:400px;
	left: 680px;
}	
	
.niedermark img {	
	transition: 2s ease;
}	
	
.niedermark_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.niedermark_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}	
.novigrad {	
	width: 0px;
	height: 0px;
	position: absolute;
	top:340px;
	left: 305px;
}	
	
.novigrad img {	
	transition: 2s ease;
}	
	
.novigrad_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.novigrad_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}	
.roggeven {	
	width: 0px;
	height: 0px;
	position: absolute;
	top:285px;
	left: 329px;
}	
	
.roggeven img {	
	transition: 2s ease;
}	
	
.roggeven_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.roggeven_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}	
.sodden {	
	width: 0px;
	height: 0px;
	position: absolute;
	top:650px;
	left: 510px;
}	
	
.sodden img {	
	transition: 2s ease;
}	
	
.sodden_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.sodden_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}	
.toussaint {	
	width: 0px;
	height: 0px;
	position: absolute;
	top:780px;
	left: 620px;
}	
	
.toussaint img {	
	transition: 2s ease;
}	
	
.toussaint_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.toussaint_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}	
.yarmulak {	
	width: 0px;
	height: 0px;
	position: absolute;
    top: 180px;
    left: 380px;
}	
	
.yarmulak img {	
	transition: 2s ease;
}	
	
.yarmulak_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.yarmulak_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}

.vipern {	
    width: 0px;
    height: 0px;
    position: absolute;
    top: 930px;
    left: 655px;
}	
	
.vipern img {	
	transition: 2s ease;
}	
	
.vipern_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.vipern_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}


.katzen {	
    width: 0px;
    height: 0px;
    position: absolute;
    top: 58px;
    left: 420px;
}	
	
.katzen img {	
	transition: 2s ease;
}	
	
.katzen_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.katzen_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}	

.baeren {	
width: 0px;
    height: 0px;
    position: absolute;
    top: 580px;
    left: 125px;
}	
	
.baeren img {	
	transition: 2s ease;
}	
	
.baeren_img:hover + .map_title2 {	
	opacity: 1;
	position: relative;
	top: -10px;
	left: 18px;
}	
	
	
.baeren_img:hover img {	
	opacity: 0.3;
	transition: 2s ease;
}	