h1 {
    color: white;
    font-size: 60px;
	text-align: center;
	font-family: "Agenda";
	padding-top: 200px;
	padding-bottom: 200px;
}



body {
	font-family: "Agenda Regular", "Agenda Bold";
	
	margin: 0px;
	background-color: black;


}

.auswahl {
	text-align: center;
	margin-top: 50px;
}


#video_background {
	position: fixed;
	top: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
	opacity: 0.6;
}


.flex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 200px;
	margin-bottom: 100px;
}

.choose {
	color: black;
	font-size: 40px;
	margin: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer {
	text-align: center;
	display: inline;
	list-style-type: none;
	padding: 6px;
	font-size: 15px;
	background-color: transparent;
	color: white;
	margin-top: 200px;
}

li {
	list-style-type: none;
	display: inline;
	
}

ul {
	margin-top: 400px;
	margin-bottom: 80px;
	text-align: center;
}

a {
	margin: 50px;
}

#frame {
	background-color: black;
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;

	
}

#backtostart {
	padding-top: 100px;
	width: 40rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

#backtostart:hover {
	opacity: 0.7;
}

.space {
	height: 500px;
}

#camping {
  background-color: white;
}

.formular {
	background-color: white;
	background-blend-mode: screen;
	padding-top: 5rem;
	text-align: center;
	display: block;
	padding-left: 50rem;
}

.hover:hover {
	opacity: 0.6;
}

#counter {
	text-align: center;
	font-family: "Agenda Bold";
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
}

