header#header a.logo img.logo-image {
  width: 100%;
  max-width: 285px;
  height: auto;
}
#bkmrk-scope-of-practice-search-delete,
#bkmrk-learning-target-search-delete {
  display: none;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 50%;
  background: #efefef;
  margin-top: -10px;
  border-radius: 10px;
}
#bkmrk-scope-of-practice-search-delete:after,
#bkmrk-learning-target-search-delete:after {
  content: '\00d7';
  margin: -2px 0 1px 0px;
  display: block;
}
#bkmrk-scope-of-practice-search-delete:hover,
#bkmrk-learning-target-search-delete:hover {
  cursor: pointer;
}  
#bkmrk-scope-of-practice-search,
#bkmrk-learning-target-search {
  width: 100%;
  height: 30px;
  padding: 0 5px;
}
.page-content table.scope-of-practice {
  table-layout: unset;
  border-collapse: separate !important;
}
.page-content table.scope-of-practice td[colspan="6"],
.page-content table.learning-target td[colspan="8"] {  
  background: rgb(192, 0, 0);
  border: solid 1px rgb(192, 0, 0);
  color: #fff;
  font-weight: bold;
}
.page-content table.scope-of-practice .scope-of-practice__title th,
.page-content table.learning-target .learning-target__title th {
  position: sticky;
  z-index: 2;
  background: #e8e8e8;
  top: 0px;
  border-top: #ddd 1px solid;
  border-bottom: #888 2px solid;
  border-right: #ddd 1px solid;
}
.page-content table.scope-of-practice .scope-of-practice__title th:first-of-type,
.page-content table.learning-target .learning-target__title th:first-of-type {
  border-left: #ddd 1px solid;
}
.page-content table.scope-of-practice tr:nth-of-type(even) {
  background-color: #f8f8f8;
}
.page-content table.scope-of-practice th,
.page-content table.scope-of-practice td {
  vertical-align: middle;
  position: relative;
}
.page-content table.scope-of-practice a {
  color: #444;
  text-decoration: none;
  line-height: 1;
}
.page-content table.scope-of-practice a:before {
  content: '\a';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}  
.page-content table.scope-of-practice a:after {
  content: '\a';
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg version="1.1" id="icon-external-link" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"><g><path fill="none" stroke="%23444444" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" d="M8.682,3.154 H6.249c-1.514,0-2.271,0-2.85,0.295C2.89,3.708,2.477,4.121,2.218,4.63C1.923,5.208,1.923,5.966,1.923,7.48v10.272 c0,1.514,0,2.271,0.295,2.849c0.259,0.509,0.672,0.923,1.181,1.182c0.578,0.294,1.334,0.294,2.845,0.294h10.281 c1.511,0,2.267,0,2.844-0.294c0.509-0.259,0.923-0.674,1.182-1.182c0.294-0.578,0.294-1.333,0.294-2.844v-2.437 M22.197,8.561 V1.803 M22.197,1.803h-6.758 M22.197,1.803l-9.461,9.461"/></g></svg>');
}
.page-content table.scope-of-practice a:hover,
.page-content table.scope-of-practice a:focus {
  color: rgba(192, 0, 0);
} 
.page-content table.scope-of-practice tr th:nth-of-type(2),
.page-content table.scope-of-practice tr th:nth-of-type(3),
.page-content table.scope-of-practice tr th:nth-of-type(4),
.page-content table.scope-of-practice tr th:nth-of-type(5),
.page-content table.scope-of-practice tr th:nth-of-type(6),
.page-content table.scope-of-practice tr td:nth-of-type(2),
.page-content table.scope-of-practice tr td:nth-of-type(3),
.page-content table.scope-of-practice tr td:nth-of-type(4),
.page-content table.scope-of-practice tr td:nth-of-type(5),
.page-content table.scope-of-practice tr td:nth-of-type(6)  {
  padding: 6px 0;
  text-align: center;
  min-width: 50px;
}

.page-content table.scope-of-practice-legend,
.page-content table.scope-of-practice-legend-info {
  width: 100% !important;
  table-layout: unset;
  font-size: 1em;
}
.page-content table.scope-of-practice-legend details {
  border: none;
  margin: 0;
  padding: 0;
}
.page-content table.scope-of-practice-legend details summary {
  border: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
  background: transparent;
  list-style: none;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.page-content table.scope-of-practice-legend details summary::-webkit-details-marker { 
  display: none; 
}    
.page-content table.scope-of-practice-legend details summary:hover {
  cursor: pointer;
}
.page-content table.scope-of-practice-legend details[open] summary {
  border: none;
  margin-bottom: 6px;
}
.page-content table.scope-of-practice-legend details summary:after {
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  content: 'i';
  width: 12px;
  height: 12px;
  border: solid 1px #444;
  border-radius: 7px;
  text-align: center;
  line-height: 12px;
  font-weight: bold;
  font-family: '';
  font-size: 12px;
  color: #444;
}
.page-content table.scope-of-practice-legend tr td:first-of-type:not([colspan]),
.page-content table.scope-of-practice-legend-info tr td:first-of-type:not([colspan]) {
  width: 12.5% !important;
}
table.learning-target {
  width: 100%;
}

table.learning-target tr.hidden-by-skill,
table.learning-target tr.hidden-by-search {
  display: none;
}

table.learning-target .learning-target__category {
  background: rgba(192,0,0);
}
table.learning-target .learning-target__title th {
  overflow: visible;
  vertical-align: middle;
  padding: 6px 3px;
  text-align: center;
}
table.learning-target .learning-target__title th > span {
  display: inline-block;
  font-weight: bold;
}
table.learning-target .learning-target__title th:nth-of-type(2) { z-index: 15; }
table.learning-target .learning-target__title th:nth-of-type(3) { z-index: 14; }
table.learning-target .learning-target__title th:nth-of-type(4) { z-index: 13; }
table.learning-target .learning-target__title th:nth-of-type(5) { z-index: 12; }
table.learning-target .learning-target__title th:nth-of-type(6) { z-index: 11; }
table.learning-target .learning-target__title th:nth-of-type(7) { z-index: 10; }
table.learning-target .learning-target__title th:nth-of-type(8) { z-index: 9; }

table.learning-target .learning-target__filter {
  position: relative;
  float: left;
}
table.learning-target .learning-target__filter__toggle {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 6;
}
table.learning-target .learning-target__filter__toggle::after {
  content: '\a';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg height="1792" viewBox="0 0 1792 1792" width="1792" xmlns="http://www.w3.org/2000/svg"><path d="M1595 295q17 41-14 70l-493 493v742q0 42-39 59-13 5-25 5-27 0-45-19l-256-256q-19-19-19-45v-486l-493-493q-31-29-14-70 17-39 59-39h1280q42 0 59 39z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: -1px;
}
table.learning-target .learning-target__filter__toggle:focus {
  outline: none;
}
table.learning-target .learning-target__filter__toggle.learning-target__filter__toggle--active::after {
  background-image: url('data:image/svg+xml,<svg fill="%232dc26b" height="1792" viewBox="0 0 1792 1792" width="1792" xmlns="http://www.w3.org/2000/svg"><path d="M1595 295q17 41-14 70l-493 493v742q0 42-39 59-13 5-25 5-27 0-45-19l-256-256q-19-19-19-45v-486l-493-493q-31-29-14-70 17-39 59-39h1280q42 0 59 39z"/></svg>');
}
table.learning-target .learning-target__filter__toggle strong {
  display: none;
}
table.learning-target .learning-target__filter__filter-list {
  display: none;
  position: absolute;
  padding: 5px 0;
  width: 120px;
  list-style: none;
  background: #fff;
  z-index: 5;
  top: 18px;
  margin: 0;
  left: -2px;
  border: solid 1px #888;
}
table.learning-target .learning-target__filter__filter-list::before {
  display: block;
  position: absolute;
  content: '\a';
  width: 13px;
  height: 18px;
  background: #fff;
  border: solid 1px #888;
  border-bottom: none;
  z-index: 5;
  top: -19px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  left: -1px;
}
table.learning-target .learning-target__filter--open .learning-target__filter__filter-list {
  display: block;
}
table.learning-target .learning-target__filter__filter-list li {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  height: 1.4em;
}
table.learning-target .learning-target__filter__filter-list input[type="checkbox"] {
  float: left;
  transform: scale(0.85);
  margin: 0 2px 0 3px;
}
table.learning-target .learning-target__filter__filter-list label {
  float: left;
  padding: 0;
  margin: 0;
}
table.learning-target .learning-target__filter__filter-list input[type="checkbox"]:hover,
table.learning-target .learning-target__filter__filter-list label:hover {
  cursor: pointer;
}
.page-content table.learning-target tr td:nth-of-type(2),
.page-content table.learning-target tr td:nth-of-type(3),
.page-content table.learning-target tr td:nth-of-type(4),
.page-content table.learning-target tr td:nth-of-type(5),
.page-content table.learning-target tr td:nth-of-type(6),
.page-content table.learning-target tr td:nth-of-type(7),
.page-content table.learning-target tr td:nth-of-type(8)  {
  padding: 6px 0;
  text-align: center;
  min-width: 50px;
  font-weight: bold;
}


.page-content table.scope-of-practice-legend-info,  
.page-content table.dosiertabelle,
.page-content table.wertetabelle,
.page-content table.rdmed-table {
  width: 100%;
  margin-bottom: 0;
  table-layout: auto;
}
.rdmed-table td a {
  line-height: 1.2;
}
.rdmed-table td ul {
  padding-left: 20px;
  padding-right: 0;
}
.dosiertabelle__wirkstoff th,
.wertetabelle tr:not(.wertetabelle__titel) th {
  font-weight: bold;
  text-align: center;
  padding: 0.25rem 1rem;
  background: #e8e8e8;
  color: #1a1a1a;
  border-color: #a6a6a6;
  vertical-align: middle;
}
.dosiertabelle__titel th,
.wertetabelle__titel th,
.rdmed-table__title th {
  font-weight: bold;
  text-align: center;
  padding: 0.25rem 1rem;
  background: #e8e8e8;
  color: #1a1a1a;
  border-color: #a6a6a6;
  vertical-align: middle;
}
.wertetabelle__titel .wertetabelle__title__small,
.dosiertabelle .dosiertabelle__small-text,
.rdmed-table .rdmed-table__title__small-text{
  font-weight: normal;
  font-size: 0.8em;
}
  
.dosiertabelle td,
.wertetabelle td {
  text-align: right; 
  padding-right: 1rem;
  vertical-align: middle;
}
.dosiertabelle td sup {
  position: absolute;
  margin-left: 0.15rem;
  margin-top: -0.15rem;
}
.dosiertabelle tr.active {
  background: #b70e0c !important;
  color: #fff;
  font-weight: bold;
}
.dosiertabelle tr.active:hover {
  cursor: default;
  background: #b70e0c !important;
}  
  
.page-contents table.medfacts {
  width: 100%;
  table-layout: auto;
}
.dosiertabelle td[colspan="2"],
.dosiertabelle td[colspan="4"],
.wertetabelle td[colspan="3"],
.rdmed-table td[colspan],
.rdmed-table th[colspan],
.medfacts thead th[colspan]  {
  text-align: center; 
  font-weight: bold;
}
.dosiertabelle tr:nth-of-type(even),
.wertetabelle tr:nth-of-type(even),
.rdmed-table tbody tr:nth-of-type(even),
.medfacts tbody tr:nth-of-type(even) {
  background: #f8f8f8;
}
.wertetabelle tr:not(.wertetabelle__titel) th {
  background: transparent;
  border-color: #ddd;
}
.medfacts tbody tr th {
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  width: 1%;
  padding: 6px 3px 6px 23px;
}

.medfacts tbody .dosiertabelle th,
.medfacts tbody .dosiertabelle td {
  white-space: normal;
}
.dosiertabelle tr:not(.dosiertabelle__titel, .dosiertabelle__wirkstoff, .active):hover td {
  cursor: pointer;
  background: #ebd7d8; 
}
.rdmed-pageversion {
  font-size: 0.9em;
  width: 100%;
}
.rdmed-pageversion thead tr th {
  font-weight: bold;
  background: #e8e8e8;
  width: 25%;
}
.rdmed-pageversion thead tr th:nth-of-type(3) {
  width: 50%;
}  
.rdmed-pageversion tbody tr:nth-of-type(even) {
  background: #f8f8f8;
}  
.rdmed-pageversion tbody tr td:nth-of-type(2) {
  text-align: right;
}   
.pediatric-vitalsigns {
    width: 100%;
    margin-bottom: 0;
    border-collapse: separate; 
    border-spacing: 0;
}

.pediatric-vitalsigns thead th {
    text-align: center;
    vertical-align: middle;
    border: none;
    border-top: #ddd 1px solid;
    border-bottom: #888 2px solid;
    border-right: #ddd 1px solid;
}
  
.pediatric-vitalsigns tbody td {
    text-align: right;
    vertical-align: middle;
    padding: 6px 8px;
    border: none;
    border-right: rgba(0, 0, 0, 0.1) 1px solid;
}

.pediatric-vitalsigns th:first-child,
.pediatric-vitalsigns td:first-child {
    border-left: #ddd 1px solid;
}  

.pediatric-vitalsigns tbody td .value {
  display: block;
}

.pediatric-vitalsigns tbody td span.close,
.dosiertabelle tbody td span.close {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    height: 100%;
    width: 20px;
    line-height: 100%;
    display: none;
    font-size: 30px;
}
.dosiertabelle tbody td span.close {
    left: 15px;
    font-size: 20px;
} 
.dosiertabelle tbody td span.close:before {
    margin-top: -2px;
}  
.pediatric-vitalsigns tbody td span.close:hover,
.dosiertabelle tbody td span.close:hover {
  cursor: pointer;
}  
.pediatric-vitalsigns tbody td span.close:before,
.dosiertabelle tbody td span.close:before  {
    content: '\00d7';
    position: relative;
    margin: 3px 0 0 2px;
    float: left;
}
  
.pediatric-vitalsigns tbody td .value.value--p50,
.pediatric-vitalsigns tbody td .value.value--range-large,
.pediatric-vitalsigns tbody tr td:first-of-type {
  font-weight: bold;
}

.pediatric-vitalsigns tbody td .value.value--range {
  font-size: 0.85em;
}   

.pediatric-vitalsigns .pediatric-vitalsigns__title th,
.pediatric-vitalsigns .pediatric-vitalsigns__headline th {
    position: sticky;
    z-index: 2;
    background: #efefef;
}

.pediatric-vitalsigns .pediatric-vitalsigns__title th {
    height: 25px;
    top: 0;
    border-bottom: none;
}

.pediatric-vitalsigns .pediatric-vitalsigns__headline th {
    top: 25px;
}

.pediatric-vitalsigns span.pediatric-vitalsigns__headline__unit {
    font-size: 0.85em;
    color: #333;
}  
.pediatric-vitalsigns span.pediatric-vitalsigns__headline__unit:before {
    content: '[';
    margin-right: 2px;
}   
.pediatric-vitalsigns span.pediatric-vitalsigns__headline__unit:after {
    content: ']';
    margin-left: 2px;
}     

.pediatric-vitalsigns tr.broselow-color-gray { background: #bcbcbc; }
.pediatric-vitalsigns tr:nth-of-type(even).broselow-color-gray { background: #aeaeae; }
.broselow-color-violet { background: #6a439a; color: #fff; }
.pediatric-vitalsigns tr:nth-of-type(even).broselow-color-violet { background: #5a3884; }  
.broselow-color-pink { background: #e3b5d4; }
.pediatric-vitalsigns tr:nth-of-type(even).broselow-color-pink { background: #e0abce; }   
.broselow-color-red { background: #cd0018; color: #fff; }
.pediatric-vitalsigns tr:nth-of-type(even).broselow-color-red { background: #b60318; }    
.broselow-color-green { background: #00984a; color: #fff; }
.pediatric-vitalsigns tr:nth-of-type(even).broselow-color-green { background: #018a44; }   
.broselow-color-blue { background: #00b4ec; color: #fff; }
.pediatric-vitalsigns tr:nth-of-type(even).broselow-color-blue { background: #04a8dd; }   
.broselow-color-yellow { background: #fff101; }
  
.broselow-color-white { background: #fafafa; }

.pediatric-vitalsigns tr:nth-of-type(even).broselow-color-white { background: #f3f3f3; }   
.broselow-color-orange { background: #f68c1f; color: #fff; }
.pediatric-vitalsigns tr:nth-of-type(even).broselow-color-orange { background: #db7c19; }   
.broselow-color-brown { background: #925930; color: #fff; }
.pediatric-vitalsigns tr:nth-of-type(even).broselow-color-brown { background: #7b4b2a; }

.pediatric-vitalsigns tr.broselow-color-gray td span.close,
.pediatric-vitalsigns tr.broselow-color-pink td span.close,
.pediatric-vitalsigns tr.broselow-color-yellow td span.close,  
.pediatric-vitalsigns tr.broselow-color-white td span.close { color: #000; }  

.pediatric-vitalsigns tr.broselow-color-red td span.close,
.pediatric-vitalsigns tr.broselow-color-violet td span.close,
.pediatric-vitalsigns tr.broselow-color-blue td span.close,  
.pediatric-vitalsigns tr.broselow-color-green td span.close,  
.pediatric-vitalsigns tr.broselow-color-brown td span.close,  
.pediatric-vitalsigns tr.broselow-color-orange td span.close { color: #fff; }    
  
.pediatric-vitalsigns tbody tr.inactive:hover,
.pediatric-vitalsigns tbody tr.inactive:focus {
  cursor: pointer;
}
  
.pediatric-vitalsigns tr.inactive {
    -webkit-filter: grayscale(0.5);
    -moz-filter: grayscale(0.5);
    filter: grayscale(0.5);
}

.pediatric-vitalsigns tr.active,
.dosiertabelle tr.active {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}  

.pediatric-vitalsigns tr.active span.close,
.dosiertabelle tr.active span.close {
    display: block;
}   

.pediatric-vitalsigns tr.active span.hover,
.dosiertabelle tr.active span.hover  {
    cursor: pointer
}   

.page-content details.action-box {
  padding: 0;
}
.page-content details.action-box:first-of-type {
  margin-top: 50px;
}
.page-content details.action-box:nth-last-child(1 of .action-box) {
  margin-bottom: 50px;
}
  
.page-content details.action-box summary {
  display: block;
  position: relative;
  padding-left: 28px;
  list-style: none;
}
.page-content details.action-box summary:before {
  content: '\a';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #FFFFFF;
  transform: rotate(0deg);
  position: absolute;
  top: 13px;
  left: 12px;
}
.page-content details.action-box.action-box--generic-info summary:after,
.page-content details.action-box.action-box--goal summary:after,
.page-content details.action-box.action-box--bll-decision > summary:after  {
  content: '\a';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 7px;
  right: 5px;
}
.page-content details.action-box.action-box--bll-decision > summary:after  {
  width: 53px;
  height: 53px;
  right: auto;
  left: -26px;
  top: -10px;
  right: auto;
  border-radius: 27px;
  border: solid 2px rgb(127, 127, 127);
  background-color: #fff;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="111px" height="111px" viewBox="0 0 111 111" enable-background="new 0 0 111 111" xml:space="preserve"><g id="Ebene_2"><polygon fill="%23E9542E" points="33.667,61.667 33.667,57.5 24.5,64.208 33.667,70.917 33.667,66.333 48.083,66.333 48.083,61.667 "/><polygon fill="%233AB0CE" points="79.863,54.708 79.863,58.875 89.029,52.167 79.863,45.458 79.863,50.042 65.446,50.042 65.446,54.708 "/><path fill="%23F6DDAF" d="M46.833,76.083c0,0,0.024-8.71-0.042-10.458c-1.133-1.167-8.625-2.708-8.292-15.375c0.333-12.667,10.625-15.208,17.125-15.042c6.5,0.167,12.729,5.156,13.792,6.792c1.083,1.667,1.758,9.75,5.425,15.042c0.858,1.239,1.208,2.792,0.375,3.125c-0.833,0.333-4.967-0.417-5.3,0.583c-0.333,1-0.137,4.834-0.167,5.667c-0.042,1.167-0.583,2.292-1.75,2.667c-0.572,0.184-7-0.333-7,0.5c0,0.833,0,6.5,0,6.5H46.833z"/><g><path fill="%23F6D699" d="M66.758,69.123c0.581,0.007,1.015,0.003,1.188-0.031C67.529,69.094,67.128,69.104,66.758,69.123z"/><path fill="%23F6D699" d="M50.792,65.625c-1.133-1.167-8.625-2.708-8.292-15.375c0.289-10.999,8.087-14.362,14.391-14.948c-0.42-0.05-0.842-0.083-1.266-0.094c-6.5-0.167-16.792,2.375-17.125,15.042c-0.333,12.667,7.159,14.208,8.292,15.375c0.065,1.748,0.042,10.458,0.042,10.458h4C50.833,76.083,50.857,67.373,50.792,65.625z"/></g><g><path fill="%237BA1B0" d="M67.367,77.521c0,1.657-1.343,3-3,3H46.534c-1.657,0-3-1.343-3-3l0,0c0-1.657,1.343-3,3-3h17.833C66.024,74.521,67.367,75.864,67.367,77.521L67.367,77.521z"/><path fill="%23648B98" d="M50.81,74.521h-4.667c-1.657,0-3,1.343-3,3s1.343,3,3,3h4.667V74.521z"/></g></g><g id="Ebene_3"><path fill="%23A1D6E4" d="M29.667,49.917c0.486,0,23.64,0,24.167,0c1.417,0,4.249-0.832,4.25-4.417c0.001-5.966-4-6.833-6.667-6.917c2.083-3.667,1.15-0.609-2.75-3.25c-4.167-2.822-4.91-3.285-8.724-4.041c-7-1-10.276,4.791-8.192,9.124C27.417,40.583,26.167,43,26.167,46C26.167,47.167,27.25,49.917,29.667,49.917z"/><path fill="%23CDE4E9" d="M33.917,49.917c0.486,0,23.64,0,24.167,0c1.417,0,4.249-0.832,4.25-4.417c0.001-5.966-4-6.833-6.667-6.917c2.083-3.667-1.209-9.351-5.917-9.5c-5.583-0.176-5.75,3.167-6.417,3.583c-7-1-9.417,3.417-7.333,7.75C31.667,40.583,30.417,43,30.417,46C30.417,47.167,31.5,49.917,33.917,49.917z"/><circle fill="%2352AF84" cx="30.417" cy="39.125" r="6.208"/><path fill="%23FFFFFF" d="M34.114,36.847c-0.51-0.51-1.279-0.567-1.718-0.128l-2.594,2.594l-1.479-1.479c-0.335-0.335-1.019-0.193-1.529,0.317c-0.51,0.51-0.652,1.194-0.317,1.529l2.714,2.714c0.301,0.301,0.879,0.199,1.364-0.191c0.039-0.029,0.088-0.041,0.123-0.076l3.562-3.562C34.68,38.126,34.623,37.357,34.114,36.847z"/><path fill="%23A0C8D3" d="M53.5,38.688c0,0.587-0.476,1.062-1.062,1.062H40.125c-0.587,0-1.062-0.476-1.062-1.062l0,0c0-0.587,0.476-1.062,1.062-1.062h12.312C53.024,37.625,53.5,38.101,53.5,38.688L53.5,38.688z"/><path fill="%23A0C8D3" d="M53.5,42.125c0,0.587-0.476,1.062-1.062,1.062H40.125c-0.587,0-1.062-0.476-1.062-1.062l0,0c0-0.587,0.476-1.062,1.062-1.062h12.312C53.024,41.062,53.5,41.538,53.5,42.125L53.5,42.125z"/><path fill="%23A0C8D3" d="M50.938,45.75c0,0.587-0.391,1.062-0.874,1.062H39.936c-0.483,0-0.874-0.476-0.874-1.062l0,0c0-0.587,0.391-1.062,0.874-1.062h10.127C50.546,44.688,50.938,45.163,50.938,45.75L50.938,45.75z"/></g></svg>');
}   
.page-content details.action-box[open] summary:before {
  transform: rotate(90deg);
}   
.page-content details.action-box summary::-webkit-details-marker { 
  display: none; 
}  
.page-content details.action-box .action-box__th {
  font-weight: bold;
  color: #555;
  width: 1%;
  white-space: nowrap;
}
.page-content details.action-box .action-box__th:before,
.page-content details.action-box .medfacts tbody th:before,
tr.medication-state .medication-state__info:before {
    background-repeat: no-repeat;
    content: "";
    width: 16px;
    height: 16px;
    margin: 3px 3px -3px 0;
    display: inline-block;
    line-height: 1;
    opacity: .8;
    background-size: 16px 16px;
}
.page-content details.action-box .medfacts tbody th:before {
    opacity:  1;
    position: absolute;
    margin-left:  -20px;
    margin-right: 3px;
    margin-top: 1px;
}
.page-content details.action-box .medfacts tbody th.medfacts__formula,
.page-content details.action-box .medfacts tbody th.medfacts__grav-lac {
    white-space: break-spaces;
}
.page-content details.action-box .medfacts tbody th.medfacts__dose:before {
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"><g><g><path fill="none" d="M5.986,17.986l3.035,1.994c0.708,0.465,1.66,0.268,2.125-0.44l9.474-14.421c0.465-0.708,0.268-1.66-0.44-2.125L17.146,1c-0.708-0.465-1.66-0.268-2.125,0.44L5.546,15.861C5.081,16.57,5.278,17.521,5.986,17.986z"/><path fill="%23444444" d="M20.996,0.207c-0.335-0.22-0.711-0.241-0.872,0.004l-1.26,1.918l-0.021-0.014L17.146,1c-0.354-0.233-0.769-0.3-1.154-0.22c-0.385,0.08-0.739,0.306-0.971,0.66L13.55,3.679l0,0L13.142,4.3l0,0L5.546,15.861c-0.465,0.708-0.268,1.66,0.44,2.125l0.339,0.222L4.77,20.576L3.42,19.69c-0.237-0.155-0.562-0.078-0.726,0.173c-0.165,0.251-0.107,0.58,0.13,0.735L7.88,23.92c0.236,0.155,0.562,0.078,0.726-0.173c0.165-0.251,0.107-0.58-0.13-0.735l-1.349-0.886l1.555-2.367l0.339,0.222c0.354,0.233,0.769,0.3,1.154,0.22c0.385-0.08,0.739-0.306,0.971-0.66l9.474-14.421c0.465-0.708,0.268-1.66-0.44-2.125l-0.103-0.067l1.26-1.918C21.499,0.764,21.331,0.427,20.996,0.207z M6.514,21.722l-1.132-0.743l1.555-2.367l1.132,0.743L6.514,21.722z M20,4.711l-9.474,14.421c-0.116,0.177-0.294,0.298-0.501,0.341c-0.207,0.043-0.418,0.003-0.595-0.114l-3.035-1.994c-0.177-0.116-0.298-0.294-0.34-0.501c-0.043-0.207-0.003-0.419,0.114-0.595L6.672,15.5l2.668,1.753l0.408-0.621L7.08,14.879l0.648-0.987l1.024,0.672l0.408-0.621l-1.024-0.672l0.55-0.837l2.668,1.753l0.408-0.621l-2.668-1.753l0.646-0.983l1.024,0.672l0.408-0.621l-1.024-0.672L10.7,9.37l2.668,1.753l0.408-0.621l-2.668-1.753l0.644-0.98l1.024,0.672l0.408-0.621l-1.024-0.672l0.643-0.979l2.668,1.753l0.408-0.621L13.21,5.548l0.552-0.841l1.023,0.672l0.408-0.621L14.17,4.087l0.557-0.848l2.668,1.753l0.408-0.621l-2.668-1.753l0.506-0.77c0.116-0.177,0.294-0.298,0.501-0.341c0.207-0.043,0.418-0.003,0.595,0.114l3.035,1.994C20.138,3.855,20.24,4.347,20,4.711z"/></g><g><path fill="none" d="M5.986,17.986l3.035,1.994c0.708,0.465,1.66,0.268,2.125-0.44l9.474-14.421c0.465-0.708,0.268-1.66-0.44-2.125L17.146,1c-0.708-0.465-1.66-0.268-2.125,0.44L5.546,15.861C5.081,16.57,5.278,17.521,5.986,17.986z"/><g><path fill="%23A3C1A0" d="M19.773,3.615l-3.035-1.994c-0.177-0.116-0.388-0.156-0.595-0.114s-0.385,0.164-0.501,0.341l-0.506,0.77l2.668,1.753l-0.408,0.621l-2.668-1.753L14.17,4.087l1.024,0.672L14.786,5.38l-1.023-0.672L13.21,5.548l2.668,1.753l-0.408,0.621l-2.668-1.753l-0.643,0.979l1.024,0.672l-0.408,0.621l-1.024-0.672l-0.644,0.98l2.668,1.753l-0.408,0.621L10.7,9.37l-0.552,0.84l1.024,0.672l-0.408,0.621L9.74,10.831l-0.646,0.983l2.668,1.753l-0.408,0.621l-2.668-1.753l-0.55,0.837l1.024,0.672l-0.408,0.621l-1.024-0.672L7.08,14.879l2.668,1.753L9.34,17.253L6.672,15.5l-0.505,0.769c-0.116,0.177-0.156,0.388-0.114,0.595c0.043,0.207,0.164,0.385,0.341,0.501l3.035,1.994c0.177,0.116,0.388,0.156,0.595,0.114c0.207-0.043,0.385-0.164,0.501-0.341L20,4.711C20.24,4.347,20.138,3.855,19.773,3.615z"/><rect x="6.049" y="18.751" transform="matrix(-0.8358 -0.5491 0.5491 -0.8358 1.2745 40.7153)" fill="%23A3C1A0" width="1.354" height="2.833"/></g></g></g></svg>');
}
.page-content details.action-box .medfacts tbody th.medfacts__prep:before {
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"><g id="Ebene_2"><path fill="%23444444" d="M20.796,4.127c0.305,0,0.6-0.003,0.895,0.001c0.427,0.006,0.754,0.277,0.84,0.694c0.013,0.065,0.016,0.133,0.016,0.199c0.001,0.426,0.001,0.851,0,1.277c-0.002,0.566-0.285,0.882-0.875,0.946c0,0.121-0.008,0.246,0.005,0.37c0.004,0.039,0.057,0.085,0.099,0.105c0.519,0.249,0.772,0.661,0.771,1.235c-0.001,3.532,0,7.065,0,10.597c0,0.63-0.326,0.956-0.951,0.956c-1.867,0-3.733,0-5.6-0.001c-0.618,0-0.943-0.324-0.943-0.947c0.001-1.575,0.008-3.149,0.008-4.724c0-1.945-0.002-3.891-0.008-5.836c-0.002-0.592,0.231-1.03,0.779-1.286c0.043-0.02,0.087-0.083,0.093-0.13c0.014-0.107,0.004-0.216,0.004-0.336c-0.669-0.055-0.899-0.518-0.881-0.999c0.015-0.401,0.002-0.802,0.006-1.204c0.006-0.58,0.346-0.916,0.922-0.917c0.267,0,0.534,0,0.829,0L20.796,4.127z M21.667,9.259c0.283-0.016,0.395-0.124,0.395-0.256c-0.005-1.702-0.002,1.595-0.005-0.107c-0.001-0.399-0.223-0.682-0.615-0.773c-0.191-0.044-0.264-0.147-0.259-0.332c0.005-0.181,0.001-0.361,0.001-0.545c-1.603,0-3.18,0-4.769,0c0,0.202-0.001,0.39,0,0.578c0.001,0.153-0.061,0.245-0.219,0.286c-0.461,0.119-0.657,0.379-0.657,0.852c0,1.18-0.003-0.452,0.004,0.053c0.001,0.057,0.043,0.147,0.087,0.163c0.117,0.041,0.206,0.063,0.394,0.075C18.243,9.394,19.602,9.374,21.667,9.259z M16.024,9.745c-0.167-0.027-0.318-0.051-0.485-0.078c0,0.305,0,0.59,0,0.875c0,1.356-0.001,7.712,0.001,9.067c0,0.291,0.118,0.406,0.409,0.411c0.036,0.001,0.073,0,0.109,0c1.836,0,3.672-0.001,5.508-0.001c0.401,0,0.493-0.092,0.494-0.494c0.001-1.526,0.001-8.052,0.001-9.578c0-0.088,0-0.177,0-0.271c-1.857,0.251-3.601,0.196-5.558,0.121L16.024,9.745z M18.791,6.754c0.949,0,1.897,0,2.846,0c0.292,0,0.421-0.13,0.422-0.425c0.001-0.407,0-0.815-0.001-1.222c-0.001-0.388-0.114-0.502-0.498-0.502c-1.824,0-3.648,0-5.473,0c-0.049,0-0.097-0.002-0.146,0c-0.265,0.013-0.398,0.148-0.4,0.415c-0.003,0.432-0.003,0.863-0.001,1.295c0.001,0.318,0.123,0.439,0.441,0.439C16.918,6.755,17.854,6.754,18.791,6.754z"/><g id="OAWpWy_1_"><g><g><path fill="%2392BAEA" d="M16.504,9.797l-0.48-0.052c-0.167-0.027-0.318-0.051-0.485-0.078c0,0.305,0,0.59,0,0.875c0,1.356-0.001,7.712,0.001,9.067c0,0.291,0.118,0.406,0.409,0.411c0.036,0.001,0.073,0,0.109,0c1.836,0,3.672-0.001,5.508-0.001c0.401,0,0.493-0.092,0.494-0.494c0.001-1.526,0.001-8.052,0.001-9.578c0-0.088,0-0.177,0-0.271C20.204,9.927,18.461,9.872,16.504,9.797z"/><path fill="%23888888" d="M22.062,9.003c-0.002-0.9-0.003-0.404-0.003,0.013C22.059,9.012,22.062,9.008,22.062,9.003z"/><path fill="%23888888" d="M15.539,8.96c0,0.001,0,0.001,0,0.002c0,0.012,0,0.02,0,0.031C15.539,8.982,15.539,8.97,15.539,8.96z"/><path fill="%23888888" d="M21.559,4.605c-1.824,0-3.648,0-5.473,0c-0.049,0-0.097-0.002-0.146,0c-0.265,0.013-0.398,0.148-0.399,0.415c-0.003,0.432-0.003,0.863-0.001,1.295c0.001,0.318,0.123,0.439,0.441,0.439c0.936,0,1.873,0,2.809,0c0.949,0,1.897,0,2.846,0c0.292,0,0.421-0.13,0.422-0.425c0.001-0.407,0-0.815,0-1.222C22.057,4.719,21.943,4.605,21.559,4.605z"/><path fill="%23CCCCCC" d="M21.183,7.791c0.005-0.181,0.001-0.361,0.001-0.545c-1.603,0-3.18,0-4.769,0c0,0.202-0.001,0.39,0,0.578c0.001,0.153-0.061,0.245-0.219,0.286c-0.454,0.117-0.649,0.373-0.655,0.831c0,0.016,0.001,0.039,0.001,0.073c0.001,0.057,0.043,0.147,0.087,0.163c0.117,0.041,0.206,0.063,0.394,0.075c2.22,0.141,3.579,0.121,5.644,0.007c0.268-0.015,0.379-0.113,0.39-0.235c0-0.043,0-0.076,0-0.128c-0.001-0.399-0.223-0.682-0.615-0.773C21.251,8.079,21.178,7.976,21.183,7.791z"/></g><g><path fill="%23CCCCCC" d="M11.8,9.405c-0.378-0.284-0.415-0.662-0.098-1.017c0.214-0.24,0.319-0.518,0.274-0.838c-0.145-1.027-0.292-2.054-0.447-3.079c-0.045-0.299-0.353-0.529-0.645-0.509c-0.329,0.022-0.577,0.274-0.599,0.6c-0.013,0.206-0.026,0.413-0.058,0.616c-0.116,0.737-0.241,1.473-0.361,2.21c-0.062,0.38,0.007,0.72,0.275,1.015c0.302,0.332,0.263,0.725-0.095,0.991C9.721,9.637,9.49,9.948,9.44,10.352c-0.04,0.318-0.026,0.642-0.029,0.964c-0.004,0.426,0.166,0.474,0.42,0.5c0.724,0.072,1.349,0.072,2.401-0.055c0.141-0.015,0.205-0.087,0.198-0.243c-0.013-0.291-0.002-0.584-0.005-0.875C12.419,10.127,12.213,9.714,11.8,9.405z"/><path fill="%2392BAEA" d="M12.419,12.279c-0.848,0.162-1.176,0.162-2.031,0.115c-0.351-0.019-0.978-0.165-0.978-0.165c0,0.067,0,0.121,0,0.175c0,2.413,0,4.826,0.001,7.239c0,0.293,0.081,0.375,0.381,0.375c0.754,0.002,1.507,0.002,2.261,0.001c0.286,0,0.373-0.086,0.373-0.369c0.001-2.412,0-4.825,0-7.237C12.426,12.355,12.42,12.297,12.419,12.279z"/></g><path fill="%23888888" d="M18.791,6.754c-0.936,0-1.873,0-2.809,0c-0.318,0-0.44-0.121-0.441-0.439c-0.001-0.432-0.002-0.863,0.001-1.295c0.002-0.267,0.134-0.402,0.4-0.415c0.049-0.002,0.097,0,0.146,0c1.824,0,3.648,0,5.473,0c0.384,0,0.497,0.114,0.498,0.502c0.001,0.407,0.002,0.815,0.001,1.222c-0.001,0.295-0.13,0.424-0.422,0.425C20.688,6.755,19.739,6.754,18.791,6.754z"/><path fill="%23FFFFFF" d="M11.811,18.021c0,0.292,0,0.584,0,0.876c0,0.154-0.058,0.262-0.225,0.274c-0.148,0.01-0.252-0.095-0.253-0.269c-0.003-0.59-0.003-5.18,0.001-5.769c0.001-0.157,0.11-0.265,0.248-0.257c0.154,0.009,0.227,0.103,0.229,0.252C11.812,13.426,11.81,17.724,11.811,18.021C11.811,18.021,11.811,18.021,11.811,18.021z"/></g></g><path fill="%23FFFFFF" d="M21.285,12.968c0,0.273,0,5.546,0,5.819c0,0.153-0.057,0.262-0.226,0.271c-0.15,0.009-0.252-0.094-0.253-0.268c-0.004-0.54-0.003-6.079,0-6.619c0.001-0.177,0.096-0.281,0.241-0.284c0.145-0.003,0.235,0.099,0.237,0.28C21.287,12.435,21.285,12.702,21.285,12.968z"/><path fill="%23444444" d="M8.922,15.092c0-1.459,0.002-2.918-0.001-4.378C8.92,10.011,9.182,9.438,9.75,9.016C9.878,8.92,9.884,8.832,9.777,8.716C9.401,8.31,9.306,7.826,9.393,7.294C9.514,6.552,9.639,5.81,9.756,5.066c0.028-0.18,0.03-0.363,0.048-0.545c0.059-0.607,0.519-1.043,1.105-1.048c0.57-0.005,1.094,0.45,1.117,1.039c0.033,0.837,0.221,1.647,0.36,2.466c0.057,0.334,0.134,0.669,0.051,1.012c-0.067,0.277-0.189,0.525-0.387,0.732c-0.104,0.108-0.099,0.194,0.023,0.285c0.584,0.436,0.841,1.024,0.84,1.749c-0.005,2.961-0.002,5.922-0.002,8.883c0,0.563-0.305,0.868-0.866,0.868c-0.76,0-1.52,0-2.28,0.001c-0.526,0.001-0.841-0.307-0.843-0.837c-0.003-1.149-0.001-2.298-0.001-3.447C8.921,15.846,8.921,15.469,8.922,15.092C8.922,15.092,8.922,15.092,8.922,15.092z M9.409,12.229c0,0.067,0,0.121,0,0.175c0,2.413,0,4.826,0.001,7.239c0,0.293,0.081,0.375,0.381,0.375c0.754,0.002,1.507,0.002,2.261,0.001c0.286,0,0.373-0.086,0.373-0.369c0.001-2.412,0-4.825,0-7.237c0-0.059-0.006-0.117-0.007-0.135c-0.848,0.162-1.176,0.162-2.031,0.115C10.037,12.375,9.409,12.229,9.409,12.229z M12.232,11.76c0.141-0.015,0.205-0.087,0.198-0.243c-0.013-0.291-0.002-0.584-0.005-0.875c-0.006-0.513-0.212-0.927-0.624-1.236c-0.378-0.284-0.415-0.662-0.098-1.017c0.214-0.24,0.319-0.518,0.274-0.838c-0.145-1.027-0.292-2.054-0.447-3.079c-0.045-0.299-0.353-0.529-0.645-0.509c-0.329,0.022-0.577,0.274-0.599,0.6c-0.014,0.206-0.026,0.413-0.058,0.616c-0.116,0.737-0.241,1.473-0.361,2.21c-0.062,0.38,0.007,0.72,0.275,1.015c0.302,0.332,0.263,0.725-0.095,0.991C9.721,9.637,9.49,9.948,9.44,10.352c-0.04,0.317-0.026,0.642-0.029,0.964c-0.004,0.426,0.166,0.474,0.42,0.5C10.555,11.887,11.18,11.887,12.232,11.76z"/></g><g id="Ebene_1"><g><g><path fill="none" d="M2.705,17.905l2.629,0.007c0.613,0.001,1.112-0.495,1.114-1.108L6.479,4.31c0.001-0.613-0.495-1.112-1.108-1.114L2.742,3.189C2.129,3.188,1.63,3.684,1.629,4.298L1.596,16.791C1.595,17.405,2.091,17.904,2.705,17.905z"/><path fill="%23444444" d="M4.762,1.184c-0.29-0.001-0.526,0.135-0.527,0.348L4.231,3.193l-0.018,0l-1.47-0.004C2.436,3.188,2.157,3.312,1.956,3.513C1.754,3.714,1.629,3.991,1.629,4.298l-0.005,1.94l0,0L1.622,6.775l0,0L1.596,16.791c-0.001,0.613,0.495,1.112,1.108,1.114l0.293,0l-0.005,2.051l-1.169-0.002c-0.205,0-0.372,0.175-0.372,0.392c-0.001,0.217,0.165,0.394,0.37,0.394l4.38,0.011c0.204,0,0.372-0.175,0.372-0.392c0.001-0.217-0.165-0.394-0.37-0.394l-1.169-0.003l0.005-2.051l0.293,0c0.307,0.001,0.585-0.123,0.787-0.324s0.327-0.478,0.327-0.785L6.48,4.311c0.001-0.613-0.495-1.112-1.108-1.114l-0.089,0l0.004-1.662C5.287,1.322,5.052,1.185,4.762,1.184z M4.504,19.961l-0.98-0.002l0.005-2.051l0.98,0.002L4.504,19.961z M5.942,4.308L5.91,16.802c0,0.153-0.06,0.297-0.169,0.405c-0.108,0.108-0.252,0.167-0.406,0.167l-2.629-0.007c-0.153,0-0.297-0.06-0.405-0.169c-0.108-0.108-0.168-0.253-0.167-0.406l0-0.665l2.311,0.006l0.001-0.538l-2.311-0.006l0.002-0.855l0.887,0.002l0.001-0.538l-0.887-0.002l0.002-0.725l2.311,0.006l0.001-0.538l-2.311-0.006l0.002-0.852l0.887,0.002l0.001-0.538l-0.887-0.002l0.002-0.727l2.311,0.006l0.001-0.538l-2.311-0.006l0.002-0.849L3.04,9.43l0.001-0.538L2.155,8.89l0.002-0.848l2.311,0.006L4.47,7.51L2.158,7.505l0.002-0.728l0.886,0.002l0.001-0.538L2.161,6.239l0.002-0.735L4.474,5.51l0.001-0.538L2.164,4.966l0.002-0.667c0-0.153,0.06-0.297,0.169-0.405C2.443,3.786,2.587,3.727,2.74,3.728L5.37,3.734C5.687,3.735,5.943,3.993,5.942,4.308z"/></g><g><path fill="none" d="M2.705,17.905l2.629,0.007c0.613,0.001,1.112-0.495,1.114-1.108L6.479,4.31c0.001-0.613-0.495-1.112-1.108-1.114L2.742,3.189C2.129,3.188,1.63,3.684,1.629,4.298L1.596,16.791C1.595,17.405,2.091,17.904,2.705,17.905z"/><g><path fill="%23A3C1A0" d="M5.37,3.734L2.741,3.727c-0.153,0-0.297,0.059-0.406,0.167C2.226,4.001,2.167,4.146,2.167,4.299L2.165,4.966l2.311,0.006L4.475,5.51L2.163,5.504L2.161,6.239l0.887,0.002L3.046,6.779L2.16,6.777L2.158,7.505l2.311,0.006L4.468,8.049L2.156,8.043L2.154,8.891l0.887,0.002L3.04,9.431L2.153,9.429l-0.002,0.849l2.311,0.006l-0.001,0.538L2.15,10.816l-0.002,0.728l0.887,0.002l-0.001,0.538l-0.887-0.002l-0.002,0.852l2.311,0.006l-0.001,0.538l-2.311-0.006l-0.002,0.725l0.887,0.002l-0.001,0.538L2.14,14.734l-0.002,0.854l2.311,0.006l-0.001,0.538l-2.311-0.006l-0.002,0.666c0,0.153,0.059,0.297,0.167,0.406c0.108,0.108,0.252,0.168,0.405,0.169l2.629,0.007c0.153,0,0.297-0.059,0.406-0.167c0.108-0.108,0.168-0.252,0.169-0.405L5.942,4.308C5.943,3.993,5.687,3.735,5.37,3.734z"/><rect x="3.527" y="17.907" fill="%23A3C1A0" width="0.98" height="2.051"/></g></g></g></g></svg>');
}
.page-content details.action-box .medfacts tbody th.medfacts__max:before {
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"><g><path fill="%23A8A14F" d="M7.335,8.598c1.145-1.019,2.626-1.669,4.257-1.762V1.843c-3.008,0.1-5.728,1.313-7.782,3.23L7.335,8.598z"/><path fill="%23AA7E4F" d="M20.148,5.047c-2.051-1.902-4.76-3.105-7.755-3.204v4.993c1.618,0.092,3.089,0.731,4.23,1.736L20.148,5.047z"/><path fill="%23AD4E4E" d="M20.722,5.607l-3.531,3.531c1.122,1.24,1.809,2.88,1.809,4.685h4.993C23.993,10.639,22.747,7.752,20.722,5.607z"/><path fill="%2375A550" d="M3.239,5.635c-2.01,2.142-3.246,5.017-3.246,8.188h4.993c0-1.792,0.678-3.42,1.785-4.657L3.239,5.635z"/></g><path fill="%23444444" d="M12.495,14.958c-0.658,0.243-1.389-0.093-1.633-0.751c-0.243-0.658,0.093-1.389,0.751-1.633c0.658-0.243,7.243-1.568,8.371-1.741C19.01,11.423,13.153,14.715,12.495,14.958z"/><g><path fill="%23444444" d="M5.796,20.417H4.765v-4.771h0.789l1.657,1.962l1.643-1.962h0.789v4.771H8.612v-2.873l-1.187,1.422H6.991l-1.194-1.422V20.417z"/><path fill="%23444444" d="M11.211,20.417h-1.109l1.813-4.771h0.967l1.834,4.771h-1.123l-0.299-0.903h-1.777L11.211,20.417z M12.413,16.876l-0.569,1.678h1.131L12.413,16.876z"/><path fill="%23444444" d="M16.197,20.417h-1.201l1.486-2.354l-1.528-2.417h1.202l0.924,1.465l0.924-1.465h1.202l-1.522,2.417l1.479,2.354h-1.202l-0.881-1.401L16.197,20.417z"/></g></svg>');
}
.page-content details.action-box .medfacts tbody th.medfacts__application:before {
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"><g><path fill="%23CCCCCC" d="M10.165,3.08l0.545,0.059c0.189,0.031,0.362,0.058,0.551,0.089c0-0.347,0-0.671,0-0.994c0-0.299,0-0.467,0-0.559c0-0.019,0-0.163-0.001-0.654c0-0.331-0.134-0.461-0.465-0.467c-0.041-0.001-0.083,0-0.124,0c-2.087,0-4.173,0.001-6.26,0.001c-0.455,0-0.561,0.104-0.561,0.562C3.849,2.85,3.849,1.175,3.848,2.909c0,0.1,0,0.201,0,0.308C5.959,2.931,7.94,2.993,10.165,3.08z"/><path fill="%2392BAEA" d="M9.128,15.07c0-0.23,0.001-0.444,0-0.657c-0.001-0.174,0.069-0.279,0.249-0.325c0.524-0.135,1.882-0.212,1.883-0.967c0-0.01,0-0.024,0-0.037c0,0.013,0,0.022,0,0.036c0-1.341,0.003-8.578-0.004-9.152c-0.001-0.065-0.049-0.168-0.098-0.185c-0.133-0.046-0.234-0.071-0.448-0.085C8.188,3.537,6.643,3.56,4.297,3.69C3.975,3.708,3.848,3.831,3.848,3.981c0.005,1.935,0.002,7.279,0.006,9.214c-0.006,0.698,1.39,0.776,1.835,0.878c0.217,0.05,0.3,0.167,0.294,0.377c-0.006,0.205-0.001,0.411-0.001,0.619C7.804,15.07,7.323,15.07,9.128,15.07z"/></g><g><path fill="%23444444" d="M9.193,15.558c-0.013,0-0.026,0.001-0.039,0.001C9.188,15.558,9.21,15.558,9.193,15.558z"/><path fill="%23444444" d="M6.169,15.565c-0.057-0.001-0.1-0.005-0.15-0.006H5.904C5.558,15.559,6.504,15.57,6.169,15.565z"/><path fill="%23444444" d="M9.015,15.561c0.054,0,0.093-0.002,0.14-0.003C9.04,15.56,8.75,15.561,9.015,15.561z"/><path fill="%23444444" d="M16.402,16.006c-1.687,0-2.918,0.32-2.918,4.51c0,1.474-0.993,2.95-2.835,2.894c-1.776-0.053-2.965-0.462-2.961-3.569c0.001-0.86,0.043-3.667,0.049-4.283l1.383,0c0.041,0,0.064,0,0.075,0c0.328-0.007,0.488-0.059,0.488-0.489c0-0.136-0.011-0.26,0.005-0.382c0.007-0.054,0.057-0.125,0.106-0.148c0.623-0.291,2.022-0.256,2.022-1.461c-0.007-2.211-0.009-4.422-0.009-6.632c0-1.79,0.008-3.579,0.009-5.368c0-0.708-0.369-1.075-1.071-1.076C8.621,0,6.5,0,4.379,0C3.667,0,3.298,0.37,3.297,1.087c0,4.015,0.001,8.029,0,12.043c0,1.26,1.424,1.12,2.013,1.403c0.047,0.023,0.108,0.076,0.112,0.119c0.014,0.14,0.005,0.283,0.005,0.42c0,0.416,0.21,0.473,0.591,0.486l1.132,0c0,0.627,0,4.221,0,4.816c0,2.486,1.207,3.569,3.516,3.569c1.598,0,3.25-1.261,3.25-3.143c0-3.356,0.497-4.397,2.472-4.397c1.616,0,2.926,2.111,2.926,4.912c0,0.615,0,1.127,0,1.634c0,0.176,0.479,0.207,0.479-0.01c0-0.781,0.011-1.126,0.011-1.695C19.804,18.155,18.337,16.006,16.402,16.006z M3.848,2.909c0-1.734,0-0.059,0.001-1.794c0-0.458,0.106-0.562,0.561-0.562c2.087,0,4.173-0.001,6.26-0.001c0.041,0,0.083,0,0.124,0c0.331,0.006,0.465,0.136,0.465,0.467c0,0.491,0.001,0.635,0.001,0.654c0,0.092,0,0.261,0,0.559c0,0.324,0,0.647,0,0.994c-0.189-0.031-0.362-0.058-0.551-0.089L10.165,3.08C7.94,2.993,5.959,2.931,3.848,3.217C3.848,3.11,3.848,3.009,3.848,2.909z M5.689,14.073c-0.445-0.103-1.841-0.18-1.835-0.878C3.85,11.26,3.853,5.916,3.848,3.981c0-0.15,0.127-0.273,0.449-0.291c2.346-0.13,3.891-0.153,6.414,0.008c0.213,0.014,0.315,0.038,0.448,0.085c0.05,0.017,0.098,0.12,0.098,0.185c0.008,0.573,0.005,7.811,0.004,9.152c0-0.014,0-0.022,0-0.036c0,0.013,0,0.026,0,0.037c-0.002,0.755-1.36,0.832-1.883,0.967c-0.18,0.046-0.25,0.151-0.249,0.325c0.001,0.214,0,0.427,0,0.657c-1.805,0-1.324,0-3.146,0c0-0.209-0.004-0.414,0.001-0.619C5.989,14.24,5.906,14.123,5.689,14.073z"/></g><g><g><path fill="none" d="M17.988,11.815l1.544-0.734c0.36-0.171,0.513-0.602,0.342-0.962l-3.487-7.335c-0.171-0.36-0.602-0.513-0.962-0.342l-1.544,0.733c-0.36,0.171-0.513,0.602-0.342,0.962l3.487,7.336C17.197,11.833,17.628,11.986,17.988,11.815z"/><path fill="%23444444" d="M14.503,1.431c-0.17,0.081-0.271,0.227-0.211,0.352l0.464,0.976l-0.011,0.005l-0.863,0.41c-0.18,0.085-0.309,0.236-0.37,0.411c-0.062,0.174-0.057,0.372,0.028,0.552l0.541,1.139l0,0l0.15,0.316l0,0l2.795,5.881c0.171,0.36,0.602,0.513,0.962,0.342l0.172-0.082l0.573,1.204l-0.686,0.327c-0.12,0.057-0.169,0.207-0.108,0.334c0.061,0.128,0.207,0.185,0.327,0.127l2.572-1.222c0.12-0.057,0.169-0.207,0.108-0.334c-0.061-0.128-0.207-0.185-0.327-0.127l-0.686,0.326l-0.572-1.204l0.172-0.082c0.18-0.085,0.309-0.236,0.37-0.411c0.062-0.174,0.057-0.372-0.028-0.552l-3.487-7.335c-0.171-0.36-0.602-0.513-0.962-0.342l-0.052,0.025L14.909,1.49C14.85,1.365,14.673,1.35,14.503,1.431z M19.62,12.515l-0.576,0.274l-0.572-1.204l0.576-0.274L19.62,12.515z M16.072,2.933l3.487,7.335c0.043,0.09,0.048,0.191,0.015,0.285c-0.033,0.094-0.101,0.169-0.191,0.212l-1.544,0.734c-0.09,0.043-0.191,0.048-0.285,0.014c-0.094-0.033-0.169-0.101-0.212-0.191l-0.186-0.39l1.357-0.645l-0.15-0.316l-1.357,0.645l-0.239-0.502l0.521-0.248l-0.15-0.316l-0.521,0.248l-0.202-0.426l1.357-0.645l-0.15-0.316l-1.357,0.645l-0.238-0.5l0.521-0.248l-0.15-0.316L15.876,8.24l-0.203-0.427l1.357-0.645l-0.15-0.316l-1.357,0.645l-0.237-0.499l0.521-0.248l-0.15-0.316l-0.521,0.248L14.9,6.184l1.357-0.645l-0.15-0.316l-1.357,0.645l-0.203-0.428l0.52-0.247l-0.15-0.316l-0.52,0.248l-0.205-0.431l1.357-0.645l-0.15-0.316l-1.357,0.645l-0.186-0.392c-0.043-0.09-0.048-0.191-0.015-0.285c0.033-0.094,0.101-0.169,0.191-0.212l1.544-0.734C15.761,2.668,15.984,2.747,16.072,2.933z"/></g><g><path fill="none" d="M17.988,11.815l1.544-0.734c0.36-0.171,0.513-0.602,0.342-0.962l-3.487-7.335c-0.171-0.36-0.602-0.513-0.962-0.342l-1.544,0.733c-0.36,0.171-0.513,0.602-0.342,0.962l3.487,7.336C17.197,11.833,17.628,11.986,17.988,11.815z"/><g><path fill="%23A3C1A0" d="M15.575,2.756L14.031,3.49c-0.09,0.043-0.158,0.118-0.191,0.212c-0.034,0.094-0.028,0.195,0.015,0.285l0.186,0.392l1.357-0.645l0.15,0.316l-1.357,0.645l0.205,0.432l0.521-0.248l0.15,0.316l-0.52,0.247l0.203,0.428l1.357-0.645l0.15,0.316l-1.357,0.645l0.237,0.498l0.521-0.248l0.15,0.316l-0.521,0.248l0.237,0.499l1.357-0.645l0.15,0.316l-1.357,0.645l0.203,0.427l0.521-0.248l0.15,0.316l-0.521,0.248l0.238,0.5l1.357-0.645l0.15,0.316l-1.357,0.645l0.202,0.426l0.521-0.248l0.15,0.316l-0.521,0.248l0.238,0.502l1.357-0.645l0.15,0.316l-1.357,0.645l0.186,0.391c0.043,0.09,0.118,0.158,0.212,0.191c0.094,0.033,0.195,0.028,0.285-0.015l1.544-0.734c0.09-0.043,0.158-0.118,0.191-0.212c0.033-0.094,0.028-0.195-0.015-0.285l-3.487-7.336C15.984,2.747,15.761,2.668,15.575,2.756z"/><rect x="18.727" y="11.382" transform="matrix(0.9032 -0.4293 0.4293 0.9032 -3.3283 9.3435)" fill="%23A3C1A0" width="0.637" height="1.334"/></g></g></g></svg>');
}
.page-content details.action-box .medfacts tbody th.medfacts__type:before {
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"><g><g><path fill="none" d="M7.313,11.205l0.37,2.242c0.086,0.523,0.581,0.877,1.104,0.791l10.653-1.757c0.523-0.086,0.877-0.581,0.791-1.104L19.86,9.137c-0.086-0.523-0.581-0.877-1.104-0.791L8.104,10.102C7.58,10.189,7.226,10.683,7.313,11.205z"/><path fill="%23444444" d="M21.858,10.572c-0.041-0.247-0.191-0.429-0.372-0.399l-1.417,0.234l-0.002-0.016L19.86,9.137c-0.043-0.262-0.188-0.481-0.388-0.624c-0.2-0.143-0.454-0.21-0.715-0.167l-1.654,0.273l0,0l-0.459,0.076l0,0l-8.54,1.408c-0.523,0.086-0.877,0.581-0.791,1.104l0.042,0.25l-1.749,0.289L5.44,10.748c-0.029-0.175-0.202-0.292-0.387-0.261c-0.185,0.031-0.312,0.197-0.283,0.372l0.616,3.735c0.029,0.174,0.202,0.292,0.387,0.261c0.185-0.031,0.312-0.197,0.283-0.372l-0.164-0.996l1.748-0.288l0.042,0.25c0.043,0.262,0.188,0.481,0.388,0.624c0.2,0.143,0.454,0.21,0.715,0.167l10.653-1.757c0.523-0.086,0.877-0.581,0.791-1.104l-0.013-0.076l1.417-0.234C21.815,11.039,21.899,10.819,21.858,10.572z M5.818,13.033l-0.138-0.836l1.748-0.288l0.138,0.836L5.818,13.033z M19.363,12.023L8.711,13.78c-0.131,0.022-0.262-0.009-0.369-0.086c-0.108-0.077-0.179-0.191-0.2-0.322l-0.37-2.242C7.75,11,7.781,10.869,7.858,10.761c0.077-0.108,0.192-0.179,0.322-0.2l0.567-0.095l0.325,1.971l0.459-0.076l-0.325-1.971l0.729-0.12l0.125,0.756l0.459-0.076l-0.125-0.756l0.618-0.102l0.325,1.971l0.459-0.076l-0.325-1.971l0.726-0.12l0.125,0.756l0.459-0.076l-0.125-0.756l0.62-0.102l0.325,1.971l0.459-0.076l-0.325-1.971l0.724-0.119l0.125,0.756l0.459-0.076L14.917,9.45L15.64,9.33l0.325,1.971l0.459-0.076l-0.325-1.971l0.621-0.103l0.125,0.756l0.459-0.076l-0.125-0.755l0.626-0.103l0.325,1.971l0.459-0.076l-0.325-1.971l0.569-0.094c0.131-0.022,0.262,0.009,0.369,0.086c0.108,0.077,0.179,0.191,0.2,0.322l0.37,2.242C19.816,11.724,19.633,11.979,19.363,12.023z"/></g><g><path fill="none" d="M7.313,11.205l0.37,2.242c0.086,0.523,0.581,0.877,1.104,0.791l10.653-1.757c0.523-0.086,0.877-0.581,0.791-1.104L19.86,9.137c-0.086-0.523-0.581-0.877-1.104-0.791L8.104,10.102C7.58,10.189,7.226,10.683,7.313,11.205z"/><g><path fill="%2391B9D7" d="M19.771,11.454l-0.37-2.242c-0.022-0.131-0.093-0.245-0.2-0.322c-0.107-0.077-0.239-0.108-0.369-0.086l-0.569,0.094l0.325,1.971l-0.459,0.076l-0.325-1.971l-0.627,0.103l0.125,0.756l-0.459,0.076L16.72,9.153l-0.621,0.102l0.325,1.971l-0.459,0.076L15.64,9.33l-0.723,0.119l0.125,0.756l-0.459,0.076l-0.125-0.756l-0.724,0.119l0.325,1.971L13.6,11.691l-0.325-1.97l-0.621,0.102l0.125,0.756l-0.459,0.076l-0.125-0.756l-0.726,0.12l0.325,1.971l-0.459,0.076l-0.325-1.971l-0.618,0.102l0.125,0.756l-0.459,0.076l-0.125-0.756l-0.728,0.12l0.325,1.971l-0.459,0.076l-0.325-1.971l-0.568,0.094c-0.131,0.022-0.245,0.093-0.322,0.2C7.78,10.868,7.75,10.999,7.771,11.13l0.37,2.242c0.022,0.131,0.093,0.245,0.2,0.322c0.108,0.077,0.239,0.108,0.369,0.086l10.653-1.756C19.633,11.979,19.816,11.724,19.771,11.454z"/><rect x="6.2" y="11.585" transform="matrix(0.1627 0.9867 -0.9867 0.1627 17.8507 3.9061)" fill="%2391B9D7" width="0.847" height="1.773"/></g></g></g><g><path fill="%23A8A14F" d="M21.026,16.521c-0.734,1.227-1.748,2.274-2.964,3.052l0.72,1.244c1.308-1.007,2.382-2.296,3.137-3.78L21.026,16.521z"/><path fill="%238F4FA2" d="M3.936,14.566c-0.081-0.255-0.149-0.515-0.206-0.779c-0.001-0.003-0.002-0.006-0.002-0.009C3.605,13.204,3.538,12.61,3.538,12c0-0.011,0.002-0.021,0.002-0.032c0-0.007-0.001-0.014-0.001-0.02l-2.67,0c0,0.018-0.003,0.035-0.003,0.052c0,3.138,1.303,5.967,3.391,7.991l1.817-1.817C5.1,17.159,4.357,15.931,3.936,14.566z"/><path fill="%2375A550" d="M22.185,16.493c0.594-1.344,0.933-2.824,0.948-4.384c0-0.036,0.016-0.234-0.149-0.234c-0.029,0-0.438,0-0.563,0S22.3,12.016,22.3,12.027c-0.014,1.425-0.373,2.766-0.984,3.964L22.185,16.493z"/><path fill="%23444444" d="M3.582,11.344C3.919,6.979,7.549,3.538,12,3.538c1.854,0,3.562,0.603,4.955,1.616c0,0-0.914,0.903-1.134,1.121c-0.079,0.078-0.097,0.174,0.035,0.194c0.132,0.02,4.535,0.699,4.769,0.733c0.234,0.034,0.213-0.003,0.183-0.221c-0.03-0.218-0.622-4.595-0.661-4.811c0,0-0.071-0.122-0.173-0.021c-0.102,0.101-1.122,1.108-1.122,1.108C16.963,1.768,14.592,0.866,12,0.866c-5.927,0-10.759,4.636-11.101,10.477L3.582,11.344z"/><path fill="%23AD4E4E" d="M12.864,21.069c-2.461-0.014-4.692-0.953-6.356-2.475l-1.804,1.804c1.955,1.7,4.502,2.736,7.295,2.736c0.292,0,0.578-0.021,0.864-0.043L12.864,21.069z"/><path fill="%23AA7E4F" d="M17.542,19.879c-1.215,0.672-2.598,1.082-4.073,1.166l0,1.982c1.774-0.234,3.417-0.879,4.825-1.847L17.542,19.879z"/></g></svg>');
}
.page-content details.action-box .medfacts tbody th.medfacts__formula:before {
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"><path fill="%23444444" d="M18.753,0H5.247C4.556,0,3.995,0.56,3.995,1.252v21.496c0,0.691,0.56,1.252,1.252,1.252h13.506c0.691,0,1.252-0.561,1.252-1.252V1.252C20.005,0.56,19.444,0,18.753,0z"/><g><circle fill="%23CCCCCC" cx="7.094" cy="11.148" r="1.599"/><circle fill="%23CCCCCC" cx="12" cy="11.148" r="1.599"/><circle fill="%23AA7E4F" cx="16.896" cy="11.148" r="1.599"/></g><g><circle fill="%23CCCCCC" cx="7.094" cy="15.992" r="1.599"/><circle fill="%23CCCCCC" cx="11.995" cy="15.992" r="1.599"/><circle fill="%23AA7E4F" cx="16.896" cy="15.992" r="1.599"/></g><circle fill="%23AA7E4F" cx="16.896" cy="20.836" r="1.599"/><path fill="%23888888" d="M17.757,1.469H6.233c-0.408,0-0.738,0.33-0.738,0.738v4.524c0,0.408,0.33,0.738,0.738,0.738h11.524c0.408,0,0.738-0.33,0.738-0.738V2.207C18.495,1.799,18.165,1.469,17.757,1.469z"/><path fill="%23CCCCCC" d="M12,19.237H7.094c-0.883,0-1.599,0.716-1.599,1.599c0,0.883,0.716,1.599,1.599,1.599H12c0.883,0,1.599-0.716,1.599-1.599C13.599,19.953,12.883,19.237,12,19.237z"/></svg>');
}
.page-content details.action-box .medfacts tbody th.medfacts__clear:before {
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"><g><g><path fill="none" d="M3.605,17.415l2.851,1.873c0.665,0.437,1.559,0.252,1.996-0.413L17.349,5.33c0.437-0.665,0.252-1.559-0.413-1.996l-2.85-1.873c-0.665-0.437-1.559-0.252-1.996,0.413L3.191,15.419C2.755,16.085,2.94,16.978,3.605,17.415z"/><path fill="%23444444" d="M17.703,0.716C17.388,0.51,17.035,0.49,16.884,0.72L15.7,2.521l-0.02-0.013l-1.594-1.047c-0.332-0.219-0.722-0.282-1.084-0.207c-0.362,0.075-0.694,0.287-0.912,0.62l-1.382,2.103l0,0L10.326,4.56l0,0L3.191,15.419c-0.437,0.665-0.252,1.559,0.413,1.996l0.318,0.209l-1.461,2.224l-1.268-0.832c-0.223-0.146-0.528-0.073-0.682,0.162c-0.155,0.236-0.1,0.545,0.122,0.69l4.749,3.12c0.222,0.146,0.528,0.073,0.682-0.162c0.155-0.236,0.1-0.545-0.122-0.69l-1.267-0.832l1.461-2.223l0.318,0.209c0.332,0.219,0.722,0.282,1.084,0.207c0.362-0.075,0.694-0.287,0.912-0.62l8.898-13.545c0.437-0.665,0.252-1.559-0.413-1.996l-0.097-0.063l1.183-1.801C18.175,1.239,18.017,0.923,17.703,0.716z M4.1,20.924l-1.063-0.698l1.461-2.223l1.063,0.698L4.1,20.924z M16.767,4.946L7.869,18.491c-0.109,0.166-0.276,0.28-0.471,0.32c-0.194,0.04-0.393,0.003-0.559-0.107l-2.851-1.873c-0.166-0.109-0.28-0.276-0.319-0.471c-0.04-0.194-0.003-0.394,0.107-0.559l0.472-0.722l2.506,1.646l0.383-0.583l-2.506-1.646l0.609-0.927l0.962,0.631l0.383-0.583l-0.962-0.631L6.14,12.2l2.506,1.646l0.383-0.583l-2.506-1.646l0.607-0.923l0.962,0.631l0.383-0.583L7.514,10.11l0.518-0.788l2.506,1.646l0.383-0.583L8.415,8.739l0.605-0.92L9.982,8.45l0.383-0.583L9.403,7.235l0.604-0.92l2.506,1.646l0.383-0.583L10.39,5.733l0.518-0.79l0.961,0.631l0.383-0.583l-0.961-0.63l0.523-0.796L14.32,5.21l0.383-0.583l-2.506-1.646l0.475-0.723c0.109-0.166,0.276-0.28,0.471-0.32s0.393-0.003,0.559,0.107l2.851,1.873C16.897,4.142,16.992,4.605,16.767,4.946z"/></g><g><path fill="none" d="M3.605,17.415l2.851,1.873c0.665,0.437,1.559,0.252,1.996-0.413L17.349,5.33c0.437-0.665,0.252-1.559-0.413-1.996l-2.85-1.873c-0.665-0.437-1.559-0.252-1.996,0.413L3.191,15.419C2.755,16.085,2.94,16.978,3.605,17.415z"/><g><path fill="%2392BAEA" d="M16.554,3.917l-2.851-1.873c-0.166-0.109-0.364-0.147-0.559-0.107c-0.194,0.039-0.362,0.154-0.471,0.32l-0.475,0.723l2.506,1.646L14.321,5.21l-2.506-1.646L11.291,4.36l0.962,0.631L11.87,5.575l-0.961-0.631L10.39,5.733l2.506,1.646l-0.383,0.583l-2.506-1.646l-0.604,0.92l0.962,0.631L9.981,8.45L9.019,7.819l-0.605,0.92l2.506,1.646l-0.383,0.583L8.032,9.322l-0.518,0.789l0.962,0.631l-0.383,0.583L7.13,10.695l-0.607,0.923l2.506,1.646l-0.383,0.583L6.14,12.201l-0.517,0.786l0.962,0.631l-0.383,0.583l-0.962-0.631l-0.609,0.926l2.506,1.646l-0.383,0.583L4.249,15.08l-0.474,0.722c-0.109,0.166-0.147,0.364-0.107,0.559c0.04,0.194,0.154,0.362,0.32,0.471l2.851,1.873c0.166,0.109,0.364,0.147,0.559,0.107c0.194-0.04,0.362-0.154,0.471-0.32l8.899-13.545C16.992,4.605,16.897,4.142,16.554,3.917z"/><rect x="3.665" y="18.132" transform="matrix(0.8358 0.5491 -0.5491 0.8358 11.3927 0.8351)" fill="%2392BAEA" width="1.272" height="2.661"/></g></g></g><circle fill="%23444444" cx="15.86" cy="14.647" r="7.904"/><circle fill="%2375A550" cx="15.86" cy="14.647" r="7.188"/><polygon fill="%23FFFFFF" points="18.621,10.675 15.077,15.297 12.622,13.418 11.195,15.283 13.65,17.162 13.65,17.162 15.554,18.62 16.981,16.754 20.526,12.132 "/></svg>');
}
.page-content details.action-box .medfacts tbody th.medfacts__hint:before {
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"><path fill="%233675B3" d="M12,0.907C5.874,0.907,0.907,5.874,0.907,12S5.874,23.093,12,23.093S23.093,18.126,23.093,12S18.126,0.907,12,0.907z M12,20.461c-4.673,0-8.461-3.788-8.461-8.461c0-4.673,3.788-8.461,8.461-8.461S20.461,7.327,20.461,12C20.461,16.673,16.673,20.461,12,20.461z"/><g><path fill="%233675B3" d="M12,5.505c0.829,0,1.5,0.671,1.5,1.501c0,0.829-0.67,1.5-1.5,1.5S10.5,7.834,10.5,7.006C10.5,6.176,11.171,5.505,12,5.505z M10.619,18.495V9.808h2.803v8.686H10.619z"/></g></svg>');
}
.page-content details.action-box .action-box__th--ci:before,
.page-content details.action-box .medfacts tbody th.medfacts__ci:before,
tr.medication-state--no .medication-state__info:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24'%3E%3Cpath fill='%23B91318' d='M12,0C5.373,0,0,5.373,0,12c0,6.627,5.373,12,12,12s12-5.373,12-12C24,5.373,18.627,0,12,0z M20.367,12 c0,1.665-0.492,3.213-1.331,4.517L7.483,4.964C8.787,4.125,10.335,3.633,12,3.633C16.621,3.633,20.367,7.379,20.367,12z M3.633,12 c0-1.665,0.492-3.213,1.331-4.517l11.553,11.553c-1.304,0.839-2.852,1.331-4.517,1.331C7.379,20.367,3.633,16.621,3.633,12z'/%3E%3C/svg%3E%0A");
} 
.page-content details.action-box .action-box__th--side:before,
.page-content details.action-box .medfacts tbody th.medfacts__side:before,
tr.medication-state--limit .medication-state__info:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9IiNiNjUzMWMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4gICAgPHBhdGggZD0iTTEgMjFoMjJMMTIgMiAxIDIxem0xMi0zaC0ydi0yaDJ2MnptMC00aC0ydi00aDJ2NHoiLz48L3N2Zz4=");
}
.page-content details.action-box .action-box__th--lac:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' %3E%3Cpath fill='%23493241' d='M12.006-0.018c2.186,0,3.957,1.772,3.957,3.957s-1.772,3.957-3.957,3.957S8.049,6.125,8.049,3.939 S9.821-0.018,12.006-0.018z M19.904,13.092c-0.604-1.088-1.163-2.177-1.842-2.934c-0.392-0.437-0.89-0.819-1.535-1.023 c-0.348-0.113-0.74-0.167-1.174-0.167l-6.161,0c-0.761,0-1.419,0.229-1.876,0.508c-1.402,0.853-2.105,2.548-2.9,4.128 c-0.635,1.262-1.419,2.852-1.535,4.469c-0.119,1.661,0.594,3.04,1.535,3.889c1.139,1.027,3.814,2.17,6.038,2.047 c1.3-0.072,2.501-0.573,2.9-1.501c0.546-1.269-0.546-2.118-1.501-2.217c-1.037-0.106-2.142,0.017-3.173-0.205 c-0.457-0.099-0.907-0.225-1.296-0.375c-0.385-0.15-0.849-0.314-1.023-0.682c0.443-0.181,1.146-0.157,1.74-0.273 c0.461-0.092,1.29-0.263,1.331-0.682c0.024-0.246-0.362-0.788-0.478-1.092c-0.355-0.924-0.529-2.593,0.921-2.32 c0.727,0.136,0.962,0.986,1.33,1.569c0.894,1.416,1.9,2.596,4.23,2.354c-0.474,0.57-1.249,0.928-1.365,1.774 c-0.15,1.095,0.73,1.624,1.672,1.637c1.869,0.024,3.098-1.204,4.025-2.217c0.686-0.747,1.351-1.75,1.365-3.138 C21.146,15.245,20.48,14.129,19.904,13.092z M15.008,18.063c-1.507,0-2.729-1.222-2.729-2.729s1.222-2.729,2.729-2.729 s2.729,1.222,2.729,2.729S16.516,18.063,15.008,18.063z'/%3E%3C/svg%3E%0A");
  }
.page-content details.action-box .action-box__th--grav:before,
.page-content details.action-box .medfacts tbody th.medfacts__grav-lac:before {  
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' %3E%3Cpath fill='none' d='M-238-237h500v500h-500V-237z'/%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23EADDE4' d='M13.138,13.655c-0.283-0.271-0.593-0.523-0.929-0.759c-0.334-0.234-0.689-0.449-1.063-0.646 c-0.217-0.115-0.441-0.224-0.667-0.328c-0.076-0.035-0.154-0.07-0.234-0.103l0.008-0.008c0.137-0.127,0.269-0.277,0.394-0.447 c0.098-0.133,0.189-0.269,0.275-0.408c0.035-0.059,0.07-0.117,0.103-0.178c0.283,0.129,0.558,0.261,0.827,0.4 c0.343,0.176,0.681,0.363,1.017,0.566c0.357,0.217,0.702,0.451,1.04,0.704c0.316,0.238,0.621,0.494,0.911,0.769 c0.082,0.267,0.178,0.533,0.279,0.79c0.113,0.287,0.228,0.548,0.338,0.788c0.347,0.771,0.47,1.311,0.427,1.68 c-0.033,0.289-0.187,0.455-0.418,0.535c-0.34,0.119-0.816,0.121-1.35,0.055c-0.56-0.068-1.173-0.209-1.758-0.369 c-0.139-0.037-0.281-0.08-0.427-0.127c-0.144-0.047-0.283-0.096-0.42-0.146c-0.139-0.053-0.273-0.107-0.406-0.164 c-0.129-0.055-0.261-0.117-0.402-0.187c-0.14-0.07-0.297-0.076-0.435-0.029C10.109,16.09,9.99,16.19,9.92,16.33 s-0.076,0.297-0.029,0.435c0.047,0.139,0.146,0.258,0.287,0.328c0.154,0.076,0.304,0.146,0.451,0.209 c0.142,0.06,0.297,0.123,0.464,0.185c0.156,0.059,0.31,0.113,0.464,0.162s0.314,0.098,0.48,0.142 c0.658,0.18,1.35,0.338,1.992,0.408c0.667,0.074,1.29,0.057,1.789-0.117c0.599-0.209,1.022-0.601,1.159-1.255 c0.125-0.599-0.01-1.413-0.503-2.504c-0.185-0.41-0.382-0.866-0.529-1.323c-0.146-0.451-0.248-0.907-0.248-1.331 c-0.002-0.373,0.08-0.728,0.291-1.034c0.215-0.312,0.568-0.583,1.108-0.784c0.152-0.057,0.316-0.084,0.494-0.084 c0.183,0,0.382,0.033,0.599,0.094c0.238,0.068,0.488,0.172,0.749,0.308c0.26,0.135,0.535,0.306,0.823,0.511l0.665,1.118 c0.08,0.135,0.207,0.224,0.349,0.261c0.14,0.037,0.297,0.02,0.431-0.06c0.135-0.08,0.224-0.207,0.261-0.349 c0.037-0.14,0.02-0.297-0.06-0.431l-0.423-0.714l0.037-0.01c0.096-0.025,0.189-0.043,0.281-0.053 c0.088-0.01,0.176-0.01,0.265-0.004c0.213,0.018,0.394,0.068,0.546,0.142c0.154,0.076,0.279,0.183,0.377,0.308 c0.08,0.103,0.14,0.222,0.185,0.353c0.047,0.137,0.072,0.287,0.08,0.445c0.008,0.168-0.008,0.345-0.045,0.527 c-0.037,0.18-0.098,0.363-0.18,0.546c-0.174,0.384-0.445,0.759-0.816,1.083c-0.34,0.297-0.761,0.55-1.268,0.73l-0.076,0.02 c-0.031-0.078-0.064-0.158-0.1-0.238c-0.082-0.183-0.17-0.361-0.265-0.531c-0.131-0.236-0.273-0.464-0.421-0.681 c-0.164-0.24-0.34-0.47-0.515-0.687c-0.1-0.123-0.238-0.193-0.384-0.207c-0.144-0.016-0.295,0.025-0.418,0.125 c-0.123,0.1-0.193,0.238-0.207,0.384c-0.016,0.144,0.025,0.295,0.125,0.418c0.16,0.197,0.316,0.402,0.459,0.609 c0.129,0.189,0.254,0.386,0.369,0.593c0.096,0.172,0.181,0.345,0.256,0.521c0.062,0.15,0.117,0.3,0.162,0.453v0.012 c0.002,0.027,0.004,0.049,0.008,0.068l0.002,0.008c0.18,1.325,0.183,2.457,0.021,3.403c-0.16,0.931-0.48,1.68-0.956,2.26 c-0.47,0.572-1.102,0.989-1.891,1.263c-0.802,0.277-1.766,0.408-2.884,0.402l-0.014-0.002c-0.689-0.059-1.341-0.15-1.955-0.275 c-0.622-0.127-1.212-0.289-1.77-0.484c-0.548-0.193-1.069-0.42-1.563-0.683c-0.492-0.261-0.952-0.556-1.38-0.882 c-0.574-0.439-1.155-0.98-1.676-1.586c-0.472-0.548-0.894-1.151-1.222-1.785c-0.285-0.55-0.494-1.12-0.599-1.694 c-0.094-0.517-0.101-1.04,0.002-1.555l0.006-0.043l0.055-0.269c0.111-0.552,0.189-0.939,0.224-1.223 c0.041-0.326,0.033-0.556-0.031-0.777c-0.094-0.32-0.258-0.498-0.529-0.79L3.27,10.705c-0.219-0.236-0.527-0.572-0.931-1.155 c-0.152-0.22-0.293-0.441-0.42-0.661l-0.012-0.02C1.789,8.662,1.684,8.455,1.594,8.25c-0.092-0.203-0.168-0.406-0.23-0.609 C1.301,7.442,1.254,7.245,1.221,7.052c-0.123-0.73-0.107-1.415,0.018-2.043c0.135-0.665,0.394-1.27,0.751-1.791 C2.173,2.95,2.38,2.704,2.609,2.482c0.23-0.224,0.482-0.423,0.751-0.597c0.269-0.174,0.554-0.318,0.851-0.433 C4.505,1.338,4.812,1.253,5.128,1.2c0.597-0.101,1.225-0.086,1.856,0.06c0.595,0.139,1.19,0.396,1.764,0.786 C9.038,2.246,9.288,2.462,9.499,2.7c0.207,0.234,0.379,0.484,0.519,0.755l0.014,0.027c0.144,0.283,0.258,0.591,0.349,0.927 c0.092,0.343,0.208,0.714,0.253,1.114c0.055,0.474,0.098,0.946,0.111,1.405c0.014,0.461-0.048,0.915-0.105,1.356 c-0.031,0.244-0.076,0.49-0.139,0.736c-0.057,0.226-0.129,0.449-0.217,0.665l-0.02,0.029c-0.018,0.027-0.033,0.057-0.047,0.086 c-0.004,0.01-0.008,0.02-0.01,0.029c-0.008,0.021-0.014,0.041-0.02,0.06l-0.008,0.033c-0.06,0.129-0.125,0.252-0.195,0.371 c-0.076,0.131-0.164,0.261-0.26,0.394c-0.094,0.127-0.187,0.232-0.281,0.316c-0.09,0.08-0.18,0.139-0.269,0.18 c-0.08,0.037-0.16,0.059-0.244,0.066c-0.088,0.008-0.18,0.002-0.275-0.02c-0.154-0.033-0.306-0.002-0.429,0.076 c-0.123,0.078-0.217,0.203-0.25,0.357c-0.031,0.144-0.006,0.287,0.062,0.406c0.066,0.115,0.172,0.207,0.304,0.254l0.016,0.006 c0.414,0.135,0.808,0.277,1.181,0.429c0.371,0.152,0.73,0.318,1.073,0.5c0.336,0.178,0.648,0.365,0.937,0.568 c0.285,0.199,0.55,0.416,0.792,0.646c0.008,0.008,0.018,0.016,0.025,0.023c0.109,0.096,0.248,0.142,0.384,0.139 c0.144-0.002,0.289-0.06,0.396-0.17c0.008-0.008,0.016-0.018,0.023-0.025c0.096-0.109,0.142-0.248,0.139-0.384v-0.004 C13.308,13.907,13.249,13.762,13.138,13.655z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23483141' d='M20.377,14.602l0.076-0.02c0.507-0.18,0.929-0.433,1.268-0.73c0.371-0.324,0.642-0.699,0.816-1.083 c0.082-0.183,0.142-0.367,0.18-0.546c0.037-0.181,0.053-0.359,0.045-0.527c-0.008-0.158-0.033-0.308-0.08-0.445 c-0.045-0.131-0.105-0.25-0.185-0.353c-0.098-0.125-0.222-0.232-0.377-0.308c-0.152-0.074-0.334-0.125-0.546-0.142 c-0.09-0.006-0.178-0.006-0.265,0.004c-0.092,0.01-0.185,0.027-0.281,0.053l-0.037,0.01l0.423,0.714 c0.08,0.135,0.098,0.291,0.06,0.431c-0.037,0.142-0.127,0.269-0.261,0.349c-0.135,0.08-0.291,0.098-0.431,0.06 c-0.142-0.037-0.269-0.127-0.349-0.261l-0.665-1.118c-0.289-0.205-0.564-0.377-0.823-0.511c-0.261-0.137-0.511-0.24-0.749-0.308 c-0.217-0.06-0.416-0.094-0.599-0.094c-0.178,0-0.341,0.027-0.494,0.084c-0.541,0.201-0.894,0.472-1.108,0.784 c-0.211,0.306-0.293,0.661-0.291,1.034c0,0.423,0.101,0.88,0.248,1.331c0.146,0.457,0.343,0.913,0.529,1.323 c0.494,1.091,0.628,1.904,0.503,2.504c-0.137,0.654-0.56,1.046-1.159,1.255c-0.5,0.174-1.122,0.191-1.789,0.117 c-0.642-0.07-1.335-0.228-1.992-0.408c-0.166-0.045-0.326-0.094-0.48-0.142c-0.154-0.049-0.308-0.103-0.464-0.162 c-0.168-0.062-0.322-0.125-0.464-0.185c-0.146-0.062-0.297-0.133-0.451-0.209c-0.14-0.07-0.24-0.189-0.287-0.328 s-0.041-0.295,0.029-0.435c0.07-0.14,0.189-0.24,0.328-0.287c0.139-0.047,0.295-0.041,0.435,0.029 c0.14,0.07,0.273,0.133,0.402,0.187c0.133,0.057,0.267,0.111,0.406,0.164c0.137,0.051,0.275,0.1,0.42,0.146 c0.146,0.047,0.289,0.09,0.427,0.127c0.585,0.16,1.198,0.301,1.758,0.369c0.535,0.066,1.011,0.064,1.35-0.055 c0.23-0.08,0.384-0.246,0.418-0.535c0.043-0.369-0.08-0.909-0.427-1.68c-0.109-0.24-0.224-0.501-0.338-0.788 c-0.101-0.258-0.197-0.523-0.279-0.79c-0.291-0.275-0.595-0.531-0.911-0.769c-0.338-0.254-0.683-0.488-1.04-0.704 c-0.336-0.203-0.673-0.39-1.017-0.566c-0.269-0.139-0.544-0.271-0.827-0.4c-0.033,0.06-0.068,0.119-0.103,0.178 c-0.086,0.139-0.178,0.275-0.275,0.408c-0.125,0.17-0.258,0.32-0.394,0.447l-0.008,0.008c0.08,0.033,0.158,0.068,0.234,0.103 c0.226,0.103,0.451,0.213,0.667,0.328c0.375,0.197,0.73,0.412,1.063,0.646c0.336,0.236,0.646,0.488,0.929,0.759 c0.111,0.107,0.17,0.252,0.174,0.396v0.004c0.004,0.137-0.043,0.275-0.139,0.384c-0.008,0.008-0.016,0.018-0.023,0.025l0,0 c-0.107,0.109-0.252,0.168-0.396,0.17c-0.137,0.004-0.275-0.043-0.384-0.139c-0.008-0.008-0.018-0.016-0.025-0.023l0,0 c-0.242-0.23-0.507-0.447-0.792-0.646c-0.289-0.203-0.601-0.39-0.937-0.568c-0.343-0.181-0.702-0.347-1.073-0.5 c-0.373-0.152-0.767-0.295-1.181-0.429l-0.016-0.006c-0.133-0.047-0.238-0.139-0.304-0.254l0,0 c-0.068-0.119-0.094-0.261-0.062-0.406c0.033-0.154,0.127-0.279,0.25-0.357c0.123-0.078,0.275-0.109,0.429-0.076 c0.096,0.021,0.187,0.027,0.275,0.02c0.084-0.008,0.164-0.029,0.244-0.066c0.09-0.041,0.18-0.1,0.269-0.18 c0.094-0.084,0.187-0.189,0.281-0.316c0.096-0.133,0.183-0.263,0.26-0.394c0.07-0.119,0.135-0.242,0.195-0.371L10.193,9.9 c0.006-0.02,0.012-0.039,0.02-0.06c0.002-0.01,0.006-0.02,0.01-0.029c0.014-0.029,0.029-0.059,0.047-0.086l0,0l0.02-0.029 c0.088-0.217,0.16-0.439,0.217-0.665c0.062-0.246,0.107-0.492,0.139-0.736c0.057-0.441,0.118-0.896,0.105-1.356 c-0.014-0.459-0.057-0.931-0.111-1.405c-0.045-0.4-0.161-0.771-0.253-1.114c-0.092-0.336-0.205-0.644-0.349-0.927l-0.014-0.027 c-0.14-0.271-0.312-0.521-0.519-0.755C9.292,2.471,9.042,2.254,8.751,2.055c-0.574-0.39-1.169-0.648-1.764-0.786 c-0.63-0.146-1.259-0.162-1.856-0.06C4.816,1.261,4.509,1.347,4.215,1.46C3.918,1.575,3.633,1.72,3.364,1.893 C3.094,2.067,2.843,2.266,2.613,2.49C2.384,2.713,2.177,2.959,1.994,3.226C1.637,3.747,1.377,4.352,1.243,5.017 C1.118,5.646,1.102,6.331,1.225,7.06c0.033,0.193,0.08,0.39,0.142,0.589c0.062,0.203,0.139,0.406,0.23,0.609 c0.09,0.205,0.195,0.412,0.314,0.619l0.012,0.02c0.127,0.22,0.267,0.441,0.42,0.661c0.404,0.583,0.712,0.919,0.931,1.155 l0.012,0.014c0.271,0.293,0.435,0.47,0.529,0.79c0.064,0.22,0.072,0.451,0.031,0.777c-0.035,0.285-0.113,0.671-0.224,1.223 l-0.055,0.269l-0.006,0.043c-0.103,0.515-0.096,1.038-0.002,1.555c0.105,0.574,0.314,1.143,0.599,1.694 c0.328,0.634,0.749,1.237,1.222,1.785c0.521,0.607,1.102,1.147,1.676,1.586c0.427,0.326,0.888,0.621,1.38,0.882 c0.494,0.263,1.015,0.49,1.563,0.683c0.558,0.195,1.147,0.357,1.77,0.484c0.615,0.125,1.266,0.217,1.955,0.275l0.014,0.002 c1.118,0.006,2.082-0.125,2.884-0.402c0.788-0.273,1.421-0.691,1.891-1.262c0.476-0.58,0.796-1.329,0.956-2.26 c0.162-0.946,0.158-2.078-0.021-3.403l-0.002-0.008c-0.004-0.02-0.006-0.041-0.008-0.068v-0.012 c-0.045-0.152-0.1-0.302-0.162-0.453c-0.074-0.176-0.16-0.349-0.256-0.521c-0.115-0.207-0.24-0.404-0.369-0.593 c-0.142-0.207-0.299-0.412-0.459-0.609c-0.1-0.123-0.14-0.273-0.125-0.418c0.014-0.146,0.084-0.285,0.207-0.384 c0.123-0.1,0.273-0.14,0.418-0.125c0.146,0.014,0.285,0.084,0.384,0.207c0.176,0.217,0.351,0.447,0.515,0.687 c0.148,0.217,0.291,0.445,0.421,0.681c0.096,0.17,0.183,0.347,0.265,0.531C20.313,14.444,20.346,14.524,20.377,14.602 L20.377,14.602z M11.483,9.734c0.304,0.14,0.603,0.283,0.888,0.435c0.295,0.15,0.581,0.306,0.861,0.47 c0.105-1.592,0.49-2.576,1.036-3.249c0.607-0.747,1.383-1.085,2.197-1.44c0.73-0.318,1.495-0.652,2.119-1.407 c0.636-0.769,1.403-1.883,1.637-3.991c0.018-0.156,0.098-0.291,0.211-0.382c0.115-0.092,0.263-0.14,0.42-0.123 s0.291,0.098,0.382,0.211c0.092,0.115,0.14,0.263,0.123,0.42c-0.267,2.398-1.132,3.708-1.895,4.621 c-0.773,0.925-1.678,1.319-2.541,1.696c-0.681,0.297-1.333,0.58-1.793,1.188c-0.457,0.603-0.759,1.549-0.781,3.177 c0.072,0.051,0.142,0.103,0.213,0.156c0.021-0.537,0.158-1.048,0.464-1.504c0.336-0.5,0.87-0.921,1.674-1.222 c0.275-0.101,0.566-0.154,0.87-0.156c0.291-0.002,0.593,0.041,0.909,0.131l0.023,0.006c0.281,0.082,0.576,0.199,0.88,0.353 c0.258,0.129,0.523,0.285,0.798,0.468c0.057-0.023,0.115-0.047,0.176-0.07l0.023-0.01c0.113-0.041,0.23-0.08,0.353-0.111h0.002 c0.154-0.041,0.308-0.07,0.461-0.086c0.158-0.016,0.314-0.018,0.468-0.006c0.369,0.031,0.697,0.125,0.982,0.271 c0.304,0.156,0.556,0.371,0.751,0.626c0.154,0.201,0.271,0.427,0.355,0.669c0.084,0.242,0.131,0.503,0.142,0.775 c0.012,0.258-0.012,0.527-0.066,0.796c-0.055,0.265-0.14,0.531-0.258,0.79c-0.234,0.523-0.599,1.03-1.093,1.463 c-0.445,0.392-0.995,0.724-1.651,0.958l-0.103,0.037l-0.072,0.027l-0.021,0.01l0,0c0.148,1.321,0.125,2.474-0.064,3.464 c-0.203,1.063-0.595,1.94-1.173,2.642c-0.597,0.728-1.383,1.257-2.349,1.6c-0.946,0.336-2.066,0.492-3.354,0.48h-0.002 c-0.014,0.002-0.029,0.002-0.045,0c-0.728-0.062-1.426-0.162-2.1-0.299c-0.671-0.139-1.309-0.312-1.914-0.525 c-0.609-0.213-1.184-0.464-1.727-0.753c-0.544-0.291-1.056-0.619-1.532-0.982c-0.634-0.484-1.276-1.083-1.854-1.756 c-0.523-0.613-0.997-1.288-1.364-2c-0.338-0.654-0.587-1.341-0.712-2.039c-0.115-0.646-0.123-1.302,0.008-1.955l0,0 c0.002-0.012,0.004-0.021,0.006-0.031l0.004-0.012l0.055-0.271c0.096-0.478,0.162-0.812,0.199-1.063 c0.031-0.205,0.035-0.324,0.016-0.392c-0.008-0.025-0.029-0.06-0.064-0.103c-0.043-0.057-0.113-0.131-0.199-0.224l-0.012-0.014 c-0.238-0.258-0.578-0.624-1.04-1.292C1.233,9.952,1.075,9.702,0.936,9.46c-0.14-0.244-0.265-0.49-0.377-0.738 C0.45,8.477,0.359,8.235,0.283,7.995L0.279,7.981C0.201,7.734,0.142,7.49,0.101,7.246c-0.148-0.874-0.129-1.702,0.027-2.466 C0.294,3.964,0.616,3.222,1.053,2.58C1.28,2.25,1.535,1.946,1.818,1.671c0.287-0.279,0.599-0.527,0.931-0.74 c0.332-0.213,0.685-0.392,1.056-0.537c0.367-0.142,0.749-0.248,1.14-0.314C5.686-0.044,6.46-0.027,7.237,0.153 c0.73,0.17,1.458,0.484,2.154,0.958c0.371,0.254,0.691,0.533,0.964,0.841c0.273,0.306,0.5,0.642,0.685,1.003l0.002,0.004 c0.185,0.359,0.328,0.74,0.439,1.145c0.109,0.402,0.237,0.833,0.29,1.294c0.057,0.498,0.101,1.001,0.115,1.512 c0.014,0.507-0.05,1.017-0.114,1.52c-0.033,0.263-0.08,0.527-0.142,0.786C11.587,9.39,11.54,9.564,11.483,9.734L11.483,9.734z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
tr.medication-state--tna .medication-state__info:before {
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve"><path fill="%230F2E42" d="M57.203,24.056C55.016,12.096,44.526,3,31.944,3S8.873,12.096,6.686,24.056C2.913,24.599,0,27.845,0,31.766v8.036c0,3.576,2.423,6.591,5.711,7.507c0.034,0.065,0.075,0.129,0.124,0.188c5.004,6.033,11.349,9.449,18.895,10.22c0.376,2.097,2.204,3.696,4.408,3.696c2.475,0,4.489-2.014,4.489-4.488c0-2.474-2.013-4.488-4.489-4.488c-2.008,0-3.692,1.335-4.263,3.157c-6.321-0.673-11.734-3.332-16.128-7.993h0.723c2.077,0,3.767-1.69,3.767-3.767V27.734c0-2.077-1.69-3.767-3.767-3.767H8.846C11.037,13.219,20.559,5.106,31.944,5.106c11.386,0,20.907,8.114,23.099,18.861H54.42c-2.076,0-3.767,1.69-3.767,3.767v16.101c0,2.077,1.69,3.767,3.767,3.767h1.67c4.3,0.001,7.799-3.498,7.799-7.799v-8.037C63.889,27.845,60.976,24.599,57.203,24.056z"/></svg>');
}
tr.medication-state--ok .medication-state__info:before {
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve"><path fill="%23253B19" d="M32-0.012C14.32-0.012-0.012,14.32-0.012,32S14.32,64.012,32,64.012S64.012,49.68,64.012,32S49.68-0.012,32-0.012z M32,57.539C17.895,57.539,6.461,46.105,6.461,32S17.895,6.461,32,6.461S57.539,17.895,57.539,32S46.105,57.539,32,57.539z M49.65,25.142L29.571,45.221c-1.011,1.011-2.862,0.799-4.134-0.473c-0.06-0.06-0.106-0.127-0.161-0.189l-9.241-9.241c-0.481-0.481,0.16-1.903,1.432-3.175c1.272-1.272,2.694-1.913,3.175-1.432l7.113,7.113l17.288-17.288c1.011-1.011,2.862-0.799,4.134,0.473C50.449,22.28,50.661,24.131,49.65,25.142z"/></svg>');
}
.medication-state__info {
    font-weight: normal;
}
tr.medication-state--ok {
    background: #e7f5de !important;
}
tr.medication-state--ok .medication-state__info {
    color: #263b18;
}
tr.medication-state--limit {
    background: #fef5d9 !important;
}
tr.medication-state--limit td:nth-of-type(2) {
    color: #66510f;
}
tr.medication-state--tna {
    background: #c6e7f9 !important;
}
tr.medication-state--tna .medication-state__info {
    color: #052d42;
}
tr.medication-state--no {
    background: #ffefef !important;
}
tr.medication-state--no .medication-state__info {
    color: #4a0808;
}
.page-content details.action-box--rs {
  border-color: rgb(63, 164, 53);
}  
.page-content details.action-box--aml1 {
  border-color: rgb(255, 194, 71);
}
.page-content details.action-box--aml2 {
  border-color: rgb(242, 148, 0);
}  
.page-content details.action-box--nki {
  border-color: rgb(227, 0, 106);
}
.page-content details.action-box--na {
  border-color: rgb(0, 112, 192);
}
.page-content details.action-box--goal {
  border-color: rgb(15, 125, 21);
} 
.page-content details.action-box--generic-info {
  border-color: rgb(2, 136, 209);
}
.page-content details[class*="action-box--retts"] .action-box__general {
  line-height: 1.5em;
}
.page-content details[class*="action-box--retts"] table {
  margin-bottom: 0;
}
.page-content details[class*="action-box--retts"] .action-box__general p {
  margin-top: .3em;
  margin-bottom: 1.375em;
}
.page-content details[class*="action-box--retts"] table tr td.action-box__general ul {
  padding-left: 20px;
  margin-bottom: 1.375em;
}
.page-content details.action-box--retts-rot {
  border-color: rgb(215, 72, 59);
} 
.page-content details.action-box--retts-orange {
  border-color: rgb(226, 129, 59);
} 
.page-content details.action-box--retts-gelb {
  border-color: rgb(247, 216, 73);
} 
.page-content details.action-box--retts-grue
  border-color: rgb(79, 158, 62);
} 
.page-content details.action-box--retts-blau {
  border-color: rgb(70, 120, 178);
} 
.page-content details.action-box--bll-decision {
  border: solid 2px rgb(127, 127, 127);
  margin: 0 0 20px 4.327% !important;
  padding: 0 5px;
}   
.page-content details.action-box summary {
  color: #fff;
  margin: 0;
  font-size: 1.15em;
  padding-right: 30px;
}
.page-content details.action-box summary:hover {
  cursor: pointer;
}
.page-content details.action-box--rs summary {
  background-color: rgb(63, 164, 53);
  border-color: rgb(63, 164, 53);
}  
.page-content details.action-box--aml1 summary {
  background-color: rgb(255, 194, 71);
  border-color: rgb(255, 194, 71);
}
.page-content details.action-box--aml2 summary {
  background-color: rgb(242, 148, 0);
  border-color: rgb(242, 148, 0);
}    
.page-content details.action-box--nki summary {
  background-color: rgb(227, 0, 106);
  border-color: rgb(227, 0, 106);
}
.page-content details.action-box--na summary {
  background-color: rgb(0, 112, 192);
  border-color: rgb(0, 112, 192);
}
.page-content details.action-box--tna summary {
  background-color: rgb(96, 178, 224);
  border-color: rgb(96, 178, 224);
}
.page-content details.action-box--retts-rot summary {
  background-color: rgb(215, 72, 59);
  border-color: rgb(215, 72, 59);
} 
.page-content details.action-box--retts-orange summary {
  background-color: rgb(226, 129, 59);
  border-color: rgb(226, 129, 59);
} 
.page-content details.action-box--retts-gelb summary {
  background-color: rgb(247, 216, 73);
  border-color: rgb(247, 216, 73);
} 
.page-content details.action-box--retts-gruen summary {
  background-color: rgb(79, 158, 62);
  border-color: rgb(79, 158, 62);
} 
.page-content details.action-box--retts-blau summary {
  background-color: rgb(70, 120, 178);
  border-color: rgb(70, 120, 178);
} 
.page-content details.action-box--goal summary {
  background-color: rgb(245, 253, 234);
  border-color: rgb(15, 125, 21);
  color: rgb(10, 85, 14);
}
.page-content details.action-box--generic-info summary {
  background-color: rgb(211, 239, 255);
  border-color: rgb(2, 136, 209);
  color: rgb(1, 70, 108);
}
.page-content details.action-box--bll-decision > summary {
  background-color: rgb(127, 127, 127);
  border-color: rgb(127, 127, 127);
  color: rgb(255, 255, 255);
  padding: 0 0 0 5.923%;
  font-size: 1.45rem;
  font-weight: 450;
  height: 38px;
  max-height: 38px;
  line-height: 38px;
  width: calc(100% + 10px);
  margin-left: -5px;
} 
.page-content details.action-box--bll-decision > p {
  margin-bottom: 0;
}
.page-content details.action-box.action-box--goal summary:before {
  border-color: transparent transparent transparent rgb(10, 85, 14);
}  
.page-content details.action-box.action-box--generic-info summary:before {
  border-color: transparent transparent transparent rgb(1, 70, 108);
}
.page-content details.action-box.action-box--bll-decision > summary:before {
  right: 13px;
  left: auto;
}
.page-content details.action-box > table {
  margin: 0;
  width: 100%;
  table-layout: auto;
  border: solid 1px #ddd;
}
.page-content details.action-box > table > tbody > tr > td > ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.page-content details.action-box > table > tbody > td {
  line-height: 1.35em;
}
.page-content details.action-box > table > tbody > tr:first-of-type > td {
  border-top: none;
}
.page-content details.action-box > table > tbody > tr:last-of-type > td {
  border-bottom: none;
} 
  
.page-content details.action-box > table > tbody > tr > td:first-of-type {
  border-left: none;
}  
.page-content details.action-box > table > tbody > tr > td:last-of-type {
  border-right: none;
}  

table.scope-of-practice-execution {
  
}
table.scope-of-practice-execution > thead > tr > th {
  padding: 0.5rem 0;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  background: #e8e8e8;
}
table.scope-of-practice-execution > tbody > tr > td {
  padding: 0.5rem;
  vertical-align: middle;
}  
table.scope-of-practice-execution > thead > tr > th:first-of-type {
  width: 5%;
  min-width: 50px;
}   
table.scope-of-practice-execution > tbody > tr > td:first-of-type {
  width: 5%;
  min-width: 50px;
  text-align: center;
  font-weight: bold;
  color: #444;
}
table.scope-of-practice-execution > thead > tr > th:nth-of-type(2),
table.scope-of-practice-execution > tbody > tr > td:nth-of-type(2) {
  width: 95%;
}     
table.scope-of-practice-execution > tbody > tr:nth-of-type(even) {
  background: #f8f8f8;;
}

.rdmed-headline {
    display: block;
    min-height: 28px;
    line-height: 28px;
    border-left: solid 4px #444;
    color: #444;
    font-weight: bold;
    padding-left: 7px;
    font-size: 1.15em;
    background: #dedede;
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
}

.rdmed-headline--goal {
    background: #efeafd;
    color: #4f0f7d;
    border-color: #4f0f7d;
}

.rdmed-headline--indication {
    background: #eafdeb;
    color: #0f7d15;
    border-color: #0f7d15;
}

.rdmed-headline--attention {
    background: #f8efef;
    color: #B91318;
    border-color: #B91318;
}

.rdmed-headline--equip,
.rdmed-headline--performance,
.rdmed-headline--info {
    background: #d3efff;
    color: #0476A8;
    border-color: #0476A8;
}

.rdmed-headline--ci {
    background: #ffe8d9;
    color: #E46310;
    border-color: #E46310;
}

.rdmed-route {
  letter-spacing: 0.1rem;
  margin-left: 0.1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.rdmed-route--iv {
  color: #245585;
}
.rdmed-route--in {
  color: #166b18;
}
.rdmed-route--hal {
  color: #830a9d;
}
.rdmed-route--rec {
  color: #4b0808;
}
.rdmed-route--im {
  color: #9b0d0d;
}    

.page-content details.action-box.action-box--na > summary .rdmed-route--iv {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

span.rdmed-content-icon {
    display: inline-block;
    background-repeat: no-repeat;
    content: "";
    width: 16px;
    height: 16px;
    margin: 0 5px;
    display: inline-block;
    line-height: 1;
    opacity: .8;
    background-size: 16px 16px;
}
.referral {
  border-collapse: collapse;
}
.referral thead th {
  background: #c00000;
  color: #fff;
  padding: 5px 10px;
  border: solid 1px #ccc;
}
.referral tbody tr:nth-of-type(even) {
  background: #efefef;
}
.referral tbody tr[data-scope] td:first-of-type {
  padding-left: 20px;
}
.referral tbody tr.hide {
  display: none;
}
.referral tbody tr td {
  border: 1px solid #ccc;
  padding: 5px 10px;
  vertical-align: middle;
}
.referral tbody tr td:nth-of-type(2) {
  padding: 0;
}
.referral .referral__question-main {
  display: inline-block;
  position: relative;
}
.referral .referral__question-main:hover,
.referral .referral__question-main:focus {
  cursor: pointer;
}
.referral .referral__question-main:after {
  display: block;
  position: absolute;
  top: 2px;
  right: -20px;
  content: 'i';
  width: 12px;
  height: 12px;
  border: solid 1px #444;
  border-radius: 7px;
  text-align: center;
  line-height: 12px;
  font-weight: bold;
  font-family: '';
  font-size: 12px;
  color: #444;
}
.referral .referral__question-info {
  display: none;
  padding: 10px 0 0 10px;
}
.referral .referral__question-info--visible {
  display: block;
}  
.referral__radiobtns {
  width: 120px;
}
.referral__radiobtns label {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.referral__radiobtns input {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 0;
  z-index: 2;
  opacity: 0;
}
.referral__radiobtns input:checked + a:after {
  content: '\a';
  display: block;
  transform: rotate(45deg);
  height: 20px;
  width: 10px;
  border-bottom: 7px solid #888;
  border-right: 7px solid #888;
  position: absolute;
  top: 0;
  left: 27px;
}
.referral__radiobtns a {
  display: block;
  height: 60px;
  width: 60px;
  padding-top: 32px;
  box-sizing: border-box;
  line-height: 27px;
  position: relative;
  font-weight: bold;
  filter: grayscale(0.6666);
  transition: all 0.5s ease;
  text-align: center;
  text-decoration: none;
}
.referral__radiobtns input:hover, .referral__radiobtns input:focus {
  cursor: pointer;
}  
.referral__radiobtns input:hover + a, .referral__radiobtns input:focus + a {
  filter: grayscale(0);
}
.referral__radiobtns a:before {
  position: absolute;
  display: block;
  right: calc(50% - 13px);
  top: 7px;
  content: "\a";
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 5px;
}
.referral__radiobtns__yes a {
  color: #781212;
  background: #f1cccf;
}
.referral__radiobtns__yes a:before {
  border: solid 1px #781212;
}
.referral__radiobtns__yes input:checked + a {
  filter: grayscale(0);
}
.referral__radiobtns__yes input:checked + a:after {
  border-color: #781212;
}

.referral__radiobtns__yes input[value="Ja"][data-tna="1"] + a {
  color: #997419;
  background: #ffe8a4;
}
.referral__radiobtns__yes input[value="Ja"][data-tna="1"] + a:before {
  border: solid 1px #997419;
}
.referral__radiobtns__yes input[value="Ja"][data-tna="1"]:checked + a:after {
  border-color: #997419;
}
  
.referral__radiobtns__no a {
  color: #127812;
  background: #cae5ca;
}
.referral__radiobtns__no a:before {
  border: solid 1px #127812;
}
.referral__radiobtns__no input:checked + a {
  filter: grayscale(0);
}
.referral__radiobtns__no input:checked + a:after {
  border-color: #127812;
}
.referral__radiobtns__generic a {
  color: #888;
  background: #eee;
}
.referral__radiobtns__generic a:before {
  border: solid 1px #888;
}
.referral__radiobtns__generic input:checked + a {
  color: #666;
  background: #ddd;
}
.referral__radiobtns__generic input:checked + a:before {
  border: solid 1px #666;
}  
.referral__radiobtns__generic input:checked + a:after {
  border-color: #666;
}
#bkmrk-referral-status {
  height: 60px;
  font-weight: bold;
}

.highlight-red {
  background-color: #f1cccf;
  color: #781212;
}
.highlight-green {
  background-color: #cae5ca;
  color: #127812;
}
.highlight-orange {
  background-color: #ffe8a4;
  color: #997419;
}


.rdmed-calculator__result.level-green {
    background: #e7f5de;
    color: #263b18;
    border-color: #263b18;
}
.rdmed-calculator__result.level-blue {
    background: #c6e7f9;
    color: #052d42;
    border-color: #052d42;
}
.rdmed-calculator__result.level-yellow {
    background: #fef5d9;
    color: #66510f;
    border-color: #66510f;
}
.rdmed-calculator__result.level-red {
    background: #ffefef;
    color: #4a0808;
    border-color: #4a0808;
}

.rdmed-calculator__result {
    padding: 5px;
    float: left;
    width: 100%;
    margin-top: 20px;
    border: solid 1px;
    box-sizing: border-box;
}

.rdmed-calculator__result {
    padding: 5px;
    float: left;
    width: 100%;
    margin-top: 20px;
    border: solid 1px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.rdmed-calculator__result__title {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: bold;
}

.rdmed-calculator__result__info {
    font-size: 1.15em;
    font-weight: bold;
}

.rdmed-calculator__result h2 {
    margin-top: 0;
}
.rdmed-calculator .rdmed-calculator__aspect__title {
    font-size:1.5em;
    font-weight: bold;
    margin-top: 10px;
}
.rdmed-calculator .rdmed-calculator__aspect__exam {
    color: #444;
    display: inline-block;
    width: 100%;
}

.rdmed-calculator .rdmed-calculator__aspect__question {
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.rdmed-calculator__aspect__scoring {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 5px;
}
.rdmed-calculator__aspect__scoring__score {
    background: #efefef;
    border: solid 1px #ccc;
    flex: 1 1 0;
    position: relative;
}

.rdmed-calculator__aspect__scoring__score.rdmed-calculator__aspect__scoring__score--checked {
    background: #c6e7f9;
    border-color: #052d42;
}

.rdmed-calculator__aspect__scoring__score input[type="radio"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    position: absolute;
    margin: 0;
}

.rdmed-calculator__aspect__scoring__score label {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.rdmed-calculator__aspect__scoring__score label .description {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 45px;
    color: #333;
    padding-bottom: 25px;
}

.rdmed-calculator__aspect__scoring__score label .score {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #444;
    position: absolute;
    bottom: 3px;
}

.rdmed-calculator__aspect__scoring__score label:before {
    content: '\a';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 18px;
    border: solid 3px #ccc;
    background: #fff;
    top: 5px;
    left: calc(50% - 15px);
}

.rdmed-calculator__aspect__scoring__score input[type="radio"]:checked + label:before {
    background: #fff;
    border-color: #052d42;
}

.rdmed-calculator__aspect__scoring__score input[type="radio"]:checked + label:after {
    content: '\a';
    display: block;
    transform: rotate(45deg);
    height: 15px;
    width: 7px;
    border-bottom: 5px solid #052d42;
    border-right: 5px solid #052d42;
    position: absolute;
    top: 11px;
    left: calc(50% - 3px);
}

.rdmed-calculator__aspect__scoring__score input[type="radio"]:hover,
.rdmed-calculator__aspect__scoring__score input[type="radio"]:focus {
    cursor: pointer;
}

.rdmed-calculator--vertical .rdmed-calculator__aspect__scoring {
	flex-direction: column;
}

.rdmed-calculator--vertical .rdmed-calculator__aspect__scoring label:before {
	width: 20px;
    height: 20px;
    border-radius: 13px;
	top: calc(50% - 13px);
    left: 5px;
}

.rdmed-calculator--vertical .rdmed-calculator__aspect__scoring__score input[type="radio"]:checked + label:after {
    height: 11px;
    width: 5px;
    top: calc(50% - 9px);
    left: 13px;
}

.rdmed-calculator--vertical .rdmed-calculator__aspect__scoring__score label {
	display: flex;
    min-height: 30px;
    align-items: center;
}

.rdmed-calculator--vertical .rdmed-calculator__aspect__scoring__score label .description {
	width: calc(100% - 5px - 75px - 36px);
	margin: 0 0 0 36px;
	padding: 0;
	text-align: left;
}

.rdmed-calculator--vertical .rdmed-calculator__aspect__scoring__score label .score {
	width: 75px;
	height: 20px;
    right: 5px;
    bottom: calc(50% - 10px);
    line-height: 20px;
}
.entity-list:not(.compact) a[data-entity-id="737"],
.entity-list:not(.compact) a[data-entity-id="738"],
.entity-list:not(.compact) a[data-entity-id="740"] {
  border: dashed 5px #ff1212;
  margin: 12px 16px;
  padding: 0;
  width: calc(100% - 32px);
}
.entity-list:not(.compact) a[data-entity-id="737"] > .content,
.entity-list:not(.compact) a[data-entity-id="738"] > .content,
.entity-list:not(.compact) a[data-entity-id="740"] > .content,
.entity-list:not(.compact) a[data-entity-id="737"] > .content h4,
.entity-list:not(.compact) a[data-entity-id="738"] > .content h4,
.entity-list:not(.compact) a[data-entity-id="740"] > .content h4 {
  width: 100%;
}

.entity-list:not(.compact) a[data-entity-id="737"] .entity-list-item-name::after,
.entity-list:not(.compact) a[data-entity-id="738"] .entity-list-item-name::after,
.entity-list:not(.compact) a[data-entity-id="740"] .entity-list-item-name::after {
  content: 'Nur für Schulungszwecke - nicht für klinische Anwendung';
  display: inline-block;
  width: calc(100% - 40px);
  font-size: 0.6em;
  font-weight: bold;
  background: #ff1212;
  color: #fff;
  border-radius: 3px;
  padding: 3px 10px;
  margin-bottom: 5px;
  line-height: 1.4em;
  margin-right: 5px;
}
.entity-list:not(.compact) a[data-entity-id="737"] .entity-item-snippet,
.entity-list:not(.compact) a[data-entity-id="738"] .entity-item-snippet,
.entity-list:not(.compact) a[data-entity-id="740"] .entity-item-snippet {
  display: none;
}
.entity-list:not(.compact) a[data-entity-id="737"] .icon::after,
.entity-list:not(.compact) a[data-entity-id="738"] .icon::after,
.entity-list:not(.compact) a[data-entity-id="740"] .icon::after {
  display: none;
}

.content-wrap:has(div[option\:page-display\:page-id="737"]),
.content-wrap:has(div[option\:page-display\:page-id="738"]),
.content-wrap:has(div[option\:page-display\:page-id="740"]) {
    background:#fff;
    border: dashed 5px #ff1212
}
.content-wrap:has(div[option\:page-display\:page-id="737"]) h1:before,
.content-wrap:has(div[option\:page-display\:page-id="737"]) h1:after,
.content-wrap:has(div[option\:page-display\:page-id="738"]) h1:before,
.content-wrap:has(div[option\:page-display\:page-id="738"]) h1:after,
.content-wrap:has(div[option\:page-display\:page-id="740"]) h1:before,
.content-wrap:has(div[option\:page-display\:page-id="740"]) h1:after {
    content: 'Nur für Schulungszwecke, nicht zur klinischen Anwendung!';
    display: flex;
    align-items: center;
    background: #ff1212;
    font-size: 18px;
    min-height: 45px;
    line-height: 25px;
    padding: 0 10px;
    font-weight: bold;
    color: #fff;
    width: calc(100% - 20px);
    text-align: center;
    border-radius: 10px
}
.content-wrap:has(div[option\:page-display\:page-id="737"]) h1:after,
.content-wrap:has(div[option\:page-display\:page-id="738"]) h1:after,
.content-wrap:has(div[option\:page-display\:page-id="740"]) h1:after {
    position: fixed;
    bottom: 10px;
    z-index: 99;
    width: 60%;
    max-width: 814px;
    text-align: center;
}

@media screen and (max-width: 1300px) {
  .page-content details.action-box--bll-decision {
    border: solid 1px rgb(127, 127, 127);
  }
  .page-content details.action-box--bll-decision > summary {
    font-size: 1.85vw;
    height: 2.85vw;
    line-height: 1.85vw;
    
  }
  .page-content details.action-box.action-box--bll-decision > summary:before {
    right: 1.5vw;
    top: 1vw;
    border-width: 0.5vw 0 0.5vw 1vw;
  }
  .page-content details.action-box.action-box--bll-decision > summary:after {
    width: 4vw;
    height: 4vw;
    top: -0.67vw;
    left: -2.25vw;
    border: solid 1px rgb(127, 127, 127);
  }
}
@media screen and (max-width: 1000px) {
  /* allows sticky table header */
  .tri-layout-container .tri-layout-middle {
      overflow: inherit !important;
  }
  .pediatric-vitalsigns .pediatric-vitalsigns__title th,
  .page-content table.scope-of-practice .scope-of-practice__title th {
      top: 52px;
  }
  .pediatric-vitalsigns .pediatric-vitalsigns__headline th {
      top: 77px;
  }
  header#header.px-xl {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .page-content details.action-box--bll-decision {
    border: solid 1px rgb(127, 127, 127);
  }
  .page-content details.action-box--bll-decision > summary {
    font-size: 2.75vw;
    height: 4.5vw;
    line-height: 4.5vw;
    
  }
  .page-content details.action-box.action-box--bll-decision > summary:before {
    right: 3vw;
    top: 1.5vw;
    border-width: 1vw 0 1vw 2vw;
  }
  .page-content details.action-box.action-box--bll-decision > summary:after {
    width: 5.85vw;
    height: 5.85vw;
    top: -0.85vw;
    left: -3.25vw;
    border: solid 1px rgb(127, 127, 127);
  }
  .content-wrap:has(div[option\:page-display\:page-id="737"]) h1:after,
  .content-wrap:has(div[option\:page-display\:page-id="738"]) h1:after,
  .content-wrap:has(div[option\:page-display\:page-id="740"]) h1:after {
    width: calc(100% - 170px);
  }
}

@media screen and (max-width: 880px) {
    .content-wrap:has(div[option\:page-display\:page-id="737"]) h1:after,
    .content-wrap:has(div[option\:page-display\:page-id="738"]) h1:after,
    .content-wrap:has(div[option\:page-display\:page-id="740"]) h1:after {
        width: calc(100% - 90px);
    }
}

@media only screen and (max-width: 800px) {
  table.learning-target .learning-target__title .learning-target__filter {
    position: absolute;
    bottom: 19px;
    left: calc(50% - 5px);
  }
  table.learning-target .learning-target__title th {
    vertical-align: bottom;
  }
  table.learning-target .learning-target__title th > strong {
    transform: rotate(180deg);
    margin-bottom: 12px;
    writing-mode: vertical-lr;
  }
  .content-wrap:has(div[option\:page-display\:page-id="737"]) h1:before,
  .content-wrap:has(div[option\:page-display\:page-id="737"]) h1:after,
  .content-wrap:has(div[option\:page-display\:page-id="738"]) h1:before,
  .content-wrap:has(div[option\:page-display\:page-id="738"]) h1:after,
  .content-wrap:has(div[option\:page-display\:page-id="740"]) h1:before,
  .content-wrap:has(div[option\:page-display\:page-id="740"]) h1:after {
    font-size: 16px;
    min-height: 30px;
    line-height: 20px;
    padding: 3px 10px;
  }
}  
@media only screen and (max-width: 600px) {
  .dosiertabelle,
  .wertetabelle {
    width: 100%;
  }
  /* uses space better and reduces padding on small devices */
  .content-wrap.card {
    padding: 0.25rem;
  }
  .tri-layout-container {
    padding-inline-end: 0;
    padding-inline-start: 0;
  }
  .page-content table.scope-of-practice tr th:nth-of-type(2),
  .page-content table.scope-of-practice tr th:nth-of-type(3),
  .page-content table.scope-of-practice tr th:nth-of-type(4),
  .page-content table.scope-of-practice tr th:nth-of-type(5),
  .page-content table.scope-of-practice tr th:nth-of-type(6),
  .page-content table.scope-of-practice tr td:nth-of-type(2),
  .page-content table.scope-of-practice tr td:nth-of-type(3),
  .page-content table.scope-of-practice tr td:nth-of-type(4),
  .page-content table.scope-of-practice tr td:nth-of-type(5),
  .page-content table.scope-of-practice tr td:nth-of-type(6)  {
    min-width: 35px;
  }
  .pediatric-vitalsigns tr.active {
    transform: scale(1.025);
  }
  .pediatric-vitalsigns tbody td span.close {
    height: 20px;
    font-size: 20px;
  }
  .pediatric-vitalsigns tbody td span.close:before {
    margin-left: 4px;
    margin-top: -1px;
  }
  .page-content details.action-box--bll-decision > summary {
    font-size: 2.75vw;
    height: 4.5vw;
    line-height: 4.5vw;
    
  }
  .page-content details.action-box.action-box--bll-decision > summary:before {
    right: 3vw;
    top: 1.5vw;
    border-width: 1vw 0 1vw 2vw;
  }
  .page-content details.action-box.action-box--bll-decision > summary:after {
    width: 5.85vw;
    height: 5.85vw;
    top: -1.1vw;
    left: -3.25vw;
    border: solid 0.1vw rgb(127, 127, 127);
  }
    .content-wrap:has(div[option\:page-display\:page-id="737"]) h1:after,
    .content-wrap:has(div[option\:page-display\:page-id="738"]) h1:after,
    .content-wrap:has(div[option\:page-display\:page-id="740"]) h1:after {
        width: calc(100% - 38px);
        bottom: 5px
    }
}  
@media only screen and (max-width: 475px) {
  .dosiertabelle,
  .wertetabelle,
  .pediatric-vitalsigns {
     font-size: 0.9rem;
  }
  .pediatric-vitalsigns tbody td {
    padding: 0.5rem 0.35rem;
    text-align: center;
  }
  .dosiertabelle td {
    padding: 0.5rem 0.35rem;
  }
  .dosiertabelle th,
  .wertetabelle th,
  .pediatric-vitalsigns thead th {
      padding: 0.5rem 0.35rem;
  }
  .pediatric-vitalsigns span.pediatric-vitalsigns__headline__unit:before {
      content: '';
      margin-right: 0;
  }   
  .pediatric-vitalsigns span.pediatric-vitalsigns__headline__unit:after {
      content: '';
      margin-left: 0;
  } 
  .dosiertabelle tr.active span.close {
    left: 5px;
  }
  .dosiertabelle tr.active span.close:before {
    margin-top: 5px;
  }
} 
@media only screen and (max-width: 400px) {
  .dosiertabelle,
  .wertetabelle,
  .pediatric-vitalsigns {
      font-size: 0.85rem;
  }
  .wertetabelle td,
  .pediatric-vitalsigns tbody td {
      padding: 0.5rem 0;
      text-align: center;
  }
  .dosiertabelle td {
    padding: 0.5rem 0.25rem;
  }
  .dosiertabelle th,
  .wertetabelle th,
  .pediatric-vitalsigns thead th {
      padding: 0.5rem 0.25rem;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html {
        -webkit-text-size-adjust: 100%;
     }
}  
