/* =========================================
   FONT AWESOME SLIM – HSV Vorarlberg
   nur benötigte Icons
   ========================================= */

/* Basis */
.fa, .fas, .far, .fab {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* SOLID */
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* REGULAR */
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/* BRANDS */
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/* =========================================
   ICONS (nur die du brauchst!)
   ========================================= */

/* handshake */
.fa-handshake::before { content: "\f2b5"; }

/* trophy */
.fa-trophy::before { content: "\f091"; }

/* users */
.fa-users::before { content: "\f0c0"; }

/* envelope */
.fa-envelope::before { content: "\f0e0"; }

/* instagram */
.fa-instagram::before { content: "\f16d"; }

/* angle-up */
.fa-angle-up::before { content: "\f106"; }