.elementor-33 .elementor-element.elementor-element-50f80493{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-33 .elementor-element.elementor-element-50f80493:not(.elementor-motion-effects-element-type-background), .elementor-33 .elementor-element.elementor-element-50f80493 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}/* Start custom CSS for container, class: .elementor-element-50f80493 *//* ====================================
   WPUF SUBSCRIPTION STYLING - VEREINFACHT
   Mit einheitlichem Padding am Hauptcontainer
   ==================================== */
/* H3 Überschrift SCHWARZ - überschreibt alle gray-Klassen */
body .wpuf_packs li h3,
body .wpuf_packs li h3.wpuf-text-gray-600,
body .wpuf_packs li h3.wpuf-text-gray-900 {
    color: #000 !important;
}

/* Grid Container */
body .wpuf_packs.wpuf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ===================================
   HAUPTCONTAINER - EINHEITLICHES PADDING
   =================================== */

/* Einzelnes Paket - NUR HIER wird Padding gesetzt */
body .wpuf_packs li[class*="wpuf-pack-"] {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    overflow: hidden;
    transition: none !important;
    list-style: none;
    position: relative;
    padding: 30px 25px !important;
    box-sizing: border-box !important;
}

/* Transitions erst aktivieren nachdem Seite geladen ist - NUR Schatten */
body .wpuf_packs.loaded li[class*="wpuf-pack-"] {
    transition: box-shadow 0.3s ease !important;
}

/* Hover: NUR Schatten, kein Transform */
body .wpuf_packs li[class*="wpuf-pack-"]:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}


/* ALLE inneren Container haben KEIN Padding */
body .wpuf_packs li[class*="wpuf-pack-"] > div,
body .wpuf_packs li[class*="wpuf-pack-"] div,
body .wpuf_packs li .wpuf-p-6 {
    padding: 0 !important;
}

/* ===================================
   HEADER SECTION
   =================================== */

/* Header Container */
body .wpuf_packs li[class*="wpuf-pack-"] > div:first-child,
body .wpuf_packs li > div.wpuf-rounded-xl:first-child {
    padding: 0 !important;
    margin-bottom: 20px !important;
    background: transparent !important;
}

/* H3 Titel - LINKSBÜNDIG */
body .wpuf_packs li h3,
body ul.wpuf_packs li h3,
ul.wpuf_packs h3,
.wpuf_packs h3 {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: black !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;
}

/* Beschreibung im Header - LINKSBÜNDIG */
body .wpuf_packs  p {
    text-align: left !important;
    margin-bottom: 20px !important;
    color: #666 !important;
    line-height: 1.4 !important;
}

/* ===================================
   PREIS SECTION
   =================================== */

/* Preis Container - KEIN Padding */
body .wpuf_packs li .wpuf-mt-4 {
    padding: 0 !important;
    margin: 0 0 25px 0 !important;
}

/* Preis Flex Container - ZENTRIERT */
body .wpuf_packs li .wpuf-flex.wpuf-items-center,
body .wpuf_packs li .wpuf-flex.wpuf-items-center.wpuf-justify-between,
.wpuf_packs .wpuf-flex.wpuf-items-center.wpuf-gap-4 {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
    width: 100% !important;
}

/* Override für wpuf-justify-between */
body .wpuf_packs .wpuf-justify-between {
    justify-content: center !important;
}

/* Preis Zahl - SCHWARZ */
body .wpuf_packs li .wpuf-text-3xl,
body .wpuf_packs li span.wpuf-text-3xl {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #000 !important;
    line-height: 1 !important;
    display: inline !important;
}

/* "pro Jahr" Text - SCHWARZ */
body .wpuf_packs li .wpuf-text-sm.wpuf-font-semibold,
body .wpuf_packs li span.wpuf-text-sm.wpuf-font-semibold,
body .wpuf_packs li .wpuf-flex .wpuf-text-sm {
    font-size: 1rem !important;
    color: #000 !important;
    font-weight: 400 !important;
    display: inline !important;
}

/* Beschreibungstext unter Preis - LINKSBÜNDIG */
body .wpuf_packs li .wpuf-mt-3.wpuf-text-sm.wpuf-leading-5 {
    text-align: left !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    font-size: 0.9rem !important;
    color: #666 !important;
    line-height: 1.4 !important;
}

/* ===================================
   BUTTON SECTION
   =================================== */

/* Button Container - KEIN Padding */
body .wpuf_packs li .wpuf-mt-6:first-of-type {
    padding: 0 !important;
    margin: 0 0 25px 0 !important;
}

/* Jetzt kaufen Button - VOLLE BREITE, KEINE Transition */
body .wpuf_packs li .wpuf-subscription-buy-btn,
body .wpuf_packs a.wpuf-subscription-buy-btn {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 16px 30px !important;
    margin: 0 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    box-sizing: border-box !important;
}

/* Button Hover - Instant ohne Animation */
body .wpuf_packs li .wpuf-subscription-buy-btn:hover,
body .wpuf_packs a.wpuf-subscription-buy-btn:hover {
    background: #333333 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
    transform: none !important;
}

/* "Book a call" Link */
body .wpuf_packs li a[href*="call"],
body .wpuf_packs li .wpuf-text-center a {
    display: block;
    text-align: center;
    color: #000 !important;
    text-decoration: underline !important;
    font-size: 0.95rem;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

body .wpuf_packs li a[href*="call"]:hover {
    opacity: 0.7;
}

/* ===================================
   FEATURES AUSBLENDEN
   =================================== */

/* WPUF Standard Features komplett ausblenden */
body .wpuf_packs li .wpuf-mt-6:last-of-type,
body .wpuf_packs li ul[id^="wpuf-features-list-"] {
    display: none !important;
}

/* ===================================
   PAKET-SPEZIFISCHE FARBEN
   =================================== */

/* Pro/Business Paket (1027) */
body .wpuf_packs li.wpuf-pack-1027 {
    border: 2px solid var(--e-global-color-primary);
}

body .wpuf_packs li.wpuf-pack-1027::after {
    content: "Beliebt";
    position: absolute;
    top: 30px;
    right: 25px;
    background: #1a1a1a;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 10;
}

/* Spezifischere Selektoren für Background */
body ul.wpuf_packs li[class*="wpuf-pack-"],
body .wpuf_packs li[class*="wpuf-pack-"],
body ul.wpuf_packs.wpuf-grid li {
    background-color: white !important;
}

/* Falls WPUF Gradienten verwendet */
body .wpuf_packs li.wpuf-pack-1017,
body .wpuf_packs li.wpuf-pack-1027,
body .wpuf_packs li.wpuf-pack-1031 {
    background: white !important;
    background-color: white !important;
    background-image: none !important;
}

/* Override für alle möglichen Gradient-Klassen */
body .wpuf_packs li[class*="wpuf-pack-"][class*="wpuf-bg-"],
body .wpuf_packs li[class*="wpuf-pack-"].wpuf-bg-white {
    background: white !important;
    background-color: white !important;
}

/* ===================================
   UTILITY OVERRIDES
   =================================== */

/* Entferne störende Margins */
body .wpuf_packs li .wpuf-mt-3,
body .wpuf_packs li .wpuf-gap-4 {
    gap: 8px !important;
}

.wpuf-mt-2 {
    margin-top: 0 !important;
}

/* Entferne Borders und Shadows */
body .wpuf_packs li .wpuf-rounded-xl,
body .wpuf_packs li .wpuf-ring-1,
body .wpuf_packs li .wpuf-shadow-md {
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Textfarben */
body .wpuf_packs li .wpuf-text-gray-600,
body .wpuf_packs li .wpuf-text-gray-900 {
    color: #666 !important;
}

/* ===================================
   RESPONSIVE
   =================================== */

@media (max-width: 768px) {
    body .wpuf_packs.wpuf-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 15px;
    }
    
    body .wpuf_packs li .wpuf-text-3xl {
        font-size: 2rem !important;
    }
    
    body .wpuf_packs li.wpuf-pack-1027::after {
        top: 30px;
        right: 20px;
        font-size: 0.75rem;
        padding: 5px 12px;
    }
    
    body .wpuf_packs li[class*="wpuf-pack-"] {
        padding: 25px 20px !important;
    }
}/* End custom CSS */