/* Subset des icomoon-Fonts: enthaelt nur die vier tatsaechlich genutzten Glyphen
   (icon-menu, icon-close2, icon-keyboard_arrow_left, icon-keyboard_arrow_right).
   Original: 301 KB  ->  Subset: < 1 KB. Erzeugt mit fonttools. */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon-subset.woff2') format('woff2'),
       url('fonts/icomoon-subset.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-keyboard_arrow_left:before { content: "\e314"; }
.icon-keyboard_arrow_right:before { content: "\e315"; }
.icon-close2:before { content: "\e5cd"; }
.icon-menu:before { content: "\e5d2"; }
