@font-face {
  font-family: 'blimus-icons';
  src:  url('fonts/blimus-icons.eot?m9pdhy');
  src:  url('fonts/blimus-icons.eot?m9pdhy#iefix') format('embedded-opentype'),
    url('fonts/blimus-icons.ttf?m9pdhy') format('truetype'),
    url('fonts/blimus-icons.woff?m9pdhy') format('woff'),
    url('fonts/blimus-icons.svg?m9pdhy#blimus-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="bli-"], [class*=" bli-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'blimus-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.20em; /* bei neuem Export von https://icomoon.io, hinzufügen */

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bli-medication-add:before {
  content: "\e900";
}
.bli-medication-add-per-ticket:before {
  content: "\e901";
}
.bli-medication-edit:before {
  content: "\e902";
}
.bli-medication-edit-per-ticket:before {
  content: "\e903";
}
.bli-medication-view:before {
  content: "\e904";
}
.bli-patient-add-free-text:before {
  content: "\e905";
}
