#map-cont {
    position: absolute;
    z-index: 600;
    display: none;
    font-size: 30px;
    font-family: "DINPro";
}

#map {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #bbbbbb;
    background-image: url('../assets/maps/map_de.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#map-layer,
#map-points {
    position: absolute;
    z-index: 601;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#map-points {
    z-index: 602;
}

#map-points div.mappoint,
#map-points div.mappoint-marker {
    position: absolute;
    transform: scale(0.5);
    background-image: url('../skin/mappoint.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

#map-points div.mappoint-marker {
    background-image: url('../skin/mappoint_marker.png');
}

#map-text {
    position: absolute;
    z-index: 603;
}

#map-text div {
    position: absolute;
    width: 300px;
    margin-left: 76px;
    margin-top: 50px;
}

#map-text div:last-child {
    margin-left: 492px;
}

#map-close {
    position: absolute;
    z-index: 604;
    top: -30px;
    right: -30px;
    cursor: pointer;
}

#map-close img {
    width: 60px;
    height: 60px;
}



/* Map Menu */

#map-menu {
    position: absolute;
    z-index: 603;
    width: auto !important;
    height: auto !important;
    top: 50px;
    left: 1655px;
}

#map-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#map-menu ul li {
    padding: 0;
    margin-bottom: 5px;
    cursor: pointer;
    line-height: 1.2;
}

#map-menu ul li div {
    display: table-cell;
    padding: 0px;
}

#map-menu ul li div:first-child {
    width: 42px;
    height: 42px;
}

#map-menu ul li div:first-child div {
    position: absolute;
    padding: 0;
    width: 26px;
    height: 26px;
    margin: 8px;
    background-color: #727272;
}

#map-menu ul li div:last-child {
    padding-left: 3px;
    padding-top: 4px;
    color: white;
}

#map-menu #reset {
    margin-top: 30px;
}