/*----- FOOTER -----*/
.dodentocht-footer {
    background-image: url("/wp-content/uploads/2020/02/Dodentocht-Walking-Footer.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

footer .elementor-background-overlay {
    position: absolute;
    border-top: solid 50px #EEEEEE;
    border-left: solid 100vw transparent;
    background-color: transparent !important;
}

.home footer .elementor-background-overlay,
.page-id-732 footer .elementor-background-overlay,
.single-albums footer .elementor-background-overlay {
    border-top-color: #fff;
}

footer .footer-wrapper {
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100vw;
    background: rgba(10,36,106,0.9);
}

footer p, footer a{
    margin-bottom: 0 !important;
    color: #fff;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .footer-content-wrapper {
    width: 25%;
    padding-top: 50px;
    padding-bottom: 20px;
}

footer .footer-wrapper .footer-content-wrapper-1 {
    margin-left: calc((100vw - 1200px) / 2);
    padding-right: 20px;
}
footer .footer-wrapper .footer-content-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
}
footer .footer-wrapper .footer-content-wrapper-3 {
    padding-left: 20px;
    padding-right: 20px;
}
footer .footer-wrapper .footer-content-wrapper-4 {
    margin-right: calc((100vw - 1200px) / 2);
    padding-right: 20px;
}

footer .footer-wrapper .footer-content-wrapper-5 {
    display: none;
}

@media (max-width: 1260px) {
    footer .footer-wrapper .footer-content-wrapper-1 {
        margin-left: 30px;
    }
    footer .footer-wrapper .footer-content-wrapper-4 {
        margin-right: 30px;
    }
}

.footer-content-wrapper .footer-content {
    height: 100%;
    position: relative;
}

/*----- LOGO -----*/
footer .logo-wrapper {
    position: absolute;
    left: 0;
    top: -80px;
    z-index: 99;
}

footer .logo-wrapper .logo {
    width: 140px;
    z-index: 99;
}

/*---- COPYRIGHT -----*/
footer .copyright-wrapper {
    position: absolute;
    bottom: 0;
}

.copyright-wrapper p, .copyright-wrapper p a {
    color: #fff;
    font-size: 14px;
}

/*----- FOOTER MENU -----*/
.footer-menu {
    padding: 0;
}

footer .footer-menu #menu-footer-menu,
footer .footer-menu #menu-footer-menu-en {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-menu .menu-item {
    padding: 0 0 5px 0;
}

.footer-menu .menu-item a {
    color: #fff;
}

.footer-menu .menu-item:last-child {
    padding-bottom: 0;
}

/*----- ADDRESS AND CONTACT -----*/
footer .address-wrapper, footer .contact-wrapper {
    position: absolute;
    bottom: 0;
}

/*----- POLICY FOOTER -----*/
footer .policies-wrapper {
    background-color: #0A246A;
}

footer .policies-wrapper .footer-content-wrapper {
    padding: 10px 0 !important;
}

footer .policies-wrapper .footer-content-wrapper-6 {
    width: 60% !important;
    margin-left: calc((100vw - 1200px) / 2);
}

footer .policies-wrapper .footer-content-wrapper-6 .policy-menu ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

footer .policies-wrapper .footer-content-wrapper-6 .policy-menu ul .menu-item {
    padding-right: 20px;
    font-size: 14px;
}

footer .policies-wrapper .footer-content-wrapper-7 {
    width: 40% !important;
    margin-right: calc((100vw - 1200px) / 2);
}

footer .policies-wrapper .footer-content-wrapper-7 .powered-wrapper p {
    text-align: right;
    font-size: 14px;
}

@media (max-width: 1260px) {
    footer .footer-wrapper .footer-content-wrapper-6 {
        margin-left: 30px;
    }
    footer .footer-wrapper .footer-content-wrapper-7 {
        margin-right: 30px;
    }
}

/*----- RESPONSIVE -----*/
@media (max-width: 999px) {
    footer .footer-wrapper {
        flex-wrap: wrap;
        padding-left: 30px;
        padding-right: 30px;
    }

    footer .footer-content-wrapper {
        width: 50%;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    footer .footer-content-wrapper-2 {
        padding-left: 10px !important;
    }
    footer .footer-content-wrapper-3 {
        padding-right: 10px !important;
        padding-top: 10px !important;
    }
    footer .footer-content-wrapper-4 {
        padding-left: 10px !important;
        padding-top: 10px !important;
    }

    footer .address-wrapper, footer .contact-wrapper {
        position: relative;
    }
}

@media (max-width: 600px) {
    footer .policies-wrapper .footer-content-wrapper {
        width: 100% !important;
    }

    footer .policies-wrapper .footer-content-wrapper-6 {
        padding-bottom: 5px !important;
    }
    footer .policies-wrapper .footer-content-wrapper-7 {
        padding-top: 0 !important;
    }

    footer .policies-wrapper .footer-content-wrapper-7 .powered-wrapper p {
        text-align: left;
    }
}

@media (max-width: 480px) {
    footer .footer-content-wrapper {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 20px !important;
    }

    footer .footer-content-wrapper-1 {
        padding-top: 50px !important;
    }

    footer .footer-content-wrapper-1 .copyright-wrapper {
        display: none;
    }
    footer .footer-wrapper .footer-content-wrapper-5 {
        display: block !important;
    }

    footer .footer-content-wrapper-2 {
        padding-top: 60px !important;
    }
}