.responsiveGoogleMaps {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

#map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img[src^='fileadmin/templates/img/googlemaps-baeckereiwiesnet-logo.png?i=']{
  opacity: 1;
}


/*@media only screen and (max-width: 1004px) {
.responsiveGoogleMaps {
  margin-bottom: 0px;
} 
}*/