#backgroundImage{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.5;
}
#content{
    padding: 0;
    background: #F7F7F7;
}
#map{
    z-index: 1;
    width: 60vw;
    height: 70vh;
    margin: 3vh auto;
}

#mapWrapper{
    z-index: 1;
    display: flex;
    align-content: center;
    padding: 1em;
}

/*---MEDIA_QUERIES--------------------*/
@media (max-width: 768px){

}

@media (max-height: 450px) {

    iframe{
        width: 90%;
        height: 50%;
        margin: 0 auto;
    }

    footer{visibility: hidden;}


}

@media (max-width: 576px) {

    #map{
        width: 90%;
        margin: 0 auto;
    }

    #navLogoZeitz{visibility: collapse;}
}