

#header{
	min-height: 151px;
	border-bottom: 10px solid #396abe;
}
#header .inside{
	border-bottom: 5px solid #86ce43;
	min-height: 145px;
}
#container{
	margin-top: 45px;
}
.login_info {display:none;}
.content-downloads{
	margin-top: 20px;
}
.ext-pdf::before{
		font-family: 'FontAwesome';
		content: "\f1c1 ";
		padding-left: 0px;
		margin-right: -20px;
		font-size: 1.5em;
		color: #396abe;	
	}
.download-element a{
	background-image: none;
}
/*Menu Hack*/
.desktop{display: none;}
.mobil-off{display: block;}
@media only screen and (max-width: 767px) {
	#container{
		margin-top: 30px;
	}
	.desktop{display: block;}
	.mobil-off{display: none;}
	
}
/*Footer*/
#footer{
	color:#fff;
	border-top: 5px solid #86ce43;
	margin-top: 50px;
	height: 200px;
}
#footer .inside{
	border-top: 10px solid #396abe;
	background-color: #757b7a;
	padding-bottom: 30px;
	padding-top: 12px;
	margin-top:0;
}
#footer .right{
	padding-right: 40px;	
}
#footer a {
	color:#fff;
}
#footer ul{
	margin-top: 5px;
}
#footer ul li{
	list-style: none;
	line-height: 22px;
}
#footer p {
	line-height: 15px;
}
#footer .rs-column.-large-col-2-1{
/*	width: 50%;
	margin: 0;*/
}
.footer-menue-left, .footer-menue-right{
	width: 50%;
	float: left;
}