
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scrollbar-width: auto;
	font-family: 'Lucida Sans', sans-serif;
	font-size: 1.5vw;
	font-weight: normal;
	text-decoration: none;
	color: black;
	background: inherit;
}


*[onclick]:hover{
	color: red;
}

html,
body {
	background: grey;
}

main {
	position: absolute;
	top: 3vw;
	left: 2.5vw;
	right: 2.5vw;;
	height: 63vw;
	border: none;
	background:whitesmoke;
}

/* Frontseite */

#front_bild{
	width: 95.2vw;
	background-color: grey;
}

.front_bild_xx{
	width: 95.2vw;
}

.front_text {
	position: absolute;
	bottom: 2vw;
	right: 3vw;
	color: white;
	border: none;
	background: transparent;
}

.mm_text{
	position: absolute;
	right: 5vw;
	top: 12vw;
	height: 47vw;
	padding: 1.5vw;
	background: transparent;
	overflow: auto;
	color: black;
}
.mm_text p{
	right: 0;
	max-width: 75vw;
	text-align: right;
	font-size: 1.5vw;
	color: black;
}

.nav_extra {
	position: absolute;
	bottom: 0.5em;
	width: 60%;
	left: 1.5em;
	color: white;
	background: transparent;
}

h1 {color: inherit;
	font-size: 10vw;
	text-align: right;
}

h2 {color: inherit;
	margin-top: -0.5em;
	font-size: 3vw;
	text-align: right;
}

h3 {color: inherit;
	font-size: 3vw;
	text-align: right;
}

a{
	color:inherit;
	font-size: inherit;
}

a:hover{
	color: red;
}

.mm1{
	position: absolute;
	top: 93%;
	width: 90%;
	right: 17%;
	text-align: right;
	color: #fff;
	background: transparent;
	font-size: min(1.5vw, 18px);
}

#fotos {
	position: absolute;
	top: 3vw;
	left: 5vw;
	width: 85vw;
	height: 56.5vw;
	background: whitesmoke;
}

#nav{
	position: absolute;
	left: 0;
	bottom: -1.3em;
	background: transparent;
	font-size:70%;
}

#bild{
	width: 100%;
	height: 100%;
	object-fit: contain;
}


#nav p {
	display: inline-block;
	font-size: inherit;
}

#titel{
	position: absolute;
	display: block;
	bottom: -1.3em;
	right: 0;
	background: transparent;
	font-size:70%;
}


#up, #down{
	position: absolute;
	top: 50%;
	width: 3%;
	height: auto;
	background: transparent;
	opacity: .5;
}

#up:hover{background: #f008;}
#down:hover{background: #f008;}

#up {
	right: -3%;
}

#down {
	left: -3%;
}

