@charset "UTF-8";

/*##################################################
            Generelles Styling
##################################################*/
.container-fluid{padding-left: 0px;padding-right: 0px;}


/*##################################################
            Header Styles
##################################################*/
/*    Das Logo braucht die Klasse logo  */
.logo img {
    transition: all 0.75s ease;
}
    
.elementor-sticky--effects .logo img {
    max-width: 155px;
    height: 50px !important;
}

/*  Navigations Bereich ELEMENTOR CSS   braucht die Klasse wl-header*/
.wl--header>.elementor-container{
    min-height: 90px !important;
    padding: 15px 0 15px 0;
}

.wl--header>.elementor-container{
    transition: min-height 1s ease !important;
}


/*##################################################
            Flexslider Styles
##################################################*/
.flex-direction-nav a:before{font-size: 35px;}




/*##################################################
            Contact Form 7 Master Styling
##################################################*/

.wpcf7-list-item{
    margin: 0px !important;
}


.wpcf7-form label{
    width: 100% !important;
}

.captcha-image{
    width: 100% !important;
}


/*##################################################
            Footer Styling
##################################################*/














