:root {
--primary-color-hue:213;
--primary-color-saturation: 63%;
--primary-color-lightness: 38%;
--secondary-color-hue:199;
--secondary-color-saturation: 10%;
--secondary-color-lightness: 44%;
} /* Anpassung Geburtstagsliste, dass die E-Mail-Adresse nicht umgebrochen wird */
div.col-lg-4.col-sm-12.order-first.order-lg-last div.card div.card-body ul.list-group.list-group-flush li.list-group-item div.row div.col div div.row div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 66.66666667%
}