/* =============================================================================
   DriveX – Symbole (Teilsatz aus Font Awesome 6.0.0 Free, CC BY 4.0)
   -----------------------------------------------------------------------------
   Selbst gehostet statt vom CDN: kein Aufruf an fremde Server, damit auch
   keine Uebermittlung von Besucher-IPs vor einer Einwilligung.

   Die Schriftdateien enthalten NUR die 32 Symbole, die diese Website
   tatsaechlich benutzt - 4,6 KB statt 249 KB.

   Neues Symbol gebraucht? Dann muss der Teilsatz neu erzeugt werden,
   siehe SETUP.md. Ein Symbol, das nicht im Teilsatz steckt, erscheint
   als leeres Rechteck.
   ========================================================================== */

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

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

/* ---- Die benutzten Symbole ------------------------------------------------ */
.fa-bars:before { content: "\f0c9"; }   /* fas */
.fa-bolt:before { content: "\f0e7"; }   /* fas */
.fa-calendar-alt:before { content: "\f073"; }   /* far */
.fa-car:before { content: "\f1b9"; }   /* fas */
.fa-car-side:before { content: "\f5e4"; }   /* fas */
.fa-check:before { content: "\f00c"; }   /* fas */
.fa-check-circle:before { content: "\f058"; }   /* fas */
.fa-chevron-down:before { content: "\f078"; }   /* fas */
.fa-chevron-left:before { content: "\f053"; }   /* fas */
.fa-chevron-right:before { content: "\f054"; }   /* fas */
.fa-clock:before { content: "\f017"; }   /* fas */
.fa-cog:before { content: "\f013"; }   /* fas */
.fa-envelope:before { content: "\f0e0"; }   /* fas */
.fa-external-link-alt:before { content: "\f35d"; }   /* fas */
.fa-file-contract:before { content: "\f56c"; }   /* fas */
.fa-file-signature:before { content: "\f573"; }   /* fas */
.fa-gas-pump:before { content: "\f52f"; }   /* fas */
.fa-image:before { content: "\f03e"; }   /* fas */
.fa-images:before { content: "\f302"; }   /* fas */
.fa-instagram:before { content: "\f16d"; }   /* fab */
.fa-map-marker-alt:before { content: "\f3c5"; }   /* fas */
.fa-palette:before { content: "\f53f"; }   /* fas */
.fa-phone:before { content: "\f095"; }   /* fas */
.fa-search:before { content: "\f002"; }   /* fas */
.fa-search-dollar:before { content: "\f688"; }   /* fas */
.fa-share-alt:before { content: "\f1e0"; }   /* fas */
.fa-shield-alt:before { content: "\f3ed"; }   /* fas */
.fa-ship:before { content: "\f21a"; }   /* fas */
.fa-shipping-fast:before { content: "\f48b"; }   /* fas */
.fa-star:before { content: "\f005"; }   /* fas */
.fa-tachometer-alt:before { content: "\f625"; }   /* fas */
.fa-whatsapp:before { content: "\f232"; }   /* fab */
