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

/*
.e-con {outline:1px dashed blue;}
.e-con-inner {outline:1px solid orange;}
.elementor-widget {outline:1px dotted lime;}
*/


/*IMAGE STACK*/
.image-stack-wrap {position:relative;}
.image-stack-wrap .elementor-widget-image {position:absolute;right:0;}
.image-stack-wrap img {
    width: 100%;
    max-width:820px;
    height:auto;
    object-fit: contain;
    opacity: 0;
    transition: opacity .8s ease;
}
.image-stack-wrap img.active {opacity: 1;}
.name-list-wrap .name-list h2 {color: var( --e-global-color-primary );transition: color .5s;}
.name-list-wrap .name-list.active h2 {color: var( --e-global-color-accent );font-weight:500;}

/*FONTS*/
.titel-size1 h1 {font-size: clamp(48px, 6vw, 100px)!important;line-height:1em!important;}
.titel-size2 h2 {font-size: clamp(40px, 5vw, 70px)!important;line-height:1.1em!important;}
.titel-size3 h3 {font-size: clamp(34px, 4vw, 50px)!important;line-height:1.15em!important;}
.titel-size4 h4, .titel-size4 h1, .e-n-accordion-item-title-text {font-size: clamp(22px, 3vw, 38px)!important;line-height:1.2em!important;}
.titel-size5 h5, footer * {font-size: clamp(18px, 1.6vw, 22px)!important;line-height:1.25em!important;}

.text-large p {font-size: clamp(20px, 2vw, 24px)!important;line-height:1.3em!important;}

p:last-of-type {margin-bottom:0;}
strong, b {font-weight:600;}
a[href^="mailto:"]:hover {color:inherit;}
a[href^="tel:"] {color:var( --e-global-color-accent )!important;}

/*MARQUEE*/
.marquee-wrap:hover .ue-marquee {transition:all 0.3s!important; border-color:var( --e-global-color-primary )!important;background-color:var( --e-global-color-primary )!important;}
.marquee-wrap:hover .ue-marquee svg {transition:all 0.3s!important;fill:var( --e-global-color-accent )!important;}
.marquee-wrap:hover .ue-marquee .ue_marq_text_wrap {transition:all 0.3s!important;color:var( --e-global-color-accent )!important;}


@media only screen and (max-width:767px) {
	.titel-size1 h1	{hyphens:auto;}
	footer span {display:block;}
}

