/* ФОРСИРОВАННЫЕ СТИЛИ ДЛЯ ФУТЕРА */
.footer {
  background: #1a1a1a !important;
  background-color: #1a1a1a !important;
}

/* ВСЕ ТЕКСТЫ В ФУТЕРЕ БЕЛЫЕ (standaard) */
.footer,
.footer *,
.footer p,
.footer span,
.footer div,
.footer li,
.footer strong,
.footer em,
.footer b,
.footer u,
.footer label,
.footer input,
.footer textarea,
.footer button {
  color: #ffffff !important;
}

/* ССЫЛКИ WIT */
.footer a,
.footer a:hover,
.footer a:focus,
.footer a:active,
.footer a:visited {
  color: #ffffff !important;
}

/* СПЕЦИФИЧНЫЕ ЭЛЕМЕНТЫ */
.footer .footer-content,
.footer .footer-section,
.footer .footer-col,
.footer .contact-list,
.footer .social-links,
.footer .footer-bottom {
  color: #ffffff !important;
}

/* BLAUWE KOPPEN */
.footer .footer-section h3,
.footer .footer-col h3,
html body .footer .footer-section h3,
html body .footer .footer-col h3,
body .footer .footer-section h3,
body .footer .footer-col h3 {
  color: #0084ff !important;
}

/* BLAUWE CONTACT ICOONTJES */
.footer .contact-list li i,
html body .footer .contact-list li i,
body .footer .contact-list li i {
  color: #0084ff !important;
}

/* WITTE SOCIAL MEDIA ICOONTJES */
.footer .footer-top-bar .footer-social a,
html body .footer .footer-top-bar .footer-social a,
body .footer .footer-top-bar .footer-social a,
.footer .footer-top-bar .footer-social a i,
html body .footer .footer-top-bar .footer-social a i {
  color: #ffffff !important;
}



