.trager-mvz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px 22px 10px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  color: #1b2482;
  border-radius: 100px;
  position: relative;
}
.trager-mvz .trager-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.trager-mvz .trager-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M16.598 19.0046C18.2014 19.0046 19.5014 17.6992 19.5014 16.0893V9.25798C19.5014 9.25798 19.5207 8.68749 19.4774 8.02032C19.4196 7.19843 18.9862 6.44423 18.317 5.97044L14.9032 3.55312L11.9179 1.44039C11.4942 1.14064 10.9934 0.995605 10.4975 1.00044C10.0015 0.990771 9.5056 1.14064 9.07707 1.44039L6.0918 3.55312L2.678 5.97044C2.00872 6.44423 1.57056 7.19843 1.5176 8.02032C1.47426 8.69233 1.49352 9.25798 1.49352 9.25798V16.0893C1.49352 17.6992 2.79356 19.0046 4.39694 19.0046H16.5932H16.598Z' stroke='%231B2482' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M9.17309 12.077H7.39638C6.6645 12.077 6.07227 11.4824 6.07227 10.7475C6.07227 10.0126 6.6645 9.41797 7.39638 9.41797H9.17309' stroke='%231B2482' stroke-width='1.4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M11.8223 9.41797H13.599C14.3309 9.41797 14.9231 10.0126 14.9231 10.7475C14.9231 11.4824 14.3309 12.077 13.599 12.077H11.8223' stroke='%231B2482' stroke-width='1.4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M11.8211 12.0771V13.8611C11.8211 14.596 11.2288 15.1906 10.497 15.1906C9.76509 15.1906 9.17285 14.596 9.17285 13.8611V12.0771' stroke='%231B2482' stroke-width='1.4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M9.17285 9.41819V7.63421C9.17285 6.89935 9.76509 6.30469 10.497 6.30469C11.2288 6.30469 11.8211 6.89935 11.8211 7.63421V9.41819' stroke='%231B2482' stroke-width='1.4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}

/*list categories*/
.location-page-header-information .location-categories {
  margin: 10px 0 0 0;
}
.location-page-header-information ul.location-slugs {
  display: flex;
  flex-direction: row;
  width: max-content;
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 10px;
}
.location-page-header-information ul.location-slugs li {
  border-radius: 75px;
  background: #fff;
  padding: 7px 15px 7px 34px;
  position: relative;
  color: #1b2482;
  font-family: "Roboto", Sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: normal;
  max-width: fit-content;
}
.location-page-header-information ul.location-slugs li:first-of-type {
  margin: 0 0 0 0;
}

.location-page-header-information ul.location-slugs li.private-standorte {
  background: #1b2482;
}
.location-page-header-information ul.location-slugs li .private-text {
  color: #ffffff;
}

/*circle colors*/
.location-page-header-information .slug-circle {
  width: 22.5px;
  height: 22.5px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
}
.location-page-header-information .circle-color-radiologie {
  background-color: #619fff;
}
.location-page-header-information .circle-color-nuklearmedizin {
  background-color: #e95aaa;
}
.location-page-header-information .circle-color-strahlentherapie {
  background-color: #ff975c;
}
.location-page-header-information .circle-color-pathologie {
  background-color: #7650a2;
}
.location-page-header-information .circle-color-kardiologie {
  background-color: #cf425c;
}
.location-page-header-information .private-icon {
  width: 22.5px;
  height: 22.5px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
  border: 1px solid #ffffff;
}
.location-page-header-information .private-icon:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M1 6.70653L5 11.2301L11 1.17773' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 12px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
}
@media (max-width: 990px) {
  .location-page-header-information ul.location-slugs {
    flex-direction: column;
  }
}
