/**
 * FOOTER COMPONENT
 * Styles for the site footer with links and contact information
 */

.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../../img/moderne-physiotherapie-hinwil.jpg) no-repeat center center;
    background-size: cover;
}

.footer, .footer .container {
    background-color: transparent !important;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--background-color);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 0px !important;
    color: var(--bs-primary);
}

/* Copyright */
.copyright {
    background: var(--content-background-color) !important;
}

/* Alternative Footer Background for Different Pages */
@media all {
    .footer {
        background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../../img/hintergrund-moderne-physiotherapie-in-entspannter-umgebung.jpg) no-repeat center center;
        background-size: cover;
    }
}
