.lc-zahlenfakten {
    a,
    a:visited,
    a:focus,
    a:active {
      color: white !important;
      text-decoration: underline !important;
    }
  
    a:hover {
      color: #DC6019 !important;
    }
  }
  
  .lc-zahlenfakten p a {
    color: white !important;
    text-decoration: underline !important;
  }