
header.header {
    height: 108px;
    border-top: 5px solid #005187;
    border-bottom: 1px solid #005187;
    background-color: #fff;
}
header.header .logo {
    width: 95px;
    z-index: 1001;
    position: absolute;
    left: 15px;
    top: 10px;
}
.log-in-out {
    position: absolute;
    right: 0;
    top: 5px;
}
.log-in-out a {    
    font-size: 50px;
    background-color: #005187;
    padding: 28px 25px;
    line-height: 50px;
    color: #fff;
	display: block;
}
.log-in-out a:hover,
.log-in-out a:focus {
    background-color: #bcbf4c;
}
header.header .menu-desktop {
    display: block;
}



@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {
	header.header .menu-desktop {
    	display: none;
	}
}
@media (max-width: 640px) {

}





footer.footer .footer-main {
	background-color: #005187;
	color: #fff;	
}
footer.footer .footer-main a {	
	text-decoration: none;
	color: #fff;
}
footer.footer .footer-main a:hover,
footer.footer .footer-main a:focus {	
	text-decoration: none;
	color: #babf00;
}

footer.footer .footer-main .adresse ul li.ort,
footer.footer .footer-main .adresse ul li.tel,
footer.footer .footer-main .adresse ul li.mail {
    padding-left: 20px;
    position: relative;
	margin-top: 10px;
}
footer.footer .footer-main .adresse ul li.ort::before,
footer.footer .footer-main .adresse ul li.tel::before,
footer.footer .footer-main .adresse ul li.mail::before {    
    position: absolute;
	left: 0;
	top: 0;
	font-family: fontawesome;
}
footer.footer .footer-main .adresse ul li.ort::before{  
	content: "\f041";
}
footer.footer .footer-main .adresse ul li.tel::before {  
	content: "\f095";
}
footer.footer .footer-main .adresse ul li.mail::before {  
	content: "\f0e0";
}


footer.footer .footer-main .links ul li {
    padding-left: 20px;
    position: relative;
	margin-top: 10px;
}
footer.footer .footer-main .links ul li::before {    
    position: absolute;
	left: 0;
	top: 0;
	font-family: fontawesome;
	content: "\f101";
}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {

}
@media (max-width: 640px) {

}




