/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Child Theme für Hello Elementor. Eigene CSS-Anpassungen und PHP-Erweiterungen bleiben bei Updates des Parent Themes erhalten.
Author: Website Administration
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* ==========================================================
   Eigene Styles
   ========================================================== */

/* Eigene CSS-Regeln ab hier einfügen. */

/* Barrierefreiheit: Kontrast des Elementor-Ally-Links „Zum Inhalt springen“ */
.ea11y-skip-to-content-link,
.ea11y-skip-to-content-link:visited,
.ea11y-skip-to-content-link:hover,
.ea11y-skip-to-content-link:focus,
.ea11y-skip-to-content-link:focus-visible {
    color: #000 !important;
    background-color: #fff !important;
}

/* Barrierefreiheit: Kontrast des „Zum Inhalt springen“-Links */
.skip-link.screen-reader-text,
.skip-link.screen-reader-text:visited,
.skip-link.screen-reader-text:focus {
    color: #000;
}
