footer {
}

    footer .footer-wrapper { 
        border-radius: 0px; 
        width: 100%;
        padding-top: 22px;
        margin-bottom: 80px;
    }

    footer .foot-notes {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 555px);
    }

        footer .foot-notes span {
            color: #9596a4;
            font-family: "alight", "Verdana", Helvetica, Arial, sans-serif;
            font-size: 14px;
            letter-spacing: 0.5px;
            line-height: 22px;
            display: inline-block;
            top: 5px;
            position: relative;
            margin-right: 48px;
        }
        footer .foot-notes ul {
            margin: 0px;
            padding: 0px;
            display: inline-block;
            vertical-align: top;
            top: 5px;
            position: relative;
        }

        footer .foot-notes ul li {
            display: inline-block;
            padding-right: 48px;
        }

            footer .foot-notes ul li a {
                color: #9596a4;
                font-family: "alight", "Verdana", Helvetica, Arial, sans-serif;
                font-size: 14px;
                letter-spacing: 0.5px;
                line-height: 22px;  
                text-decoration: none;
            } 

    footer .socials {
        display: inline-block;
        vertical-align: top;
        width: 550px;
    }

        footer .socials .label {
            display: inline-block;
            vertical-align: top;
            padding-right: 10px;
            color: #9596a4;
            font-family: "alight", "Verdana", Helvetica, Arial, sans-serif;
            font-size: 14px;
            letter-spacing: 0.5px;
            line-height: 22px;
            top: 5px;
            position: relative;
        }

        footer .socials div {
            display: inline-block;
            vertical-align: top;
            padding-right: 10px;
        }

footer .socials div a {
    display: inline-block;
    height: 44px;
    width: 44px;
    background-size: cover;
}

    footer .socials div .fb {
        background-image: url('/images/Facebook blauw.svg');
    }

    footer .socials div .twitter {
        background-image: url('/images/X blauw.svg');
    }

    footer .socials div .instagram {
        background-image: url('/images/Instagram blauw.svg');
    }

    footer .socials div .youtube {
        background-image: url('/images/Youtube blauw.svg');
    }

    footer .socials div .whatsapp {
        background-image: url('/images/Whatsapp blauw.svg');
    }

        footer .socials div .linkedIn {
            background-image: url(/images/LinkedIn-blauw.svg);
        }

    footer .language {
        padding-left: 26px;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

        footer .language:before {
            content: "";
            width: 1px;
            background: #9596a4;
            height: 16px;
            position: absolute;
            left: 0;
            top: 2px;
            z-index: 10;
            height: 100%;
        }

    footer .language img {
        top: 3px;
        position: relative;
        right: 5px;
        width: 60px;
        height: 30px;
    }


    footer  .whatsapp-label {
        display: block;
        width: 280px;
        height: 80px;
        background-color: var(--orange);
        background-image: url(/images/whatsapp-wit.svg);
        background-repeat: no-repeat;
        background-size: 50px;
        background-position-x: 15px;
        background-position-y: 15px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: fixed;
        bottom: 0;
        right: 20px;
        z-index: 100;
    }

        footer .whatsapp-label a {
            color: #fff;
            margin-left: 80px;
            margin-top: 25px;
            font-size: 24px;
            display: inline-block;
            text-decoration: none;
            font-family: "alight", "Verdana", Helvetica, Arial, sans-serif;
        }

.mobile-menu-active footer .whatsapp-label {
    display: none;
}

@media (max-width: 1280px) {

    footer .footer-wrapper {
        text-align: right;
    }

    footer .foot-notes {
        width: 100%;
        margin-bottom: 25px;
        text-align: left;
    }
}

@media (max-width: 768px) {
    footer .foot-notes span {
        margin-right: 24px;
    }

    footer .foot-notes ul li {
        padding-right: 24px;
    }

    footer .footer-wrapper {
        text-align: left;
    }

    footer .whatsapp-label {
        width: 190px;
        height: 50px;
        background-size: 25px;
    }

        footer .whatsapp-label a {
            margin-left: 52px;
            margin-top: 14px;
            font-size: 19px;
        }
}
@media (max-width: 580px) {
    footer .socials {
        width: 100%;
    }

        footer .socials .label {
            display: block;
            margin-bottom: 15px;
        }

        footer .socials div {
            margin-bottom: 15px;
        }
}


@media (max-width: 475px) {
    footer .foot-notes span {
        display: block;
    }

    footer .foot-notes ul li {
        display: block;
        padding-right: 0px;
    }

}
