/* Set the size of the div element that contains the map */


#map,
#googleMap,
.google-map {
  display: block;
    border-radius: 20px;
    padding:0px;
    overflow: hidden;
    width: 98vw;
    height: 480px;

margin-bottom: 50px;
position: relative;
top: -10px;
  }
  .info{
    font-size: 9px;
    color: gray;
  }

  a.infopunk{
    position: relative;
    left: 10px;
    padding: 12px;
    border: 1px solid white;
    background-color: blue;
    color: white;
    z-index: 9999;
    -webkit-box-shadow: 0px 4px 9px -1px rgba(0,0,0,0.36); 
box-shadow: 0px 4px 9px -1px rgba(0,0,0,0.36);
  }
/* 
  .google-map, #googleMap {
    width: 1200px;
    position: relative;
    padding-bottom: 50%; 
    height: 0;
    overflow: hidden;
  }
  */