@font-face {
  font-family: 'custom-icons';
  src: url('../font/custom-icons.eot?52664098');
  src: url('../font/custom-icons.eot?52664098#iefix') format('embedded-opentype'),
       url('../font/custom-icons.woff2?52664098') format('woff2'),
       url('../font/custom-icons.woff?52664098') format('woff'),
       url('../font/custom-icons.ttf?52664098') format('truetype'),
       url('../font/custom-icons.svg?52664098#custom-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'custom-icons';
    src: url('../font/custom-icons.svg?52664098#custom-icons') format('svg');
  }
}
*/
[class^="custom-icon-"]:before, [class*=" custom-icon-"]:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.custom-icon-note:before { content: '\e09c'; } /* '' */
.custom-icon-facebook:before { content: '\e800'; } /* '' */
.custom-icon-left-open:before { content: '\e801'; } /* '' */
.custom-icon-right-open:before { content: '\e802'; } /* '' */
.custom-icon-down-open-big:before { content: '\e803'; } /* '' */
.custom-icon-left-open-big:before { content: '\e804'; } /* '' */
.custom-icon-right-open-big:before { content: '\e805'; } /* '' */
.custom-icon-up-open-big:before { content: '\e806'; } /* '' */
.custom-icon-down-open:before { content: '\e807'; } /* '' */
.custom-icon-up-open:before { content: '\e808'; } /* '' */
.custom-icon-attention:before { content: '\e809'; } /* '' */
.custom-icon-alert:before { content: '\e80a'; } /* '' */
.custom-icon-chat:before { content: '\e80b'; } /* '' */
.custom-icon-basket:before { content: '\e80c'; } /* '' */
.custom-icon-check:before { content: '\e80d'; } /* '' */
.custom-icon-cancel:before { content: '\e80e'; } /* '' */
.custom-icon-lamp:before { content: '\e80f'; } /* '' */
.custom-icon-clock:before { content: '\e810'; } /* '' */
.custom-icon-calendar:before { content: '\e811'; } /* '' */
.custom-icon-plus:before { content: '\e812'; } /* '' */
.custom-icon-plus-1:before { content: '\e813'; } /* '' */
.custom-icon-plus-2:before { content: '\e814'; } /* '' */
.custom-icon-minus:before { content: '\e815'; } /* '' */
.custom-icon-minus-1:before { content: '\e816'; } /* '' */
.custom-icon-minus-2:before { content: '\e817'; } /* '' */
.custom-icon-gauge:before { content: '\e818'; } /* '' */
.custom-icon-drop-2:before { content: '\e819'; } /* '' */
.custom-icon-fuel:before { content: '\e81a'; } /* '' */
.custom-icon-cog-alt:before { content: '\e81b'; } /* '' */
.custom-icon-drivetrain:before { content: '\e81c'; } /* '' */
.custom-icon-car-door:before { content: '\e81d'; } /* '' */
.custom-icon-car:before { content: '\e81e'; } /* '' */
.custom-icon-palette:before { content: '\e81f'; } /* '' */
.custom-icon-ok-circled:before { content: '\e820'; } /* '' */
.custom-icon-location:before { content: '\e821'; } /* '' */
.custom-icon-volume-off:before { content: '\e822'; } /* '' */
.custom-icon-car-2:before { content: '\e823'; } /* '' */
.custom-icon-exhaust:before { content: '\e824'; } /* '' */
.custom-icon-volume-down:before { content: '\e825'; } /* '' */
.custom-icon-info-1:before { content: '\e826'; } /* '' */
.custom-icon-audio:before { content: '\e827'; } /* '' */
.custom-icon-volume-up:before { content: '\e828'; } /* '' */
.custom-icon-print:before { content: '\e829'; } /* '' */
.custom-icon-facebook-1:before { content: '\e82a'; } /* '' */
.custom-icon-book-open:before { content: '\e82b'; } /* '' */
.custom-icon-help-circled-alt:before { content: '\e82c'; } /* '' */
.custom-icon-up-open-mini:before { content: '\e82d'; } /* '' */
.custom-icon-right-open-mini:before { content: '\e82e'; } /* '' */
.custom-icon-left-open-mini:before { content: '\e82f'; } /* '' */
.custom-icon-down-open-mini:before { content: '\e830'; } /* '' */
.custom-icon-seitenanfang:before { content: '\e831'; } /* '' */
.custom-icon-drucken:before { content: '\e832'; } /* '' */
.custom-icon-menu:before { content: '\e833'; } /* '' */
.custom-icon-file:before { content: '\e834'; } /* '' */
.custom-icon-phone:before { content: '\e835'; } /* '' */
.custom-icon-mobile-1:before { content: '\e836'; } /* '' */
.custom-icon-mail:before { content: '\e837'; } /* '' */
.custom-icon-address:before { content: '\e838'; } /* '' */
.custom-icon-attach:before { content: '\e839'; } /* '' */
.custom-icon-link:before { content: '\e83a'; } /* '' */
.custom-icon-home:before { content: '\e83b'; } /* '' */
.custom-icon-home-1:before { content: '\e83c'; } /* '' */
.custom-icon-help:before { content: '\e83d'; } /* '' */
.custom-icon-help-circled:before { content: '\e83e'; } /* '' */
.custom-icon-signal:before { content: '\e83f'; } /* '' */
.custom-icon-bell:before { content: '\e840'; } /* '' */
.custom-icon-key:before { content: '\e841'; } /* '' */
.custom-icon-doc-1:before { content: '\e842'; } /* '' */
.custom-icon-trash:before { content: '\e843'; } /* '' */
.custom-icon-thumbs-up:before { content: '\e844'; } /* '' */
.custom-icon-volume-off-1:before { content: '\e845'; } /* '' */
.custom-icon-graduation-cap:before { content: '\e846'; } /* '' */
.custom-icon-wallet:before { content: '\e847'; } /* '' */
.custom-icon-tools:before { content: '\e848'; } /* '' */
.custom-icon-monitor:before { content: '\e849'; } /* '' */
.custom-icon-x-large:before { content: '\e84a'; } /* '' */
.custom-icon-attention-circled:before { content: '\e84b'; } /* '' */
.custom-icon-attention-circled-alt:before { content: '\e84c'; } /* '' */
.custom-icon-volume-low:before { content: '\e84d'; } /* '' */
.custom-icon-volume-middle:before { content: '\e84e'; } /* '' */
.custom-icon-download-alt:before { content: '\e84f'; } /* '' */
.custom-icon-suche:before { content: '\e850'; } /* '' */
.custom-icon-volume-high:before { content: '\e851'; } /* '' */
.custom-icon-print-alt:before { content: '\e852'; } /* '' */
.custom-icon-quote:before { content: '\e853'; } /* '' */
.custom-icon-exhaust-2:before { content: '\e854'; } /* '' */
.custom-icon-datacycle:before { content: '\e855'; } /* '' */
.custom-icon-quote-2:before { content: '\e856'; } /* '' */
.custom-icon-arrow-down:before { content: '\e857'; } /* '' */
.custom-icon-arrow-right:before { content: '\e858'; } /* '' */
.custom-icon-ok:before { content: '\e859'; } /* '' */
.custom-icon-arrow-down-filled:before { content: '\e85a'; } /* '' */
.custom-icon-cancel-circled:before { content: '\e85b'; } /* '' */
.custom-icon-plus-circled:before { content: '\e85c'; } /* '' */
.custom-icon-eye:before { content: '\e85d'; } /* '' */
.custom-icon-pencil:before { content: '\e85e'; } /* '' */
.custom-icon-edit:before { content: '\e85f'; } /* '' */
.custom-icon-flow-tree:before { content: '\e860'; } /* '' */
.custom-icon-user:before { content: '\e861'; } /* '' */
.custom-icon-arrow-curved:before { content: '\e862'; } /* '' */
.custom-icon-lock:before { content: '\e863'; } /* '' */
.custom-icon-share:before { content: '\e864'; } /* '' */
.custom-icon-tiktok:before { content: '\e865'; } /* '' */
.custom-icon-tiktok-2:before { content: '\e866'; } /* '' */
.custom-icon-twitter-old:before { content: '\e867'; } /* '' */
.custom-icon-twitter-1-old:before { content: '\e868'; } /* '' */
.custom-icon-twitter-circled-old:before { content: '\e869'; } /* '' */
.custom-icon-cw:before { content: '\e86a'; } /* '' */
.custom-icon-twitter-rect-old:before { content: '\e870'; } /* '' */
.custom-icon-twitter-squared-old:before { content: '\e871'; } /* '' */
.custom-icon-fa4-clipboard:before { content: '\e874'; } /* '' */
.custom-icon-webshop-logout:before { content: '\e875'; } /* '' */
.custom-icon-webshopp-address:before { content: '\e876'; } /* '' */
.custom-icon-webshop-orders:before { content: '\e877'; } /* '' */
.custom-icon-webshop-dashboard:before { content: '\e878'; } /* '' */
.custom-icon-webshop-downloads:before { content: '\e879'; } /* '' */
.custom-icon-edit-account:before { content: '\e87a'; } /* '' */
.custom-icon-clock-alt:before { content: '\e8a2'; } /* '' */
.custom-icon-location-big-round:before { content: '\e8a3'; } /* '' */
.custom-icon-money:before { content: '\e8a4'; } /* '' */
.custom-icon-burger-menu-1:before { content: '\e8a9'; } /* '' */
.custom-icon-burger-menu-2:before { content: '\e8aa'; } /* '' */
.custom-icon-burger-menu-3:before { content: '\e8ab'; } /* '' */
.custom-icon-burger-menu-4:before { content: '\e8ac'; } /* '' */
.custom-icon-burger-menu-5:before { content: '\e8ad'; } /* '' */
.custom-icon-burger-menu-6:before { content: '\e8ae'; } /* '' */
.custom-icon-leaf:before { content: '\e8af'; } /* '' */
.custom-icon-mail-pp:before { content: '\e8bf'; } /* '' */
.custom-icon-globe:before { content: '\f018'; } /* '' */
.custom-icon-facebook-circled:before { content: '\f051'; } /* '' */
.custom-icon-info-circled:before { content: '\f085'; } /* '' */
.custom-icon-info-circled-alt:before { content: '\f086'; } /* '' */
.custom-icon-link-ext:before { content: '\f08e'; } /* '' */
.custom-icon-phone-squared:before { content: '\f098'; } /* '' */
.custom-icon-twitter:before { content: '\f099'; } /* '' */
.custom-icon-facebook-2:before { content: '\f09a'; } /* '' */
.custom-icon-filter:before { content: '\f0b0'; } /* '' */
.custom-icon-gplus-squared:before { content: '\f0d4'; } /* '' */
.custom-icon-mail-alt:before { content: '\f0e0'; } /* '' */
.custom-icon-gauge-1:before { content: '\f0e4'; } /* '' */
.custom-icon-download-cloud:before { content: '\f0ed'; } /* '' */
.custom-icon-file-text:before { content: '\f0f6'; } /* '' */
.custom-icon-mobile:before { content: '\f10b'; } /* '' */
.custom-icon-circle-empty:before { content: '\f10c'; } /* '' */
.custom-icon-circle:before { content: '\f111'; } /* '' */
.custom-icon-direction:before { content: '\f124'; } /* '' */
.custom-icon-unlink:before { content: '\f127'; } /* '' */
.custom-icon-info:before { content: '\f129'; } /* '' */
.custom-icon-ok-squared:before { content: '\f14a'; } /* '' */
.custom-icon-link-ext-alt:before { content: '\f14c'; } /* '' */
.custom-icon-youtube-squared:before { content: '\f166'; } /* '' */
.custom-icon-youtube:before { content: '\f167'; } /* '' */
.custom-icon-youtube-play:before { content: '\f16a'; } /* '' */
.custom-icon-instagram-1:before { content: '\f16d'; } /* '' */
.custom-icon-mail-squared:before { content: '\f199'; } /* '' */
.custom-icon-language:before { content: '\f1ab'; } /* '' */
.custom-icon-fax:before { content: '\f1ac'; } /* '' */
.custom-icon-file-pdf:before { content: '\f1c1'; } /* '' */
.custom-icon-file-word:before { content: '\f1c2'; } /* '' */
.custom-icon-file-spreadsheet:before { content: '\f1c3'; } /* '' */
.custom-icon-file-presentation:before { content: '\f1c4'; } /* '' */
.custom-icon-file-image:before { content: '\f1c5'; } /* '' */
.custom-icon-file-archive:before { content: '\f1c6'; } /* '' */
.custom-icon-file-audio:before { content: '\f1c7'; } /* '' */
.custom-icon-file-video:before { content: '\f1c8'; } /* '' */
.custom-icon-file-code:before { content: '\f1c9'; } /* '' */
.custom-icon-circle-thin:before { content: '\f1db'; } /* '' */
.custom-icon-wifi:before { content: '\f1eb'; } /* '' */
.custom-icon-trash-1:before { content: '\f1f8'; } /* '' */
.custom-icon-copyright:before { content: '\f1f9'; } /* '' */
.custom-icon-at:before { content: '\f1fa'; } /* '' */
.custom-icon-street-view:before { content: '\f21d'; } /* '' */
.custom-icon-map-signs:before { content: '\f277'; } /* '' */
.custom-icon-map:before { content: '\f279'; } /* '' */
.custom-icon-question-circle-o:before { content: '\f29c'; } /* '' */
.custom-icon-user-o:before { content: '\f2c0'; } /* '' */
.custom-icon-thermometer-3:before { content: '\f2c8'; } /* '' */
.custom-icon-twitter-1:before { content: '\f302'; } /* '' */
.custom-icon-twitter-squared:before { content: '\f304'; } /* '' */
.custom-icon-twitter-circled:before { content: '\f30a'; } /* '' */
.custom-icon-twitter-rect:before { content: '\f314'; } /* '' */
.custom-icon-linkedin-1:before { content: '\f318'; } /* '' */
.custom-icon-linkedin:before { content: '\f31b'; } /* '' */
.custom-icon-instagram:before { content: '\f32d'; } /* '' */
.custom-icon-star:before { content: '\f819'; } /* '' */
.custom-icon-star-empty:before { content: '\f81c'; } /* '' */
.custom-icon-camera:before { content: '\f81d'; } /* '' */
