/**
 * Font Awesome 5 – nur genutzte Solid-Icons (~1,5 KB statt all.min.css).
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../font/fa-solid-900.woff2") format("woff2");
}

.fas,
.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
}

.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-car:before { content: "\f1b9"; }
.fa-gas-pump:before { content: "\f52f"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-newspaper:before { content: "\f1ea"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-users:before { content: "\f0c0"; }
.fa-route:before { content: "\f4d7"; }
.fa-check-circle:before { content: "\f058"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-road:before { content: "\f018"; }
.fa-hard-hat:before { content: "\f807"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-car-crash:before { content: "\f5e1"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-user:before { content: "\f007"; }
.fa-calendar:before { content: "\f133"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-times:before { content: "\f00d"; }
