html {
	background: url(bilder/background.jpg) no-repeat center center fixed;
	background-size: cover;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Waukegan LDO';
	font-weight: normal;
	font-style: normal;
	color: white;
}
a , a:link, a:visited, a:hover {
	color: white;
}
.PQimg {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1000;
}
.PQimg img {
	position: relative;
	left: 10%;
	top: 10%;
	height: 80%;
	margin: 0;
	border: 20px solid white;
}
.PQline {
	position: absolute;
	width: 100%;
	height: 100%;
}
.PQline span {
	display: block;
	position: relative;
	font-size: 1.5em;
	top: calc(90% - 12px);
	left: 0;
	padding-bottom: 0.25em;
	border-bottom: 2px solid white;
	text-align: right;
	padding-right: 10%;
}
.PQtext {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	/*text-shadow: -2px -1px 2px rgba(150, 150, 150, 1);*/
}
.PQtext span {
	display: block;
	position: relative;
	font-size: 1.5em;
	top: calc(90% - 0.3em);
	left: 0;
	padding-bottom: 0.25em;
	text-align: right;
	padding-right: 10%;
	padding-left: 50%;
}
@media screen and (max-width: 1000px) {
	.PQtext span {
		font-size: 0;
	}
}
.PQleft {
	position: absolute;
	left: 25px;
	top: 10%;
	top: calc(50% - 25px);
	opacity: 0.8;
	z-index: 1001;
}
.PQleft:hover {
	cursor: pointer;
	opacity: 1;
}
.PQright {
	position: absolute;
	right: 25px;
	top: 10%;
	top: calc(50% - 25px);
	opacity: 0.8;
	z-index: 1000;
}
.PQright:hover {
	cursor: pointer;
	opacity: 1;
}
.PQhome {
	position: absolute;
	top: calc(10% + 20px);
	right: 10%;
	opacity: 0.8;
	z-index: 1000;
}
.PQhome:hover {
	cursor: pointer;
	opacity: 1;
}
.PQgallery {
	position: absolute;
	top: calc(10% + 65px);
	right: 10%;
	opacity: 0.6;
	z-index: 1000;
}
.PQgallery:hover {
	cursor: pointer;
	opacity: 0.8;
}
.PQcontact {
	position: absolute;
	top: calc(10% + 110px);
	right: 10%;
	opacity: 0.8;
	z-index: 1000;
}
.PQcontact:hover {
	cursor: pointer;
	opacity: 1;
}
.PQimpressum {
	display: none;
	position: absolute;
	top: calc(10% + 150px);
	right: 10%;
	opacity: 0.8;
	z-index: 1000;
}
.PQimpressum:hover {
	cursor: pointer;
	opacity: 1;
}
.PQimpressumdetail {
	display: none;
	position: absolute;
	top: calc(10% + 210px);
	right: 10%;
	text-align: right;
	overflow-y: auto;
	height: 50%;
	width: 20%;
	font-size: 1.2em;
	line-height: 1.4em;
	z-index: 1000;
}