@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Merriweather&display=swap');

/*CSS clear*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape while allowing user zoom test*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/***** Menu ****/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");




html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    color: #142328;
    line-height: 1.6;
}

a {
    color: #db1457;
}

/* START TOP MENU */

#container_menu_top {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 10;
}

#menu_top {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
}

    #menu_top li {
        float: left;
        margin-left: 10px;
        list-style: none;
    }

        #menu_top li a {
            display: inline-block;
            padding: 0.3rem 0.7rem;
            background: #efefef;
            color: #001941;
            font-size: 12px;
            text-transform: uppercase;
            text-decoration: none;
        }

            #menu_top li a:hover {
                background: #e4dddd;
            }

#mnu_help, .mnu_zoeken, .mnu_contact {
    display: none;
}

    .mnu_contact a:before {
        content: "\f003";
    }

.mnu_account a:before {
    content: "\f007";
}

.mnu_logout a:before {
    content: "\f08b";
}

#menu_top li a:before {
    font-family: FontAwesome;
    color: #001941;
    margin-right: 5px;
}

@media all and (max-width: 1160px) {
    #container_menu_top {
        height: 40px;
        padding: 0 2%;
        border-bottom: 1px solid #ccc;
        background: #FFF;
    }

    #menu_top {
        right: 2%;
    }
}

/* END TOP MENU */


/* START HEADER */

.b_header-wrapper {
    background: #1C3747;
}

#header {
    max-width: 1140px;
    margin: 0 auto;
    height: 140px;
    padding: 0 24px;
    box-sizing: border-box;
}

.mainmenucorner {
    display: none;
}
/* END HEADER */


/* START MENU */
#pull {
    display: none;
}

#container_menu {
    width: 100%;
    background: #01689b;
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
}

    #container_menu .menu {
        padding: 0;
        max-width: 1140px;
        margin: 0 auto;
        text-align: right;
        position: relative;
    }

        #container_menu .menu li {
            display: inline-block;
            padding: 0 0 0 43px;
            line-height: 72px;
        }

            #container_menu .menu li#p1 {
                position: absolute;
                left: 0;
                padding: 0;
            }

            #container_menu .menu li a {
                display: inline-block;
                height: 100%;
                color: #fff;
                text-decoration: none;
            }

                #container_menu .menu li a:hover {
                }


span#show-title-on-mobile {
    display: none;
}

@media all and (max-width: 1160px) {
    #container_menu {
        padding: 0 2%;
    }
}

@media all and (min-width:951px) {
    #container_menu ul.menu {
        display: block !important;
    }
}

@media all and (max-width:950px) {
    #show-title-on-mobile {
        display: inline;
        margin-left: 20px;
        position: absolute;
        top: 141px;
        z-index: 1;
    }

        #show-title-on-mobile a {
            text-decoration: none;
            font-size: 27px;
            font-weight: 400;
            color: #fff;
        }

    #container_menu .menu li#p1 {
        display: none !important;
    }

    #container_menu {
        text-align: right;
        z-index: 2;
    }


        #container_menu #pull:before {
            content: "\f0c9";
            font-family: "FontAwesome";
            display: inline-block;
            margin-right: 5px;
            vertical-align: bottom;
        }

        #container_menu #pull ~ .menu {
            display: none;
            height: auto;
            position: absolute;
            right: 0;
            margin-top: 0px;
            z-index: 9999;
            padding: 0;
            background: #1c3747;
            -webkit-box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
            -moz-box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
            box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
        }

            #container_menu #pull ~ .menu > li {
                display: block;
                text-align: center;
                padding: 0;
                margin: 0;
                height: 40px;
                line-height: 40px;
            }

                #container_menu #pull ~ .menu > li > a {
                    margin: 0;
                    padding: 0 2em;
                    color: #fff;
                    height: 40px;
                    line-height: 40px;
                }

                #container_menu #pull ~ .menu > li.active {
                    background: #FFF;
                }

        #container_menu .menu li.active a {
            color: #142328 !important;
        }

        #container_menu #pull {
            display: inline-block;
            line-height: 26px;
            margin: 20px 0;
            padding: 3px 6px;
            border: 1px solid #fff;
            color: #fff;
            text-decoration: none;
            border-radius: 4px;
        }
}

@media all and (max-width:494px) {
    span#show-title-on-mobile {
        display: none;
    }
}

/* END MENU */


/* START HEADER */

header {
    margin-bottom: 60px;
}

/* Menu */

#container_menu {
    background: none;
    height: 140px;
    margin-top: -140px;
}

    #container_menu .menu {
        padding: 0 24px;
        box-sizing: border-box;
    }

    #container_menu .menu {
        line-height: 118px;
        padding: 0 80px 0 24px;
    }

        #container_menu .menu li {
            line-height: 1;
        }

            #container_menu .menu li#p1 {
                position: relative;
            }

            #container_menu .menu li a {
                font-size: 16px !important;
                text-decoration: none !important;
                color: #FFF;
                transition: all ease 0.3s;
                transition: all ease 0.3s;
                font-family: 'Inter';
                font-weight: 500;
                line-height: 40px;
                border-bottom: 1px solid transparent;
            }

            #container_menu .menu li.active a {
                border-bottom: 1px solid #FFF;
            }

            #container_menu .menu li a:hover {
                border-bottom: 1px solid #FFF;
            }


div#qs-container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}


/* END HEADER */

.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.intro-text {
    max-width: 850px;
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 80px 0;
    box-sizing: border-box;
    color: #142328;
    line-height: 1.7;
    flex: 100% 0 0;
}

    .intro-text h1 {
        font-size: 2em;
        line-height: 1.3;
        margin-bottom: 1em;
        font-weight: 400;
        font-family: 'Merriweather';
    }

    .intro-text p {
        font-weight: 400;
    }

.toggle_view {
    width: 280px;
    background: #eef6f6;
    BORDER-RADIUS: 2px;
    box-sizing: border-box;
    margin: 0 auto 30px auto;
}

.toggle_view_inner {
    display: flex;
}

    .toggle_view_inner div {
        width: 50%;
        border-radius: 2px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-weight: 400;
        color: #000;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        transition: ease 0.3s all;
        font-size: 14px;
    }


        .toggle_view_inner div::before {
            width: 15px;
            height: 15px;
            position: absolute;
            top: 8px;
            left: 15px;
            transition: ease 0.3s all;
        }

.toggle_view_inner_list::before {
    content: '';
    background: url(images/list.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.toggle_view_inner_map::before {
    content: '';
    background: url(images/map.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.toggle_view_inner div.active {
    background: #abd0d4;
    /* color: #FFF; */
}


.map_block {
    display: none;
    text-align: center;
}

.map_block_inner {
    height: 800px;
    padding: 0 30px;
    box-sizing: border-box;
}

    .map_block_inner #map {
        width: 100%;
        height: 100%;
    }

#legend_block {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    min-height: 25px;
}

    #legend_block li {
        display: block;
        float: left;
        max-width: 200px;
        margin-bottom: 5px;
        text-align: center;
        font-size: 80%;
        list-style: none;
        color: rgb(0,0,0);
        font-weight: normal;
    }

        #legend_block li span {
            display: inline-block;
            float: left;
            height: 20px;
            width: 20px;
            margin-left: 15px;
            margin-right: 5px;
            border-radius: 20px;
        }

.map-tooltip {
    line-height: 1;
    font-weight: bold;
    padding: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 2px;
    border: 1px solid #999;
    font-size: 12px;
    position: absolute;
    z-index: 100;
    overflow: hidden;
}


.list-wrapper {
    width: 724px;
    display: block;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    color: #151515;
}

.title {
    font-size: 24px;
    text-align: center;
}

.abf-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    height: 90px;
    background: #FFF url(abf-logo.png) no-repeat top left;
    background-size: 100% auto;
}

.button-container {
    margin-bottom: 80px;
}

    .button-container h2 {
        color: #142328;
        margin-bottom: 0.75em;
        font-size: 18px;
        font-weight: 400;
        font-family: 'Inter';
    }

    .button-container button {
        border: none !important;
        background: none;
        margin-bottom: 9px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        cursor: pointer;
        transition: ease all 0.3s;
        display: block;
        padding: 6px 9px;
        border-radius: 0.2rem;
        color: #1c3747 !important;
        background-color: #eef6f6;
        text-decoration: none;
    }

        .button-container button:hover {
            background: #abd0d4;
            /* color: #FFF; */
        }

        .button-container button.selected {
            background: #abd0d4;
        }

        .button-container button span {
            /* font-size: 0.9em; */
            text-transform: none;
            font-weight: 400;
        }

.right {
    max-width: 730px;
    width: 100%;
}

#websites {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.list {
    display: block;
    width: 723px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 10px;
}

.content-wrapper {
    width: 80%;
    height: 80px;
    margin-bottom: 40px;
}

#websites li img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
}

#websites {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

    #websites li {
        max-width: 325px;
        margin: 0 20px 55px 20px;
        box-sizing: border-box;
        background: #FFF;
        border-bottom: 1px solid #d2d8da;
        padding-bottom: 60px;
        width: 100%;
    }

        #websites li.rsd {
            display: none !important;
        }

        #websites li img {
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        #websites li a {
            display: inline-block;
            text-decoration: none !important;
            border-bottom: 1px solid #db1457;
            color: #db1457;
            font-size: 18px;
            line-height: 30px;
            font-weight: 500;
        }

        #websites li .website-title {
            height: 0;
            text-indent: -9999px;
        }

.content-holder {
    width: 100%;
}

.clear {
    display: inline-block;
    width: 100%;
    color: #FFF;
    font-size: 0;
    clear: both;
}

footer a {
    text-decoration: none;
    font-size: 17px;
    color: #4892d0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    footer a:hover {
        color: #467499;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

footer {
    width: 100%;
    padding: 20px 0px;
    border-top: 1px solid #BEBEBE;
    background: #F4F4F4;
}

footer {
    text-align: center;
}




@media only screen and (max-width: 600px) {

    #legend_block {
        min-height: 50px
    }

    .map_block_inner {
        height: 500px;
    }
}
