/* Menüleiste und Logo*/
#g-navigation {
    min-height: 100px;
}
.g-logo img {
    position:absolute;
    max-height: 180px !important;
}

/* Overlay im Headerbereich (Abdunkeln der Grafiken) */
#overlay {
    position:absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0,0,0,0.5); Black background with opacity */
    z-index: 10;
  }


/* Infobubble */
.container_infobubble {
    z-index: 10;
}

.infobubble {
    min-height: 300px !important;
}





.g-container {
    z-index: -100 !important;
    background-color: transparent !important;
}