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

}
.footer_panel {background: #111; color: #fff;   display: flex;
  
    justify-content: space-between; 
}
.footer_panel > * {;}

@media only screen and (min-width: 1200px) {
	.footer_panel {justify-content: space-around }
	.footer_panel > * {min-width: 15%; max-width: 25%;}
	  
}
@media only screen and (max-width: 1199px) {
	.footer_panel {  flex-wrap: wrap; }
	.footer_panel > * {margin: 10px; padding: 10px;}
	  
}

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;padding: 0px; }
footer ul li{ margin: 0px;}

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

}

footer a {
	 
	 color:#fff;
}

footer a.werkselfen {
	 
	 display: inline-block;
	 padding: 10px; color:#fff;background: #990000;
	 text-decoration: none;
	 margin: 0 0 30px 0;
	 
}
footer a.werkselfen:hover {
	 
	background: #dd0000;
	text-decoration: underline;
	
	 
}