.divNAVI {
    z-index: 210;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 22, 77, .77);
    background-color: rgba(0, 0, 0, .77);
    border: none;
    position: fixed;
    top: 0;
    right: 0;
    /*display: flex;*/
    display: none;
    /*align-items: center;  */
    justify-content: right;
    padding-bottom: 20px;
}
.divNAVIBOX {
    display: inline-block;
    width: 450px;
    height: auto;
    background-color: rgba(255, 255, 255, .85);
    background-color: #FFF;
    padding: 25px 55px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: -20px;
}
.divNAVIGROUP {
    float: left;
    border-bottom: 1px dotted #14395B;
    padding: 0px;
    width: 390px;
}
.divNAVIMAIN {
    text-align: left;
    /*width: 100%;*/
    min-width: 250px;
    padding: 2px 0 2px 3px;
    margin-top: 5px;
    margin-bottom: 3px;
    color: rgba(0, 28, 99);
    color: #14395B;
    border: none;
    float: left;
    clear: both;
    font-size: 20px;
    /* font-weight: bold; */
    cursor: pointer;
    border-left: 2px solid rgba(0, 0, 0, 0);
    transition: all .2s ease-in-out;
}
.divNAVISUB1 {
    margin-top: 0px;
    margin-left: 20px;
    color: #14395B;
    font-size: 17px;
    transition: all .2s ease-in-out;
    /*min-width: 300px;*/
}
.divNAVIMAIN:hover {
    border-left: 2px solid #e07033;
    color: #fff;
    background-color: #e07033;
}
.divNAVIFAVORITEN {
    z-index: 110;
    width: auto;
    height: 50px;
    top: 0;
    right: 90px;
    margin: 0;
    float: right;
    position: fixed;
    background-color: none;
}
.btnNAVIHEAD {
    width: auto;
    min-width: 40px;
    height: 35px;
    top: 0;
    left: 0;
    margin: 9px 10px;
    padding-right: 10px;
    border: none;
    background: none;
    color: #14395B;
    font-size: 19px;
    text-align: center;
    cursor: pointer;
    float: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: all .2s ease-in-out
}
.btnNAVIHEAD:hover {
    color: #fb5a04;
    background-size: 90%;
}
.btnNAVIMENU {
    z-index: 200;
    min-width: 65px;
    top: 0;
    right: 0;
    margin: -5px 15px 0 0;
    color: #14395B;
    background: none;
    font-size: 45px;
    cursor: pointer;
    position: fixed;
    padding: 0;
    text-align: center;
    text-decoration: none;
    border: none;
    transition: all .2s ease-in-out;
    border-radius: 33px;
    border-radius: 8px;
    /*background-color: rgba(255, 255, 255, 0.4);*/
    background: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.37), rgba(255, 255, 255, 0));
    /*background: radial-gradient(rgba(252, 114, 42, 1), rgba(252, 114, 42, 0.37), rgba(252, 114, 42, 0));*/
}
.btnNAVIMENU:hover {
    color: #FC722A;
}
.btnUNIONJACK {
    z-index: 200;
    /*width: 80px;*/
    height: 30px;
    top: 12px;
    left: 5px;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #FFF;
    background-image: url(layout/unionjack.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: transform .2s;
    /* Animation */
    width: 65px;
    cursor: pointer;
    border: none;
}
.btnUNIONJACK:hover {
    transform: scale(1.2);
}
.btnNAVIMENUCLOSE {
    z-index: 300;
}
.btnUP {
    display: none;
    top: 56px;
    font-size: 38px;
}
.btnUP:hover {
    color: #FC722A;
}
.btnBACKGRND {
    display: none;
}
@media all and (max-width: 1200px) {
    .btnNAVIMENU {
        margin: -12px 40px 0 0;
        font-size: 115px;
        padding: 0px 15px 5px 0px;
    }
    .btnUNIONJACK {
        /*width: 80px;*/
        height: 115px;
        top: 35px;
        left: 30px;
    }
    .btnUP {
        top: 28px;
        margin-right: 225px;
        font-size: 85px;
    }
    .btnBACKGRND {
        width: 100px;
        height: 150px;
        top: 0px;
        right: 0px;
        position: fixed;
        background-color: rgba(255, 255, 255, 0.77);
        margin: 0;
        border: 1px solid #F00;
    }
    .btnNAVIMENUCLOSE {
        margin: 10px 35px 0 0;
    }
    .divNAVIBOX {
        width: 100%;
        height: auto;
        margin-right: -20px;
    }
    .divNAVIGROUP {
        float: left;
        border-bottom: 1px solid #14395B;
        padding: 0px;
        width: 80%;
    }
    .divNAVIMAIN {
        font-size: 60px;
    }
    .divNAVISUB1 {
        font-size: 50px;
        margin-left: 40px;
    }
    .divNAVIFAVORITEN {
        display: none;
    }
}