/**
 * Erstellt von Markus Linne und Katharina Marquardt mit scssphp Libary
 * für das Projekt: 
 * Zeitraum: 
 */
/* line 4, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_core.scss */
.fa, .fas, .far, .fal, .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;
}
/* line 5, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
/* line 11, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_larger.scss */
.fa-xs {
  font-size: 0.75em;
}
/* line 15, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_larger.scss */
.fa-sm {
  font-size: 0.875em;
}
/* line 20, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_larger.scss */
.fa-1x {
  font-size: 1em;
}
/* line 20, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}
/* line 20, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}
/* line 20, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}
/* line 20, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}
/* line 20, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_larger.scss */
.fa-6x {
  font-size: 6em;
}
/* line 20, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_larger.scss */
.fa-7x {
  font-size: 7em;
}
/* line 20, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_larger.scss */
.fa-8x {
  font-size: 8em;
}
/* line 20, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_larger.scss */
.fa-9x {
  font-size: 9em;
}
/* line 20, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_larger.scss */
.fa-10x {
  font-size: 10em;
}
/* line 3, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}
/* line 4, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
/* line 9, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_list.scss */
.fa-ul > li {
  position: relative;
}
/* line 12, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
/* line 4, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
/* line 10, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}
/* line 11, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}
/* line 13, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_bordered-pulled.scss */
/* line 18, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: 0.3em;
}
/* line 19, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: 0.3em;
}
/* line 4, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
/* line 8, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  /* line 13, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_animated.scss */
  0% {
    transform: rotate(0deg);
  }
  /* line 17, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_animated.scss */
  100% {
    transform: rotate(360deg);
  }
}
/* line 4, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
/* line 5, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
/* line 6, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
/* line 8, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
/* line 9, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
/* line 10, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
/* line 15, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_rotated-flipped.scss */
/* line 16, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_rotated-flipped.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
/* line 4, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
/* line 13, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
/* line 21, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}
/* line 25, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}
/* line 29, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
/* line 4, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}
/* line 5, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}
/* line 6, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}
/* line 7, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}
/* line 8, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}
/* line 9, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}
/* line 10, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}
/* line 11, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}
/* line 12, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}
/* line 13, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}
/* line 14, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}
/* line 15, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}
/* line 16, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}
/* line 17, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}
/* line 18, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}
/* line 19, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}
/* line 20, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}
/* line 21, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
/* line 22, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}
/* line 23, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}
/* line 24, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}
/* line 25, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}
/* line 26, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}
/* line 27, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}
/* line 28, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}
/* line 29, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}
/* line 30, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}
/* line 31, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}
/* line 32, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}
/* line 33, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}
/* line 34, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}
/* line 35, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-angular:before {
  content: "\f420";
}
/* line 36, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}
/* line 37, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}
/* line 38, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-apper:before {
  content: "\f371";
}
/* line 39, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}
/* line 40, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}
/* line 41, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}
/* line 42, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
/* line 43, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
/* line 44, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
/* line 45, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
/* line 46, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
/* line 47, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
/* line 48, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
/* line 49, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
/* line 50, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}
/* line 51, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}
/* line 52, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}
/* line 53, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}
/* line 54, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}
/* line 55, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}
/* line 56, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}
/* line 57, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
/* line 58, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}
/* line 59, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}
/* line 60, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}
/* line 61, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-audible:before {
  content: "\f373";
}
/* line 62, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}
/* line 63, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}
/* line 64, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}
/* line 65, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}
/* line 66, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-aws:before {
  content: "\f375";
}
/* line 67, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}
/* line 68, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}
/* line 69, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}
/* line 70, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}
/* line 71, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}
/* line 72, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}
/* line 73, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}
/* line 74, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}
/* line 75, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}
/* line 76, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}
/* line 77, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}
/* line 78, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}
/* line 79, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}
/* line 80, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}
/* line 81, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}
/* line 82, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bed:before {
  content: "\f236";
}
/* line 83, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}
/* line 84, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}
/* line 85, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}
/* line 86, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}
/* line 87, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}
/* line 88, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}
/* line 89, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}
/* line 90, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}
/* line 91, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}
/* line 92, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}
/* line 93, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}
/* line 94, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}
/* line 95, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}
/* line 96, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}
/* line 97, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}
/* line 98, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}
/* line 99, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}
/* line 100, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}
/* line 101, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}
/* line 102, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}
/* line 103, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}
/* line 104, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}
/* line 105, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}
/* line 106, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}
/* line 107, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}
/* line 108, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-box:before {
  content: "\f466";
}
/* line 109, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}
/* line 110, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}
/* line 111, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}
/* line 112, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}
/* line 113, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}
/* line 114, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}
/* line 115, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}
/* line 116, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}
/* line 117, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}
/* line 118, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}
/* line 119, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}
/* line 120, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}
/* line 121, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}
/* line 122, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}
/* line 123, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}
/* line 124, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}
/* line 125, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}
/* line 126, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}
/* line 127, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}
/* line 128, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}
/* line 129, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}
/* line 130, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}
/* line 131, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}
/* line 132, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}
/* line 133, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}
/* line 134, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}
/* line 135, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}
/* line 136, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}
/* line 137, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}
/* line 138, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}
/* line 139, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}
/* line 140, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
/* line 141, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}
/* line 142, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}
/* line 143, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}
/* line 144, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}
/* line 145, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}
/* line 146, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}
/* line 147, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}
/* line 148, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}
/* line 149, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}
/* line 150, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}
/* line 151, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}
/* line 152, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}
/* line 153, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}
/* line 154, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}
/* line 155, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}
/* line 156, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}
/* line 157, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}
/* line 158, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}
/* line 159, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chess:before {
  content: "\f439";
}
/* line 160, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}
/* line 161, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}
/* line 162, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}
/* line 163, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}
/* line 164, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}
/* line 165, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}
/* line 166, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}
/* line 167, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}
/* line 168, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}
/* line 169, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}
/* line 170, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}
/* line 171, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}
/* line 172, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}
/* line 173, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}
/* line 174, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}
/* line 175, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}
/* line 176, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}
/* line 177, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}
/* line 178, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}
/* line 179, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}
/* line 180, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}
/* line 181, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}
/* line 182, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-clock:before {
  content: "\f017";
}
/* line 183, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}
/* line 184, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}
/* line 185, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}
/* line 186, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}
/* line 187, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}
/* line 188, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}
/* line 189, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}
/* line 190, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}
/* line 191, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}
/* line 192, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}
/* line 193, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}
/* line 194, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}
/* line 195, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}
/* line 196, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cog:before {
  content: "\f013";
}
/* line 197, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}
/* line 198, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}
/* line 199, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}
/* line 200, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}
/* line 201, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}
/* line 202, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}
/* line 203, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}
/* line 204, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}
/* line 205, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}
/* line 206, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}
/* line 207, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}
/* line 208, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}
/* line 209, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}
/* line 210, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}
/* line 211, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}
/* line 212, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}
/* line 213, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}
/* line 214, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}
/* line 215, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}
/* line 216, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}
/* line 217, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}
/* line 218, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}
/* line 219, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}
/* line 220, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}
/* line 221, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}
/* line 222, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}
/* line 223, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}
/* line 224, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}
/* line 225, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}
/* line 226, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}
/* line 227, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}
/* line 228, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}
/* line 229, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}
/* line 230, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-discord:before {
  content: "\f392";
}
/* line 231, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}
/* line 232, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-dna:before {
  content: "\f471";
}
/* line 233, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}
/* line 234, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-docker:before {
  content: "\f395";
}
/* line 235, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}
/* line 236, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}
/* line 237, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}
/* line 238, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}
/* line 239, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}
/* line 240, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}
/* line 241, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}
/* line 242, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}
/* line 243, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}
/* line 244, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}
/* line 245, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}
/* line 246, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}
/* line 247, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}
/* line 248, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-edit:before {
  content: "\f044";
}
/* line 249, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}
/* line 250, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}
/* line 251, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}
/* line 252, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}
/* line 253, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-ember:before {
  content: "\f423";
}
/* line 254, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}
/* line 255, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}
/* line 256, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}
/* line 257, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}
/* line 258, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}
/* line 259, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}
/* line 260, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}
/* line 261, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}
/* line 262, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}
/* line 263, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}
/* line 264, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}
/* line 265, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}
/* line 266, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}
/* line 267, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}
/* line 268, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}
/* line 269, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
/* line 270, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}
/* line 271, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}
/* line 272, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}
/* line 273, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}
/* line 274, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}
/* line 275, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}
/* line 276, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}
/* line 277, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}
/* line 278, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}
/* line 279, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}
/* line 280, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}
/* line 281, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}
/* line 282, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}
/* line 283, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}
/* line 284, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}
/* line 285, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}
/* line 286, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}
/* line 287, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}
/* line 288, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}
/* line 289, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}
/* line 290, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}
/* line 291, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}
/* line 292, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}
/* line 293, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}
/* line 294, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}
/* line 295, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}
/* line 296, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}
/* line 297, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}
/* line 298, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}
/* line 299, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}
/* line 300, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}
/* line 301, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}
/* line 302, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}
/* line 303, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}
/* line 304, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}
/* line 305, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}
/* line 306, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}
/* line 307, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}
/* line 308, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}
/* line 309, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-fly:before {
  content: "\f417";
}
/* line 310, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}
/* line 311, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}
/* line 312, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}
/* line 313, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}
/* line 314, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}
/* line 315, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}
/* line 316, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}
/* line 317, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}
/* line 318, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}
/* line 319, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}
/* line 320, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
/* line 321, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}
/* line 322, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}
/* line 323, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}
/* line 324, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}
/* line 325, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}
/* line 326, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-frown:before {
  content: "\f119";
}
/* line 327, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}
/* line 328, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}
/* line 329, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}
/* line 330, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}
/* line 331, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}
/* line 332, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}
/* line 333, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}
/* line 334, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}
/* line 335, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}
/* line 336, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}
/* line 337, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}
/* line 338, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}
/* line 339, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}
/* line 340, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}
/* line 341, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}
/* line 342, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}
/* line 343, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}
/* line 344, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}
/* line 345, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}
/* line 346, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}
/* line 347, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}
/* line 348, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}
/* line 349, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}
/* line 350, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}
/* line 351, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}
/* line 352, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}
/* line 353, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}
/* line 354, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}
/* line 355, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}
/* line 356, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}
/* line 357, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}
/* line 358, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}
/* line 359, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}
/* line 360, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}
/* line 361, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}
/* line 362, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}
/* line 363, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}
/* line 364, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}
/* line 365, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}
/* line 366, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}
/* line 367, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}
/* line 368, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}
/* line 369, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}
/* line 370, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}
/* line 371, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}
/* line 372, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}
/* line 373, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}
/* line 374, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}
/* line 375, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}
/* line 376, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}
/* line 377, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}
/* line 378, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}
/* line 379, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}
/* line 380, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}
/* line 381, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}
/* line 382, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}
/* line 383, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}
/* line 384, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}
/* line 385, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}
/* line 386, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hips:before {
  content: "\f452";
}
/* line 387, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}
/* line 388, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}
/* line 389, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}
/* line 390, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}
/* line 391, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}
/* line 392, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}
/* line 393, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}
/* line 394, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}
/* line 395, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}
/* line 396, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}
/* line 397, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}
/* line 398, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}
/* line 399, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}
/* line 400, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}
/* line 401, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}
/* line 402, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}
/* line 403, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}
/* line 404, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}
/* line 405, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-image:before {
  content: "\f03e";
}
/* line 406, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-images:before {
  content: "\f302";
}
/* line 407, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}
/* line 408, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}
/* line 409, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}
/* line 410, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}
/* line 411, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}
/* line 412, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}
/* line 413, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}
/* line 414, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}
/* line 415, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}
/* line 416, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}
/* line 417, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}
/* line 418, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}
/* line 419, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}
/* line 420, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}
/* line 421, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}
/* line 422, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}
/* line 423, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}
/* line 424, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}
/* line 425, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}
/* line 426, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}
/* line 427, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}
/* line 428, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}
/* line 429, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}
/* line 430, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}
/* line 431, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}
/* line 432, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}
/* line 433, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}
/* line 434, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}
/* line 435, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}
/* line 436, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}
/* line 437, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}
/* line 438, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}
/* line 439, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-less:before {
  content: "\f41d";
}
/* line 440, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}
/* line 441, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}
/* line 442, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}
/* line 443, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}
/* line 444, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}
/* line 445, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}
/* line 446, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}
/* line 447, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}
/* line 448, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}
/* line 449, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}
/* line 450, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}
/* line 451, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}
/* line 452, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}
/* line 453, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}
/* line 454, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}
/* line 455, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}
/* line 456, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}
/* line 457, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}
/* line 458, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
/* line 459, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
/* line 460, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
/* line 461, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
/* line 462, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}
/* line 463, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}
/* line 464, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}
/* line 465, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}
/* line 466, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}
/* line 467, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}
/* line 468, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}
/* line 469, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}
/* line 470, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}
/* line 471, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}
/* line 472, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}
/* line 473, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}
/* line 474, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}
/* line 475, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}
/* line 476, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}
/* line 477, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}
/* line 478, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}
/* line 479, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}
/* line 480, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}
/* line 481, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}
/* line 482, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}
/* line 483, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}
/* line 484, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}
/* line 485, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}
/* line 486, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}
/* line 487, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}
/* line 488, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}
/* line 489, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}
/* line 490, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}
/* line 491, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}
/* line 492, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}
/* line 493, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}
/* line 494, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}
/* line 495, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}
/* line 496, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}
/* line 497, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}
/* line 498, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}
/* line 499, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}
/* line 500, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}
/* line 501, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}
/* line 502, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-moon:before {
  content: "\f186";
}
/* line 503, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}
/* line 504, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}
/* line 505, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}
/* line 506, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}
/* line 507, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}
/* line 508, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}
/* line 509, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-nintendo-switch:before {
  content: "\f418";
}
/* line 510, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-node:before {
  content: "\f419";
}
/* line 511, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}
/* line 512, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}
/* line 513, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}
/* line 514, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}
/* line 515, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}
/* line 516, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}
/* line 517, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}
/* line 518, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}
/* line 519, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}
/* line 520, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}
/* line 521, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}
/* line 522, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}
/* line 523, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}
/* line 524, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}
/* line 525, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}
/* line 526, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}
/* line 527, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}
/* line 528, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}
/* line 529, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}
/* line 530, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}
/* line 531, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}
/* line 532, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}
/* line 533, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}
/* line 534, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}
/* line 535, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}
/* line 536, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}
/* line 537, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}
/* line 538, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}
/* line 539, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}
/* line 540, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}
/* line 541, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}
/* line 542, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}
/* line 543, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}
/* line 544, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}
/* line 545, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}
/* line 546, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}
/* line 547, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}
/* line 548, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-php:before {
  content: "\f457";
}
/* line 549, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}
/* line 550, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
/* line 551, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
/* line 552, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-pills:before {
  content: "\f484";
}
/* line 553, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}
/* line 554, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}
/* line 555, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}
/* line 556, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}
/* line 557, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}
/* line 558, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}
/* line 559, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}
/* line 560, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}
/* line 561, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}
/* line 562, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}
/* line 563, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}
/* line 564, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}
/* line 565, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}
/* line 566, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}
/* line 567, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}
/* line 568, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}
/* line 569, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}
/* line 570, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}
/* line 571, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}
/* line 572, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}
/* line 573, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}
/* line 574, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}
/* line 575, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}
/* line 576, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}
/* line 577, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}
/* line 578, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}
/* line 579, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}
/* line 580, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}
/* line 581, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}
/* line 582, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}
/* line 583, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-react:before {
  content: "\f41b";
}
/* line 584, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}
/* line 585, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}
/* line 586, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}
/* line 587, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}
/* line 588, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}
/* line 589, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}
/* line 590, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}
/* line 591, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}
/* line 592, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}
/* line 593, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-rendact:before {
  content: "\f3e4";
}
/* line 594, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}
/* line 595, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}
/* line 596, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}
/* line 597, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}
/* line 598, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}
/* line 599, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}
/* line 600, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}
/* line 601, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}
/* line 602, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}
/* line 603, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}
/* line 604, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}
/* line 605, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}
/* line 606, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}
/* line 607, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}
/* line 608, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}
/* line 609, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}
/* line 610, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}
/* line 611, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}
/* line 612, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}
/* line 613, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}
/* line 614, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}
/* line 615, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}
/* line 616, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}
/* line 617, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}
/* line 618, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}
/* line 619, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}
/* line 620, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}
/* line 621, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-share:before {
  content: "\f064";
}
/* line 622, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}
/* line 623, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}
/* line 624, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}
/* line 625, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}
/* line 626, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}
/* line 627, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}
/* line 628, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}
/* line 629, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}
/* line 630, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}
/* line 631, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}
/* line 632, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}
/* line 633, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}
/* line 634, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}
/* line 635, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}
/* line 636, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}
/* line 637, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}
/* line 638, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}
/* line 639, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}
/* line 640, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}
/* line 641, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}
/* line 642, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}
/* line 643, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}
/* line 644, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}
/* line 645, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}
/* line 646, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}
/* line 647, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-smile:before {
  content: "\f118";
}
/* line 648, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}
/* line 649, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
/* line 650, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}
/* line 651, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}
/* line 652, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}
/* line 653, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}
/* line 654, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}
/* line 655, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}
/* line 656, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}
/* line 657, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}
/* line 658, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}
/* line 659, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}
/* line 660, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}
/* line 661, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}
/* line 662, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}
/* line 663, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}
/* line 664, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}
/* line 665, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}
/* line 666, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}
/* line 667, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}
/* line 668, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}
/* line 669, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}
/* line 670, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}
/* line 671, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}
/* line 672, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}
/* line 673, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}
/* line 674, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}
/* line 675, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}
/* line 676, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}
/* line 677, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}
/* line 678, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}
/* line 679, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}
/* line 680, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}
/* line 681, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}
/* line 682, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}
/* line 683, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}
/* line 684, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-strava:before {
  content: "\f428";
}
/* line 685, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}
/* line 686, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}
/* line 687, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}
/* line 688, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}
/* line 689, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}
/* line 690, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}
/* line 691, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
/* line 692, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}
/* line 693, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}
/* line 694, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}
/* line 695, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sun:before {
  content: "\f185";
}
/* line 696, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}
/* line 697, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}
/* line 698, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}
/* line 699, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sync:before {
  content: "\f021";
}
/* line 700, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}
/* line 701, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}
/* line 702, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}
/* line 703, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}
/* line 704, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}
/* line 705, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}
/* line 706, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}
/* line 707, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}
/* line 708, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}
/* line 709, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}
/* line 710, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}
/* line 711, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}
/* line 712, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}
/* line 713, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}
/* line 714, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}
/* line 715, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}
/* line 716, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}
/* line 717, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}
/* line 718, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}
/* line 719, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}
/* line 720, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}
/* line 721, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}
/* line 722, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}
/* line 723, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}
/* line 724, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}
/* line 725, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
/* line 726, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
/* line 727, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}
/* line 728, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}
/* line 729, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}
/* line 730, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}
/* line 731, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}
/* line 732, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}
/* line 733, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}
/* line 734, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}
/* line 735, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}
/* line 736, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}
/* line 737, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}
/* line 738, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}
/* line 739, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}
/* line 740, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}
/* line 741, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}
/* line 742, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}
/* line 743, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}
/* line 744, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}
/* line 745, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}
/* line 746, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}
/* line 747, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}
/* line 748, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}
/* line 749, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}
/* line 750, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}
/* line 751, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}
/* line 752, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}
/* line 753, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}
/* line 754, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}
/* line 755, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-uber:before {
  content: "\f402";
}
/* line 756, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}
/* line 757, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}
/* line 758, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}
/* line 759, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}
/* line 760, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}
/* line 761, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}
/* line 762, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}
/* line 763, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-university:before {
  content: "\f19c";
}
/* line 764, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}
/* line 765, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}
/* line 766, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}
/* line 767, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}
/* line 768, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}
/* line 769, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}
/* line 770, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}
/* line 771, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}
/* line 772, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}
/* line 773, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}
/* line 774, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}
/* line 775, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}
/* line 776, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}
/* line 777, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}
/* line 778, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}
/* line 779, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}
/* line 780, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}
/* line 781, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}
/* line 782, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}
/* line 783, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}
/* line 784, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}
/* line 785, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}
/* line 786, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}
/* line 787, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-viber:before {
  content: "\f409";
}
/* line 788, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-video:before {
  content: "\f03d";
}
/* line 789, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}
/* line 790, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}
/* line 791, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}
/* line 792, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}
/* line 793, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}
/* line 794, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}
/* line 795, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}
/* line 796, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}
/* line 797, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}
/* line 798, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}
/* line 799, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}
/* line 800, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}
/* line 801, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}
/* line 802, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-weight:before {
  content: "\f496";
}
/* line 803, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}
/* line 804, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}
/* line 805, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}
/* line 806, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}
/* line 807, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}
/* line 808, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}
/* line 809, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}
/* line 810, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}
/* line 811, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}
/* line 812, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}
/* line 813, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}
/* line 814, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}
/* line 815, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}
/* line 816, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}
/* line 817, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}
/* line 818, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}
/* line 819, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}
/* line 820, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}
/* line 821, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}
/* line 822, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}
/* line 823, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}
/* line 824, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}
/* line 825, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}
/* line 826, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}
/* line 827, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}
/* line 828, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}
/* line 829, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}
/* line 830, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}
/* line 831, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}
/* line 832, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}
/* line 833, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}
/* line 4, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 5, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_screen-reader.scss */
/* line 48, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format('embedded-opentype'), url("../fonts/fa-solid-900.woff2") format('woff2'), url("../fonts/fa-solid-900.woff") format('woff'), url("../fonts/fa-solid-900.ttf") format('truetype'), url("../fonts/fa-solid-900.svg#fontawesome") format('svg');
}
/* line 19, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/fa-solid.scss */
.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format('embedded-opentype'), url("../fonts/fa-regular-400.woff2") format('woff2'), url("../fonts/fa-regular-400.woff") format('woff'), url("../fonts/fa-regular-400.ttf") format('truetype'), url("../fonts/fa-regular-400.svg#fontawesome") format('svg');
}
/* line 19, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/fa-regular.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format('embedded-opentype'), url("../fonts/fa-brands-400.woff2") format('woff2'), url("../fonts/fa-brands-400.woff") format('woff'), url("../fonts/fa-brands-400.ttf") format('truetype'), url("../fonts/fa-brands-400.svg#fontawesome") format('svg');
}
/* line 19, D:\Kunden\8.werbung705\biowork\webseite-kompost\templates\frontend/scss/fontawesome/fa-brands.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}
