@charset "utf-8";
/*!
 * FontAwesome Pro 7.2.0 — Subset für amumot-shop.de · Revision d, 2026-08-08
 * 151 Icons aus fuenf Quellen: posts/postmeta/options, term_taxonomy
 * (Kategorie-Beschreibungen), CSS-content-Regeln im Child-Theme, gerendertes HTML,
 * plus Reserve aus dem PHP der Frontend-Plugins (Elementor-Widget-Defaults).
 *
 * NICHT VON HAND ERWEITERN — neue Icons brauchen einen neuen Subset-Build.
 * Pruefskript: KI & Meta/Scripts/fontawesome-inventar.sh
 * Doku:        Shop/Referenz/FontAwesome Subsetting Plan.md
 *
 * Reihenfolge unten ist bedeutsam: duotone steht NACH solid, damit
 * class="fa-duotone fa-solid fa-x" als Duotone rendert und nicht als Solid.
 */

/* ===== Kern (aus fontawesome.css, ohne die ungenutzten Icon-Definitionen) ===== */
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fas,
.far,
.fab,
.fal,
.fat,
.fad,
.fadr,
.fadl,
.fadt,
.fass,
.fasr,
.fasl,
.fast,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.faslr,
.faslpr,
.fawsb,
.fatl,
.fans,
.fands,
.faes,
.fagt,
.fajr,
.fajfr,
.fajdr,
.facr,
.fausb,
.faudsb,
.faufsb,
.fa-solid,
.fa-semibold,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa-chisel,
.fa-etch,
.fa-graphite,
.fa-jelly,
.fa-jelly-duo,
.fa-jelly-fill,
.fa-notdog,
.fa-notdog-duo,
.fa-slab,
.fa-slab-press,
.fa-thumbprint,
.fa-utility,
.fa-utility-duo,
.fa-utility-fill,
.fa-whiteboard,
.fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.faslr,
.faslpr,
.fawsb,
.fatl,
.fans,
.fands,
.faes,
.fagt,
.fajr,
.fajfr,
.fajdr,
.facr,
.fausb,
.faudsb,
.faufsb,
.fa-solid,
.fa-semibold,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa-chisel,
.fa-etch,
.fa-graphite,
.fa-jelly,
.fa-jelly-duo,
.fa-jelly-fill,
.fa-notdog,
.fa-notdog-duo,
.fa-slab,
.fa-slab-press,
.fa-thumbprint,
.fa-utility,
.fa-utility-duo,
.fa-utility-fill,
.fa-whiteboard,
.fa)::before {
  content: var(--fa)/"";
}

@supports not (content: ""/"") {
  :is(.fas,
  .fass,
  .far,
  .fasr,
  .fal,
  .fasl,
  .fat,
  .fast,
  .fad,
  .fadr,
  .fadl,
  .fadt,
  .fasds,
  .fasdr,
  .fasdl,
  .fasdt,
  .fab,
  .faslr,
  .faslpr,
  .fawsb,
  .fatl,
  .fans,
  .fands,
  .faes,
  .fagt,
  .fajr,
  .fajfr,
  .fajdr,
  .facr,
  .fausb,
  .faudsb,
  .faufsb,
  .fa-solid,
  .fa-semibold,
  .fa-regular,
  .fa-light,
  .fa-thin,
  .fa-brands,
  .fa-classic,
  .fa-duotone,
  .fa-sharp,
  .fa-sharp-duotone,
  .fa-chisel,
  .fa-etch,
  .fa-graphite,
  .fa-jelly,
  .fa-jelly-duo,
  .fa-jelly-fill,
  .fa-notdog,
  .fa-notdog-duo,
  .fa-slab,
  .fa-slab-press,
  .fa-thumbprint,
  .fa-utility,
  .fa-utility-duo,
  .fa-utility-fill,
  .fa-whiteboard,
  .fa)::before {
    content: var(--fa);
  }
}
:is(.fad,
.fa-duotone,
.fadr,
.fadl,
.fadt,
.fasds,
.fa-sharp-duotone,
.fasdr,
.fasdl,
.fasdt,
.fatl,
.fa-thumbprint,
.fands,
.fa-notdog-duo,
.fajdr,
.fa-jelly-duo,
.faudsb,
.fa-utility-duo)::after {
  content: var(--fa)/"";
  font-feature-settings: "ss01";
}

@supports not (content: ""/"") {
  :is(.fad,
  .fa-duotone,
  .fadr,
  .fadl,
  .fadt,
  .fasds,
  .fa-sharp-duotone,
  .fasdr,
  .fasdl,
  .fasdt,
  .fatl,
  .fa-thumbprint,
  .fands,
  .fa-notdog-duo,
  .fajdr,
  .fa-jelly-duo,
  .faudsb,
  .fa-utility-duo)::after {
    content: var(--fa);
  }
}
.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xs {
  font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-sm {
  font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-lg {
  font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xl {
  font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-2xl {
  font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-width-auto {
  --fa-width: auto;
}

.fa-fw,
.fa-width-fixed {
  --fa-width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-inline-start: var(--fa-li-margin, 2.5em);
  padding-inline-start: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* Heads Up: Bordered Icons will not be supported in the future!
  - This feature will be deprecated in the next major release of Font Awesome (v8)!
  - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
*/
/* Notes:
* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
* --@{v.$css-prefix}-border-padding =
  ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
  ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
*/
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.0625em);
  box-sizing: var(--fa-border-box-sizing, content-box);
  padding: var(--fa-border-padding, 0.1875em 0.25em);
}

.fa-pull-left,
.fa-pull-start {
  float: inline-start;
  margin-inline-end: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right,
.fa-pull-end {
  float: inline-end;
  margin-inline-start: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation: none !important;
    transition: none !important;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  --fa-width: 100%;
  inset: 0;
  position: absolute;
  text-align: center;
  width: var(--fa-width);
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-alicorn { --fa: "\f6b0"; }
.fa-angle-down { --fa: "\f107"; }
.fa-angle-left { --fa: "\f104"; }
.fa-angle-right { --fa: "\f105"; }
.fa-angle-up { --fa: "\f106"; }
.fa-arrow-left { --fa: "\f060"; }
.fa-arrow-right { --fa: "\f061"; }
.fa-arrow-up { --fa: "\f062"; }
.fa-arrows-left-right { --fa: "\f07e"; }
.fa-balance-scale { --fa: "\f24e"; }
.fa-bars-progress { --fa: "\f828"; }
.fa-battery-bolt { --fa: "\f376"; }
.fa-battery-full { --fa: "\f240"; }
.fa-battery-half { --fa: "\f242"; }
.fa-battery-slash { --fa: "\f377"; }
.fa-battery-three-quarters { --fa: "\f241"; }
.fa-bezier-curve { --fa: "\f55b"; }
.fa-bluetooth { --fa: "\f293"; }
.fa-bolt { --fa: "\f0e7"; }
.fa-box { --fa: "\f466"; }
.fa-brain { --fa: "\f5dc"; }
.fa-bus { --fa: "\f207"; }
.fa-cable-car { --fa: "\f7da"; }
.fa-calculator { --fa: "\f1ec"; }
.fa-calculator-simple { --fa: "\f64c"; }
.fa-calendar { --fa: "\f133"; }
.fa-candy-cane { --fa: "\f786"; }
.fa-car-battery { --fa: "\f5df"; }
.fa-car-wrench { --fa: "\f5e3"; }
.fa-caravan { --fa: "\f8ff"; }
.fa-caravan-alt { --fa: "\e000"; }
.fa-caravan-simple { --fa: "\e000"; }
.fa-caret-down { --fa: "\f0d7"; }
.fa-caret-left { --fa: "\f0d9"; }
.fa-caret-right { --fa: "\f0da"; }
.fa-caret-up { --fa: "\f0d8"; }
.fa-charging-station { --fa: "\f5e7"; }
.fa-check { --fa: "\f00c"; }
.fa-check-circle { --fa: "\f058"; }
.fa-chevron-down { --fa: "\f078"; }
.fa-chevron-up { --fa: "\f077"; }
.fa-circle { --fa: "\f111"; }
.fa-circle-info { --fa: "\f05a"; }
.fa-circle-notch { --fa: "\f1ce"; }
.fa-clock { --fa: "\f017"; }
.fa-comment-dots { --fa: "\f4ad"; }
.fa-comment-exclamation { --fa: "\f4af"; }
.fa-comments-question-check { --fa: "\e14f"; }
.fa-copy { --fa: "\f0c5"; }
.fa-display { --fa: "\e163"; }
.fa-dollar-sign { --fa: "\24"; }
.fa-dot-circle { --fa: "\f192"; }
.fa-download { --fa: "\f019"; }
.fa-droplet { --fa: "\f043"; }
.fa-ellipsis-v { --fa: "\f142"; }
.fa-engine { --fa: "\e16e"; }
.fa-envelope { --fa: "\f0e0"; }
.fa-ethernet { --fa: "\f796"; }
.fa-exclamation-triangle { --fa: "\f071"; }
.fa-face-explode { --fa: "\e2fe"; }
.fa-face-melting { --fa: "\e483"; }
.fa-fill-drip { --fa: "\f576"; }
.fa-flag { --fa: "\f024"; }
.fa-font-awesome { --fa: "\f2b4"; }
.fa-font-awesome-flag { --fa: "\f2b4"; }
.fa-gauge { --fa: "\f624"; }
.fa-gauge-high { --fa: "\f625"; }
.fa-gift { --fa: "\f06b"; }
.fa-globe { --fa: "\f0ac"; }
.fa-info { --fa: "\f129"; }
.fa-info-circle { --fa: "\f05a"; }
.fa-life-ring { --fa: "\f1cd"; }
.fa-lightbulb { --fa: "\f0eb"; }
.fa-lightbulb-on { --fa: "\f672"; }
.fa-microchip { --fa: "\f2db"; }
.fa-minus { --fa: "\f068"; }
.fa-pause { --fa: "\f04c"; }
.fa-pepper-hot { --fa: "\f816"; }
.fa-phone-alt { --fa: "\f879"; }
.fa-piggy-bank { --fa: "\f4d3"; }
.fa-pizza-slice { --fa: "\f818"; }
.fa-play { --fa: "\f04b"; }
.fa-play-circle { --fa: "\f144"; }
.fa-plug { --fa: "\f1e6"; }
.fa-plug-circle-bolt { --fa: "\e55b"; }
.fa-plug-circle-check { --fa: "\e55c"; }
.fa-plus { --fa: "\2b"; }
.fa-plus-minus { --fa: "\e43c"; }
.fa-power-off { --fa: "\f011"; }
.fa-print { --fa: "\f02f"; }
.fa-rocket { --fa: "\f135"; }
.fa-ruler-combined { --fa: "\f546"; }
.fa-rv { --fa: "\f7be"; }
.fa-screwdriver-wrench { --fa: "\f7d9"; }
.fa-search { --fa: "\f002"; }
.fa-shield-check { --fa: "\f2f7"; }
.fa-shield-halved { --fa: "\f3ed"; }
.fa-shopping-cart { --fa: "\f07a"; }
.fa-shuttle-van { --fa: "\f5b6"; }
.fa-skull-cow { --fa: "\f8de"; }
.fa-sliders { --fa: "\f1de"; }
.fa-sms { --fa: "\f7cd"; }
.fa-solar-panel { --fa: "\f5ba"; }
.fa-spinner { --fa: "\f110"; }
.fa-square-1 { --fa: "\e256"; }
.fa-square-2 { --fa: "\e257"; }
.fa-square-3 { --fa: "\e258"; }
.fa-square-4 { --fa: "\e259"; }
.fa-square-5 { --fa: "\e25a"; }
.fa-square-6 { --fa: "\e25b"; }
.fa-square-plus { --fa: "\f0fe"; }
.fa-star { --fa: "\f005"; }
.fa-sun { --fa: "\f185"; }
.fa-tag { --fa: "\f02b"; }
.fa-tags { --fa: "\f02c"; }
.fa-temperature-half { --fa: "\f2c9"; }
.fa-times { --fa: "\f00d"; }
.fa-toggle-off { --fa: "\f204"; }
.fa-toggle-on { --fa: "\f205"; }
.fa-tower-broadcast { --fa: "\f519"; }
.fa-triangle-exclamation { --fa: "\f071"; }
.fa-truck { --fa: "\f0d1"; }
.fa-tshirt { --fa: "\f553"; }
.fa-user-astronaut { --fa: "\f4fb"; }
.fa-user-circle { --fa: "\f2bd"; }
.fa-wave-sine { --fa: "\f899"; }

/* ===== Familien ===== */

/* ---- Solid ---- */
@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-subset-solid-900-g.woff2") format("woff2");
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 7 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 7 Pro";
}
.fas, .fa-solid, .fa-classic { --fa-family: var(--fa-style-family-classic); --fa-style: 900; }

/* ---- Regular ---- */
@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-subset-regular-400-d.woff2") format("woff2");
}

:root, :host { --fa-font-regular: normal 400 1em/1 "Font Awesome 7 Pro"; }
.far, .fa-regular { --fa-family: var(--fa-style-family-classic); --fa-style: 400; }

/* ---- Brands ---- */
@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-subset-brands-400-d.woff2") format("woff2");
}

:root, :host {
  --fa-style-family-brands: "Font Awesome 7 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 7 Brands";
}
.fab, .fa-brands { --fa-family: var(--fa-style-family-brands); --fa-style: 400; }

/* ---- Duotone — MUSS nach Solid stehen ---- */
@font-face {
  font-family: "Font Awesome 7 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-subset-duotone-900-e.woff2") format("woff2");
}

:root, :host {
  --fa-family-duotone: "Font Awesome 7 Duotone";
  --fa-font-duotone: normal 900 1em/1 var(--fa-family-duotone);
  --fa-style-family-duotone: var(--fa-family-duotone);
  --fa-secondary-opacity: 0.7;   /* kraeftiger als FA-Standard 0.4 — Entscheidung Andre 08.08.2026 */
}
.fad { --fa-family: var(--fa-family-duotone); --fa-style: 900; position: relative; letter-spacing: normal; }
.fa-duotone { --fa-family: var(--fa-family-duotone); position: relative; letter-spacing: normal; }
.fad:before, .fa-duotone:before { position: absolute; color: var(--fa-primary-color, currentColor); opacity: var(--fa-primary-opacity, 1); }
.fad:after, .fa-duotone:after { color: var(--fa-secondary-color, currentColor); opacity: var(--fa-secondary-opacity, 0.4); }
.fa-swap-opacity .fad:before, .fa-swap-opacity .fa-duotone:before,
.fa-swap-opacity.fad:before, .fa-swap-opacity.fa-duotone:before { opacity: var(--fa-secondary-opacity, 0.4); }
.fa-swap-opacity .fad:after, .fa-swap-opacity .fa-duotone:after,
.fa-swap-opacity.fad:after, .fa-swap-opacity.fa-duotone:after { opacity: var(--fa-primary-opacity, 1); }
.fa-li.fad, .fa-li.fa-duotone, .fa-stack-1x.fad, .fa-stack-1x.fa-duotone,
.fa-stack-2x.fad, .fa-stack-2x.fa-duotone { position: absolute; }

/* ---- Sicherheitsnetz fuer Altbestand ----
 * Die Familien "light" und "thin" wurden am 08.08.2026 abgeschafft; ihr Markup
 * wurde in DB und Kategorie-Beschreibungen auf .fad umgestellt. Gecachte Seiten,
 * Revisionen und kuenftig eingefuegtes Alt-Markup koennen es aber weiter enthalten.
 * Ohne diese Regel haetten solche Icons keine Schriftfamilie und blieben leer.
 * Sie rendern hier als Duotone — optisch identisch zu den umgestellten Icons.
 */
.fa-headset { --fa: "\f590"; }
.fa-industry { --fa: "\f275"; }
.fa-key { --fa: "\f084"; }
.fa-link { --fa: "\f0c1"; }
.fa-book-open { --fa: "\f518"; }
.fa-calculator-alt { --fa: "\f64c"; }
.fa-certificate { --fa: "\f0a3"; }
.fa-droplet-slash { --fa: "\f5c7"; }
.fa-fire-flame-curved { --fa: "\f7e4"; }
.fa-handshake { --fa: "\f2b5"; }
.fa-mobile-screen { --fa: "\f3cf"; }
.fa-puzzle-piece { --fa: "\f12e"; }
.fa-ruler { --fa: "\f545"; }
.fa-snowflake { --fa: "\f2dc"; }
.fal, .fa-light, .fat, .fa-thin {
  --fa-family: var(--fa-family-duotone);
  --fa-style: 900;
  position: relative;
  letter-spacing: normal;
}
.fal:before, .fa-light:before, .fat:before, .fa-thin:before {
  position: absolute;
  color: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}
.fal:after, .fa-light:after, .fat:after, .fa-thin:after {
  content: var(--fa)/"";
  font-feature-settings: "ss01";
  color: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4);
}

/* Brand-Icon-Definitionen (offizielle brands.css 7.2.0) */
.fa-behance {
  --fa: "\f1b4";
}
.fa-bluetooth {
  --fa: "\f293";
}
.fa-bluetooth-b {
  --fa: "\f294";
}
.fa-dribbble {
  --fa: "\f17d";
}
.fa-facebook {
  --fa: "\f09a";
}
.fa-facebook-messenger {
  --fa: "\f39f";
}
.fa-font-awesome {
  --fa: "\f2b4";
}
.fa-font-awesome-alt {
  --fa: "\f35c";
}
.fa-font-awesome-flag {
  --fa: "\f2b4";
}
.fa-get-pocket {
  --fa: "\f265";
}
.fa-instagram {
  --fa: "\f16d";
}
.fa-linkedin {
  --fa: "\f08c";
}
.fa-linkedin-in {
  --fa: "\f0e1";
}
.fa-paypal {
  --fa: "\f1ed";
}
.fa-pinterest {
  --fa: "\f0d2";
}
.fa-skype {
  --fa: "\f17e";
}
.fa-soundcloud {
  --fa: "\f1be";
}
.fa-spotify {
  --fa: "\f1bc";
}
.fa-stripe-s {
  --fa: "\f42a";
}
.fa-tiktok {
  --fa: "\e07b";
}
.fa-twitter {
  --fa: "\f099";
}
.fa-viber {
  --fa: "\f409";
}
.fa-vimeo-v {
  --fa: "\f27d";
}
.fa-waze {
  --fa: "\f83f";
}
.fa-whatsapp {
  --fa: "\f232";
}
.fa-wordpress {
  --fa: "\f19a";
}
.fa-x-twitter {
  --fa: "\e61b";
}
.fa-youtube {
  --fa: "\f167";
}
