/* Ebene (background) */
.ebene {
    display: none;
    z-index: 4; /* Sit on top */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: inherit;
    background-color: #333333;
}

/* Ebene Inhalt */
.ebene-content {
    position:relative;
    border:none;
    margin-left:6.2em; 
    height:62%; 
}



#mwImg:hover {
cursor: pointer;
}

/* The Close Button */
.closeimg {
    position: fixed;
    top:0; 
    left:0.2em;
    color: #ffffff;
    opacity: 0.7;
    font-size:3em;
    font-weight:bold;
}

.closeimg:hover,.closeimg:focus {
   text-decoration: none;
   cursor: pointer;
   opacity: 1;
}