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

.footer-title {
  text-align: center;
  color: #0367A6;
}
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: #F2762E;
}
@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: #F2762E;
}

/* -------------------- Footer ENDE -------------------- */
.bg-color-13  {
  background-image: url("../images/reviews/003--558714551.jpg");
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply !important;
  background-color: rgba(0,0,0,0.6); /*schwarz blur 75%*/
  backdrop-filter: blur(10px);
  box-shadow: 15px 0px 15px -15px rgba(0,0,0,0.85);
  border-right: 1px solid #000;
}