body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    width:  100%;  
}

#map {
    width: 100%;
    height: 100%;
}

aside {
    width:  220px;
    background-color: rgb(215, 215, 215);
    background-color: rgba(255, 255, 255, 0.80);
    overflow: auto;
    padding: 3px;
    position: absolute;
    right: 15px;
    overflow: auto;
    max-height: 90%;
    top: 15px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    resize: vertical;
    
}

nav {
    position: absolute;
    left: 50px;
    top: 10px;
    padding: 3px;
    background-color: rgb(215, 215, 215);
    background-color: rgba(255, 255, 255, 0.80);
    border-radius: 3px;
}

h3 {
    margin-top:  2px;
    margin-bottom: 2px;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 15px;
}

#popup, #popup2 {
    position: absolute;
    top: -1000px;
    left: 0px;
    display: none;
    background-color: rgb(215, 215, 215);
    background-color: rgba(255, 255, 255, 0.80);
    border-radius: 3px;
}
#popup2 {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 3px;
}

#warnung {
    z-index: 1000;
    text-align: center;
    vertical-align: middle;
    padding-top: 30%;
    font-size: 30px;
    height: 100%;
    width:  100%;
    display: none;
    color:  #000;
    position: absolute;
    top:  0px;
    left:  0px;
    background-color: rgba(255, 0, 0, 0.5);
}

#logout {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 3px;
    background-color: rgb(215, 215, 215);
    background-color: rgba(255, 255, 255, 0.80);
    border-radius: 3px;
    border-bottom-left-radius: initial;
}

#einsatzneu {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgb(200,200,200);
    background-color: rgba(255, 240, 170, 0.8);
    overflow: auto;
    padding: 3px;
    max-height: 90%;
    top: 15px;
    border-radius: 3px;
    border: 1px solid rgba(245, 180, 23, 0.5);
}

.ol-scale-line {
    bottom: 30px;
}
.ol-full-screen {
    top: inherit;
    right:  inherit;
    bottom: 53px;
    left: 8px;
}