/* header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 11;              
    display: none;
}
#header_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 22px;
    font-weight: normal;
    z-index: 999;
    text-align: center;
    font-size: 19px;
    line-height: 19px;
    text-transform: uppercase;
}
/* navigation */
.nav-button {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 33px;
    height: 32px;
    cursor: pointer;
    border: 0 none;
    z-index: 999;
    /* text-indent: -9999px; */
}
.nav-button.open {
    
}
.primary-nav {
    width: 100%;
    float: none;
    display: block;
    height: 65px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 998;
    clear: both;
}
.primary-nav li {
    display: none;
    width: 100%;
}
.primary-nav li a {
    display: block;
    width: 100%;
    padding: 18px 18px;
    font-size: 14px;
    text-decoration: none;
}
.primary-nav li a:hover {
    background-color: rgba(0,0,0,.5);
    border-top-color: transparent;
}
.primary-nav > li:first-child {
}
/* Toggle the navigation bar open  */
.primary-nav.open { 
    height: auto; 
    padding-top: 65px;
}
.primary-nav.open li { 
    display: block; 
}
.primary-nav.open li .line { 
    border-bottom: 1px solid #fff;
    margin: 0 18px;
    width: auto;
    height: 1px;
}
/* Submenus – optional .parent class indicates dropdowns */
.primary-nav > li:hover > a {
    background: rgba(0,0,0,.5);
    border-bottom-color: transparent;
}
.primary-nav li.parent > a:after {
    content: "▼";
    color: rgba(255,255,255,.5);
    float: right;
}
.primary-nav li.parent > a:hover {
    background: rgba(0,0,0,.75);
}
.primary-nav li ul {
    display: none;
    background: rgba(0,0,0,.5);
    border-top: 0 none;
    padding: 0;
}
.primary-nav li ul a {
    border: 0 none;
    font-size: 14px;
    padding: 10px 5%;
    font-weight: normal;
}
.primary-nav li:hover ul {
    display: block;
    border-top: 0 none;
}




@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;
    }
}