@font-face {
    text-rendering: optimizeLegibility;
    font-family: 'spezialreisen';
    src:  url('spezialreisen.ttf?aoao7l') format('truetype'),
        url('spezialreisen.woff?aoao7l') format('woff'),
        url('spezialreisen.woff2?aoao7l') format('woff2');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'spezialreisen' !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-spezial_fernreisen:before {
    content: "\e900";
}
.icon-spezial_wellness:before {
    content: "\e901";
}
.icon-spezial_finca:before {
    content: "\e902";
}
.icon-spezial_freizeit:before, .icon-spezial_freizeitpark:before {
    content: "\e903";
}
.icon-spezial_fussball:before, .icon-spezial_sport:before {
    content: "\e904";
}
.icon-spezial_golf:before {
    content: "\e905";
}
.icon-spezial_hochzeit:before {
    content: "\e906";
}
.icon-spezial_hund:before {
    content: "\e907";
}
.icon-spezial_party:before {
    content: "\e909";
}
.icon-spezial_ski:before {
    content: "\e90a";
}
.icon-spezial_tauchen:before {
    content: "\e90b";
}
.icon-spezial_tennis:before {
    content: "\e90c";
}
.icon-spezial_top10:before, .icon-spezial_tophotels:before {
    content: "\e90d";
}
.icon-spezial_ecoreisen:before {
    content: "\e908";
}

.specials-icon-glyph .icon-special {
    color: #fff;
    font-size: 75px;
}

.specials-icon-glyph-name {
    color: #fff;
}

.specials-icon-glyph .icon-special.selected, .specials-icon-glyph-name.selected {
    color: #FDB739 !important;
}
    
