/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/

/*
    Add your custom styles here
*/

/*--------------------------------------------------------------
>>> LADE ORGANISIERTE STYLESHEETS (DIKU Struktur)
----------------------------------------------------------------
Wir importieren alle CSS-Dateien aus dem /diku-css/ Ordner.
--------------------------------------------------------------*/

@import url("diku-css/diku-defaults.css");     
@import url("diku-css/customer-styling.css"); 


/*--------------------------------------------------------------
>>> GLOBALE ANPASSUNGEN (Optional)
----------------------------------------------------------------
Nur wenn absolut notwendig, hier allgemeine Regeln eintragen.
--------------------------------------------------------------*/


/* Change Elementor Colors */ 
:root {
    --e-p-draggable-color: #eb3568 !important;
    --e-p-border-column: #eb3568 !important;
    --e-p-border-column-hover: #db2653 !important;
    --e-p-border-section: #eb3568 !important;
    --e-p-border-section-hover: #db2653 !important;
    --e-p-border-con: #eb3568 !important;
    --e-p-border-con-hover: #db2653 !important;
    --e-p-border-con-active: #d00d3e !important;
    --e-p-border-widget: #eb3568 !important;
    --e-p-border-widget-hover: #db2653 !important;
    --e-p-border-widget-active: #d00d3e !important;
    --e-p-border-global: #1e52d7 !important;
    --e-p-border-global-hover: #0c40c2 !important;
    --e-a-color-primary: #db2653 !important;
    --e-a-color-primary-bold: #d00d3e !important;
    --e-a-color-info: #1e52d7 !important;
    --e-a-color-accent: #0c40c2 !important;
    --e-a-color-global: #0c40c2 !important;
    --e-a-btn-bg-primary: #db2653 !important;
    --e-a-btn-bg-primary-hover: #db2653 !important;
    --e-a-btn-bg-primary-active: #db2653 !important;
    --e-a-btn-bg-accent: #1e52d7 !important;
    --e-a-btn-bg-accent-hover: #0c40c2 !important;
    --e-a-btn-bg-accent-active: #0c40c2 !important;
}



