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

/*
*
* Schriftstil einstellen von .mytheme-swetrix-captcha-title in your style.css - von Marco eingefuegt *
*/
.mytheme-swetrix-captcha-title {
    font-size: 0.9rem;
    margin-top: 0.7em;
	margin-bottom: 0.4em;
}

/*
* CTA-Listen mit Häkchen – für elementor Call-to-Action-Widgets mit CSS-Klasse "cta-list" - von Marco eingefuegt
* fuer normale Seiten und die Haupt Custom CPT Templates im jedem Elementor-Widget mit Häkchen-Liste unter Erweitert/CSS-Klassen "cta-list" eingeben.
*/
.cta-list .elementor-cta__description ul {
  list-style: none;
  padding-left: 4px;
  /* WICHTIG: Flex aktivieren, damit row-gap wirkt */
  display: flex;
  flex-direction: column;
  row-gap: 16px;   /* Abstand zwischen den Textblöcken */
}

.cta-list .elementor-cta__description ul > li {
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 0px;
}

.cta-list .elementor-cta__description ul > li::before {
  content: '✓';
  margin-right: 12px;
  padding: 4px;
  font-size: 22px;
}

/* CTA-DCE-Listen – Optik identisch zu .cta-list - von Marco eingefuegt
* mit Häkchen – für elementor Call-to-Action-Widgets mit CSS-Klasse "cta-dce-list"
* fuer alle FLEX INHALT Layout Templates der Custom CPT im jedem Elementor-Widget mit Häkchen-Liste unter Erweitert/CSS-Klassen "cta-dce-list" eingeben.
*/
.cta-dce-list .dynamic-content-for-elementor-acf ul {
  list-style: none;
  padding-left: 4px;
  /* WICHTIG: Flex aktivieren, damit row-gap wirkt */
  display: flex;
  flex-direction: column;
  row-gap: 6px;   /* Abstand zwischen den Textblöcken */
}

.cta-dce-list .dynamic-content-for-elementor-acf ul > li {
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.cta-dce-list .dynamic-content-for-elementor-acf ul > li::before {
  content: '✓';
  margin-right: 12px;
  padding: 4px;
  font-size: 22px;
  margin-top: 10px;
}

.cta-dce-list .dynamic-content-for-elementor-acf li.active {
  background-color: #444;
}

.cta-dce-list .dynamic-content-for-elementor-acf li.active::before {
  background-color: #555;
}