body#imagepage .contact-list[data-presentation=zip_search] .contact-persons section,
.acf-block-preview .contact-list[data-presentation=zip_search] .contact-persons section {
  display: none;
}
body#imagepage .contact-list[data-presentation=zip_search] .contact-persons section .persons .person,
.acf-block-preview .contact-list[data-presentation=zip_search] .contact-persons section .persons .person {
  display: none;
}
body#imagepage .contact-list .zip-filter,
.acf-block-preview .contact-list .zip-filter {
  width: 100%;
  background: #333;
  color: #fff;
}
body#imagepage .contact-list .zip-filter .content,
.acf-block-preview .contact-list .zip-filter .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 45px 0;
  gap: 30px;
}
body#imagepage .contact-list .zip-filter .content .headline,
.acf-block-preview .contact-list .zip-filter .content .headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}
body#imagepage .contact-list .zip-filter .content .headline .primary,
.acf-block-preview .contact-list .zip-filter .content .headline .primary {
  font-size: 30px;
}
body#imagepage .contact-list .zip-filter .content .input-wrapper,
.acf-block-preview .contact-list .zip-filter .content .input-wrapper {
  position: relative;
  width: 350px;
  max-width: 80%;
}
body#imagepage .contact-list .zip-filter .content .input-wrapper input,
.acf-block-preview .contact-list .zip-filter .content .input-wrapper input {
  padding: 5px 60px 5px 10px;
  font-size: 21px;
  outline: none;
  width: 100%;
}
body#imagepage .contact-list .zip-filter .content .input-wrapper input::-webkit-outer-spin-button, body#imagepage .contact-list .zip-filter .content .input-wrapper input::-webkit-inner-spin-button,
.acf-block-preview .contact-list .zip-filter .content .input-wrapper input::-webkit-outer-spin-button,
.acf-block-preview .contact-list .zip-filter .content .input-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body#imagepage .contact-list .zip-filter .content .input-wrapper input[type=number],
.acf-block-preview .contact-list .zip-filter .content .input-wrapper input[type=number] {
  -moz-appearance: textfield;
}
body#imagepage .contact-list .zip-filter .content .input-wrapper .char-counter,
.acf-block-preview .contact-list .zip-filter .content .input-wrapper .char-counter {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-size: 21px;
  color: #333;
}
body#imagepage .contact-list .zip-filter .content .input-wrapper .char-counter.valid .current,
.acf-block-preview .contact-list .zip-filter .content .input-wrapper .char-counter.valid .current {
  color: #333;
}
body#imagepage .contact-list .zip-filter .content .input-wrapper .char-counter .current,
.acf-block-preview .contact-list .zip-filter .content .input-wrapper .char-counter .current {
  color: #D70A1E;
}
body#imagepage .contact-list .buttons-wrapper .content,
.acf-block-preview .contact-list .buttons-wrapper .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  margin: 60px 0 60px 0;
}
body#imagepage .contact-list .buttons-wrapper .content .button,
.acf-block-preview .contact-list .buttons-wrapper .content .button {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  body#imagepage .contact-list .buttons-wrapper .content .button,
.acf-block-preview .contact-list .buttons-wrapper .content .button {
    font-size: 1em;
    padding: 10px 20px;
  }
}
body#imagepage .contact-list .buttons-wrapper .content .button svg,
.acf-block-preview .contact-list .buttons-wrapper .content .button svg {
  height: 0.8em;
  fill: #fff;
  margin: -2px 0.5em 0 0;
}
body#imagepage .contact-list .contact-persons,
.acf-block-preview .contact-list .contact-persons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
body#imagepage .contact-list .contact-persons section,
.acf-block-preview .contact-list .contact-persons section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
body#imagepage .contact-list .contact-persons section:nth-child(2n+1),
.acf-block-preview .contact-list .contact-persons section:nth-child(2n+1) {
  background: #eee;
}
body#imagepage .contact-list .contact-persons section .title,
.acf-block-preview .contact-list .contact-persons section .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 40px;
  margin: 0 0 30px 0;
  hyphens: auto;
}
@media (max-width: 767px) {
  body#imagepage .contact-list .contact-persons section .title,
.acf-block-preview .contact-list .contact-persons section .title {
    font-size: 30px;
  }
}
body#imagepage .contact-list .contact-persons section .title svg,
.acf-block-preview .contact-list .contact-persons section .title svg {
  height: 0.7em;
  margin: 0.28em 0.5em 0 0;
  flex-shrink: 0;
}
body#imagepage .contact-list .contact-persons section .persons,
.acf-block-preview .contact-list .contact-persons section .persons {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}
@media (max-width: 1200px) {
  body#imagepage .contact-list .contact-persons section .persons,
.acf-block-preview .contact-list .contact-persons section .persons {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  body#imagepage .contact-list .contact-persons section .persons,
.acf-block-preview .contact-list .contact-persons section .persons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  body#imagepage .contact-list .contact-persons section .persons,
.acf-block-preview .contact-list .contact-persons section .persons {
    grid-template-columns: 1fr;
  }
}
body#imagepage .contact-list .contact-persons section .persons .person,
.acf-block-preview .contact-list .contact-persons section .persons .person {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
body#imagepage .contact-list .contact-persons section .persons .person .image,
.acf-block-preview .contact-list .contact-persons section .persons .person .image {
  position: relative;
  width: 100%;
}
body#imagepage .contact-list .contact-persons section .persons .person .image::before,
.acf-block-preview .contact-list .contact-persons section .persons .person .image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body#imagepage .contact-list .contact-persons section .persons .person .image img,
.acf-block-preview .contact-list .contact-persons section .persons .person .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#imagepage .contact-list .contact-persons section .persons .person .name-position-wrapper .name,
.acf-block-preview .contact-list .contact-persons section .persons .person .name-position-wrapper .name {
  margin: 0;
  font-size: 22px;
  hyphens: auto;
}
@media (max-width: 1200px) {
  body#imagepage .contact-list .contact-persons section .persons .person .name-position-wrapper .name,
.acf-block-preview .contact-list .contact-persons section .persons .person .name-position-wrapper .name {
    font-size: 20px;
  }
}
body#imagepage .contact-list .contact-persons section .persons .person .name-position-wrapper .position,
.acf-block-preview .contact-list .contact-persons section .persons .person .name-position-wrapper .position {
  font-size: 16px;
  color: #D70A1E;
  font-weight: 500;
  hyphens: auto;
}
body#imagepage .contact-list .contact-persons section .persons .person .text a,
.acf-block-preview .contact-list .contact-persons section .persons .person .text a {
  text-decoration: none;
}