/*!
 * Font Awesome Free 6.4.0 - Lokal gehostet
 * DSGVO-konform ohne externe CDN-Verbindungen
 */

/* Font Face Definitionen */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome/webfonts/fa-brands-400.woff2") format("woff2");
}

/* Base Styles */
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* Solid Icons */
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Regular Icons */
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

/* Brand Icons */
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Icon Sizing */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

/* Fixed Width */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* Rotation & Flipping */
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

/* Animation */
.fa-spin {
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  animation: fa-spin 1s steps(8) infinite;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Icon Definitions - Most Common Icons */
.fa-home:before { content: "\f015"; }
.fa-user:before { content: "\f007"; }
.fa-heart:before { content: "\f004"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-hand-holding-medical:before { content: "\e05c"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-hands:before { content: "\f4c2"; }
.fa-leaf:before { content: "\f06c"; }
.fa-dumbbell:before { content: "\f44b"; }
.fa-running:before { content: "\f70c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-bars:before { content: "\f0c9"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-phone:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-clock:before { content: "\f017"; }
.fa-map-marked-alt:before { content: "\f5a0"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-stethoscope:before { content: "\f0f1"; }
.fa-hospital:before { content: "\f0f8"; }
.fa-user-md:before { content: "\f0f0"; }
.fa-ambulance:before { content: "\f0f9"; }
.fa-medkit:before { content: "\f0fa"; }
.fa-wheelchair:before { content: "\f193"; }
.fa-procedures:before { content: "\f487"; }
.fa-notes-medical:before { content: "\f481"; }
.fa-chart-line:before { content: "\f201"; }
.fa-star:before { content: "\f005"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-times:before { content: "\f00d"; }
.fa-check:before { content: "\f00c"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-search:before { content: "\f002"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-question-circle:before { content: "\f059"; }
.fa-water:before { content: "\f773"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-lock:before { content: "\f023"; }
.fa-phone-alt:before { content: "\f879"; }
.fa-fax:before { content: "\f1ac"; }
