#map {
    width: 100%;
    height: 100%;
    min-height: 715px;
    z-index: 1;
}

.mapitemTitle{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}

.mapiItemImg{
    text-align: center;
    margin: 4px 0 4px 0;
}

.mapiItemImg img{
    max-width: 100%;
}

.mapitemText{
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 5px;
}

.mapitemGPS{
    font-weight: normal;
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
}

.mapitemLink,
.mapitemLink:visited{
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    color: #bb0c19 !important;
    font-weight: bold;
}

.mapitemLink:hover{
    color: #FF0000 !important;
}

.mapitemHinweis{
    margin-top: 5px;
    color: #6666FF;
    font-size: 12px;
}