.map-filters {
  position: absolute;
  /* left: auto; */
  bottom: 30px;
  width: 45vw;
  margin: 0 auto;
}

.map-filters .zone_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}

.map-filters .zone_search .search_icon {
  background: url(../Icons/search.svg);
  background-size: 23px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  margin-top: 10px;
  margin-left: 15px;
}

.map-filters .zone_search .search_icon.cross {
  background: url(../Icons/cross.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  margin-top: 5px;
}

.map-filters .zone_search .form-icon-search {
  border-radius: 0;
  height: 45px;
  padding: 20px 9px;
}

.w-100 {
  width: 100%;
}

.disflex {
  display: flex;
}

.required_field_ajax {
  flex-direction: column;
}

#contactForm .surName,
#contactForm .firstName {
  height: 40px;
}

.wrong_ajax {
  color: #e44444;
  font-size: unset;
  text-align: center;
  font-weight: 600;
}

.location-list h3 {
  margin: 25px 0;
}

.services_details_map .map-filters {
  position: relative;
  bottom: 70px;
}

.service-show #accordion {
  margin-top: 50px;

}

.service-show #accordion .card-header button {
  width: 100%;
  text-align: left;
  height: auto;
  padding: 0;
}

.service-show #accordion .card-header button:hover {
  text-decoration: none;
}


.service-show #accordion .card-header button h3 {
  margin: 10px 0;
}


.service-show #accordion .card-body {
  margin: 35px 0;
}


.box_to_map {
  background: #64b32b;
  display: flex;
  flex-direction: row;
  padding: 8px 0;
  cursor: pointer;
  padding-right: 25px;
}

.box_to_map .localisation_map_logo {
  background: url(../Icons/marker.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  margin: 0;
  margin-left: 2px;
  margin-right: 5px;
  margin-top: 3px;
}

.box_to_map p {
  color: white;
  font-size: 15px;
  width: 100%;
  margin: 0;
}

.box_to_map p:before {
  content: '';
  background: url(../Icons/down-arrow.svg);
  height: 15px;
  width: 15px;
  background-size: contain;
  position: absolute;
  right: 35px;
  top: 13px;
}

.angebotwrapper .accordion-heading {
  border-top: 1px solid #c8c8c8;
  background-size: 11px 9px;
  position: relative;
}

.angebotwrapper .accordion-heading:before {
  content: '';
    background: url(../Icons/right_grey.svg);
    height: 10px;
    width: 10px;
    background-size: contain;
    position: absolute;
    right: 25px;
    background-repeat: no-repeat;
    top: 10px;
}

.angebotwrapper .accordion-heading.openaccordion:before {
    content: '';
    background: url(../Icons/right_grey.svg);
    height: 10px;
    width: 10px;
    background-size: contain;
    position: absolute;
    right: 25px;
    background-repeat: no-repeat;
    top: 10px;
    transform: rotate(90deg);
}


.angebotwrapper .accordion-heading button {
  color: #a2a2ab;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  font-family: 'palanquin';;
  font-weight: 40;
  line-height: 1.1;
  color: inherit;
  font-size: 16px;
}



.angebotwrapper .accordion-heading button:before {
  /*content: '';*/
  background: url(../Icons/down-arrow_grey.svg);
  height: 15px;
  width: 15px;
  background-size: contain;
  position: absolute;
  right: 0;
}

.page-apotheken-clubcard .angebotwrapper{
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .map-filters {
    position: relative;
    width: 100%;
  }
}