#gate {
    position: fixed;
    z-index: 9999999999;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	opacity: 0;
}

.bremer-logo-svg {
    position: fixed;
    z-index: 99999999999999999999;
    display: none;
    height: auto;
    width: 100%;
    max-height: 90%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.st0 {
    /*!*fill: none;*!*/
    /*stroke-width: 15;*/
    /*stroke-miterlimit: 10;*/
    /*opacity: 0;*/
    /*position: absolute;*/
}

#menu-icon {
    float: left;
    margin-top: 1px;
    width: 28px;
}
.hamburger-block {
    fill: #000;
}
#close, #circle, #star {
    visibility: hidden;
}

#menu-icon {
    float: left;
    margin-top: 1px;
    width: 28px;
}
.hamburger-block {
    fill: none;
    stroke: #000000;
    stroke-width: 15;
    stroke-miterlimit: 10;
}
#close, #circle, #star {
    visibility: hidden;
}
