@charset "utf-8";

/* style Google map stuff */


#mapContainer {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    text-align: center;
}

#mapContainer img.map-preview {
    width: 745px !important;
    height: 450px !important;
}



/* google static map image  */

.btn-map {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #0073BD;
    color: #0073BD;
    width: 200px;
    padding: 10px 10px;
    border-radius: 6px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
    white-space: nowrap;
    pointer-events: none;
}

.centered {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
}

.karte img {
    border: 0 !important;
}

.karte .map-preview {
    filter: alpha(opacity=100);
    opacity: 1;
}

.karte:hover .map-preview:hover {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
