footer a:hover {
    mix-blend-mode: difference;
    -webkit-filter: invert(70%);
    filter: invert(70%);
}

.footer-grid {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}


.footer {
  color: #000;
  border: solid 1px;
  border-left: 0;
  border-right: 0;
}

.footer h2 {
  font-weight: 600;
  margin-bottom: .75rem;
}

.footer p {
  max-width: 20rem;
}

.list-footer {
  display: flex;
}

.overlay {
  z-index: 100;
}

@media only screen and (max-width:375px) {

  .footer-nl {
    display: none;
  }

  a.logo {
    display: none;
}

.list-footer-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    color: #000;
    border-left: 0;
    border-right: 0;
    padding: 12px 0;
}

  .list-child-footer {
      margin-right: 0;
  }

  .footer-grid {
    display: contents;
}

.list-footer-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    color: #000;
    border-left: 0;
    border-right: 0;
    padding: 12px 0;
}

  li.list-child-footer-overlay a {
      font-size: 14px;
      padding: 0;
  }

  li.list-child-footer-overlay {
  padding: 12px 0 12px 0;
}

  a.link-footer-overlay {
      margin: 0;
  }

  ul.list-footer.list-footer-mobile-overlay {
      display: flex;
      max-width: 100%;
      justify-content: space-between;
      border-top: solid 1px white;
      border-bottom: solid 1px white;
      margin-bottom: 24px;
  }

}


@media only screen and (min-width:376px) and (max-width: 899px) {

  .footer-nl {
    display: none;
  }

    a.logo {
      display: none;
  }


  .footer-grid {
      display: contents;
  }

  .list-footer-mobile {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      color: #000;
      border-left: 0;
      border-right: 0;
      padding: 12px 0;
  }

  ul.list-footer.list-footer-mobile-overlay {
      display: flex;
      max-width: 100%;
      justify-content: space-between;
      border-top: solid 1px white;
      border-bottom: solid 1px white;
      margin-bottom: 24px;
  }

  li.list-child-footer-overlay a {
    font-size: 16px;
    padding: 12px 0 12px 0;
}

}

@media screen and (min-width: 900px) and (max-width: 1100px) {

  .footer-nl {
    display: none;
  }


  a.logo {
    display: none;
}


.footer-grid {
    display: contents;
}

.list-footer-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    color: #000;
    border-left: 0;
    border-right: 0;
    padding: 12px 0;
}

  }
@media screen and (min-width: 1101px) and (max-width: 1440px) {

  .footer {
      font-size: 24px;
      padding: 0 0 6px 0;
  }

  .footer-grid .column {
    width: 30%;
}

.list-child-footer {
  margin: 0 24px;
}

}
@media screen and (min-width: 1441px) {


  .footer {
      font-size: 24px;
      padding: 0 0 6px 0;
  }

  .footer-grid .column {
    width: 35%;
}

.list-child-footer {
  margin: 0 24px;
}


  }
