/* 
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
*/

/* Grundlegende Stilregeln für das Akkordeon */
#faq-accordion h3 {
    background-color: #fff; /* Blauer Hintergrund für die Überschriften */
    color: #000; /* Weiße Textfarbe */
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    padding: 15px; /* Etwas mehr Polsterung für ein besseres Aussehen */
    margin: 0 0 10px 0; /* Entfernt Standard-Margins */
    border: none; /* Keine Rahmen */
    border: 1px solid #ddd; /* Weiße Linie zwischen den Akkordeon-Elementen */
    text-align: left;
}

/* Hover-Effekt für die Überschriften */
#faq-accordion h3:hover {
    background-color: #fff; /* Dunklerer Blauton beim Hover */
}

/* Stilregeln für den Akkordeon-Inhalt */
#faq-accordion p {
    background-color: #fff; /* Heller Hintergrund für den Inhalt */
    overflow: hidden;
    max-height: 0; /* Initialer Zustand als eingeklappt */
    margin: 0; /* Entfernt Standard-Margins */
    padding: 0 15px; /* Polsterung im Inneren des Inhalts */
    line-height: 1.6; /* Verbessert die Lesbarkeit des Textes */
}

/* Stilregel, wenn ein Akkordeon-Element aktiv ist (eingeklappt) */
#faq-accordion h3.active + p {
    max-height: 200px !important; /* Maximalhöhe, wenn das Element ausgeklappt ist */
    padding: 30px; /* Polsterung, wenn das Element ausgeklappt ist */
    margin-bottom: 10px;
}

#faq-accordion h3 {
    /* bestehende Stile ... */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon {
    width: 16px;
    margin-left: auto;
}

.elementor-widget-text-editor ul li {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%233fb498' d='M32 64V448H416V64H32zM0 32H32 416h32V64 448v32H416 32 0V448 64 32zM331.3 203.3l-128 128L192 342.6l-11.3-11.3-64-64L105.4 256 128 233.4l11.3 11.3L192 297.4 308.7 180.7 320 169.4 342.6 192l-11.3 11.3z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    padding-left: 30px;
    list-style-type: none;
    background-size: 15px;
    background-position: 0 6px;
}

.vorteile.elementor-widget-text-editor ul li {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%233fb498' d='M32 64V448H416V64H32zM0 32H32 416h32V64 448v32H416 32 0V448 64 32zM240 160v16 64h64 16v32H304 240v64 16H208V336 272H144 128V240h16 64V176 160h32z'/%3e%3c/svg%3e") !important;
}

.nachteile.elementor-widget-text-editor ul li {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23555' d='M32 64V448H416V64H32zM0 32H32 416h32V64 448v32H416 32 0V448 64 32zM128 240H320h16v32H320 128 112V240h16z'/%3e%3c/svg%3e") !important;
}

.elementor-widget-text-editor ul {
    padding-left: 5px;
}

.vorteile h3, .nachteile h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.single-branche h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.gform_drop_instructions, .gform_fileupload_rules {
    color: #fff !important;
}

.gform_button_select_files {
    border: 1px solid #3fb498 !important;
    color: #3fb498 !important;
}

.gfield_label, .gform-field-label {
    font-family: 'Raleway' !important;
    font-weight: 300 !important;
    color: #fff;
}

.gfield_required {
    color: #3fb498 !important;
}

.gform_button {
    border-radius: 0;
    background-color: #3fb498;
    color: #fff;
    font-family: 'Raleway' !important;
    font-weight: 300 !important;
    border: none;
}

input[type="text"], textarea, input[type="number"] {
    border-radius: 0;
    border: none;
}