footer {
  font-size: 15px !important;
  background-color: #eee; 
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  color: #000;
  line-height: 2;
  padding: 30px 0 17px 0;
}
footer a {
  color: #000;
}
footer a:hover {
  color: #2c862e;
}
footer h5 {
  margin-bottom: 15px;
  font-weight: 700;
  padding: 8px 0;
}
footer .nav-footer {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .kundenservice {
  background: #fff !important;
  padding: 1px 10px !important;
  width: 80%;
  border-bottom: 0;
}
@media screen and (max-width: 1299px) {
  footer .kundenservice {
    width: 100%;
  }
}
footer .kundenservice div {
  line-height: 2;
  border-bottom: 1px solid #aaa;
  padding: 5px 0;
}
footer .kundenservice div:last-child {
  border-bottom: 0;
}
footer .kundenservice i {
  margin-right: 3px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.footer-links-group a, .footer-links-group a span {
  display: block !important; 
  line-height: 1.3;
}
.footer-links-group a {
  margin-bottom: 16px;
}