.circle-container {
   width: 160px;
   height: 160px;
   border-radius: 50%;
   background-color: #ffff;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #000;
   text-align: center;
   padding: 10px;
   font-size: 0.8em;
   flex-shrink: 0;
}
/* Weglot Fahne oben rechts anzeigen */
.weglot-container {
   top: 0;
   height: 50px;
}
.card-body, p.lead {
   hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
}
.card-text {
   text-align: left;
}
