@charset "UTF-8";

/*
@font-face {
  font-family: 'Frutiger';
  src: url('fonts/Frutiger-Black.eot');
  src: url('fonts/Frutiger-Black.eot?#iefix') format('embedded-opentype'),
       url('fonts/Frutiger-Black.woff') format('woff'), 
       url('fonts/Frutiger-Black.ttf')  format('truetype'), 
       url('fonts/Frutiger-Black.svg#e66fb8a1ab86fcb1529f73d23c8b8201') format('svg'); 
       
  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'Frutiger';
  src: url('fonts/Frutiger-Bold.eot');
  src: url('fonts/Frutiger-Bold.eot?#iefix') format('embedded-opentype'), 
       url('fonts/Frutiger-Bold.woff') format('woff'), 
       url('fonts/Frutiger-Bold.ttf')  format('truetype'),
       url('fonts/Frutiger-Bold.svg#e892f90eebc29e2afbdb41a5b2d23194') format('svg'); 
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Frutiger';
  src: url('fonts/Frutiger-Light.eot');
  src: url('fonts/Frutiger-Light.eot?#iefix') format('embedded-opentype'), 
       url('fonts/Frutiger-Light.woff') format('woff'), 
       url('fonts/Frutiger-Light.ttf')  format('truetype'), 
       url('fonts/Frutiger-Light.svg#31156f0b15f8c14985b8e85cf5087406') format('svg');
       
  font-style:   normal;
  font-weight:  200;
}


*/

@font-face {
    font-family: 'Calibri-bold';
    src: url('fonts/Calibri-Bold.eot');
    src: url(fonts/'Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri-Bold.woff2') format('woff2'),
        url('fonts/Calibri-Bold.woff') format('woff'),
        url('fonts/Calibri-Bold.ttf') format('truetype'),
        url('fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri-bolditalic';
    src: url('fonts/Calibri-BoldItalic.eot');
    src: url('fonts/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri-BoldItalic.woff2') format('woff2'),
        url('fonts/Calibri-BoldItalic.woff') format('woff'),
        url('fonts/Calibri-BoldItalic.ttf') format('truetype'),
        url('fonts/Calibri-BoldItalic.svg#Calibri-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri.eot');
    src: url('fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri.woff2') format('woff2'),
        url('fonts/Calibri.woff') format('woff'),
        url('fonts/Calibri.ttf') format('truetype'),
        url('fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri-Italic.eot');
    src: url('fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri-Italic.woff2') format('woff2'),
        url('fonts/Calibri-Italic.woff') format('woff'),
        url('fonts/Calibri-Italic.ttf') format('truetype'),
        url('fonts/Calibri-Italic.svg#Calibri-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: "italkeramik";
    src:url("fonts/italkeramik.eot");
    src:url("fonts/italkeramik.eot?#iefix") format("embedded-opentype"),
    url("fonts/italkeramik.woff") format("woff"),
    url("fonts/italkeramik.ttf") format("truetype"),
    url("fonts/italkeramik.svg#italkeramik") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "italkeramik" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "italkeramik" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: "a";
}
.icon-gplus:before {
    content: "e";
}
.icon-facebook:before {
    content: "c";
}
.icon-menu:before {
    content: "m";
}
.icon-xing:before {
    content: "x";
}
.icon-down:before {
    content: "d";
}
.icon-up:before {
    content: "u";
}
