.footer {
  padding-top: 50px !important;
  padding-bottom: 30px !important;
  background-color: #e3eff9 !important;
  font-family: Raleway, sans-serif;
  font-weight: 500;

  &__newsletter {
    text-transform: uppercase;
    text-align: left;

    @media screen and (max-width: 767px) {
      text-align: center;
      margin-bottom: 30px;
    }

    a {
      color: #565656;
      text-decoration: none;
    }

    #newsletter {
      text-decoration: none;
      color: #565656;
    }

    &--icon {
      width: 60px;
      margin-right: 15px;
    }
  }

  &__impressum {
    text-align: center;

    @media screen and (max-width: 767px) {
      text-align: center;
      margin-bottom: 30px;
    }

    p {
      a {
        text-decoration: none;
        color: #565656;
      }
    }
  }

  &__datenschutz {
    text-align: right;

    @media screen and (max-width: 767px) {
      text-align: center;
    }

    p {
      a {
        text-decoration: none;
        color: #565656;
      }
    }
  }
}