/*
 Theme Name:   Divi Child
 Theme URI:    https://www.eeb-bayern.de/
 Description:  Child-Theme für Divi mit Accessibility-Optimierungen (z. B. aria-labels, Main-Tag, Google Maps Shortcode)
 Author:       sensum
 Author URI:   https://sensum.de/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  divi-child
*/

/* Parent-Theme Styles einbinden */
@import url("../Divi/style.css");

/* Screenreader-Text */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
