<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: "KievitPro Book";
    src: url("/css/fonts/kievit/KievitPro Book.otf") format('opentype');
}

@font-face {
    font-family: "stempelGaramond";
    src: url("/css/fonts/stempelGaramond/StempelGaramondLTStd-Bold.otf") format('opentype');
}

/*  main colors  */
:root {
    --aalsmeerChromeWhite: #E0EDD1;
    --aalsmeerTextOnChromeWhite: #666; /* #4d4d4d;*/ /* was #666 */
    --aalsmeerBlack: #212529;
    --aalsmeerPurple: #9B135B;
}


body {
    font-family: 'KievitPro Book';
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 30px 0px 0px 0px;
    background-color: white;
}

body &gt; .row {
    margin-left: 0px;
    margin-right: 0px;
}


.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
}


.grid-section img {
    max-width: 100%;
    margin-bottom: 25px;
}

.grid-section .action-categories img {
    
    margin-bottom: 7px;
}


h1, h2, h3 {
    font-family: stempelGaramond;
    font-style: italic;
    color: var(--aalsmeerPurple);
    margin-bottom: 0.9rem;
}

a {
    color:black;
}

    a:visited, a:hover, a:link {
        color: var(--aalsmeerPurple);
        text-decoration: none;
    }


nav.navbar {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 9;
}
nav.navbar a{
    color:white;
    
}
    nav.navbar a.dropdown-item {
        color: #343a40;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    padding-left:1.5rem;
    padding-right:0.2rem;
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 20px;
}

    .navbar-nav &gt; li {
        display: inline-block;
        float: none;
        margin-right:10px;
        margin-left:10px;
    }

        .navbar-nav &gt; li:not(:first-child) {
            border-left: 2px solid #aaa;
        }

    .navbar-nav li.active {
        
    }

nav.navbar a.dropdown-item:active {
    background-color: var(--aalsmeerPurple);
    color: #fff;
}

.bg-primary {
    background-color: var(--aalsmeerPurple) !important;
}



.btn-primary, .btn-primary:link, .btn-primary:visited, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: var(--aalsmeerPurple);
    border-color: var(--aalsmeerPurple);
    padding: 0.275rem 1.55rem;
    border-radius: 0.35rem;
    letter-spacing: 0.1rem;
}
    .btn-primary:hover {
        color: #fff;
        background-color: var(--aalsmeerPurple);
        border-color: var(--aalsmeerPurple);
    }

.btn-outline-primary {
    color: white;
    border-color: white;
}
    .btn-outline-primary:hover {
        color: #fff;
        background-color: white;
        border-color: var(--aalsmeerPurple);
        color: var(--aalsmeerPurple);
    }

    btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: none;
    }

.logo {
    margin: 10px 25px;
}

.logo-image {

}

.hero-content {
    background-color: #E0EDD1;
    height: 300px;
    justify-content: center;
    display: flex;
}

    .hero-content img {
        height: 107%;
        margin-top: 45px;
        z-index: 5;
    }

    .hero-content &gt; .header {
        position: absolute;
        width: 637px;
        padding-top: 45px;
        z-index: 6;
    }

        .hero-content &gt; .header h1 {
            font-size: 3.0rem;
        }

        .hero-content &gt; .header h2 {
            color: var(--aalsmeerBlack);
            font-style: unset;
            font-family: 'KievitPro Book';
        }

        .hero-content &gt; .header &gt; .description {
            width: 325px;
            font-size: 1.8rem;
            line-height: 1.2;
        }

            .hero-content &gt; .header &gt; .description .btn {
                margin-left: 48px;
                margin-top: 5px;
            }

.hero-content-horizontal-rule {
    background-color: var(--aalsmeerPurple);
    height: 6px;
    width: 100%;
    position: absolute;
}


.wrapper-body {
    margin:0 auto; 
    min-height: 300px;
    margin-bottom:150px;
}
.wrapper-body .row {
    margin-top:30px;
}


    .wrapper-body .row.action-categories {
        background-color: #E0EDD1;
        border-radius: 70px;
        margin-top: 80px;
        margin-bottom: 60px;
        height: 80px;
    }

        .action-categories .action-category {
            bottom:40px;
        }

        .action-categories .action-category img{
            max-height:80px;
        }

        .action-categories .action-category a {
            color: #888;
            text-transform: uppercase;
        }

legend.action-categories {
    display: none;
}
.action-categories .action-category a.active {
    color: var(--aalsmeerPurple);
    font-weight: bold;
}

            /*  radio button style */
            .action-categories .action-category span {
                color: var(--amstelveenTextOnWhiteRock);
                text-transform: uppercase;
                display: block;
            }

            .action-categories .action-category input[type=radio] {
                position: absolute;
                opacity: 0;
                width: 0;
                height: 0;
            }

                .action-categories .action-category input[type=radio] + img {
                    cursor: pointer;
                }

                .action-categories .action-category input[type=radio]:checked ~ span {
                    color: var(--aalsmeerPurple);
                    font-weight: bold;
                }

.row.masonry .grid-sizer {
    z-index:-100;
}

ul.org-list {
    list-style: none;
    padding-left: 0px;
}

    ul.org-list li {
        width: 30%;
        float: left;
        height: 40px;
        margin-right: 20px;
    }

@media (max-width: 1000px) {
    ul.org-list li {
        width: 45%;
    }
}

@media (max-width: 600px) {
    ul.org-list li {
        width: 100%;
    }
}


@media (max-width: 640px) {
    .wrapper-body .row.action-categories {
        height: unset;
        border-radius: 20px;
        padding: 30px 10px;
        margin: 60px 0px 50px 0px;
    }
    .action-categories .action-category {
        bottom:0px;
        min-width:100px;
        
    }
        .action-categories .action-category a, .action-categories .action-category span {
            font-size: 0.8rem;
        }
}


.wrapper-body .row .outer-action {
    padding: 15px 10px;
}

.wrapper-body .row .outer-action:not(.hidden) {

}

.wrapper-body .row .outer-action.hidden {

}

    .wrapper-body .row .outer-action .inner-action {
        border: 2px solid var(--aalsmeerPurple);
        border-radius: 15px;
        width: 100%;
        max-width: 257px; /*LG limitation*/
        height: 100%;
        overflow: hidden;
        margin: 0 auto;
    }

        .wrapper-body .row .outer-action .inner-action img {
            width:100%;
            max-width: 257px;
        }

            .wrapper-body .row .outer-action .inner-action img.category-image {
            }

        .wrapper-body .row .outer-action .inner-action h3 {
            color: var(--aalsmeerPurple);
            font-size: 1.3rem;
            height: 60px;
            padding: 10px;
            font-weight: bold;
            overflow: hidden;
            text-align: center;
            font-style: unset;
            font-family: 'KievitPro Book';
            position:relative;
            top: 40px;
        }


        .wrapper-body .row .outer-action .inner-action p.title {

        }

        .wrapper-body .row .outer-action .inner-action p.action-org {
            color: #555;
            text-align: center;
            margin: 13px 6px 0px 6px;
            height: 40px;
            top: -75px;
            position: relative;
        }

        .wrapper-body .row .outer-action .inner-action p.desc {
            height: 96px;
            padding: 10px;
            font-size: 1rem;
            padding: 0px 10px 0px 15px;
            margin-bottom: 2px;
            line-height: 22px;
        }

        .wrapper-body .row .outer-action .inner-action a {
            bottom: 0px;
            width: 100%;
            background-color: var(--aalsmeerPurple);
            border-radius: unset;
            font-weight: bold;
            color: white;
        }

        .wrapper-body .row .outer-action .inner-action .image-container {
            padding: 10px;
        }


.accordion-section &gt; .panel-group &gt; div &gt; a {
    color: black;
    /*height: 50px;*/
    display: block;
    margin-left: 55px;
    font-family: kievitPro;
    font-size: 23px;
    margin-top: 13px;
    margin-bottom: 20px;
}
.accordion-section &gt; .panel-group a span {
    position: absolute;
    left: 15px;
    width: 35px;
    height: 35px;
    background-color: var(--aalsmeerPurple);
}
    .accordion-section &gt; .panel-group a span::before {
        content: "\003e";
        color: white;
        font-size: 26px;
        display: inline-block;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-left: 10px;
        font-style: normal;
        font-weight: bold;
        transition: all 0.2s;
    }
.accordion-section &gt; .panel-group a.collapsed span::before {
    color: black;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 10px;
    transition: all 0.2s;
}

.accordion-section &gt; .panel-group a.collapsed span {
    background-color: #B5D389;
}
.accordion-section &gt; .panel-group a.collapsed {
    font-style: italic;
}
.accordion-section &gt; .panel-group a:not(.collapsed) {
    font-weight: bold;
}

.accordion-section &gt; .panel-group .panel .panel-collapse {
    background-color: #F6F2E9;
    overflow: hidden;
    font-family: kievitPro;
}
.accordion-section &gt; .panel-group .panel-body {
    padding-top: 10px;
}

@media (max-width: 960px) {
    .accordion-section &gt; .panel-group a {
        font-size: 1rem;
    }
}

@media (max-width: 540px) {
    #accordion a {
        /*height: 70px;*/
    }
}

    /*  TODOOOOOOO   REMOVE AND USE HERO*/
    .section__hero-content {
        display: none;
    }
    /* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
    .dl-horizontal dt {
        white-space: normal;
    }


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #AF0712;
    background: var(--aalsmeerPurple);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--aalsmeerPurple);
    border-color: #AF0712;
}


    /*  Accordean

*/

.forgot a {
    color: var(--aalsmeerPurple);
    text-align: end;
    text-align: end;
    width: 100%;
    display: block;
    margin-top: 30px;
    font-size: 18px;
}

.vrabanta {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding-top: 19px;
    width:90%;
} 

        .vrabanta .vrabantatext {
            visibility: hidden;
            width: 100%;
            background-color: #eee;
            color: #000;
            border-radius: 2px;
            padding: 15px;
            opacity: 0.95;
            /* Position the vrabanta */
            position: absolute;
            z-index: 1;
            top: 113%;
            left: 50%;
            margin-left: -50%;
        }

        .vrabanta:hover .vrabantatext {
            visibility: visible;
        }

footer {
    background-color: var(--aalsmeerPurple);
    color: white;
    font-size: 0.92rem;
}

    footer  li a:link, footer li a:visited {
        color: white;
    }
    footer h6.footer {
        margin-top: 40px;
    }

    footer .footer-image {
        position: relative;
        top: -50px;
        width: 75%;
        float: right;
        margin-right: 40px;
    }

    footer ul {
        padding: 0px;
    }

    footer li {
        list-style: none;
    }

            footer li::before {
                content: "&gt;"
            }

    .form-inline {
        display: unset;
    }


    @media (max-width: 768px) {
        .wrapper-body {
            margin-bottom: 100px;
        }

            .wrapper-body .row {
                margin-top: 0px;
            }

            .wrapper-body .umb-grid {
                margin: 0px 40px;
            }

        .navbar-nav &gt; li:not(:first-child) {
            border-left: none;
        }


        .hero-content .header {
            width:100%;
            padding-left:20px;
            padding-top:20px;
        }

            .hero-content .header h1 {
                font-size: 2.1rem;
                margin-left:9px;
            }

            .hero-content .header .description {
                font-size: 1.3rem;
                width: 54%;
                padding: 5px 10px;
            }

        .hero-content img {
            width: 91%;
        }

        .hero-content &gt; .header &gt; .description .btn {
            margin-left: 0px;
            font-size: 14px;
            padding: 7px;
        }

        .hero-content-horizontal-rule {
            width: 93%;
        }

        footer .row div {
            margin: 0 auto;
        }
    }


.ui-dialog-titlebar-close {
    background-image: url("/css/images/ui-icons_444444_256x240.png");
    background-position: -80px -128px;
}</pre></body></html>