@charset "UTF-8";
/* Hide the draggable “start location” pin on the main locator map */
#wpsl-gmap div[role=button][title=Startlokation],
#wpsl-gmap div[role=button][aria-label=Startlokation],
#wpsl-gmap div[role=button][title="Start location"],
#wpsl-gmap div[role=button][aria-label="Start location"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.cookie-logo {
  display: none;
}