* {
	font-family: "HeidelbergGothicMl", Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	
}
html, body	{
	
	background-color: #f3f4f8;
	height: 100%;
		
		
		
}
#seite {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
}

div.header {
	background-color: #ffffff;
	position: sticky;
	top: 0;
	border-bottom: 1px solid rgba(96,101,107,.48);
	z-index: 1;
	
	
}
p.logo {
	padding-bottom: 1em;
}
p.flatlist {
	padding-right: 0.8em;
	text-align: right;
}

ul.flatlist {
	padding-bottom: 2em;
	margin-left: 0;
}

ul.flatlist li {
	list-style-type: none;
	display: inline;
	margin-left: 0;
	margin-right: 0.8em;
}
ul.flatlist li a {
	color: #60656B;
	font-weight: 200;
}


p.flatlist a {
	font-weight: 200;
	color: #60656B;
	padding-right: 0.8em;	
}
p.flatlist a, nav ul.flatlist li a {
	text-decoration: none;	
}
nav ul.flatlist li.active a, nav ul.flatlist li.active a:hover {
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}
p.flatlist a:hover, nav ul.flatlist li a:hover {
	text-decoration: underline;	
}
p.language {
	text-align: right;
	font-weight: 200;
	color: #cccccc;
	padding-right: 10em;
	padding-top: 1em;
	
	
}
p.language_vid {
	text-align: left;
	font-weight: 200 !important;
	color: #7d838b !important;
	font-size: .875rem !important;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	
}
p.language_vid a {
	color: #7d838b !important;
}
a.active {
	color: #00417d;
	font-weight: 600;
	text-decoration: none;
}
a.inactive {
	color: #cccccc;
	text-decoration: none;
	font-weight: 200;
}
a.active:hover {
		text-decoration: underline;
}
a.inactive:hover {
		text-decoration: underline;
		font-weight: 200;
}
div.wrapper {
		
		padding: 2em 2em 3em 2em;
		
}

h1 {
	color: #004178;
	font-size: 24px;	
	font-weight: 400;
	margin-bottom: 1em;
	
}

h2 {
	color: #60656B;
	font-size: 20px;	
	font-weight: 400;
	margin-top: 0em;
	margin-bottom: 1em;
}
ul {
	margin-left: 1em;
	
}
li {
	font-size: 16px;
	color: #60656B;
	font-weight: 400;
	margin: 1.2em;
}
summary {
	font-size: 16px;
	font-weight: 400;
	color: #60656B;
	margin-bottom: 1.2em;
	cursor: pointer;
}
li a {
	color: #00427A;
}
div.video {
	display: inline-table;
	width: 360px;
	margin-right: 1em;
	margin-bottom: 2em;
	
	
}
div.video_machines {
	display: inline-table;
	width: 250px;
	margin-right: 1em;
	margin-bottom: 1em;
}

div.video video {
	width: 360px;
	max-height: 202px;
	background-color: #f3f4f8;
	border-radius: 8px;
	margin-bottom: 1em;
	z-index: 1;
	
}

div.video_machines video {
	width: 300px;
	max-height: 202px;
	background-color: #f3f4f8;
	border-radius: 8px;
	margin-bottom: 1em;
	z-index: 1;
}

div.video p, div.video_machines p {
	font-size: 16px;
	color: #60656B;
	font-weight: 400;	
	padding-left: 0.3em;
	
}
div.video a img, div.video_machines a img {
	margin-bottom: 1em;	
	border-radius: 8px;
	border: 1px solid white;
}
div.video iframe, div.video_machines iframe {
	margin-bottom: 1em;
	border-radius: 8px;
	min-width: 360px;
	height: 202px;
	border: 1px solid white;
	background-color: white;
}
div.separator {
	border-top: 1px solid #a8b1b6;
	margin-bottom: 2em;
	margin-top: -1em;
}


div.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.5em;
	
}

div.footer p {
	display: flex;
	justify-content: center;
}
div.footer p a {
	color: #004178;
	font-size: 12px;
	text-decoration: none;
	padding: 1em;
}
div.footer p a:hover {
	background-color: rgba(0,65,120,.08);
	padding: 1em;
	border-radius: 4px;
}
div.footer p span {
	color: #60656B;
	font-size: 12px;
	padding: 1em;
}
.position::before {
	display: block;
	content: "";
	height: 120px;
	margin-top: -120px;
	visibility: hidden;
}

	

