﻿.easy-autocomplete-container {
  min-width: 10em !important;
  margin-top: 0.12em;
}
.easy-autocomplete-container ul {
  /*background-color: bisque;*/
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.easy-autocomplete-container ul li {
  font-size: 0.92em;
  background-color: #d8d8d8;
}
.easy-autocomplete-container ul li.selected {
  background-color: #d8f3b7;
}
.textbox-label {
  display: block;
  margin-top: 0.5em;
}
.button-api {
  margin-top: 1.28em;
  margin-left: 2em;
}
.comment {
  width: auto;
  margin-left: 0;
}
.abfrage input {
  width: 12em;
  margin-right: 0.4em;
  max-width: 92%;
}
.result {
  margin-top: 1.6em;
}
.overlay-list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
  padding: 7.2em 14em 2em 4em;
  z-index: 99;
  overflow-y: scroll;
}
.overlay-list .close-x {
  float: right;
  color: red;
  font-size: 1.6em;
  margin-top: -1em;
  transform: scale(1.4, 1);
}
.overlay-list .inner {
  width: calc(100% - 12em);
  padding: 5em 6em 4em 6em;
  background-color: #ffffff;
  border-radius: 1.4em;
}
.overlay-list .inner p {
  margin-bottom: 0.6em;
  line-height: 1.32em;
}
.overlay-list .inner table {
  width: 80%;
  margin-top: 1.2em;
  font-size: 1.1em;
}
.overlay-list .inner table td {
  padding: 1em;
}
.overlay-list .inner table td label {
  margin-left: 1em;
}
@media only screen and (max-width: 880px) {
  .abfrage {
    padding-left: 2.2em;
  }
  /*    .button {
        clear: both;
        display: block;
        margin-left: 0em;
    }*/
}
.overlay-AddressAPI {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
  padding: 7.2em 10em 2em 10em;
  z-index: 99;
  overflow-y: scroll;
}
.overlay-AddressAPI .close-x {
  float: right;
  color: #81C929;
  font-size: 1.6em;
  margin-top: -1em;
  transform: scale(1.4, 1);
  cursor: pointer;
}
.overlay-AddressAPI .inner {
  width: calc(100% - 2em);
  padding: 5em 6em 4em 6em;
  background-color: #ffffff;
  border-radius: 1.4em;
}
.overlay-AddressAPI .inner h2,
.overlay-AddressAPI .inner h3,
.overlay-AddressAPI .inner h4 {
  margin-bottom: 1em;
}
.overlay-AddressAPI .inner h5 {
  margin-top: 1.8em;
  margin-bottom: -0.6em;
}
.overlay-AddressAPI .inner p {
  margin-top: 1.6em;
  margin-bottom: 0.32em;
  line-height: 1.32em;
}
.overlay-AddressAPI .inner p:last-child {
  margin-bottom: 0;
}
.overlay-AddressAPI .inner table {
  width: 100%;
  margin-top: 1.2em;
  font-size: 1.12em;
}
.overlay-AddressAPI .inner table td {
  padding: 1.4em;
}
.overlay-AddressAPI .inner table td label {
  margin-left: 1em;
}
@media only screen and (max-width: 880px) {
  .overlay-AddressAPI {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.64);
    padding: 6em 2em 2em 2em;
    z-index: 99;
    overflow-y: scroll;
  }
  .overlay-AddressAPI .inner {
    width: 100%;
    padding: 2em 2em 3em 2em;
    background-color: #ffffff;
    border-radius: 1.4em;
  }
  .overlay-AddressAPI .inner h2 {
    font-size: 2em;
  }
  .overlay-AddressAPI .inner h5 {
    margin-top: 1.8em;
    margin-bottom: -0.6em;
  }
  .overlay-AddressAPI .inner p {
    margin-top: 1em;
    margin-bottom: 0.8em;
    font-size: 0.96em;
  }
  .overlay-AddressAPI .inner p:last-child {
    margin-bottom: 0;
  }
  .overlay-AddressAPI .abfrage {
    padding-left: 0.2em;
  }
  .overlay-AddressAPI .button-api {
    margin-top: 1em;
    margin-left: 0em;
  }
}
.error-label {
  font-size: 0.8em;
  display: block;
  color: red;
}