/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0,
 * Fonts: SIL OFL 1.1, Code: MIT License)
 *
 * Teilmenge der Original-Schriften mit den auf dieser Website
 * verwendeten Symbolen; Klassennamen unveraendert.
 */
.fa,
.fas,
.far,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa-phone-alt:before { content: "\f879"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-heart:before { content: "\f004"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-vr-cardboard:before { content: "\f729"; }
.fa-times:before { content: "\f00d"; }
.fa-road:before { content: "\f018"; }
.fa-redo:before { content: "\f01e"; }
.fa-play:before { content: "\f04b"; }
.fa-globe:before { content: "\f0ac"; }
.fa-youtube:before { content: "\f167"; }
.fa-facebook:before { content: "\f09a"; }
