body {
    background: #0b2822;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    vertical-align: middle;
    border-style: none;
}


#mainDiv {
    color: #0bba8c00;
    height: 100%;
    width: 100%;
    top: 1%;
    z-index: 1;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    /*color: #06c6ceef;
    top: 16%;
    left: 34%;
    transform: translate(0%, 0%);
    position: absolute;
    width: 450px;
    height: 400px;
    z-index: 1;
    align-items: center;
    justify-content: center;
    display: flex !important;
    flex-direction: column !important;*/
}
#roomDiv {
    color: #0bba8c00;
    height: 100%;
    width: auto;
    /*top: 1%;
    left: 34%;*/
    z-index: 2;
    margin: auto;
    align-items: center;
    justify-content: center;
    position: absolute;
    
}
#contentDiv {
    color: #06c6ceef;
    top: 16%;
    left: 50%; /* erst in Mitte setzen, dann mit translate verschieben, bis es passt*/
    transform: translate(-50%, 0%); /* dann sitzt es auch bei kleinerem Fenster noch*/
    position: absolute;
    width: 450px;
    height: 400px;
    z-index: 3;
    align-items: center;
    justify-content: top, ;
    display: flex !important;
    flex-direction: column !important;
    overflow-y: scroll; /* Vertical scroll */
    overflow: auto; /* scroll bar erscheint nur wenn nötig*/
}

#menuDiv {
    z-index:4;
    position: absolute;
    top: 10%;
    ul {list-style-type: none;
        margin: 0;
        padding: 0;
    }
    ul li {
        float: left;
    }

    ul li a {
        display: block;
        color: #006680;
        text-align: center;
        padding: 1px 23px;
        text-decoration: none;
        
    }
    ul li a:hover {
        background-color: #00dfe8ef;
        border-radius:8px;
    }
    ul li a:active {
        background-color: #00dfe8ef;
    }
}

#mailDiv {
    position: absolute;
    bottom: 0%;
    left: 48%;
    z-index: 4; 
}

.container {
    position: relative;
    width: 8%;
}
.overlay { /* Klasse zur Einstellung des Overlays*/
   position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0; /* ohne hover keine opacity */
}

.overlay:hover {
    
    opacity: 1;
}

#creatureconsortDiv {
    position: absolute;
    bottom: -1%;
    left: -1%;
    z-index: 4;
    overflow: clip;
    ;
}

#creatureboxDiv {
    position: absolute;
    bottom: 4%;
    left: 22%;
    width: 80px;
    z-index: 5;
    align-content: center;
    transform: translate(-49%, 0%); /* dann sitzt es auch bei kleinerem Fenster noch*/
}

.creature {
    position: absolute;
    opacity: 0;
    bottom: 0;
}
.creature.show {
    position: absolute;
    opacity: 75%;
}

creature6 {                     /*no fucking clue, wie ich die einzelnen Bilder nachjustieren kann... */
    position: absolute; 
    transform: translate(50%, 0%);
}

#galleryDiv {
    background-color: none;
    color: #06c6ceef;
    top: 15%;
    left: 0;
    transform: translate(0%, 0%);
    position: absolute;
    width: 100%;
    height: 88%;
    z-index: 11;
    align-items: center;
    justify-content: top, ;
    column-count: 3;
    column-gap: auto;
    column-width: auto;
    column-fill: balance; /*gleichmäßig auf Spalten verteilt*/
    column-rule-style: hidden;
    display: flex !important;
    flex-direction: column !important;
    overflow-y: scroll; /* Vertical scroll */
    overflow: auto; /* scroll bar erscheint nur wenn nötig*/   
}

 #galleryitemDiv {
        background-color: #0b2822;
        color: #06c6ceef;
        top: 1%; /* wo sich der ganze grüne Kasten befindet */
        left: 0%;
        transform: translate(0%, 0%);
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 16;
        align-items: center;
        justify-content: top ; 
        object-fit: cover;
        border-radius: 3px;
    }
.art {
    top: 4px;
    left: 4px;
    right: 4px;
    position: relative;
    max-width: 100%;
    height: 100%;
    z-index: 18;
    align-items: center;
    justify-content: top;
    border-radius: 3px;
    
    
}

.headline {
    align-items: center;
    height:70px;
    position: relative;
    display: block; /* turns image from inline element to block element and makes it positionable*/
    margin: auto; /* positions block element in the middle*/
}
/*@media screen and (max-width: 720px) {
    #mainDiv {
        color: #ffffffef;
        width: 500px;
        height: 500px;
        top: 14%;
        left: 16%;
        transform: translate(40%, -71%);
        position: absolute;
        z-index: 5;
        /*align-items: center;
        justify-content: center;
        display: flex !important;
        flex-direction: column !important; */
    



#MainText {
    color: #165044;
    text-align: left, top !important;
    font-family: Courier New, Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 0.6;
    margin-top: 0;
}

