 
footer{
  width:100%;
  height:auto;
  background:#222;
  color: #fff;

}

footer .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
	padding-bottom: 20px;
    padding-top: 30px;
	margin: auto;
}

footer .borderline {
border-top: 1px solid rgba(255,255,255,0.5);
text-align: center;
	padding-bottom: 10px;
    padding-top: 10px;

}
footer .borderline > * {
 display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 70%;

	margin: auto;	
	
}

footer ul { list-style: none }
footer ul li{ margin-right: 30px;}

footer span, footer p{
	font-size: 0.8em;
  color:#fff;

}

footer a {
	 
	 color:royalblue;
}
footer h4 {
	 text-shadow:  2px  2px 1px rgba(0,0,0,.8);
	 color:royalblue;
}
footer .experte {
    height: 150px;
    width: 150px;
}

