ul.photon-autocomplete {
    position: absolute;
    background-color: white;
    z-index: 1000;
    box-shadow: 0 4px 9px #999999;
    display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.photon-autocomplete li {
    min-height: 40px;
    line-height: 1em;
    padding: 4px 2px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.2em;
	font-family: "Arial", sans-serif;
}
.photon-autocomplete li strong {
    display: block;
}
.photon-autocomplete li.on {
    background-color: #f2dfb8;
    cursor: pointer;
}
.photon-autocomplete li.photon-no-result {
    text-align: center;
    color: #666;
    font-size: 0.9em;
    line-height: 40px;
}
.photon-autocomplete .photon-feedback {
    display: block;
    text-align: right;
    font-size: 0.8em;
    padding: 3px;
    color: #999;
    border-top: 1px solid #eee;
}

.photon-loeschen {
  width: 45px;
  height: 45px;
  background: gray;
  color: lightyellow;
}

.photon-input {
  font-family: "Arial", sans-serif;
  font-size: 1.4em;
  caret-color: black;
  text-indent: 4px;
  -webkit-appearance: none;
  flex-grow: 2;
  border: none;
}

.leaflet-photon {
  display: flex;
  flex-direction: row;
  border: 1px solid grey;
}