/*!
 * Font Awesome - Optimized für zils-kaisersesch.de
 * Nur die tatsächlich verwendeten Icons (17 statt 7000+)
 * Ersparnis: ~102KB
 */

/* Base Font Awesome CSS */
.fa,.fab,.fal,.far,.fas,.fass,.fasr,.fat,.fa-solid,.fa-regular,.fa-light,.fa-thin,.fa-duotone,.fa-brands {
  -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;
}

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

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

/* Font face definitions - nur die benötigten */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fontawesome/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fontawesome/webfonts/fa-brands-400.woff2") format("woff2");
}

/* Nur die tatsächlich verwendeten Icons */
.fa-book:before { content: "\f02d"; }
.fa-calendar:before { content: "\f133"; }
.fa-circle:before { content: "\f111"; }
.fa-circle-down:before { content: "\f358"; }
.fa-clock:before { content: "\f017"; }
.fa-compass-drafting:before { content: "\f568"; }
.fa-github:before { content: "\f09b"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-mastodon:before { content: "\f4f6"; }
.fa-rss:before { content: "\f09e"; }
.fa-search:before { content: "\f002"; }
.fa-user:before { content: "\f007"; }

/* Font Awesome sizing utilities */
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

/* Font Awesome stacking */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index,auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}