.acf-tauchbasen-container {
  background: #F5F5F5;
  min-height: 100px;
  text-align: center;
  padding: 20px; }
  .acf-tauchbasen-container span {
    margin-top: 20px;
    color: #E6E6E6;
    font-weight: bold;
    font-size: 2.2em;
    text-align: center;
    display: block;
    vertical-align: middle; }
    .acf-tauchbasen-chosen .acf-tauchbasen-container span {
      display: none; }
    @media all and (max-width: 640px) {
      .acf-tauchbasen-container span {
        font-size: 1.8em; } }
  .acf-tauchbasen-container h3, .acf-tauchbasen-container h4 {
    margin: 0;
    text-shadow: 0px 1px 1px white; }
  .acf-tauchbasen-container h3 {
    border-bottom: 1px solid #ccc;
    font-size: 1.8em;
    color: #000A34; }
  .acf-tauchbasen-container p {
    margin-bottom: 0; }

.acf-tauchbasen-remove-wrapper {
  width: 0px;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  float: left;
  transition: 0.2s all; }
  .acf-tauchbasen-chosen .acf-tauchbasen-remove-wrapper {
    width: 50%;
    display: inline-block;
    opacity: 1; }

.acf-tauchbasen-remove {
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  background: #E9E9E9;
  overflow: hidden;
  display: none;
  border-bottom-right-radius: 3px;
  transition: 0.2s all;
  opacity: 1; }
  .acf-tauchbasen-chosen .acf-tauchbasen-remove {
    width: 100%;
    display: inline-block;
    opacity: 1; }
  .acf-tauchbasen-remove i {
    vertical-align: 0px;
    font-size: 0.8em;
    opacity: 0.6;
    transition: 0.2s all; }
  .acf-tauchbasen-remove:hover {
    background: gainsboro; }

.acf-tauchbasen-chooser-trigger {
  background: #000A34;
  color: white;
  text-align: center;
  padding: 10px 20px;
  font-size: 1.2em;
  float: left;
  font-weight: normal;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: 0.2s all;
  display: inline-block;
  cursor: pointer;
  width: 100%; }
  .acf-tauchbasen-chosen .acf-tauchbasen-chooser-trigger {
    width: 50%;
    border-bottom-right-radius: 0px;
    background: #E9E9E9;
    color: #4c4a4a; }
    .acf-tauchbasen-chosen .acf-tauchbasen-chooser-trigger:hover {
      background: gainsboro; }
  .acf-tauchbasen-chooser-trigger i {
    vertical-align: 0px;
    font-size: 0.8em;
    opacity: 0.6;
    transition: 0.2s all; }
  .acf-tauchbasen-chooser-trigger:hover {
    background: #000f4e; }
    .acf-tauchbasen-chooser-trigger:hover i {
      opacity: 1; }
  .acf-tauchbasen-chooser-trigger:active {
    background: #000A34; }

.acf-tauchbasen-container-data {
  display: none; }
  .acf-tauchbasen-chosen .acf-tauchbasen-container-data {
    display: block; }

.acf-tauchbasen-clickblocker {
  position: fixed;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
  text-align: center;
  z-index: 9998;
  transition: 0.4s all;
  transition-timing-function: cubic-bezier(0.285, 0.61, 0, 0.995);
  opacity: 1; }
  .acf-tauchbasen-clickblocker.vanished {
    opacity: 0;
    -webkit-backdrop-filter: blur(0px); }
  .acf-tauchbasen-clickblocker.hidden {
    display: none; }

.acf-tauchbasen-chooser-wrapper {
  position: fixed;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  background: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: 0.4s all;
  max-height: 100vh;
  max-width: 100vw;
  transition-timing-function: cubic-bezier(0.285, 0.61, 0, 0.995);
  z-index: 9999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .acf-tauchbasen-chooser-wrapper.vanished {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  .acf-tauchbasen-chooser-wrapper.hidden {
    display: none; }
  @media all and (min-width: 1400px) {
    .acf-tauchbasen-chooser-wrapper {
      width: 840px;
      left: 50%;
      margin-left: -420px; } }
  @media all and (max-width: 1000px) {
    .acf-tauchbasen-chooser-wrapper {
      width: 80%;
      height: 60%;
      top: 20%;
      left: 10%; } }
  @media all and (max-width: 765px) {
    .acf-tauchbasen-chooser-wrapper {
      width: 96%;
      height: 90%;
      top: 5%;
      left: 2%; } }
  @media all and (max-width: 480px) {
    .acf-tauchbasen-chooser-wrapper {
      width: 100%;
      height: 100%;
      top: 0%;
      left: 0%; } }

.acf-tauchbasen-chooser-content-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .detect-is-mobile .acf-tauchbasen-chooser-content-wrapper {
    bottom: 25px; }

.acf-tauchbasen-chooser-map {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: 0.2s bottom;
  transition-timing-function: cubic-bezier(0.285, 0.61, 0, 0.995); }

.acf-tauchbasen-chooser-header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(20px);
  padding: 8px 12px; }
  .acf-tauchbasen-chooser-header h3 {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-weight: lighter;
    text-shadow: 0px 1px 1px white;
    text-overflow: ellipsis; }

.acf-tauchbasen-chooser-close {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  font-size: 1.4em;
  text-align: center;
  padding-top: 9px;
  display: block;
  opacity: 0.7;
  transition: 0.2s all;
  cursor: pointer;
  text-shadow: 0px 1px 1px white; }
  .acf-tauchbasen-chooser-close:hover {
    opacity: 1; }

.acf-tauchbasen-chooser-search-wrapper {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
  padding: 6px 12px; }

.acf-tauchbasen-chooser-search-input {
  border: 0;
  background: white;
  padding: 4px 8px;
  font-size: 16px;
  box-sizing: border-box;
  width: 80%;
  display: inline-block;
  border-radius: 4px 0px 0px 4px;
  letter-spacing: -0.03em;
  outline: 0;
  float: left;
  border: 1px solid rgba(0, 10, 52, 0.5); }
  .acf-tauchbasen-chooser-search-input:focus {
    border: 1px solid #000a34; }

.acf-tauchbasen-chooser-search-trigger {
  width: 20%;
  display: inline-block;
  background: #000A34;
  color: white;
  height: 32px;
  float: left;
  border-radius: 0px 4px 4px 0px;
  font-size: 1.1em;
  text-align: center;
  font-weight: normal;
  padding-top: 6px;
  transition: 0.2s all;
  cursor: pointer; }
  .acf-tauchbasen-chooser-search-trigger span {
    transition: 0.2s all; }
  .acf-tauchbasen-chooser-search-trigger:hover {
    background: #000f4e; }
  .acf-tauchbasen-chooser-search-trigger:active {
    background: #000A34; }

.acf-tauchbasen-data-input-trigger {
  position: absolute;
  right: 12px;
  bottom: -26px;
  font-size: 12px;
  color: black;
  text-decoration: underline;
  font-weight: bold;
  color: rgb(255,50,0);
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  opacity: 1;
  transition: 0.3s all; }
  .acf-tauchbasen-data-input-trigger.vanished {
    opacity: 0;
    pointer-events: none; }
  @media all and (max-width: 480px) {
    .acf-tauchbasen-data-input-trigger {
      bottom: 0px;
      left: 0px;
      right: 0;
      height: 25px;
      text-align: center;
      text-decoration: none;
      color: white;
      background: #000A34;
      padding-top: 3px; } }

.acf-tauchbasen-chooser-lower-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  transition: 0.2s all;
  transition-timing-function: cubic-bezier(0.285, 0.61, 0, 0.995); }
  .detect-is-mobile .acf-tauchbasen-chooser-lower-wrapper, .detect-is-tablet .acf-tauchbasen-chooser-lower-wrapper {
    bottom: auto;
    top: 84px; }

.acf-tauchbasen-chooser-geocode-result {
  background: #f0f0f0;
  padding: 6px 16px 2px;
  text-shadow: 0px 1px 1px white;
  height: 29px; }
  .acf-tauchbasen-chooser-geocode-result i {
    margin-right: 6px; }

.acf-tauchbasen-chooser-geocode-result-wrapper {
  height: 29px;
  transition: 0.2s all;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.285, 0.61, 0, 0.995); }
  .acf-tauchbasen-chooser-geocode-result-wrapper.vanished {
    height: 0px; }

.acf-tauchbasen-chooser-item-display-wrapper {
  height: 102px;
  transition: 0.2s all;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.285, 0.61, 0, 0.995); }
  .acf-tauchbasen-chooser-item-display-wrapper.search-results {
    height: 121px; }
  .acf-tauchbasen-chooser-item-display-wrapper.search-result-preview, .acf-tauchbasen-chooser-item-display-wrapper.search-no-results {
    height: 60px;
    cursor: pointer; }
  .acf-tauchbasen-chooser-item-display-wrapper.vanished {
    height: 0 !important; }

.acf-tauchbasen-chooser-item-display {
  background: white;
  padding: 6px 18px;
  position: relative;
  transition: 0.2s all; }
  .search-results .acf-tauchbasen-chooser-item-display {
    padding: 6px 48px; }

.acf-tauchbasen-chooser-item-display-heading {
  margin: 0;
  font-size: 1.3em;
  height: 28px;
  text-overflow: ellipsis;
  overflow: hidden; }

.acf-tauchbasen-chooser-item-display-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 7px;
  font-size: 1.2em;
  opacity: 0.7;
  transition: 0.2s all;
  cursor: pointer;
  z-index: 240; }
  .acf-tauchbasen-chooser-item-display-close:hover {
    opacity: 1; }
  .search-result-preview .acf-tauchbasen-chooser-item-display-close {
    display: none; }

.acf-tauchbasen-chooser-item-display-prev, .acf-tauchbasen-chooser-item-display-next {
  position: absolute;
  font-size: 2.8em;
  top: 0;
  bottom: 0;
  width: 48px;
  text-align: center;
  left: 0px;
  padding-top: 35px;
  color: #ccc;
  transition: 0.2s all;
  cursor: pointer;
  display: none !important;
  opacity: 0; }
  .search-results .acf-tauchbasen-chooser-item-display-prev, .search-results .acf-tauchbasen-chooser-item-display-next {
    display: inline-block !important;
    opacity: 1; }
  .acf-tauchbasen-chooser-item-display-prev:hover, .acf-tauchbasen-chooser-item-display-next:hover {
    color: #000A34; }
  .acf-tauchbasen-chooser-item-display-prev.disabled, .acf-tauchbasen-chooser-item-display-next.disabled {
    cursor: auto !important;
    color: #ccc;
    opacity: 0.2; }
    .acf-tauchbasen-chooser-item-display-prev.disabled:hover, .acf-tauchbasen-chooser-item-display-next.disabled:hover {
      color: #ccc; }

.acf-tauchbasen-chooser-item-display-next {
  left: auto;
  right: 0px; }
  .search-result-preview .acf-tauchbasen-chooser-item-display-next {
    display: inline-block !important;
    padding-top: 10px;
    opacity: 1; }
  .search-result-preview:hover .acf-tauchbasen-chooser-item-display-next {
    color: #000A34; }

.acf-tauchbasen-chooser-item-display-accept {
  width: 100%;
  padding: 10px 12px 8px;
  border-radius: 3px;
  font-size: 0.9em;
  text-align: center;
  background: #e6e6e6;
  cursor: pointer;
  transition: 0.2s all;
  margin-bottom: 6px; }
  .acf-tauchbasen-chooser-item-display-accept:hover {
    color: white;
    background: #000f4e; }
  .acf-tauchbasen-chooser-item-display-accept:active {
    background: #000A34; }
  .acf-tauchbasen-chooser-item-display-accept:before {
    margin-right: 5px;
    font-size: 0.95em; }
  .search-result-preview .acf-tauchbasen-chooser-item-display-accept, .search-no-results .acf-tauchbasen-chooser-item-display-accept {
    display: none; }

.acf-tauchbasen-chooser-item-display-body {
  margin-bottom: 8px;
  color: #807c7c;
  font-size: 0.85em;
  text-overflow: ellipsis; }
  .search-result-preview .acf-tauchbasen-chooser-item-display-body {
    font-size: 0.8em; }

.acf-tauchbasen-chooser-item-display-pagination {
  opacity: 0;
  pointer-events: none;
  list-style: none;
  text-align: center;
  margin: 0; }
  .acf-tauchbasen-chooser-item-display-pagination li {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer; }
    .acf-tauchbasen-chooser-item-display-pagination li:after {
      content: " ";
      background: rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      display: block;
      position: absolute;
      top: 7px;
      left: 7px;
      width: 6px;
      height: 6px;
      transition: 0.2s all; }
    .acf-tauchbasen-chooser-item-display-pagination li:hover:after, .acf-tauchbasen-chooser-item-display-pagination li.active:after {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
      background: rgba(0, 0, 0, 0.7); }
  .search-results .acf-tauchbasen-chooser-item-display-pagination {
    opacity: 1;
    pointer-events: auto; }

.acf-tauchbasen-chooser-currently-chosen {
  display: none; }

.acf-tauchbasen-data-input-message-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
  padding-top: 100px;
  transition: 0.3s all; }
  .acf-tauchbasen-data-input-message-wrapper.vanished {
    opacity: 0; }
  .acf-tauchbasen-data-input-message-wrapper.hidden {
    display: none; }

.acf-tauchbasen-data-input-message {
  width: 60%;
  background: white;
  margin: 0 auto;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  line-height: 1.7em;
  text-align: center;
  position: relative;
  transition: 0.3s all; }
  @media all and (max-width: 900px) {
    .acf-tauchbasen-data-input-message {
      width: 80%; } }
  @media all and (max-width: 640px) {
    .acf-tauchbasen-data-input-message {
      width: 95%; } }
  .acf-tauchbasen-data-input-message h4 {
    font-size: 1.5em;
    color: #000A34;
    margin: 0 0 10px 0; }
  .vanished .acf-tauchbasen-data-input-message {
    -webkit-transform: scale(0);
            transform: scale(0); }

.acf-tauchbasen-data-input-email {
  font-weight: bold;
  color: #000A34;
  font-size: 1.8em; }

.acf-tauchbasen-data-input-message-close {
  position: absolute;
  width: 32px;
  height: 32px;
  font-size: 1.3em;
  top: 0;
  right: 0;
  text-align: center;
  padding-top: 6px;
  opacity: 0.6;
  transition: 0.2s all;
  cursor: pointer; }
  .acf-tauchbasen-data-input-message-close:hover {
    opacity: 1; }


.acf-tauchbasen-data-input-message input {
    background: white none repeat scroll 0 0;
    border: 1px solid rgba(0, 10, 52, 0.5);
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    letter-spacing: -0.03em;
    outline: 0 none;
    padding: 4px 8px;
    margin-bottom: 10px;
}
.acf-tauchbasen-data-input-message button {
    background: #000a34 none repeat scroll 0 0;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: normal;
    padding: 6px 12px;
    border: none;
    text-align: center;
    transition: all 0.2s ease 0s;
}