/* Font Awesome 4.7.0 - Lokal gehostet für GDPR-Konformität */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sizing classes - minimal */
.fa-4x { font-size: 4em; }

/* Icons die auf der Website verwendet werden */
.fa-truck:before { content: "\f0d1"; }
.fa-tachometer:before { content: "\f0e4"; }
.fa-map-pin:before { content: "\f276"; }
.fa-phone:before { content: "\f095"; }
.fa-fax:before { content: "\f1ac"; }
.fa-envelope-o:before { content: "\f003"; }
.fa-facebook:before { content: "\f09a"; }

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* Weitere häufig verwendete Icons */
.fa-home:before { content: "\f015"; }
.fa-user:before { content: "\f007"; }
.fa-cog:before { content: "\f013"; }
.fa-search:before { content: "\f002"; }
.fa-times:before { content: "\f00d"; }
.fa-bars:before { content: "\f0c9"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-left:before { content: "\f053"; }