/* ===== Fonts einbinden (nur WOFF2) ===== */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/fontawesome/webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fontawesome/webfonts/fa-brands-400.woff2") format("woff2");
}



/* ===== Basis-Klassen ===== */
.fa, .fas, .fab, .fa-solid, .fa-brands {
  display:inline-block;
  font-style:normal;
  line-height:1;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.fa, .fas, .fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.fab, .fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* ===== Solid-Icons ===== */
.fa-bars:before         { content:"\f0c9"; }
.fa-xmark:before        { content:"\f00d"; }
.fa-chevron-down:before { content:"\f078"; }
.fa-chevron-up:before   { content:"\f077"; }
.fa-globe:before        { content:"\f0ac"; }
.fa-paper-plane:before  { content:"\f1d8"; }
.fa-layer-group:before  { content:"\f5fd"; }
.fa-lightbulb:before    { content:"\f0eb"; }
.fa-cloud:before        { content:"\f0c2"; }
.fa-laptop-code:before  { content:"\f5fc"; }
.fa-network-wired:before{ content:"\f6ff"; }
.fa-shield-halved:before{ content:"\f3ed"; }
.fa-cart-shopping:before{ content:"\f07a"; }
.fa-house-signal:before { content:"\e012"; }
.fa-solid.fa-brain:before { content: "\f5dc";}
.fa-chalkboard-user:before { content: "\f51c"; }
/* ===== Brands-Icons ===== */
.fa-linkedin:before { content:"\f08c"; }
.fa-facebook:before { content:"\f09a"; }
.fa-xing:before { content:"\f168"; }
.fa-x-twitter:before { content: "\e61b"; }

/* ===== Kontaktformular Icons ===== */
.fa-user:before         { content:"\f007"; }  /* Benutzer */
.fa-envelope:before     { content:"\f0e0"; }  /* E-Mail */
.fa-phone:before        { content:"\f095"; }  /* Telefon */
.fa-comment-dots:before { content:"\f4ad"; }  /* Nachricht */

/* ===== FAQ Icons ===== */
.fa-plus:before  { content:"\f067"; } /* Plus */
.fa-minus:before { content:"\f068"; } /* Minus */