@font-face {
    font-family: 'archiv_icons';
    src:    url('fonts/archiv_icons.eot?5wrun5');
    src:    url('fonts/archiv_icons.eot?5wrun5#iefix') format('embedded-opentype'),
        url('fonts/archiv_icons.ttf?5wrun5') format('truetype'),
        url('fonts/archiv_icons.woff?5wrun5') format('woff'),
        url('fonts/archiv_icons.svg?5wrun5#archiv_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: 'archiv_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-Link_icon:before {
    content: "\e902";
}
.icon-download_icon:before {
    content: "\e900";
}
.icon-Back_icon:before {
    content: "\e901";
}
.icon-sprachen-icon:before {
    content: "\e603";
}
.icon-text-icon:before {
    content: "\e600";
}
.icon-video-icon:before {
    content: "\e601";
}
.icon-sound-icon:before {
    content: "\e602";
}
.icon-menu:before {
    content: "\e9bd";
}

