/* Optional: gezielter (besser), nur Inhaltstexte */
.ce_text, .text, .content, article, p {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  overflow-wrap: normal;
  word-wrap: normal;
  word-break: normal;
}