

.footer-image-container {
    position: relative; 
    bottom:0px;
    bottom: 0px; 
    width: 100%; 
    height: auto; 
    z-index: -1; 
}

.footer-image {
    width: 100%; 
    height: auto; 
    bottom:0;
}

footer {
    background-color: rgba(27, 23, 22, 0.7); 
    color: #fff;
    text-align: left;
    padding: 20px 30px;
    position: absolute; 
    bottom:20px;
    width: calc(100% - 60px);
    z-index: 150;
    border-top: 1px solid rgb(166, 70, 82); 
    border-bottom: 1px solid rgb(166, 70, 82);
    margin: 0 auto;
    margin-bottom: 40px;;
}

.footer-info {
    display: flex; 
    align-items: center;
    margin-bottom: 20px; 
}

.footer-logo {
    width: 150px; 
    height: auto; 
    margin-right: 20px;
}

.footer-text {
    max-width: 600px; 
}

.footer-info p {
    margin: 5px 0; 
    color: rgb(255, 255, 255);
    font-size: 12px; 
    font-weight: 300; 
    line-height: 1.6;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 20px;
    text-decoration: none;
}

.footer-info address p {
    font-size: 16px; 
    text-decoration: none;
}

.footer-info address {
    font-style: normal; 
}

.footer-social-links {
    margin-bottom: 20px; 
}

.footer-info a {
    color: rgb(255, 255, 255); 
    text-decoration: none; 
}

.footer-info a:hover {
    color: rgb(166, 70, 82);
    text-decoration: underline;
}

.kvk p {
    color: rgb(255, 255, 255);
    margin-top: 20px; 
    margin-left: 0;
    font-size: 11px; 
    color: #fff;
}

.footer-social-links a {
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
    font-size: 18px; 
}

.footer-social-links a:hover {
    color: rgb(166, 70, 82);
    
}

@media (max-width: 768px) {

    footer {
        background-color: rgba(27, 23, 22, 0.5); 
        color: #fff;
        padding: 15px 5px; 
        position: relative;
        width: 100%;
        bottom: 0;
        margin: 0;
        box-sizing: border-box; 
        border-top: 1px solid rgb(166, 70, 82);
        border-bottom: 1px solid rgb(166, 70, 82);
        z-index: 5;
    }
    
    .footer-image-container {
        position: relative;
        margin: 0;
        padding: 0;
        display: block; 
    }
    
    .footer-image {
        position: absolute;
        bottom: 0px; 
        left: 0;
        width: 100%; 
        height: auto;
        z-index: 10;
    }

    .footer-logo {
        width: 90px !important; 
        position: relative; 
        top: -20px; 
        margin: 0 auto 10px; 
    }

    .footer-info {
        display: flex;
        flex-direction: column; 
        align-items: center; 
        text-align: left;
        margin: 20px 0; 
    }

    .footer-text {
        max-width: 100%; 
        margin: 0 auto; 
        padding: 0 0; 
    }

    .footer-info p {
        margin: 5px 0; 
        font-size: 8px;
        line-height: 1.4;
    }

    .footer-info address p {
        font-size: 12px; 
    }

    .footer-social-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 25px; 
    }

    .footer-social-links a {
        color: #fff;
        text-decoration: none;
        margin-bottom: 8px; 
        font-size: 15px; 
    }

    .footer-social-links a:hover {
        text-decoration: underline;
    }

    .kvk {
        text-align: center; 
        position: absolute; 
        bottom: 0; 
        left: 0; 
        width: 100%;
        padding: 10px 0;
        box-sizing: border-box; 
    }

    .kvk p {
        font-size: 8px; 
        margin: 0; 
    }

}