@font-face {
  font-family: 'cavok';
  src:
          url('cavok.ttf?177rdm') format('truetype'),
          url('cavok.woff?177rdm') format('woff'),
          url('cavok.svg?177rdm#cavok') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="cicon-"]:before, [class*=" cicon-"]:before,
[class^="cicon-"]:after, [class*=" cicon-"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cavok' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

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

/**************************************** übernommene Prinzipien aus fa ****************************************/

.cicon-spin, .cicon-spin_1 {
  -webkit-animation: cicon-spin-fct 1s infinite linear;
  -moz-animation:spin 1s infinite linear;
  animation: cicon-spin-fct 1s infinite linear;
}
.cicon-spin_2 {
  -webkit-animation: cicon-spin-fct 2s infinite linear;
  -moz-animation:spin 2s infinite linear;
  animation: cicon-spin-fct 2s infinite linear;
}
.cicon-spin_05 {
  -webkit-animation: cicon-spin-fct 0.5s infinite linear;
  -moz-animation:spin 0.5s infinite linear;
  animation: cicon-spin-fct 0.5s infinite linear;
}
@-webkit-keyframes cicon-spin-fct {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes cicon-spin-fct {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.cicon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cicon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cicon-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.cicon-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.cicon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .cicon-rotate-90,
:root .cicon-rotate-180,
:root .cicon-rotate-270,
:root .cicon-flip-horizontal,
:root .cicon-flip-vertical {
  filter: none;
}
.cicon-2x {
  font-size: 2em;
}
.cicon-3x {
  font-size: 3em;
}
.cicon-4x {
  font-size: 4em;
}
.cicon-5x {
  font-size: 5em;
}
/********************************************* icon data *********************************************/

.cicon-cog:before {
  content: "\e900";
}
.cicon-reload:before {
  content: "\e901";
}
.cicon-search:before {
  content: "\e902";
}
.cicon-extended_search:before {
  content: "\e903";
}
.cicon-attention:before {
  content: "\e904";
}
.cicon-warning:before {
  content: "\e904";
}
.cicon-save:before {
  content: "\e905";
}
.cicon-floppy:before {
  content: "\e905";
}
.cicon-delete:before {
  content: "\e906";
}
.cicon-trash:before {
  content: "\e906";
}
.cicon-edit:before {
  content: "\e907";
}
.cicon-language:before {
  content: "\e908";
}
.cicon-globe:before {
  content: "\e908";
}
.cicon-close:before {
  content: "\e909";
}
.cicon-cancel:before {
  content: "\e909";
}
.cicon-datepicker:before {
  content: "\e90a";
}
.cicon-checkbox:before {
  content: "\e90b";
}
.cicon-checkbox_checked:before {
  content: "\e90c";
}
.cicon-radio:before {
  content: "\e90d";
}
.cicon-radio_checked:before {
  content: "\e90e";
}
.cicon-link:before {
  content: "\e90f";
}
.cicon-resize:before {
  content: "\e910";
}
.cicon-forbidden:before {
  content: "\e911";
}
.cicon-disabled:before {
  content: "\e911";
}
.cicon-user:before {
  content: "\e912";
}
.cicon-hot_assets:before {
  content: "\e913";
}
.cicon-home:before {
  content: "\e913";
}
.cicon-news:before {
  content: "\e914";
}
.cicon-mail:before {
  content: "\e914";
}
.cicon-upload:before {
  content: "\e915";
}
.cicon-info:before {
  content: "\e916";
}
.cicon-group_admin:before {
  content: "\e917";
}
.cicon-group:before {
  content: "\e917";
}
.cicon-users:before {
  content: "\e917";
}
.cicon-logout:before {
  content: "\e918";
}
.cicon-view_thumbnail:before {
  content: "\e919";
}
.cicon-view_thumblist:before {
  content: "\e91a";
}
.cicon-view_list:before {
  content: "\e91b";
}
.cicon-archive_all2:before {
  content: "\e91c";
}
.cicon-archive_all:before {
  content: "\e91d";
}
.cicon-archive_non_archived2:before {
  content: "\e91e";
}
.cicon-archive_non_archived:before {
  content: "\e91f";
}
.cicon-archive_archived2:before {
  content: "\e920";
}
.cicon-archive_archived:before {
  content: "\e921";
}
.cicon-stack_all2:before {
  content: "\e922";
}
.cicon-stack_all:before {
  content: "\e923";
}
.cicon-stack_master2:before {
  content: "\e924";
}
.cicon-stack_master:before {
  content: "\e925";
}
.cicon-stack_master_other2:before {
  content: "\e926";
}
.cicon-stack_master_other:before {
  content: "\e927";
}
.cicon-show_folders:before {
  content: "\e928";
}
.cicon-collection_show:before {
  content: "\e929";
}
.cicon-stack:before {
  content: "\e92a";
}
.cicon-file:before {
  content: "\e92b";
}
.cicon-files:before {
  content: "\e92c";
}
.cicon-add_to_collection:before {
  content: "\e977";
}
.cicon-folder:before {
  content: "\e92d";
}
.cicon-folder_upload:before {
  content: "\e92e";
}
.cicon-folder_archived:before {
  content: "\e92f";
}
.cicon-folder_metadata:before {
  content: "\e930";
}
.cicon-folder_upload_metadata:before {
  content: "\e931";
}
.cicon-folder_archived_metadata:before {
  content: "\e932";
}
.cicon-recursive:before {
  content: "\e933";
}
.cicon-tree_metadata:before {
  content: "\e934";
}
.cicon-tree_metadata_inherited:before {
  content: "\e935";
}
.cicon-category:before {
  content: "\e936";
}
.cicon-category_metadata:before {
  content: "\e937";
}
.cicon-smart_category:before {
  content: "\e938";
}
.cicon-smart_category_user:before {
  content: "\e939";
}
.cicon-sort_specified_up:before {
  content: "\e93a";
}
.cicon-sort_specified_down:before {
  content: "\e93b";
}
.cicon-sort_alphabetic_up:before {
  content: "\e93c";
}
.cicon-sort_alphabetic_down:before {
  content: "\e93d";
}
.cicon-sort_age_up:before {
  content: "\e93e";
}
.cicon-sort_age_down:before {
  content: "\e93f";
}
.cicon-collection:before {
  content: "\e940";
}
.cicon-collection_shared:before {
  content: "\e941";
}
.cicon-collection_link:before {
  content: "\e942";
}
.cicon-basket:before {
  content: "\e943";
}
.cicon-downloadlink:before {
  content: "\e944";
}
.cicon-chat:before {
  content: "\e945";
}
.cicon-collection_task:before {
  content: "\e946";
}
.cicon-sort_dragdrop:before {
  content: "\e947";
}
.cicon-erase:before {
  content: "\e948";
}
.cicon-collection_template:before {
  content: "\e949";
}
.cicon-collection_admin:before {
  content: "\e94a";
}
.cicon-fullscreen:before {
  content: "\e94b";
}
.cicon-spinner:before {
  content: "\e94c";
}
.cicon-split:before {
  content: "\e94d";
}
.cicon-play:before {
  content: "\e94e";
}
.cicon-pause:before {
  content: "\e94f";
}
.cicon-stop:before {
  content: "\e950";
}
.cicon-map_marker:before {
  content: "\e951";
}
.cicon-map_address:before {
  content: "\e952";
}
.cicon-map_position:before {
  content: "\e953";
}
.cicon-map_extern:before {
  content: "\e954";
}
.cicon-history:before {
  content: "\e955";
}
.cicon-external_link:before {
  content: "\e956";
}
.cicon-parent_link:before {
  content: "\e956";
}
.cicon-note_rectangle:before {
  content: "\e957";
}
.cicon-note_circle:before {
  content: "\e958";
}
.cicon-note_ellipse:before {
  content: "\e958";
}
.cicon-note_polygon:before {
  content: "\e959";
}
.cicon-filter:before {
  content: "\e95a";
}
.cicon-note_text:before {
  content: "\e95b";
}
.cicon-note_notes:before {
  content: "\e95b";
}
.cicon-check-circled:before {
  content: "\e95c";
}
.cicon-pin:before {
  content: "\e95d";
}
.cicon-unpin:before {
  content: "\e95e";
}
.cicon-pagination_start:before {
  content: "\e95f";
}
.cicon-pagination_previous:before {
  content: "\e960";
}
.cicon-arrow_left:before {
  content: "\e960";
}
.cicon-datepicker_left:before {
  content: "\e960";
}
.cicon-tab_previous:before {
  content: "\e960";
}
.cicon-pagination_next:before {
  content: "\e961";
}
.cicon-arrow_right:before {
  content: "\e961";
}
.cicon-context_right:before {
  content: "\e961";
}
.cicon-tree_right:before {
  content: "\e961";
}
.cicon-datepicker_right:before {
  content: "\e961";
}
.cicon-tab_next:before {
  content: "\e961";
}
.cicon-right:before {
  content: "\e961";
}
.cicon-pagination_end:before {
  content: "\e962";
}
.cicon-double-right:before {
  content: "\e962";
}
.cicon-select_up:before {
  content: "\e963";
}
.cicon-arrow_up:before {
  content: "\e963";
}
.cicon-up:before {
  content: "\e963";
}
.cicon-select_down:before {
  content: "\e964";
}
.cicon-arrow_down:before {
  content: "\e964";
}
.cicon-tree_down:before {
  content: "\e964";
}
.cicon-down:before {
  content: "\e964";
}
.cicon-show_not:before {
  content: "\e965";
}
.cicon-hide:before {
  content: "\e965";
}
.cicon-show:before {
  content: "\e966";
}
.cicon-plus:before {
  content: "\e967";
}
.cicon-add:before {
  content: "\e967";
}
.cicon-minus:before {
  content: "\e968";
}
.cicon-remove:before {
  content: "\e968";
}
.cicon-tag:before {
  content: "\e969";
}
.cicon-download:before {
  content: "\e96a";
}
.cicon-doc:before {
  content: "\e96b";
}
.cicon-doc_landscape:before {
  content: "\e96c";
}
.cicon-bell:before {
  content: "\e96d";
}
.cicon-alert:before {
  content: "\e96d";
}
.cicon-layout:before {
  content: "\e96e";
}
.cicon-check:before {
  content: "\e96f";
}
.cicon-back:before {
  content: "\e970";
}
.cicon-revert:before {
  content: "\e970";
}
.cicon-cancel_circled:before {
  content: "\e971";
}
.cicon-check_failed:before {
  content: "\e972";
}
.cicon-task_comment:before {
  content: "\e973";
}
.cicon-notice:before {
  content: "\e973";
}
.cicon-list:before {
  content: "\e974";
}
.cicon-add_squared:before {
  content: "\e975";
}
.cicon-plus_squared:before {
  content: "\e975";
}
.cicon-delete_squared:before {
  content: "\e976";
}
.cicon-minus_squared:before {
  content: "\e976";
}
