/* -------------------- Footer BEGINN -------------------- */
.adresse {
    color: #fff;
    text-align: center;
}
.adresse a{
    color: #fff;
    text-align: center;
}

.footer-title {
  text-align: center;
  color: #fff;
  padding-bottom: 0.5em;
  padding-top: 1em;
  margin-bottom: 0;
}
ul.footer-list {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.footer-list li {
  padding-bottom: 7px;
  font-size: 17px;
  color: #fff;
}
.footer-list a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.footer-list a:hover {
  color: #333;
}


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

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

/* -------------------- Footer ENDE -------------------- */
.bg-color-13  {
  background-image: url("../images/reviews/002--330432057.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;
}