.club-count-container {
  width: 100px;
  height: 100px;
  top: -42px; 
  left: -42px;
}

.club-count {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--blau-light);
  color: var(--bs-light);
}

.club-count-number {
  position: absolute;
  bottom: 12px;  /* feintunen */
  left: 58px;   /* feintunen */
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}

.club-footer {
  margin-bottom: 0;
  padding: 8px 0;
  font-variant: small-caps;
  font-weight: 400;
}