/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Me
 Author URI:     http://www.co-de.de/
 Template:       Divi
 Version:        4.24.2
*/
/* =Theme customization starts here
 ------------------------------------------------------- */
/*
Fonts importieren:
Einbindung über functions.php
oder
@ import ur l("f onts.css");
*/

/******************************************************************************
ACCESIBILITY
******************************************************************************/
/* CSS - Zeigt linktext fuer screen readers an */
*:focus{
outline: dashed 2px #990000;
}