/* Standardfarbe der Hyperlinks */
a {
    color: #fec700 !important;
}

/* Farbe beim Drüberfahren (Hover) und Anklicken */
a:hover, a:focus, a:active {
    color: #ff6a00 !important;
}
/* Links in h1 und h2 Überschriften */
h1 a, h2 a {
    color: #ffffff !important;
}

/* Hover-Effekt für Links in Überschriften */
h1 a:hover, h2 a:hover {
    color: #ff6a00 !important;
}