@charset "UTF-8";
:root {
	--c1: #990000;
	--c2: #666666;
	--c4: #ffffff;
	--c3: #000000;
	--c5: #ffffff;
	}
@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Medium.woff2");
	}
@font-face{
	font-family: "Roboto-Bold";
	src: url("../fonts/Roboto-Bold.woff2");
	}
body{
	width: 100vw;
	height: 100vh;
	padding: 0px;
	margin: 0px;
	background-color: var(--c4);
	font-family: "Roboto";
	color: var(--c5);
	}
header{
    width: 100vw;
    position: fixed;
	top: 0;
	z-index: 1000;
	}
main{
	position: absolute;
	width: 100vw;
	height: 100vh;
	padding: 0px;
	margin: 0;
	background-color: var(--c4);
	}
section{
	position: relative;
	overflow: hidden;
	min-height: 88vh;
	width: 100vw;
	background-color: var(--c2);
	}
footer{
	position: fixed;
	bottom: 0px;
	padding: 0;
	margin: 0;
	z-index: 1000;	
	}
figure{
	padding: 0px;
	margin: 0px;
	}
img {
	width: 100%;
	height: auto;
	display: block;
	}
button{
	background-color: transparent;
	border: none;
	z-index: +10;
	}
p{
	color: var(--c3);
	font-family: "Roboto";
	line-height: 1.2;
	font-size: 0.5em;
	}
h1{
	color: var(--c1);
	font-size: 5em;
	font-family: "Roboto-Bold";
	line-height: 1;
	}
h2{
	color: var(--c5);
	font-family: "Roboto-Bold";
	font-size: 120%;
	line-height: 1;
}
nav{
	z-index: 1005;
	}
ul{
	position: relative;
	margin-top: 1.5em;
	margin-right: 10vw; 
	margin-left: 2vw;
	z-index: 1012;
	font-size: 3em;
	font-family:  "Roboto-Bold";
	color: var(--c5);
	list-style-type: none;
	line-height: 1.8em;
	opacity: 100%;
	}
a{
	color: var(--c3);
	text-decoration: none;
	}
.infobox{
	position: relative;
	margin-left: 5vw;
	margin-right: 5vw;
	margin-bottom: 5vh;
	margin-top: 5vh;
	padding: 0;
	z-index: +1;
	}
.textbox{
	padding-left: 10vw;
	padding-top: 5vh;
	padding-bottom: 5vh;
	}
.art-background{
	position: absolute;
	background-color: var(--c1);
	opacity: 90%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	}
.imgbox{
	position: relative;
	display: block;
	max-height: 68vh;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 0.69613644274;
	}
.asp{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: +2
	}
.asp-background{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: var(--c1);
	opacity: 80%;
	z-index: -1;
	}
.moreinfo{
	display: none;
	}
.infobox:hover .moreinfo {
	display: block;
	}
.fotobackground{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	}
.fotobackground img{	
	height: 100%;
	min-width: 100%;	
	}
.headbox{
 	background-color: var(--c4);
	height: 12vh;
	width: 100vw;
	opacity: 80%;
	position: absolute;
	top: 0;
	border-bottom: solid;
	border-bottom-color: var(--c1);
	z-index: -1;
	}
.logo{
	position: relative;	
	max-height: 8vh;
	max-width: 100vw;
	width: auto;
	top: 2vh;
	left: 0%;
	right: 0%;
	margin-left: auto;
	margin-right: auto;
	}
#subtitel{	
	height: auto;
	width: 100vw;
	position: absolute;
	bottom: 5vh;
	opacity: 20%;	
	margin: 0;
	padding: 0;
	}
.movie{
	top: 0;
	position: fixed;
	margin-right: 0;
	margin-left: 0;
	width: 100%;
    z-index: 1;
	}
#navlist{
	display: none;
	width: auto;
	height: 100vh;
	padding: 1em;
	position: absolute;
	right: 0;
	top: 12vh;	
	white-space: nowrap;
	}
#nav-background{
	width: 100%;
	height: 100%;
	background-color: var(--c1);
	position: absolute;
	top: 0vh;
	opacity: 90%;
	z-index: 1011;
	}
#nav-button{
	width: 20vw;
	max-width: 100px;
	float: right;
	margin-right: 3vw;
	margin-top: 10vh;
	z-index: 1010;
	}
#escapenav{
	color: #fff;
	position: relative;
	font-size: 3em;
	font-family: 'Gill Sans', 'arial';
	display: block;
	float: right;
	right: 2vw;
	margin-top: 0vh;
	z-index: 1012;
	}
#plachholder{
	width: 100vw;
	height: 88vh;
	background-color: transparent;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	}
#endholder{
	width: 100vw;
	height: 20vh;
	background-color: #000000;
	
	}
#footerbar{
	margin: 0px;
	padding: 0px;
	opacity: 100;
	height: 5vh;
	width: 100vw;
	background-color: var(--c1);
	}
#imprssum{
	color: var(--c3);
	position: absolute;
	right: 2vw;
	top: 1vh;
	}
#escapeimpressum{
	color: var(--c3);
	font-size: 2em;
	font-family: 'Gill Sans', 'arial';
	display: inline;
	float: right;
	margin-right: 5vw;
	padding-top: 2vh;
	}
#impressumsection{
	display: none;
	position: relative;
	width: 100vw;
	height: 50vh;
	background-color: var(--c2);
	opacity: 100%;
	bottom: 0px;
	}
#impressum_content{
	bottom: 0;
	margin-left: 5vw;
	padding-top: 2vh;
	}
.about_headline {
	position: relative;
	width: 6em;
	text-align: center;
	margin-top: 2vh;
	margin-left: auto;
	margin-right: auto;
	}
#about{
	background-color: var(--c4);
	padding-top: 20vh;

	}
.item{
	width: 200px;
	height: 200px;
	background-color: var(--c1);
	}
.item img{
	width: 100px;
	height: 100px;
	margin: auto;
	margin-top: 50px;
	}
.grid-container{
	display: grid;
	justify-content: space-around;
	grid-template-columns: repeat(auto-fill, 200px);
	grid-gap: 20px;
	top: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5vh;
	}
.item-info{
	width: 200px;
	height: 200px;
	background-color: var(--c1);
	position: absolute;
	margin-top: -150px;
	opacity: 0%;
	}
.item-info-text{	
	color: var(--c5);
	font-size: 1.5em;
	font-family: "Roboto";
	text-align: center;
	padding-top: 80px;
	}
.item-info:hover {
	opacity: 100%;
	} 
#kontakt{
	padding-top: 20vh;
}
#News{
	background-color: var(--c4);
	display: flex;
	padding-top: 20vh;
	}
.titel{
	left:auto;
	right: auto;
	max-width: 100vw;
	}
.facebook{
	display: block;
	margin-top: 2vh;
	margin-left: auto;
	margin-right: auto;
	}
.widesceen{
	display: none;
	}
#News_a{
	top: -12vh;
	}
.download-iteminfo{
	
	width: 200px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	align-content: center;
	color: var(--C3);
	font-size: 1.5em;	
}

.headline {
			position: relative;
 			margin-top: 55vh;
			text-align:center;
			z-index: 2;
			color: var(--c1);
			font-size: 3em;
			font-family: "Roboto-Bold";
}
/* Bildschirm ab 1100px ----------- */
@media only screen 
	and (min-width: 1100px ) {
		.grid-container{	
	grid-template-columns: auto auto auto auto auto;
}
/* Bildschirm Wagerecht ----------- */
@media only screen 
	and (min-aspect-ratio: 11/10 ) {
		.headline {
			position: relative;
 			margin-top: 10vh;
			text-align:center;
			z-index: 2;
			color: var(--c1);
			font-size: 3em;
			font-family: "Roboto-Bold";
}
		#logo{
			margin-left: 5vw;
		}
		#nav-button{
			top: 7vh;
			
		}
		
		#navlist {
			top: 0vh;
		}
		
		#kontakt
		{
			display: flex;
			
		}
		
		.infobox{
			margin-bottom: 20vh;
		}
		.fotobackground img {
	
			height: auto;
			width: 100%;
		
			}
		.textbox{
			padding-left: 5vw;
			padding-right: 3vw;
			padding-top: 5vh;
			padding-bottom: 5vh; 
			min-width: 15vw;
			min-height: 30vh;
			white-space: nowrap;
			}
		.imgbox img {
			
			max-height: 60vh;
			}
		#welcome{
			top: 5vh;
			max-width: 30vw;
			}
		.about_headline {
			text-align: left;
			margin-left: 5vw;
			}
		.grid-container {
			margin-top: auto;
			}
		.about-headline {
			font-size: 4em;
			top: 5vh;
			left: 5vw;
			}
		.about-headline {
			color: var(--c1);
			font-size: 3em;
			position: absolute;
			top: 2vh;
			left: 5vw;
			}	
		.titel {
			height: 83vh;
			width: auto;
			margin-left:0vw;	
			}
		.facebook {
			position: relative;
			width: 500px;
			height: 800px;
			margin-top: 2vh;
			margin-right: 5vw;
			margin-left: 20vw;
			}
		iframe {
			max-height: 78vh;
			max-width: 80vw;
			}
		.widesceen {
			display: inherit;
			}
		.mobilescreen{
			display: none;
			}
	}
}






