<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2.rte-clear-heading a {
  color: #FF8C00; /* Dunkelorange */
  text-decoration: none;
  transition: color 0.3s ease; /* weicher Übergang beim Hover */
}
h2.rte-clear-heading a:hover {
  color: #CC7000; /* Noch dunkleres Orange */
}
 


</pre></body></html>