/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 4rem;
    color: var(--white);
    background: var(--black);
    z-index: 70;
}


/*--------------------------------------------------------------
# Footer - logo
--------------------------------------------------------------*/

.footer-wrapper .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-wrapper .footer-logo > .logo {
    width: 6.5rem;
    color: var(--white);
}


/*--------------------------------------------------------------
# Footer - content
--------------------------------------------------------------*/

.footer-content {
    margin: 4rem 0;
    letter-spacing: var(--letter-spacing);
}


/*  Footer content - affairs wrap  */

.footer-affairs-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 20px;
    max-width: 100%;
    width: 500px;
}

.footer-affairs-wrap .footer-affair-item {
    max-width: 100%;
    width: 235px;
}

.footer-affairs-wrap .footer-affair-item p:last-child {
    margin-bottom: 0 !important;
}

.footer-affairs-wrap .footer-affair-item span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-affairs-wrap .footer-affair-item p {
    line-height: 1.35em;
}


.footer-content .footer-actions {
    display: block;
    position: relative;
    margin: 15px 0;
}

.footer-content .footer-actions.top-margin {
    margin-top: 30px;
}




/* Footer content - block */

.footer-wrapper .footer-block {
    display: block;
    position: relative;
    max-width: 100%;
    width: 250px;
}

.footer-wrapper .footer-block .smaller-size {
    font-size: var(--font-size-xs);
}

.footer-wrapper .footer-block .footer-title,
.footer-wrapper .footer-block h2,
.footer-wrapper .footer-block h3,
.footer-wrapper .footer-block h4 {
    font-weight: 500;
    font-size: 1.15rem;
    margin-bottom: 15px;
    letter-spacing: var(--letter-spacing);
}

.footer-wrapper .footer-block a {
    display: inline-block;
}

.footer-wrapper .footer-block.footer-zorgkaart .image-wrap {
    max-width: 100%;
    width: 180px;
}





.footer-content .footer-menu {
    display: flex;
    flex-direction: column;
    gap: 0.55em;
}
.footer-content .footer-menu li {
    flex: 1 1;
}

.footer-content .footer-menu li > a {
    line-height: 1.25em;
}

.footer-content .footer-menu li > a:hover {
    text-decoration: underline !important;
}

.footer-content .footer-block.contact a {
    display: inline-block;
    font-weight: 600;
}






/* Footer certifications */

.footer-content .footer-certifications .subtitle {
    font-size: 1rem;
    margin-bottom: 1.25rem;
}



/* Footer block contact */

.footer-content .footer-certifications svg {
    width: 7.5rem;
    height: 7.5rem;
    margin-left: -10px;
}





/*--------------------------------------------------------------
# Media querys
--------------------------------------------------------------*/

.footer-content .footer-block:not(.no-bottom) {
    margin-bottom: 45px;
}

@media all and (min-width: 992px) and (max-width: 1199px) {

    .footer-affairs-wrap {
        grid-template-columns: 1fr;
    }

    .footer-affairs-wrap .footer-affair-item {
        width: 100%;
    }

}


@media all and (max-width: 575px) {

    .footer-affairs-wrap {
        grid-template-columns: 1fr;
    }

}









/*--------------------------------------------------------------
# Footer - developer wrapper
--------------------------------------------------------------*/

body.ready .developer-wrapper .developer {
    transition: 0.25s;
}

.developer-wrapper {
    position: relative;
    color: var(--white);
    background: var(--theme-baltic-sea-75);
    /*height: 3.5rem;*/
}

.developer-wrapper .container {
    position: relative;
}

.developer-wrapper .developer-info {
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 25;
    /*width: 300px;*/
    max-width: 100%;
    font-size: 13px;
    opacity: 0.35;
}

.developer-wrapper .developer-info.centered {
    left: 50%;
    transform: translateX(-50%);
}

.developer-wrap {
    display: flex;
    align-items: center;
    position: relative;
    height: 50px;
}

.developer-wrap .developer {
    display: inline-flex;
    width: 44px;
    opacity: 0.4;
    overflow: hidden;
    filter: grayscale(100%);
}

.developer-wrap .developer.absolute {
    position: absolute;
    bottom: 0;
    left: 0;
}

.developer-wrap .developer.centered {
    left: 50%;
    transform: translateX(-50%);
}

.developer-wrap .developer-img > img {
    display: block;
    max-width: none;
    min-width: 120px;
}

.developer-wrap .developer-img:not(.wowmedia) {
    width: 38px;
}

.developer-wrap .developer-img:not(.wowmedia):hover,
.developer-wrap .developer-img:not(.wowmedia):focus,
.developer-wrap .developer-img:not(.wowmedia) > img {
    width: 130px;
    filter: none;
    opacity: 1;
}

@media all and (max-width: 575px) {

    .developer-wrapper {
        padding-bottom: 50px;
    }

}




/* Partners */
.partners-wrapper {
    background-color: #313034;
    padding: 40px 0;
}

.partners-wrapper .partners-article {
    width: auto !important;
    text-align: center;
    margin-bottom: 25px;
}

.partners-wrap {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.partners-wrap .partners-item {
    display: inline-block;
}

.partners-wrap .partners-item .image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100px;
    width: 150px;

    /*width: 48px;*/
    /*height: 48px;*/

}
.partners-wrap .partners-item .image-wrap svg {
    width: 100%;
    height: 100%;
}
.partners-wrap .partners-item .image-wrap svg,
.partners-wrap .partners-item .image-wrap svg path {
    fill: white !important;
}

@media all and (max-width: 575px) {




}

