/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ==========================================================
   ASTRA MEGA MENU STYLING (SJZ Zingst)
   ========================================================== */

/* Verhindert, dass das Menü bei Hover verrutscht */
@media (min-width: 1000px) {
    /* Der Eltern-Menüpunkt braucht die Klasse 'custom-mega-menu' */
    .main-navigation .menu-item-has-children.custom-mega-menu {
        position: static !important;
    }

    .main-navigation .custom-mega-menu > .sub-menu {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 20px !important;
        width: 95vw !important;
        max-width: 1200px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        padding: 30px !important;
        background: #fff !important;
        border-radius: 12px;
        box-shadow: 0 15px 50px rgba(0,0,0,0.15);
    }

    /* Linke große Box */
    .custom-mega-menu > .sub-menu > li.menu-text-block {
        grid-column: span 2 !important;
        grid-row: span 2 !important;
    }

    .mega-kombi-grid { display: flex; gap: 20px; align-items: center; }
    .mega-big-img { width: 100%; height: 350px; object-fit: cover; border-radius: 8px; }
    
    .mega-title-big { font-size: 24px; font-weight: 800; display: block; color: #00457d; } /* SJZ Blau-Ton */
    .mega-button { 
        display: inline-block; 
        background: #e30613; /* Zingst Rot o.ä. */
        color: #fff !important; 
        padding: 8px 15px; 
        border-radius: 5px; 
        margin-top: 15px; 
    }

    /* Rechte kleine Kacheln */
    .mega-small-img { width: 100%; height: 120px; object-fit: cover; border-radius: 6px; }
    .mega-title-small { font-weight: 700; display: block; margin-top: 10px; }
}

/* Mobile: Bilder im Menü ausblenden */
@media (max-width: 999px) {
    .mega-big-img, .mega-small-img, .mega-button, .mega-desc { display: none !important; }
}