.footer {
  background: var(--zz-purple);
  display: flex;
  flex-flow: row;
  gap: 80px;
  padding: 30px 30px 100px;
  width: 100%;
  flex-flow: column-reverse;
  flex-wrap: wrap;
}

.footer-list-wrapper {
  display: flex;
  flex-flow: row;
  gap: 80px;
}

.footer-list {
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.footer-text-style {
  font-size: 15px;
  font-weight: 400;
  font-family: "ITCFranklinGothicLTPro-Bk", serif;
  line-height: 18px;
  color: white;
  text-decoration: none;
}

.footer-newsletter {
  display: flex;
  flex-flow: column;
  gap: 15px;
  align-items: flex-start;
}

.footer-newsletter-login-register {
  display: flex;
  flex-flow: row;
  gap: 15px;
  place-items: center;
}

.footer-newsletter-textbox-wrapper {
  height: 30px;
  display: flex;
  flex-flow: row;
  gap: 10px;
  align-items: center;
  flex-flow: column;
}

.footer-newsletter-textbox {
  background: white;
  border: 0;
  height: 30px;
  border-radius: 30px;
  padding: 4px 50px 0 30px;
  line-height: 30px;
  color: black;
}

.footer-newsletter-textbox-button {
  background: var(--zz-purple);
  color: white;
  border-radius: 30px;
  height: 28px;
  padding: 0 10px;
  cursor: pointer;
  margin-left: -41px;
  margin-top: 1px;
  border: 0;
}

.footer-newsletter-abonnieren {
}

.footer-newsletter-form {
  display: flex;
  flex-flow: row;
}

.footer-email-error {
  color: red;
}

.footer-register-login-links {
  margin-top: 5px;
}

.anmelden-wrapper {
  margin-top: 5px;
}

@media (min-width: 851px) {
  .footer {
    flex-flow: row;
    align-items: flex-start;
  }
}
