﻿#menu {
    color: black;
}
#menuHeader {
    background: linear-gradient(#135f91, #2e86c1);
    -webkit-box-shadow: 0px 15px 16.83px 0.17px rgb(0 0 0 / 5%);
    /*-webkit-box-shadow: 0px 15px 10px -15px #111;*/
}
.menuNavbar {
    height: 69px;
    width: 50%;
    border-bottom: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin: auto;
}
.HeaderLogo {
    position: absolute;
    margin-left: auto;
    left: 3%;
    width: auto;
    height: 100px;
}
#logoutForm, #manage {
    margin: auto;
}

.headerBox {
    height: 100px;
    width: auto;
    background-color: transparent;
    background: top no-repeat;
    position: relative;
}
.navbarLogin {
    position: absolute;
    width: 17%;
    right: 3%;
    color: #fff;
}

#menu ul {
    margin: 0 auto;
    padding: 0;
    list-style: none
}

#menu ul {
    width: 100%;
}

#menu li {
    float: left;
    display: inline;
    position: relative;
    left: 15px;
}

#menu a {
    display: block;
    line-height: 65px;
    padding: 0 14px;
    text-decoration: none;
    color: white;
    font-size: 16px;
}

#menu a.dropdown-arrow:after {
    content: "\23F7";
    margin-left: 5px;
}

/*#menu li a:hover, li a:active {
    color: #0099CC;
    background: #F2F2F2;
    font-size: 125%;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 10px 10px;
}*/

#menu input {
    display: none;
    margin: 0;
    padding: 0;
    height: 69px;
    width: 100%;
    opacity: 0;
    cursor: pointer
}

#menu label {
    display: none;
    line-height: 65px;
    text-align: center;
    position: absolute;
    left: 35px
}

#menu label:before {
    font-size: 1.6em;
    content: "\2261";
    margin-left: 20px;
}

#menu ul.sub-menus {
    height: auto;
    overflow: hidden;
    width: 170px;
    background: #205285;
    position: absolute;
    z-index: 99;
    display: none;
}

#menu ul.sub-menus li {
    display: block;
    width: 100%;
}

#menu ul.sub-menus a {
    color: #FFFFFF;
    font-size: 16px;
}

#menu li:hover ul.sub-menus {
    display: block
}

#menu ul.sub-menus a:hover {
    background: #F2F2F2;
    color: #444444;
}

@media screen and (max-width: 1300px) {
    #menu {
        position: relative
    }

    #menu ul {
        background: #111;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 3;
        height: auto;
        display: none;
    }

    #menu ul.sub-menus {
        width: 100%;
        position: static;
    }

    #menu ul.sub-menus a {
        padding-left: 30px;
    }

    #menu li {
        display: block;
        float: none;
        width: auto;
    }

    #menu input, #menu label {
        position: absolute;
        top: 0;
        left: 0;
        display: block
    }

    #menu input {
        z-index: 4
    }

    #menu input:checked + label {
        color: white
    }

    #menu input:checked + label:before {
        content: "\00d7"
    }

    #menu input:checked ~ ul {
        display: block
    }
}
#ALinkHeader {
    text-decoration: none;
    /*display: inline-block;*/
    position: relative;
}

#ALinkHeader:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    /*display: block;*/
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

#ALinkHeader:hover:after {
    width: 100%;
    left: 0;
}

@media screen and (max-height: 300px) {
    ul {
        margin-top: 40px;
    }
}
.RemoveIfTooSmall , .RemoveIfTooSmall::after{
    display: block;
}
@media (max-width: 1010px) {
    .RemoveIfTooSmall {
        display: none !important;
    }
}

@media (max-width: 600px) {
    #LoginTexts {
        margin: auto;
        margin-left: -11%;
    }

    .afmeldenknopmobile {
        margin-top: 0;
        margin-left: -2%;
    }

    .registerloginknopmobile {
        display: block;
        flex: none;
        flex-direction: column;
    }
}
