@charset "UTF-8";
/**
 * Hide the destination input, label and remove button in the Leaflet Routing Machine panel
 * Blendet das Ziel-Eingabefeld, Label und Remove-Button im Routing-Panel aus
 */
/**
 * Hide the 'add waypoint' button
 * Blendet den Button zum Hinzufügen weiterer Zwischenziele aus
 */
div#osm-leaflet-map[data-behavior=osm-leaflet-map] {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  /**
   * Hide destination label and input by default
   * Versteckt Zielfeld und Label standardmäßig
   */
  /**
   * Styles for the route legend box
   * Styles für die Legenden-Box der Route
   */
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] #map {
  width: 100% !important;
  max-width: 100% !important;
  height: 400px !important;
  min-height: 320px !important;
  background: #eee;
  display: block !important;
  box-sizing: border-box;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 14px;
  position: relative;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #first-line {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #route-start-wrapper,
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #route-end-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #route-start-wrapper label,
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #route-end-wrapper label {
  font-weight: 600;
  color: #222;
  margin-bottom: 4px;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #transport-mode-options {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #transport-mode-options > label:first-child {
  font-weight: 600;
  color: #222;
  margin-bottom: 0;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #transport-mode-options #transport-mode-options-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 7px 11px;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #transport-mode-options #transport-mode-options-container label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #transport-mode-options #transport-mode-options-container label input[type=radio] {
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: auto;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #transport-mode-options #transport-mode-options-container label:hover {
  color: #000;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #second-line {
  display: flex;
  gap: 16px;
  align-items: stretch;
  flex-wrap: wrap;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #transport-mode-options,
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #route-preference-options {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 0;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #transport-mode-options > label:first-child,
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #route-preference-options > label:first-child {
  font-weight: 600;
  color: #222;
  margin-bottom: 0;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #transport-mode-options #transport-mode-options-container,
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #transport-mode-options #route-preference-options-container,
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #route-preference-options #transport-mode-options-container,
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #route-preference-options #route-preference-options-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 7px 11px;
  align-items: center;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #transport-mode-options #transport-mode-options-container label,
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #transport-mode-options #route-preference-options-container label,
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #route-preference-options #transport-mode-options-container label,
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #route-preference-options #route-preference-options-container label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #transport-mode-options #transport-mode-options-container label input[type=radio],
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #transport-mode-options #route-preference-options-container label input[type=radio],
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #route-preference-options #transport-mode-options-container label input[type=radio],
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #route-preference-options #route-preference-options-container label input[type=radio] {
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: auto;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #transport-mode-options #transport-mode-options-container label:hover,
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #transport-mode-options #route-preference-options-container label:hover,
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #route-preference-options #transport-mode-options-container label:hover,
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #route-preference-options #route-preference-options-container label:hover {
  color: #000;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form #third-line {
  display: flex;
  justify-content: flex-start;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form .input-autocomplete-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form .input-autocomplete-wrapper .autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  cursor: pointer;
  background-color: #333;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  display: none;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form label {
  font-weight: 600;
  color: #222;
  margin-bottom: 4px;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form input {
  color: #333 !important;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 6px;
  padding: 7px 11px;
  font-size: 1rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0666666667);
  margin: 0;
  width: 100%;
  position: relative;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form button {
  background: #222;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  border: none;
  padding: 8px 24px;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0666666667);
  width: auto;
  align-self: flex-start;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-route-form button:hover {
  background: #444;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-control-container .leaflet-control-zoom {
  color: #333 !important;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-control-container .leaflet-control-zoom a {
  color: #333 !important;
  text-decoration: none;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-control-container .leaflet-control-zoom a span {
  color: #333 !important;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-control-container .leaflet-control-zoom a:hover {
  color: #000 !important;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-control-container .leaflet-control-attribution {
  border: 1px solid #ccc !important;
  color: #333 !important;
  background: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.6rem;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5333333333);
  padding: 2px 10px;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-control-container .leaflet-control-attribution a {
  color: #333 !important;
  text-decoration: none;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-control-container .leaflet-control-attribution a:hover {
  color: #000 !important;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  color: #333 !important;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content a {
  color: #333 !important;
  text-decoration: none;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div.leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content a:hover {
  color: #000 !important;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div#legend.route-legend {
  display: none;
  margin: 18px 0 0 0;
  padding: 16px 18px 12px 18px;
  border-radius: 10px;
  background: #f8f9fa;
  color: #333 !important;
  font-size: 1rem;
  min-width: 250px;
  line-height: 1.6;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div#legend.route-legend * {
  color: #333 !important;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div#legend.route-legend strong {
  color: #333 !important;
  margin-bottom: 15px;
  display: inline-block;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div#legend.route-legend ol {
  margin: 0;
  padding: 0 0 0 3.5em;
  list-style-position: outside;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div#legend.route-legend li {
  margin-bottom: 0.75em;
  padding-left: 1em;
  color: #333 !important;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div#legend.route-legend li .route-details {
  font-size: 0.95em;
  margin-left: 4px;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] div#legend.route-legend li span {
  display: inline-block;
  margin-left: 4px;
  white-space: nowrap;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] .leaflet-tile-container img {
  position: absolute !important;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] .spinner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000;
  pointer-events: all;
}
div#osm-leaflet-map[data-behavior=osm-leaflet-map] .spinner-wrapper .spinner {
  width: 32px;
  height: 32px;
  border: 4px solid #eee;
  border-top: 4px solid #666;
  border-radius: 50%;
  animation: spinner-rotate 1s linear infinite;
  box-sizing: content-box;
}
@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=leaflet4u.css.map */