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

footer{
    position: relative;
    display: inline-block;
    width: 100%;
    background: #fbfbfb;
    border-top: 10px solid #f15b22;
}

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

footer .footerlogos a{
    width: 100px;
}

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-start;
    gap: 40px;
}

footer .container .rightside .socials{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: end;
    width: min-content;
    align-content: flex-end;
}

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;
    margin-bottom: 10px;
}

footer .container .oantsjen h2{
    margin-bottom: 0;
}

footer .container .oantsjen{
    text-align: right;
}

footer .container .oantsjen span{
    font-size: 25px;
    line-height: 30px;
}

footer .container .oantsjen p{
    margin-top: 0;
}

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

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

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

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

footer .container .rightside .contacticons h4{
    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;
    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;
    font-size: 18px;
    line-height: 32px;
    color: black;
}

footer .container .rightside .contacticons li a i{
    font-size: 20px;
    color: black;
    width: 20px;
}

footer .container .rightside .socials a:not(.button){
display: flex;
justify-content: center;
align-items: center;
font-size: 25px;
width: 40px;
height: 40px;
border-radius: 5px;
background: #f15b22;
color: white;
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{
    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;
    background: #fbfbfb;
}

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



@media only screen and (max-width: 1100px) {
    footer .container .rightside .kolom{
        margin-bottom: 20px;
        flex: 1 0 30%;
    }
    footer .container{
        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%;
        justify-content: center;
    }

    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;
    }

}

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

    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;
    }
}