/*
Theme Name:   helloelementorchild
Description:  Test
Author:       GRUPPE DREI
Author URL:   https://www.gruppedrei.com
Template:     hello-elementor
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  helloelementorchild
*/

/* Schreibe hier Dein eigenes persönliches Stylesheet */
/*
1. Custom Animations 
2. Globals
3. Header
4. Footer
5. Weitere Elemente
*/

@import "css/reset.css";
@import "css/animations.css";
@import "css/form.css";


/*** GLOBALS ***/
.e-container, .e-con{
	--full-width-padding: max(1%, calc((50vw - var(--scrollbar-width) / 2) - var(--container-max-width) / 2));
	
	--spacer-180: clamp(80px, 9.375vw, 180px);
	--spacer-120: clamp(60px, 6.25vw, 120px);
	--spacer-100: clamp(50px, 5.2vw, 100px);
	--spacer-80: clamp(40px, 4.16vw, 80px);
	--spacer-60: clamp(30px, 3.125vw, 60px);
	--spacer-40: clamp(20px, 2.08vw, 40px);
	--spacer-30: clamp(15px, 1.5626vw, 30px);
	--spacer-20: clamp(10px, 1.04vw, 20px);
	--spacer-10: clamp(5px, 0.5vw, 10px);
}

@media (max-width: 1024px){
    .e-container, .e-con{
        --full-width-content-padding-amount: 2vw;
	}
}

@media (max-width: 768px){
    .e-container, .e-con{
        --full-width-content-padding-amount: 4vw;
	}
}

/* Content Breite eine Seite - Full width andere Seite */
.full-width-padding-left{
    padding-left: var(--full-width-padding);
}
.full-width-padding-right{
    padding-right: var(--full-width-padding);
}
/* Content Breite Ende */

/*P, Links + Hover Effekt*/

p a, .list-hover-line a span{
    color: inherit;
    position: relative;
    --lineColor: var(--e-global-color-f7af70b)

    background: 
      linear-gradient(var(--lineColor, #ffffff33) 0 0) 
      0 100% /var(--d, 0) 2px 
    no-repeat;
    transition:0.3s;
}
p a:hover, p a:focus, .list-hover-line a:hover span, .list-hover-line a:focus span{
    --d: 100%;
}

.lineColorXY{
    --lineColor: var(--e-global-color-f7af70b);
}
/* Ende */

/* Elementor Buttons */
.elementor-widget-button .elementor-button-wrapper a{
    transition: padding 0.2s;
}
.elementor-widget-button .elementor-button-wrapper a:hover, .elementor-widget-button .elementor-button-wrapper a:focus{
    padding-right: 40px;
}

.btn-white a{
	color: var(--e-global-color-6b0f725) !important;
	border-color: var(--e-global-color-6b0f725) !important;
}
.btn-white a svg path{
	fill: var(--e-global-color-6b0f725) !important;
}
/* Ende */


.mt-auto{
	margin-top: auto;
}

.lineheight-reset{
	line-height: 0;
}

/* Show overflow on both sides/right side of carousel*/
.carousel-overflow :is(.swiper-container, .owl-carousel .owl-stage-outer){
	overflow: visible;
}
.carousel-overflow-right :is(.swiper-container, .owl-carousel .owl-stage-outer){
	overflow: visible;
    clip-path: inset(-100vw -100vw -100vw 0);
}

/* Remove absolute positioning on mobile*/
@media (max-width: 768px){
    .position-mobile{
        position: relative !important;
    }
}
/*** GLOBALS ENDE ***/


/*** NAVIGATION/HEADER/POPUP ***/
.sticky-header.nav-up{
	top: var(--header-height) !important;
	opacity: 0;
}

/* Add Class to hide Menu-Item */
.elementor-widget-nav-menu .menu-item.hidden{
	display:none!important;
}
/*** NAVIGATION/HEADER/POPUP ENDE ***/


/*** FOOTER ***/

/*** FOOTER ENDE ***/


/*** WEITERE ELEMENTE ***/
/*#breadcrumbs > span > span:not(.breadcrumb_last){
	display: inline-flex;
	align-items: center;
}
#breadcrumbs > span > span:not(.breadcrumb_last)::after{
	content: "";
	background: url('') no-repeat center/contain;
	display: inline-block;
	width: 6px;
	height: 8px;
	margin: 0 20px;
}*/

/*** COOKIEBOT YOUTUBE ***/
.custom-video iframe, .custom-video .cookieconsent-optout-marketing div{
	aspect-ratio: 16 / 9;
}
.custom-video .cookieconsent-optout-marketing div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}
.custom-video .cookieconsent-optout-marketing div a{
	color: var(--e-global-color-4f4dadd);
}
/*** COOKIEBOT YOUTUBE UND GOOLGLE MAPS ENDE ***/

/*** WEITERE ELEMENTE ENDE ***/
