/* Lokales Icon Subset für die tatsächlich verwendeten Font Awesome Symbole. */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

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

.fa-brands,
.fa-solid {
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-arrow-right:before { content: "\f061"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-box-open:before { content: "\f49e"; }
.fa-boxes-stacked:before { content: "\f468"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-camera-retro:before { content: "\f083"; }
.fa-campground:before { content: "\f6bb"; }
.fa-chair:before { content: "\f6c0"; }
.fa-champagne-glasses:before { content: "\f79f"; }
.fa-check:before { content: "\f00c"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-child-reaching:before { content: "\e59d"; }
.fa-circle-check:before { content: "\f058"; }
.fa-circle-info:before { content: "\f05a"; }
.fa-clock:before { content: "\f017"; }
.fa-clock-rotate-left:before { content: "\f1da"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-film:before { content: "\f008"; }
.fa-futbol:before { content: "\f1e3"; }
.fa-gem:before { content: "\f3a5"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-helicopter:before { content: "\f533"; }
.fa-hotdog:before { content: "\f80f"; }
.fa-house:before { content: "\f015"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-instagram:before { content: "\f16d"; }
.fa-kitchen-set:before { content: "\e51a"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-mug-saucer:before { content: "\f0f4"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-phone:before { content: "\f095"; }
.fa-phone-volume:before { content: "\f2a0"; }
.fa-print:before { content: "\f02f"; }
.fa-record-vinyl:before { content: "\f8d9"; }
.fa-scale-balanced:before { content: "\f24e"; }
.fa-screwdriver-wrench:before { content: "\f7d9"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-tag:before { content: "\f02b"; }
.fa-truck:before { content: "\f0d1"; }
.fa-utensils:before { content: "\f2e7"; }
.fa-volume-high:before { content: "\f028"; }
.fa-wand-magic-sparkles:before { content: "\e2ca"; }
.fa-whatsapp:before { content: "\f232"; }
