.test {
  max-width: 825px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.gm-style .gm-style-iw-a {
  position: absolute;
  width: 250px;
  height: 0;
}


#docfinder-map a, #docfinder-results .docfinder-infocard-box__right a {
  text-decoration: none;
  color: inherit
}

#docfinder-widget {
  overflow: hidden;
  height: auto;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;

}

#docfinder-tagline {
  /*font-weight: 200;*/
  color: var(--color-theme-indication);
  margin: 20px 0 0 0
}

body.dark #docfinder-tagline {
  color: #3EBFF0;
}

#docfinder-headline {

  font-size: 30px;
  margin: 10px 0 10px 0
}


.docfinder-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.docfinder-scrollbar::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;

}

.docfinder-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

#docfinder-overlay {
  position: absolute;
  text-align: center;
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  background-color: rgba(255, 255, 255, .9); /* Black background with opacity */
  z-index: 1; /* Specify a stack order in case you're using a different order for other elements */

}

#docfinder-overlay-button {
  background: var(--color-theme-indication);
  color: #ffffff;
  position: relative;
  top: 50%;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 35px 10px 35px;
  border: none;
  font-size: 16px;
  box-shadow: none;
  cursor: pointer;
}

body.dark #docfinder-overlay-button {
  background: #3EBFF0;
}

#docfinder-overlay-button:active {
  transform: scale(0.98);
}

@media (min-width: 802px) {
  #docfinder-widget {
    height: 500px
  }

  #docfinder-ac-button {
    background: var(--color-theme-indication);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 35px 0 35px;
    border: none;
    font-size: 14px;
    box-shadow: none;
    cursor: pointer;
    transition: margin-left 0.3s linear;
  }
}

body.dark #docfinder-ac-button {
  background: #3EBFF0;
}

.ap-docfinder-results {
  position: relative;
  width: 24%;
  padding: 0 40px;
}

#docfinder-results {
  opacity: 0;

  /*  width: 24%;*/
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  right: -50%;
  transition: all 1s;

}

@media (max-width: 801px) {
  #docfinder-controls {
    width: 100%
  }

  .ap-docfinder-results {
    width: 100%;
  }

  #docfinder-results {
    width: 90%;
    position: relative;
    padding: 0;
  }

  #docfinder-results ul li {
    text-indent: 0;
    display: inline-block;
    width: 90%;
    min-height: 200px;
    height: auto;
    background: #F7F7F7;
    margin: 0 auto 15px;
    padding: 15px;
    cursor: pointer;
    position: relative;

  }

  #docfinder-results .docfinder-infocard {
    position: relative;
    padding: 20px;
  }

  #docfinder-widget {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    justify-content: center;
    position: relative;

  }

  #docfinder-ac-button {
    background: var(--color-theme-indication);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 14.5px 0 14.5px;
    border: none;
    font-size: 14px;
    box-shadow: none;
    cursor: pointer;
  }
}


#docfinder-results ul {
  margin: 0;
  padding: 0;
  list-style: none
}

#docfinder-results ul li {
  text-indent: 0;
  display: inline-block;
  width: 100%;
  /*min-height: 250px;*/
  height: auto;
  background: #F7F7F7;
  margin: 0 auto 15px;
  padding: 15px;
  cursor: pointer;
  position: relative;

}

#docfinder-results ul li:before {
  display: none
}

#docfinder-results .docfinder-infocard {
  position: relative;
  /*padding: 40px 0*/

}

#docfinder-results .docfinder-infocard-productlogos {
  position: absolute;
  top: 0;
  right: 30px;
  width: 100%;
  text-align: right
}

#docfinder-results .docfinder-infocard-productlogos img {
  display: inline-block;
  padding-left: 2px
}

#docfinder-results .docfinder-infocard-content-wrapper {
  display: block
}

#docfinder-results .docfinder-infocard-content-wrapper .docfinder-infocard-content, #docfinder-results .docfinder-infocard-teaser {
  display: none
}

#docfinder-results .docfinder-infocard-teaser img {
  width: 100%;
  margin-bottom: 20px
}

/*#docfinder-results .docfinder-infocard-inner-wrapper {*/
/*    padding: 0 40px*/
/*}*/

@media (max-width: 450px) {
  #docfinder-results .docfinder-infocard-inner-wrapper {
    padding: 0
  }
}

#docfinder-results .docfinder-infocard-permalink {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #666
}

#docfinder-results .docfinder-infocard-mail, #docfinder-results .docfinder-infocard-tel, #docfinder-results .docfinder-infocard-web {
  position: relative;
  padding-bottom: 8px;
  line-height: 8px;
}

#docfinder-results .docfinder-infocard-mail .icon, #docfinder-results .docfinder-infocard-tel .icon, #docfinder-results .docfinder-infocard-web .icon {
  position: absolute;
  top: 0;
  left: 0
}

#docfinder-results .docfinder-infocard-title {
  font-size: 16px;

  position: relative;
  margin-bottom: 8px;
}

/*#docfinder-results .docfinder-infocard-title:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background-color: #666*/
/*}*/


#docfinder-results .docfinder-infocard-box__left {
  width: 100%;
  display: block;
  vertical-align: top;
  font-size: 14px;
  word-break: keep-all
}

#docfinder-results .docfinder-infocard-box__right {
  width: 100%;
  display: block;
  vertical-align: top;
  font-size: 12px
}

#docfinder-results .docfinder-infocard-aerzte, #docfinder-results .docfinder-infocard-street {
  padding-bottom: 15px;
  color: var(--color-theme-indication);
}

#docfinder-results .docfinder-infocard-aerzte {
  color: var(--color-theme-indication);
  padding-bottom: 15px;
}

#docfinder-results .docfinder-infocard-count, #docfinder-results .docfinder-infocard-plus {
  position: absolute;
  top: 0;
  line-height: 0;
  width: 27px;
  margin-right: 10px;
  height: 0;
  padding: 12.5px 0;
  text-align: center
}

/*#docfinder-results .docfinder-infocard-count {*/
/*    left: 3px;*/
/*    border-radius: 50%;*/
/*    border: 1px solid #666;*/
/*    color: #000;*/
/*    font-size: 12px*/
/*}*/

#docfinder-results .docfinder-infocard-count .number, #docfinder-results .docfinder-infocard-count .plus {
  display: block
}

#docfinder-results .docfinder-infocard-count .minus {
  display: none
}

#docfinder-results .docfinder-infocard-plus {
  right: -10px;
  color: #666;
  background-color: #fff;
  font-size: 35px;
  font-weight: 600
}

#docfinder-results .docfinder-infocard-plus .number, #docfinder-results .docfinder-infocard-plus .plus {
  display: block
}

#docfinder-results .docfinder-infocard-plus .minus {
  display: none
}

#docfinder-results .docfinder-infocard.bigger .docfinder-infocard-content-wrapper {
  width: 100%;
  padding: 0 40px;
  display: inline-block
}

#docfinder-results .docfinder-infocard.bigger .docfinder-infocard-content-wrapper .docfinder-infocard-content, #docfinder-results .docfinder-infocard.bigger .docfinder-infocard-teaser {
  display: block
}

#docfinder-results .docfinder-infocard.bigger .docfinder-infocard-content-wrapper .docfinder-infocard-content h1, #docfinder-results .docfinder-infocard.bigger .docfinder-infocard-content-wrapper .docfinder-infocard-content h2, #docfinder-results .docfinder-infocard.bigger .docfinder-infocard-content-wrapper .docfinder-infocard-content h3, #docfinder-results .docfinder-infocard.bigger .docfinder-infocard-content-wrapper .docfinder-infocard-content h4, #docfinder-results .docfinder-infocard.bigger .docfinder-infocard-content-wrapper .docfinder-infocard-content h5, #docfinder-results .docfinder-infocard.bigger .docfinder-infocard-content-wrapper .docfinder-infocard-content h6, #docfinder-results .docfinder-infocard.bigger .docfinder-infocard-content-wrapper .docfinder-infocard-content p {
  color: #000;
  text-align: left
}

#docfinder-results .docfinder-infocard.bigger .docfinder-infocard-content-wrapper .docfinder-infocard-content h2 {
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 15px
}

@media (max-width: 860px) {
  #docfinder-results .docfinder-infocard.bigger .docfinder-infocard-content-wrapper .docfinder-infocard-content h2 {
    font-size: 1.5em
  }
}

#docfinder-results .docfinder-infocard.bigger .docfinder-infocard-content-wrapper .docfinder-infocard-content h3 {
  font-weight: 600;
  padding: 15px 0 0
}

#docfinder-results .docfinder-infocard.bigger .docfinder-infocard-permalink {
  display: none
}

#docfinder-results .docfinder-infocard.bigger .docfinder-infocard-inner-wrapper {
  display: inline-block;
  vertical-align: top
}

#docfinder-results .docfinder-infocard.bigger .docfinder-infocard-plus .plus {
  display: none
}

#docfinder-results .docfinder-infocard.bigger .docfinder-infocard-plus .minus {
  display: block
}

#docfinder-map {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  height: 500px;
  transition: width .5s;
}

@media (max-width: 800px) {
  #docfinder-map {
    /*position: absolute;*/
    /*left: -100%;*/
    /*visibility: hidden*/
  }
}

@media (min-width: 800px) {
  #docfinder-map.rendered {
    -webkit-appearance: none;
    width: 70%;
    display: inline-block
  }
}

#docfinder-map.rendered ~ .ap-docfinder-results {
  width: 30%;
  padding: 0;
  margin: 0;
}

#docfinder-map.rendered ~ .ap-docfinder-results #docfinder-results {
  -webkit-appearance: none;
  display: block;
  right: 0;
  opacity: 1;
  width: 96%;
  padding: 0;
  margin: 0;
}

#docfinder-map.rendered ~ .ap-docfinder-results.ap-docfinder-speaker #docfinder-results ul li:first-child {
  padding-top: 30px
}

@media (max-width: 800px) {

  #docfinder-map.rendered ~ .ap-docfinder-results {
    width: 100%;
  }

  #docfinder-map.rendered ~ .ap-docfinder-results #docfinder-results {
    width: 100%;
  }
}


#docfinder-map img {
  max-width: none;
  max-height: none;
  width: auto;
  height: auto
}


.docfinder-options {
  text-align: center;
  padding-bottom: 20px;
  font-size: 16px;
  margin: 0 auto;
  width: 70%
}

@media (max-width: 1025px) {
  .docfinder-options {
    width: 90%
  }
}

.docfinder-options label, .docfinder-options span {
  color: #000
}

.docfinder-options input[type=radio]:checked, .docfinder-options input[type=radio]:not(:checked), .docfinder-options input[type=checkbox]:checked, .docfinder-options input[type=checkbox]:not(:checked) {
  background: 0 0;
  position: relative;
  display: none;
  margin: 0;
  padding: 0
}

.docfinder-options input[type=radio] + label, .docfinder-options input[type=checkbox] + label {
  cursor: pointer
}

.docfinder-options input[type=radio]:checked + label::before, .docfinder-options input[type=radio]:not(:checked) + label::before, .docfinder-options input[type=checkbox]:checked + label::before, .docfinder-options input[type=checkbox]:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 7px;
  margin-right: 7px;
  border: 3px solid #000;
  background: 0 0;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1)
}


.docfinder-options input[type=checkbox]:checked + label::before, .docfinder-options input[type=checkbox]:not(:checked) + label::before, .docfinder-options input[type=radio]:checked + label::before, .docfinder-options input[type=radio]:not(:checked) + label::before {
  border-radius: 30px
}

.docfinder-options input[type=radio]:hover + label::before {
  background: #e4e4e4;
  box-shadow: inset 0 0 0 2px #e4e4e4
}

.docfinder-options input[type=radio]:checked + label::before {
  background: #000;
  box-shadow: inset 0 0 0 2px #fff
}

@media (min-width: 1000px) {
  .docfinder-options input[type=checkbox]:checked + label {
    font-weight: 700
  }
}

.docfinder-options input[type=checkbox]:checked + label.ultherapyChkbox {
  color: #f9c332
}

.docfinder-options input[type=checkbox]:checked + label.beloteroChkbox {
  color: #f47c27
}

.docfinder-options input[type=checkbox]:checked + label.radiesseChkbox {
  color: #00a6c7
}

.docfinder-options input[type=checkbox]:checked + label.cellfinaChkbox {
  color: #cd051d
}

.docfinder-options input[type=checkbox]:checked + label.hyalacpChkbox {
  color: #d323c9
}

@media (max-width: 415px) {
  .docfinder-options {
    width: 80%;
    margin: 1% auto
  }

  .docfinder-options span {
    display: block;
    text-align: left
  }

  .docfinder-options input[type=radio] + label, .docfinder-options input[type=checkbox] + label {
    display: block;
    position: relative;
    padding: 0 50px 10px 0
  }
}

.docfinder-options fieldset {
  border: 0;
  text-align: center
}

.docfinder-options fieldset span {
  display: inline-block;
  width: 80px;
  text-align: left
}

.docfinder-options fieldset input {
  display: inline-block
}

.docfinder-options fieldset .inputContainer {
  display: inline-block;
  min-width: 118px
}

@media (max-width: 1000px) {
  .docfinder-options fieldset .inputContainer, .docfinder-options fieldset span {
    min-width: 85px
  }
}

@media (max-width: 415px) {
  .docfinder-options fieldset {
    text-align: left
  }

  .docfinder-options fieldset .inputContainer, .docfinder-options fieldset span {
    display: block;
    width: 100%;
    min-height: 40px
  }
}

.docfinder-form-controls {
  box-sizing: border-box;
  margin: 2% auto;
  display: inline-block;
  vertical-align: top;
  height: 44px;
  outline: 0;

}

#docfinder-ac-input {

  width: 79%;
  background-color: #fff;
  border: none;
  padding: .5% 1%;
  font-size: 16px;
  font-weight: 700
}

@media (max-width: 415px) {
  #docfinder-ac-input {
    width: 100%;
    font-size: 14px;
  }
}

#docfinder-ac-input::-ms-clear {
  display: none !important
}

.marker-name {
  display: block;
  color: var(--color-theme-indication);
  font-weight: 500;
  margin-bottom: 5px;
}

.marker-content {
  margin: 15px 0 10px 10px
}

.marker-content.max {
  margin: 15px 60px 10px 20px
}

.marker-address {
  margin-bottom: 15px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
}

.marker-permalink {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #CCC
}

.marker-title {
  display: block;
  margin-bottom: 10px;
}

.icon, .marker-content .marker-email .icon, .marker-content .marker-phone .icon, .marker-content .marker-website .icon {
  display: inline-block;
}

.marker-content .marker-email, .marker-content .marker-phone, .marker-content .marker-website {
  line-height: 25px;
  margin-bottom: 5px;

}

.marker-profileimage {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 70px !important;
  height: 70px !important;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #000;
  overflow: hidden
}

.marker-profileimage img {
  width: 100% !important;
  height: auto !important
}

.beforeContactIcon {
  color: var(--color-theme-indication);
  font-weight: 600;
  font-size: 26px;
  margin-right: 0;
  vertical-align: sub;
}

.icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;

}

.icon-tell {
  background: url(../img/ico_phone.png) center no-repeat
}

.icon-email {
  background: url(../img/ico_mail.png) center no-repeat
}

.icon-web {
  background: url(../img/ico_web.png) center no-repeat
}

#docfinder-single {
  margin: 30px 0
}

#docfinder-single .docfinder-single__profile-img {
  max-width: 250px;
  height: auto;
  position: relative;
  display: block
}

#docfinder-single .docfinder-single__profile-img.inline {
  display: inline-block
}

#docfinder-single__address, #docfinder-single__header {
  margin-bottom: 30px
}

#docfinder-single__map {
  min-height: 350px
}

@media (min-width: 992px) {
  #docfinder-single__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: justify;
    align-content: space-between
  }

  #docfinder-single__map {
    width: 60%
  }

  #docfinder-single__address {
    width: 40%;
    margin: 0
  }
}

#docfinder-single__contact {
  margin-top: 30px
}

#docfinder-single__contact .icon {
  display: inline-block
}

#docfinder-single__mail, #docfinder-single__phone, #docfinder-single__web {
  margin-bottom: 8px
}

#docfinder-single__title {
  position: relative;
  margin-bottom: 30px
}

#docfinder-single__title:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 75%;
  height: 1px;
  background-color: #666
}

#docfinder-single__text h1, #docfinder-single__text h2, #docfinder-single__text h3, #docfinder-single__text h4, #docfinder-single__text h5, #docfinder-single__text h6, #docfinder-single__text p {
  text-align: left;
  margin-left: 0
}

#docfinder-single__text p {
  width: auto;
  margin-left: 2vw
}

#docfinder-single__images .docfinder-single__image {
  max-width: 200px;
  height: auto;
  margin: 30px
}

.docfinder-single__marker {
  padding: 0 60px 0 0
}

.docfinder-single__marker-address, .docfinder-single__marker-contact {
  color: #000
}

.docfinder-single__profile-img--small {
  width: auto;
  max-height: 50px;
  position: absolute;
  right: 0;
  display: block;
  border-radius: 100%
}

#docfinder-map-single {
  border: 0
}

.docfinder-product-radiesse #docfinder-results ul li {
  border: 0;
  border-top: 5px solid #00a5c6
}

.docfinder-product-radiesse #docfinder-results .docfinder-infocard-permalink {
  border-top: 1px solid #00a5c6
}

.docfinder-product-radiesse #docfinder-results .docfinder-infocard-title:after {
  background-color: #00a5c6
}

.docfinder-product-radiesse #docfinder-results .docfinder-infocard-count {
  border: 0;
  color: #fff;
  background-color: #00a5c6
}

.docfinder-product-radiesse .docfinder-options, .docfinder-product-radiesse .docfinder-options label, .docfinder-product-radiesse .docfinder-options span {
  color: #fff
}

.docfinder-product-radiesse .docfinder-options input[type=radio]:checked + label::before, .docfinder-product-radiesse .docfinder-options input[type=radio]:not(:checked) + label::before, .docfinder-product-radiesse .docfinder-options input[type=checkbox]:checked + label::before, .docfinder-product-radiesse .docfinder-options input[type=checkbox]:not(:checked) + label::before {
  border: 3px solid #fff
}

.docfinder-product-radiesse .docfinder-options input[type=radio]:checked + label::before, .docfinder-product-radiesse .docfinder-options input[type=radio]:hover + label::before {
  background: #fff;
  box-shadow: inset 0 0 0 2px #fff
}

.docfinder-product-radiesse#docfinder-single, .docfinder-product-radiesse#docfinder-single a, .docfinder-product-radiesse#docfinder-single a:active, .docfinder-product-radiesse#docfinder-single a:focus, .docfinder-product-radiesse#docfinder-single a:hover, .docfinder-product-radiesse#docfinder-single a:visited, .docfinder-product-radiesse#docfinder-single h1, .docfinder-product-radiesse#docfinder-single h2, .docfinder-product-radiesse#docfinder-single h3, .docfinder-product-radiesse#docfinder-single h4, .docfinder-product-radiesse#docfinder-single h5, .docfinder-product-radiesse#docfinder-single h6 {
  color: #fff
}

.docfinder-product-radiesse #docfinder-single__title:after {
  background-color: #fff
}

.docfinder-product-radiesse .docfinder-single__profile-img--small {
  border: 2px solid #00a5c6
}

.docfinder-product-belotero #docfinder-results ul li {
  border: 0;
  border-top: 5px solid #f47c27
}

.docfinder-product-belotero #docfinder-results .docfinder-infocard-permalink {
  border-top: 1px solid #f47c27
}

.docfinder-product-belotero #docfinder-results .docfinder-infocard-title:after {
  background-color: #f47c27
}

.docfinder-product-belotero #docfinder-results .docfinder-infocard-count {
  border: 0;
  color: #fff;
  background-color: #f47c27
}

.docfinder-product-belotero .docfinder-options, .docfinder-product-belotero .docfinder-options label, .docfinder-product-belotero .docfinder-options span {
  color: #fff
}

.docfinder-product-belotero .docfinder-options input[type=radio]:checked + label::before, .docfinder-product-belotero .docfinder-options input[type=radio]:not(:checked) + label::before, .docfinder-product-belotero .docfinder-options input[type=checkbox]:checked + label::before, .docfinder-product-belotero .docfinder-options input[type=checkbox]:not(:checked) + label::before {
  border: 3px solid #fff
}

.docfinder-product-belotero .docfinder-options input[type=radio]:checked + label::before, .docfinder-product-belotero .docfinder-options input[type=radio]:hover + label::before {
  background: #fff;
  box-shadow: inset 0 0 0 2px #fff
}

.docfinder-product-belotero#docfinder-single, .docfinder-product-belotero#docfinder-single a, .docfinder-product-belotero#docfinder-single a:active, .docfinder-product-belotero#docfinder-single a:focus, .docfinder-product-belotero#docfinder-single a:hover, .docfinder-product-belotero#docfinder-single a:visited, .docfinder-product-belotero#docfinder-single h1, .docfinder-product-belotero#docfinder-single h2, .docfinder-product-belotero#docfinder-single h3, .docfinder-product-belotero#docfinder-single h4, .docfinder-product-belotero#docfinder-single h5, .docfinder-product-belotero#docfinder-single h6 {
  color: #fff
}

.docfinder-product-belotero #docfinder-single__title:after {
  background-color: #fff
}

.docfinder-product-belotero .docfinder-single__profile-img--small {
  border: 2px solid #f47c27
}

/* Servicebereich Cystinose */
.fach #docfinder #docfinder-tagline,
.fach #docfinder #docfinder-results .docfinder-infocard-aerzte,
.fach #docfinder .marker-name,
.fach #docfinder .beforeContactIcon {
  color: var(--color-theme-indication)
}

.fach #docfinder #docfinder-overlay-button,
.fach #docfinder #docfinder-ac-button {
  background: var(--color-theme-indication)
}

.cystinose-map #docfinder #docfinder-tagline,
.cystinose-map #docfinder #docfinder-results .docfinder-infocard-aerzte,
.cystinose-map #docfinder .marker-name,
.cystinose-map #docfinder .beforeContactIcon {
  color: var(--color-theme-indication)
}

.cystinose-map #docfinder #docfinder-overlay-button,
.cystinose-map #docfinder #docfinder-ac-button {
  background: var(--color-theme-indication)
}

.fach .cystinose-map #docfinder #docfinder-tagline,
.fach .cystinose-map #docfinder #docfinder-results .docfinder-infocard-aerzte,
.fach .cystinose-map #docfinder .marker-name,
.fach .cystinose-map #docfinder .beforeContactIcon {
  color: var(--color-theme-indication)
}

.fach .cystinose-map #docfinder #docfinder-overlay-button,
.fach .cystinose-map #docfinder #docfinder-ac-button {
  background: var(--color-theme-indication)
}
