/*
Theme Name:   helloelementorchild
Description:  Child Theme für Hello Elementor von Gruppe Drei
Author:       GRUPPE DREI
Author URL:   https://www.gruppedrei.com
Template:     hello-elementor
Version:      1.0
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. Globals
2. Header
3. Footer
4. 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));
}

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

@media (max-width: 768px){
    .e-container, .e-con{
        --full-width-padding: 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(--color-primary);

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

/* Elementor Buttons */
.btn-white a svg path{
	fill: var(--white) !important;
}
/* Ende */


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

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

.elementor-widget-taxonomy-filter button{
	cursor: pointer;
}

.elementor-widget-post-info .elementor-icon-list-text a.elementor-post-info__terms-list-item{
	display: block !important;
	background: #04446D;
	color: var(--color-white) !important;
    padding: 5px 20px;
    border-radius: 50px;
	border: 1px solid #04446D;
	margin-bottom: var(--spacer-10);
}
.elementor-widget-post-info .elementor-icon-list-text a.elementor-post-info__terms-list-item:hover{
	background: transparent;
	color: var(--color-primary) !important;
}

.e-loop-item:nth-of-type(n + 4) > .blog-loop-item{
	border-top-width: 0;
}
.e-loop-item:is(:nth-of-type(3n - 1), :nth-of-type(3n)) > .blog-loop-item{
	border-left-width: 0;
}