/* Footer */

.ep-footer {
  color: #fff;
  background-color: #535a5d;
  padding: 16px 42px;
  max-width: 87rem;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.footer a {
  color: white;
  font-weight: 300;
}

.footer {
  display: flex;
  flex: 0 0 100px;
  background: #535a5d;
  align-items: center;
  box-sizing: border-box;
  gap: 32px;
  width: 100%;
  justify-content: center;
}

.ep-footer-a {
  color: #fff !important;
  text-decoration: none !important;
  border: none !important;
  padding: 0 !important;
  font-size: 16px;
}

/* Ende Footer */