body > div > div > footer > p:nth-child(2) > span:nth-child(1) {
  visibility: hidden;
  display: none;
}

body > div > div > footer > p:nth-child(2) > span:nth-child(2) {
  visibility: hidden;
  display: none;
}

body > div > div > footer > p:nth-child(2) > span:nth-child(3)::before {
  content: "Lizensiert für ";
  visibility: visible;
}

.bfcs_passwordPanel .hint[role="note"] > .alert.hintText.alert-warning {
  display: none;
}