/*--------------------------------------------------------------
# Piktogramme
--------------------------------------------------------------*/

/* Basis-Klasse für alle Piktogramme */
.piktogramm {
  display: inline-block;
  object-fit: contain;
}

/* verschiedene Standardgrößen */
.piktogramm32 {
  width: 32px;
  height: 32px;
}

.piktogramm48 {
  width: 48px;
  height: 48px;
}

.piktogramm64 {
  width: 64px;
  height: 64px;
}

.piktogramm320 {
  width: 320px;
  height: 320px;
}

.piktogramm480 {
  width: 480px;
  height: 480px;
}