/* Hier können Sie bei Bedarf Ihre eigenen CSS-Definitionen einfügen. */

/* button ticket icon */
#block_1000450_content a::before,
#block_1000448_content a::before,
#block_1000505_content a::before,
#block_1002936_content a::before {
    content: "\f145"; /* ticket icon in FA5/FA6 may differ */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5em;
}

/* button callender icon */
#block_1000303_content a::before {
    content: "\f073"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5em;
}

/* button game results icon */
#block_1002628_content a::before {
    content: "\f091"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5em;
}

/* button news icon */
#block_1002629_content a::before {
    content: "\f1ea"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5em;
}