/* 
Theme Name: Hello brandworker Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Das brandworker webdesign Child-Theme ist eine Abwandlung des Hello Elementor Themes.
Author: brandworker webdesign
Author URI: https://www.brandworker-webdesign.de
Template: hello-elementor
Version: 2.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
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Strong Tag mit 500er Schnitt */
body strong,
body b {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

/* Verhindert globale Link-Styles für Elemente mit der Klasse .clean-link */
.clean-link a,
.clean-link a:hover,
.clean-link a:focus,
.clean-link a:visited {
    text-decoration: none !important; /* Entfernt Unterstreichungen */
    border-bottom: none !important;   /* Entfernt Randlinien unten */
    box-shadow: none !important;      /* Entfernt Schatten-Linien (manche Themes nutzen das) */
    background-image: none !important; /* Entfernt Hintergrund-Linien */
    color: inherit; /* Nutzt die Farbe, die du im Button-Widget eingestellt hast */
}