@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/fontawesome-webfont.woff') format('woff'),
       url('../fonts/fontawesome-webfont.ttf') format('truetype'),
       url('../fonts/fontawesome-webfont.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Basis-Icon-Klasse */
.fa {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
}

/* Beispiel für Scroll-Icon (angle-down) */
.fa-angle-down:before {
  content: \"\\f107\";
}