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

.footer-titel {
  color: var(--color-titel-footer);
  font-family: var(--font-subtitel);
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;	
  text-align: center;
  padding-top: 2rem;
}
.footer-text {
  color: var(--color-footer);
}
ul.footer-list {
  color: var(--color-footer);
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.footer-list li {
  padding-bottom: 7px;
  font-size: 17px;
}
.footer-list a {
  color: var(--color-footer-links);
  text-decoration: none;
  font-weight: 400;
}
.footer-list a:hover {
  color: var(--color-footer-links-hover);
}
.quicklinks {
  text-align: center;
  font-family: var(--font-subtitel);
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: var(--color-subtitel);
}
.box-shadow-footer {
    box-shadow: 5px 5px #e48717;
}
.quicklinks a {
  font-family: var(--font-subtitel);
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: var(--color-subtitel);
}
.quicklinks a:hover {
  color: var(--color-footer-links-hover);
}
@media (min-width: 992px) {
  .footer-titel {
    text-align: left;
  }
.quicklinks {
  text-align: left;
}
  ul.footer-list {
    text-align: left;
  }
}
.copyright {
  color: var(--color-footer);
  font-style: italic;
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.75rem 0 0;
}
ul.footer-list-1 {
  color: var(--color-footer);
  font-style: italic;
  list-style-type: none;
  padding: 0;
  margin: 2rem 0rem 0rem; 
  text-align: center;
}
ul.footer-list-1 li {
  display: inline-block;
  text-align: center;
}
ul.footer-list-1 a {
  color: var(--color-footer-links);
  padding: 0 0.5rem;
  text-decoration: none;
}
ul.footer-list-1 a:hover {
  color: var(--color-footer-links-hover);
}
.img-footer {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .copyright {
    text-align: left;
    margin: 0;
  }
  ul.footer-list-1 {
    text-align: center;
  }
  .img-footer {
    width: 50%;
    height: auto;
  }
}

/* ---- Quicklinks ---- */

.titel-quicklinks {
  color: var(--color-titel-quicklinks);
  font-family: var(--font-ueberschriften);
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-transform: none;	
}
.subtitel-quicklinks {
  color: var(--color-subtitel-quicklinks);
  font-family: var(--font-ueberschriften);
  font-weight: 400;
  font-style: italic;
  text-transform: none;	
}
.list-quicklinks-titel {
  color: var(--color-links-quicklinks);
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-transform: uppercase;
}
.list-quicklinks-titel a {
  color: var(--color-links-quicklinks);
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-transform: uppercase;
}
.list-quicklinks-titel a:hover {
  color: var(--color-links-hover-quicklinks);
}
ul.list-quicklinks {
  list-style-type: none;
  padding: 0;
  text-align: center;
  color: var(--color-links-quicklinks);
}
@media (min-width: 992px) {
  ul.list-quicklinks {
    list-style-type: none;
    padding: 0;
    text-align: left;
    color: var(--color-links-quicklinks);
  }
  }
.list-quicklinks li {
  padding-bottom: 7px;
  font-size: 17px;
}
.list-quicklinks a {
  color: var(--color-links-quicklinks);
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
}
.list-quicklinks a:hover {
  color: var(--color-links-hover-quicklinks);
}

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