/*Links zwangsweise in orange */
a, a:visited {
     color: rgb(255,153,0); /*DarkRed*/
    text-decoration: underline;
    outline: 0;
}

/*Trennstrich formatieren*/
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #848484;
}

/*2sic Modul  #ff9d44 */
p { 
  hyphens: auto; 
overflow-wrap: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-webkit-hyphenate-limit-chars: auto 3;
-webkit-hyphenate-limit-lines: 4;
-ms-hyphens: auto;
-ms-hyphenate-limit-chars: auto 3;
-ms-hyphenate-limit-lines: 4;
}








