/*!
 * ol-geocoder - v4.0.0
 * A geocoder extension for OpenLayers.
 * https://github.com/jonataswalker/ol-geocoder
 * Built: Wed Oct 09 2019 11:36:45 GMT-0300 (Brasilia Standard Time)
 */
.ol-geocoder.gcd-gl-container {
  position: relative;
  top: 4.5em;
  left: .5em;
  box-sizing: border-box; }
  @media (max-width: 768px) { /*Nachträglich hinzugefügt*/
    .ol-geocoder.gcd-gl-container {
      margin-top: 1em; } }
  .ol-geocoder.gcd-gl-container *,
  .ol-geocoder.gcd-gl-container *::before,
  .ol-geocoder.gcd-gl-container *::after {
    box-sizing: inherit; }
  @media (min-width: 768px) {
    .ol-touch .ol-geocoder.gcd-gl-container {
      top: 5.5em; } }
  @media (max-width: 768px) {
    .ol-geocoder.gcd-gl-container {
      top: 4.5em; } }

.ol-geocoder .gcd-gl-control {
  width: 1.95em;
  height: 1.95em;
  overflow: hidden;
  transition: width 200ms, height 200ms; }
  .ol-touch .ol-geocoder .gcd-gl-control {
    width: 39px;
    height: 39px; }

.ol-geocoder .gcd-gl-expanded {
  width: 15.625em;
  height: 1.95em; }
  .ol-touch .ol-geocoder .gcd-gl-expanded {
    width: 15.925em; }

.ol-geocoder .gcd-gl-input {
  position: absolute;
  z-index: 99;
  top: 0.25em;
  left: 2.3em;
  width: 15.15em;
  height: 1.85em;
  padding: 5px;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 0.875em;
  background-color: #fff;
  color: #222; }
  .ol-geocoder .gcd-gl-input:focus {
    border: none;
    outline: none;
    box-shadow: inset 0 0 0 1px #4d90fe, inset 0 0 5px #4d90fe; }
  .ol-touch .ol-geocoder .gcd-gl-input {
    height: 30px;
    left: 2.75em;
    top: 0.33em; }

.ol-geocoder .gcd-gl-reset {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0.1em;
  width: 1.5625em;
  height: 100%;
  line-height: 1.15;
  border: none;
  background-color: transparent;
  display: inline-block;
  outline: 0;
  cursor: pointer; }
  .ol-geocoder .gcd-gl-reset::after {
    content: "\d7";
    display: inline-block;
    color: rgb(60, 60, 60);
    font-size: 1.5em;
    cursor: pointer; }
  .ol-touch .ol-geocoder .gcd-gl-reset {
    line-height: 1.6; }

.ol-geocoder .gcd-gl-btn {
  position: absolute;
  width: 1.375em;
  height: 1.375em;
  top: 0.125em;
  left: 0.125em; }
  .ol-touch .ol-geocoder .gcd-gl-btn {
    width: 31px;
    height: 31px; }

.ol-geocoder ul.gcd-gl-result {
  position: absolute;
  top: 2.1em;
  left: 2em;
  width: 16.25em;
  max-height: 18.75em;
  white-space: normal;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: white;
  border-radius: 4px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
  transition: max-height 300ms ease-in; }
  .ol-geocoder ul.gcd-gl-result > li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 0;
    line-height: 0.875rem; }
    .ol-geocoder ul.gcd-gl-result > li > a {
      display: block;
      text-decoration: none;
      padding: 3px 5px; }
      .ol-geocoder ul.gcd-gl-result > li > a:hover {
        background-color: #d4d4d4; }
  .ol-geocoder ul.gcd-gl-result > li:nth-child(odd) {
    background-color: rgba(240, 240, 240, 0.9); }
  .ol-touch .ol-geocoder ul.gcd-gl-result {
    top: 2.4em;
    left: 2.45em;
    width: 14.25em;
    max-width: 75%; }

.ol-geocoder ul.gcd-gl-result:empty {
  display: none; }

.ol-geocoder.gcd-txt-container {
  position: absolute;
  width: 25em;
  height: 4.375em;
  top: 0.7em;
  left: 5em;
  box-sizing: border-box; }
  .ol-geocoder.gcd-txt-container *,
  .ol-geocoder.gcd-txt-container *::before,
  .ol-geocoder.gcd-txt-container *::after {
    box-sizing: inherit; }

.ol-geocoder .gcd-txt-input {
  height: 1.8em;
  border-radius: 5px;
  border: 5px solid;
  background-color: rgb(230, 230, 230);
}

.ol-geocoder .gcd-hidden {
  opacity: 0;
  visibility: hidden; }

.ol-geocoder .gcd-pseudo-rotate::after {
  -webkit-animation: spin .7s linear infinite;
          animation: spin .7s linear infinite; }

.gcd-address {
  font-size: 0.875em;
  font-weight: 500;
  color: #333; }

.gcd-road {
  font-size: 0.875em;
  font-weight: 500;
  color: #333; }

.gcd-city {
  font-size: 0.75em;
  font-weight: normal;
  color: #333; }

.gcd-country {
  font-size: 0.75em;
  font-weight: lighter;
  color: #333; }

