#MapApp {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    border: 1px solid #808080;
    overflow: hidden;
}

#OpenMapContainer {
    background: rgba(51, 51, 51, 0.5);
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #ffffff;
    text-align: center;
    padding-top: 85px;
    cursor: pointer;
}

#MapContainer {
    display: block;
    position: relative;
    width: 100%;
    min-height: 200px;
    border: 1px solid #808080;
    background: url('/fileadmin/images/karten/1000.jpg');
    background-size: 100% auto;
    overflow: hidden;
}

#MapContainerPanel {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    overflow-y: auto;
    border: 1px solid #808080;
    background-color: #808080;
    color: #ffffff;
    padding: 1rem;
    font-size: 0.82rem;
}

#MapContainer img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
}
