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

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

footer .contactbanner{
    background: #363A4B;
    padding: 40px;
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    line-height: 37px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-transform: uppercase;
    box-sizing: border-box;
    flex-wrap: wrap;
}

footer .contactbanner i{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F00808;
}

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;
    flex-wrap: wrap;
    gap: 120px;
}

footer .container .rightside .socials{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
    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: black;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

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

footer .container .rightside .support{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

footer .container .rightside .support h3{
    margin-top: 0;
    margin-bottom: 10px;
}

footer .container .rightside .support p{
    margin-top: 0;
    margin-bottom: 10px;
}

footer .container .rightside .support .leftside{
    flex: 0 0 140px;
    width: 140px;
}

footer .container .rightside .support .rightsidesupport .trustlogos {
    display: flex;
    gap: 20px;
}

footer .container .rightside .support .rightsidesupport .trustlogos img{
    height: 50px;
}

footer .container .footerlogo{
    display: flex;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
    flex: 1;
}

footer .container .footerlogo .socialmedia{
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

footer .container .footerlogo .socialmedia i{
    color: #FF8A15;
    font-size: 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

footer .container .footerlogo > a{
    width: 340px;
    margin-bottom: 40px;
}

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

footer .container .openingstijden .dag{
    display: flex;
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
}

footer .container .openingstijden .dag .label{
    flex: 0 0 50px;
}

footer .container .openingstijden .dag .waarde{
    flex: 0 0 130px;
}

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

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

footer h3{
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
}

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;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

footer .container .rightside .contacticons li:last-child{
    margin-bottom: 0;
}

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

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

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

footer .container .rightside .footermenu a:not(.button){
    color: black;
    font-size: 12px;
    line-height: 15px;
    display: block;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 15px;
    font-weight: 500;
}

footer .container .rightside .footermenu a.button{
    text-transform: uppercase;
    background: #F00808;
    color: white;
    border: 0;
}

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

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

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

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



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

    footer .container .rightside .contacticons li{
        justify-content: center;
    }

    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%;
        width: 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%;
    }
    footer .container .rightside .footermenu{
        display: none;
    }

}

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

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