/* Animation Bilder / Ken Burns Effekt */
/* Die Bilder brauchen ein entsprechendes Format, viel Höhe für die mobilen Ansichten! Richtung Quadrat */
/* Bilder von Barthel Shooting sind 16/11 */
    .kenBurnsEffekt-01,
	.kenBurnsEffekt-02{
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
		background:#f0f;
		border-radius: var(--border-radius);		
    }
	
#headerbereich .kenBurnsEffekt-01,
#headerbereich .kenBurnsEffekt-02{	
	aspect-ratio: var(--headerFormat);
}
#headerbereich.tiny .kenBurnsEffekt-01,
#headerbereich.tiny .kenBurnsEffekt-02{	
	aspect-ratio: var(--headerFormatTiny);
}

@media (max-width: 1400px) {
	#headerbereich .kenBurnsEffekt-01,
	#headerbereich .kenBurnsEffekt-02{	
		aspect-ratio: var(--headerFormat);
	}
	#headerbereich.tiny .kenBurnsEffekt-01,
	#headerbereich.tiny .kenBurnsEffekt-02{	
		aspect-ratio: var(--headerFormatTiny);
	}
}
@media (max-width: 1200px) {
	#headerbereich .kenBurnsEffekt-01,
	#headerbereich .kenBurnsEffekt-02{	
		aspect-ratio: var(--headerFormat);
	}
	#headerbereich.tiny .kenBurnsEffekt-01,
	#headerbereich.tiny .kenBurnsEffekt-02{	
		aspect-ratio: var(--headerFormatTiny);
	}
}
@media (max-width: 992px) {

}
@media (max-width: 768px) {
	#headerbereich .kenBurnsEffekt-01,
	#headerbereich .kenBurnsEffekt-02,
	#headerbereich.tiny .kenBurnsEffekt-01,
	#headerbereich.tiny .kenBurnsEffekt-02{	
		aspect-ratio: 16 / 12;
	}
	#headerbereich .kenBurnsEffekt-01 img,
	#headerbereich .kenBurnsEffekt-02 img,
	#headerbereich.tiny .kenBurnsEffekt-01 img,
	#headerbereich.tiny .kenBurnsEffekt-02 img{	
		aspect-ratio: 16 / 14;
		object-fit: cover;
	}
}
@media (max-width: 576px) {
	#headerbereich .kenBurnsEffekt-01,
	#headerbereich .kenBurnsEffekt-02,
	#headerbereich.tiny .kenBurnsEffekt-01,
	#headerbereich.tiny .kenBurnsEffekt-02{	
		aspect-ratio: 16 / 15;
	}
	#headerbereich .kenBurnsEffekt-01 img,
	#headerbereich .kenBurnsEffekt-02 img,
	#headerbereich.tiny .kenBurnsEffekt-01 img,
	#headerbereich.tiny .kenBurnsEffekt-02 img{	
		aspect-ratio: 16 / 16;
		object-fit: cover;
	}
}

    .kenBurnsEffekt-01 img {
        width: 100%;
        animation: var(--kenBurnsEffekt-01);
        -ms-animation: var(--kenBurnsEffekt-01);
        -webkit-animation: var(--kenBurnsEffekt-01);
        -0-animation: var(--kenBurnsEffekt-01);
        -moz-animation: var(--kenBurnsEffekt-01);
        position: absolute;
    }
	.kenBurnsEffekt-02 img {
        width: 100%;
        animation: var(--kenBurnsEffekt-02);
        -ms-animation: var(--kenBurnsEffekt-02);
        -webkit-animation: var(--kenBurnsEffekt-02);
        -0-animation: var(--kenBurnsEffekt-02);
        -moz-animation: var(--kenBurnsEffekt-02);
        position: absolute;
    }

    @-webkit-keyframes kenBurnsEffekt-01 {
        0% {
            -webkit-transform-origin: bottom left;
            -moz-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
            -o-transform-origin: bottom left;
            transform-origin: bottom left;
            transform: scale(1.0);
            -ms-transform: scale(1.0);
            -webkit-transform: scale(1.0);
            -o-transform: scale(1.0);
            -moz-transform: scale(1.0);
        }
        50% {
            transform: scale(1.3);
            -ms-transform: scale(1.3);
            -webkit-transform: scale(1.3);
            -o-transform: scale(1.3);
            -moz-transform: scale(1.3);
        }
		100% {
            transform: scale(1.0);
            -ms-transform: scale(1.0);
            -webkit-transform: scale(1.0);
            -o-transform: scale(1.0);
            -moz-transform: scale(1.0);
        }
    }
	@-webkit-keyframes kenBurnsEffekt-02 {
        0% {
            -webkit-transform-origin: bottom right;
            -moz-transform-origin: bottom right;
            -ms-transform-origin: bottom right;
            -o-transform-origin: bottom right;
            transform-origin: bottom right;
            transform: scale(1.0);
            -ms-transform: scale(1.0);
            -webkit-transform: scale(1.0);
            -o-transform: scale(1.0);
            -moz-transform: scale(1.0);
        }
        50% {
            transform: scale(1.3);
            -ms-transform: scale(1.3);
            -webkit-transform: scale(1.3);
            -o-transform: scale(1.3);
            -moz-transform: scale(1.3);
        }
		100% {
            transform: scale(1.0);
            -ms-transform: scale(1.0);
            -webkit-transform: scale(1.0);
            -o-transform: scale(1.0);
            -moz-transform: scale(1.0);
        }
    }


/* mmenu */

a.link-btn-header,
.link-btn-header a{
	display:inline-block;
	background:transparent;
	border: 1px solid var(--rot);
	border-radius: 18px;
	padding-top: 0.4em;
    padding-bottom: 0.4em;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	font-weight:400;
	letter-spacing: .05em;
	transition: all .4s;
	color:var(--rot);
	font-size: .875rem;
	text-transform:uppercase;
	text-align:center;
	margin-top:0px;
	text-wrap: balance;
}
a.link-btn-header:hover,
.link-btn-header a:hover{
	background:var(--rot);
	color:var(--weiss);
}
#my-menu-btn{
	background: url(../images/icon-burger-rot.svg) no-repeat left 15px center transparent;
	padding-left:40px;
}
#my-menu-btn:hover{
	background: url(../images/icon-burger-weiss.svg) no-repeat left 15px center var(--rot);
}
#my-kontakt-btn{
	background: url(../images/icon-pfeil-kontakt-rot.svg) no-repeat right 15px center transparent;
	padding-right:35px;
}
#my-kontakt-btn:hover{
	background: url(../images/icon-pfeil-kontakt-weiss.svg) no-repeat right 15px center var(--rot);
}


.mm-menu--theme-light {
    --mm-color-background: var(--rot);
    --mm-color-border: rgb(0 0 0 / 0);
    --mm-color-icon: rgb(0 0 0 / 0);
    --mm-color-text: #fff;
    --mm-color-text-dimmed: #fff;
    --mm-color-background-highlight: rgb(0 0 0 / 0);
    --mm-color-background-emphasis: rgb(255 255 255 / 0);
    --mm-color-focusring: #06c;
}
#HauptnavigationHeader .main-nav > li.act:not(.wpml-ls-item) > a .menu-text, 
#HauptnavigationHeader .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text,
#HauptnavigationHeader .main-nav > li:not(.wpml-ls-item) > a .menu-text{
	color:#fff;
	opacity:1;
}
#HauptnavigationHeader .main-nav > li.act:not(.wpml-ls-item) > a:hover .menu-text, 
#HauptnavigationHeader .main-nav > li.act:not(.wpml-ls-item) > a:hover .subtitle-text,
#HauptnavigationHeader .main-nav > li:not(.wpml-ls-item) > a:hover .menu-text{
	opacity:.7;
}

#HauptnavigationHeader .mm-navbar__title{
	height:120px;
	background:url(../images/mit-kraft-und-herz-paarberatung-mediation-ws.png) no-repeat center transparent;
	background-size: 340px auto;
}
#HauptnavigationHeader .mm-navbar__title span{
	opacity:0;
}

#HauptnavigationHeader .main-nav{
	margin-left:60px;
	margin-top:60px;
}
#HauptnavigationHeader .main-nav > li > a .menu-text{
	font-size: 2rem;
}
#HauptnavigationHeader .main-nav > li > a {
    margin: 12px 14px 12px 14px;
    padding: 4px 4px 4px 4px;
}
#HauptnavigationHeader #primary-menu{
	background-image: url(../images/deko-punkte.svg), url(../images/deko-punkte-rotate.svg);
	background-position: left 20px bottom 20px, right 20px bottom 20px;
	background-repeat: no-repeat, no-repeat;
}

#HauptnavigationHeader li.kontakt-box{
	display:block;
}
#HauptnavigationHeader li.kontakt-box a{
	display:inline;
}

.mobile-main-nav .next-level-button svg{
	color: rgba(227,225,221,1);
	fill: rgba(227,225,221,1);
}

/* Textelemente */
/* Overline */
.wpb_text_column.overline p:first-child{
	margin-bottom: 10px;
	font-size: 1.2rem;
	line-height: 1.2em;
	color: var(--hellgruen);
	text-wrap: balance;
}

/* Bildelemente */


/* Backgroundimages */
/* Funktion um Bilder über die Hälfte ausserhalb des Grids der vollen Seite laufen zu lassen: Stretch Section, Bild als Section-Hintergrund, Section benötigt eine ID! */

.bg-half-right{
	position:relative;
	background-position: right center;
	background-size: auto 100%;
	background-repeat:no-repeat;
	/* min-height: 80vh; */
}
.bg-half-left{
	position:relative;
	background-position: left center;
	background-size: auto 100%;
	background-repeat:no-repeat;
	
}
.bg-half-right:before{
	content:"";
	position:absolute;
	top:0px;
	right: calc( 50% + 30px );
	width: calc( var(--windowWidth) / 2 - 60px);
	height:100%;
	background-color:var(--dunkelgrau);
	border-radius: var(--border-radius);
}

.bg-half-left:before{
	content:"";
	position:absolute;
	top:0px;
	left: calc( 50% + 30px );
	width: calc( var(--windowWidth) / 2 - 60px);
	height:100%;
	background-color:var(--dunkelgrau);
	border-radius: var(--border-radius);
}

@media (max-width: 1200px) {

}
@media (max-width: 992px) {
	.bg-half-right,
	.bg-half-left{
		position:relative;
		background-position: left top;
		background-size: 100% auto;
		background-repeat:no-repeat;
		padding-top:420px !important;
	}
	.bg-half-right:before,
	.bg-half-left:before{
		content:"";
		position:absolute;
		top:0px;
		bottom:auto;
		left:15px;
		width: calc( 100% - 30px );
		height:400px;
		background-color:var(--dunkelgrau);
	}
	.bg-half-left .wpb_content_element{
		text-align:left;
	}
	
	
	.bg-half-right.reverse-992,
	.bg-half-left.reverse-992{
		padding-top:0px !important;
		padding-bottom:420px !important;
	}
	.bg-half-right.reverse-992:before,
	.bg-half-left.reverse-992:before{
		top: auto;
		bottom: 0px;
		left:15px;
	}
	 
}
@media (max-width: 768px) {

}
@media (max-width: 576px) {
	.home #willkommen:before{
		background-size: auto 100%;
		background-position: center;
	}
}

/* Accordion */
.wpb_accordion{
	
}
.content .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:before{
	background-color:transparent;
}
.wpb_content_element .wpb_accordion_header>a:after{
	content:"";
	width:12px;
	height:29px;
	color: var(--gold);
	font-size: 1.6rem;
	font-weight:300;
	background: url(../images/arrow-right.svg) no-repeat center transparent;
	background-size: 100% auto;
	transform: rotate(0);
	transition:all .4s;
}
.wpb_content_element .wpb_accordion_header.ui-state-active>a:after{
	content:"";
	transform: rotate(-90deg);
}
.wpb_content_element .wpb_accordion_header > a span{
	color: var(--gold);
}
.wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header{
	border-color: var(--gold);
}
.dt-style.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content{
	padding: 20px 40px 20px 0px;
}

/* News */
/* Blog Masonry and Grid */



/* Kontakt Contact 7 */
.wpcf7 label{
	font-family: 'Prompt';
	font-weight: 500;
}
.wpcf7-list-item,
.wpcf7-list-item label{
	font-family: 'PT Sans' !important;
	font-weight: 400 !important;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}
input[type="text"], .widget_search input[type="text"].searchform-s, input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea, .wpcf7-number, .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select, .the7-elementor-product-comments .elementor-field-textual, .elementor-field-group .elementor-field-textual, .elementor-field-group .elementor-select-wrapper select{
	border-color: var(--gruen);
}

/* Colorbox */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0; background: var(--dunkelblau);border-radius: var(--border-radius);}

	#cboxTopLeft{ background: var(--dunkelblau); }
    #cboxTopCenter{ background: var(--dunkelblau); }
    #cboxTopRight{ background: var(--dunkelblau); }
    #cboxBottomLeft{ background: var(--dunkelblau); }
    #cboxBottomCenter{ background: var(--dunkelblau); }
    #cboxBottomRight{ background: var(--dunkelblau); }
    #cboxMiddleLeft{ background: var(--dunkelblau); }
    #cboxMiddleRight{ background: var(--dunkelblau); }
  

    #cboxContent{margin-top:32px; overflow:visible; background: var(--dunkelblau);}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background: var(--dunkelblau); padding:20px;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, 
		#cboxNext, 
		#cboxSlideshow, 
		#cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{ right:0; background:url(../images/icon-close.svg) no-repeat 0 0; background-size: 100% auto;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
