/* ==========================================================================
   Shariff-Overrides (holzbauwelt)
   ========================================================================== */

/* 1) X/Twitter-Icon (schwarzes Kaestchen):
   Die Site laedt zuletzt Font Awesome 5.15.1 mit `.fab{font-family:"Font Awesome 5 Brands"}`.
   FA5 kennt `fa-x-twitter` (\E61B) nicht -> notdef-Box. Shariffs gebuendeltes FA 6.7.2
   ("Font Awesome 6 Brands") hat das Glyph. Daher Brand-Icons innerhalb .shariff
   zurueck auf FA6-Brands zwingen (FA5-.fab-Regel gewinnt sonst per Ladereihenfolge). */
.shariff .fa-brands,
.shariff .fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

/* 2) Buttons nach rechts versetzt:
   Die Button-<ul> erbt padding-left von `.content-wrapper ol, .content-wrapper ul`. */
.shariff .orientation-horizontal {
    padding-left: 0;
}
