.elementor-6464 .elementor-element.elementor-element-862bde1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:5;}.elementor-6464 .elementor-element.elementor-element-719ed00{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-719ed00 */.sunday-nav-wrapper {
    position: fixed !important;
    top: 40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 99999 !important;
    pointer-events: none;
}

.sunday-nav {
    pointer-events: auto;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border: 1px solid rgba(26, 26, 26, 0.1);
    border-radius: 12px;
    overflow: hidden;
    
    /* Exakte Sunday.ai Breite: 330px geschlossen */
    width: 330px;
    max-width: calc(100vw - 40px);
    
    /* Smooth Expansion Animation */
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.3s ease;
}

.sunday-nav.menu-open {
    width: min(800px, calc(100vw - 40px));
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

/* ============================================
   NAVBAR HEADER - Exakt 60px Höhe
   ============================================ */
.sunday-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0;
}

/* ============================================
   LOGO BEREICH (Symbol + Logo)
   ============================================ */
.sunday-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    height: 60px;
    padding-left: 16px;
}

/* Symbol: exakt 40px breit */
.sunday-symbol {
    width: 40px !important;
    height: auto !important;
    max-height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Logo: exakt 130px breit */
.sunday-logo-img {
    width: 180px !important;
    height: auto !important;
    max-height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

/* ============================================
   BURGER BUTTON - Exakt 60×60px
   Kein blauer Hintergrund, grauer Hover
   ============================================ */
.sunday-burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    padding: 0;
    gap: 6px;
    flex-shrink: 0;
    border-radius: 8px;
    margin-right: 8px;
    transition: background-color 0.2s ease;
}

/* Hover: Grauer Hintergrund mit abgerundeten Ecken */
.sunday-burger:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

/* Focus-State entfernen */
.sunday-burger:focus {
    outline: none !important;
    box-shadow: none !important;
}

.sunday-burger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #1a1a1a;
    border-radius: 1px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease;
    transform-origin: center;
}

/* Burger → X Animation */
.menu-open .sunday-burger span:first-child {
    transform: translateY(4px) rotate(45deg);
}

.menu-open .sunday-burger span:last-child {
    transform: translateY(-4px) rotate(-45deg);
}

/* ============================================
   MENU CONTENT (Expandiert nach unten)
   ============================================ */
.sunday-menu-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 24px;
    padding: 0 24px 0 24px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.4s ease,
                padding 0.4s ease;
}

.menu-open .sunday-menu-content {
    max-height: 450px;
    opacity: 1;
    padding: 16px 24px 24px 24px;
}

/* ============================================
   MENU LINKS
   ============================================ */
.sunday-menu-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sunday-menu-links a {
    display: block;
    padding: 2px 10px;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
    transition: background 0.2s ease, 
                transform 0.2s ease;
}
p.navp {
    margin-block-end: 0;
    margin-block-start: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.5px;
        color: #9fa6c2;
        margin:0px 0 5px 0;
  
}
p.navp2 {
     border-top: 1px solid rgba(0, 0, 0, 0.1);
     padding-top:20px;
    margin-block-end: 0;
    margin-block-start: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.5px;
    margin:10px 0 5px 0;
        color: #9fa6c2;
}



.sunday-menu-links a:hover {
    background: rgba(0, 0, 0, 0.05);
    transform: translateX(4px);
}

/* ============================================
   FEATURED MEDIA BEREICH
   ============================================ */
.sunday-menu-media {
    background: #f0f0f0;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    min-height: 200px;
}

.sunday-menu-media img,
.sunday-menu-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sunday-menu-media-label {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(10px);
}

/* ============================================
   FOOTER LINKS
   ============================================ */
.sunday-menu-footer {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    color: #666;
}

.sunday-menu-footer a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sunday-menu-footer a:hover {
    color: #1a1a1a;
}

.sunday-cta {
    color: #1a1a1a !important;
    font-weight: 500;
}

/* ============================================
   BACKDROP OVERLAY
   ============================================ */
.sunday-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, 
                visibility 0.4s ease;
    z-index: 99998;
}

.sunday-backdrop.active {
    opacity: 1;
    visibility: visible;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 768px) {
    .sunday-nav {
        width: calc(100vw - 40px);
        max-width: 330px;
    }
    
    .sunday-nav.menu-open {
        width: calc(100vw - 40px);
        max-width: none;
    }

    .sunday-menu-content {
        grid-template-columns: 1fr;
    }

    .sunday-menu-media {
        display: none;
    }
    
    .sunday-menu-footer {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .sunday-symbol {
        width: 32px !important;
    }
    
    .sunday-logo-img {
        width: 100px !important;
    }
}/* End custom CSS */