/* resize the svg btn of accessibility*/
#INDmenu-btn{
    /*top:20px !important;*/
    bottom: inherit !important;
}
#INDmenu-btn svg{
    /*height:40px; !important;*/
}
/* resize the svg btn of accessibility*/
#INDbtnWrap #INDmenu-btn{
    top:150px;
    /*bottom:20px !important;*/
    /*zoom: 2; !* IE *!*/
    /*-moz-transform: scale(2); !* Firefox *!*/
    /*-moz-transform-origin: 0 0;*/
    /*-o-transform: scale(2); !* Opera *!*/
    /*-o-transform-origin: 0 0;*/
    /*-webkit-transform: scale(2); !* Safari And Chrome *!*/
    /*-webkit-transform-origin: 0 0;*/
    /*transform: scale(2); !* Standard Property *!*/
    /*transform-origin: 0 0;  !* Standard Property *!*/
}

.loader_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.6);
    z-index: 10000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #ffffff;
}

@media(min-width: 1024px){
    #INDmenu-btn svg{
        height:40px; !important;
    }
}

#INDmenu-btn svg {
    width: 50px !important;
    height: 33px !important;
}
@media(max-width: 1024px) {
    #INDmenu-btn svg {
        width: 80px !important;
        height: 30px !important;
    }
}

/* sticky header 25.12.2018 */
header#homepageHeader.sticky {
    position: fixed;
    top:0;
    left:0;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.5);
}