a.brand-logo,
.site-title, 
.site-title a {
  white-space: normal !important; /* Erlaubt Zeilenumbruch */
  word-break: break-word;          /* Bricht lange Wörter */
  overflow-wrap: break-word;       /* Bricht lange Wörter */
}