@charset "utf-8";
/* CSS Document */

body{
    --nav-height: 75px;
}

nav {


    right: 0;
    left: 0;
    margin: 0;
    z-index: 99;


}

nav * {
    font-family: var(--nav-text-font);
}

#top {
    position: -webkit-sticky;
    position: sticky;

    top: 0;
}

div.nav {
    background-color: var(--nav-color);
    display: flex;

    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    overflow: hidden;

    width: 100%;
    height: var(--nav-height);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);

}

div.navImg{
    max-width: 300px;
    overflow: hidden;
    padding: 0 10px;

    flex-shrink:0;
}
a.navImg{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
a.navImg img {
    max-width: 100%;
    /*	max-height: var(--nav-height);*/
    max-height: calc(var(--nav-height) - 25px);
}


div.navButtons {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
    padding: 0;
    padding: 0 20px;
    height: var(--nav-height);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);

}

ul.nav {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;

    padding: 0 10px;

    flex-grow: 1;

    /*box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);*/
}

a.nav {
    padding: 0 17px;
}

div.navAccount{
    display: flex;
    flex-wrap: wrap;
    /*	align-items: center;*/
    height: var(--nav-height);

}

div.navAccountName{
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: var(--nav-height);
    /*	padding-top: calc(var(--nav-height) * 0.1);*/
}

div.navAccountName p { /* betere font size met percentages*/
    flex-shrink: 1;
    font-size: 18px;
    justify-content: center;
    line-height: calc(var(--nav-height) * 0.4);
    padding: 0;
    margin: 0;
}

a.nav, a.navAccount, label.navAccount {

    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;

    text-align: center;

    height: var(--nav-height);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;

    color: var(--nav-text-color);

}

.navLinkContainer{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: var(--nav-height);
    width: min-content;
}
.navLinkContainer span{
    margin-left: 2px;
    font-size: 30px;
    width: 30px;
}


a.navAccount, label.navAccount {
    font-size: 35px;
    padding: 0 calc(var(--nav-height) * 0.5 - 17.5px);
    height: var(--nav-height);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
}

a.nav {
    transition: 0.15s ease-in-out color;

}
a.nav:hover, a.nav:active, a.navAccount:hover, a.navAccount:active,  #active {
    color: var(--nav-ac-color);
}

/*!*/

/*div.alertMessage{*/
/*    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);*/
/*    top: 75px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    position: fixed;*/
/*    z-index: 91;*/
/*}*/
/*div.alertMessage h1{*/
/*    font-family: Raleway, Manrope, Arial;*/
/*    margin: 5px 10px;*/
/*    font-size: 20px;*/
/*}*/
/*div.alertMessage.error{*/
/*    background-color: var(--mla-roze);*/
/*    z-index: 98;*/
/*}*/
/*div.alertMessage.succes{*/
/*    background-color: var(--mla-groen);*/
/*    z-index: 92;*/
/*}*/
/*div.alertMessage.warning{*/
/*    background-color: var(--mla-geel);*/
/*    z-index: 97;*/
/*}*/


/*Compact version for Ipads*/
@media screen and (max-width: 1200px) {

    div.navLinkContainer p {
        display: none;
    }
}

/*Searchbox*/
/*label.searchBox {*/
/*    position: relative;*/
/*    width: min-content;*/

/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-direction: row;*/
/*}*/
/*label.searchBox label{*/
/*    cursor: pointer;*/
/*}*/



/*label.searchBox input{*/
/*    width: 0;*/
/*    border: 0;*/
/*    padding: 0;*/

/*    transition: width 0.2s ease, padding 0.2s ease;*/

/*}*/

/*label.searchBox input:active, label.searchBox input:focus{*/
/*    width: 150px;*/
/*}*/
/*label.searchBox input:active + label, label.searchBox input:focus + label{*/
/*    color: var(--primary-color-dark);*/
/*}*/








/*VV MOBNAV VV*/

nav ul.mobNav, ul.mobNavHeader {
    display: none;
}


@media screen and (max-width: 775px) {
    nav div.nav {
        display: none;
    }

    nav ul.mobNav, ul.mobNavHeader {
        display: block;
    }

    nav ul.mobNavHeader {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: var(--nav-color);
        z-index: 90;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        height: var(--nav-height);

    }
    nav.transparent ul.mobNavHeader{
        background-color: rgba(0,0,0,0);
        box-shadow: 0px 0px 0px;

    }
    nav li.mobNavHeader{
        float: left;
    }
    nav a.mobNavHeader {

        display: block;
        color: var(--nav-text-color);


        text-align: center;
        font-size: 25px;
        padding: 20px 30px;

        white-space: nowrap;
    }
    nav a.mobNavHeader.mobNavTitle {
        padding: 22px 30px 22px;
    }

    nav li.mobNavHeader #logo{
        font-weight: bold;

        position: absolute;
        right: 50%;
        transform: translate(50%);
    }

    /* ? vv Menu vv */

    nav div.mobNav {
        width: 0vw;
        height: 100vh;
        top: 0;
        z-index: 98;
        display: none;
        position: fixed;
        background-color: rgb(0, 0, 0, 0.6);
        transition: .4s;
        -webkit-transition: .4s;
    }

    nav ul.mobNav {
        list-style-type: none;
        /* display: none; */
        height: 100%;
        width: 0;
        margin: 0;
        padding: 0;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        background-color: var(--nav-color);
        overflow-x: hidden;
        padding-top: 15vh;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    }

    nav li.mobNav {
        text-align: center;
        height: auto;
        padding-top: 10px;
        margin-top: 10px;
        display: block;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }

    nav a.mobNav {
        font-family: var(--nav-text-font);
        text-transform: uppercase;
        font-weight: 600;

        font-size: 30px;
        color: var(--nav-text-color);
        padding: 0 10px 5px;
        border-radius: 5px;

        white-space: nowrap;


        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    nav a.mobNav p{
        padding: 0;
        margin: 0;
    }

    nav a.mobNav span{
        margin-left: 6px;
    }


    nav li.mobNav #active{
        color: var(--nav-ac-color);
    }


    nav li.mobNav #activeLogo{
        color: var(--nav-ac-color);
    }

    nav .mobNav .closeBtn{
        position: absolute;
        color: var(--nav-text-color);
        top: 3vw;
        right: 5vw;
        font-size: 50px;
        margin-left: 50px;
    }

}


/*ALERTMESSAGE !*/

div.alertPrompt{
    top: 75px;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 91;
    display: flex;
    flex-direction: column-reverse;
}

div.alertMessage{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);

    position: relative;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
div.alertMessage h1{
    margin: 5px 10px;
    font-size: 18px;
}
div.alertMessage a{
    font-size: 18px;
    text-decoration: underline;
    color: var(--nav-text-color);
}
div.alertMessage span {
    color: white;
    font-size: 22px !important;
    font-weight: bold;
    margin: 5px;
    cursor: pointer;
}


div.alertMessage.error{
    background-color: var(--error-color);
    z-index: 98;
}
div.alertMessage.info, div.alertMessage.consent{
    background-color: var(--info-color);
    z-index: 92;
}
div.alertMessage.success{
    background-color: var(--success-color);
    z-index: 92;
}
div.alertMessage.warning{
    background-color: var(--warn-color);
    z-index: 97;
}
div.alertMessage.warning * {
    color: black !important;
}





