/* ==================================================
   Elementor Footer Fix
================================================== */

/* Reset alleen binnen de footer */

.ttv-footer .elementor-icon-list-items,
.ttv-footer .elementor-icon-list-item{

    list-style:none;
    margin:0;
    padding:0;

}

.ttv-footer .elementor-icon-list-item{

    display:flex;
    align-items:center;
    margin-bottom:16px;

}

.ttv-footer .elementor-icon-list-icon{

    width:16px !important;
    min-width:16px !important;
    max-width:16px !important;

    margin-right:12px;

    display:flex;
    justify-content:center;
    align-items:center;

}

.ttv-footer .elementor-icon-list-icon svg{

    width:16px !important;
    height:16px !important;

    min-width:16px !important;
    min-height:16px !important;

    fill:#1F2F73 !important;

}

.ttv-footer .elementor-icon-list-text{

    font-family:'Open Sans',sans-serif !important;
    font-size:16px !important;
    font-weight:400 !important;

    color:#2F2F2F !important;

}

.ttv-footer .elementor-icon{

    font-size:16px !important;

}

.ttv-footer svg{

    max-width:100%;
    height:auto;

}

/* ==========================================
   Openingstijden
========================================== */

.footer-hours{

    width:100%;

    display:flex;
    flex-direction:column;
    gap:12px;

}

.footer-hours .hour-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    width:100%;

}

.footer-hours span{

    font-family:'Open Sans',sans-serif;
    font-size:16px;
    font-weight:400;

    color:#2F2F2F;

}

.footer-hours strong{

    margin-left:auto;

    font-family:'Open Sans',sans-serif;
    font-size:16px;
    font-weight:700;

    color:#2F2F2F;

    text-align:right;

}