/* -------------------- Footer BEGINN -------------------- */

.footer-title {
  text-align: center;
  color: #444444;
}
ul.footer-list {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.footer-list li {
  padding-bottom: 7px;
  font-size: 17px;
}
.footer-list a {
  color: #333;
  text-decoration: none;
  font-weight: 400;
}
.footer-list a:hover {
  color: #e7000e;
}
@media (min-width: 992px) {
  .footer-title {
    text-align: left;
    padding-bottom: 10px;
  }
  ul.footer-list {
    text-align: left;
  }
}

/*-----------------------------*/

.footer-end {
  text-align: center;
}
.footer-end a {
  color: #fff;
  text-decoration: none;
}
.footer-end a:hover {
  color: #e7000e;
}

/* -------------------- Footer ENDE -------------------- */