/* 
Theme Name: Hello Runa
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Starte mit Runa deine digitale Revolution! Hello Runa ist ein Fork von „Hello Elementor Child“, einem untergeordneten Thema von Hello Elementor, das vom Elementor-Team erstellt wurde
Author: dbrains Team
Author URI: https://dbrains.at
Template: hello-elementor
Version: 1.0.0
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: -.-
Info: Mehr Infos finden Sie auf dbrains.at
*/

/* Add your custom styles here */

.mega-menu-sub-container {
    border: 2px solid red;
    /* margin-top: 13px; */
    transform: translateY(13px);
}

/* fix cursor appearance*/
.e-n-menu-item:hover {
    cursor: pointer !important;
}
.e-n-menu-title-container:hover,
span.e-n-menu-title-text:hover {
    cursor: pointer !important;
    color: red !important
}



/* .mega-menu-sub-container {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  display: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Sichtbar und aktiv */
.mega-menu-sub-container.is-open {
  display: block !important; /* erzwingt Sichtbarkeit */
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Sanftes Ausblenden */
.mega-menu-sub-container.is-closing {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

@view-transition {
  navigation: auto;
}