

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

@font-face {
    font-family: Noka;
    src: url(/fonts/Noka-Light.otf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Noka;
    src: url(/fonts/Noka-Medium.otf);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Noka;
    src: url(/fonts/Noka-SemiBold.otf);
    font-weight: 800;
    font-style: normal;
}

body {
    margin-bottom: 120px;
    background-color: #fff;
    font-family: Noka, sans-serif !important;
    font-size: 1.25rem;
    -webkit-animation: fadein 0.6s !important;
    -moz-animation: fadein 0.6s !important;
    -o-animation: fadein 0.6s !important;
    animation: fadein 0.6s !important;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}

    body::-webkit-scrollbar {
        display: none;
    }



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 120px;
    background-color: #19468e;
}
    .footer .logo::before {
        content: "";
        display: block;
        height: 120px;
        width: 90px;
        z-index: -1;
        background-image: url(/img/logo_footer.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .footer .btn-link:hover {
        color: #fff;
        text-decoration: underline;
        text-decoration-color: #fff;
    }
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.btn-link {
    text-transform: none;
    padding: 12px 15px;
    letter-spacing: 0.025em;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-decoration: none;
}
.form-group {
    margin-bottom: 1rem;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

hidden {
    display: none;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}


.loading-container {
    display: none;
}


.loading-backdrop {
    position: fixed;
    z-index: 999999;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000000;
    opacity: 0.5;
}

.loading-spinner {
    color: #ffffff;
    font-size: 60px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}



h1, .h1 {
    color: #004a8f;
    font-size: 54px;
    margin-bottom:-10px;
}

h2, .h2 {
    color: #004089;
    font-size: 32px;
    margin-bottom:20px;
}


p {
    color:#000;
}

.navbar {
    background-color: transparent !important;
    padding: 1.5rem 1rem;
}
.navbar-nav {
    list-style-type: disc;
    color: #004a8f
}

.nav-link {
    font-weight: inherit;
    padding: 10px 40px 10px 0px !important;
    font-size: 18px;
    letter-spacing: 0px;
    background-color: transparent !important;
    border: 0px solid #fff;
    color: #004a8f !important;
    box-shadow: none;
    font-weight: 600;
}

    .nav-link:hover {
        color: #004a8f;
        border: 0px solid #004089;
    }

    .nav-link.marge {
        margin-right: 5px;
    }

/*    .nav-link.active {
        text-decoration: underline;
    }*/

/*    .nav-link.login::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f084";
        color: #004089;
        display: inline-block;
        vertical-align: -webkit-baseline-middle;
        font-size: 14px;
    }*/


    .sectie0 {
        min-height: 100px;
        position: relative;
        z-index: 10;
    }

    .logo_sectie0 {
        position: relative;
        background: none;
        min-height: 200px;
        max-height: 200px;
        background-image: url(/img/logo1.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: -80px;
    }


    .header_img {
        position: relative;
        background: none;
    }

        .header_img::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            background-image: url(/img/background_header.png);
            background-position: top;
            background-repeat: no-repeat;
            background-size: cover;
        }

    .sectie1 {
        padding-bottom: 30px;
        min-height: 600px;
    }










    .sectie2 {
        padding-bottom: 0px;
        min-height: 750px;
    }

        .sectie2 h2 {
            color: #00aeef;
        }

        .sectie2 .tekstblok {
            padding-left: 50px;
            padding-right: 150px;
        }

        .sectie2 .quote_tekst {
            border-bottom-left-radius: 150px;
            border-bottom-right-radius: 150px;
            border-top-left-radius: 150px;
            background-color: #004a8f;
            margin-top: -200px;
            padding: 40px 125px;
            max-width: 900px;
            margin-left: -100px;
        }

            .sectie2 .quote_tekst p {
                color: #fff;
                font-weight: 800;
                font-size: 30px
            }

        .sectie2 .afbeelding {
            margin: -50px -75px;
            position: relative;
            background: none;
            min-height: 600px;
            z-index: -1;
            background-image: url(/img/chris.png);
            background-repeat: no-repeat;
            background-size: cover;
            border-top-right-radius: 250px;
            border-top-left-radius: 250px;
            border-bottom-right-radius: 250px;
            min-width: 427px;
        }

        .sectie2 .kader {
            border-bottom-left-radius: 250px;
            border-bottom-right-radius: 250px;
            border-top-right-radius: 250px;
            background-color: none;
            padding: 130px 102px;
            max-width: 1000px;
            margin-bottom: 90px;
            border: 3px solid #004a8f;
            margin-top: -137px;
            z-index: -1;
            position: relative;
        }





    .sectie3 {
        padding-bottom: 50px;
        min-height: 400px;
    }

        .sectie3 h4 {
            color: #00aeef;
            font-size: 1.2rem;
            font-weight: 800;
        }

        .sectie3 p {
            margin-bottom: 40px
        }









    .sectie4 {
        padding-bottom: 30px;
        min-height: 600px;
    }

        .sectie4 h1 {
            color: #fff;
            margin-top: 60px;
            margin-bottom: 60px;
        }

    .effect_labels {
        background-color: #00aeef;
        color: #fff !important;
    }

        .effect_labels p {
            color: #fff !important;
            font-size: 28px;
            padding-left: 60px;
            margin-bottom: 35px;
        }

    .sectie4 .effect_risico_tekst {
        position: relative;
        background: none;
        height: 20%;
    }

        .sectie4 .effect_risico_tekst::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            background-image: url(/img/disc-item.png);
            background-repeat: no-repeat;
            background-color: none;
            background-size: 35px;
            background-position-y: 12px
        }


    .sectie4 .afbeelding_rislabel_gemvast_kader {
        border-bottom-left-radius: 150px;
        border-bottom-right-radius: 150px;
        border-top-right-radius: 150px;
        background-color: #fff;
        margin-right: 50px;
    }

    .sectie4 .afbeelding_rislabel_gemvast {
        position: relative;
        background: none;
        height: 100%;
        min-height: 250px;
        margin: 10px 70px;
    }

        .sectie4 .afbeelding_rislabel_gemvast::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            background-image: url(/img/02524-labelA-tekst.png);
            background-position: top;
            background-repeat: no-repeat;
            background-size: contain;
            border-bottom-left-radius: 90px;
            border-bottom-right-radius: 90px;
            border-top-right-radius: 90px;
        }
















    .sectie5 {
        padding-top: 60px;
    }

    .afbeelding_rislabel_cyber, .afbeelding_rislabel_ziekte, .afbeelding_rislabel_wegbeheer {
        position: relative;
        background: none;
        height: 100%;
        min-height: 300px;
    }

    .sectie5 .afbeelding_rislabel_cyber::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-image: url(/img/02524-labelB-tekst.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .sectie5 .afbeelding_rislabel_ziekte::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-image: url(/img/02524-labelD-tekst.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .sectie5 .afbeelding_rislabel_wegbeheer::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-image: url(/img/02524-labelC-tekst.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: auto;
    }



    .sectie6 {
        padding-top: 0px;
        min-height: 400px;
    }

        .sectie6 .kader {
            border-bottom-left-radius: 150px;
            border-bottom-right-radius: 150px;
            border-top-right-radius: 150px;
            background-color: none;
            padding: 50px 80px;
            max-width: 900px;
            margin-bottom: 80px;
            border: 3px solid #004a8f;
        }




    .rislabel_1_start, .rislabel_2_start, .rislabel_3_start {
        position: relative;
        background: none;
        height: 50%;
        min-height: 150px;
    }

    .sectie6 .rislabel_1_start::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-image: url('/img/02524-Stap1.png');
        background-position: top;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .sectie6 .rislabel_2_start::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-image: url(/img/02524-Stap2.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .sectie6 .rislabel_3_start::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-image: url(/img/02524-Stap3.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: auto;
    }


    .rislabel_1_eind, .rislabel_2_eind, .rislabel_3_eind {
        position: relative;
        background: none;
        height: 100%;
        min-height: 200px;
    }

    .sectie6 .rislabel_1_eind::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-image: url('/img/02524-logo Risicolab.png');
        background-position: top;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .sectie6 .rislabel_2_eind::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-image: url(/img/02524-Risico.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .sectie6 .rislabel_3_eind::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-image: url(/img/02524-labelA.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: auto;
    }


    .sectie6 .line {
        border-bottom: 3px solid #004a8f;
        margin-bottom: 40px;
    }

    .sectie6 .titel {
        font-size: 26px;
        font-weight: 800;
        color: #004a8f;
    }

    .rislabel_1_start_pijl, .rislabel_2_start_pijl {
        position: relative;
        background: none;
        height: 100%;
        min-height: 50px;
    }

    .sectie6 .rislabel_1_start_pijl::before,
    .sectie6 .rislabel_2_start_pijl::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        background-image: url('/img/02524-pijl.png');
        background-position: top;
        background-repeat: no-repeat;
        background-size: auto;
    }






    .sectie7 {
        padding-top: 50px;
        padding-bottom: 30px;
        min-height: 500px;
    }

        .sectie7 .figuur_onder_hoe_werkt_rislabel {
            margin-left: 100px;
            margin-right: 0px;
            background-color: #004a8f;
            padding: 30px 175px;
            border-bottom-left-radius: 90px;
            border-bottom-right-radius: 90px;
            border-top-left-radius: 90px;
            margin-bottom: 50px;
        }

            .sectie7 .figuur_onder_hoe_werkt_rislabel p {
                font-size: 30px;
                color: #fff;
            }

        .sectie7 .weten p {
            font-size: 26px;
            font-weight: 800;
            color: #004a8f;
        }

        .sectie7 .label {
            position: relative;
            background: none;
            height: 100%;
            max-height: 150px;
            margin-top: 30px;
            min-height: 20px;
            margin-bottom: 151px;
        }

            .sectie7 .label::before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: -1;
                background-image: url(/img/logo1.png);
                background-position: top;
                background-repeat: no-repeat;
                background-size: contain;
            }

        .sectie7 .label2 {
            position: relative;
            background: none;
            height: 100%;
            max-height: 90px;
            margin-top: 10px;
            min-height: 75px;
        }

            .sectie7 .label2::before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: -1;
                background-image: url(/img/02524-logoVNGrisicobeheer.png);
                background-position: top;
                background-repeat: no-repeat;
                background-size: contain;
            }












@media (max-width: 576px) {
    .container {
        max-width: 450px;
    }
}



@media(max-width: 992px) {

    h1{
        font-size:44px;
    }
    h2 {
        font-size: 30px;
    }

    .logo_sectie0 {
        min-height: 125px;
        max-height: 125px;
        background-position: right;
    }
    .sectie1 {
        padding-top:50px;
        min-height: 550px;
    }

    .sectie2 {
        padding-bottom: 0px;
        min-height: 550px;
    }
    .sectie2 .kader {
        padding: 10px 8px;
        margin-top: 40px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        margin-bottom: 0px;
    }

        .sectie2 .afbeelding {
            display:none;
        }

    .sectie2 .quote_tekst {
        margin-top: -30px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 50px;
        margin: 10px;
        padding: 30px 20px;
    }

        .sectie2 .quote_tekst p {
            font-size: 18px
        }

    .sectie2 {
        padding-bottom: 30px
    }

    .sectie4 h1 {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 32px;
    }

    .sectie4 .afbeelding_rislabel_gemvast_kader {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        background-color: #fff;
        margin-right: 0px;
        margin-bottom: 35px;
        max-width: 500px;
    }

    .sectie4 .afbeelding_rislabel_gemvast {
        min-height: 150px;
        margin: 10px 30px;
    }
    .sectie4 .effect_risico_tekst {
        font-size:24px;
    }

    .sectie5 {
        display:none;
    }

    .afbeelding_rislabel_cyber, .afbeelding_rislabel_ziekte, .afbeelding_rislabel_wegbeheer {
        min-height: 200px;
    }

    .sectie6{
        margin-top:40px;
    }

    .sectie6 h1 {
        font-size: 32px;
    }

    .sectie6 .kader {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        background-color: none;
        padding: 20px 40px;
        max-width: 900px;
        margin-bottom: 40px;
        border: 3px solid #004a8f;
    }

    .sectie6 .titel {
        font-size:20px;
        margin-bottom:0px;
    }

        .sectie6 .rislabel_1_eind::before, .sectie6 .rislabel_2_eind::before, .sectie6 .rislabel_3_eind::before {
            background-size: contain;
            margin-bottom:10px
        }

        .sectie6 .rislabel_1_start::before, .sectie6 .rislabel_2_start::before, .sectie6 .rislabel_3_start::before {
            background-size: contain;
            margin-bottom: 10px
        }

    .rislabel_1_eind, .rislabel_2_eind, .rislabel_3_eind {
        min-height: 150px;
    }

    .rislabel_1_start, .rislabel_2_start, .rislabel_3_start {
        min-height: 125px;
    }


    .sectie6 .rislabel_1_start_pijl::before, .sectie6 .rislabel_2_start_pijl::before, .sectie6 .rislabel_3_start_pijl::before {
        background-size: contain;
    }

    .rislabel_1_start_pijl, .rislabel_2_start_pijl {
        min-height: 35px;
        height: 20%;
    }


        .sectie7 {
            padding-top: 20px;
            padding-bottom: 10px;
            min-height: 300px;
        }

            .sectie7 .figuur_onder_hoe_werkt_rislabel {
                margin-left: 10px;
                margin-right: 0px;
                background-color: #004a8f;
                padding: 60px 30px;
                border-bottom-left-radius: 90px;
                border-bottom-right-radius: 90px;
                border-top-left-radius: 90px;
                margin-bottom: 30px;
            }

            .sectie7 .figuur_onder_hoe_werkt_rislabel p {
                font-size: 22px;
                color: #fff;
            }


    .sectie2 .tekstblok {
        padding-right: 0px;
    }



}



@media(max-width: 1200px) {
    .sectie4 .afbeelding_rislabel_gemvast {
        margin: 10px 35px;
        min-height: 235px;
    }

        .sectie4 .afbeelding_rislabel_gemvast::before {
            background-size: cover;
        }
}















































    .btn {
        font-weight: inherit;
        padding: 8px 25px;
        font-size: 14px;
        border-radius: 200px;
        letter-spacing: 1px;
        -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 10%), 0 1px 10px rgb(0 0 0 / 10%);
        box-shadow: 0 1px 10px rgb(0 0 0 / 10%), 0 1px 10px rgb(0 0 0 / 10%);
    }

    .btn-primary {
        background-color: #169de3;
        border-color: #169de3;
    }

        .btn-primary:hover, .btn-primary:active {
            background-color: #004089;
            border-color: #004089;
        }

    .btn-secondary {
        background-color: #004089;
        border-color: #004089;
    }

        .btn-secondary:hover, .btn-secondary:active {
            background-color: #169de3;
            border-color: #169de3;
        }

    .btn[disabled] {
        background-color: #abcbe6;
        border-color: #abcbe6;
    }

    .btn::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f061";
        color: #fff;
        display: inline-block;
        font-size: 12px;
        position: relative;
        right: -10px;
    }

    .risicosectie {
        padding-top: 70px;
        background-color: #f3fafe;
        padding-bottom: 300px;
    }

        .risicosectie .onderwerp_titel {
            margin-bottom: 50px;
        }

        .risicosectie p {
            color: #fff;
        }

        .risicosectie h4 {
            margin-bottom: 20px;
        }

        .risicosectie .btn {
            background-color: #fff;
            color: #004089;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 1px solid #fff;
            position: absolute;
            bottom: 50px;
        }

            .risicosectie .btn:hover {
                border: 1px solid #169de3;
            }

    .risicobox {
        padding: 50px 60px;
        color: #fff !important;
        display: block;
        z-index: 1;
        position: relative;
        margin-left: 50px;
        min-height: 525px;
        margin-bottom: 20px;
    }

        .risicobox:hover {
            -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 10%), 0 1px 10px rgb(0 0 0 / 10%);
            box-shadow: 0 1px 10px rgb(0 0 0 / 10%), 0 1px 10px rgb(0 0 0 / 10%);
        }

    .risicobox1 {
        background-color: #004089;
        margin-left: -50px;
    }

        .risicobox1::before {
            content: "";
            display: block;
            height: 75px;
            z-index: -1;
            background-image: url(/img/icon_voorspellen.png);
            background-position: left;
            background-repeat: no-repeat;
            background-size: contain;
            margin-bottom: 30px;
        }

        .risicobox1::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: -1;
            background-color: #004089;
            transform: skew(-5deg);
            right: -25px;
            left: auto;
            bottom: 0;
        }

        .risicobox1 .btn:hover {
            background-color: #169de3;
            color: #fff;
        }

    .risicobox2 {
        background-color: #169de3;
        margin-right: -100px;
    }

        .risicobox2::before {
            content: "";
            display: block;
            height: 75px;
            z-index: -1;
            background-image: url(/img/icon_voorstellen.png);
            background-position: left;
            background-repeat: no-repeat;
            background-size: contain;
            margin-bottom: 30px;
        }

        .risicobox2::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: -1;
            background-color: #169de3;
            transform: skew(-5deg);
            left: -25px;
            right: auto;
            bottom: 0px;
        }

        .risicobox2 .btn:hover {
            background-color: #004089;
            color: #fff;
        }

    .quotesectie {
        padding-top: 100px;
        background-color: #fff;
        padding-bottom: 100px;
        background-image: url(/img/background_dark_large.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: -175px;
        z-index: 1;
    }

        .quotesectie h2 {
            color: #fff;
            margin-bottom: 20px;
        }

        .quotesectie h5 {
            color: #fff;
            font-size: 14px;
            font-weight: 600;
        }

            .quotesectie h5.onder {
                color: #169de3 !important;
                font-weight: 600;
            }


    .kennissectie {
        padding-top: 100px;
        background-color: #fff;
        padding-bottom: 70px;
    }


    .agendasectie {
        padding-top: 70px;
        background-color: #fff;
        padding-bottom: 70px;
        background-image: url(/img/background_agenda.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .agendasectie .embed-responsive {
            width: 110%;
            right: -10%;
        }

        .agendasectie .agenda {
            padding: 40px 0px;
        }

        .agendasectie .agenda_item {
            background-color: #fff;
            padding: 20px 100px 20px 20px;
            border: 1px solid #fff;
            margin-bottom: 10px;
            display: flex;
        }

            .agendasectie .agenda_item .inhoud {
                margin: auto 0;
            }

            .agendasectie .agenda_item p {
                margin-bottom: 0rem;
                color: #004089 !important
            }

            .agendasectie .agenda_item .datum {
                border: 1px solid #004089;
                padding: 10px;
                border-radius: 10px;
                text-align: center;
                max-width: 125px;
                min-width: 100px;
                margin-right: 20px;
            }

                .agendasectie .agenda_item .datum .dag {
                    font-size: 24px !important;
                    font-weight: 600 !important;
                }

            .agendasectie .agenda_item:hover {
                -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 10%), 0 1px 10px rgb(0 0 0 / 10%);
                box-shadow: 0 1px 10px rgb(0 0 0 / 10%), 0 1px 10px rgb(0 0 0 / 10%);
            }


    .agendasectie2 {
        background-color: #fff;
        background-image: none;
    }

        .agendasectie2 .agenda_item {
            background-color: #d6eefd;
        }


    .partnersectie {
        padding-top: 70px;
        background-color: #fff;
        padding-bottom: 70px;
    }

        .partnersectie .logo_partner::before {
            content: "";
            display: block;
            width: 140px;
            height: 150px;
            z-index: -1;
            background-position: top;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .partnersectie .vng::before {
            background-image: url(/img/vngrisico.png);
        }

        .partnersectie .twente::before {
            background-image: url(/img/twente.png);
        }

        .partnersectie .delft::before {
            background-image: url(/img/delft.png);
        }

        .partnersectie .haagse::before {
            background-image: url(/img/haagse.png);
        }

        .partnersectie .onderwerp_titel {
            margin-bottom: 50px;
        }


        .partnersectie p {
            color: #fff !important;
            font-size: 16px;
        }

        .partnersectie .rp_box {
            height: 350px;
            padding: 60px;
        }

        .partnersectie h3 {
            color: #85d0f5;
        }

        .partnersectie .outer {
            position: relative;
        }

        .partnersectie .rp_box {
            background-image: url(/img/background_dark_large.png);
            background-position: top;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .partnersectie .afb_risicoplatform {
            background-repeat: no-repeat;
            background-size: 475px;
            z-index: 1;
            background-position: right 50px bottom;
            background-image: url(/img/visual_risicoplatform.png);
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin-bottom: -2px;
        }









    .webinarsectie {
        padding-top: 70px;
        background-color: #fff;
        padding-bottom: 70px;
        background-image: url(/img/background_dark_large.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .webinarsectie h2 {
            color: #fff;
        }

        .webinarsectie p {
            color: #fff;
        }

        .webinarsectie strong {
            color: #fff;
        }


    .documentsectie {
        padding-top: 70px;
        background-color: #d6eefd;
        padding-bottom: 70px;
    }

        .documentsectie .documenten {
            padding: 40px 0px;
        }

        .documentsectie a {
            text-decoration: none;
        }

        .documentsectie .document_item {
            background-color: #fff;
            padding: 30px 100px 30px 30px;
            border: 1px solid #fff;
            margin-bottom: 10px;
            position: relative;
            min-height: 135px;
        }

            .documentsectie .document_item .inhoud::after {
                content: "";
                display: block;
                width: 30px;
                height: 30px;
                background-position: top;
                background-repeat: no-repeat;
                background-size: contain;
                background-image: url(/img/icon_download.png);
                position: absolute;
                right: 25px;
                bottom: 20px;
            }

            .documentsectie .document_item p {
                margin-bottom: 0rem;
                color: #004089 !important
            }

            .documentsectie .document_item .datum {
                border: 1px solid #004089;
                padding: 10px;
                border-radius: 10px;
                text-align: center;
            }

                .documentsectie .document_item .datum .dag {
                    font-size: 24px !important;
                    font-weight: 600 !important;
                }

            .documentsectie .document_item:hover {
                -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 10%), 0 1px 10px rgb(0 0 0 / 10%);
                box-shadow: 0 1px 10px rgb(0 0 0 / 10%), 0 1px 10px rgb(0 0 0 / 10%);
            }



    .onderwerpsectie {
        padding-top: 70px;
        background-color: #fff;
        padding-bottom: 120px;
        min-height: 800px;
    }

        .onderwerpsectie .cards {
            margin-top: 50px;
        }

        .onderwerpsectie h3 {
            font-size: 20px;
            font-weight: 600;
            color: #004089;
        }

        .onderwerpsectie .cards p {
            font-size: 14px;
        }

        .onderwerpsectie .card {
            border: none;
            background-color: #d6eefd;
            float: right;
            display: block;
            min-width: 100%;
        }

            .onderwerpsectie .card .tekst {
                display: none;
            }

            .onderwerpsectie .card:hover {
                transform: scale(1.15);
                background-color: #fff;
                -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 10%), 0 1px 10px rgb(0 0 0 / 10%);
                box-shadow: 0 1px 10px rgb(0 0 0 / 10%), 0 1px 10px rgb(0 0 0 / 10%);
            }

                .onderwerpsectie .card:hover .titel {
                    font-weight: 600 !important;
                }

                .onderwerpsectie .card:hover .tekst {
                    display: block;
                }

            .onderwerpsectie .card.grey2 {
                filter: grayscale(50%);
            }

            .onderwerpsectie .card .content {
                padding: 20px
            }

            .onderwerpsectie .card::before {
                content: "";
                display: block;
                height: 250px;
                width: 100%;
                background-position: top;
                background-repeat: no-repeat;
                background-size: cover;
                margin-bottom: 15px;
            }

            .onderwerpsectie .card:hover::before {
                height: 150px;
            }

            .onderwerpsectie .card.cyber::before {
                background-image: url(/img/cyber.jpeg);
                filter: grayscale(100%);
            }

            .onderwerpsectie .card.vastgoed::before {
                background-image: url(/img/vastgoed.jpeg);
            }

            .onderwerpsectie .card.ziekte::before {
                background-image: url(/img/ziekte.jpeg);
                filter: grayscale(100%);
            }

            .onderwerpsectie .card.vrijwilliger::before {
                background-image: url(/img/vrijwilligers.jpeg);
                filter: grayscale(100%);
            }

            .onderwerpsectie .card.wegbeheer::before {
                background-image: url(/img/wegbeheer.jpeg);
                filter: grayscale(100%);
            }

            .onderwerpsectie .card.projecten::before {
                background-image: url(/img/projecten.jpeg);
                filter: grayscale(100%);
            }

            .onderwerpsectie .card.vastgoed .ontwikkeling {
                width: 150px;
                background-color: #43a960;
                border-radius: 20px;
                text-align: center;
                padding: 4px 16px;
                color: #fff;
                margin-top: -30px;
                float: right;
                margin-right: 15px;
            }



    .contactsectie {
        padding-top: 70px;
        background-color: #fff;
        padding-bottom: 70px;
    }



    .ledensectie {
        padding-top: 70px;
        background-color: #fff;
        padding-bottom: 70px;
    }




    .voorstelsectie {
        padding-top: 70px;
        background-color: #fff;
        padding-bottom: 70px;
    }



    .rpo_img {
        max-width: 200px;
    }

    .rpo_img2 {
        max-width: 300px;
        max-height: 529px;
    }

    .risicobeeld_img {
        max-width: 1000px;
    }




















    @media (min-width: 576px) {
        .container {
            max-width: 800px;
        }
    }

    @media (min-width: 768px) {
        .container {
            max-width: 1000px;
        }
    }

    @media (min-width: 992px) {
        .container {
            max-width: 1000px;
        }
    }

    @media (min-width: 1200px) {
        .container {
            max-width: 1300px;
        }
    }


    .embed-responsive {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
    }

        .embed-responsive::before {
            display: block;
            content: "";
        }

        .embed-responsive .embed-responsive-item,
        .embed-responsive iframe,
        .embed-responsive embed,
        .embed-responsive object,
        .embed-responsive video {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

    .embed-responsive-21by9::before {
        padding-top: 42.857143%;
    }

    .embed-responsive-16by9::before {
        padding-top: 56.25%;
    }

    .embed-responsive-4by3::before {
        padding-top: 75%;
    }

    .embed-responsive-1by1::before {
        padding-top: 100%;
    }


    .modal {
        display: none;
        position: fixed;
        z-index: 9999;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.5) !important;
    }

    .modal-backdrop {
        opacity: 0.5;
    }

        .modal-backdrop.show {
            opacity: 0.6;
        }

    .modal-dialog {
        margin: 12rem auto;
    }

    .modal-content {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 1000px;
    }

    .bootstrap-dialog .bootstrap-dialog-title {
        font-size: 20px;
    }


    #myImg {
        cursor: pointer;
        transition: 0.3s;
        max-height: 600px;
    }

        #myImg:hover {
            opacity: 0.7;
        }

    .hidden {
        display: none !important;
        visibility: hidden !important;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 9999;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    .modal-backdrop {
        opacity: 0.5;
    }

        .modal-backdrop.show {
            opacity: 0.5;
        }

    .modal-dialog {
        margin: 12rem auto;
    }

    .modal-content {
        margin: auto;
        display: block;
        max-width: 1000px;
    }

    .bootstrap-dialog .bootstrap-dialog-title {
        font-size: 20px;
    }

    .modal-content {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: " ";
    }

    .clearfix:after {
        clear: both;
    }

    .popover-header {
        display: none;
    }


    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(0)
        }

        to {
            -webkit-transform: scale(1)
        }
    }

    @keyframes zoom {
        from {
            transform: scale(0)
        }

        to {
            transform: scale(1)
        }
    }

    The Close Button
    .close {
        position: absolute;
        top: 14px;
        right: 30px;
        color: #f3f3f3;
        font-size: 60px;
        font-weight: bold;
        transition: 0.3s;
        opacity: .8;
    }

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
        opacity: 1;
    }

    @media only screen and (max-width: 700px) {
        .modal-content {
            width: 100%;
        }
    }


    .modal-content {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }

    @media only screen and (max-width: 700px) {
        .modal-content {
            width: 100%;
        }
    }

    .bootstrap-dialog.type-primary .modal-header {
        background-color: #216ec2;
    }

    @media(max-width: 1200px) {
        .header_huis {
            background-image: none;
        }
    }


    @media(max-width: 992px) {
        .nav-link-down {
            line-height: 1.5rem;
        }

        .top-navbar {
            margin-top: 15px;
        }

        .bottom-navbar {
            margin-bottom: 10px
        }

        .nav-link.marge {
            margin-top: 5px;
        }

        .navbar-nav {
            margin-top: 20px;
        }

        .tekstblok {
            margin-top: 25px;
            padding-left: 15px !important;
        }

        .embed-responsive {
            width: 100%;
            left: 0%;
        }

        .partnersectie .afb_risicoplatform {
            background-image: none;
        }

        .partnersectie .logo_partner::before {
            max-width: 100px;
        }

        .risicobox {
            min-height: 500px;
        }

        .p-custom-header {
            min-height: 300px;
        }
    }

    @media(max-width: 768px) {

        .nav-tabs {
            position: absolute;
            top: -47px;
            border-bottom: none;
        }
    }








    .backdrop {
        z-index: 100;
        background-color: rgba(0, 0, 0, 0.6);
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        overflow: scroll;
    }

    .privacy_prompt {
        position: absolute;
        width: 50%;
        top: 100px;
        left: 50%;
        padding: 2em;
        margin-left: -25%;
        text-align: left;
        border-radius: 10px;
        background-color: #FFF;
        z-index: 1000;
        word-break: break-word;
        font-family: Noka, sans-serif !important;
        font-weight: 400;
        font-size: clamp(14px, 1.4vw, 16px);
        line-height: 1.4;
        color: #797979;
    }

    .privacy_prompt_content {
        padding: 20px;
        font-size: 0.9em;
    }

    .privacy_prompt .button.right {
        float: right;
    }

    .privacy_prompt_footer {
        padding: 0px 20px 20px 20px;
        overflow: auto;
    }

        .privacy_prompt_footer .button {
            background: #ff7920;
            border-radius: 1em;
            color: #fff;
            padding: 0.55em 1em 0.5em;
            font-size: 1.0em;
            min-width: 50px;
            text-align: center;
            cursor: pointer;
        }

    @media (max-width: 780px) {
        .privacy_prompt {
            width: 90%;
            margin: 0 auto;
            left: 5%;
        }
    }