/* Fix: Verstecke alle Footer außer dem letzten */
footer {
    display: none !important;
}

footer:last-of-type {
    display: block !important;
}
