@font-face {
    font-family: 'kn';
    src:    url('../fonts/kn.eot');
    src:    url('../fonts/kn.eot#iefix') format('embedded-opentype'),
        url('../fonts/kn.ttf') format('truetype'),
        url('../fonts/kn.woff') format('woff'),
        url('../fonts/kn.svg#kn') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'kn' !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-Uhr:before {
    content: "\e950";
}
.icon-Wetter:before {
    content: "\e900";
}
.icon-Galerie:before {
    content: "\e90e";
}
.icon-Map:before {
    content: "\e948";
}
.icon-Phone:before {
    content: "\e942";
}
.icon-Brief:before {
    content: "\e945";
}
.icon-Rathaus:before {
    content: "\e921";
}
