
html{
    font-size: 14px;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%; 
}
body{
    font-family: 'f_r', sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

#flex-content{
    flew-grow: 1;
    flex: 1;
}
#copyright{
    margin-top: auto;
}

/* 
*{
    box-sizing: border-box;
    border: 1px solid red;
}
*/

/* * * * * * * * * * * * * * * * * * * * * * *

    Basis

* * * * * * * * * * * * * * * * * * * * * * */

a{
    color: rgba(30, 136, 228, 1.00);
}
a:hover{
    color: rgba(40, 53, 147, 1.00);
}

.f-l{
    font-family: 'f_l';
}

.btn{
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    font-family: 'f_b';
    transition:all 0.2s ease-in;
    border: none;
    cursor: pointer;
}
.btn:active{
    position: relative;
    top: 2px;
}
.btn-white{
    border: 2px solid #FFF;
    color: #FFF;
}
.btn-white:hover{
    background: rgba(255,255,255,0.8);
    color: rgba(53, 71, 84, 1.00);
}
.btn-blauw{
    background: #283593;
    background: linear-gradient(to bottom, #1E88E5 0%, #283593 100%);
    color: #FFF;
    transition:all 0.2s ease-in;
}
.btn-blauw:hover{
    transform: scale(1.02);
    color: #FFF !important;
    background: linear-gradient(to bottom, #1E88E5 100%, #283593 0%);
}
.btn-groen{
    background: #43a047;
    background: linear-gradient(to bottom, #43a047 0%, #2e7d32 100%);
    color: #FFF;
    transition:all 0.2s ease-in;
}
.btn-groen:hover{
    transform: scale(1.02);
}
.btn-grijs{
    border: 2px solid #edf4f8;
    color: #354754;
}
.btn-grijs i.eva{
    padding: 0 3px 0 3px;
}
.btn-grijs:hover{
    background: #edf4f8;
    color: #1e88e5;
}
.btn-grijs.downloaden-foto-veiligheid:hover{
    background: #fbe9e7;
    color: #ff7043;
    border: 2px solid #ff7043;
}

.btn-blauw-outline{
    border: 2px solid #293593;
    color: #354754;
}
.btn-blauw-outline i.eva{
    padding: 0 3px 0 3px;
}
.btn-blauw-outline:hover{
    background: #293593;
    color: #FFF;
}

.btn-rood{
    background: #d32f2f;
    color: #FFF;
    transition:all 0.2s ease-in;
}
.btn-zwart{
    border: 2px solid #000;
    color: #000;
}
.btn-zwart:hover{
    color: rgba(30, 136, 229, 1.00);
    border: 2px solid rgba(30, 136, 229, 1.00);
}
.btn-zwart-no-border{
    color: #000;
}
.btn-zwart-no-border:hover{
    color: #1e86e1;
}
.btn-small{
    padding: 5px;
}
.btn-inline{
    display: inline-block;
}
.btn-disabled{
    opacity: 0.4;
    cursor: not-allowed;
}
.btn-disabled:active{
    top: 0;
}
.center{
    width: 100%;
    text-align: center;
}
.downloaden-content-doorsturen-gegevens .btn-inline{
    margin: 0 0 10px 10px;
}
.btn-x-small{
    font-size: 13px;
    padding: 3px;
    line-height: 35px;
}
.btn-y-small{
    font-size: 12px;
    padding: 3px;
    position: relative;
    top: -2px;
    left: 10px;
}
.btn-preview-blauw{
    border: 2px solid #1c87e3;
    color: #1c87e3;
    padding: 5px;
}
.btn-preview-blauw:hover{
    background: #1c87e3;
    color: #FFF;
    transform: scale(1.2);
}
.btn-preview-blauw-2{
    border: 2px solid #1c87e3;
    color: #1c87e3;
    padding: 5px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    transition:all 0.2s ease-in;
}
.btn-preview-blauw-2:hover{
    background: #1c87e3;
    color: #FFF;
    transform: scale(1.2);
}

.btn-geel-selected{
    background: rgba(255, 238, 88, 1.00);
    border: 2px solid rgba(255, 238, 88, 1.00);
    color: #000;
}
.btn-geel-selected:hover{
    background: rgba(255, 238, 88, 1.00);
    border: 2px solid rgba(255, 238, 88, 1.00);
    color: #000;
}

.btn-privacy{
    background: #ffd587;
    font-size: 12px;
    font-family: 'f_r';
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}
.btn-privacy:hover{
    background: #ffca28;
}
.btn-privacy:active{
    position: relative;
    top: 2px;
}

.btn-veiligheid{
    background: #fbe9e7;
    color: #f44336;
    font-size: 12px;
    font-family: 'f_r';
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}
.btn-veiligheid:hover{
    background: #f44336;
    color: #FFF;
}
.btn-veiligheid:active{
    position: relative;
    top: 2px;
}
p.downloaden-foto-grid-veiligheid-row{
    margin-bottom: 20px;
}

.downloaden-foto-grid-item-info-small .btn-privacy{
    margin: 5px 0 5px 0;
    display: inline-block;
}

.grijs{
    color: #808080;
    font-size: 12px;
}

.eva-add-1{
    position: relative;
    top: 1px;
}
.eva-add-2{
    position: relative;
    top: 2px;
}
.eva-add-3{
    position: relative;
    top: 3px;
}
.eva-add-4{
    position: relative;
    top: 4px;
}
.eva-add-5{
    position: relative;
    top: 5px;
}
.eva-add-pad-r5{
    padding-right: 5px;
}

hr{
    height: 1px;
    background: linear-gradient(to right, #1E88E5 0%, #283593 100%);
    border: none;
    margin: 20px 0 20px 0;
}

.bottom-beeldbank-id{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 10px 10px 0;
}
.bottom-beeldbank-id a{
    color: #FFF;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    opacity: 0.5;
    text-decoration: none;
}
.bottom-beeldbank-id a:hover{
    opacity: 1;
}
.bold{
    font-family: 'f_b';
}

.box{
    padding: 15px;
    border-radius: 5px;
    margin-bottom:15px;
}
.box-error{
    background: #e53935;
    color: #FFF;
}
.box-valid{
    background: #00e676;
}
.box-warning{
    background: #ffab00;
}
.box-info{
    background: #eef5f8;
}
.box i.eva{
    position: relative;
    top: 2px;
}
.box-veiligheid{
    background: #fbe9e7;
    color: #f44336;
    margin: 10px 0 10px 0;
}

.clearfix:before,
.clearfix:after{
    content: " ";
    display: table;
}

.clearfix:after{
    clear: both;
}

.clearfix{
    *zoom: 1;
}

input[type=button],
input[type=submit]{
    cursor: pointer;
}
input:not[type=submit]:read-only,
textarea:read-only{
    background: #eef6f8;
}

.navigatie-container{
    padding: 0 0 0 5px;
    width: calc(100% - 10px);
}
    .navigatie{

    }
    .navigatie-pagina{
        font-family: 'f_b';
        padding-right: 10px;
    }

    .navigatie-selected,
    .navigatie-nummer,
    .navigatie-punten{
        font-size: 14px;
        font-family: 'f_b';
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
        transition:all 0.2s ease-in;
    }
        .navigatie-selected a,
        .navigatie-nummer a,
        .navigatie-punten a{
            text-decoration: none;
        }
        .navigatie-selected:hover,
        .navigatie-nummer:hover,
        .navigatie-punten:hover{
            transform: scale(1.1);
        }

    .navigatie-selected{
    background: #283593;
    background: linear-gradient(to bottom, #1E88E5 0%, #283593 100%);
        color: #FFF;
    }
        .navigatie-selected a{
            color: #FFF;
        }
    .navigatie-nummer,
    .navigatie-punten{
        background: #eef5f8;
    }
    .navigatie-nummer:hover,
    .navigatie-punten:hover{
        background: #1e88e5;
    }
        .navigatie-nummer:hover a,
        .navigatie-punten:hover a{
            color: #FFF;
        }

    @media all and (min-width: 601px){

        .navigatie-selected,
        .navigatie-nummer,
        .navigatie-punten{
            font-size: 14px;
            width: 40px;
            height: 40px;

        }

    }
    @media all and (max-width: 600px){
        .navigatie-pagina{
            display: none;
        }
        .navigatie-container::before{
            content: 'Pagina\'s:';
            font-family: 'f_b';
            font-size: 14px;
        }
        .navigatie-container{
            margin-bottom: 0;
        }

        .navigatie-selected,
        .navigatie-nummer,
        .navigatie-punten{
            font-size: 13px;
            width: 35px;
            height: 35px;

        }
    }

#hidden{
    display: none;
    opacity: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * *

    Secties

* * * * * * * * * * * * * * * * * * * * * * */

@media all and (min-width: 1201px){
    #top-nav{
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (max-width: 1200px){
    #top-nav{
        width: calc(100% - 10px);
        padding-left: 10px;
    }
}

#top-nav{
    position: relative;
    margin-bottom: -10px;
}

    #logo{
        font-family: 'f_b';
        text-align: center;
        width: 260px;
        padding: 10px 0 0 0;
    }
        #logo a{
            text-decoration: none;
        }
        .logo-naam{
            font-size: 36px;
            background: #283593;
            background: linear-gradient(to right, #1E88E5 0%, #283593 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .logo-sub{
            font-size: 18px;
            font-family: 'f_r';
            position: relative;
            top: -3px;
            background: #283593;
            background: linear-gradient(to right, #1E88E5 0%, #283593 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: -0.2em;
        }
        .logo-sub hr{
            margin: 5px 0 1px 0;
        }
        .logo-sub-beeldbank{
            font-family: 'f_ri';
            font-size: 16px;
        }
        .logo-sub-beeldbank-noodsite{
            font-family:'f_b'; font-size:24px; color:#f44336 !important;
            background: #e53935;
            background: linear-gradient(to right, #e53935 0%, #e53935 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            padding-bottom: 5px;
        }
        #logo a:hover .logo-naam,
        #logo a:hover .logo-sub{
            color: #283593;
        }

    @media all and (max-width: 420px){
        .top-nav-contact{
            display: none;
        }
    }
    .top-nav-contact{
        position: absolute;
        right: 0;
        top: 38px;
        font-size: 18px;
        color: #354754;
        padding-right: 10px;
    }
        .top-nav-contact i.eva{
            font-size: 14px;
            position: relative;
            top: 1px;
            padding: 0 5px 0 5px;
        }
        .top-nav-contact a{
            font-family: 'f_sb';
            border: 2px solid #edf3f8;
            padding: 5px 10px 5px 5px;
            border-radius: 5px;
            text-decoration: none;
            color: #354754;
            transition:all 0.2s ease-in;
        }
            .top-nav-contact a:hover{
                background: #eef4f8;
                color: #1e88e5;
            }
            .top-nav-contact a:active{
                position: relative;
                top: 2px;
            }

@media all and (min-width: 1201px){
    #nav{
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px 5px 0 0;
    }
}
@media all and (max-width: 1200px){
    #nav{
        width: 100%;
    }
}
#nav{
    height: 50px;
    background: #1E88E5;
    background: linear-gradient(to right, #1E88E5 0%, #283593 100%);
    margin-top: 10px;
}
    #nav ul{
        list-style-type: none;
        margin: 0 0 0 20px;
        padding: 0;
    }
        #nav ul li{
            margin: 0;
            padding: 15px 20px 0 10px;
            float: left;
        }
            #nav ul li a,
            #nav ul li.open-menu div.open-menu{
                color: #FFF;
                font-size: 18px;
                text-decoration: none;
                font-family: 'f_b';
                position: relative;
                cursor: pointer;
            }
                #nav ul li a::after,
                #nav ul li.open-menu div.open-menu::after{
                    position: absolute;
                    content: "";
                    width: 0%;
                    height: 2px;
                    background-color: #FFF;
                    left: 50%;
                    bottom: -5px;
                    transition: all 0.4s ease-in-out;
                }
                #nav ul li a:hover::after,
                #nav ul li.open-menu div.open-menu:hover::after{
                    width: 100%;
                    position: absolute;
                    left: 0;
                }
                #nav ul li a:active{
                    top: 2px;
                }
                #nav ul li.open-menu div.open-menu:active{
                    top: 0px;
                }
                #nav ul li.active a::after{
                    position: absolute;
                    content: "";
                    width: 0%;
                    height: 2px;
                    background-color: #eef5f8;
                    bottom: -5px;
                    width: 100%;
                    position: absolute;
                    left: 0;
                }
                #nav ul li a.active::after{
                    width: 100%;
                    position: absolute;
                    left: 0;
                    background-color: #70B1EC;
                }

                #nav ul li.open-menu span.open-menu{
                    cursor: pointer;
                    position: relative;
                    top: -3.5px;
                }

                #nav ul li .mijnselectie-count{
                    background: #ffee58;
                    color: #000;
                    padding: 2px 5px 2px 5px;
                    border-radius: 5px;
                    display: inline-block;
                    font-size: 13px;
                    position: relative;
                    top: -5px;
                }

        @media all and (min-width: 601px){

            li.open-menu{
                display: none;
            }

        }

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

            .in-menu{
                display: none;
            }

            li.open-menu{
                text-align: right;
                float: right;
            }            
        }

        #menu{
            z-index:100000;
            width:100%;
            height:120vh;
            background: #283593;
            background: linear-gradient(to bottom, #283593 0%, #1E88E5 800px);
            position:fixed;
            top:0;
            left:0;
        }

            #menu ul{
                width: 100%;
                list-style-type:none;
                padding:0;
                margin:0 0 0 0;
            }
            #menu ul.first-child{
                margin: 50px 0 0 0;
            }
                #menu ul li{
                    width:100%;
                    text-align:center;
                    padding:0 0 25px 0;
                }
                    #menu ul li a{
                        font-size:24px;
                        color:#FFF;
                        text-decoration: none;
                        font-family:'f_b';
                        position: relative;
                    }
                    #menu ul li a::after{
                        position: absolute;
                        content: "";
                        width: 0%;
                        height: 2px;
                        background-color: #FFF;
                        left: 50%;
                        bottom: -5px;
                        transition: all 0.4s ease-in-out;
                    }
                    #menu ul li a:hover::after{
                        width: 100%;
                        position: absolute;
                        left: 0;
                    }
                    #menu ul li a:active{
                        top: 2px;
                    }
                    #menu ul li a.active{
                        color: #70B1EC;
                    }
                    #menu ul li a.active::after{
                        width: 100%;
                        position: absolute;
                        left: 0;
                        background-color: #70B1EC;
                    }
            #menu hr{
                background: #FFF;
            }
            #menu .menu-sluit{
                position:absolute;
                right:30px;
                top:13px;
                font-size:24px;
                color:#FFF;
                cursor: pointer;
                transition:all 0.1s ease-in-out;
                -moz-transition:all 0.1s ease-in-out;
                -o-transition:all 0.1s ease-in-out;
                -webkit-transition:all 0.1s ease-in-out;
            }
            #menu .menu-sluit:hover{
                color:#d32f2f;
                transform: scale(1.1);
            }
            #menu i.eva{
                font-size: 36px;
            }

@media all and (min-width: 1201px){
    #search{
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .border-bottom-radius{
        border-radius: 0 0 5px 5px;
    }
}
@media all and (max-width: 1200px){
    #search{
        width: 100%;
    }
}

#search{
    background: #eef4f8;
    height: 45px;
    display: flex;
    flex-direction: row;
}
     
    .search-icon{
        width: 50px;
        flex-grow: 0;
        font-size: 24px;
    }
    .search-icon i{
        position: relative;
        left: 20px;
        top: 9px;
        color: #354754;
    }
    .search-input{
        width: 400px;
        flex-grow: 1;
    }
        #search input[type=text]{
            width: calc(100% - 30px);
            background: none;
            font-size: 18px;
            border: none;
            color: #354754;
            padding: 11px 15px 9px 15px;
        }  

        #search input[type=text]:focus{
            outline: none;
        }  

@media all and (min-width: 1201px){
    #media-toegang{
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (max-width: 1200px){
    #media-toegang{
        width: 100%;
    }
}

#media-toegang{
    box-sizing: border-box;
    background: #283593;
    background: linear-gradient(to right, #1E88E5 0%, #283593 100%);
    padding: 8px;
    display: flex;
    flex-direction: row;
    color: #FFF;
    font-size: 13px;
    font-family: 'f_l';
}
    .media-toegang-container{
        width: 100%;
        margin: -2px 0 -2px 0;
        text-align: right;
        padding-right: 10px;
        box-sizing: border-box;
    }
        .media-toegang-afnemer{
            font-family: 'f_sb';
            display: inline-block;
        }   
        .media-toegang-afnemer img{
            border: 1px solid #FFF;
            width: 15px;
            height: 15px;
            margin: 0 2px 0 8px;
            position: relative;
            top: 4px;
        }
        a .media-toegang-button{
            color: #FFF;
            text-decoration: none;
        }
        .media-toegang-button{
            display: inline-block;
            margin-left: 10px;
            border: 1px solid rgba(255,255,255,0.2);
            padding: 5px;
            border-radius: 5px;
            cursor: pointer;
            transition: 0.2s ease-in all;
        }
        .media-toegang-button:hover{
            border: 1px solid #FFF;
        }
        .media-toegang-button:active{
            position: relative;
            top: 2px;
        }
        @media all and (max-width: 700px){
            .media-toegang-hide{
                display: none;
            }
        }

@media all and (min-width: 1201px){
    #header-img{
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 5px 5px;
    }
}
@media all and (max-width: 1200px){
    #header-img{
        width: 100%;
    }
}

@media screen and (min-height: 601px){
    .header-img-container{
        height: 600px;
    }
}
@media screen and (min-height: 401px) and (max-height: 600px){
    .header-img-container{
        height: 400px;
    }
}
@media screen and (max-height: 400px){
    .header-img-container{
        height: 300px;
    }
}

#header-img{
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}
    .header-img-container{
        width: 100%;
        transition:all 0.2s ease-in-out;
        -moz-transition:all 0.2s ease-in-out;
        -o-transition:all 0.2s ease-in-out;
        -webkit-transition:all 0.2s ease-in-out;
        cursor: pointer;
    }
    #header-img:hover .header-img-container{
        transform: scale(1.02);
    }
    .header-img-overlay{
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 50px);
        font-size: 36px;
        color: #FFF;
        font-family: 'f_b';
        padding: 25px;
        background: rgba(0,0,0,0.2);
        text-shadow: 0 2px 5px rgba(0,0,0,0.5);
    }


@media all and (min-width: 1201px){
    #content{
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (max-width: 1200px){
    #content{
        width: calc(100%);
    }
}

#content{
    padding: 10px 0 10px 0;
    font-size: 16px;
}
    h1{
        font-size: 24px;
        font-family: 'f_b';
        font-weight: 700;
        margin: 0 0 15px 0;
    }
    h1.content-padding{
        padding: 10px 0 0 10px;
    }

    div.content-padding{
        padding: 10px 10px 0 10px;
    }

#form{
    width: 100%;
}

@media all and (min-width: 1201px){
    #form{
        min-height: 400px;
    }
        .form-left{
            width: calc(50% - 30px);
            float: left;
            height: 100%;
            padding: 15px;
        }

        .form-right{
            width: calc(50%);
            min-height: 400px;
            float: left;
        }

}
@media all and (min-width: 751px) and (max-width: 1200px){
    #form{
        min-height: 400px;
    }
        .form-left{
            width: calc(50% - 30px);
            float: left;
            height: 100%;
            padding: 15px;
        }

        .form-right{
            width: calc(50% - 15px);
            min-height: 400px;
            float: left;
            padding: 0 0 15px 0;
        }
}
@media all and (max-width: 750px){
    #form{
       margin: 0 15px 0 15px;
       width: calc(100% - 30px);
    }
        .form-left{
            width: calc(100% - 0px);
            padding-bottom: 30px;
        }

        .form-right{
            width: 100%;
        }
}

    .form-left{
        background: #FFF;
    }

        .form-left p {
            margin: 0;
            padding: 0;
            position:relative;
            display:inline-block;
        }

        .form-left label.input-label {
            padding:0;
            margin: 5px 0 0 10px;
            pointer-events: none;
            position:absolute;
            left:0;
            top:0;
            transition: 0.2s;
            transition-timing-function: ease;
            transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
            background: #fff;
            font-family: 'f_sb';
        }

        .form-left input[type=text], 
        .form-left input[type=password] {
            padding:10px;
            font-size: 24px;
            font-family: 'f_r';
            border: 2px solid #283593;
            border-radius: 5px;
            transition:all 0.2s ease-in;
        }
        .form-left input[type=text]:focus,
        .form-left input[type=password]:focus{
            border: 2px solid #1c7ed4;
        }

        .form-left input:focus + label.input-label, input:not(:placeholder-shown) + label.input-label {
            transform: scale(0.75) translateY(-70%) translateX(-14px);
            margin: 2px 0 0 5px;
            padding: 5px;
        }

        .form-left input:focus{
            outline: none;
        }

        .form-left input[type=submit]{
            font-size: 22px;
        }

    .form-right{
        position: relative;
        z-index: 0;
        background-size: cover;
        border-radius: 5px;
        transition: 0.2s;
        transition-timing-function: ease-in;
    }
        .form-right-text{
            font-size: 24px;
            z-index: 20;
            color: #FFF;
            text-align: center;
            width: calc(100% - 50px);
            height: 100%;
            padding: 25px;
        }
        .form-right-text i{
            font-size: 36px;
        }
        .form-right-background{
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -10;
            background: rgba(0,0,0,0.6);
            border-radius: 5px;
        }


@media all and (min-width: 1201px){
    .sets-gallery-item{
        max-width: calc(25% - 18px);
        margin: 0 8px 15px 8px;
    }
}
@media all and (min-width: 801px) and (max-width: 1200px){
    .sets-gallery-item{
        max-width: calc(33% - 18px);
        margin: 0 8px 15px 8px;
    }

}
@media all and (min-width: 451px) and (max-width: 800px){
    .sets-gallery-item{
        max-width: calc(50% - 18px);
        margin: 0 8px 15px 8px;
    }

}  
@media all and (max-width: 450px){
    .sets-gallery-item{
        max-width: calc(100% - 18px);
        margin: 0 8px 15px 8px;
    }
}    

    .sets-gallery{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sets-gallery-item{
        background: #dfecf2;
        border-radius: 5px;
        box-shadow: 0 0px 15px rgba(0,0,0,0.05);
        border: 1px solid #FFF;
        transition:all 0.2s ease-in;
        cursor: pointer;
    }
        .sets-gallery-item:hover{
            transform: scale(1.025);
            background: #283593;
            background: linear-gradient(to bottom, #1E88E5 0%, #283593 100%);
        }
        .sets-gallery-item:hover .sets-gallery-item-beschrijving,
        .sets-gallery-item:hover .sets-gallery-item-datum{
            color: #FFF;
        }
        .sets-gallery-item:active{
            position: relative;
            top: 2px;
        }
        .sets-gallery-item a{
            text-decoration: none;
            color: #000;
        }
        .sets-gallery-item-foto-count{
            position: absolute;
            bottom: 0;
            right: 0;
            margin: 0 10px 10px 0;
            background: rgba(0,0,0,0.75);
            color: #FFF;
            padding: 5px;
            border-radius: 5px;
            font-size: 12px;
            font-family: 'f_b';
        }
        div.sets-gallery-item-gallery-link{
            position: absolute;
            bottom: 25px;
            right: 0;
            margin: 0 10px 10px 0;
            background: rgba(0,0,0,0.75);
            color: #FFF;
            padding: 2px;
            border-radius: 5px;
            font-size: 18px;
            font-family: 'f_b';
        }
        a.sets-gallery-item-gallery-link:hover div{
            background: rgba(30, 136, 229, 0.75);
        }

    .sets-gallery-item-foto{
        text-align: center;
        position: relative;
    }
    .sets-gallery-item-foto i{
        padding: 5px;
    }
    .sets-gallery-item-foto img{
        width: 100%;
        height: auto;
        border-radius:  5px 5px 0 0;
    }

    .sets-gallery-item-datum{
        font-family: 'f_b';
        color: #283593;
        font-size: 14px;
        margin: 0 0 5px 0;
    }
    .sets-gallery-item-beschrijving{
        padding: 5px 15px 15px 15px;
    }
    .sets-gallery-item-titel{
        font-size: 20px;
        font-family: 'f_r';
    }

    .sets-search .btn{
        margin-left: 5px;
    }
    .sets-search-container{
        margin: 15px 5px 0 5px;
        width: calc(100% - 40px);
        padding: 10px;
        border: 2px solid #edf4f8;
        border-radius: 5px;
    }
    .sets-search-container input[name=trefwoord]{
        width: calc(100% - 20px);
    }
    .sets-search-container input[type=text],
    .sets-search-container input[type=date]{
        padding: 7px 5px 7px 5px;
        border: 2px solid #283593;
        border-radius: 5px;
        font-family: 'f_r';
        margin: 5px 0 0 0;
        font-size: 14px;
        transition:all 0.2s ease-in;
    }
    .sets-search-container input[type=date]:placeholder {
        color: #999;
    }
    .sets-search-container input[type=text]:focus,
    .sets-search-container input[type=date]:focus{
        border: 2px solid #1e88e5;
        outline: none;
    }

    .sets-search-container label:not(.categorie-label){
        font-family: 'f_b';
    }
    .sets-search-container label.categorie{
        display: inline-block;
        background: #eef5f8;
        margin: 10px 10px 0 0;
        padding: 6px;
        border-radius: 5px;
        cursor: pointer;
        border: 2px solid #eef5f8;
        transition:all 0.2s ease-in;
        font-family: 'f_r';
    }
    .sets-search-container label.categorie input[type=checkbox]{
        display: none;
    }

    .sets-search-container label.categorie i.eva{
        position:relative;
        top: 2px;
    }    
    .sets-search-container label.categorie-selected{
        color: #1e88e5;
        border: 2px solid #1e88e5;
    }

    .sets-aantal{
        padding: 0 0 0 8px;
        margin-bottom: 10px;
    }
        .vet{
            font-family: 'f_b';
        }
        .sets-aantal-count{
            padding: 5px;
            background: #eef5f8;
            border-radius: 5px;
        }
    .sets-omschrijving{
        margin: 10px 0 10px 0;
        padding: 5px 10px 5px 10px;
        line-height: 2em;
        background: #f6fafb;
        border-radius: 10px;
    }
    .sets-omschrijving ul{
        padding: 0 0 0 20px;
        margin: -10px 0 0 0;
    }
    .sets-omschrijving ul li{
        margin: 0;
        padding: 0 0 0 10px;
    }

.set-terug-zoekresultaat{
    margin: 15px 5px 20px 5px;
}
.set-titel{
    margin: 0 0 0 5px;
}
.set-datum{
    margin: 10px 0 10px 5px;
    font-family: 'f_sb';
    color: #283593;
}

.set-foto-container{
    width: calc(100% - 20px);
    display: flex;
    flex-wrap:  wrap;
    margin: 0 10px 0 10px;
}
    @media all and (min-width: 1101px){
        .set-foto-item{
            width: calc(20% - 10px);
            margin: 0 0 15px 0;
        }
        .set-foto-item-met-dropdown{
            width: calc(25% - 10px);
            margin: 0 0 15px 0;
        }
    }
    @media all and (min-width: 901px) and (max-width: 1100px){
        .set-foto-item{
            width: calc(20% - 10px);
            margin: 0 0 15px 0;
        }
        .set-foto-item-met-dropdown{
            width: calc(25% - 10px);
            margin: 0 0 15px 0;
        }
    }
    @media all and (min-width: 701px) and (max-width: 900px){
        .set-foto-item{
            width: calc(25% - 10px);
            margin: 0 0 15px 0;
        }
        .set-foto-item-met-dropdown{
            width: calc(33% - 10px);
            margin: 0 0 15px 0;
        }
    }
    @media all and (min-width: 501px) and (max-width: 700px){
        .set-foto-item{
            width: calc(33% - 10px);
            margin: 0 0 15px 0;
        }
        .set-foto-item-met-dropdown{
            width: calc(50% - 10px);
            margin: 0 0 15px 0;
        }
    }
    @media all and (min-width: 401px) and (max-width: 500px){
        .set-foto-item{
            width: calc(50% - 10px);
            margin: 0 0 15px 0;
        }
        .set-foto-item-met-dropdown{
            width: calc(70% - 10px);
            margin: 0 0 15px 0;
        }
    }
    @media all and (max-width: 400px){
        .set-foto-item{
            width: calc(50% - 10px);
            margin: 0 0 15px 0;
        }
        .set-foto-item-met-dropdown{
            width: calc(70% - 10px);
            margin: 0 0 15px 0;
        }
    }
    .set-foto-item.blur,
    .downloaden-foto-grid-item.blur{
        filter: blur(5px) grayscale(60%);
        opacity: 0.5;
    }
    .set-foto-container[data-soort=mijnselectie]{
        background: #eef6f8;
        padding: 10px 10px 0 10px;
        border-radius: 10px;
    }
    .set-foto-mijnselectie-info{
        font-size: 13px;
    }
    .set-foto-selecteren{
        text-align: right;
        margin-bottom: 25px;
    }

    .set-foto-item{
        text-align: center;
        margin: 0 10px 20px 0;
        transition: all 0.1s ease-in;
    }
        .set-foto-item .wadm-check{
            position: relative;
            left: 10px;
            bottom:  5px;
            width: 44px;
            height: auto;
        }
    .set-foto-item-opacity{
        opacity: 0.25;
    }
    .set-foto-item-opacity:hover{
        opacity: 1;
    }
    .set-foto-item img.preview{
        width: calc(100% - 10px);
        border-radius: 10px;
        transition:all 0.2s ease-in;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        z-index: 50;
    }
    .set-foto-item:not(.geen-zoom) img.preview:hover{
        box-shadow: 0 0 25px rgba(0,0,0,0.2);
        transform: scale(1.025);
    }
    .set-foto-item-afgekocht:not(.set-foto-item-mijnselectie) img.preview{
        outline:4px rgb(76, 175, 80) solid;
        outline-offset:-4px;        
    }
    .set-foto-item-mijnselectie img.preview{
        outline:4px rgba(255, 238, 88, 1.00) solid;
        outline-offset:-4px;
    }
    .set-foto-item-selected:not(.set-foto-item-mijnselectie) img.preview{
        outline:2px rgba(30, 136, 229, 1) solid;
        outline-offset:-2px;        
    }
    
    .set-foto-item.set-foto-bestelling{
        padding-bottom: 5px;
    }
    
    .set-foto-item-foto-id{
        font-size: 11px;
        font-family: 'f_b';
        color: #FFF;
        margin: 0 0 -20px 0;
        padding: 0;
        position: relative;
        top: -25px;
        text-shadow:
        -1px -1px 0 #000,
         0   -1px 0 #000,
         1px -1px 0 #000,
         1px  0   0 #000,
         1px  1px 0 #000,
         0    1px 0 #000,
        -1px  1px 0 #000,
        -1px  0   0 #000;
        text-align: center;
        opacity: 0.75;
    }

    .set-foto-item-preview{
        width: calc(100% - 40px);
        padding: 10px 10px 10px 10px;
        background: #131a20;
        border-radius: 10px;
        color: #FFF;
        margin: 0 10px 20px 5px;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        position: relative;
        text-align: left;
    }
    .set-foto-item-preview-arrow{

    }

    .set-foto-item-preview-container{
        width: 100%;
        display: table;
    }

    @media all and (min-width: 901px){

        .set-foto-item-preview-links{
            width: calc(50% - 22px);
            padding: 10px 10px 10px 10px;
            float: left;
            display: table-cell;
            vertical-align: middle;
        }
        .set-foto-item-preview-rechts{
            width: calc(50% - 22px);
            padding: 10px 10px 10px 10px;
            float: left;
            text-align: center;
            display: flex;
            flex-direction: row;
            justify-content:center;
            align-items: center;
        }   

    }
    @media all and (max-width: 900px){
        .set-foto-item-preview-links{
            width: calc(100% - 22px);
            padding: 10px 10px 10px 10px;
        }
        .set-foto-item-preview-rechts{
            display: none;
        }
    }
        .set-foto-item-preview-rechts-arrow-links,
        .set-foto-item-preview-rechts-arrow-rechts{
            float: left;
            display: inline-block;
            padding: 0 10px 0 10px;
            transition: all 0.2s ease-in;
            cursor: pointer;
            width: 45px !important;
        }
        .set-foto-item-preview-rechts-arrow-links:hover,
        .set-foto-item-preview-rechts-arrow-rechts:hover{
            transform: scale(1.1);
        }
        .set-foto-item-preview-rechts-arrow-links i,
        .set-foto-item-preview-rechts-arrow-rechts i{
            background: #6a727c;
            padding: 5px;
            border-radius: 5px;
            font-size: 24px;
            transition: all 0.2s ease-in;
        }

        .set-foto-item-preview-rechts-arrow-links:hover i,
        .set-foto-item-preview-rechts-arrow-rechts:hover i{
            background: #eef5f8;
            color: #000;
        }

        .set-foto-item-preview-image-container{
            position: relative;
            width: 400px;
            height: 267px;
            text-align: center;
            display: inline-block;
            float: left;
        }
        .set-foto-item-preview-open{
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(19, 26, 32, 0.55);
            color: #FFF;
            text-align: center;
            padding-top: 100px;
            width: 100%;
            height: calc(100% - 100px);
            opacity: 0;
            cursor: pointer;
            font-size: 20px;
            font-family: 'Noto Sans';
            font-weight: 700;
            transition:all 0.2s ease-in;
        }
        .set-foto-item-preview-open-vierkant{
            width: 100%;
            height: calc(100% + 100px);
        }        
        .set-foto-item-preview-open:hover{
            opacity: 1;
        }
        .set-foto-item-preview-staand{
            width: auto;
            height: 100%;
        }
        .set-foto-item-preview-liggend,
        .set-foto-item-preview-vierkant{
            width: 100%;
            height: auto;
        }
        .set-foto-item-preview-rechts img{
            box-shadow: rgba(0,0,5px,0.8);
        }

        .set-foto-item-preview table{
            width: 100%;
        }
        .set-foto-item-preview table tr td{
            font-family: 'Noto Sans';
            vertical-align: top;
            color: #FFF;
        }
            @media all and (min-width: 1001px){
                .set-foto-item-preview table tr td{
                    padding: 10px 10px 0px 10px;
                    font-size: 14px;
                }
                .set-foto-item-preview-staand-v2{
                    width: auto;
                    max-height: 105px;
                }
            }
            @media all and (min-width: 801px) and (max-width: 1000px){
                .set-foto-item-preview table tr td{
                    padding: 10px 10px 0px 10px;
                    font-size: 12px;
                }
                .set-foto-item-preview-staand-v2{
                    width: auto;
                    max-height: 105px;
                }
            }
            @media all and (min-width: 601px) and (max-width: 800px){
                .set-foto-item-preview table tr td{
                    padding: 10px 10px 0px 10px;
                    font-size: 12px;
                }    
                .set-foto-item-preview-staand-v2{
                    width: auto;
                    max-height: 105px;
                }            
            }
            @media all and (max-width: 600px){
                .set-foto-item-preview table tr td{
                    padding: 10px 10px 0px 10px;
                    font-size: 12px;
                }
                .set-foto-item-preview-staand-v2{
                    width: auto;
                    max-height: 205px;
                }
            }
        .set-foto-item-preview table tr td:nth-child(1){
            font-family: 'Noto Sans';
            font-weight: 500;
        }
        .set-foto-item-preview table tr.label td{
            padding-top: 20px;
            padding-bottom: 10px;
            font-family: 'Noto Sans';
            font-weight: 700;
            font-size: 20px;
            border-bottom: 1px solid #435666;
            position: relative;
        }
            .set-foto-item-relative{
                position: relative;
            }
            .set-foto-item-preview-vraagteken{
                position: relative;
                color: #FFF;
                transition:all 0.2s ease-in;
                left: 10px;
                text-decoration: none;
                font-size: 18px;
            }
            .set-foto-item-preview-vraagteken:hover{
                color: #1d84de;
                transform: scale(1.2);
            }
            .downloaden-foto-grid-item-info .set-foto-item-preview-vraagteken{
                color: #000;
            }

            div.set-foto-item-preview-tag{
                display: inline-block;
                padding: 5px;
                border: 1px solid rgba(185, 197, 208, 1.00);
                color: rgba(185, 197, 208, 1.00);
                text-decoration: none;
                margin: 0 10px 5px 0px;
                border-radius: 5px;
                font-size: 12px;
                font-family: 'Noto Sans';
                font-weight: 300;
                transition:all 0.1s ease-in;
            }
            div.set-foto-item-preview-tag:hover{
                border: 1px solid #1e88e5;
                color: #1e88e5;
                transform: scale(1.05);
            }
            .set-foto-item-preview-set-link{
                color: rgba(185, 197, 208, 1.00);
                text-decoration: none;
            }
            .set-foto-item-preview-set-link:hover{
                color: #1e88e5;
            }

        .set-foto-item-preview .mijnselectie-toevoegen{
            padding: 5px;
            font-size: 12px;
            border-radius: 5px;
            cursor: pointer;
            transition: all 0.2s ease-in;
        }
        .set-foto-item-preview .mijnselectie-toevoegen:not(.mijnselectie-toegevoegd){
            border: 2px solid #FFF;
            color: #FFF;
        }
            .set-foto-item-preview .mijnselectie-toegevoegd{
                border: 2px solid #ffee58;
                color: #000;
                background: #ffee58;
            }
        .set-foto-item-preview .mijnselectie-toevoegen i{
            font-size: 16px;
            position: relative;
            top: 2px;
        }
        .set-foto-item-preview .mijnselectie-toevoegen:not(.mijnselectie-toegevoegd):hover{
            color: #1f85e1;
            border: 2px solid #1f85e1;
        }
            .set-foto-item-preview .mijnselectie-toegevoegd:hover{
                color: #FFF;
                border: 2px solid #c62828;
                background: #c62828;
            }
        .set-foto-item-preview .mijnselectie-toevoegen:active{
            position: relative;
            top: 2px;
        }

        .set-foto-item.set-foto-mijnselectie{
            position: relative;
        }
        .set-foto-item.set-foto-mijnselectie .mijnselectie-verwijder{
            position: absolute;
            bottom: 15px;
            right: 15px;
            padding: 5px;
            background: rgba(0,0,0,0.5);
            color: #FFF;
            font-size: 24px;
            cursor: pointer;
            transition: all 0.2 ease-in;
            border-radius: 5px;
            transition: all 0.2s ease-in;
        }
        .set-foto-item.set-foto-mijnselectie .mijnselectie-verwijder{
            display: none;
        }
        .set-foto-item.set-foto-mijnselectie:hover .mijnselectie-verwijder{
            display: block;
        }
        .set-foto-item.set-foto-mijnselectie .mijnselectie-verwijder:hover{
            color: rgb(244, 67, 54);
        }
        .set-foto-item.set-foto-mijnselectie .mijnselectie-verwijder:active{
            bottom: 13px;
        }
        .set-aantalperpagina-container{
            display: block;
            content: "";
            clear: both;
            display: table;
            position: relative;
        }
            .set-aantalperpagina{
                border: 2px solid #edf4f8;
                color: #354754;
                display: inline-block;
                padding: 10px;
                border-radius: 5px;
                font-family: 'f_b';
                cursor: pointer;
                float: left;
                margin-bottom: 10px;
                transition: all 0.2s ease-in;
            }
                .set-aantalperpagina:hover{
                    background: #edf4f8;
                    color: #1e88e5;
                }   
            .set-aantalperpagina-dropdown{
                position: absolute;
                top: 45px;
                left: 30px;
                background: #FFF;
                border: 2px solid #edf5f8;
                border-radius: 5px;
                z-index: 100;
                box-shadow: 0 5px 15px rgba(0,0,0,0.15);
            }
            .set-aantalperpagina-dropdown ul{
                list-style-type: none;
                padding: 0;
                margin: 0;
            }
            .set-aantalperpagina-dropdown ul li{
                padding: 5px 5px 5px 15px;
                width: 160px;
                cursor: pointer;
                font-family: 'f_sb';
            }
            .set-aantalperpagina-dropdown ul li:hover{
                background: #eef6f8;
                color: #1e88e4;
            }

        .set-foto-item-preview-privacy{
            background: #ffd587;
            font-size: 12px;
            font-famiyl: 'f_r';
            color: #121a20;
            padding: 5px 10px 5px 10px;
            text-align: justify;
            border-radius: 5px;
        }

    .foto-preview-container{
        display: flex;
        justify-content: center;
        align-items: center;
        background: hsla(199, 39%, 95%, 0.25);
        padding: 10px 0 10px 0;
        border-radius: 10px;
        box-shadow: 0 0px 25px rgba(0,0,0,0.1);
        margin: 10px 0 10px 0;
    }  
        .foto-preview-container-galerij{
            width: calc(100%);
        }
        .foto-preview-arrow-links,
        .foto-preview-arrow-rechts{
            width: 100px;
            text-align: center;
        }
        .foto-preview-arrow-links i,
        .foto-preview-arrow-rechts i{
            font-size: 36px;
            background: #eef5f8;
            padding: 5px;
            border-radius: 5px;
            transition: all 0.2s ease-in;
            cursor: pointer;
        }
        .foto-preview-arrow-links a,
        .foto-preview-arrow-rechts a{
            text-decoration: none;
        }
        .foto-preview-arrow-links i:hover,
        .foto-preview-arrow-rechts i:hover{
            background: #8b97a0;
            color: #FFF;
            transform: scale(1.1);
        }
        .foto-preview-arrow-links i:active,
        .foto-preview-arrow-rechts i:active{
            position: relative;
            top: 2px;
        }
        .foto-preview-foto{
            width: 100%;
            max-width: 900px;
            height: auto;
            aspect-ratio: 3 / 2.15;
            text-align: center;
            background: #eef6f8;
            border-radius: 10px;
        }
            .foto-preview-foto-galerij{
                aspect-ratio:  3 / 2;
                border-radius: 0;
                background: #none;
            }
            @media all and (max-width: 560px){
                .foto-preview-foto-galerij img{
                    max-width: 100%;
                    height: auto;
                }
            }
        .foto-preview-foto .foto-preview-orientatie-liggend{
            width: 100%;
            height: auto;
        }
        .foto-preview-orientatie-staand{  
        }
        .foto-preview-foto img{
            transition: all 0.2s ease-in;
        }
        @media all and (min-height: 801px){
            .foto-preview-foto .foto-preview-orientatie-staand,
            .foto-preview-foto .foto-preview-orientatie-vierkant{
                max-height:800px;
                width: auto;        
            }
        }
        @media all and (min-height: 701px) and (max-height: 800px){
            .foto-preview-foto .foto-preview-orientatie-staand,
            .foto-preview-foto .foto-preview-orientatie-vierkant{
                max-height:700px;
                width: auto;
            }
        }
        @media all and (min-height: 601px) and (max-height: 700px){
            .foto-preview-foto .foto-preview-orientatie-staand,
            .foto-preview-foto .foto-preview-orientatie-vierkant{
                max-height:600px;
                width: auto;
            }
        }
        @media all and (min-height: 501px) and (max-height: 600px){
            .foto-preview-foto .foto-preview-orientatie-staand,
            .foto-preview-foto .foto-preview-orientatie-vierkant{
                max-height:500px;
                width: auto;
            }
        }
        @media all and (min-height: 401px) and (max-height: 500px){
            .foto-preview-foto .foto-preview-orientatie-staand,
            .foto-preview-foto .foto-preview-orientatie-vierkant{
                max-height:400px;
                width: auto;
            }
        }
        @media all and (max-height: 400px){
            .foto-preview-foto .foto-preview-orientatie-staand,
            .foto-preview-foto .foto-preview-orientatie-vierkant{
                max-height:300px;
                width: auto;
            }
        }
    .foto-preview-aantal .getal{
        font-family: 'f_sb';
    }
    .foto-preview-informatie{
        font-family: 'Noto Sans';
        border-radius: 10px;
        padding: 0 10px 10px 10px;
        width: calc(100% - 20px);
    }
    .foto-preview-informatie-links,
    .foto-preview-informatie-rechts{
        width: calc(50%);
        padding: 10px;
    }

    .foto-preview-informatie table{

    }
    .foto-preview-informatie table a{
        text-decoration: none;
    }
    .foto-preview-informatie table tr td{
        font-family: 'Noto Sans';
        vertical-align: top;
    }
        @media all and (min-width: 1001px){
            .foto-preview-informatie table tr td{
                padding: 10px 10px 0px 10px;
                font-size: 14px;
            }
        }
        @media all and (min-width: 801px) and (max-width: 1000px){
            .foto-preview-informatie table tr td{
                padding: 10px 10px 0px 10px;
                font-size: 12px;
            }
        }
        @media all and (min-width: 601px) and (max-width: 800px){
            .foto-preview-informatie table tr td{
                padding: 10px 10px 0px 10px;
                font-size: 12px;
            }                
        }
        @media all and (max-width: 600px){
            .foto-preview-informatie table tr td{
                padding: 10px 10px 0px 10px;
                font-size: 12px;
            }
        }

    @media all and (max-width: 500px){
        .foto-preview-informatie table,
        .foto-preview-informatie table thead,
        .foto-preview-informatie table tbody, 
        .foto-preview-informatie table tr,        
        .foto-preview-informatie table tr td{
            display: block;
        }      
        .foto-preview-informatie table tr td.foto-preview-info-kop{
            font-family: 'Noto Sans';
            font-weight: 500;
        }
    }
    @media all and (min-width: 501px){
         .foto-preview-informatie table tr td:nth-child(1){
            font-family: 'Noto Sans';
            font-weight: 500;
            width: 200px;
        }
    }

    .foto-preview-informatie table tr td{

    }
    .foto-preview-informatie table tr.label td{
        padding-top: 20px;
        padding-bottom: 10px;
        font-family: 'Noto Sans';
        font-weight: 700;
        font-size: 20px;
        border-bottom: 1px solid #435666;
        position: relative;
    }
        .foto-preview-informatie-vraagteken{
            position: relative;
            color: #283593;
            transition:all 0.2s ease-in;
            left: 10px;
            cursor: pointer;
        }
        .foto-preview-informatie-vraagteken:hover{
            color: #1d84de;
            transform: scale(1.2);
        }
        .set-foto-item-preview-vraagteken{
            position: relative;
            color: #FFF;
            transition:all 0.2s ease-in;
            left: 10px;
            cursor: pointer;
        }
        .set-foto-item-preview-vraagteken:hover{
            color: #1d84de;
            transform: scale(1.2);
        }

        .foto-preview-informatie-tag{
            display: inline-block;
            padding: 5px;
            border: 1px solid rgba(185, 197, 208, 1.00);
            text-decoration: none;
            margin: 0 10px 5px 0px;
            border-radius: 5px;
            font-size: 12px;
            font-family: 'Noto Sans';
            font-weight: 300;
            transition:all 0.1s ease-in;
        }
        .foto-preview-informatie-tag:hover{
            border: 1px solid #1e88e5;
            color: #1e88e5;
            transform: scale(1.05);
        }
        .foto-preview-informatie-set-link{
            color: rgba(185, 197, 208, 1.00);
            text-decoration: none;
        }
        .foto-preview-informatie-set-link:hover{
            color: #1e88e5;
        }
    .foto-preview-privacy{
        background: #ffd587;
        padding: 10px;
        border-radius: 0 0 10px 10px;
        font-size: 12px;
        text-align: left;
    }

    .foto-preview-knoppen{
        background: #eef5f8;
        padding: 7px 10px 15px 10px;
        margin-top: -3px;
        position: relative;
        text-align: left;
    }
    .foto-preview-knoppen-radius{
        border-radius: 0 0 10px 10px;
    }

        .foto-preview-knoppen .mijnselectie-toevoegen{
            padding: 5px;
            font-size: 12px;
            border-radius: 5px;
            cursor: pointer;
            transition: all 0.2s ease-in;
        }
        .foto-preview-knoppen .mijnselectie-toevoegen:not(.mijnselectie-toegevoegd){
            border: 2px solid #FFF;
            color: #354754;
        }
            .foto-preview-knoppen .mijnselectie-toegevoegd{
                border: 2px solid #ffee58;
                color: #000;
                background: #ffee58;
            }
        .foto-preview-knoppen .mijnselectie-toevoegen i{
            font-size: 20px;
            position: relative;
            top: 4px;
        }
        .foto-preview-knoppen .mijnselectie-toevoegen:not(.mijnselectie-toegevoegd):hover{
            color: #1f85e1;
            border: 2px solid #1f85e1;
        }
            .foto-preview-knoppen .mijnselectie-toegevoegd:hover{
                color: #FFF;
                border: 2px solid #c62828;
                background: #c62828;
            }
        .foto-preview-knoppen .mijnselectie-toevoegen:active{
            position: relative;
            top: 2px;
        }
        .foto-preview-knoppen .rechts{
            position: absolute;
            right: 10px;  
            bottom: 15px;          
        }
        .foto-preview-knoppen .rechts .btn{
            font-size: 12px;
        }

        .foto-preview-knoppen-login{
            font-size: 14px;
        }
        .foto-preview-knoppen-login a{
            font-family: 'f_b';
        }

    @media all and (min-width: 601px){
        .rechts-toon-small{
            display: none;
        }
    }
    @media all and (max-width: 600px){
        .rechts-verberg{
            display: none;
        }
    }

.zoeken-mededeling{
    width: 500px;
    padding: 15px;
    margin: 15px auto 15px auto;
    background: #eef5f8;
    text-align: center;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    background: #eef5f8;
    background: linear-gradient(to bottom, #268be5 0%, #283593 100%);
    color: #FFF;
    border-radius: 5px;
}
    .zoeken-mededeling-groot{
        font-size: 20px;
        font-weight: 700;
        font-family: 'Noto Sans';
        margin-bottom: 10px;
    }

    .zoeken-mededeling-laden{

    }
    .zoeken-mededeling-laden-loader {
      display: inline-block;
      position: relative;
      width: 80px;
      height: 80px;
    }
    .zoeken-mededeling-laden-loader div {
      box-sizing: border-box;
      display: block;
      position: absolute;
      width: 64px;
      height: 64px;
      margin: 8px;
      border: 8px solid #fff;
      border-radius: 50%;
      animation: zoeken-mededeling-laden-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #fff transparent transparent transparent;
    }
    .zoeken-mededeling-laden-loader div:nth-child(1) {
      animation-delay: -0.45s;
    }
    .zoeken-mededeling-laden-loader div:nth-child(2) {
      animation-delay: -0.3s;
    }
    .zoeken-mededeling-laden-loader div:nth-child(3) {
      animation-delay: -0.15s;
    }
    @keyframes zoeken-mededeling-laden-loader {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }

.zoeken-resultaten{
    padding: 7px;
    border-radius: 5px;
    margin-bottom: 14px;
}
.zoeken-resultaten tr td:nth-child(1){
    font-size: 16px;
    font-weight: 700;
    font-family: 'f_sb';
    vertical-align: top;
}
.zoeken-resultaten tr td:nth-child(2){
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    vertical-align: top;
}

.zoeken-suggesties{
    list-style-type: none;
    margin: 10px 0 10px 0;
    padding: 0;
}
.zoeken-suggesties li{
    padding: 10px;
    margin: 0 10px 0 10px;
    text-decoration: none;
    background: #eef5f8;
    display: inline-block;
    border-radius: 5px;
    color: #1e86e1;
    transition: 0.2s ease-in all;
    font-family: 'f_sb';
    white-space: nowrap;
}
.zoeken-suggesties li:hover{
    background: #1e86e1;
    color: #FFF;
}
.zoeken-suggesties li:active{
    position: relative;
    top: 2px;
}

.content-padding .mijnselectie-count{
    background: #ffee58;
    color: #000;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    position: relative;
    top: -5px;
}

@media all and (min-width: 1201px){
    #copyright,
    #footer{
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (max-width: 1200px){
    #copyright,
    #footer{
        width: calc(100%);
    }
}

#copyright{
    min-height: 250px;
    background: #1E88E5;
    background: linear-gradient(to right, #1E88E5 0%, #283593 100%);
}
@media all and (min-width: 1201px){
    #copyright{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
        border-top: 1px solid #FFF;
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
    }
}
    .copyright-footer {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-gap: 10px;
    }
        .copyright-footer .copyright-footer-item {
          padding: 25px;
        }
        .copyright-footer .copyright-footer-item{
            font-size: 14px;
            color: #FFF;
            font-family: 'f_sb';
        }
        .copyright-footer-item ul{
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        .copyright-footer-item ul li{
            padding: 0 0 8px 0;
        }
        .copyright-footer-item a{
            color: #FFF;
            text-decoration: none;
            font-family: 'f_r';
            border-bottom: 1px solid rgba(255,255,255,0.3);
            padding-bottom: 2px;
            transition: 0.2s ease-in all;
        }
        .copyright-footer-item a:hover{
            border-bottom: 1px solid #FFF;
        }
        .copyright-footer-item-social{
            margin: 10px 0 10px 0;
        }
        .copyright-footer-item-social a,
        .copyright-footer-item-social a div{
            text-decoration: none;
            border: none;
            transition: 0.2s ease-in all;
        }
        .copyright-footer-item-social a:hover,
        .copyright-footer-item-social a:hover div{
            text-decoration: none;
            border: none;
        }
        .copyright-footer-item-social div{
            display: inline-block;
            padding: 5px 8px 5px 8px;
            font-size: 24px;
            background: rgba(255,255,255,0.2);
            width: 25px;
            text-align: center;
            margin-right: 5px;
            border-radius: 5px;
        }
        .copyright-footer-item-social a[data-soort=x]:hover div{
            background: #FFF;
            color: #000;
        }
        .copyright-footer-item-social a[data-soort=youtube]:hover div{
            background: #FFF;
            color: #ff0201;
        }
        .copyright-footer-item-social a[data-soort=telegram]:hover div{
            background: #FFF;
            color: #3490ec;
        }
        .copyright-footer-item-social a[data-soort=instagram]:hover div{
            background: #FFF;
        }
        .copyright-footer-item-social a[data-soort=instagram]:hover div i{
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .copyright-footer-item[data-soort=certificaten] img{
            width: 100px;
            height: auto;
            margin-bottom: 10px;
        }
        .copyright-footer-item[data-soort=certificaten] a{
            border: none;
        }
        .copyright-footer-item[data-soort=certificaten] a img{
            margin: 10px 0 15px 0;
            transition: 0.1s ease-in all;
            padding-left: 5px;
        }
        .copyright-footer-item[data-soort=certificaten] a:hover img{
            transform: scale(1.1);
        }
        .copyright-footer-item[data-soort=certificaten] hr{ 
            background: rgb(238,245,248);
            background: -moz-linear-gradient(270deg, rgba(238,245,248,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(270deg, rgba(238,245,248,0) 0%, rgba(255,255,255,1) 100%);
            background: linear-gradient(270deg, rgba(238,245,248,0) 0%, rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eef5f8",endColorstr="#ffffff",GradientType=1); 
            height: 2px;
        }


#mijnselectie-message{
    position: fixed;
    bottom: 15px;
    right: 15px;
    width:300px;
    background: #FFF;
    z-index: 100;
    text-align: left;
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 4px solid #ffee58;
}
    .mijnselectie-message-sluiten{
        position: absolute;
        top: -18px; 
        right: -18px;
        font-size: 36px;
        transition: all 0.2s ease-in;
        cursor: pointer;       
    }
    .mijnselectie-message-sluiten:hover{
        color: #d32f2f;
    }

.account-gegevens{
    width: calc(100% - 10px);
    background: rgba(238, 245, 248, 1.00);
    border-radius: 5px;
    padding-bottom: 10px;
}
    .account-gegevens tr td{
        vertical-align: top;
    }
    @media all and (min-width: 501px){
        .account-gegevens:not(.account-gegevens-firstnotbold) tr td:nth-child(1),
        td.account-gegevens-kop{
            width: 200px;
        }
    }
    .account-gegevens:not(.account-gegevens-firstnotbold) tr td:nth-child(1){
        font-family: 'f_b';
        vertical-align: top;
    }
td.account-gegevens-kop{
    font-family: 'f_b';
}
.account-gegevens tr td input[type=text]{
    padding: 5px;
    border-radius: 5px;
    border: 1px solid rgba(40, 53, 147, 1.00);
    font-size: 14px;
    font-family: 'f_r';
    width: calc(100% - 10px);
}

.account-gegevens tr td textarea{
    width: calc(100% - 20px);
    padding: 5px;
    border-radius: 5px;
    border: 1px solid rgba(40, 53, 147, 1.00);
    font-family: 'f_r';
    font-size: 14px;
}
.account-gegevens tr td hr{
    margin: -5px 0 -10px 0;
    background: #000;
}

textarea::placeholder{
    color: #bdbdbd;
}
textarea.input-rood::placeholder{
    color: #FFF;
}

@media all and (max-width: 500px){
    .account-gegevens,
    .account-gegevens tr,
    .account-gegevens td {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }
    .account-gegevens tr td input[type=text],
    .account-gegevens tr td textarea{
        width: calc(100% - 10px);
    }
}
.account-gegevens tr td{
    padding: 10px;
}
.account-gegevens hr{
    margin: 0;
}
.account-bestandsnaam{
    font-size:12px; 
    font-family:'f_sb'; 
    padding:5px 0 2px 0;
}
.account-gegevens ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.account-gegevens ul li{
    border: 1px solid #293593;
    padding: 5px;
    margin-bottom: 5px;
    display: block;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'f_l';
}
.account-gegevens ul li .naam{
    font-family: 'f_sb';
}

.download-laden{
    width: 100%;
    text-align: center;
    max-width: 500px;
}
    .download-laden-loader {
      display: block;
      position: relative;
      width: 24px;
      height: 24px;
      vertical-align: middle;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
    }
    .download-laden-loader div {
      box-sizing: border-box;
      display: block;
      position: absolute;
      width: 24px;
      height: 24px;
      margin: 3px;
      border: 3px solid #283593;
      border-radius: 50%;
      animation: download-laden-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #283593 transparent transparent transparent;
    }
    .download-laden-loader div:nth-child(1) {
      animation-delay: -0.45s;
    }
    .download-laden-loader div:nth-child(2) {
      animation-delay: -0.3s;
    }
    .download-laden-loader div:nth-child(3) {
      animation-delay: -0.15s;
    }
    @keyframes download-laden-loader {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }

    .download-laden-ti {
        display: block;
        position: relative;
        vertical-align: middle;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        font-size: 36px;
        color: #4caf50;
    }

.download-filesize{
    font-size: 10px;
    font-family: 'f_r';
    position: relative;
    top: -5px;
}

#foutmelding{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
}
    #foutmelding i.ti-x{
        font-size: 82px;
        color: #e53935;
    }
    #foutmelding i.ti-info-circle{
        font-size: 82px;
        color: #1e88e5;
    }

@media all and (min-width: 1221px){
    .downloaden-tabs{
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: calc(100% + 10px);
        box-sizing: border-box;
    }
    .downloaden-tabs.downloaden-tabs-4st .downloaden-tab-item{
        width: calc(25% - 7px);
    }
    .downloaden-tabs.downloaden-tabs-3st .downloaden-tab-item{
        width: calc(33% - 7px);
    }
}
@media all and (max-width: 1220px){
    .downloaden-tabs{
        list-style-type: none;
        width:calc(100%);
    }
    .downloaden-tabs.downloaden-tabs-4st .downloaden-tab-item{
        width: calc(25% - 5px);
    }
    .downloaden-tabs.downloaden-tabs-3st .downloaden-tab-item{
        width: calc(33% - 5px);
    }
}
    

.downloaden-tabs .downloaden-tab-item{
    display: inline-block;
    text-align: center;
    font-family: 'f_sb';
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 5px;
    cursor: pointer;
    box-sizing: border-box;
}
@media all and (min-width: 701px){
    .downloaden-tabs .downloaden-tab-item{
        padding: 10px 0 10px 0;
    }
}
@media all and (max-width: 700px){
    .downloaden-tabs .downloaden-tab-item{
        padding: 7px 2px 7px 2px;
        font-size: 13px;
    }
}
@media all and (max-width: 360px){
    .downloaden-tabs .downloaden-tab-item i{
        display: block;
        white-space: pre;
    }
}
@media all and (min-width: 701px){ 
    .downloaden-tabs .downloaden-tab-item:not(.downloaden-tab-item-disabled):not(.downloaden-tab-item-actief){
        border-top: 4px solid #e5e7eb;
        border-left: 4px solid #e5e7eb;
        border-right: 4px solid #e5e7eb;    
    }
    .downloaden-tabs .downloaden-tab-item.downloaden-tab-item-disabled{
        border-top: 4px solid #CCC;
        border-left: 4px solid #CCC;
        border-right: 4px solid #CCC;
    }
      
    .downloaden-tabs .downloaden-tab-item-actief{
        border-top: 4px solid #293593;
        border-left: 4px solid #293593;
        border-right: 4px solid #293593;
    }
    .downloaden-tabs .downloaden-tab-item:not(.downloaden-tab-item-actief):not(.downloaden-tab-item-disabled):hover{
        border-top: 4px solid #293593;
        border-left: 4px solid #293593;
        border-right: 4px solid #293593;
    }
}

@media all and (max-width: 700px){ 
    .downloaden-tabs .downloaden-tab-item:not(.downloaden-tab-item-disabled):not(.downloaden-tab-item-actief){
        border-top: 2px solid #e5e7eb;
        border-left: 2px solid #e5e7eb;
        border-right: 2px solid #e5e7eb;    
    }
    .downloaden-tabs .downloaden-tab-item.downloaden-tab-item-disabled{
        border-top: 2px solid #CCC;
        border-left: 2px solid #CCC;
        border-right: 2px solid #CCC;
    }
      
    .downloaden-tabs .downloaden-tab-item-actief{
        border-top: 2px solid #293593;
        border-left: 2px solid #293593;
        border-right: 2px solid #293593;
    }
    .downloaden-tabs .downloaden-tab-item:not(.downloaden-tab-item-actief):not(.downloaden-tab-item-disabled):hover{
        border-top: 2px solid #293593;
        border-left: 2px solid #293593;
        border-right: 2px solid #293593;
    }
}
.downloaden-tabs .downloaden-tab-item:not(.downloaden-tab-item-disabled):not(.downloaden-tab-item-actief){
    color: #354754;
    background: #f2f3f6;
    transition: all 0.2s ease-in;    
}
.downloaden-tabs .downloaden-tab-item.downloaden-tab-item-disabled{
    color: #CCC;
    cursor: not-allowed;
}
    .downloaden-tab-item i.eva{
        position: relative;
        top: 2px;
    }
.downloaden-tabs .downloaden-tab-item-actief{
    background: rgb(41,53,147);
    background: -moz-linear-gradient(0deg, rgba(41,53,147,1) 0%, rgba(30,136,229,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(41,53,147,1) 0%, rgba(30,136,229,1) 100%);
    background: linear-gradient(0deg, rgba(41,53,147,1) 0%, rgba(30,136,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#293593",endColorstr="#1e88e5",GradientType=1);  
    color: #FFF;
}
.downloaden-tabs .downloaden-tab-item:not(.downloaden-tab-item-actief):not(.downloaden-tab-item-disabled):hover{
    background: #293593;
    color: #FFF;
}
.downloaden-tab-content{
    position: relative;
}
@media all and (min-width: 1221px){
    .downloaden-tab-container{
        width: calc(100% + 10px);
        margin: 0;
        border-top: 4px solid #293593;
        min-height: 400px;
         background: rgb(41,53,147);
        background: -moz-linear-gradient(180deg, rgba(41,53,147,1) 0%, rgba(30,136,229,1) 100px, rgba(255,255,255,1) 400px);
        background: -webkit-linear-gradient(180deg, rgba(41,53,147,1) 0%, rgba(30,136,229,1) 100px, rgba(255,255,255,1) 400px);
        background: linear-gradient(180deg, rgba(41,53,147,1) 0%, rgba(30,136,229,1) 100px, rgba(255,255,255,1) 400px);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#293593",endColorstr="#ffffff",GradientType=1); 
        border-top-right-radius: 10px;
    }
}
@media all and (max-width: 1220px){
    .downloaden-tab-container{
        width: calc(100%);
        border-top: 4px solid #293593;
    }
}
@media all and (min-width: 1221px){
    .downloaden-tab-content{
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        min-height: 400px;
        background: #FFF;
        padding: 10px;
        border-top-right-radius: 5px;
    }
    .downloaden-tab-content h2{
        margin: 0;
        padding: 0;
    }
}
@media all and (max-width: 1220px){
    .downloaden-tab-content{
        width: calc(100% - 20px);
        background: #FFF;
        min-height: 400px;
        padding: 10px;
    }

}

.downloaden-tab-content-titel{
    width: calc(100% - 20px);
    padding: 10px;
    text-align: center;
    background: -moz-linear-gradient(180deg, rgba(41,53,147,1) 0%, rgba(30,136,229,1) 100px, rgba(255,255,255,1) 400px);
    background: -webkit-linear-gradient(180deg, rgba(41,53,147,1) 0%, rgba(30,136,229,1) 100px, rgba(255,255,255,1) 400px);
    background: linear-gradient(180deg, rgba(41,53,147,1) 0%, rgba(30,136,229,1) 100px, rgba(255,255,255,1) 400px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#293593",endColorstr="#ffffff",GradientType=1); 
    color: #FFF;
    transition: all 0.2s ease-in;
}
.downloaden-tab-content[data-soort=informatie] .downloaden-tab-content-titel{
    cursor: pointer;
}
    @media all and (min-width: 1221px){
        .downloaden-tab-content-titel{
            border-top-right-radius: 7.5px;
        }
    }
    .downloaden-tab-content-titel h2{
        margin: 0;
    }
    @media all and (max-width: 600px){
        .downloaden-tab-content-titel h2{
            font-size: 16px;
        }
        .downloaden-tab-content-titel-aantal{
            font-size: 14px;
        }
    }
    .downloaden-tab-content-titel-aantal{
        margin-top: 5px;
        transition: all 0.2s ease-in;
    }
.downloaden-tab-content-center{
    width: calc(100% - 20px);
    padding: 10px;
    margin-top: 10px;
    text-align: center;
}
        .downloaden-tab-content-zip-filesize{
            font-size: 11px;
            font-family: 'f_l';
            position: relative;
            top: -1px;
        }
    .downloaden-tab-content-preview{
        width: calc(100% - 20px);
        padding: 10px 10px 0 10px;
        margin-bottom: -10px;
    }
    @media all and (min-width: 801px){
        .downloaden-tab-content-preview img{
            width: calc(20% - 20px);
            margin: 10px;
            border-radius: 10px;
        }
    }
    @media all and (min-width: 501px) and (max-width: 800px){
         .downloaden-tab-content-preview img{
            width: calc(20% - 10px);
            margin: 5px;
            border-radius: 7.5px;
        }
    }
    @media all and (max-width: 500px){
         .downloaden-tab-content-preview img{
            width: calc(20% - 5px);
            margin: 2.5px;
            border-radius: 7.5px;
        }
    }
    .downloaden-tab-content-preview img{
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
.h2-vet{
    font-family: 'f_b';
}

.downloaden-foto-grid{
    width: 100%;
}

    .downloaden-foto-grid-simpel > .downloaden-foto-grid-item > .downloaden-foto-grid-item-info{
        display: none;
    }

    .downloaden-foto-grid-simpel{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .downloaden-foto-grid-simpel > .downloaden-foto-grid-item{
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .downloaden-foto-grid-simpel > .downloaden-foto-grid-item > .downloaden-foto-grid-item-foto img{
            border-radius: 7.5px;
            margin-bottom: 10px;
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
        }
    @media all and (min-width: 801px){
    
        .downloaden-foto-grid-normaal > .downloaden-foto-grid-item{
            margin-left: auto;
            margin-right: auto;
        }
        .downloaden-foto-grid-normaal > .downloaden-foto-grid-item > .downloaden-foto-grid-item-foto{
            width: 300px;
        }
        .downloaden-foto-grid-simpel > .downloaden-foto-grid-item > .downloaden-foto-grid-item-foto img{
            width: 150px;
        }
        .downloaden-foto-grid-simpel > .downloaden-foto-grid-item > .downloaden-foto-grid-item-foto > .downloaden-foto-grid-item-info-small{
            font-size: 12px;
        }
        .downloaden-foto-grid-simpel > .downloaden-foto-grid-item{
            padding: 0 10px 15px 10px;
            margin-bottom: 15px;
        }
        .downloaden-foto-grid-simpel > .downloaden-foto-grid-item > .downloaden-foto-grid-item-foto > .downloaden-foto-grid-item-info-small > .downloaden-foto-grid-item-info-small-links{
            margin-top: 10px;
        }
        .downloaden-foto-grid-item-info-small-links-break{
            display: none;
        }
        
        .downloaden-foto-grid-normaal > .downloaden-foto-grid-item > .downloaden-foto-grid-item-info{
            padding-left: 20px;
        }
    }

    .downloaden-foto-grid-normaal > .downloaden-foto-grid-item > .downloaden-foto-grid-item-foto > .downloaden-foto-grid-item-info-small{
        display: none;
    }

    @media all and (min-width: 461px) and (max-width: 800px){
        .downloaden-foto-grid-normaal .downloaden-foto-grid-item-foto{
            width: 35%;
            padding-top: 15px;
        }
        .downloaden-foto-grid-simpel > .downloaden-foto-grid-item > .downloaden-foto-grid-item-foto{
            width: 200px;
        }
        .downloaden-foto-grid-simpel > .downloaden-foto-grid-item > .downloaden-foto-grid-item-foto img{
            width: 175px;
        }

        .downloaden-foto-grid-simpel > .downloaden-foto-grid-item{
            padding: 0 10px 15px 10px;
            margin-bottom: 15px;
        }
        .downloaden-foto-grid-simpel > .downloaden-foto-grid-item > .downloaden-foto-grid-item-foto > .downloaden-foto-grid-item-info-small{
            font-size: 12px;
        }
        .downloaden-foto-grid-simpel > .downloaden-foto-grid-item > .downloaden-foto-grid-item-foto > .downloaden-foto-grid-item-info-small > .downloaden-foto-grid-item-info-small-links{
            margin-top: 10px;
        }
        .downloaden-foto-grid-item-info-small-links-break{
            height: 0;
            margin: 0 0 20px 0;
            overflow: hidden;
        }
    }

    @media all and (max-width: 600px){
        .downloaden-foto-grid-normaal .downloaden-foto-grid-item-info table tr td:nth-child(1){
            display: none;
        }
        .downloaden-foto-grid-simpel > .downloaden-foto-grid-item{
            padding: 0 10px 15px 10px;
            margin-bottom: 15px;
        }
    }

    @media all and (min-width: 461px){
        .downloaden-foto-grid-normaal .downloaden-foto-grid-item{
            padding: 5px;
            display: table;
            margin-top: 15px;
            margin-bottom: 10px;
        }
        .downloaden-foto-grid-normaal .downloaden-foto-grid-item-foto{
            display: table-cell;
        }
        .downloaden-foto-grid-normaal .downloaden-foto-grid-item-info{
            display: table-cell;
            vertical-align: top;
            padding: 10px;
        }
    }    
    @media all and (max-width: 460px){
        .downloaden-foto-grid-normaal .downloaden-foto-grid-item{
            margin-top: 15px;
            margin-bottom: 10px;
        }
        .downloaden-foto-grid-normaal .downloaden-foto-grid-item-foto,
        .downloaden-foto-grid-normaal .downloaden-foto-grid-item-info{
            margin-left: auto;
            margin-right: auto;
        }
        .downloaden-foto-grid-normaal .downloaden-foto-grid-item-foto{
            width: calc(100% - 20px);
        }
        .downloaden-foto-grid-normaal .downloaden-foto-grid-item-info{
            padding: 10px 0 10px 10px;
        }

        .downloaden-foto-grid-simpel > .downloaden-foto-grid-item > .downloaden-foto-grid-item-foto{
            width: calc(100% - 20px);
        }
        .downloaden-foto-grid-simpel > .downloaden-foto-grid-item > .downloaden-foto-grid-item-foto img{
            width: calc(100% - 25px);
        }
        .downloaden-foto-grid-simpel > .downloaden-foto-grid-item > .downloaden-foto-grid-item-foto > .downloaden-foto-grid-item-info-small{
            font-size: 11px;
        }
        .downloaden-foto-grid-simpel > .downloaden-foto-grid-item > .downloaden-foto-grid-item-foto > .downloaden-foto-grid-item-info-small > .downloaden-foto-grid-item-info-small-links{
            margin-top: 10px;
        }
        .downloaden-foto-grid-item-info-small-links-break{
            height: 0;
            margin: 0 0 20px 0;
            overflow: hidden;
        }
        .downloaden-foto-selecteren{
            margin: 15px 0 25px 0;
        }
    }
    .downloaden-foto-grid-normaal .downloaden-foto-grid-item-foto img{
        width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
        .downloaden-foto-grid-item-vraagteken{
            position: relative;
            color: #000000;
            transition:all 0.2s ease-in;
            left: 10px;
        }
        .downloaden-foto-grid-item-vraagteken:hover{
            color: #1d84de;
            transform: scale(1.2);
        }
    .downloaden-foto-grid-normaal .downloaden-foto-grid-item-info table tr td{
        font-size: 13px;
        vertical-align: top;
    }
    .downloaden-foto-grid-normaal .downloaden-foto-grid-item-info table tr td:nth-child(1){
        font-family: 'f_sb';
        padding-right: 10px;
    }
    .downloaden-foto-grid-simpel{
        margin-top: 25px;
    }
    .downloaden-foto-grid-item-gebruik{
        display: inline-block;
        background: #f2f3f7;
        padding: 5px;
        border-radius: 3px;
        cursor: pointer;
        font-family: 'f_r';
        font-size: 14px;
        transition: 0.1s ease-in all;
    }
         .downloaden-foto-grid-simpel > .downloaden-foto-grid-item > .downloaden-foto-grid-item-foto > .downloaden-foto-grid-item-info-small > .downloaden-foto-grid-item-info-small-links > .downloaden-foto-grid-item-gebruik{
            margin:10px 0 0 0;
        }
        .downloaden-foto-grid-item-gebruik.ongebruikt{
            color: #9e9e9e;
        }
        .downloaden-foto-grid-item-gebruik.ongebruikt:hover{
            color: #000;
        }
        .downloaden-foto-grid-item-gebruik.gebruikt{
            color: #00c853;
        }
        .downloaden-foto-grid-item-gebruik.gebruikt:hover{
            color: #000;
        }
        ul.downloaden-foto-grid-item-gebruik-list{
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        ul.downloaden-foto-grid-item-gebruik-list li{
            font-size: 12px;
            margin: 5px 0 5px 0;
        }
        ul.downloaden-foto-grid-item-gebruik-list li,
        ul.downloaden-foto-grid-item-gebruik-list li a{
            font-family: 'f_r';
            color: #00c853;
        }
            ul.downloaden-foto-grid-item-gebruik-list i.ti-check{
                padding: 0 5px 0 5px;
            }
            ul.downloaden-foto-grid-item-gebruik-list li a:hover{
                color: #000;
            }
    .downloaden-foto-veiligheid{
        display: inline-block;
        margin-left: 5px;
    }
.downloaden-tab-info-acceptatie{
    margin: 10px 0 10px 0;
    padding: 10px 10px 20px 10px;
    background: #eef6f8;
    border-top-right-radius: 10px;
}
    .downloaden-tab-info-acceptatie ul li{
        margin-top: 10px;
    }
    .downloaden-tab-info-acceptatie .box-valid{
        margin: 10px 0 0 10px;
    }
    .downloaden-acceptatie-tekst-nederlands,
    .downloaden-acceptatie-tekst-engels{
        position: relative;
    }
        .downloaden-acceptatie-tekst-taal-trigger{
            position: absolute;
            top: 0;
            right: 0;
        }
        .downloaden-acceptatie-tekst-taal-trigger img{
            cursor: pointer;
            opacity: 0.5;
        }
        .downloaden-acceptatie-tekst-taal-trigger:hover img{
            opacity: 1;
        }
        .downloaden-acceptatie-tekst-taal-trigger:active img{
            position: relative;
            top: 2px;
        }
    .download-tab-info-close{
        color: #000;
        width: calc(100% - 10px);
        margin-left: 10px;
        text-align: center;
        font-size: 24px;
        margin-bottom: -5px;
        cursor: pointer;
        opacity: 0.5;
    }
    .download-tab-info-close:hover{
        opacity: 1;
        background: rgba(255,255,255,0.4);
    }
.downloaden-tab-info-photostack{
    width: calc(100% - 20px);
    background: #f2f3f6;
    padding: 10px;
    overflow: hidden;
    box-shadow: inset -5px -5px 5px #f2f3f6;
    position: relative;
    display: table;
}
    .downloaden-tab-info-photostack-content{
        margin: 0;
        padding: 3px 0 3px 0;
        border-radius: 5px;
        text-align: center;
    }
    .downloaden-tab-info-photostack-content img{
        border: 0px solid #FFF;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        padding: 0;
        cursor: pointer;
        transition: 0.2s all ease-in;
    }
    .downloaden-tab-info-photostack-content img:hover{
        transform: scale(1.05);
    }

    .downloaden-tab-info-photostack-content img{
        width: calc(16.65% - 8px);
        height: auto;
        margin: 3px 3px -1px 3px;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        border-radius: 5px;
    }
    .downloaden-tab-info-photostack-tekst{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        font-size: 24px;
        font-family: 'f_sb';
    }
.downloaden-tab-info-container{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
    
    .downloaden-tab-info-container-gebruik{
        background: #eef5f8;
        font-size: 14px;
        padding: 10px;
        margin: 5px 0 0 0;
        border-radius: 5px;
    }
    @media all and (max-width: 600px){
        .downloaden-tab-info-container{
            font-size: 14px;
        }
        .downloaden-tab-info-container-gebruik{
            font-size: 12px;
        }
    }
    .downloaden-tab-info-container table{
        border-spacing: 0;
        border-collapse: collapse;
    }
    .downloaden-tab-info-container table[data-soort=gebruiksvoorwaarden] tr td{
        cursor: help;
    }
    .downloaden-tab-info-container table[data-soort=gebruiksvoorwaarden] tr:hover td{
        background: #f2f3f6;
    }
    .downloaden-tab-info-container table[data-soort=gebruiksvoorwaarden] tr:active td{
        background: #eef5f8;
        position: relative;
        top: 2px;
    }
    .downloaden-tab-info-container table tr td:nth-child(1){
        width: 50px;
        text-align: center;
        vertical-align: top;
    }
    .downloaden-tab-info-container table tr td{
        padding-top: 7.5px;
        padding-bottom: 7.5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .downloaden-tab-info-container table tr td i.ti-check,
    .downloaden-tab-info-container table tr td i.ti-alert-triangle,
    .downloaden-tab-info-container table tr td i.ti-x{
        position: relative;
        top: 4px;
        left: 5px;
        font-size: 12px;
        margin-left: -10px;
    }
    .downloaden-tab-info-container table tr td i.ti-check{
        color: #43a047;
    }
    .downloaden-tab-info-container table tr td i.ti-alert-triangle{
        color: #ff8f00;
    }
    .downloaden-tab-info-container table tr td i.ti-x{
        color: #d32f2f;
    }
        .downloaden-tab-info-vet{
            font-family: 'f_sb';
            font-size: 12px;
        }
    .linkto-licentie,
    .linkto-fotos:not(.btn){
        color: #1e88e5;
        text-decoration: underline;
        cursor: pointer;
    }
    .linkto-fotos:hover,
    .linkto-licentie:hover{
        color: #293593;
    }
.downloaden-tab-switch{
    background: #f2f3f6;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.2s ease-in;
}
.downloaden-tab-switch:hover{
    background: #e5e7eb;
}
.downloaden-tab-switch-item{
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    text-align: center;
    color: #424242;
    font-size: 13px;
    font-family: 'f_sb';
    cursor: pointer;
}
.downloaden-tab-switch-item:hover{
    color: #293593;
}
.downloaden-tab-switch-item-actief{
    background: #FFF;
    border-radius: 7.5px;
}
.downloaden-foto-selecteren{
    display: inline-block;
    margin-top: 20px;
}
    .btn-download-oranje-selected,
    .btn-download-oranje-selected:hover{
        background: #f4511e;
        border: 2px solid #f4511e;
        color: #FFF;
    }

.downloaden-foto-grid-item-foto img,
.downloaden-foto-grid-item-info{
    transition: opacity 0.2s ease-in,
                outline 0.2s ease-in,
                transform 0.2s ease-in;
}
.downloaden-foto-grid-selecteren-actief .downloaden-foto-grid-item:not(.downloaden-foto-grid-item-geselecteerd) .downloaden-foto-grid-item-foto img,
.downloaden-foto-grid-selecteren-actief .downloaden-foto-grid-item:not(.downloaden-foto-grid-item-geselecteerd) .downloaden-foto-grid-item-info,
.downloaden-foto-grid-selecteren-actief .downloaden-foto-grid-item:not(.downloaden-foto-grid-item-geselecteerd) .downloaden-foto-grid-item-info-small{
    opacity: 0.3;
}
.downloaden-foto-grid-selecteren-actief .downloaden-foto-grid-item .downloaden-foto-grid-item-foto img{
    cursor: pointer;
}
.downloaden-foto-grid-selecteren-actief .downloaden-foto-grid-item .downloaden-foto-grid-item-foto img:hover{
    transform: scale(1.025);
    opacity: 1;
}
.downloaden-foto-grid-item-geselecteerd img{
    outline:4px #f4511e solid;
    outline-offset:-4px;    
    opacity: 1;    
}
.downloaden-foto-selecteren-acties{
    display: inline-block;
    position: relative;
}
    .downloaden-foto-selecteren-acties-items{
        position: absolute;
        z-index: 100;
        background: #FFF;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
        padding: 10px 10px 0 10px;
        border-radius: 5px;
        font-family: 'f_sb';
        margin-top: 15px;
        width: 300px;
        font-size: 14px;
        border: 2px solid #FFF;
    }
    @media all and (max-width: 540px){
        .downloaden-foto-selecteren-acties-items{
            left: -175px;
        }
    }
        .downloaden-foto-selecteren-acties-items hr{
            width: calc(100% + 10px);
            background: #f2f3f6;
            height: 2px;
        }
            .downloaden-foto-selecteren-acties-items hr:nth-child(2){
                margin: 10px 0 0 -5px;
            }
            .downloaden-foto-selecteren-acties-items hr:nth-child(4){
                margin: 0 0 0 -5px;
            }
        .downloaden-foto-selecteren-acties-items ul{
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
            .downloaden-foto-selecteren-acties-items ul li{
                padding: 10px 0 10px 10px;
                width: calc(100% + 10px);
                margin-left: -10px;
                font-family: 'f_l';
                cursor: pointer;
                transition: all 0.05s ease-in;
            }
            .downloaden-foto-selecteren-acties-items ul li:hover{
                background: #1e88e5;
                color: #FFF;
            }
            .downloaden-foto-selecteren-acties-items ul:last-child li:last-child{
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
            }
@media all and (min-width: 651px){;
    .downloaden-tab-content-licentie{
        width: 600px;
        padding: 15px;
    }
}
@media all and (max-width: 650px){
    .downloaden-tab-content-licentie{
        width: calc(100%);
        padding: 15px 0 0 0;
    }
}
@media all and (max-width: 600px){
    .downloaden-tab-content-licentie{
        font-size: 14px;
    }
}
.downloaden-tab-content-licentie{
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;    
}   
    .downloaden-tab-content-licentie h2,
    .downloaden-tab-content-licentie h3{
        font-family: 'f_r';
    }
    div.paragraaf{
        display: inline-block;
        text-align: left;
        font-family: 'f_b';
        color: #293593;
        width: 60px;
        margin-top: 10px;
    }
    .downloaden-tab-content-licentie-fotos{
        border-spacing: 0;
        border-collapse: collapse;
        margin: 10px 0 0 10px;
    }
    .downloaden-tab-content-licentie-fotos tr td{
        padding: 2px 8px 2px 8px;
        border: 1px solid #CCC;
        font-size: 13px;
    }
    .downloaden-tab-content-licentie-fotos tr td img{
        margin-top: 4px;
        margin-bottom: -4px;
    }
    .downloaden-tab-content-licentie-fotos tr:nth-child(1) td,
    .downloaden-tab-content-licentie-fotos tr:last-child td{
        font-family: 'f_sb';
        background: #293593;
        color: #FFF;
    }
    div.highlight{
        margin: -5px -10px -10px -10px;
        display: inline-block;
        padding: 5px 10px 10px 10px;
        border-radius: 10px;
    }
    .licentie-downloaden{
        display: inline-block;
    }
    .licentie-downloaden i.eva-loader-outline,
    .downloaden-tab-content-zip a i.eva-loader-outline, 
    i.eva-loader-outline, 
    i.ti-refresh{
        animation: rotateI 2s linear infinite;
        font-size: 14px;
    }
    h3 i.eva-loader-outline,
    h3 i.ti-refresh{
        font-size: 24px;
        position: relative;
        top: 5px;
    }
    @keyframes rotateI{
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(359deg);
        }
    }

    .downloaden-tab-content[data-soort=doorsturen]{
        padding-top: 20px;
    }

    .downloaden-tab-doorsturen-geen-selectie{

    }
    .downloaden-tab-doorsturen-geen-selectie-tekst{
        background: #eef4f8;
        padding: 10px;
        margin: 10px 0 20px 0;
        border-radius: 10px;
    }

    .downloaden-foto-grid[data-soort=doorsturen],
    .downloaden-foto-grid[data-soort=mijnselectie]{
        max-height: 410px;
        overflow-y: auto;
        background: #eef5f8;
        border-radius: 10px;
        padding: 10px;
        width: calc(100% - 20px);
        font-size: 12px;
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .downloaden-content-doorsturen-container{
        padding: 10px 0 10px 0;
    }
    .downloaden-doorsturen-item-verwijderen,
    .ontvanger-verwijder .btn,
    .set-foto-mijnselectie-verwijderen{
        cursor: pointer;
        background: #FFF;
        display: inline-block;
        margin: 5px 0 0 0;
        padding: 5px;
        color: #e53935;
        border-radius: 5px;
        font-size: 12px;
        font-family: 'f_sb';
    }
    .downloaden-doorsturen-item-verwijderen:hover,
    .ontvanger-verwijder .btn:hover{
        background: #e53935;
        color: #FFF;
    }
    .ontvanger-verwijder .btn{
        margin: 0;
    }
    div.downloaden-content-doorsturen-aantal,
    div.downloaden-content-selectie-aantal{
        width: calc(100% - 20px);
        font-size: 16px;
        background: #eef6f8;
        padding: 15px 10px 10px 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-bottom: 0;
        font-family: 'f_sb';
    }
    span.downloaden-content-doorsturen-aantal,
    span.downloaden-content-selectie-aantal{
        padding: 5px 10px 5px 10px;
        border-radius: 5px;
        font-family: 'f_r';
    }
    span.downloaden-content-doorsturen-aantal{
        background: #FFF;
    }
    span.downloaden-content-selectie-aantal{
        background: #ffee58;
        font-family: 'f_b';
    }
    .downloaden-content-doorsturen-gegevens{
        width: 100%;
        display: table;
        margin-top: 20px;
    }
    @media all and (min-width: 1001px){
        .downloaden-content-doorsturen-gegevens-afzender,
        .downloaden-content-doorsturen-gegevens-ontvanger{
            width: calc(50% - 10px);
            margin-top: 10px;
            display: table-cell; 
        } 
        .downloaden-content-doorsturen-gegevens-whitespace{
            width: 20px;
            background: #FFF;
            display: table-cell;
        }
        .downloaden-content-doorsturen-gegevens-afzender{
            margin-right: 10px;
        }
        .downloaden-content-doorsturen-gegevens-ontvanger{
            margin-left: 10px;
        }
    }
    @media all and (max-width: 500px){
        .downloaden-content-doorsturen-gegevens-afzender,
        .downloaden-content-doorsturen-gegevens-ontvanger{
            width: 100%;
            margin-top: 10px;
            display: block; 
        } 
        .downloaden-content-doorsturen-gegevens-whitespace{
            display: none;
        }
        td.account-gegevens-mobile-bold{
            font-family: 'f_sb';
        }
        td.account-gegevens-mobile-hide-first{
            display: none !important;
        }
    }

    .downloaden-content-doorsturen-gegevens-afzender,
    .downloaden-content-doorsturen-gegevens-ontvanger{
        background: #eef6f8;
        border-radius: 10px;       
    }
    .downloaden-content-doorsturen-gegevens > div > h3{
        margin: 0;
        font-family: 'f_sb';
        font-size: 16px;
    }

    .downloaden-content-doorsturen-table{
        width: calc(100%);
    }
    .input-rood{
        border: 1px solid #e53935;
        background: #ffcdd2;
    }
    .downloaden-doorsturen-overzicht{
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        font-size: 14px;
        font-family: 'f_sb';
        padding: 12.5px 12.5px 10px 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 5px;
        border-left: 3px solid #eef5f8;
        border-bottom: 3px solid #eef5f8;
        color: #1e88e5;
        cursor: pointer;
        transition: 0.2s ease-in all;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
    .downloaden-doorsturen-overzicht:hover{
        background: #1e88e5;
        color: #FFF;
        border-left: 3px solid #1e88e5;
        border-bottom: 3px solid #1e88e5;
    }
    .downloaden-doorsturen-overzicht:active{
        background: #293593;
        border-left: 3px solid #293593;
        border-bottom: 3px solid #293593;
    }
    .doorsturen-overzicht-ongeopend{
        opacity: 0.2;
    }
    @media all and (max-width: 700px){
        .downloaden-tab-content-zip{
            display: block !important;
            margin: 0 0 30px 0 !important;
        }
    }
    @media all and (min-width: 701px){
        .downloaden-tab-content-zip{
            margin: 0 0 -5px 0;
            display: inline-block;
        }
    }

.quitclaim-container{
    margin-top: 25px;
}
    .quitclaim-titel{
        background: rgb(255,138,101);
        background: -moz-linear-gradient(0deg, rgba(255,138,101,1) 0%, rgba(255,87,34,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(255,138,101,1) 0%, rgba(255,87,34,1) 100%);
        background: linear-gradient(0deg, rgba(255,138,101,1) 0%, rgba(255,87,34,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8a65",endColorstr="#ff5722",GradientType=1); 
        padding: 10px;
        font-family: 'f_b';
        text-align: center;
        color: #FFF;
        border-top-right-radius: 10px;
        margin-bottom: 15px;
    }
    .quitclaim-downloads a{
        text-decoration: none;
        color: #1e88e4;
    }
.downloaden-tab-content-quitclaim-balk{
    background: rgb(255,138,101);
    background: -moz-linear-gradient(0deg, rgba(255,138,101,1) 0%, rgba(255,87,34,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,138,101,1) 0%, rgba(255,87,34,1) 100%);
    background: linear-gradient(0deg, rgba(255,138,101,1) 0%, rgba(255,87,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8a65",endColorstr="#ff5722",GradientType=1); 
    text-align: center;
    padding: 10px 0 10px 0;
    color: #FFF;
    font-family: 'f_sb';
    cursor: pointer;
    transition: all 0.2s ease-in;

}
.downloaden-tab-content-quitclaim-balk:hover{
    background: rgb(255,87,34);
    background: -moz-linear-gradient(0deg, rgba(255,87,34,1) 0%, rgba(255,138,101,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,87,34,1) 0%, rgba(255,138,101,1) 100%);
    background: linear-gradient(0deg, rgba(255,87,34,1) 0%, rgba(255,138,101,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5722",endColorstr="#ff8a65",GradientType=1); 
}

.download-dropdown-container{
    position: relative;
}
.download-dropdown-label{
    font-size: 12px;
    font-family: 'f_sb';
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 0 5px #e5e7eb;
    padding: 10px;
    display: table;
    width: calc(100% - 20px);
    background: #FFF;
    margin-top: 10px;
    z-index: 100;
    cursor: pointer;
}
    .download-dropdown-container-fotopagina .download-dropdown-label{
        position: relative;
        top: 10px;
    }
        .download-dropdown-container-fotopagina .download-dropdown-label:active{
            top: 12px;
        }

    .download-dropdown-label:hover{
        background: #1e88e5;
        color: #FFF;
    }
    .download-dropdown-label:active{
        position: relative;
        top: 2px;
    }
    .download-dropdown-label.geselecteerd{
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .download-dropdown-label-bestandsnaam{
        display: table-cell;
    }
    .download-dropdown-label-chevron{
        display: table-cell;
        padding-left: 0px;
    }
        .download-dropdown{
            width: 280px;
            background: #FFF;
            position: absolute;
            top: 37px;
            box-shadow: 0 10px 10px rgba(0,0,0,0.1);
            z-index: 100;
            color: #000;
            border-left: 1px solid #e5e7eb;
            border-right: 1px solid #e5e7eb;
            border-bottom: 1px solid #e5e7eb;
        }
            .download-dropdown-container:not(.download-dropdown-container-fotopagina){
                left: 0px;
            }
            .download-dropdown-container-fotopagina .download-dropdown{
                top: 47px;
                right: 0;
            }
            .download-dropdown ul{
                list-style-type: none;
                margin: 0;
                padding: 0;
            }
            .download-dropdown ul li{
                padding: 8px;
                font-family: 'f_sb';
                font-size: 13px;
                text-align: left;
            }
            .download-dropdown ul li:not(.no-hover){
                cursor: pointer;
            }
            .download-dropdown ul li.no-hover{

            }
            .download-dropdown ul li.abo{
                font-family: 'f_r';
            }
            .download-dropdown ul a{
                color: #000;
                text-decoration: none;
            }
            .download-dropdown ul li:not(.no-hover):hover{
                background: #1e88e5;
                color: #FFF;
            }
            .download-dropdown ul li table{
                width: 100%;
            }
            .download-dropdown .download-dropdown-filetype{
                height: 40px; 
                width: 40px; 
                display: flex; 
                justify-content: center; 
                align-items: center; 
                background: #1e88e5;
                color: #FFF;
                font-size: 12px;
                font-family: 'f_sb';
                margin-right: 5px;
                border-radius: 10px;
                box-shadow: 0 0 5px rgba(0,0,0,0.2);
            }
            .download-dropdown ul li:hover .download-dropdown-filetype{
                box-shadow: none;
            }
            .download-dropdown ul li table tr td.filetype{
                width: 45px;
            }
            .download-dropdown ul li table tr td.ti{
                width: 25px;
            }
            .download-dropdown hr{
                margin: 0;
                padding: 0;
            }
            .download-dropdown .vet{
                padding: 8px;
                display: block;
                background: #e6e6e6;
                font-size: 13px;
                text-align: left;
                position: relative;
            }
            .download-dropdown .ti-star-filled,
            .abo-star{
                background: linear-gradient(42deg, #1e88e5 0%, #e43daf 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                text-shadow: 0 0 5px rgba(0,0,0,0.2);
            }
            .abo-star{
                padding-right: 5px;
            }
            .download-dropdown-label:hover .abo-star{
                background: #FFF;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
            .download-dropdown ul li .ti-check{
                color: #43a047;
            }
            .download-dropdown-abo-progress{
                width: calc(100% - 20px);
                margin-top: 5px;
                margin-bottom: 5px;
                height: 10px;
                border-radius: 5px;
                background: #e5e7eb;
                margin-left: auto;
                margin-right: auto;
                border: 1px solid #FFF;
                box-shadow: 0 0 5px rgba(0,0,0,0.05);
            }
            .download-dropdown-abo-progress-perc{
                height: 10px;
                border-radius: 5px;
                transition: 1.0s ease-in all;
            }
            .download-dropdown-abo-progress-perc:not(.download-dropdown-abo-progress-perc-rood){
                background: linear-gradient(42deg, #1e88e5 0%, #e43daf 250px);
            }
            .download-dropdown-abo-progress-perc-rood{
                background: linear-gradient(42deg, #f44336 0%, #d32f2f 250px);
            }
            .download-dropdown-abo-progress-data{
                font-size: 12px;
                margin-top: 5px;
                width: 100%;
                text-align: center;
            }
            .download-dropdown-abo-progress-data-beschikbaar-tot{
                font-size: 10px;
                color: #ff8f00;
                text-align: center;
                width: 100%;
            }
            table.account-gegevens .download-dropdown-abo-progress-data-beschikbaar-tot{
                font-size: 12px;
            }
            .download-dropdown ul li:not(.no-hover):hover .download-dropdown-abo-progress-data-beschikbaar-tot{
                color: #FFF;
            }
            .abo-vol{
                cursor: not-allowed;
            }
            .download-dropdown-abo-progress-click{
                cursor: pointer;
            }

.foto-download-dropdown-container{
    position: relative;
}
.foto-download-dropdown-label{
    font-size: 14px;
    font-family: 'f_sb';
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 5px 5px 5px 10px;
    display: table;
    z-index: 100;
    cursor: pointer;
    color: #FFF;
    margin-top: -5px;
    background: #121a20;
    width: 105px;
}
    .foto-download-dropdown-label:hover{
        background: #1e88e5;
        color: #FFF;
    }
    .foto-download-dropdown-label:active{
        position: relative;
        top: 2px;
    }
    .foto-download-dropdown-label.geselecteerd{
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .foto-download-dropdown-label-bestandsnaam{
        display: table-cell;
    }
    .foto-download-dropdown-label-chevron{
        display: table-cell;
        padding-left: 0px;
    }
        .foto-download-dropdown{
            width: 280px;
            background: #121a20;
            position: absolute;
            top: 32px;
            left: 0px;
            box-shadow: 0 10px 10px rgba(0,0,0,0.1);
            z-index: 100;
            color: #000;
            border-left: 1px solid #e5e7eb;
            border-right: 1px solid #e5e7eb;
            border-bottom: 1px solid #e5e7eb;
            border-top: 1px solid #e5e7eb;
        }
            .foto-download-dropdown ul{
                list-style-type: none;
                margin: 0;
                padding: 0;
            }
            .foto-download-dropdown ul li{
                padding: 8px;
                font-family: 'f_sb';
                font-size: 13px;
                text-align: left;
            }
            .foto-download-dropdown ul li table tr td{
                padding: 0;
                vertical-align: middle;
            }
            .foto-download-dropdown ul li:not(.no-hover){
                cursor: pointer;
            }
            .foto-download-dropdown ul li.no-hover{

            }
            .foto-download-dropdown ul a{
                color: #000;
                text-decoration: none;
            }
            .foto-download-dropdown ul li:not(.no-hover):hover{
                background: #1e88e5;
                color: #FFF;
            }
            .foto-download-dropdown ul li table{
                width: 100%;
            }
            .foto-download-dropdown .foto-download-dropdown-filetype{
                height: 40px; 
                width: 40px; 
                display: flex; 
                justify-content: center; 
                align-items: center; 
                background: #1e88e5;
                color: #FFF;
                font-size: 12px;
                font-family: 'f_sb';
                margin-right: 5px;
                border-radius: 10px;
                box-shadow: 0 0 5px rgba(0,0,0,0.2);
            }
            .foto-download-dropdown ul li:hover .foto-download-dropdown-filetype{
                box-shadow: none;
            }
            .foto-download-dropdown ul li table tr td.filetype{
                width: 45px;
            }
            .foto-download-dropdown ul li table tr td.ti{
                width: 25px;
            }
            .foto-download-dropdown hr{
                margin: 0;
                padding: 0;
            }
            .foto-download-dropdown .vet{
                padding: 8px;
                display: block;
                background: #6b727c;
                font-size: 13px;
                text-align: left;
                position: relative;
                color: #FFF;
            }
            .foto-download-dropdown ul li .ti-check{
                color: #43a047;
            }

.breadcrumbs{
    padding: 10px;
    margin-bottom: 10px;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    border-radius: 10px;
}
.breadcrumb,
.breadcrumb-chevron{
    display: inline-block;
}
.breadcrumb-chevron i{
    position: relative;
    top: 1px;
}
.breadcrumb a{
    color: #293593;
    text-decoration: none;
    font-family: 'f_sb';
}
.breadcrumb a:hover{
    color: #1c85e0;
}

.abonnement-promo{
    background: linear-gradient(42deg, #1e88e5 0%, #e43daf 100%);
    font-size: 18px;
    font-family: 'f_l';
    padding: 20px;
    border-radius: 10px;
    color: #FFF;
    line-height: 1.5em;
    box-shadow: rgba(0,0,0,0.2) 0 0 5px;
    border: 1px solid #FFF;
}
    .abonnement-promo div{
        width:100%; 
        text-align:right; 
        margin-top:15px;
    }
div.abonnement-aantal-gebruikt{
    font-size: 14px;
    width: 100%;
    text-align: center;
}

@media all and (min-width: 1201px){
    .abonnement-info-card-text{
        padding: 20px;
        font-size: 20px;
        line-height: 1.5em;
    }
        .abonnement-info-card-text h3{
            margin: 0 0 10px 0;
            font-size: 24px;
        }
        .abonnement-info-card-text.links{
            margin: 20px 0 20px 20px;
        }
        .abonnement-info-card-text.rechts{
            margin: 20px 20px 20px;
        }
    .abonnement-info-card{
        margin-bottom: 55px;
    }
    .abonnement-info-center{
        margin: 150px 0 100px 0;
    }
}

@media all and (min-width: 1001px) and (max-width: 1200px){
    .abonnement-info-card-text{
        padding: 20px;
        font-size: 18px;
        line-height: 1.4em;
    }
        .abonnement-info-card-text h3{
            margin: 0 0 10px 0;
            font-size: 22px;
        }
        .abonnement-info-card-text.links{
            margin: 20px 0 20px 20px;
        }
        .abonnement-info-card-text.rechts{
            margin: 20px 20px 20px;
        }
    .abonnement-info-card{
        margin-bottom: 55px;
    }
    .abonnement-info-center{
        margin: 100px 0 50px 0;
    }
}

@media all and (min-width: 801px) and (max-width: 1000px){
    .abonnement-info-card-text{
        padding: 20px;
        font-size: 16px;
        line-height: 1.3em;
    }
        .abonnement-info-card-text h3{
            margin: 0 0 10px 0;
            font-size: 20px;
        }
        .abonnement-info-card-text.links{
            margin: 20px 0 20px 20px;
        }
        .abonnement-info-card-text.rechts{
            margin: 20px 20px 20px;
        }
    .abonnement-info-card{
        margin-bottom: 55px;
    }
    .abonnement-info-center{
        margin: 100px 0 50px 0;
    }
}

@media all and (min-width: 601px) and (max-width: 800px){
    .abonnement-info-card-text{
        padding: 20px;
        font-size: 18px;
        line-height: 1.4em;
    }
        .abonnement-info-card-text h3{
            margin: 0 0 10px 0;
            font-size: 20px;
        }
        .abonnement-info-card-text.links{
            margin: 20px 0 20px 20px;
        }
        .abonnement-info-card-text.rechts{
            margin: 20px 20px 20px;
        }
    .abonnement-info-card{
        margin-bottom: 0px;
    }
    .abonnement-info-center{
        margin: 30px 0 50px 0;
    }
}
@media all and (max-width: 600px){
    .abonnement-info-card-text{
        padding: 20px;
        font-size: 18px;
        line-height: 1.4em;
    }
        .abonnement-info-card-text h3{
            margin: 0 0 10px 0;
            font-size: 20px;
        }
        .abonnement-info-card-text.links{
            margin: 20px 0 20px 20px;
        }
        .abonnement-info-card-text.rechts{
            margin: 20px 20px 20px;
        }
    .abonnement-info-card{
        margin-bottom: 0px;
    }
    .abonnement-info-center{
        margin: 30px 0 50px 0;
    }
}

@media all and (min-width: 801px){
    .abonnement-info-card-text{
        width: calc(50% - 20px);
    }
    .abonnement-info-card-text.links{
        float: left;
    }
    .abonnement-info-card-text.rechts{
        float: right;
    }

    .abonnement-info-card-image{
        width: 50%;
        top: 0;
        position: absolute;
        z-index: 10 !important;
    }
    .abonnement-info-card-image.rechts{
        right: 0;
    }
    .abonnement-info-card-image.links{
        left: 0;
    }

}
@media all and (max-width: 800px){
    .abonnement-info-card-text{
        width: calc(100% - 60px);
    }

    .abonnement-info-card-image{
        width: calc(100% - 100px);
        z-index: 10 !important;
    }
    .abonnement-info-card-image.rechts{
        float: left;
    }
    .abonnement-info-card-image.links{
        float: right;
    }
}

.abonnement-info-card{
    display: inline-block;
    width: 100%;
    position: relative;
}
    .abonnement-info-card-text{
        border-radius: 20px;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
        font-family: 'f_l';
        z-index: 20 !important;
        position: relative;
        background: #FFF;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,245,248,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,245,248,1) 100%);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,245,248,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eef5f8",GradientType=1); 
        transition: 0.2s ease-in all;
    }
        .abonnement-info-card-text.links{
            float: left;
            transition: 0.2s ease-in all;
        }
        .abonnement-info-card-text.rechts{
            float: right;
            transition: 0.2s ease-in all;
        }
        .abonnement-info-card-text h3{
            font-family: 'f_sb';
            background: linear-gradient(42deg, #1e88e5 0%, #e43daf 100%);
            background-clip: border-box;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .abonnement-info-card-image a{
            text-decoration: none;
        }
        .abonnement-info-card-image img{
            width: 100%;
            height: auto;
            border-radius: 20px;
            box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
            transition: 0.2s ease-in all;
        }
        .abonnement-info-card-image a:hover img{
            transform: scale(1.025);
        }
.abonnement-info-center{
    width: 100%;
    text-align: center;
}
/*   Popup 
/*   --------------------------------------------------------------- */

#popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:rgba(5, 84, 154, 0.9);
    z-index:200;
}
.popup-info{
    max-width:calc(100% - 30px);
    padding:15px;
    display:inline-block;
    background:#FFF;
    position:absolute;
    text-align:left;
    font-size: 16px !important;
    padding-bottom: 20px;
    border-radius: 5px;
}
    .popup-info-label{
        padding: 5px;
        background: rgba(238, 245, 248, 1.00);
        border-radius: 5px;
        margin-bottom: 10px;
        transition: all 0.2s ease-in;
    }
    .popup-info-label-rood{
        background: rgb(255, 205, 210);
        color: rgba(211, 47, 48, 1.00);
    }
.popup-close-btn{
    background:#d32f2f;
    color:#FFF;
    font-size:24px;
    padding:2px 2px 0 2px;
    position:absolute;
    right:-12px;
    top:-12px;
    cursor:pointer;
    border-radius: 5px;
}
.popup-close-btn:hover{
    background:#b71c1c;
}
.popup-close-btn:active{
    top: -10px;
}

/*  Modal
/*  -------------------------------------------- */

#modal-container{
    width: 100vw;
    padding: 0;
    margin: 0;
    height: 100vh;
    background: rgba(7, 38, 54, 0.5);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
    @media all and (min-width: 801px){   
        #modal-box{
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%,-50%);
        }
    }

    @media all and (max-width: 800px){
         #modal-box{
            position: absolute;
            width: calc(100% - 10px);
            top: 50%;
            transform: translate(0,-50%);
        }
    }
    #modal-box{
            border-radius: 15px;
            background: #FFF;
            position: absolute;
            box-shadow: 0 0 15px rgba(0,0,0,0.2);
            text-align: center;
    }
    #modal-box .modal-historie{
        width: 600px;
        margin-top: 10px;
        border-spacing: 0px;
        border-collapse: separate;
    }
    #modal-box .modal-historie tr:nth-child(1) td{
        font-family: 'f_b';
        color: #000;
    }
    #modal-box .modal-historie tr td{
        font-size: 13px;
        padding: 5px;
    }
    #modal-box .modal-historie tr:nth-of-type(odd) td{
        background: #e3f2fd;
    }
    #modal-icon{
        width: 50px;
        height: 50px;
        position: relative;
        left: calc(50% - 25px);
        font-size: 24px;
        border-radius: 25px;
        margin: 45px 0 15px 0;
    }
        #modal-icon[data-soort=error]{
            color: #e53935;
            background: #ffcdd2;
        }
        #modal-icon[data-soort=privacy]{
            color: #000;
            background: #ffd587;
        }
        #modal-icon[data-soort=confirm]{
            color: #039be5;
            background: #bbdefb;
        }
        #modal-icon[data-soort=info]{
            color: #1976d2;
            background: #bbdefb;
        }
        #modal-icon[data-soort=veiligheid]{
            background: #fbe9e7;
        }
        #modal-icon i{
            position: absolute;
            top: calc(50% - 1px); left: 50%;
            transform: translate(-50%,-50%);
        }
    #modal-tekst{
        width: calc(100% - 30px);
        text-align: center;
        margin: 15px 15px 20px 15px;
        font-size: 16px;
        color: rgba(107, 113, 128, 1.00);
    }
    #modal-tekst h3{
        color: #000;
        font-family: 'f_sb';
    }
        #modal-tekst ul{
            margin: 5px 0 5px 15px;
            padding: 0;
        }
        #modal-tekst ul li{
            padding: 3px 0 3px 0;
        }
        #modal-tekst .modal-info-label{
            text-align: left;
            background: #eef6f8;
            padding: 5px;
            border-radius: 5px;
            margin-top: 10px;
        }

        #modal-tekst .modal-info-label-rood{
            background: #ffcdd2;
            color: #f44336;
        }
    #modal-close{
        position: absolute;
        right: -5px;
        top: -5px;
        color: #bdbdbd;
        font-size: 32px;
        cursor: pointer;
        padding: 10px;
    }
        #modal-close:hover{
            color: #e53935;
        }
        #modal-close:active{
            top: -3px;
        }
    #modal-cancel,
    #modal-check,
    #modal-confirm{
        font-family: 'f_sb';
    }
    #modal-cancel{        
        transition:all 0.05s ease-in;
        -moz-transition:all 0.05s ease-in;
        -o-transition:all 0.05s ease-in;
        -webkit-transition:all 0.05s ease-in;
        text-align: center;
        color: #000;
        background: #f3f4f6;
        cursor: pointer;
        display: inline-block;
        padding: 15px 0 15px 0;
    }
    #modal-cancel:not(.modal-cancel-volledig){
        width: 50%;
        border-bottom-left-radius: 15px;
    }
        #modal-cancel.modal-cancel-volledig{
            width: 100%;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
        }
    #modal-confirm{
        text-align: center;
        color: #FFF;
        padding: 15px 0 15px 0; 
        cursor: pointer;
        transition:all 0.05s ease-in;
        -moz-transition:all 0.05s ease-in;
        -o-transition:all 0.05s ease-in;
        -webkit-transition:all 0.05s ease-in;
        display: inline-block;
    }
    #modal-confirm:not(.modal-confirm-volledig){
        width: 50%;        
        border-bottom-right-radius: 15px;       
    }   
        #modal-confirm.modal-confirm-volledig{
            width: 100%;
            border-bottom-right-radius: 15px;
            border-bottom-left-radius: 15px;
        }   
        #modal-confirm:not(.modal-verwijderen){
            background: #1e88e5;
        }
            #modal-confirm:not(.modal-verwijderen):hover{
                background: #0277bd;
            }
        #modal-confirm.modal-verwijderen{
            background: #f44336;
        }
            #modal-confirm.modal-verwijderen:hover{
                background: #b71c1c;
            }
        #modal-cancel:hover{
            background: #e0e0e0;
        }
        #modal-confirm:active,
        #modal-cancel: active,
        #modal-check: active{
            position: relative;
            top: 2px;
        }
    #modal-check{
        width: 100%;
        text-align: center;
        color: #FFF;
        padding: 15px 0 15px 0;
        background: #03a9f4;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        cursor: pointer;
        transition:all 0.05s ease-in;
        -moz-transition:all 0.05s ease-in;
        -o-transition:all 0.05s ease-in;
        -webkit-transition:all 0.05s ease-in;
    }
        #modal-check:hover{
            background: #0277bd;
        }
        #modal-check:active{
            position: relative;
            top: 2px;
        }
    .modal-veiligheid-tekst{
        width: 320px;
    }
    .modal-veiligheid-container{
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 320px;
    }
        .modal-veiligheid-kiezen{
            border: 2px dashed #CCC;
            padding: 5px;
            font-size: 20px;
            text-align: center;
            cursor: pointer;
            border-radius: 5px;
            margin-bottom: 10px;
        }
        .modal-veiligheid-kiezen:hover{
            border: 2px dashed #03a8f4;
            color: #03a8f4;
        }
        .modal-veiligheid-kiezen:active{
            position: relative;
            top: 2px;
        }
        .modal-veiligheid-dropdown{
            position: absolute;
            top: 40px;
            left: 0;
            max-height: 200px;
            overflow-y: auto;
            width: 320px;
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
            border-radius: 5px;
            border: 2px solid #FFF;
            background: #FFF;
        }
        .modal-veiligheid-dropdown-items{
            background: #FFF;
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
        }
        .modal-veiligheid-dropdown-item{
            display: block;
            text-align: left;
            width: 100%;
            margin-bottom: -20px;
            display: table;
            cursor: pointer;
        }
        .modal-veiligheid-dropdown-item:nth-of-type(even){
            background: #f2f3f6;
        }
        .modal-veiligheid-dropdown-item:hover{
            background: #03a8f4;
            color: #FFF;
        }
        .modal-veiligheid-dropdown-item-foto{
            width: 80px;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            padding: 5px;
        }
        .modal-veiligheid-dropdown-item-bestandsnaam{
            font-size: 12px;
            font-family: 'f_b';
            display: table-cell;
            vertical-align: middle;
            padding: 5px;
        }

        .modal-veiligheid-form{

        }
            .modal-veiligheid-form-foto{
                font-family: 'f_b';
                font-size: 14px;
            }
            .modal-veiligheid-form-foto img{
                max-width: 150px;
                max-height: 100px;
                box-shadow: rgba(0,0,0,0.2);
                margin-bottom: 5px;
                border-radius: 5px;
            }

            .modal-veiligheid-form-elementen{
                background: #eef6f8;
                padding: 10px 5px 5px 5px;
                border-radius: 10px;
                margin: 5px 0 5px 0;
                text-align: left;
                font-size: 14px;
                color: #000;
            }
                .modal-veiligheid-form-elementen textarea{
                    width: calc(100% - 15px);
                    padding: 5px;
                    height: 100px;
                    border: 1px solid rgba(40, 53, 147, 1.00);
                    font-family: 'f_r';
                    font-size: 14px;
                    border-radius: 5px;
                    margin: 5px 0 5px 0;
                }
                .modal-veiligheid-form-elementen input,
                .modal-veiligheid-form-elementen select{
                    width: calc(100% - 15px);
                    padding: 5px;
                    border: 1px solid rgba(40, 53, 147, 1.00);
                    font-family: 'f_r';
                    font-size: 14px;
                    border-radius: 5px;
                    margin: 5px 0 5px 0;
                }
            .veiligheid-autofill{
                color: #3949ab;
                font-size: 11px;
                font-family: 'f_r';
                letter-spacing: -0.025em;
                padding-left: 10px;
            }
            .veiligheid-autofill-ast{
                color: #3949ab;
            }
            .modal-veiligheid-disclaimer{
                font-size: 10px;
                font-family: 'f_l';
                color: #CCC;
                text-align: justify;
                padding: 5px 0 0 0;
                line-height: 9px;
                margin-bottom: -10px;
            }
            .veiligheid-error{
                border: 1px solid #f44336 !important;
                background: #ffebee;
            }
        .modal-veiligheid-form .box-valid{
            margin: 10px 0 5px 0;
            color: #000;
        }
        
        .modal-veiligheid-table{
            border-spacing: 0;
            border-collapse: collapse;
            margin-top: 10px;
        }
        .modal-veiligheid-table tr td{
            padding: 5px;
            text-align: left;
            font-size: 14px;
            vertical-align: top;
        }
        .modal-veiligheid-table-kop{
            font-family: 'f_sb';
            width: 100px;
            vertical-align: top;
        }
        td.modal-veiligheid-table-hr, td.modal-veiligheid-table-hr hr{
            padding: 0;
            margin: 0;
        }
        .modal-veiligheid-table-actie{
            padding: 4px;
            border: 2px solid #edf5f8;
            font-size: 13px;
            display: inline-block;
            border-radius: 5px;
            cursor: pointer;
            transition: 0.2s ease-in all;
            font-family: 'f_sb';
        }
            .modal-veiligheid-table-actie:hover{
                background: #edf5f8;
                color: #1f88e5;
            }
            .modal-veiligheid-table-actie:active{
                position: relative;
                top: 2px;
            }
        .modal-veiligheid-table-verwijderen .btn{
            display: inline-block;
            margin-top: 10px;
            padding: 5px;
        }
        .modal-veiligheid-table-verwijderen .btn-grijs{
            background: #FFF;
        }

.collecties-pad{
    margin-bottom: 10px;
    width: calc(100% - 20px);
}
    .collecties-pad-item,
    .collecties-pad-chevron{
        display: inline-block;
    }
    .collecties-pad-item{
        background: #eef6f8;
        font-family: 'f_sb';
        border-radius: 5px;
        margin-bottom: 5px;
    }
        .collecties-pad-item a{
            display: inline-block;
            width: 100%;
            padding: 10px 15px 10px 15px;
            text-decoration: none;
        }
        .collecties-pad-item:hover{
            background: #1e88e4;
        }
        .collecties-pad-item:hover a{
            color: #FFF;
        }
.collecties-stations-navigatie{
    background: #f2f3f6;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.2s ease-in;
}
.collecties-stations-navigatie:hover{
    background: #e5e7eb;
}
.collecties-stations-navigatie-item{
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    text-align: center;
    color: #424242;
    font-size: 13px;
    font-family: 'f_sb';
    cursor: pointer;
}
.collecties-stations-navigatie-item:hover{
    color: #293593;
    background: #CCC;
    border-radius: 7.5px;
}
.collecties-stations-navigatie-item-actief{
    background: #FFF;
    border-radius: 7.5px;
}

@media all and (min-width: 1201px){
    .collecties-subcollectie-container{
        width: 100%;
    }
}
@media all all (max-width: 1200px){
    .collecties-subcollectie-container{
        width: calc(100% - 40px);
        margin: 0 10px 0 10px;
    }
}
@media all and (max-width: 420px){
    .collecties-subcollectie-container{
        width: calc(100% - 20px);
        margin: 0 10px 0 10px;
    }    
}
    .collecties-subcollectie-item *{
        }    
    .collecties-subcollectie-item{
        display: inline-block;

    }
    @media all and (max-width: 420px){
        .collecties-subcollectie-item{
            width: calc(100% - 22px);
            margin: 0 10px 0 10px;
        }
    }
    @media all and (min-width: 421px){
        .collecties-subcollectie-item{
            width: calc((100% / 2) - 12px);
            margin: 0 5px 0 5px;
        }
    }
    .collecties-subcollectie-item-highlight{
        width: calc(100% - 12px);
        margin: 0 5px 0 5px;
    }
        .collecties-subcollectie-item:not(.collecties-subcollectie-item-highlight) .collecties-subcollectie-item-thumbnail{
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 0 15px 0;
            padding: 0 10px 0 10px;
            aspect-ratio: 3 / 2;
        }
        @media all and (min-width: 901px){
            .collecties-subcollectie-item-thumbnail img{
                max-width: 400px;
                max-height: 266px;
            }
        }        
        @media all and (min-width: 451px) and (max-width: 900px){
            .collecties-subcollectie-item-thumbnail img{
                width: calc(100% - 20px);
                height: auto;
            }
            .collecties-subcollectie-item-thumbnail img.staand{
                width: calc((100%/3)*1.333 - 20px);
                height: auto;
            }
        }       
        @media all and (min-width: 421px) and (max-width: 900px){
            .collecties-subcollectie-item-thumbnail img{
                width: calc(100% - 20px);
                height: auto;
            }
            .collecties-subcollectie-item-thumbnail img.staand{
                width: calc((100%/3)*1.333 - 10px);
                height: auto;
            }
        }      
        @media all and (max-width: 420px){
            .collecties-subcollectie-item-thumbnail img{
                width: calc(100% - 20px);
                height: auto;
            }
            .collecties-subcollectie-item-thumbnail img.staand{
                width: calc((100%/3)*1.333 - 10px);
                height: auto;
            }
        }
        .collecties-subcollectie-item-thumbnail img,
        .collecties-subcollectie-highlight-thumbnail img{
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
            border-radius: 10px;
        }

    .collecties-subcollectie-highlight{
        margin-bottom: 10px; 
        padding-bottom: 5px;
        background: rgb(251,233,231);
        background: -moz-linear-gradient(90deg, rgba(251,233,231,1) 0%, rgba(255,248,225,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(251,233,231,1) 0%, rgba(255,248,225,1) 100%);
        background: linear-gradient(90deg, rgba(251,233,231,1) 0%, rgba(255,248,225,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbe9e7",endColorstr="#fff8e1",GradientType=1); 
        border-radius: 10px;
    }     
        @media all and (min-width: 651px){
            .collecties-subcollectie-highlight{
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .collecties-subcollectie-highlight-thumbnail{
                width: calc(50% - 0px);
            }       
            .collecties-subcollectie-highlight-tekst{
                width: calc(50% - 20px);     
            }
        }  
        @media all and (max-width: 650px){
            .collecties-subcollectie-highlight-thumbnail{
                width: calc(100% - 0px);
            }         
            .collecties-subcollectie-highlight-tekst{
                width: calc(100% - 30px);   
            }
        }
        .collecties-subcollectie-highlight-thumbnail{
            text-align: center;
            margin-right: 5px;
            transition: 0.2s ease-in all;
        }   
        .collecties-subcollectie-highlight-thumbnail img{
            transition: 0.2s ease-in all;
        }
        .collecties-subcollectie-highlight-tekst{
            margin: 5px;
            color: #000;
            font-family: 'f_l';
            line-height: 2em;
            padding: 0 10px 0 10px;
            text-align: justify;
            transition: 0.2s ease-in all;
        }
        .collecties-subcollectie-highlight-tekst-titel{
            font-size: 24px;
            font-family: 'f_b';
            background: #283593;
            background: linear-gradient(to right, #fbc02d 0%, #ff5722 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
         @media all and (min-width: 901px){
            .collecties-subcollectie-highlight-thumbnail{
                padding: 8px 0 2px 0;
            }
            .collecties-subcollectie-highlight-thumbnail img{
                max-width: 400px;
                max-height: 266px;
            }
        }        
        @media all and (min-width: 651px) and (max-width: 900px){
            .collecties-subcollectie-highlight-thumbnail img{
                width: calc(100% - 40px) !important;
                height: auto;
            }
            .collecties-subcollectie-highlight-thumbnail{
                padding: 8px 0 2px 0;
            }
            .collecties-subcollectie-highlight-thumbnail img.staand{
                width: calc((100%/3)*1.333 - 20px);
                height: auto;
            }
        }       
        @media all and (min-width: 421px) and (max-width: 650px){
            .collecties-subcollectie-highlight-thumbnail img{
                max-width: 400px;
                max-height: 266px;
            }
            .collecties-subcollectie-highlight-thumbnail{
                padding: 8px 0 2px 0;
            }
            .collecties-subcollectie-highlight-tekst{
                padding-bottom: 10px;
            }
        }      
        @media all and (max-width: 420px){
            .collecties-subcollectie-highlight-thumbnail img{
                width: 100%;
                height: auto;
            }
            .collecties-subcollectie-highlight-thumbnail img.staand{
                width: calc((100%/3)*1.333 - 20px);
                height: auto;
            }
            .collecties-subcollectie-highlight-tekst{
                padding-bottom: 10px;
            }
        }
        .collecties-subcollecties-highlight-thumbnail img{
            margin: 0;
            padding: 0;
        }
        .collecties-subcollectie-item-link{
            text-decoration: none;
        }
        .collecties-subcollectie-item-link img{
            transition: 0.2s ease-in all;
        }
        .collecties-subcollectie-item-link:hover img{
            transform: scale(1.05);
            box-shadow: 0 0 10px rgba(0,0,0,0.25);
        }
        .collecties-subcollectie-item-thumbnail-container,
        .collecties-subcollectie-highlight-thumbnail-container{
            position: relative;
            display: flex;
            justify-content: center;            
        }
        .collecties-subcollectie-item-foto-id{
            font-size: 11px;
            font-family: 'f_b';
            color: #FFF;
            padding: 0;
            position: absolute;
            bottom: 5px;
            text-shadow:
            -1px -1px 0 #000,
             0   -1px 0 #000,
             1px -1px 0 #000,
             1px  0   0 #000,
             1px  1px 0 #000,
             0    1px 0 #000,
            -1px  1px 0 #000,
            -1px  0   0 #000;
            text-align: center;
            opacity: 0.75;
        }
.nowrap{
    white-space: nowrap;
}
.input-error{
    color: #d32f2f;
    border: 1px solid #d32f2f !important;
}
.input-mededeling{
    color: #d32f2f;
    font-family: 'f_l';
    font-size: 12px;
    padding: 5px;
}

.text-gradient{
    background: #283593;
    background: linear-gradient(to right, #1E88E5 0%, #283593 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'f_sb';
}

.info-card {
    border-radius: 20px;
    font-family: 'f_l';
    z-index: 20 !important;
    position: relative;
    background: #FFF;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,245,248,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,245,248,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,245,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eef5f8",GradientType=1);
    transition: 0.2s ease-in all;
}


@media all and (min-width: 1201px){
    .info-card{
        padding: 20px;
        font-size: 18px;
        line-height: 1.5em;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    }
        .info-card h3{
            margin: 0 0 10px 0;
            font-size: 22px;
        }
    .info-card{
        margin-bottom: 55px;
    }
    .abonnement-info-center{
        margin: 150px 0 100px 0;
    }
}

@media all and (min-width: 1001px) and (max-width: 1200px){
    .info-card{
        padding: 20px;
        font-size: 18px;
        line-height: 1.5em;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    }
    .info-card{
        margin-bottom: 35px;
    }
        .info-card h3{
            margin: 0 0 10px 0;
            font-size: 22px;
        }
}

@media all and (min-width: 801px) and (max-width: 1000px){
    .info-card{
        padding: 20px;
        font-size: 16px;
        line-height: 1.5em;
        box-shadow: rgba(17, 12, 46, 0.12) 0px 48px 100px 0px;
    }
        .info-card h3{
            margin: 0 0 10px 0;
            font-size: 20px;
        }
    .info-card{
        margin-bottom: 25px;
    }
}

@media all and (min-width: 601px) and (max-width: 800px){
    .info-card{
        padding: 20px;
        font-size: 16px;
        line-height: 1.5em;
        box-shadow: rgba(17, 12, 46, 0.10) 0px 48px 100px 0px;
    }
        .info-card h3{
            margin: 0 0 10px 0;
            font-size: 20px;
        }
    .info-card{
        margin-bottom: 15px;
    }
}
@media all and (max-width: 600px){
    .info-card{
        padding: 20px;
        font-size: 16px;
        line-height: 1.5em;
        box-shadow: rgba(17, 12, 46, 0.05) 0px 48px 100px 0px;
    }
        .info-card h3{
            margin: 0 0 10px 0;
            font-size: 20px;
        }
    .info-card{
        margin-bottom: 10px;
    }
}
.info-card{
    width: calc(100% - 60px);
}

.contactgegevens-optioneel{
    color: #293593;
    font-size: 11px;
    position: relative;
    top: -5px;
    letter-spacing: -0.025em;
}
.contact-portret{
    width: 200px;
    height: auto;
    float: right;
}
    @media all and (max-width: 500px){
        .contact-portret{
            width: 100px;
            border-radius: 50px;
        }
    }
#content.blur{
    filter: blur(5px) grayscale(60%);
    opacity: 0.5;
}
.tag.blur{
    filter: blur(0.2);
}
.downloaden-foto-laden{
    background: rgba(238, 245, 248, 1.00);
    font-size: 22px;
    padding: 20px;
    font-family: 'f_sb';
    margin: 10px 0 10px 0;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
}
    .downloaden-foto-laden-vertraging{
        background: rgba(195, 223, 248, 1.00);
        padding: 10px;
        border-radius: 5px;
        line-height: 2.5em;
        margin-top: 10px;
        font-size: 16px;
    }
.real-important{
	opacity: 0;
	display: none;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	left: -5000px;
}

input[name=werkcode]{
    font-size: 14px;
    padding: 5px;
    width: 75px;
    text-align: center;
    position: relative;
    top: -2px;
}

.bewussie{
    display:none; 
    position:relative; 
    left:-99999px; 
    top:-99999px;
    opacity: 0;
}