

.imageviewer .mainimage {
	width: 100vw;
	height: 52vw;
}

.imageviewer .imagequeue div {
	width: 100vw;
	height: 52vw;
}

.imageviewer .mainimage .next, .imageviewer .mainimage .previous {
	display: none;
}

.imageviewer .imagelist {
	display: none;
}

.imageviewer .imagequeue div {
	pointer-events: none;
}

.desktop {
	display: none;
}

.mobile {
	display: block;
}

#header {
	margin-bottom: 0;
}

#headerlogo {
	font-size: 2em;
}

#navigation {
	width: 100vw;
	position: relative;
	text-align: center;
	margin-bottom: 5%;

}

#navigation ul {
	left: 0vw;
}

#navigation ul li:first-child {
	margin-left: 0;
}

#navigation ul li {
	display: none;
	margin-left: 5%;
}

#navigation ul li a {
	font-size: 1.2em;
}

#navigation ul .mobile {
	display: inline-block;
}

#footer {
	font-size: 5vw;
}

#impressum {
	font-size: 3vw;
}

#Datenschutz {
	left: 10%;
	font-size: 2.0vw;
	width: 80%;
	transform: translate(0%, 0%); /* ios kann den befehl nicht ausführen*/
}

#Datenschutz a {
	text-decoration: none;
}

#Datenschutz a:visited {
	color: blue;
}

#kontakt {
	font-size: 4vw;
	line-height: 4vw;
}

#portrait {
	width: 20vw;
}

#logo {
	width: 70%;
}