/**
 * @version   1.0
 * @package   Profil responsive map (module)
 * @author    David Hoffmann - http://www.profilpr.de
 * @copyright Copyright (c) 2014 Profilpr. All rights reserved.
 * @license   GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
*/
/* Template: Default */
.responsive_map {
  height: 400px; 
  width: 100%;
  margin: 0 auto;
}
div.responsive_map, div.responsive_map div{ 
  overflow:visible;
}
.responsive_map img {
  max-width: initial!important;
}
img[src*="iws3.png"] { 
  display: none;
}
.gm-style-iw {
  max-width: none !important; 
  min-width: none !important;
  max-height: none !important; 
  min-height: none !important; 
  overflow-y: hidden !important; 
  overflow-x: hidden !important; 
  line-height: normal !important; 
  padding: 5px !important;
}
.gm-style-iw a:link, .gm-style-iw a:visited, .gm-style-iw a:hover, .gm-style-iw a:active { 
  text-decoration: underline !important; 
}
.gm-style .gm-style-iw div {
  font-size: 14px !important;
}

img[src="http://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png"] {
   display: block;
}
