@charset "UTF-8";

@font-face {
  font-family: "kuhne-icons";
  src:url("../font/kuhne-icons/kuhne-icons.eot");
  src:url("../font/kuhne-icons/kuhne-icons.eot?#iefix") format("embedded-opentype"),
    url("../font/kuhne-icons/kuhne-icons.woff") format("woff"),
    url("../font/kuhne-icons/kuhne-icons.ttf") format("truetype"),
    url("../font/kuhne-icons/kuhne-icons.svg#kuhne-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

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

.icon-cart:before {
    content: "\e903";
}
.icon-amateur:before {
    content: "\e904";
}
.icon-company:before {
    content: "\e900";
}
.icon-products:before {
    content: "\e901";
}
.icon-app:before {
    content: "\e902";
}
.icon-close:before {
    content: "\e5cd";
}
.icon-account:before {
    content: "\e7fd";
}
.icon-search:before {
    content: "\f002";
}
.icon-download:before {
    content: "\f019";
}
.icon-facebook-square:before {
    content: "\f082";
}
.icon-linkedin-square:before {
    content: "\f08c";
}
.icon-filter:before {
    content: "\f0b0";
}
.icon-menu:before {
    content: "\f0c9";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-youtube-square:before {
    content: "\f166";
}
.icon-xing-square:before {
    content: "\f169";
}
.icon-language:before {
    content: "\f1ab";
}
.icon-wifi:before {
    content: "\f1eb";
}
.icon-desktop:before {
    content: "\f26c";
}