header.BasicHeader{
	width: 100%;
	height: 100vh;
	background-color: #a5ccc7;
	position: relative;
}

header.BasicHeader .parallax_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

header.BasicHeader .parallax_bg div{
	position: absolute;
	/*position: fixed;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	will-change: transform;
	pointer-events: none;
}

header.BasicHeader .parallax_bg #wolken{
	background: url('http://xn--diekleinenspringmuse-rzb.de/ccms/functions/storage.php?file=3dd1715c94804116a28cad7c4e3a51b0b299a551');
	background-position: center top;
	background-size: 100%;
}

header.BasicHeader .parallax_bg #berge{
	background: url('http://xn--diekleinenspringmuse-rzb.de/ccms/functions/storage.php?file=ed22ef6dc01bc294ea0c80d4f84f8a2610421a17');
	background-position: center center;
	background-size: 100%;
}

header.BasicHeader .parallax_bg #burg{
	background: url('http://xn--diekleinenspringmuse-rzb.de/ccms/functions/storage.php?file=84769d94b93571727e908c2061c228e2b3544f78');
	background-position: center center;
	background-size: 100%;
}

header.BasicHeader .parallax_bg #wiese{
	background: url('http://xn--diekleinenspringmuse-rzb.de/ccms/functions/storage.php?file=aeddd8ec68dcc31a2d77fde7eaf984ab76a880da');
	background-position: center 80%;
	background-size: 100%;
}

header.BasicHeader .fixed_obj{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
}

header.BasicHeader .fixed_obj .title{
	font-family: 'comic sans ms', sans-serif;
	font-size: 50pt;
	position: absolute;
	left: 20%;
	top: 40%;
	color: #595959;
}

header.BasicHeader .fixed_obj .title span font{
	font-family: 'comic sans ms', sans-serif;
	font-size: 70pt;
	text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}

header.BasicHeader .fixed_obj .springmaus{
	position: absolute;
	width: 30%;
	left: 45%;
	bottom: 3%;
}