body {
	/*background: rgba(15,15,15,1);*/
	background: -webkit-linear-gradient(left, rgb(15,15,15), rgb(5,5,5), rgb(15,15,15));
	background: -o-linear-gradient(left, rgb(15,15,15), rgb(5,5,5),rgb(15,15,15));
	background: linear-gradient(to right, rgb(15,15,15), rgb(5,5,5),rgb(15,15,15));
	margin: 0;
	padding: 0;
}

#introvideo {
	z-index: -1;
    height: 84vh;
	width: 100vw;
    display: flex;
	position: fixed;
	top: 8vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#introvideo img {
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
}

#cursor {
	width: 200px;
	height: 200px;
	position: fixed;
	z-index: 1;
    transform: translate(-50%, -50%);
	display: none;
	color: white;
}

#header {
	z-index: 4;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	background: rgba(6,6,6,1.00);
	height: 8vh;
	width: 100vw;
}

#header h1 {
	font-family: "Alumni Sans Pinstripe", serif;
	font-size: 64px;
	font-weight: 1200;
	color: white;
	width: 100%;
	display: flex;
	position: relative;
	margin: 0px;
	justify-content: center;
	align-items: center;
}

#footer {
	z-index: 3;
	position: fixed;
	bottom: 0;
	right: 0;
	height: 8vh;
	width: 100vw;
	font-size: 24px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	background: rgba(6,6,6,1.00);
}

#footer p {
	z-index: 3;
	color: white;
    font-family: "Alumni Sans Pinstripe", serif;
	text-align: center;
	position: relative;
	width: 100%;
}

#footer p:hover {
	cursor: pointer;
}

#kontakt {
	z-index: 2;
	position: absolute;
	display: none;
	flex-direction: row;
	left: 0px;
	right: 0px;
	bottom: 100px;
	background: rgba(10,10,10,1);
	font-size: 18px;
    font-family: "Alumni Sans Pinstripe", serif;
	color: white;
	padding: 120px 100px 100px 100px;
	opacity: 0;
	transition: opacity 2s ease-in-out;
}

.defaulttextbox {
	font-size: 24px;	
}

#btn_closeKontakt {
	border: 1px dotted white;
	height: 60px;
	min-width: 100px;
	max-width: 100px;
	position: relative;
	display: block;
}

#btn_closeKontakt p {
	display: block;
	position: relative;
	width: 100%;
	text-align: center!important;
	justify-content: center;
	z-index: 3;
	padding: 0px!important;
}

#btn_closeKontakt:hover {
	border: 2px solid white;
	cursor: pointer;
}

#kontakt p {
	position:relative;
	display: flex;
	align-self: center;
	padding: 0px 0px 0px 100px;
}

#impressum {
	display: none;
	flex-direction: column;
	position: absolute;
	left: 0px;
	right: 0px;
	padding: 120px 100px 120px 100px;
	padding-bottom: 120px;
    font-family: "Alumni Sans Pinstripe", serif;
	z-index: 1;
	color: white;
	background: rgba(10,10,10,1);
	font-size: 18px;
	min-height: 100%;
	opacity: 0;
	transition: opacity 2s ease-in-out;
}

#impressum p {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 3;
}

#btn_impressum {
}

#btn_closeImpressum {
	border: 1px dotted white;
	min-width: 100px;
	height: 60px;
	max-width: 100px;
}

#btn_closeImpressum:hover {
	border: 2px solid white;
	cursor: pointer;
}