/* *****Google Maps ***** */
.map-container iframe{
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative; /* IE needs a position other than static */
}

.map-container iframe.clicked{
    pointer-events: auto;
}

.google_maps
{
    margin-top:82px;
    display: none !important;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.map-container--inner {
    width: 100%;
    display: flex;
    position: relative;
    height: 642px;
    background: lightgray;
    margin-top: 82px;

    background-image: url(https://wolf-bedachungen-fassaden-holzbau.de/wp-content/uploads/2024/07/Map-Marker.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.map-container--inner a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}