/* Footer */
.footer {
    background-color: var(--purple-darkest);
    color: white;
    padding: 50px;
    position: relative;
}
.footer p {
        color: white;
    }

.footer a{
    color: white !important;
    line-height: 2rem;
    text-decoration: none;
}

.footer a:hover{
    color: white !important;
    text-decoration: underline;
}

.copyright 
    a{
     padding-right: 20px;
     margin-right: 20px;
    }

#cookiemelding {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 1px 1px 15px 0px rgb(0 0 0 / 50%);
    background: #fff;
    z-index: 1030;

}
#cookiemelding .row > div {
    min-height: 60px;
}