.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;
}


/* Angebote (Dienstleistungen) Detail Seite */
.angebotdetail #accordion .card-header button:hover,
.angebotdetail #accordion .card-header button:active,
.angebotdetail #accordion .card-header button:visited,
.angebotdetail #accordion .card-header button:focus {
	text-decoration: none;
}

.angebotdetail #accordion .card-header button h3 {
	font-size: 16px;
}

/* Location Detail Page */
/* .page-apotheken-detail #accordion .accordion-inner > .accordion .accordion-heading button {
	font-size: 14px;
	font-weight: 600;
}

.page-apotheken-detail #accordion .accordion-inner > .accordion .accordion-inner {
	padding-left: 7px;
}

.page-apotheken-detail #accordion h2 {
    color: #787878;
    font-size: 1.2em;
    margin: 0 0 10px;
    padding: 27px 0 22px;
} */




  .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;
  }

  .standortedetail #accordion .accordion-inner > .accordion .accordion-heading button {
    font-size: 14px;
    font-weight: 600;
  }

  .standortedetail #accordion .accordion-inner > .accordion .accordion-inner {
    padding-left: 7px;
  }

  @media screen and (min-width: 768px) {
    body.standortedetail .headerfixed ul.anker li.contact-anker {
      display: none;
    }
  }

  .services_details_map {
    margin-bottom: 60px;
  }

  .location-list {
    margin-bottom: 80px;
  }

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

  body#page-angebote .servicesSearch > .inputField > input {
    width: 100%;
    padding: 8px 0px 8px 12px;
    border-radius: 7px;
  }

  body#page-angebote .servicesSearch > .inputField::after {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background-image: url('../Icons/lupe.svg');
    margin-left: -35px;
    margin-top: 10px;
  }

  body#page-angebote .servicesSearch {
    padding-bottom: 50px;
  }

  body#page-angebote .servicesSearch > .titleText {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 8px;
  }

  body#page-angebote .servicesSearch > .titleText > .minimalSearchLength {
    margin-top: 25px;
  }

  body#page-angebote .servicesSearch > .servicesSearchResults > p > span {
    padding-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 23px;
    font-size: 20px;
    display: block;
  }

  body#page-angebote .servicesSearch > .servicesSearchResults > p > ul.services-found-list {
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 30px;
  }

  body#page-angebote .servicesSearch > .servicesSearchResults > p > ul.services-found-list > li {
    font-size: 20px;
    background: none;
    margin-bottom: 13px;
    list-style: none;
  }

