.hgstart {  background-attachment: fixed; background-image:  url(../images/hg/start_mitte.jpg); background-repeat: no-repeat}
.hg_start_ohne {  background-attachment: fixed; background-image:  url(../images/hg/start2.jpg); background-repeat: no-repeat}
/*INFO-STOERER*/

.info_stoerer {
	display:none;
	padding: 30px;
	width: 95%;
	height: auto;
	max-width: 700px;
	max-height: max-content;
	background:rgba(255,255,255,1.0);
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index: 99999;
}

.info_stoerer .close {
	padding: 20px;
	font-size: 30px;
	color:#999;
	position:absolute;
	cursor: pointer;
	right: 0px;
	top:0px;
}

.info_stoerer.show {display:block;}
