﻿#hamburger{
    display:none;
}
#menuBar {
    background-color: white;
    padding: 4vw;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    z-index: 999;
}
    #menuBar a {
        color: #c40219;
        text-decoration: none;
        font-size: 24px;
        font-weight: bolder;
    }
        #menuBar a:hover {
            color: #c40219;
            text-decoration: none;
            font-size: 24px;
            font-weight: bolder;
        }

.langbar a {
    border: solid 1px white;
    padding: 1px;
    font-size:16px!important;
    font-weight: bolder;
    width:30px;
    text-align:center;
}



.activeLang {
    background-color: white;
    color:black!important;
}

.langbar {
    position: relative;
    transform: translate(0, -15px);
}

.langBtnContainer {
    position: absolute;
}

.langBtn {
    color: #c40219;
    border: 2px solid #c40219;
    background-color: white;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    width:36px;
}

a.langBarLink {
    text-decoration: none;
    color: #c40219;
}

    a.langBarLink:hover {
        text-decoration: none;
        color: white;
    }

.hideLangBtn {
    display: none;
}

@media only screen and (max-width: 1130px) {
    #menuBar {
        display: none;
    }

    #hamburger {
        display: block;
        z-index: 100;
        position: fixed;
        top: 0;
        left: 0;
        /*background-color: rgba(44,44,44,0.75);*/
        background-color: white;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 5vw;
        padding-right: 5vw;
        width: 100vw;
    }

    .menuItem_mobile {
        font-size: 30px;
        margin: 30px;
        margin-bottom:20px;
        margin-top:20px;
    }
    .menuItem_mobile a {
        color: white;
        text-decoration: none;
    }

        .menuItem_mobile a:hover {
            color: white;
            text-decoration: none;
        }

    .modal {
        --bs-modal-bg: rgba(0, 67, 51);
    }

    .modal-dialog {
        margin: 0;
    }

    .menuItem_mobile {
        color: white;
        overflow:hidden;
    }
    .modal-dialog {
        height: 100vh!important;
        width: 100vw!important;
        --bs-modal-width: 100%;
        margin: 0;
    }
    #menuModal .modal-body .menuTop .closeBtnOuter .btn-close {
        background: transparent url(/handovermuseum/img/frame/menupullupW.png) center no-repeat;
        width: 40px;
        height: 40px;
        padding: 0;
        margin: 0;
    }
    .closeBtnOuter{
        display:flex;
        justify-content:flex-end;
    }
    /*#menuModal .modal-dialog .modal-content .modal-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }*/
    .menuArrow{
        display:none;
    }
    a.scroll-link.oneBtn.active {
        color: #cef446;
    }

        a.scroll-link.oneBtn.active .col {
            display: flex;
            align-content: center;
        }

            a.scroll-link.oneBtn.active .col span {
                flex: 0 0 auto;
                display: flex;
                align-items: center;
                padding-right: 10px;
                /*flex-basis: min-content;*/
            }

            a.scroll-link.oneBtn.active .col .menuArrow {
                display: block;
                flex: 1 1 auto;
                background-image: url(/fimm/35/img/frame/icoleft.png);
                background-repeat: no-repeat;
                background-position-x: 0;
                background-position-y: center;
            }

    .langBtn{
        background-color:transparent;
    }

    .modal-content {
        height: 100% !important;
    }

    .menuItem_mobile a.langBtn {
        /*color: white;*/
        padding: 2px;
        
        border:none;
        margin-right: 14px;
        font-size:20px;
    }
}
