/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/*** Styles ***/
::selection { background: var( --e-global-color-primary ); color: #fff; } ::-moz-selection { background: var( --e-global-color-primary ); color: #fff; }
.ast-container { max-width: 100%!important; padding: 0!important; }

.btn-winappeal a { z-index: 1; position: relative!important; transition: all .5s; }
.btn-winappeal:hover .elementor-button-wrapper:before { margin: 5px 0 0 5px; transition: all .5s; }
.btn-winappeal:not(.btn-winappeal-w) .elementor-button-wrapper:before { content: ""; position: absolute; top: -5px; left: -5px; background: var( --e-global-color-text ); width: 100%; height: 100%; z-index: 0; transition: all .5s; }


.btn-winappeal-w .elementor-button-wrapper:before { content: ""; position: absolute; top: -5px; left: -5px; background: #fff; width: 100%; height: 100%; z-index: 0; transition: all .5s; }

.winappeal-list li { transition: all .5s; }
.winappeal-list li:hover { transform: scale(1.05); transition: all .5s; }

@media (max-width: 1023px) {
	.winappeal-list.inside li { margin-bottom: 10px; }
}

.heroslide img:before { content: ""; position: absolute; left: 0; right: 0; width: 100%; height: 100%; background: red; }

.flyingobjects { overflow-x: hidden; }


#leistungen .btn-winappeal { display: none; }

/*** Header ***/
#stickyheaders { transition: all .5s; }
#stickyheaders.headertop { background: linear-gradient(0.25turn, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.25)); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(8px);  box-shadow: 0px 1px 5px rgba(0,0,0,0.15); position: fixed; }

#stickyheaders .e-lottie__container svg:hover path { stroke: #fff; transition: all .5s; }
#stickyheaders .e-lottie__container svg path { transition: all .5s; }

#stickyheaders.headertop .e-lottie__container svg:hover path { stroke: var( --e-global-color-primary ); transition: all .5s; }
#stickyheaders.headertop .e-lottie__container svg path { transition: all .5s; }


/*** Box mit Blur-Effekt ***/
.pulseboxchild .elementor-icon-box-wrapper { transition: all .3s; padding: 10px; border-radius: 12px; }
.pulseboxchild .elementor-icon-box-wrapper:hover { transform: scale(1.05); transition: all .5s; box-shadow: 0 0 20px #dda905; }
.pulseboxchild, .pulseboxchild:hover {transition: all .5s;}

.pulseboxchild.elementor-position-top .elementor-icon-box-icon { margin-inline: inherit; }

/*** Leistungsteaser / TimeLine ***/
.leistungsteaser h3 { text-transform: uppercase; color: var( --e-global-color-text ); font-weight: 400; }
.leistungsteaser .wpr-middle-line { top: 0!important; height: 100%; }
.leistungsteaser .wpr-timeline-fill { top: 0!important; }

.leistungsteaser .wpr-right-aligned .wpr-main-line-icon { margin-top: -50px; }
.leistungsteaser .wpr-timeline-content-wrapper .btn-winappeal { display: inline-block; margin-top: 35px; }
.leistungsteaser .wpr-timeline-content-wrapper { min-height: 320px; }
.leistungsteaser .wpr-change-border-color { box-shadow: 0 0 0 0 rgba(217, 165, 0, 1); transform: scale(1); animation: pulse 1.5s infinite; z-index: 5; }

.wpr-timeline-entry.show-info .wpr-description > *:not(h3) { opacity: 1; visibility: visible; pointer-events: auto;} 
.wpr-icon, .wpr-main-line-icon, .wpr-right-aligned, .wpr-left-aligned { transition: all .5s!important; }

@media (max-width: 767px) {
	.leistungsteaser .wpr-icon.wpr-change-border-color { left: -10px!important; transform: none !important; margin-left: 0!important; }
}

#main .wpr-right-aligned .wpr-change-border-color.icon-scaled { transform: translate(50%, -50%) scale(1.5)!important; z-index: 5; animation: none!important; transition: all .5s!important; }
#main .wpr-left-aligned .wpr-change-border-color.icon-scaled { transform: translate(-50%, -50%) scale(1.5)!important; z-index: 5; animation: none!important; transition: all .5s!important; }

.wpr-right-aligned .wpr-timeline-content-wrapper h3 { margin-top: 20px!important; }
.wpr-left-aligned .wpr-timeline-content-wrapper h3 { padding-top: 60px!important; }

@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(217, 165, 0, 0.7); transition: all .5s!important; }
    50% { transform: scale(1); box-shadow: 0 0 0 10px rgba(217, 165, 0, 0); transition: all .5s!important; }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(217, 165, 0, 0); transition: all .5s!important; }
}

/*** Leistungen ***/
.leistungimg { transition: all .5s!important; }
.leistungimg:hover { transition: all .5s!important; }

/*** Case Studies ***/
.bgblur { background: rgba(246, 246, 246, 0.85); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); box-shadow: 2px 2px 3px rgba(0,0,0,0.1); padding: 10px 20px; transition: all .5s!important; }
.bgblur.bgchange:hover { background: var( --e-global-color-primary )!important; transition: all .5s!important; transform: scale(1.2); box-shadow: 15px 15px 8px rgba(0,0,0,0.1); cursor: default; }
.bgblur.bgchange:hover span { color: #fff!important; transition: all .5s!important; }
.bgblur.bgchange:hover svg { fill: #fff!important; transition: all .5s!important; }

.monitorbild { transition: all .5s; }

.single-case-study .elementor-widget-text-editor ul { list-style: none; margin-left: 22px; }
.single-case-study .elementor-widget-text-editor ul li { margin-bottom: 10px; }
.single-case-study .elementor-widget-text-editor ul li:before { content: ""; display: inline-block; width: 10px; height: 10px; background-color: var( --e-global-color-primary );  margin-right: 10px; margin-left: -18px; margin-top: -2px; vertical-align: middle; }

@media (max-width: 767px) {
	.bgblur { padding: 10px; }
	.elementor-post-navigation .elementor-post-navigation__next { padding-left: 7px; }
}

.ast-article-single { padding: 0!important; }

.single-case-study .elementor-post-navigation__link { transition: all .5s; }
.single-case-study .elementor-post-navigation__link:hover { transform: scale(1.1); transition: all .5s; }
.single-case-study .elementor-post-navigation__link:hover span { color: var( --e-global-color-primary )!important; }
.single-case-study .elementor-post-navigation__link:hover path { fill: var( --e-global-color-primary )!important; }
.single-case-study .elementor-post-navigation { overflow: visible; }


/*** Referenzen ***/
.referenzteiler .referenz, .referenzteiler .referenz:hover { transition: all .5s; }
.referenz:hover { transition: all .5s; }
.referenz:hover .elementor-background-video-hosted { width: 100%!important; transition: all .5s; }
.referenz, .elementor-background-video-hosted { transition: all .5s; }


/*** Reviews / Bewertung ***/
.elementor-swiper-button-prev { left: -10px!important; margin-top: -38px; }
.elementor-swiper-button-next { right: -10px!important; margin-top: -38px; }
.elementor-testimonial__text { text-align: center; padding: 0 35px; }

.elementor-testimonial { display: flex; flex-direction: column; }
.elementor-testimonial__header { order: 2; margin-left: 15px; }
.elementor-testimonial__content { order: 1; }

.elementor-testimonial__cite { display: grid!important; grid-template-columns: auto 1fr; grid-template-areas: "stars name" "stars title"; align-items: start; gap: 0rem 1rem; margin: 50px auto 0px; width: max-content; text-align: left;}

@media (max-width: 767px) {
	.elementor-testimonial__cite { margin: 50px auto 0px; }
	.elementor-testimonial__text { padding: 0 5px; }
}

.elementor-star-rating { grid-area: stars; padding-top: 5px; }
.elementor-testimonial__name { grid-area: name; font-weight: bold; }
.elementor-testimonial__title { grid-area: title; margin-top: -5px;  }


/*** Kontakt ***/
.kontakt-start textarea { margin-bottom: 15px; padding-top: 15px!important; padding-bottom: 15px!important; }
.kontakt-start .elementor-field-type-html { padding-top: 10px; }
.elementor-field-type-submit button { z-index: 1; position: relative!important; transition: all .5s; }
.elementor-field-type-submit:hover:before { top: 2px; right: 8px; transition: all .5s; }
.elementor-field-type-submit:before { content: ""; position: absolute; top: -3px; right: 13px; background: var( --e-global-color-text ); width: 192px; height: 56px; z-index: 0; transition: all .5s; }

/*** Lightbox/Litebox ***/
.dialog-type-lightbox { backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); transition: all .5s; }
.dialog-lightbox-message { z-index: 999; transition: all .5s; }
.dialog-lightbox-message:hover { box-shadow: 0px 0px 20px rgba(217, 165, 0, 1); transition: all .5s; }
.dialog-lightbox-message:hover .elementor-location-popup:before { margin: 15px 0 0 15px; }
.dialog-lightbox-widget-content .dialog-lightbox-message .elementor-location-popup:before { content: ""; position: absolute; top: -15px; left: -15px; background: var( --e-global-color-secondary ); width: 100%; height: 100%; z-index: -1; transition: all .5s; }

.dialog-lightbox-widget-content.zoomIn .dialog-lightbox-message .elementor-location-popup:before { content: ""; position: absolute; top: 15; left: 15px; background: var( --e-global-color-secondary ); width: 0px; height: 0px; z-index: -999!important; transition: all .0s; }

.dialog-type-lightbox .elementor-field-type-submit:hover:before { top: 0px; }
.dialog-type-lightbox .elementor-field-type-submit:before { top: -5px; }

/*** Cookies ***/
#cmplz-manage-consent { display: none!important; }
footer .cmplz-btn { background: transparent!important; padding: 0!important; text-transform: inherit!important; font-size: inherit!important; transition: all 0.3s; font-family: var( --e-global-typography-text-font-family ), Sans-serif!important; font-weight: var( --e-global-typography-text-font-weight )!important; }
footer .cmplz-btn:hover { transition: all 0.3s; }

.cmplz-blocked-content-container { height: 600px!important; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.cmplz-placeholder-1::before { content: ""; position: absolute; inset: 0; /* top: 0; right: 0; bottom: 0; left: 0; */ background-image: url(https://winappeal-5.de/wp-content/plugins/complianz-gdpr/assets/images/placeholders/google-maps-light-1280x500.jpg);  background-size: cover; background-position: center; filter: blur(5px); z-index: 0; }
.cmplz-blocked-content-container:hover .cmplz-blocked-content-notice { background: var( --e-global-color-text ); }
.cmplz-blocked-content-container .cmplz-blocked-content-notice { font-size: 16px!important; transition: all 0.53s; }
.cmplz-blocked-content-container .cmplz-blocked-content-notice { transition: all 0.5s; }

/*** Footer ***/
.elementor-location-footer { z-index: 1; }
.error404 .elementor-location-footer { background: transparent!important; }