body {
	margin: 0;
	padding: 0;
	font-family: myriad pro, sans-serif;
	overflow: hidden;
}

#background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	overflow: hidden;
}

#background2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	overflow: hidden;
}

.bgimg {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

#logo {
	position: absolute;
	top: 91%;
	width: 100%;
	height: 3%;
}

#logobackground {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .5;
}

#logo img {
	position: absolute;
	top: -30%;
	left: .5cm;
	height: 160%;
}

#footer {
	width: 100%;
	height: 6%;
	position: absolute;
	bottom: 0;
	background-color: #181856;
}

#kontaktlink {
	position: absolute;
	top: 30%;
	right: 20px;
	height: 60%;
	text-decoration: none;
	font-size: 100%;
	color: #fff;
	cursor: pointer;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}

#kontaktpanel {
	position: absolute;
	/*display: none;
	opacity: .9;*/
	opacity: 1; /*tmp*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #181856;
	overflow-x: hidden;
	overflow-y: hidden;
}

#kontaktlogo {
	top: 0;
	left: 0;
	width: 400px;
	opacity: .9;
}

#kontakt {
	position: absolute;
	top: 0;
	right: 0;
	opacity: .9;
}

@media (max-width: 700px) {
	#kontaktlink {
		font-size: 16pt;
	}

	#kontaktlogo {
		width: 57.14%;
	}

	#kontakt {
		width: 98.73%;
	}
}

@media (max-width: 1100px) {
	#kontaktpanel {
		overflow-x: hidden;
		overflow-y: auto;
	}

	#kontakt {
		position: initial;
	}
}