@font-face {
	font-family: 'Berolina'; /* New Berolina MT V2 */
	src: url('fonts/newber.eot'); /* IE9*/
	src: url('fonts/newber.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/newber.woff2') format('woff2'), /* chrome?firefox */
	url('fonts/newber.woff') format('woff'), /* chrome?firefox */
	url('fonts/newber.ttf') format('truetype'), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
	url('fonts/newber.svg#NewBerolinaMT') format('svg'); /* iOS 4.1- */
}
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Rubik'), local('Rubik-Regular'), url(fonts/rubik.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Rubik Bold'), local('Rubik-Bold'), url(fonts/rubik-bold.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*{
	box-sizing:border-box;
}
html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	color:#cccccc;
	background-color:#444444;
	-webkit-text-size-adjust:none;
}
html,body,h1{
	font-family:Rubik, sans-serif;
	font-size:calc(5px + 1.5vH);
	line-height:calc(5px + 2.5vH);
	letter-spacing:0.02em;
	word-spacing:0.06em;
}
h2{
	font-family:Rubik, sans-serif;
	font-size:calc(5px + 1.5vH);
	line-height:calc(5px + 2.5vH);
	letter-spacing:0.02em;
	word-spacing:0.06em;
}
a {text-decoration:none; color:#cccccc; outline:none;/* FF */}
a:link {color:#cccccc;}
a:visited {color:#cccccc;}
a:hover {color:#cccccc;text-decoration:underline;}
a:active {color:#cccccc;}
a:focus {color:#cccccc;}
p{
	padding:0;
	margin:0;
	margin-bottom:3vH;
}
h1{
	margin:0;
	padding:0;
	margin-bottom:1vH;
	font-weight:bold;
}
table{
	border-spacing:0;
	border-collapse:collapse;
}
ul{
	list-style:none;
	height:auto;
	margin:0;
	padding:0;
}
li{
	display:inline-block;
	position:relative;
	height:auto;
	margin:0;
	padding:0;
	margin-left:10px;
	margin-right:10px;
	white-space:nowrap;
}
ul li:hover ul{
	z-index:50;
	display:block;
}
ul li ul{
	/*display:block;*/
	display:none;
	position:absolute;
	padding:1vH;
	left:-1vH;
	bottom:3vH;
	text-align:left;
	border:1px solid #cccccc;
	background-color:#861a22;
	box-shadow: 3px 3px 15px #222222;
}
ul li ul li{
	display:block;
	height:4vH;
	margin:0;
}
#Head{
	float:left;
	width:100%;
	height:20%;
	background-color:#861a22;
	font-family:'Berolina';
	text-align:center;
	font-size:7vh;
	line-height:6vH;
	border-bottom:1px solid #cccccc;
}
#Head table{
	width:100%;
	height:100%;
}
.subtitel{
	font-family:Rubik, sans-serif;
	font-size:3vh;
}
#Content{
	float:left;
	height:70%;
	width:100%;
}
#ContentLinks{
	float:left;
	width:65%;
	height:100%;
	background-repeat:no-repeat;
	background-position:50% 50%;
	-webkit-background-size:cover; /* wegen Safari ev n�tig */
	background-size:cover;
}
#ContentRechts{
	float:left;
	width:35%;
	height:100%;
	border-left:1px solid #cccccc;
	background-color:#222222;
	padding:2vH;
	overflow:auto;
	word-wrap:break-word;
}
#ContentRechts a{
	text-decoration:underline;
}
#ContentRechts img{
	border:1px solid #cccccc;
	margin-bottom:3vh;
	width:70%;
}
iframe{
	width:100%;
	height:35vH;
}
#Foot{
	position:absolute;
	width:100%;
	bottom:0px;
	height:10%;
	background-color:#861a22;
	text-align:center;
	padding:2vH;
	border-top:1px solid #cccccc;
}
#Foot table{
	width:100%;
	height:100%;
}
#Foot svg{
	position:relative;
	top:0.4vH;
	width:calc(5px + 2vH);;
	fill:#cccccc;
}
@media(orientation: portrait){
	#Head{
		font-size:6vh;
		line-height:5vH;
	}
	#Content{
		height:70%;
		overflow:auto;
	}
	#ContentLinks{
		width:100%;
		height:60%;
		border-bottom:1px solid #cccccc;
	}
	#ContentRechts{
		width:100%;
		height:auto;
		border-left:none;
	}
	#Foot{
		padding:1vH 2vH 1vH 2vH;
	}
	#Foot td{
		/*text-align:left;*/
	}
}
.fasz{
	border:none !important;
}
