/*****************Personen overlay Start*****************************/
div.stoerer{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-image: url('/image/stoerer/1x1_grau.png');
	z-index:100000;
	margin:auto;
	text-align:center;
}
div.stoerer .stoerer_text { float:left; width: 94%; padding:3%; background: #0088CC; font-size: 24px; color: #FFFFFF; font-weight: bold; opacity: 0.9; }

div.stoererbild{
	position: relative;
	top: 150px;
	text-align: center;
	z-index: 110000;
	cursor : pointer;
	margin:auto;
	max-width: 75%;
}

div.stoererbild img { max-width: 100%; }

div.stoerer_text{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-image: url('/image/stoerer/1x1_grau.png');
	z-index:100000;
	margin:auto;
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:3%; background: #0088CC; font-size: 36px; color: #FFFFFF; font-weight: bold; opacity: 0.9; 
}

div.stoerer_video_text{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-image: url('/image/stoerer/1x1_grau.png');
	z-index:90000;
	margin:auto;
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: end;
	bottom:10%;
	padding:3%; background: #0088CC; font-size: 36px; color: #FFFFFF; font-weight: bold; opacity: 0.9; 
}
div.stoerer_video_text a { text-decoration: none; color: #FFFFFF; }
div.stoerer_bild_text{ position:absolute; float:left;	top: 50%; left: 0%; width: 100%; padding:3%; background: #0088CC; font-size: 36px; color: #FFFFFF; font-weight: bold; opacity: 0.9; }
div.stoerer_text a { text-decoration: none; color: #FFFFFF; }
div.stoerer_bild_text a { text-decoration: none; color: #FFFFFF; }
div.stoerer_close { position: absolute; right: 20px; top: 20px; font-size: 25px; color: #FFFFFF; cursor: pointer; }

/*****************Personen overlay Ende*****************************/