/* Global: Linie statt Füllung für alle SVG-Icons */
.icon{display:inline-block;vertical-align:middle;width:1.25em;height:1.25em;
  fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.icon--sm{width:1em;height:1em}
.icon--lg{width:1.5em;height:1.5em}
.icon-muted{opacity:.65}

/* Barcode: Balken gefüllt, Rest bleibt stroke-basiert */
.icon--barcode rect{fill:currentColor;stroke:none}
