:root{
  --hjr-es-ci-orange: #ef7f01; /* rgb(239, 127, 1) */
  --hjr-es-light-grey: #f0f0f0;
  --hjr-es-grey: #e5e2dd;
  --hjr-es-white: #FFF;
  --hjr-es-baige: #d7cfba; 
}
.hintergrung-ci-orange{ background: var(--hjr-es-ci-orange) }
.hintergrund-grau-hell{ background: var(--hjr-es-light-grey) }
.hintergrund-grau-nl     { background: var(--hjr-es-grey) }
.font-white{color:#fff}