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

[class^="hv-icon-"], [class*=" hv-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hu-ventribo-icons' !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;
}

@keyframes hvspin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(180deg);
  }
}

.hv-icon-animate:before {
  animation-name: hvspin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.hv-icon-arrow-left:before {
  content: "\e900";
}
.hv-icon-chevron-left:before {
  content: "\e901";
}
.hv-icon-chevron-down:before {
  content: "\e902";
}
.hv-icon-chevron-right:before {
  content: "\e903";
}
.hv-icon-close:before {
  content: "\e904";
}
.hv-icon-mapmarker:before {
  content: "\e905";
}
.hv-icon-pencil:before {
  content: "\e906";
}
.hv-icon-mail:before {
  content: "\e907";
}
.hv-icon-location:before {
  content: "\e908";
}
.hv-icon-person:before {
  content: "\e909";
}
.hv-icon-kacheln:before {
  content: "\e90a";
}
.hv-icon-liste:before {
  content: "\e90b";
}
.hv-icon-search:before {
  content: "\e90c";
}
.hv-icon-cart:before {
  content: "\e90d";
}
.hv-icon-trash:before {
  content: "\e90e";
}
.hv-icon-facebook:before {
  content: "\e90f";
}
.hv-icon-instagram:before {
  content: "\e910";
}
.hv-icon-youtube:before {
  content: "\e911";
}
.hv-icon-phone:before {
  content: "\e912";
}
.hv-icon-ajax-spinner:before {
  content: "\e982";
}
.hv-icon-checkmark:before {
  content: "\ea10";
}
.hv-icon-heart-full:before {
  content: "\e913";
}
.hv-icon-heart-empty:before {
  content: "\e914";
}
