body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

/*.map {
    position: fixed;
    top: 112px;
    left: 0;
    width: 100%;
    height: calc(100vh - 112px);
    background-color: rgb(40, 39, 48);*/ /* Change this to any color or background image you like */
    /*z-index: 1;
    pointer-events: auto;
}*/

.map {
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    height: calc(100vh - 48px);
    background-color: rgb(40, 39, 48); /* Change this to any color or background image you like */
    z-index: 1;
    pointer-events: auto;
}

.layer2{
    position: relative;
    z-index: 2;
}

.H_imprint{
    display: none !important;
}

.rightTable {
    width: 33%;
    max-height: calc(100vh - 112px);
    right: 0px;
    position: absolute;
    overflow-y: auto;
    overflow-x: clip;
    opacity: 0.9;
}

.infoArea {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 30%;
    max-width: 500px;
    min-width: 410px;
    opacity: 0.9;
}

.infoAreaPlz {
    position: fixed;
    bottom: 0px;
    left: 0px;
    max-width: calc(50vw);
    min-width: 410px;
    opacity: 0.9;
}

.infoCellWidth {
    min-width: 110px;
}

.infoMarker {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.infoText {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 6px;
    margin-right: -6px;
}

.infoHoveredHospital {
    display: inline-block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 4px 10px 4px 10px;
}

.kh_table {
    max-height: 56px !important;
    min-height: 56px !important;
    height: 56px !important;
}