/* Footer: Kontakt links, Copyright/Rechtliches rechts */
.md-copyright {
  width: 100%;
  max-width: none;
}

.faq-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.4rem 2rem;
  width: 100%;
}

.faq-footer__contact {
  text-align: left;
}

.faq-footer__legal {
  text-align: right;
  margin-left: auto;
}
