@charset "UTF-8";

header{
	width:100%;
	height:50px;
	top:0px;
	background: rgba(0,39,49,1.00);
	position:fixed;
	z-index:9999;
	}
#logo_mobile{display:none;}

#menubar{
	width:auto;
	max-width:1200px;
	height:44px;
	margin: 0 auto;
	}

.links{
	float:left;
	padding: 15px 0px 0px 2.5%;}
	
#sprachen{
	height: auto;
	width: auto;
	float: right;
	padding: 0px;
	margin: 15px 10px 0px 0px;}

.flaggen{
	float: left;
	width: 30px;
	height: 18px;
	background-size: cover;
	background-repeat: no-repeat;
	}

.flagge_eng{
	background-image:url(../flaggen/grossbritannien.jpg);
}
.flagge_franz{
	margin-left: 20px;
	background-image:url(../flaggen/frankreich.jpg);
}

#menubutton{display:none}	
footer{
	background:rgba(0,39,49,1.00);
	height:250px;
	margin-top:10px;
	padding-top:20px;
	border-top:rgba(223,223,223,1.00) solid thin;
	z-index:9999;
	bottom: 0px;
	}
	
.breadcrumb {
    color:#666;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	text-decoration:none;
}

.breadcrumb:hover {
    color:#fff;
}

#impressum{
	height:100%;
	width:auto;
	background:rgba(0,0,0,0.50);
	position:absolute;
	z-index:99999;
	top:0px;
	display:none;
	padding:50px 20px 0px 20px;
	}
	
.footer_rechts{
	max-width:450px;
	float:right;
	padding:50px 50px 0px 0px;
}
.footer_links{
	max-width:700px;
	float:left;
	padding-left:10px;
	padding:70px 0px 0px 50px;
}
