/* 
Theme Name: easy aid

Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*==================== ALLGEMEIN =====================*/

html{
	 scroll-padding-top: 140px;
}

@media screen and (max-width: 992px) {
html{
	 scroll-padding-top: 100px;
}
}



/*==================== HEADER / MENU =====================*/
.header-blur {
    backdrop-filter: blur(20px);
}

.header-blur.elementor-sticky--active {
	background-color: #0000004f !important;
	backdrop-filter: blur(20px);

}


/*==================== KUNDENLOGO SLIDER =====================*/
.linear-slider .swiper-wrapper {
	transition-timing-function: linear !important;
}


/*================ FORMULARE ==================*/
.gfield_description.gfield_consent_description {
    border: none !important;
    padding: 0px !important;
    overflow: hidden !important;
    line-height: 18px !important;
    margin-bottom: 11px;
    font-size: 14px !important;
    color: white !important;
}


/*==================== FOOTER =====================*/

.easy-kante {
    position: relative;
    overflow: hidden;
}

.easy-kante:after {
    content: "";
    width: 40px;
    height: 160px;
    position: absolute;
    transform: rotate(35deg) translate(-70px, -30px);
}

.gruen.easy-kante:after {
    background-color:var( --e-global-color-secondary ); 
}


