/* Footer navigatielinks: donkere standaardkleur + groen bij hover */
#footer.footer--style-1 #footer__navigation a,
#footer.footer--style-1 .footer__navigation a {
	color: #282154 !important;
	text-decoration: none;
	transition: color 0.2s ease;
}
#footer.footer--style-1 #footer__navigation a:hover,
#footer.footer--style-1 .footer__navigation a:hover {
	color: #94c24a !important;
}
