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

.footer-title {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #00689c;
}
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: #fff;
  text-decoration: none;
  font-weight: 400;
}
.footer-list a:hover {
  color: #00689c;
}
@media (min-width: 992px) {
  .footer-title {
    text-align: left;
    padding-bottom: 10px;
  }
  ul.footer-list {
    text-align: left;
  }
}
.copyright {
  color: #fff;
  font-style: italic;
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.75rem 0 0;
}
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;
}
ul.footer-list-1 a {
  color: #fff;
  padding: 0 0.5rem;
  text-decoration: none;
}
ul.footer-list-1 a:hover {
  color: #00689c;
}
@media (min-width: 992px) {
  .copyright {
    text-align: left;
    margin: 0;
  }
  ul.footer-list-1 {
    text-align: center;
  }
}

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

ul.footer-list-end {
  list-style-type: none;
  padding: 0;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  ul.footer-list-end {
    list-style-type: none;
    padding: 0;
    text-align: left;
    color: #fff;
  }
  }
.footer-list-end li {
  padding-bottom: 7px;
  font-size: 17px;
}
.footer-list-end a {
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
}
.footer-list-end a:hover {
  color: #006FE3;
}
.footer-list-end-title {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-transform: uppercase;
}
.footer-list-end-title a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-transform: uppercase;
}
.footer-list-end-title a:hover {
  color: #006FE3;
}

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