/* 
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.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: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Global Colors (Elementor) 

var(--e-global-color-primary);
var(--e-global-color-secondary);
var(--e-global-color-text);
var(--e-global-color-accent);

*/

.slider-round .elementor-slides-wrapper {
    border-radius: 15px;
}

.slider-round .swiper-pagination-bullet {
    border: solid 3px var(--e-global-color-primary) !important;
    opacity: 1 !important;
}

.slider-round .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: transparent;
}

.gallery-round {
    border-radius: 15px !important;
    overflow: hidden !important;
}


body .main-menu-desktop .desktop-menu-leitungen>.sub-menu {
    display: flex !important;
    position: fixed;
    inset-inline-start: unset !important;
    width: 1340px !important;
    max-width: calc(100% - 20px);
    height: auto;
    top: 94px !important;
    left: 0 !important;
    right: 50%;
    flex-wrap: wrap;
    background-color: #fff !important;
    padding: 20px 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transform: translateX(50%);
    transition:
        opacity 0.5s ease,
        transform 0.5s ease;
}

body .main-menu-desktop .desktop-menu-leitungen:hover>.sub-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    transform: translateX(50%);
}

body .main-menu-desktop .desktop-menu-leitungen>.sub-menu::before {
    content: '';
    background-color: transparent;
    width: 100%;
    position: absolute;
    height: 30px;
    top: -30px;
}

body .main-menu-desktop .desktop-menu-leitungen>.sub-menu::after {
    content: '';
    background-color: #fff;
    height: 100%;
    width: calc(100vw - 20px);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
    box-shadow: 0px 8px 19px 5px rgba(0, 0, 0, 0.15);
}

body .main-menu-desktop .desktop-menu-leitungen .sub-menu li {
    width: 25% !important;
}

body .main-menu-desktop .desktop-menu-leitungen>.sub-menu li a {
    white-space: break-spaces;
    line-height: 1.1;
    padding-left: 0 !important;
    border-inline-start: 0 !important;
}

body .main-menu-desktop .desktop-menu-leitungen .sub-menu .sub-menu li a {
    font-size: 20px !important;
}