html {
	height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	color:white;

	min-height: 100%;

	display:flex;
	flex-direction: column;
}

h1 {
	font-family: 'Figtree', sans-serif;
	color: white;
	font-weight: bold;
	font-size:18pt;
	text-align:left;
}

h2,h4,h3,h5 {
	font-family: 'Figtree', sans-serif;
	color:white;
	font-size:11pt;
	margin-top:25px;
	text-align:left;
	margin-bottom: 4px;
}

a {
	text-decoration: none;
}

p {
	text-align:left;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	background-color:#282727;
}

.mainimage{
	width:50px;
	height:50px;
	margin-top:15px;
	margin-left:15px;
}

.navigationoben{
	background-color:#282727;
	width:100%;
	height:80px;
	z-index: 1;
	position:fixed;
	top:0;
}

.topleftname {
	font-family: 'Figtree', sans-serif;
	font-weight:bold;
	color:#ffffff;
	margin-left:15px;
	margin-top:15px;
	position:fixed;
	font-size: 18pt;
}

.topleftname2 {
	font-family: 'Lato', sans-serif;
	color:#ffffff;
	margin-left:15px;
	margin-top:45px;
	position:fixed;
	font-size: 12pt;
}

.wrapper {
	max-width:1280px;
	margin:auto;
	padding:20px;
	margin-top: 20px;
}

.wrapperimpressum {
	max-width:685px;
	margin:auto;
	padding: 20px;
	margin-top: 20px;
}

.video {
	width:100%;
	max-height:700px;
	min-height:600px;
	background-color:black;
}

.line{
	border-color:#c9cdcf6c;;
    border-style: inset;
}

.links{
	color:#689260;
	text-decoration: underline;
}

.footer {
	height:82px;
	width:100%;
	background-color: #282727;
	text-align: center;
	
	margin-top: auto;
}

a.impressum {
	color:#c9cdcf6c;
	font-family: 'Roboto Condensed', sans-serif;
	padding-right:5px;
	padding-left:5px;
	margin-top: 5px;
	display:inline-block;
	text-decoration:none;
}

.impressum2 { /*Impressumsseite*/
	margin-top:80px;
	margin-bottom:20px;
	color:#332319;
}

.clearer{
   clear: both;
   }
