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

/* Nach oben Button */
.nach-oben .elementor-button-text{
    height:fit-content;
    align-self:center;
    width:0;
    height:clamp(30px, 2.6vw, 50px);
    opacity:0;
    transition:.3s;
    white-space: nowrap;
    overflow: hidden;
	display:none;
}
.nach-oben .elementor-button-icon{
    height:clamp(30px, 2.6vw, 50px);
    margin:0;
}
.nach-oben .elementor-button-icon svg{
    width:clamp(30px, 2.6vw, 50px);
}
.nach-oben:hover{
    padding-bottom:10px;
}
.nach-oben{
    transition:.3s;
}
.nach-oben a.elementor-button{
    border-width:0px !important;
}
@media(max-width:767px){
    .nach-oben .elementor-button-icon{
        height:40px;
    }
    .nach-oben .elementor-button-icon svg{
        width:40px;
    }
}

/*** NAVIGATION/HEADER/POPUP ENDE ***/


/*** FOOTER ***/
@media(min-width:768px){
    .footer-columns > .elementor-container{
        justify-content: space-between;
    }
    .footer-columns .elementor-column.no-no-padding.weitere-links{
        width:15.2vw;
        padding:0 4.5vw 0 1.125vw;
    }
    .footer-columns .elementor-column.no-no-padding.standort-mh{
        width:24.6vw;
        padding:0 3.375vw 0 2.25vw;
    }
    .footer-columns .elementor-column.no-no-padding.standort-sw{
        width:25vw;
        padding:0 2.25vw 0 3.375vw;
    }
    .footer-columns .elementor-column.no-no-padding.kontakt{
        width:18.1vw;
        padding:0 1.125vw 0 4.5vw;
    }
    .footer-columns .kontakt .hover-underline .elementor-icon-list-text{
        padding-left:0.5vw;
    }
    .footer-columns .kontakt .hover-underline .elementor-icon-list-icon svg{
        width:1.5vw;
        margin:0;
    }
}
@media(max-width:768px){
    .footer-columns .kontakt .hover-underline .elementor-icon-list-text{
        padding-left:5px;
    }
}

.footer-icons a:hover #Ellipse_31, .footer-icons a:hover #Ellipse_32, .footer-icons a:hover #Ellipse_30, .footer-icons a:hover #Ellipse_33, .footer-icons a:hover #Ellipse_34, .footer-icons a:hover #Ellipse_35{ 
    fill:#000;
}
.footer-icons a:hover #facebook-f, .footer-icons a:hover #instagram, .footer-icons a:hover #linkedin-in, .footer-icons a:hover #xing, .footer-icons a:hover #youtube, .footer-icons a:hover #Differenzmenge_3{ 
    fill:#fff;
}

.partner img{
    filter: grayscale(100%);
    transition:0.3s;
}
.partner a:hover img{
    filter: grayscale(0%);
}
.partner .mcsb a{
    opacity:0.75;
}
.partner .mcsb a:hover{
    opacity:1;
}
.partner a{
    width:100%;
}

.hover-underline a, .elementor-widget-text-editor p a{
    transition:.2s;
}
.hover-underline a:after, .elementor-widget-text-editor p a:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    opacity: 0;
    transition: opacity 300ms,width 300ms;
}
.hover-underline a:hover:after, .elementor-widget-text-editor p a:hover:after{
    width:100%;
    opacity: 1;
}
.hover-underline ul{
    list-style-type: none;
}
.hover-underline .elementor-icon-list-item.elementor-inline-item{
    margin-bottom:16px;
}
.hover-underline a, .elementor-widget-text-editor p a{
    position: relative;
}
/*** FOOTER ENDE ***/


/*** WEITERE ELEMENTE ***/


/*** WEITERE ELEMENTE ENDE ***/

.gform_wrapper form:has(.gform_page.can-have-error:not([style*="display:none"]) .error-message[data-conditional-logic="visible"]) :is(.gf_progressbar_wrapper, .gform_previous_button){
	display: none !important;
}
