/* Font Awesome 6 Free (Solid) — auf die 15 tatsaechlich genutzten Icons reduziert.
 *
 * Ersetzt assets/extern/cdnjs.cloudflare.com_all.min.css (102 KB Quelle / 24 KB uebertragen)
 * und assets/webfonts/fa-solid-900.woff2 (146 KB). Die Seite nutzt ausschliesslich den
 * Solid-Stil; fa-brands, fa-regular und fa-v4compatibility kamen nirgends vor.
 *
 * Basisregeln 1:1 aus dem Original uebernommen, damit sich an der Darstellung nichts aendert.
 * Neues Icon noetig? Codepoint in der Original-CSS nachschlagen, unten ergaenzen UND den
 * Subset-Font neu bauen (siehe PERFORMANCE.md) — sonst bleibt das Zeichen leer.
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900-subset.woff2") format("woff2");
}

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

.fa-bolt::before { content: "\f0e7"; }
.fa-box-open::before { content: "\f49e"; }
.fa-car::before { content: "\f1b9"; }
.fa-clock::before { content: "\f017"; }
.fa-dolly::before { content: "\f472"; }
.fa-gear::before { content: "\f013"; }
.fa-globe::before { content: "\f0ac"; }
.fa-helmet-safety::before { content: "\f807"; }
.fa-industry::before { content: "\f275"; }
.fa-language::before { content: "\f1ab"; }
.fa-money-bill::before { content: "\f0d6"; }
.fa-rocket::before { content: "\f135"; }
.fa-route::before { content: "\f4d7"; }
.fa-tractor::before { content: "\f722"; }
.fa-truck-fast::before { content: "\f48b"; }
