@charset "UTF-8";
/* CSS Document */

<style>
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cf:after {
	content "";
	display: table;
}

.cf:after {
	clear: both; 
}



/*general style*/

body {
	font-size: 100%;
	color:rgba(255,255,255,1);
	margin: 0em;
	padding: 0em;
	background-color:rgba(4,4,4,0.8); /*white*/
}

h1 {
	font-size: 2.1em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 100;
	color:rgba(255,255,255,1);
	margin: 0em;
	text-align: left;
	padding: 0.5em 1.25em 0.2em 0em;
	
} 

h2 {
	font-size:1.563em;
	line-height:1.8em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 100;
	color:rgba(255,255,255,1);
	margin: 0em;
	text-align: left;
	padding: 1.25em 1.25em 0.3em 0em;
}

h3 {
	font-size: 1em;
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 100;
	color:rgba(255,255,255,1);
	margin: 0em;
	text-align: right;/*left;*/
	padding: 1em .2em 0.5em 1.3em;
	text-transform: uppercase;
	}
	
h4 {
	font-size:0.9em;
	line-height:1.1em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 100;
	color:rgba(255,255,255,1);
	margin: 0em;
	text-align: left;
	padding: .4em 0em 1.4em 0em;
	
	}
	
h5 {
	font-size: 1.2em;
	line-height: 1.2 em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 100;
	color: red; /*green;/*#E7590B;*/
	margin: 0em;
	text-align: left;
	padding: .6em 0em 1.4em 0em;
	}

h6 {
	font-size: 1em;
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color:rgba(255,255,255,1);
	margin: 0em;
	text-align: left;
	padding-top: 1em;
	text-transform: uppercase;
	padding-bottom: .5em;
	}
	
	


p{
	line-height: 1.25em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 100;
	color: rgba(255,255,255,1);
	margin: 0em;
	padding: 1.25em 1.25em 0.5em 0em;
	text-align: justify;
	font-size: 100%;
}

.fett {
	font-weight: bold;
	
	}

.nexttext {
	line-height: 1.25em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 100;
	color:rgba(255,255,255,1);
	text-align: left;
	padding-right: 1.25em;
	padding-bottom: 1em;
	margin-top: -1.7em;
	margin-bottom: 2.5em;
	}
	



ul {
	margin:0px;
	padding:0px;
}

li {
	line-height: 1.25em;
	list-style-type:square;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 100;
	color:rgba(255,255,255,1);
	margin: 0.313em 0em 0.313em 0em;
	padding: 0em;
		
	}

img {
	width:100%;
	height:auto;
	max-width:100%;
	}
	
	

a {
	text-decoration: none;
	color: rgba(255,255,255,1);
	}

table {
	float: left;
	margin-bottom: 3em;
	width: 80%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	font-weight: 100;
	color:rgba(255,255,255,1);
	list-style-type: none;
	margin-right: 1.5em;
	margin-top: 1em;
	
	
	
	}


th, td {
	text-align: left;
	padding-top: 1em;
	font-size: 0.9em;	
	
}

tr {
	padding-top:2em;
	border-bottom: thin solid #FFFFFF;
	padding-bottom: 1.5em;
}



/*on top bar*/

#menubar {
	background: rgba(168,29,29,1);
	display: block;
	height: 1em;
	}

#menubar ul {
	display:block;
	width:2em;
	padding-bottom:3em;
	}

#menubar ul li {
	display: inline;
	}
	
#menubar ul li a.menubutton {
	display:none;
	margin-top: -2.5em;
	
	}
	
		
	
#sprachbutton {
	float:right;
	width:auto;/*4em;*/
	margin-top: -1.4em;
	margin-right: 1.8%;	
	}	
#sprachbutton ul {
	display:block;
	}
#sprachbutton ul li {
	display:inline;
	}
	
#sprachbutton ul li a {
	color: #E7590B;
	color:rgba(204,204,204,1);
	font-size: 1em;
	line-height: 0.4em;
	padding: 0 0.1em 0.375em 0.1em;
	font-weight: bold;
	}
	
	
/*header*/

header {
	display: block;
	text-align: center;
	/*background-color: #E6E6E6;*/
	/*background-color:rgba(4,4,4,0.8);*/
	background: rgba(168,29,29,1);
	padding: 0.5em 0em 0.5em 0em;
	}
	

header img {
	width:200px;
	height:auto;
	/*max-width:40%;*/
	
	}
	
	
#boxlogo {
	width: 10em;
	height: auto;
	position: absolute;
	z-index: 40;
	margin-left: 0%;
	padding-right: 1.25em;
	padding-bottom: 1em;
	margin-top: -8em;
	margin-bottom: 2.5em;
	top: 124px;
}

	

/* navigation */

nav {
	displa:block;
	/*height:2.2em;*/
	height:4.2em;
	/*background-color:rgba(4,4,4,0.8);*/
	/*background:#FFFFFF;*/
	background: rgba(168,29,29,1);
	text-align:center;
	margin: auto;
	padding:0em;
	}
	
nav ul {
	display:block;
	}
nav ul li {
	display:inline;
	margin: 0em 0.118em 0em 0.118em;
	}
	
nav ul li a {
	/*color: #666666;*/
	color: white;
	font-size: 1.125em;
	line-height: 2.5em;
	padding: 0.563em 0.938em 0.375em 0.938em;
	transition: background 0.2s;
	-webkit-transition: background 0.2s;
	}
	
nav ul li a:hover{
	/*background:#DBD9D8;*/
	/*background-color:rgba(4,4,4,0.8);*/
	 border:rgba(255,102,0,1) solid #E75908;
	
	}	
nav ul li a:active {
	border-bottom:0.188em solid #E75908;
	}	


/*content area*/

#main {
	display:block;
	width:96%;
	max-width:1200px;/*980px;*/
	margin:1.25em auto;
	padding:0em;
	
	}
	

#main article {
	display: inline-block;
	width: 65.3%;
	verdical-aline: top;
	margin: 0em;
	padding: 0em;
	text-align: center;
	
	}

#main article img {
	max-width:783.6px;
	/*box-shadow:0px 0px 10px -3px #4C4948;
	border-radius:2px;*/
	}
	
#main aside {
	display: inline-block;
	width: 30.6%;
	margin-left: 2%;
	/*margin-top: 4.3em;*/
	margin-top: 1.25em;
	padding: 0em;
	vertical-align: top;
	}
#main aside section {
	margin-bottom: 1.564em;
	/*background-color:transparent;*/ 
	border-bottom-width: 0.188em;
	border-bottom-style: solid;
	/*border-bottom-color: #E7590B;*/
	border-bottom-color: rgba(168,29,29,1);
	
	}

#main aside section p {
	padding: 0em 0em .8em 1.5em;
	line-height: 1.3em;
	text-align: right;	
	
	}
	
	/*#*/.impress {
	background-color: rgba(235,235,235,.5);
	display: block;
	width: 50%;
	max-width: 800px;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 1.25em;
	margin-left: auto;
	padding-top: 4em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 4em;
	}


/* footer */
	
footer {
	display: block;
	text-align:center;
	/*background-color:rgba(4,4,4,0.8);*/ 
	/*background-color:#E6E6E6;*/
	margin-top: 2em;
	border-top-width: 0.188em;
	border-top-style: solid;
	border-top-color: rgba(168,29,29,1);
	padding-bottom: 2em;
	}
	
footer ul {
	display:block;
	width:100%;
	max-width:1200px;/*980px;*/
	text-align:left;
	margin: 1px auto;
	
	}
	
footer ul li {
	display: inline;
	font-size: 0.6em;
	line-hight: 4em;
	color: #666666;
	
	padding: 0em 0.625em 0em 0.625em;
	}
	
footer ul li a{
	/*color: #666666;*/
	color:rgba(255,255,255,1);
	}
	
footer img {
	width:34px;
	height:auto;
	padding-top:2em;
	
	}


/*mobile style*/

@media screen and (max-width: 1084px) {

		
		table {
	width: 100%;		
	margin-right:.5em;
	padding: .5em;
	margin-bottom: 1.5em;
	
	}
	
	.nexttext {
	margin-bottom: 1.5em;
	}

nav ul li a {
	font-size: 1em;
	}
	


}



@media screen and (max-width: 800px) {

body{ font-size: 90%; 
		}
		
		table {
	width: 100%;
	margin-right: .5em;
	padding: .5em;
	margin-bottom: 1em;
	}
	
	
	.nexttext {
	margin-bottom: 1.5em;
	}
	
	nav {
	padding-left:8em;
	padding-top: 1em;
	}
	
	
	nav ul li a {
	font-size: .8em;
	padding-left: .5em;
	
	
	
	}
	
	
	

}



@media screen and (max-width: 600px) {
    #main aside, #main article{
        width: 100%;
        display: block;
        margin: 0.625em 0em 0.625em 0em;
		}
		footer img {
		width:20px;
		}
		
		table {
	width: 100%;
	margin-right: .5em;
	padding: .5em;
	font-size: 14px;
	}
}



@media screen and (min-width: 550px) {
	nav.nav {
		display:block !important;
		}
		
	
	
}


@media screen and (max-width: 550px) {
    body{
        font-size: 86%;
    }
    #menubar ul li a.menubutton{
        display: block;
		margin-top: 3em;

    }
    
	#menubar ul {
	width:5em;
	float:right;
	padding: 0em;
	
}
	
	nav{
        display: none;
        height: auto;
		text-align:right;
    }
    nav ul li{
        display: block;
        margin: 0.3em 0em 0.3em 0em;
		font-size: 1.2em;
    }
	
	
	#sprachbutton {
	float:right;
	width:auto;/*4em;*/
	margin-top: -5em;
	/*margin-right: 1.8%;*/
	margin-right: 1em;

	}	
	
	
	footer ul li {
		padding: 0em 0.2em 0em 0.2em;
		font-size: 0.7em;
		}
		
		
	#boxlogo {
	margin-top:-8.5em;
	
	
	}

	#menubar  {
	height:6em;
	
	}	
	
		
}
	
