/*
Theme Name: Divi 5 Child Theme
Author: Michael
Description: Erstellt nach Update Divi 4 zu Divi 5
Version: 1.0
Template: Divi

This is the child theme for Divi theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* =============================================
   UELI ZÜRCHER - LINK FARBEN OVERRIDE
   Für korrekte WCAG-Barrierefreiheit
   ============================================= */

/* Hauptlinks und Telefonnummern */
a, 
.et_pb_text a, 
.et_pb_module a,
a[href^="tel:"] {
    color: #546180 !important;
}

/* Link-Hover-Zustand */
a:hover,
.et_pb_text a:hover,
a[href^="tel:"]:hover {
    color: #4a5672 !important;
}

/* Besuchte Links */
a:visited {
    color: #546180 !important;
}