
/* Algemene footer styling */
footer.footer {
    background: var(--primary-green);
    color: white;
    padding: 20px;
    margin-top: 60px;
}

/* Contact sectie links uitlijnen */
footer .footer-contact {
    text-align: left;
    margin: 10px 10px 10px;
}

footer .footer-contact h3 {
    margin: 0 0 5px 0;
    font-size: 1.2em;
}

footer .footer-contact div {
    font-size: 1em;
}

/* Copyright gecentreerd onder contact */
footer .footer-copy {
    text-align: center;
    font-size: 0.9em;
    margin-top: 10px;
}

/* Eventueel: kleurvarianten */
footer.footer-green { background: var(--groen); color: white;}
footer.footer-blue { background: var(--blauw); color: white;}
footer.footer-yellow { background: var(--geel); }
