@font-face {
  font-family: 'hg-icons';
  src: url('../fonts/hg-icons.eot?46965675');
  src: url('../fonts/hg-icons.eot?46965675#iefix') format('embedded-opentype'),
       url('../fonts/hg-icons.woff2?46965675') format('woff2'),
       url('../fonts/hg-icons.woff?46965675') format('woff'),
       url('../fonts/hg-icons.ttf?46965675') format('truetype'),
       url('../fonts/hg-icons.svg?46965675#hg-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: 'hg-icons';
    src: url('../fonts/hg-icons.svg?46965675#hg-icons') format('svg');
  }
}
*/
[class^="hgi-"]::before, [class*=" hgi-"]::before {
	font-family: "hg-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); */
}

.hgi-chat::before { content: '\e800'; }
.hgi-checklist::before { content: '\e801'; }
.hgi-chevron-down::before { content: '\e802'; }
.hgi-chevron-left::before { content: '\e803'; }
.hgi-chevron-right::before { content: '\e804'; }
.hgi-chevron-up::before { content: '\e805'; }
.hgi-close::before { content: '\e806'; }
.hgi-compare::before { content: '\e807'; }
.hgi-designer::before { content: '\e808'; }
.hgi-download::before { content: '\e809'; }
.hgi-faq::before { content: '\e80a'; }
.hgi-map-marker::before { content: '\e80b'; }
.hgi-order-grid::before { content: '\e80c'; }
.hgi-note-pad::before { content: '\e80d'; }
.hgi-order-list::before { content: '\e80e'; }
.hgi-order-rows::before { content: '\e80f'; }
.hgi-order-sort::before { content: '\e810'; }
.hgi-produktassistent::before { content: '\e811'; }
.hgi-produktfilter::before { content: '\e812'; }
