@font-face {
    font-family: 'icomoon';
    src:  url('http://mueller.dj-pixed.de/font/icomoon.eot');
    src:  url('http://mueller.dj-pixed.de/font/icomoon.eot') format('embedded-opentype'),
    url('http://mueller.dj-pixed.de/font/icomoon.eot/icomoon.ttf') format('truetype'),
    url('http://mueller.dj-pixed.de/font/icomoon.eot/icomoon.woff') format('woff');

    font-weight: normal;
    font-style: normal;
    font-display: block;
}

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

.iconIC-star-empty:before {
    content: "\e9d7";
}
.iconIC-star-half:before {
    content: "\e9d8";
}
.iconIC-star-full:before {
    content: "\e9d9 \e9d9 \e9d9 \e9d9 \e9d9";
    color:darkorange;
}

.iconIC-star-four:before {
    content: "\e9d9 \e9d9 \e9d9 \e9d9 \e9d7";
    color:darkorange;

}