[dir="rtl"] {
ul{
    display: flex;
    /*flex-direction: row-reverse;*/
    direction: rtl;
    padding-right: 0px;

    li:before {
      position: unset;
       left: 0;
     }
}
ul.row.list-unstyled.mashup-grid{
  li{
    position: absolute;
    left: 0%;
    top: 0px;
  }
}
ol{
  padding-right: 0px;
    li:before {
    position: unset;
     left: 0;
   }
}
button{
  text-align: right !important;
}
li::before {
  display: inline-flex;
  flex-direction: row-reverse;
  padding-left: 15px;
}
.card-collapse-content blockquote:before{
  right: 0;
}

blockquote{

  padding-right:10px;
  ::before {
    display: inline-flex;
    flex-direction: row-reverse;
  }
}
}

.talkingnumber .number {
  font-size: 1.6rem;
  color: var(--brand1);
}

.talkingnumber .icon {
  max-height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.talkingnumber .icon img {
  max-height: inherit;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 1199px) {
  .talkingnumber .icon img {
    max-width: 120px;
  }
}

.filter-no-results {
  background-color: #f8f9fa;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  border-radius: 0 4px 4px 0;
}

.filter-no-results p {
  margin: 0;
  color: #495057;
  font-size: 0.95rem;
  line-height: 1.5;
}

.standort {
  line-height: normal;
  font-size: 1rem;
}

.standort a.h2 {
  text-decoration: none;
}

.standort .h2 {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: normal;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.belastungsmatrix-table-wrapper {
  overflow-x: auto;
  margin-block: 2rem;
}

.bm-caption {
  caption-side: top;
  font-size: 0.8rem;
  color: #666;
  text-align: left;
  padding: 0.5rem 1rem 0.25rem;
}

.belastungsmatrix-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 700px;
  font-size: 0.875rem;
  background: #fff;
  table-layout: fixed;
}

.edit-no-table .belastungsmatrix-table-wrapper {
  display: none;
}

.belastungsmatrix-table .bm-corner {
  padding: 0;
  width: 1px;
}

.belastungsmatrix-table .bm-col-header {
  background: var(--brand1);
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem 1rem;
  /* border: 1px solid #a00000; */
  vertical-align: middle;
  line-height: 1.5;
}

.belastungsmatrix-table .bm-row-header {
  /* border: 1px solid #ddd; */
  padding: 0.5rem;
  width: 1px;
  vertical-align: middle;
  text-align: center;
  padding-bottom:32px;
}

.belastungsmatrix-table .bm-row-header span {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  margin: auto;
}

.belastungsmatrix-table .bm-cell {
  /* border: 1px solid #ddd; */
  padding: 0.5rem;
  vertical-align: top;
  overflow: hidden;
}

.bm-pills {
  display: grid;
}

/* .content .belastungsmatrix-table .bm-pill {
  word-break: normal;
  overflow-wrap: anywhere;
  hyphens: auto;
  -webkit-hyphens: auto;
} */

.bm-pill {
  padding: 3px 6px;
  background-color: var(--brand1);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 0.85rem;
  line-height: 1.4;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
  text-align: left;
  white-space: normal;
  max-width: 100%;
  min-width: 0;
  display: block;
  width: 100%;
  margin-bottom: 6px;
  hyphens: auto;
  -webkit-hyphens: auto;
  word-break: normal;
  overflow-wrap: break-word;
}

.bm-pill:hover {
  background: #7c0320;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.bm-pill:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  background: #7c0320;
  box-shadow: 0 0 0 5px #7c0320;
}

.bm-pill:active {
  transform: translateY(0);
  box-shadow: none;
}

@keyframes bm-highlight-pulse {
  0%   { box-shadow: 0 0 0 0   rgba(192, 57, 43, 0.5); }
  50%  { box-shadow: 0 0 0 8px rgba(192, 57, 43, 0.15); }
  100% { box-shadow: 0 0 0 0   rgba(192, 57, 43, 0); }
}

.bm-highlight {
  animation: bm-highlight-pulse 2s ease forwards;
}

@media (prefers-reduced-motion: reduce) {
  .bm-pill {
    transition: none;
    transform: none !important;
  }
  .bm-highlight {
    animation: none;
  }
}


@media (max-width: 575.98px) {
  .belastungsmatrix-table-wrapper {
    display: none;
  }
}

.matrix-main .icon-alert_fragezeichen_fill {
  color: #62676c;
}

@supports (hyphenate-limit-chars: 6 3 3) {
  .bm-pill { hyphenate-limit-chars: 6 3 3; }
}



.prueftool-list .prueftool-list-item {
  border-bottom: 1px solid var(--function3);
}

.prueftool-list .prueftool-list-item:last-of-type {
  border-bottom: 0px;
}

.prueftool-label {
  font-size: 1rem;
  display: block;
  width: 100%;
  font-weight: 400;
  color: var(--text3);
  line-height: 1.4;
}

.ai-aerzte-cb-label {
  font-size: 0.9rem;
}

.font-brand-1 {
  color: var(--brand1);
}
