.site-footer {
  background: var(--white-color);
  color: var(--text-color);
  padding: 60px 20px;
  margin: 60px 0 0;
  font-family: var(--body-font-family, sans-serif);
  font-size: 15px;
}

.footer-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.column-1 {
  flex: 0 0 calc(40% - 30px);
}

.column-2,
.column-3,
.column-4 {
  flex: 0 0 calc(20% - 20px);
}

.footer-logo {
  max-width: 75px!important;
  margin-bottom: 15px;
}

.footer-row.logo-social .brand-and-social {
  display:flex;
  align-items:center;
  gap:12px; /* ruimte tussen logo en socials */
}
.footer-row.logo-social .social-icons img {
  height:28px;
  width:auto;
  display:block;
}
.footer-row.badges .badge-icons a { display:inline-block; margin-right:10px; }

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

.footer-row.slogan p {
  font-style: italic;
  font-size: 14px;
  margin: 0 0 15px;
  line-height: 1.6;
}

.footer-row.certifications {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.certifications img {
  height: 28px;
  width: auto;
}

.footer-column h4 {
  font-weight: var(--h4-font-weight);
  font-size: var(--h4-font-size);
  font-family: var(--h4-font-family);
  line-height: var(--h4-line-height);
  margin-bottom: 12px;
  color: var(--text-color);
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 6px;
}

.footer-column ul li a {
  font-family: var(--body-font-family);
  color: var(--text-color);
  font-size: var(--body-font-size);
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

address {
  font-style: normal;
  line-height: 1.6;
}

address p {
  margin: 4px 0;
}

address a {
  color: var(--text-color);
  text-decoration: none;
}

address a:hover {
  text-decoration: underline;
}

.footer-language {
  margin-top: 20px;
  font-size: 14px;
}

/* ======================= */
/* MOBIEL: kolommen in 50% */
/* ======================= */
@media (max-width: 768px) {
  .footer-column {
    flex: 0 0 45%;
  }
  
  .footer-logo {
      max-width: 50px!important;
  }
}

.woo-ml-subscribe-wrapper {
    display:none;

.post-share { max-width: 1440px; margin: 0 auto; padding: 20px; border-top: 1px solid var(--secondary-color); }
.post-share a { color: var(--secondary-color); }
.post-share a:hover { color: var(--secondary-color); }
.post-share h3 { margin: 0 0 12px; }
.post-share .share-list { list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:10px; }
.post-share .share-btn { display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border:1px solid var(--secondary-color); border-radius:6px; text-decoration:none; font-size:14px; line-height:1; background:#fff; }
.post-share .share-copy { cursor:pointer; }
.post-share .share-feedback { font-size:13px; margin-top:8px; color:green; }