



@media only screen and (max-height: 750px) {
    .ssi-modalWrapper {
        margin: 20px auto 0;
    }
    .ssi-buttons .ssi-modalBtn {
        top: 0;
    }
}
@media only screen and (max-width: 600px) {
    #site_info, #site_imprint, #site_suggestion {
        display: none !important;
    }
    #header {
        display: block;
    }
    #menu_container, #menu_opener {
        top: 65px;
    }
}
@media only screen and (max-width: 350px) {
    #menu_opener  {
        left: auto;
        right: 0px;
    }
}
@media only screen and (max-height: 360px) {
    #site_gw {
        right: 80px;
    }
    #map_zoom {
        bottom: 20px;
    }
}