.menu {
    color: white;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 16px;
}

.menu .menu-open-close {
    display: none;
    margin: 0;
    width: 45px;
    height: 38px;
    border: 1px solid white;
    border-top: none;
    border-bottom: none;
}

.menu .menu-open-close.menu-open {
    background: url(../../5.6.019.2/platform/component/view/icons-yellow/hamburger.svg) no-repeat center;
    cursor: pointer;
}

.menu .menu-open-close.menu-close {
    background: url(../../5.6.019.2/platform/component/view/icons-yellow/hamburger-x.svg) no-repeat center;
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 101;
    border: none;
}

.menu .menu-items {
    display: flex;
    justify-content: space-between;
}

.menu .menu-items .menu-items-left {
    display: flex;
    flex-wrap: nowrap;
}

.menu .menu-items .menu-items-right {
    display: flex;
    flex-wrap: nowrap;
}

.menu .menu-item,
.menu .menu-item.active {
    display: block;
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 85px 0 3px 0;
    height: 130px;
    line-height: 32px;
    background-repeat: no-repeat;
    text-align: center;
    white-space: nowrap;
    min-width: 100px;
    /*width: 160px;*/
    max-width: 180px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu .menu-item.active {
    background-color: #fff;
    color: black;
}

.menu .menu-items.menu-items-1 a.menu-item {
    width: calc(calc(100vw - 300px - 300px - 15px) / 1);
}

.menu .menu-items.menu-items-2 a.menu-item {
    width: calc(calc(100vw - 300px - 300px - 15px) / 2);
}

.menu .menu-items.menu-items-3 a.menu-item {
    width: calc(calc(100vw - 300px - 300px - 15px) / 3);
}

.menu .menu-items.menu-items-4 a.menu-item {
    width: calc(calc(100vw - 300px - 300px - 15px) / 4);
}

.menu .menu-items.menu-items-5 a.menu-item {
    width: calc(calc(100vw - 300px - 300px - 15px) / 5);
}

.menu .menu-items.menu-items-6 a.menu-item {
    width: calc(calc(100vw - 300px - 300px - 15px) / 6);
}

.menu .menu-items.menu-items-7 a.menu-item {
    width: calc(calc(100vw - 300px - 300px - 15px) / 7);
}

.menu .menu-items.menu-items-8 a.menu-item {
    width: calc(calc(100vw - 300px - 300px - 15px) / 8);
}

.menu .menu-items.menu-items-9 a.menu-item {
    width: calc(calc(100vw - 300px - 300px - 15px) / 9);
}

.menu .menu-items.menu-items-10 a.menu-item {
    width: calc(calc(100vw - 300px - 300px - 15px) / 10);
}

.menu .menu-item .font-awesome-icon {
    margin-left: 8px;
    font-size: 42px;
    position: fixed;
    top: 34px;
}

.menu .menu-item.icon-calendar-large {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/calendar-large.svg);
    background-position: 55% 33px;
}

.menu .menu-item.icon-dashboard-large {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/dashboard-large.svg);
    background-position: 50% 33px;
}

.menu .menu-item.icon-person-overview-large {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/person-overview-large.svg);
    background-position: 55% 33px;
}

.menu .menu-item.icon-my-overview-large {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/my-overview-large.svg);
    background-position: 55% 33px;
}

.menu .menu-item.icon-person-add-large {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/person-add-large.svg);
    background-position: 50% 33px;
}

.menu .menu-item.icon-clipboard-list-check {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/clipboard-list-check.svg);
    background-position: 50% 30px;
    background-size: 36px;
}

.menu .menu-item.icon-mi-large {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/mi-large.svg);
    background-position: 52% 40px;
}

.menu .menu-item.icon-configuration-large {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/configuration-large.svg);
    background-position: 55% 33px;
}

.menu .menu-item.icon-organisation-large {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/organisation-large.svg);
    background-position: 52% 33px;
}

.menu .menu-item.icon-location-large {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/location-large.svg);
    background-position: 52% 32px;
}

.menu .menu-item.icon-register-large {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/register-overview-large.svg);
    background-position: 55% 33px;
}

.menu .menu-item.icon-shortcut-large {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/shortcut-overview-large.svg);
    background-position: 55% 33px;
}


.menu .menu-item.icon-calendar-large.active {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/calendar-large-hover.svg);
}

.menu .menu-item.icon-dashboard-large.active {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/dashboard-large-hover.svg);
}

.menu .menu-item.icon-person-overview-large.active {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/person-overview-large-hover.svg);
}

.menu .menu-item.icon-my-overview-large.active {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/my-overview-large-hover.svg);
}

.menu .menu-item.icon-clipboard-list-check.active {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/clipboard-list-check-hover.svg);
}

.menu .menu-item.icon-person-add-large.active {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/person-add-large-hover.svg);
}

.menu .menu-item.icon-mi-large.active {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/mi-large-hover.svg);
}

.menu .menu-item.icon-configuration-large.active {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/configuration-large-hover.svg);
}

.menu .menu-item.icon-organisation-large.active {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/organisation-large-hover.svg);
    background-position: 55% 33px;
}

.menu .menu-item.icon-location-large.active {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/location-large-hover.svg);
    background-position: 55% 33px;
}

.menu .menu-item.icon-register-large.active {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/register-overview-large-hover.svg);
}

.menu .menu-item.icon-shortcut-large.active {
    background-image: url(../../5.6.019.2/platform/component/view/icons-yellow/shortcut-overview-large-hover.svg);
}


.not-touch .menu .menu-item:not(.active):hover,
.not-touch .menu .menu-item:not(.active):focus {
    background-color: #fe9a12;
}

.not-touch .menu .menu-item.active .font-awesome-icon {
    color: #fe9a12;
}

.menu .menu-item-left {

}

.menu .menu-item-right {

}

/* Collapse menu let op dit moet dezelfde query zijn als collapse header */
@media screen and (max-height: 700px), screen and (max-width: 1200px) {
    .menu .menu-open-close {
        display: block;
    }

    .menu .menu-items-container {
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 100vh;
        z-index: 100;
        opacity: 0;

        transition: opacity 200ms ease-in, visibility 200ms step-end, bottom 200ms step-end;

        height: 100%;
        overflow-y: auto;

        background: #f443b5; /* Old browsers */
        background: -moz-radial-gradient(10% top, ellipse cover, #FF4297 0%, #D746FB 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(10% top, ellipse cover, #FF4297 0%, #D746FB 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at 10% top, #FF4297 0%, #D746FB 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4297', endColorstr='#D746FB', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    }

    .menu .menu-items {
        display: block;
        min-height: 100%;
        padding-top: 25px;
    }

    .menu .menu-items .menu-items-left,
    .menu .menu-items .menu-items-right {
        display: block;
    }

    .menu .menu-item,
    .menu .menu-item.active {
        float: none;
        display: inline-block;
        width: 100% !important;
        text-align: center;
        padding: 0;
        height: 45px;
        line-height: 40px;
        margin: 0;
        background: transparent;
        border-radius: 0;
        max-width: none;
    }

    .menu .menu-item.active {
        border: none;
        color: white;
    }

    .menu .menu-item .font-awesome-icon {
        display: none;
    }

    .menu .menu-items a.menu-item,
    .menu .menu-items a.menu-item.active {
        background: none;
    }

    .not-touch .menu .menu-item:not(.active):hover,
    .not-touch .menu .menu-item:not(.active):focus {
        color: white;
        background-color: transparent;
    }

    .menu .menu-item.active > span {
        border-bottom: 1px solid white;
    }

    .menu.menu-open .menu-items-container {
        visibility: visible;
        opacity: 1;
        bottom: 0;

        transition: opacity 200ms ease-in, visibility 200ms step-start, bottom 200ms step-start;
    }
}
