/* FOOTER */
#footer {
    background: var(--main);
    padding: 60px 0;
    padding-bottom: 60px;
    position: relative;
    z-index: 3;
}
/*#footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 5px;
    background: var(--main);
}*/
#footer,#footer a,#footer a svg {
    color: var(--background);
    fill: var(--background);
}
#footer a:hover,#footer li a:hover svg,#footer li .back-to-top:hover {
    color: var(--dark);
    fill: var(--dark);
    cursor: pointer;
}
#footer li a:hover img {
    opacity: 0.3;
}
#footer a.active,#footer li.active a {
    color: var(--dark);
}
#footer #footer-container {
    max-width: 1400px;
    width: 85%;
    position: relative;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}
#footer #footer-container .footer-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    column-gap: 120px;
}
/* RIJ ADRES EN FOON */
#footer #footer-container .withicons ul {
    display: flex;
    column-gap: 40px;
}
#footer #footer-container .withicons ul li a {
    display: flex;
    width: 100%;
    column-gap: 30px;
    font-weight: 700;
/*    font-size: 1.2em;*/
}
#footer #footer-container .withicons ul li a .icon {
    width: 30px;
    height: 30px;
    transform: translateY(3px);
}
#footer #footer-container .withicons ul li a .icon svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: var(--background);
}
#footer #footer-container .withicons ul li a .label {
}
#footer #footer-container .column.withicons ul li a:hover .icon svg {
    fill: var(--primarycta);
}
/* RIJEN MET LIJSTJES */
#footer #footer-container .column {
    box-sizing: border-box;
}
#footer #footer-container .column.two-col {
    max-width: 900px;
}
#footer #footer-container .column.two-col ul {
    display: flex;
    flex-wrap: wrap;
    
    column-gap: 30px;
    width: auto;
    font-weight: 400;
}
#footer #footer-container .column ul li {
    white-space: nowrap;
    width: calc(33.333% - 30px);
}
#footer #footer-container .column ul li a:hover,#footer #footer-container .column ul li.active a {
    color: var(--dark);
}
#footer #footer-container .column strong {
    font-family: "Unbounded";
    font-size: .6em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}


.footer-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 210px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(335deg) brightness(102%) contrast(102%);
}

/* CREDITS */
#credits {
    background: var(--main);
    color: var(--background);
    padding: 50px 0;
    padding-top: 0px;
    font-size: .8em;
    position: relative;
    z-index: 2;
}
#credits #credits-container {
    max-width: 1400px;
    width: 85%;
    position: relative;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#credits #credits-container ul {
    display: flex;
    column-gap: 50px;
    width: 100%;
    justify-content: flex-start;
    opacity: 0.4;
}
#credits #credits-container ul li a {
    color: var(--background);
}
#credits #credits-container ul li a:hover {
    opacity: 0.5;
}
#credits #credits-container ul li .back-to-top {
    cursor: pointer;
}
#credits #credits-container ul li .back-to-top:hover {
    opacity: 0.5;
}
/* SOCIAL BUTNZ */
.social-buttons {
    position: absolute;
    right: 0px;
    top: 0px;
}
.social-buttons ul {
    display: flex;
    column-gap: 25px;
}
.social-buttons ul li a {
    display: block;
    width: 35px;
    height: 35px;
    position: relative;
    cursor: pointer;
}
.social-buttons ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    transform: translateY(0px);
    margin: 0;
}
@media screen and (max-width: 1200px) {
    #footer #footer-container,#credits #credits-container {
        width: 85%;
    }
    #footer #footer-container .withicons ul li a {
        font-size: 1em;
    }
    #footer #footer-container .withicons ul li a .icon {
        display: none;
    }
    .social-buttons ul {
        column-gap: 15px;
    }
    .social-buttons ul li a {
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width: 1100px) and (orientation: portrait) {
    #footer #footer-container .withicons ul {
        display: flex;
        column-gap: 20px;
    }
    .social-buttons {
    }
}
@media screen and (max-width: 500px) {
    /* WRAP THE FOOTERS */
    #footer-plus-credits {
        position: relative;
        margin-bottom: -10px;
    }
    #footer {
        padding: 50px 0;
        padding-bottom: 0px;
    }
    #footer #footer-container {
        flex-direction: column;
        column-gap: 0;
        row-gap: 0px;
        width: 85%;
    }
    #footer #footer-container .footer-row.footer-row-contact {
        order: 1;
    }
    #footer #footer-container .footer-row.footer-row-buttons {
        order: 0;
    }
    #footer #footer-container .column {
        width: 100%;
        display: none;
    }
    #footer #footer-container .column.two-col {
        display: none;
    }
    #footer #footer-container .column.two-col ul {
        column-gap: 0px;
        flex-direction: column;
    }
    #footer #footer-container .column.main {
        font-size: 1.4em;
    }
    #footer #footer-container .column ul li {
        width: 50%
    }
    #footer #footer-container .column.main .address {
        margin-top: 0px;
        flex-direction: column;
        row-gap: 20px;
    }
    #footer #footer-container .column.main ul.main-btns {
        display: none;
    }
    #footer #footer-container .withicons {
        width: 100%;
    }
    #footer #footer-container .withicons ul {
        flex-direction: column;
        align-items: center;
        row-gap: 0px;
        font-size: 1.3em;
        width: 100%;
    }
    #footer #footer-container .withicons ul li a {
        justify-content: flex-start;
    }
    #footer #footer-container .withicons ul li a .icon {
        transform: translateY(0px);
    }
    /* CREDITS */
    #credits {
        padding: 50px 0;
        padding-top: 30px;
    }
    #credits #credits-container {
        flex-direction: column;
    }
    #credits #credits-container ul {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        padding: 0 0px;
        line-height: 1.5;
        column-gap: 20px;
    }
    #credits #credits-container ul li {
        padding: 3px 0;
        font-size: 1.1em;
    }
    /* SOCIAL BUTNZ */
    .social-buttons {
        position: relative;
        top: auto;
        right: auto;
        padding-top: 30px;
        order: 3;
    }
    .social-buttons ul {
        column-gap: 30px;
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }
    .social-buttons ul li a {
        width: 30px;
        height: 30px;
    }
    .social-buttons ul li a img {
        width: 30px;
        height: 30px;
    }
    .social-buttons ul li.tag {
        display: none;
    }


    .footer-logo {
        display: none;
    }
}




.cybox-credit {
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #fff;
    z-index: 9;
}
.cybox-credit a {
    color: #fff;
    display: flex;
    font-size: 16px;
    align-items: center;
    gap: 10px;
}
.cybox-credit a  img {
    display: block;
    width: 20px;
    height: 20px;
    filter: var(--colorfilter2);
}

/* RESPONSIVE */
@media screen and (max-width: 1100px) {

    .cybox-credit {
        display: none;
    }

}
