<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.post-type-archive-objecten section#category-archive .container ul {
    overflow: hidden;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
}

body.post-type-archive-objecten section#category-archive ul li.single-cat {
    flex: 0 0 24.25%;
    margin-right: 1%;
}

body.post-type-archive-objecten section#category-archive ul li.single-cat:nth-child(4n) {
    margin-right: 0;
}

body.post-type-archive-objecten section#category-archive ul li.single-cat:nth-child(n+5) {
    margin-top: 1%;
}

body.post-type-archive-objecten section#category-archive ul li.single-cat h3 {
    font-size: 23px;
    color: var(--maincolor);
    font-weight: 500;
    margin: 17px 0;
}

body.post-type-archive-objecten section#category-archive ul li.single-cat a {
    font-size: 16px;
    padding: 10px 20px;
    display: inline-flex !important;
    flex-wrap: wrap;
    align-items: center;
    background: var(--maincolor) !important;
    font-weight: 400;
    color: white;
}

@media screen and (max-width: 1100px) and (min-width: 600px) {

    body.post-type-archive-objecten section#category-archive ul li.single-cat {
        flex: 0 0 32.66666777%;
        margin-right: 1% !important;
    }

    body.post-type-archive-objecten section#category-archive ul li.single-cat:nth-child(3n) {
        margin-right: 0 !important;
    }

    body.post-type-archive-objecten section#category-archive ul li.single-cat:nth-child(n+4) {
        margin-top: 1% !important;
    }

}

@media screen and (max-width: 600px) {

    body.post-type-archive-objecten section#category-archive ul li.single-cat {
        flex: 0 0 49.5%;
        margin-right: 1% !important;
    }

    body.post-type-archive-objecten section#category-archive ul li.single-cat h3 {
        text-align: center;
    }

    body.post-type-archive-objecten section#category-archive ul li.single-cat a {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }

    body.post-type-archive-objecten section#category-archive ul li.single-cat:nth-child(2n) {
        margin-right: 0 !important;
    }

    body.post-type-archive-objecten section#category-archive ul li.single-cat:nth-child(n+3) {
        margin-top: 1% !important;
    }

    body.post-type-archive-objecten section#category-archive .container ul {
        padding: 20px 0;
    }

}

body.post-type-archive-uitvaartverzorgers section#objecten .projects-list {
    margin: -10px;
}

/*------------------Condoleances------------------*/

body.post-type-archive-condoleance section#objecten .projects-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
    margin: 0 !important;
}

body.post-type-archive-condoleance section#objecten .projects-list .single-project {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.post-type-archive-condoleance section#objecten .projects-list h3 {
    margin-bottom: 0;
}

body.post-type-archive-condoleance section#objecten .projects-list .leefspan {
    color: #717171;
    background: unset;
    border-left: 5px solid var(--subcolor);
    margin: 0;
    padding: 0;
    padding-left: 11px;
    padding-bottom: 2.5px;
    font-size: 14px;
    line-height: 100%;
    display: block;
}

body.post-type-archive-condoleance section#objecten .projects-list a.button {
    padding: 0;
}

@media screen and (max-width: 400px) {
    body.post-type-archive-condoleance section#objecten .projects-list {
        grid-template-columns: 1fr;
    }
}

/*------------------------------------------------*/</pre></body></html>