@font-face {
    font-family: 'icomoon';
    src:
        url('../fonts/icons/icomoon.woff2') format('woff2'),
        url('../fonts/icons/icomoon.woff') format('woff'),
        url('../fonts/icons/icomoon.ttf') format('truetype'),
        url('../fonts/icons/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Base icon rule */
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ICONS */
.icon-switch-on:before { content: "\e90d"; }
.icon-switch-off:before { content: "\e90e"; }

.icon-video:before { content: "\e90f"; }
.icon-play:before { content: "\e90c"; }

.icon-mikroskop:before { content: "\e909"; }
.icon-tropenhaus:before { content: "\e90a"; }
.icon-museum:before { content: "\e90b"; }

.icon-instagram:before { content: "\e907"; }
.icon-facebook:before { content: "\e908"; }

.icon-arrow-left:before { content: "\e900"; }
.icon-arrow-right:before { content: "\e901"; }