/** Font für Website **/

@font-face {
    font-family: 'webfont';
    src: url('arimo-bold-webfont.eot');
    src: url('arimo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('arimo-bold-webfont.woff') format('woff'),
         url('arimo-bold-webfont.ttf') format('truetype'),
         url('arimo-bold-webfont.svg#ArimoBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'webfont';
    src: url('arimo-bolditalic-webfont.eot');
    src: url('arimo-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('arimo-bolditalic-webfont.woff') format('woff'),
         url('arimo-bolditalic-webfont.ttf') format('truetype'),
         url('arimo-bolditalic-webfont.svg#ArimoBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'webfont';
    src: url('arimo-italic-webfont.eot');
    src: url('arimo-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('arimo-italic-webfont.woff') format('woff'),
         url('arimo-italic-webfont.ttf') format('truetype'),
         url('arimo-italic-webfont.svg#ArimoItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'webfont';
    src: url('arimo-regular-webfont.eot');
    src: url('arimo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('arimo-regular-webfont.woff') format('woff'),
         url('arimo-regular-webfont.ttf') format('truetype'),
         url('arimo-regular-webfont.svg#ArimoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/** Schriftfont für Seitentitel **/
@font-face {
    font-family: 'bankgothic';
    src: url('bankgothic_bold-webfont.eot');
    src: url('bankgothic_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('bankgothic_bold-webfont.woff') format('woff'),
         url('bankgothic_bold-webfont.ttf') format('truetype'),
         url('bankgothic_bold-webfont.svg#bankgothicbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
