/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 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
*/

/* Container Padding top e Bottom and Widgets Gap */
:root {
 --container-padding-vertical: clamp(64px, calc(40.69px + 5.172vw), 100px);
 --container-padding-vertical-big: clamp(100px, calc(40.69px + 5.172vw), 200px);
  --big-gap-40: clamp(40px, calc(40.69px + 5.172vw), 40px);
}


/* Content max width */
:root {
  --wide-container-width: 90vw;
}
@media (min-width: 1538px) {
  :root {
    --wide-container-width: 85vw;
  }
}
@media (max-width: 1200px) {
  :root {
    --wide-container-width: 95vw;
  }
}

.elementor-heading-title a, .elementor-heading-title a:hover {
    text-decoration: none;
} 

/* Heading bottom space */
.elementor-widget-heading:not(.no-margin-bottom) {
    margin-bottom: clamp(8px, calc(40.69px + 5.172vw), 15px) !important;
}

.elementor-widget-text-editor a, .elementor-widget-theme-post-content a {
	font-weight: 600;
}


/* Abstand zwischen Linien/Bulletpoints */

ul li, ol li {
padding-bottom: .6em;
} 


/* Abstand zwischen Absatz und erste Bulletpoint */
p:has(+ ul) {
	margin-block-end: 0.8em !important;
}

ul {
    padding-bottom: 1em;
}




