/* 
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
*/

/*
    Add your custom styles here
*/

/* Mobile nav menu: Scrollbar bei ausgeklapptem Untermenü */
@media (max-width: 1024px) {
  .elementor-widget-n-menu .e-n-menu-wrapper {
    overflow-y: auto !important;
    max-height: calc(100dvh - 100px) !important;
    -webkit-overflow-scrolling: touch;
  }
}

/* Mobile nav: innere Liste scrollbar machen */
@media (max-width: 1024px) {
  .elementor-widget-n-menu .e-n-menu-heading {
    overflow-y: auto !important;
    max-height: calc(100dvh - 120px) !important;
    -webkit-overflow-scrolling: touch;
  }
}

/* Off-Canvas Mobile-Menü: Scroll-Fix */
@media (max-width: 1024px) {
  .elementor-1129 .elementor-element.elementor-element-81a4400 {
    --e-off-canvas-height: 100vh;
    --e-off-canvas-content-overflow: auto;
  }
}
@media (max-width: 767px) {
  .elementor-1129 .elementor-element.elementor-element-81a4400 {
    --e-off-canvas-height: 100vh;
    --e-off-canvas-content-overflow: auto;
  }
}
