/* Google Maps Components Styling */
/* restlicher Style wird in google-maps-components.js gemacht (Shadow DOM) */

.place-picker-container {
  width: 100%;
}

gmpx-place-picker {
  display: block;
}


/*Searched Google Places Overlay*/
.pac-container {
  z-index: 9999;
}
