body#imagepage .contactpersons-map,
.acf-block-preview .contactpersons-map {
  overflow: hidden;
}
body#imagepage .contactpersons-map .content,
.acf-block-preview .contactpersons-map .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 600px;
}
@media (max-width: 767px) {
  body#imagepage .contactpersons-map .content,
.acf-block-preview .contactpersons-map .content {
    height: auto;
    max-height: none;
  }
}
body#imagepage .contactpersons-map .content .map,
.acf-block-preview .contactpersons-map .content .map {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
@media (max-width: 767px) {
  body#imagepage .contactpersons-map .content .map,
.acf-block-preview .contactpersons-map .content .map {
    position: relative;
    height: 400px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
body#imagepage .contactpersons-map .content .map img,
.acf-block-preview .contactpersons-map .content .map img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  z-index: 0;
}
body#imagepage .contactpersons-map .content .map .contact-person-map,
.acf-block-preview .contactpersons-map .content .map .contact-person-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body#imagepage .contactpersons-map .content .map .contact-person-map img,
.acf-block-preview .contactpersons-map .content .map .contact-person-map img {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
body#imagepage .contactpersons-map .content .map .contact-person-map img.show,
.acf-block-preview .contactpersons-map .content .map .contact-person-map img.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
body#imagepage .contactpersons-map .content .enter-zip,
.acf-block-preview .contactpersons-map .content .enter-zip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #fff;
  text-align: center;
  padding: 20px;
  gap: 20px;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
body#imagepage .contactpersons-map .content .enter-zip.hide,
.acf-block-preview .contactpersons-map .content .enter-zip.hide {
  opacity: 0;
}
@media (max-width: 767px) {
  body#imagepage .contactpersons-map .content .enter-zip,
.acf-block-preview .contactpersons-map .content .enter-zip {
    position: absolute;
    top: 200px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
body#imagepage .contactpersons-map .content .enter-zip .headline,
.acf-block-preview .contactpersons-map .content .enter-zip .headline {
  margin: 0;
  font-size: 25px;
}
body#imagepage .contactpersons-map .content .enter-zip .input-wrapper,
.acf-block-preview .contactpersons-map .content .enter-zip .input-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  font-size: 21px;
  padding: 0 0.25em;
  background: #efefef;
}
body#imagepage .contactpersons-map .content .enter-zip .input-wrapper .single-number-wrapper,
.acf-block-preview .contactpersons-map .content .enter-zip .input-wrapper .single-number-wrapper {
  position: relative;
}
body#imagepage .contactpersons-map .content .enter-zip .input-wrapper .single-number-wrapper::after,
.acf-block-preview .contactpersons-map .content .enter-zip .input-wrapper .single-number-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0.35em;
  left: calc(50% + 0.025em);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.75em;
  height: 2px;
  background-color: #333;
}
body#imagepage .contactpersons-map .content .enter-zip .input-wrapper .single-number-wrapper.focus::after,
.acf-block-preview .contactpersons-map .content .enter-zip .input-wrapper .single-number-wrapper.focus::after {
  background-color: #D70A1E;
}
body#imagepage .contactpersons-map .content .enter-zip .input-wrapper .single-number-wrapper input,
.acf-block-preview .contactpersons-map .content .enter-zip .input-wrapper .single-number-wrapper input {
  outline: none;
  font-size: inherit;
  background: none;
  border: none;
  padding: 0.5em;
  margin: 0;
  width: 2em;
  letter-spacing: 0;
  text-align: center;
  caret-color: transparent;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body#imagepage .contactpersons-map .content .enter-zip .input-wrapper .single-number-wrapper input::-webkit-outer-spin-button, body#imagepage .contactpersons-map .content .enter-zip .input-wrapper .single-number-wrapper input::-webkit-inner-spin-button,
.acf-block-preview .contactpersons-map .content .enter-zip .input-wrapper .single-number-wrapper input::-webkit-outer-spin-button,
.acf-block-preview .contactpersons-map .content .enter-zip .input-wrapper .single-number-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body#imagepage .contactpersons-map .content .enter-zip .button,
.acf-block-preview .contactpersons-map .content .enter-zip .button {
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
}
body#imagepage .contactpersons-map .content .enter-zip .button:hover,
.acf-block-preview .contactpersons-map .content .enter-zip .button:hover {
  opacity: 0.8;
}
body#imagepage .contactpersons-map .content .enter-zip .button:disabled,
.acf-block-preview .contactpersons-map .content .enter-zip .button:disabled {
  cursor: not-allowed;
  background: #999;
}
body#imagepage .contactpersons-map .content .enter-zip .button:disabled:hover,
.acf-block-preview .contactpersons-map .content .enter-zip .button:disabled:hover {
  opacity: 1;
}
body#imagepage .contactpersons-map .content .contact-person-container,
.acf-block-preview .contactpersons-map .content .contact-person-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 4em 30px 4em 4em;
  font-size: 16px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
body#imagepage .contactpersons-map .content .contact-person-container.show,
.acf-block-preview .contactpersons-map .content .contact-person-container.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media (orientation: landscape) and (max-height: 767px) {
  body#imagepage .contactpersons-map .content .contact-person-container,
.acf-block-preview .contactpersons-map .content .contact-person-container {
    font-size: 2.25vh;
  }
}
@media (orientation: landscape) and (max-height: 575px) {
  body#imagepage .contactpersons-map .content .contact-person-container,
.acf-block-preview .contactpersons-map .content .contact-person-container {
    font-size: 1.75vh;
  }
}
@media (max-width: 767px) {
  body#imagepage .contactpersons-map .content .contact-person-container,
.acf-block-preview .contactpersons-map .content .contact-person-container {
    position: relative;
    width: 100%;
    padding: 60px 30px;
  }
}
body#imagepage .contactpersons-map .content .contact-person-container::after,
.acf-block-preview .contactpersons-map .content .contact-person-container::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  body#imagepage .contactpersons-map .content .contact-person-container::after,
.acf-block-preview .contactpersons-map .content .contact-person-container::after {
    display: none;
  }
}
body#imagepage .contactpersons-map .content .contact-person-container .contact-person-container-wrapper,
.acf-block-preview .contactpersons-map .content .contact-person-container .contact-person-container-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: inherit;
}
@media (max-width: 767px) {
  body#imagepage .contactpersons-map .content .contact-person-container .contact-person-container-wrapper,
.acf-block-preview .contactpersons-map .content .contact-person-container .contact-person-container-wrapper {
    width: auto;
    height: auto;
    overflow: hidden;
  }
}
body#imagepage .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .close,
.acf-block-preview .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 30px;
  background: none;
  border: none;
  outline: none;
  opacity: 1;
  transition: opacity 150ms ease-in-out;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 767px) {
  body#imagepage .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .close,
.acf-block-preview .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .close {
    right: unset;
    left: 0;
  }
}
body#imagepage .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .close:hover,
.acf-block-preview .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .close:hover {
  opacity: 0.75;
}
body#imagepage .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .close svg,
.acf-block-preview .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .close svg {
  width: 1em;
}
body#imagepage .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-image,
.acf-block-preview .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-image {
  position: relative;
  font-size: inherit;
  width: 15em;
}
@media (max-width: 767px) {
  body#imagepage .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-image,
.acf-block-preview .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-image {
    width: 100%;
  }
}
body#imagepage .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-image::before,
.acf-block-preview .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body#imagepage .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-image img,
.acf-block-preview .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#imagepage .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-key-info,
.acf-block-preview .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-key-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.333333em;
  padding: 1em 0;
  font-weight: 700;
  width: 15em;
  font-size: inherit;
}
@media (max-width: 767px) {
  body#imagepage .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-key-info,
.acf-block-preview .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-key-info {
    width: 100%;
  }
}
body#imagepage .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-key-info .contact-person-name,
.acf-block-preview .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-key-info .contact-person-name {
  color: #333;
  font-size: 1.2em;
}
body#imagepage .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-key-info .contact-person-position,
.acf-block-preview .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-key-info .contact-person-position {
  font-size: inherit;
  color: #D70A1E;
}
body#imagepage .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-text,
.acf-block-preview .contactpersons-map .content .contact-person-container .contact-person-container-wrapper .contact-person-text {
  margin: -1em 0;
  max-width: 20em;
}