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 */
}
 


