/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.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
*/
#three-hero{
    position: relative!important;
}

#three-hero canvas,
.three-hero canvas {
    z-index: -1;
	width: 100%;
	height: 100%;
	display: block;
}
#izmerimo-sekcija .izmerimo-gumb__odprt{
background-color: #C1F1FF;
    color: var(--e-global-color-accent);
    border-color: #C1F1FF;
}
.izmerimo-wrapper:not(.izmerimo-wrapper__odprt){
    opacity: 0;
}
.gray-header header{
    background-color: #F6FAFC;
}
@media (max-width:768px) {
    #three-hero canvas,
.three-hero canvas{
transform: translateY(-49px);
}
        
}
header .header-scrolled:before {
    content: "";
    display: block;
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #f6fafccc;
}

#sticky-header-up {
    /* Glavi dajte fiksno pozicijo, da se ohrani na vrhu */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* Določite prehod za transformacijo */
    transition: transform 0.3s ease-in-out; 
}

/* Ta razred bo dodal JavaScript in skril glavo */
.header-hidden {
    /* To vrednost bo določil JavaScript in jo nastavil kot negativen translateY
       Zaenkrat pustimo generično (višina celotne glave) */
    transform: translateY(-100%); 
}
header{
    min-height: 150px;
}
@media(max-width:768px) {
    header{
        min-height: 103px;
    }
}