
.MapWidget {
    position: relative;
}

.MapWidget .header {
    width: 100%;
    height: 60px;
    line-height: 65px;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 9999999;
    background-color: #fff;
    opacity: 0.8;
    overflow: hidden;
}

#map_canvas {
    height: 500px;
    width: 100%;
}

.map-marker {
    display: none;
}

.station-overlay {
    background-color: #fff;
    border: none;
    position: absolute;
    visibility: hidden;
    font-family: "Myriad W01 Lt";
    font-size: 14px;
}

.station-overlay-close {
    height: 22px;
    background: url(../images/close_schwarz1.png) scroll no-repeat right top;
    margin: 5px;
}

.station-overlay h3 {
    font-size: 24px;
    font-family: "Myriad W01 Lt";
    margin: 20px 20px 10px;
    color: #4d6182;
}


.station-overlay p {
    font-family: "Myriad W01 Lt";
    font-size: 14px;
    margin: 10px 20px;
}


@media(max-width: 768px) {
    .MapWidget .header {
        height: 36px;
        font-size: 24px;
        line-height: 36px;
        padding: 0;
        margin: 0;
    }
}
