
/*Darstellung der Google Map Zuerst wird nur die kleine Map angezeigt */

#small{
    display: block;
}

#big{
    display: none;
}


#bigger{
    cursor: pointer;
    color:#007bff
}

#smaller{
    cursor: pointer;
    display: none;
    color:#007bff
}

#bigger:hover{
    color:#0056b3
}

#smaller:hover{
    color:#0056b3
    
}

#test{
    /* center image*/
    display: inline;
    margin: 0 auto;
    /* center image*/
    position:absolute;
    
    height: 100%;
    width: auto;

}


@media (min-width: 2000px) {
    }   

@media (max-width: 1000px) {
    .picture-400{
        width: 300px;
        height: 300px;
      }
    }
    
    @media (max-width: 890px) {
        .picture-400{
            width: 300px;
            height: 300px;
            }
        .container.marketing{
            width: 100%;
            text-align: center;
        }
        .col-md-5{
            width: 100%;
            text-align: center;
        }
    }

@media (max-width: 700px) {
    #smaller{
        display: none;
    }
    #bigger{
        display: none;
    }
    #small{
        width: 100%;
    }
    }

@media (max-width: 640px) {
    }    


@media (max-width: 500px) {
    }    

@media (max-width: 430px) {

    }   

                     
 @media (max-width: 350px) {
    .col-md-5{
        display: none;
    }

    }   
                   
@media (max-width: 300px) {
    
    }


@media (max-width: 240px) {

       
    }    