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%;
}

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

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

.vet{
    font-family: 'f_sb';
}
.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;
}

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

.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: #2265c3;
    color: #FFF;
}
.box i.eva{
    position: relative;
    top: 2px;
}

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

.clearfix:after{
    clear: both;
}

.clearfix{
    *zoom: 1;
}

#logo{
    font-family: 'f_b';
    text-align: center;
    width: 260px;
    padding: 10px 0 10px 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 a:hover .logo-naam,
    #logo a:hover .logo-sub{
        color: #283593;
    }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
html, body {
    height: 100%;
}
body {
    margin: 0;
}
#content{
    display: flex;           /* establish flex container */
    flex-direction: column;  /* make main axis vertical */
    align-items: center;     /* center items horizontally, in this case */
    height: 100%;
}
    .content-logo{
        max-width: 700px;
        width: 100%;
    }
    .content-container{
        max-width: 700px;
        width: 100%;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        transition: 0.2s ease-in all;
    }
    @media all and (min-width: 701px){
        .content-container{
            border-radius: 10px;
        }
    }
    @media all and (max-width: 700px){
        .content-container{
            width: 100dvw;
        }
    }
        .content-container-image{
            width: 100%;
            position: relative;
            aspect-ratio: 3 / 1.5;
            overflow-y: hidden;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }
            .content-container-image img{
                width: 100%;
                height: auto;
                transition: 0.2s ease-in all;
            }
            @media all and (min-width: 701px){
                .content-container-image img{
                    border-top-left-radius: 10px;
                    border-top-right-radius: 10px;
                }
            }
            .content-container-image-tekst{
                position: absolute;
                bottom: 0;
                margin: 0;
                background: rgba(0,0,0,0.5);
                font-family: 'f_b';
                color: #FFF;
                text-shadow: 0 2px 5px rgba(0,0,0,0.5);
                transition: 0.2s ease-in all;
            }

            @media all and (min-width: 701px){
                .content-container-image-tekst{
                    padding: 15px;
                    font-size: 28px;
                    width: calc(100% - 30px);
                }
            }
            @media all and (max-width: 700px){
                .content-container-image-tekst{
                    padding: 10px;
                    font-size: 24px;
                    width: calc(100% - 20px);
                }
            }

    .content-tekst{
        background: #eef5f8;
        font-family: 'f_r';
        transition: 0.2s ease-in all;
    }
    @media all and (min-width: 701px){
        .content-tekst{
            font-size: 18px;
            padding: 15px 15px 15px 15px;
            width: calc(100% - 30px);
        }
    }
    @media all and (max-width: 700px){
        .content-tekst{
            font-size: 16px;
            padding: 10px 15px 10px 15px;
            width: calc(100% - 30px);
        }
    }

.datum{
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.datum tr td{
    padding: 5px;
    transition: 0.2s ease-in all;
}
@media all and (min-width: 701px){
    .datum tr td{
        font-size: 14px;
    }
}
@media all and (max-width: 700px){
    .datum tr td{
        font-size: 12px;
    }
}
.datum tr td:nth-child(1){
    font-family: 'f_sb';
}

.web-logo{
    width: calc(100% + 30px);
    margin-left: -15px;
    text-align: center;
    margin-top: 25px;
}
    .web-logo img{
        width: calc(33% - 5px);
        height: auto;
        transition: 0.05s ease-in all;
    }
    .web-logo img:hover{
        transform: scale(1.2);
        box-shadow: 0 0 3px rgba(0,0,0,0.5);
    }

    .content-contactgegevens{
        background: #1E88E5;
        background: linear-gradient(to right, #1E88E5 0%, #283593 100%);
        color: #FFF;
        transition: 0.2s ease-in all;
    }
    @media all and (min-width: 701px){
        .content-contactgegevens{
            width: calc(100% - 60px);
            padding: 15px 30px 15px 30px;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }
    }
    @media all and (max-width: 700px){
        .content-contactgegevens{
            width: calc(100% - 40px);
            padding: 15px 20px 15px 20px;
        }
    }

    .content-contactgegevens ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .content-contactgegevens ul li{
        padding: 0 0 8px 0;
    }
    .content-contactgegevens 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;
    }
    .content-contactgegevens a:hover{
        border-bottom: 1px solid #FFF;
    }
    .content-contactgegevens-social{
        margin: 10px 0 10px 0;
    }
    .content-contactgegevens-social a,
    .content-contactgegevens-social a div{
        text-decoration: none;
        border: none;
        transition: 0.2s ease-in all;
    }
    .content-contactgegevens-social a:hover,
    .content-contactgegevens-social a:hover div{
        text-decoration: none;
        border: none;
    }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*                  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;
}
    #modal-box{
        background: #FFF;
        border-radius: 15px;
        background: #FFF;
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%,-50%);
        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-box .modal-historie tr td a .ti{
        text-decoration: none;
    }
    #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=confirm],
        #modal-icon[data-soort=prompt]{
            color: #039be5;
            background: #bbdefb;
        }
        #modal-icon[data-soort=valid]{
            color: #2e7d32;
            background: #c8e6c9;
        }
        #modal-icon[data-soort=input]{
            color: #039be5;
            background: #bbdefb;
        }
        #modal-icon[data-soort=verplaatsen]{
            color: #8e24aa;
            background: #f3e5f5;
        }
        #modal-icon[data-soort=ordenen]{
            color: #8e24aa;
            background: #f3e5f5;
        }
        #modal-icon[data-soort=delete],
        #modal-icon[data-soort=unlink]{
            color: rgba(244, 67, 54, 1.00);
            background: #ffcdd2;
        }
        #modal-icon[data-soort=info]{
            color: #512da8;
            background: #d1c4e9;
        }
        #modal-icon[data-soort=highlight]{
            color: #ff8f00;
            background: #ffe0b2;
        }
        #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-box input[type=text]{
            margin: 0 10px 10px 10px;
            font-size: 16px;
            padding: 5px;
        }
    #modal-tekst h3{
        color: #000;
        font-family: 'f_sb';
    }
    #modal-tekst input[type=text]{
        width: 250px;
        padding: 5px;
        font-size: 14px;
        text-align: center;
    }
    #modal-close{
        position: absolute;
        right: 0;
        top: 0;
        color: #bdbdbd;
        font-size: 24px;
        cursor: pointer;
        padding: 10px;
    }
        #modal-close:hover{
            color: #e53935;
        }
        #modal-close:active{
            top: 2px;
        }
    #modal-cancel,
    #modal-check,
    #modal-confirm{
        font-family: 'f_sb';
    }
    #modal-cancel{
        width: 50%;
        text-align: center;
        color: #000;
        background: #f3f4f6;
        border-bottom-left-radius: 15px;
        cursor: pointer;
        display: inline-block;
        padding: 15px 0 15px 0;
    }
    #modal-confirm{
        width: 50%;
        text-align: center;
        color: #FFF;
        padding: 15px 0 15px 0;
        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;
        display: inline-block;
    }   
        #modal-confirm:not(.modal-verwijderen):not(.modal-disabled){
            background: #03a9f4;
        }
            #modal-confirm:not(.modal-verwijderen):not(.modal-disabled):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-confirm.modal-disabled{
            background: #bdbdbd;
            color: #000;
            cursor: not-allowed;
        }
    #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-preview{
        width: 300px;
        height: 200px;
        margin: 0 10px 10px 10px;
        margin-left: auto;
        margin-right: auto;
    }
        .modal-preview img{
            max-width: 100%;
            max-height: 100%;
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
            margin-left: auto;
            margin-right: auto;
        }
        #modal-tekst label{
            padding: 10px;
            cursor:pointer;
        }
        .modal-checkbox{
            background: #eef5f8;
            padding: 5px;
            border-radius: 5px;
            margin-bottom: 10px;
            display: inline-block;
            cursor: pointer;
        }
        .modal-checkbox i{
            font-size: 18px;
            position: relative;
            top: 2px;
        }
        .modal-checkbox i.ti-square-check-filled{
            color: #1e88e5;
        }
        .modal-highlight-tekst{
            width: 400px;
            margin: 0 10px 10px 10px;
        }
        .modal-highlight-tekst textarea{
            width: calc(100% - 20px);
            padding: 10px;
            height: 100px;
            font-size: 14px;
        }

/*************************************************/
/*      DONEREN                                  */
/*************************************************/

.doneren-hoeveel{
    font-family: 'f_sb';
    font-size: 24px;
}

    .doneren-bedragen{
        width:100%;
        padding-top: 10px;
    }
    .doneren-bedrag{
        width:calc(25% - 15px);
        font-size:20px;
        font-family:'f_sb';
        border:3px solid #062535;
        border-radius:10px;
        display:inline-block;
        padding:15px 0 15px 0;
        text-align:center;
        margin-right:2.5px;
        margin-left:2.5px;
        cursor:pointer;
        opacity:0.5;
        transform:scale(0.8);
        transition:all 0.1s ease-in;
        -moz-transition:all 0.1s ease-in;
        -o-transition:all 0.1s ease-in;
        -webkit-transition:all 0.1s ease-in;
        background: #FFF;
    }
    .doneren-bedrag:hover{
        opacity:1;
        transform:scale(1);
    }
    .doneren-zelfkiezen{
        width:calc(100% - 25px);
        text-align:center;
        padding-top:5px;
    }
    .doneren-zelfkiezen-trigger{
        font-family:'f_sb';
        text-decoration: underline;
        cursor: pointer;
    }
    .doneren-zelfkiezen-trigger:hover{
        color:#3695f4;
    }
    .doneren-bedrag-geselecteerd{
        border:3px solid #3695f4;
        background:#CDE6FF;
        color:#3695f4;
        opacity:1;
        transform:scale(1);
    }
    .doneren-informatie-container{
        width: 100%;
    }
    .doneren-informatie{
        font-family: 'f_sb';
        max-width: 300px;
        width: 100%;
        margin: 40px auto;
    }
    .doneren-informatie input[type=text]{
        font-size: 24px;
        width: calc(100% - 10px);
        max-width: 300px;
        padding: 5px;
        margin-top: 5px;
    }
    .niet-verplicht{
        font-size: 14px;
        color: rgba(0,0,0,0.3);
        font-style: italic;
        font-family: 'f_r';
    }
    .doneren-betalen-info{
        padding: 10px;
        font-size: 14px;
        font-family: 'f_l';
        margin: 10px 0 10px 0;
        background: #FFF;
        border-radius: 10px;
    }
    .doneer-nu{
        font-family: 'f_b';
        font-size: 24px;
        background: #4dae50;
        color: #FFF;
        text-align: center;
        padding: 10px;
        cursor: pointer;
        margin: 20px 0 10px 0;
    }
    .doneren-emailadres-foutief{
        background: #ffcdd2;
        color: #f44336;
        font-size: 14px;
        font-family: 'f_sb';
        padding: 5px;
        margin: 5px 0 5px 0;
    }
    .doneer-nu.disabled{
        opacity: 0.3;
        cursor: not-allowed;
    }
    .doneren-zelfkiezen{
        position: relative;
        max-width: 200px;
        margin: 0 auto;
    }
        .doneren-zelfkiezen .euro-teken{
            position: absolute;
            left: 16px;
            top: 12px;
            font-size: 24px;
            color: #3595f4;
            font-family: 'f_b';
        }
        .doneren-zelfkiezen input{
            font-size: 24px;
            background: #cde6ff;
            color: #3595f4;
            border: 2px solid #3595f4;
            padding: 5px 5px 5px 35px;
            font-family: 'f_b';
            border-radius: 10px;
            width: 150px;
        }

    .doneren-extra-informatie{
        font-size: 12px;
        font-family: 'f_l';
    }

    .doneren-extra-informatie b{
        font-family: 'f_sb';
    }
    .doneren-informatie label{
        font-family: 'f_l';
    }

    .doneren-tabs-container {
        font-family: 'f_r', sans-serif;
        font-size: 16px;
        line-height: 1.6;
    }
    
    /* Container voor de tabknoppen */
    .doneren-tabs {
        display: flex;
        border-bottom: 2px solid #e0e0e0;
        margin: 20px 0 0 0;
        padding: 0;
        list-style: none;
        background: #FFF;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    
    /* Stijl van de knoppen zelf */
    .tab-btn {
        background: none;
        border: none;
        padding: 12px 24px;
        font-size: 16px;
        cursor: pointer;
        font-family: inherit;
        color: #666;
        border-bottom: 2px solid transparent;
        margin-bottom: -2px;
        transition: all 0.2s ease-in-out;
    }
    
    .tab-btn:hover {
        color: #000;
    }
    
    /* Actieve tabknop */
    .tab-btn.active {
        font-weight: bold;
        color: #000;
        border-bottom: 2px solid #007bff; /* Pas eventueel aan naar de accentkleur van je website */
    }
    
    /* Content styling */
    .tab-content {
        display: none;
        padding: 10px 10px 5px 10px;
        background: #FFF;
        margin-top: -15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    /* Zorg dat de actieve content getoond wordt */
    .tab-content.active {
        display: block;
    }