footer {
  width: 100%;
  background-color: #004f9f;
  padding-top: 59px;
  padding-bottom: 51px;
}

footer p {
  font-family: Lilien;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.8125rem;

  color: #ffffff;
}

footer h4 {
  font-family: Lilien;
  font-style: normal;
  font-weight: 900;
  font-size: 4.5rem;
  line-height: 5.375rem;

  color: #ffffff;
}

footer .subheading {
  font-family: Lilien;
  font-style: normal;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.25rem;
  /* identical to box height */

  color: #ffffff;
}

footer a {
  color: #ffffff !important;
}

footer img {
  width: inherit;
}

.footer-fans-block p {
  margin-bottom: 13px;
}

.footer-link {
  text-decoration: none;
}

.footer-follow-us-block {
  padding-top: 30px;
  display: flex;
  align-items: center;
}

.footer-social-media {
  padding-left: 26px;
  text-decoration: none;
  display: inline-block;
  min-width: 44px;
  min-height: 44px;
  padding: 13px;
  padding-left: 26px;
}

.footer-social-media img {
  height: 18px;
  width: 18px;
}

.footer-privacy-impressum-block {
  margin-top: 10px;
  text-align: right;
}

.footer-privacy-impressum-block a {
  font-family: Lilien;
  font-style: normal;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  display: block;
  min-height: 44px;
  padding: 8px 0;
}

.footer-privay {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  footer p {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  footer h4 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  footer .subheading {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }

  .footer-privacy-impressum-block {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
  }

  .footer-privacy-impressum-block > .footer-link:first-child {
    padding-right: 10px;
  }

  .footer-follow-us-block {
    padding-top: 10px;
  }
}
