 
footer{
  width:100%;
  height:auto;
  min-height: 120px;
  background-image: url('../images/klausner_footer.svg');
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;

}


footer ul { list-style: none; display: flex; justify-content: flex-end; max-width: 1000px; margin: auto; }
footer ul li{ }
footer a {text-decoration: none; padding: 20px; display: inline-block; margin-top: 20px;}
footer a:hover {text-decoration: underline;}


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

}

footer a {
	 
	 color:darkgreen;
}

@media only screen and (max-width: 987px) {
	
footer {background-position: right top;}

}

