/* 
Theme Name: Hello Elementor Child
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
*/

/* PDF Modal loader */
.enov_loader
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    background-image: url(https://bvg2025.milkydesign.ch/wp-content/uploads/2023/02/Rolling-1s-200px.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999;
    background-size: 10%;
}


/* Tabs styling */
.enov_custom_tabs_container .e-n-tabs-heading
{
    border-bottom: 3px solid #365799;
    align-items: flex-end;
}
.enov_custom_tabs_container .e-n-tab-title .e-n-tab-title-text
{
    padding-top: 15px;
}
.enov_custom_tabs_container .e-n-tab-title.e-active .e-n-tab-title-text
{
    border-top: 2px solid #046636;  
}

.enov_custom_tabs_container .elementor-grid .e-loop-item
{
    display: flex;
    align-items: center;
}

.enov_custom_tabs_container .e-n-tab-title
{
    align-items: baseline;
}

.enov_custom_tabs_container .e-n-tab-icon
{
    min-width: 20px;
}

@media screen and (min-width: 767px)
{
    .enov_custom_tabs_container .e-n-tab-icon
    {
        display: none !important;
    }
}

@media screen and (max-width: 767px)
{
    /*
    .enov_custom_tabs_container .e-n-tabs-content > div:first-child
    {
        display: none !important;
    }
    */

    
    .enov_custom_tabs_container .elementor-grid .e-loop-item
    {
        align-items: end; 
    }
    /*
    .enov_custom_tabs_container .elementor-grid .e-loop-item > div
    {
        align-items: center;  
    }
    */
}

/* Footer */
#site-footer
{
    display: none;
}






