footer .container{
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    padding: 40px 0;
    box-sizing: border-box;
    overflow: visible;
    align-items: center;
}

footer{
    position: relative;
    background: black;
    display: inline-block;
    width: 100%;
}

footer .footerbeeldmerk{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

footer .bolletje{
    width: 34px;
    height: 34px;
    border-radius: 100%;
    position: absolute;
}


footer .footerbeeldmerk img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

footer .container .rightside{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 80px;
}

footer .container .rightside .socials{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 0px;
    flex: 0 0 225px;
}

footer .container .rightside .socials .button{
    flex: 0 0 100%;
    margin-top: 20px;
    text-align: center;
    justify-content: center;
}

footer .container .rightside .kolom h3{
    margin-top: 0;
    color: #FF7E00;
    margin-bottom: 10px;
}

footer .container .rightside .kolom .openingstijd{
    color: white;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

footer .container .rightside .kolom .openingstijd > *{
    font-size: 18px;
    line-height: 32px;
}

footer .container .footerlogo{
    display: flex;
    align-items: center;
    max-width: 100%;
    height: 105px;
}

footer .container .footerlogo a{
    height: 100%;
    width: auto;
}

footer .container .footerlogo a img{
    height: 100%;
}

footer .container .rightside .contacticons h4{
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: 'Ubuntu';
}

footer .container .rightside .contacticons h3{
    margin-top: 0;
    color: #FF7E00;
    margin-bottom: 10px;
}

footer .container .rightside .contacticons li{
    list-style: none;
    display: flex;
    gap: 10px;
}

footer .container .rightside .contacticons li a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 18px;
    line-height: 32px;
}

footer .container .rightside .contacticons li a i{
    font-size: 20px;
    color: #003f93;
}

footer .container .rightside .socials a:not(.button){
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
width: 50px;
height: 50px;
border-radius: 100%;
background: transparent;
color: #ae0018;
margin-bottom: 10px;
}

footer .container .rightside .socials a:last-child{
    margin-bottom: 0!important;
}

footer .container .rightside .footermenu{
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    justify-content: flex-end;
}

footer .container .rightside .footermenu a{
    color: white;
    font-weight: bold;
    flex: 0 0 48%;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
}

footer .container .rightside .trustlogo{
    max-width: 100px;
}

footer .container .rightside .kolom .linkrij a{
    display: block;
}

#sub-footer{
    text-align: center;
}

#sub-footer a{
    color: #ae0018;
    font-weight: bold;
}



@media only screen and (max-width: 1100px) {
    footer .container .rightside .kolom{
        margin-bottom: 20px;
        flex: 1 0 30%;
    }

    footer .container .footerlogo{
        width: 100%;
        margin-bottom: 20px;
        margin: 0 auto;
        margin-bottom: 20px!important;
        justify-content: center;
    }

    footer .container .footerlogo a img{
        margin: 0 auto;
    }

    footer .container .rightside .trustlogo{
        flex:  0 0 100%;
        max-width: unset;
        margin-bottom: 20px;
    }

    footer .container .rightside .trustlogo img{
        width: 150px;
        margin: 0 auto;
    }

    footer .container .rightside .footermenu{
        justify-content: center;
        flex: 1;
    }

    footer .container .rightside{
        flex: 0 0 100%;
    }

    footer .container .rightside .footermenu a{
        text-align: start!important;
    }

    footer .bolletje.green{
        left: 200px;
    }

    footer .bolletje.grey{
        left: 150px;
    }
}

@media only screen and (max-width: 1000px) {
    footer .container .rightside .kolom{
        flex: 0 0 100%;
    }

    footer .container .rightside{
        flex-wrap: wrap;
    }

    footer .contacticons{
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 850px) {
    footer .container .rightside .footermenu{
        flex: 0 0 100%;
    }

    footer .container .rightside .socials{
        flex: 0 0 100%;
        display: flex;
        justify-content: center;
    }

    footer .container .rightside{
        justify-content: center;
        gap: 40px!important;
    }
    footer .container .rightside .footermenu a{
        flex: 0 0 100%;
        justify-content: center;
        text-align: center!important;
    }
}