.zip-container {
  position: relative;
}

.zip-datalist {
  position: absolute;
  z-index: 1;
  background: #fff;
  top: 98%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  list-style: none !important;
  padding: 0;
  padding-left: 5px !important;
  margin: 0;
  display: none;
}
.zip-datalist.show {
  display: block;
}
.zip-datalist li {
  padding: 8px;
  cursor: pointer;
}
.zip-datalist li:hover {
  background: #f0f0f0;
}

.company-list {
  height: 100%;
  margin-bottom: 20px;
}

.soziales .internal-link {
  color: #f6a120;
}
.soziales .internal-link:hover {
  cursor: pointer;
}

.search-entry {
  background-color: #f9f9f9;
  border-left: 5px solid #f6a120;
  padding: 28px 10px 15px 20px;
  position: relative;
}
.search-entry.h-100 {
  height: 100%;
}
.search-entry .distance {
  position: absolute;
  top: 0;
  left: 0;
  background: #f6a11f;
  color: #fff;
  padding: 3px 5px 3px 17px;
}
.search-entry .distance svg {
  position: absolute;
  top: 5px;
  left: 0;
}
.search-entry .distance svg path {
  fill: #fff;
}

/*# sourceMappingURL=pflege-search.css.map */
