footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 20px 0 0;
  border-top: 1px solid var(--kleurLijn);
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--kleurZacht);
  font-size: 0.95rem;
}

footer img {
  width: 42px;
  height: 42px;
  display: block;
}

footer a:not(:first-child) {
  font-weight: 800;
  color: var(--kleurAccentDonker);
}

footer a:nth-last-child(2) {
  margin-left: auto;
}
