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

.footer-titel {
  text-align: center;
  color: var(--color01);
}
.footer-titel a {
  color: #80c41c;
}
.footer-titel a:hover {
  color: #80c41c;
}
ul.footer-list {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.footer-list li {
  padding-bottom: 7px;
  /*font-size: 16px;*/
}
.footer-list svg {
  color: #2e58a6;
  text-decoration: none;
  font-weight: 600;
}
.footer-list a {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 400;
}
.footer-list a:hover {
  color: #80c41c;
}
ul.quicklist-list {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.quicklist-list li {
  padding-bottom: 7px;
  /*font-size: 16px;*/
}
.quicklist-list svg {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.quicklist-list a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.quicklist-list a:hover {
  color: #80c41c;
}
.copyright {
  color: #fff;
  font-style: italic;
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.75rem 0 0;
}
.icon {
  font-size: 3em;
  width: 1em;
}
ul.footer-list-1 {
  color: #fff;
  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;
  color: #fff;
}
ul.footer-list-1 a {
  color: #fff;
  padding: 0 0.5rem;
  text-decoration: none;
}
ul.footer-list-1 a:hover {
  color: #80c41c;
}
@media (min-width: 992px) {
  .copyright {
    text-align: left;
    margin: 0;
  }
  ul.footer-list-1 {
    text-align: center;
  }
  ul.footer-list {
    text-align: left;
  }
  ul.quicklist-list {
    text-align: left;
  }
.footer-titel {
  text-align: left;
}
}


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

.footer-end {
  color: #fff;
  text-align: right;
}
.footer-end a {
  color: #fff;
  text-decoration: none;
}
.footer-end a:hover {
  color: #80c41c;
}

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