a[href^="mailto:"] {
    color: #86b300;            /* Textfarbe 75a515 (z. B. hellGrünlich) */
    text-decoration: none;     /* Unterstreichung entfernen */
    xxxfont-weight: bold;         /* Fettgedruckt */
    font-family: Raleway;
}

/* Ändert das Aussehen, wenn man mit der Maus darüberfährt */
a[href^="mailto:"]:hover {
    color: #BBBBBB;            /* Hover-Farbe (z. B. graurötlich) */
    text-decoration: underline;/* Unterstreichung beim Hover anzeigen */
}
