.elementor-9034 .elementor-element.elementor-element-74d7c4c8{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-9034 .elementor-element.elementor-element-74d7c4c8:not(.elementor-motion-effects-element-type-background), .elementor-9034 .elementor-element.elementor-element-74d7c4c8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://estilo-tango.de/wp-content/uploads/2025/11/Background-Estilo-Tango.svg");background-position:top center;background-repeat:no-repeat;background-size:75% auto;}.elementor-9034 .elementor-element.elementor-element-12a4c405 > .elementor-widget-container{margin:0px 0px 0px 0px;}@media(max-width:767px){.elementor-9034 .elementor-element.elementor-element-74d7c4c8{--min-height:0vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS *//* ===================================================
   ESTILO TANGO - ORIGINAL APP-STYLE FEED (DARK & GOLD)
   =================================================== */

/* 1. Gesamter Kalender & Hintergrund */
.fc {
    background-color: #121212 !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

/* 2. Kopfzeile (Monat & Buttons) */
.fc .fc-toolbar-title {
    color: #A67B52 !important;
    font-size: 1.3rem !important;
    font-weight: 300 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
}

.fc .fc-button-primary {
    background-color: #1a1a1a !important;
    border: 1px solid #333333 !important;
    color: #d4af37 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    padding: 6px 12px !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
}

.fc .fc-button-primary:hover,
.fc .fc-button-primary.fc-button-active {
    background-color: #A67B52 !important;
    border-color: #A67B52 !important;
    color: #000000 !important;
}

.fc .fc-button-primary:disabled {
    background-color: #1a1a1a !important;
    border-color: #222222 !important;
    color: #444444 !important;
    opacity: 0.4 !important;
}

.fc .fc-button-primary:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* ===================================================
   APP-KACHELN (WIE IN BILD 1)
   =================================================== */

/* Tabelle & Abstände zwischen den Kacheln */
.fc .fc-list,
.fc .fc-list-table,
.fc-theme-standard .fc-list,
.fc-theme-standard .fc-list-table {
    border: none !important;
    background: transparent !important;
    border-collapse: separate !important;
    border-spacing: 0 8px !important;
}

/* Weißkanten-Killer für Tabellenzellen */
.fc-theme-standard td,
.fc-theme-standard th,
.fc th,
.fc td {
    border: none !important;
}

/* Datumsbalken (z. B. 2. SEPTEMBER 2026 | MITTWOCH) */
.fc .fc-list-day-cushion {
    background-color: #1a1a1a !important;
    border: none !important;
    border-left: 3px solid #d4af37 !important;
    padding: 8px 12px !important;
}

.fc .fc-list-day-text,
.fc .fc-list-day-side-text {
    color: #A67B52 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* Event-Kachel */
.fc .fc-list-event {
    background-color: #161616 !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 4px !important;
    transition: background 0.2s ease !important;
    cursor: pointer !important;
}

.fc .fc-list-event td {
    background-color: transparent !important;
    border: none !important;
}

.fc .fc-list-event:hover td,
.fc .fc-list-event:active td {
    background-color: rgba(212, 175, 55, 0.12) !important;
}

/* Uhrzeit links */
.fc .fc-list-event-time {
    color: #A67B52 !important;
    font-weight: 600 !important;
    font-size: 12.5px !important;
    padding: 12px !important;
    white-space: nowrap !important;
}

/* Kurstitel rechts */
.fc .fc-list-event-title {
    color: #ffffff !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    padding: 12px !important;
}

/* Blauen Standardpunkt entfernen */
.fc-list-event-dot,
.fc .fc-list-event-graphic {
    display: none !important;
}

/* ===================================================
   POP-UP BOX
   =================================================== */

.tippy-box,
div[data-tippy-root] .tippy-box,
.gravityview-calendar-popover {
    background-color: #161616 !important;
    border: 1px solid #A67B52 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9) !important;
    padding: 8px 12px !important;
}

.tippy-content,
.gravityview-calendar-popover-content {
    color: #dddddd !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    white-space: pre-line !important;
}

.tippy-box .tippy-arrow::before {
    color: #161616 !important;
    border-top-color: #161616 !important;
    border-bottom-color: #161616 !important;
}

/* ===================================================
   SMARTPHONE KOPFZEILE
   =================================================== */

@media (max-width: 767px) {
    .fc .fc-toolbar.fc-header-toolbar {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 8px !important;
        margin-bottom: 12px !important;
    }

    .fc .fc-toolbar-title {
        font-size: 1.15rem !important;
        order: 1 !important;
        text-align: center !important;
    }

    .fc .fc-toolbar-chunk:first-child {
        order: 2 !important;
        display: flex !important;
        gap: 6px !important;
    }
}

/* ===================================================
   KALENDER-BUTTONS: FLEX-LAYOUT (DESKTOP & MOBIL)
   =================================================== */

/* Tabellenzelle voll aufspannen */
.fc .fc-list-event-title {
    width: 100% !important;
    vertical-align: middle !important;
    padding: 12px 16px !important;
}

/* Flexbox: Trennt Text (links) und Button (rechts außen) */
.estilo-event-wrapper {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.estilo-event-text {
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* Basis-Design des Buttons */
.estilo-cal-btn {
    flex-shrink: 0 !important;
    margin-left: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-radius: 4px !important;
    padding: 6px 14px !important;
    white-space: nowrap !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}

/* Button: Jetzt anmelden (Anfänger) */
.estilo-btn-anmelden {
    background-color: rgba(212, 175, 55, 0.12) !important;
    border: 1px solid #d4af37 !important;
    color: #d4af37 !important;
}

.estilo-btn-anmelden:hover {
    background-color: #d4af37 !important;
    color: #000000 !important;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.35) !important;
}

/* Button: Mit ID anmelden (Stammkunden) */
.estilo-btn-id {
    background-color: transparent !important;
    border: 1px solid rgba(212, 175, 55, 0.4) !important;
    color: #d4af37 !important;
    opacity: 0.85 !important;
}

.estilo-btn-id:hover {
    border-color: #d4af37 !important;
    background-color: rgba(212, 175, 55, 0.08) !important;
    opacity: 1 !important;
}

/* ===================================================
   MOBIL-ANSICHT: STRIKT LINKSBÜNDIG GESTAPELT
   =================================================== */
@media (max-width: 767px) {
    /* Tabellenzelle zwingend linksbündig */
    .fc .fc-list-table td,
    .fc .fc-list-event-title {
        padding: 10px 12px !important;
        text-align: left !important;
    }

    /* Kachel-Wrapper: Links an der Farbkante ausrichten */
    .estilo-event-wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        text-align: left !important;
        gap: 6px !important;
        width: 100% !important;
        margin: 0 !important;
    }

    /* Titel-Gruppe: Strikte Linksausrichtung */
    .estilo-title-group {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        text-align: left !important;
        gap: 4px !important;
        width: 100% !important;
        margin: 0 !important;
    }

    /* Badge linksbündig */
    .estilo-badge {
        align-self: flex-start !important;
        margin: 0 0 2px 0 !important;
    }

    /* Kursname linksbündig */
    .estilo-event-text {
        font-size: 13.5px !important;
        line-height: 1.3 !important;
        text-align: left !important;
        align-self: flex-start !important;
    }

    /* Button linksbündig unter dem Text */
    .estilo-cal-btn {
        align-self: flex-start !important;
        margin-left: 0 !important;
        margin-top: 4px !important;
        font-size: 10px !important;
        padding: 4px 10px !important;
    }
}

/* ===================================================
   DATUM & WOCHENTAG ZUSAMMENFÜHREN
   =================================================== */

/* 1. Trennung aufheben & nebeneinander linksbündig verankern */
.fc .fc-list-day-cushion {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 10px !important;
}

/* 2. Wochentag nach vorne holen (z. B. MITTWOCH) */
.fc .fc-list-day-side-text {
    order: 1 !important;
    color: #A67B52 !important;
    font-weight: 700 !important;
}

/* 3. Trenn-Punkt dazwischen einfügen */
.fc .fc-list-day-side-text::after {
    content: "·";
    margin-left: 10px;
    color: rgba(212, 175, 55, 0.5);
}

/* 4. Datum danach (in edlem Weiß abgesetzt) */
.fc .fc-list-day-text {
    order: 2 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* ===================================================
   GOLDENE WOCHEN-TRENNLINIE
   =================================================== */

.fc .estilo-week-divider td {
    padding: 22px 0 10px 0 !important;
    background: transparent !important;
    border: none !important;
}

.fc .estilo-week-line {
    height: 1px;
    width: 100%;
    /* Sanfter Verlauf: Fadet links & rechts transparent aus */
    background: linear-gradient(
        90deg, 
        transparent 0%, 
        rgba(166, 123, 82, 0.25) 15%, 
        #A67B52 50%, 
        rgba(166, 123, 82, 0.25) 85%, 
        transparent 100%
    );
    box-shadow: 0 0 10px rgba(166, 123, 82, 0.35);
    margin: 0 auto;
}

/* ===================================================
   KATEGORIE-BADGES & FARBAKZENTE
   =================================================== */

/* Container für Titel & Badge */
.estilo-event-wrapper {
    border-left: 3px solid transparent !important;
    padding-left: 8px !important;
    transition: border-color 0.2s ease !important;
}

.estilo-title-group {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}

/* Basis-Badge */
.estilo-badge {
    display: inline-block !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    padding: 2px 7px !important;
    border-radius: 3px !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
}

/* 1. Einstieg (A1 / Schnupper-WS) - Champagner */
.estilo-event-wrapper.estilo-cat-einstieg { border-left-color: #fff1cc !important; }
.estilo-cat-einstieg-badge { background: rgba(255, 241, 204, 0.15) !important; color: #fff1cc !important; border: 1px solid #fff1cc !important; }

/* 2. Aufbau (A2 / A3) - Sandgold */
.estilo-event-wrapper.estilo-cat-aufbau { border-left-color: #e6c887 !important; }
.estilo-cat-aufbau-badge { background: rgba(230, 200, 135, 0.15) !important; color: #e6c887 !important; border: 1px solid #e6c887 !important; }

/* 3. Mittelstufe - Estilo Gold */
.estilo-event-wrapper.estilo-cat-mittelstufe { border-left-color: #d4af37 !important; }
.estilo-cat-mittelstufe-badge { background: rgba(212, 175, 55, 0.15) !important; color: #d4af37 !important; border: 1px solid #d4af37 !important; }

/* 4. Fortgeschrittene - Bernstein / Cognac */
.estilo-event-wrapper.estilo-cat-fortgeschrittene { border-left-color: #cf823a !important; }
.estilo-cat-fortgeschrittene-badge { background: rgba(207, 130, 58, 0.15) !important; color: #cf823a !important; border: 1px solid #cf823a !important; }

/* 5. Experten - Platin-Silber */
.estilo-event-wrapper.estilo-cat-experten { border-left-color: #cbd5e1 !important; }
.estilo-cat-experten-badge { background: rgba(203, 213, 225, 0.15) !important; color: #cbd5e1 !important; border: 1px solid #cbd5e1 !important; }

/* 6. Masterclass - Royal Purpur */
.estilo-event-wrapper.estilo-cat-masterclass { border-left-color: #a855f7 !important; }
.estilo-cat-masterclass-badge { background: rgba(168, 85, 247, 0.15) !important; color: #c084fc !important; border: 1px solid #a855f7 !important; }

/* 7. Solo-Technik - Roségold / Kupfer */
.estilo-event-wrapper.estilo-cat-solo { border-left-color: #c87d65 !important; }
.estilo-cat-solo-badge { background: rgba(200, 125, 101, 0.15) !important; color: #c87d65 !important; border: 1px solid #c87d65 !important; }

/* 8. Practica - Vintage Salbei */
.estilo-event-wrapper.estilo-cat-practica { border-left-color: #52988b !important; }
.estilo-cat-practica-badge { background: rgba(82, 152, 139, 0.15) !important; color: #72b9ac !important; border: 1px solid #52988b !important; }

/* 9. Milonguita - Samt-Bordeaux */
.estilo-event-wrapper.estilo-cat-milonguita { border-left-color: #9e2239 !important; }
.estilo-cat-milonguita-badge { background: rgba(158, 34, 57, 0.15) !important; color: #d6546d !important; border: 1px solid #9e2239 !important; }

/* ===================================================
   SANFTER FARBVERLAUF PRO KACHEL (DARK-MODE GLOW)
   =================================================== */

/* 1. Einstieg (Champagner-Glow) */
.fc .fc-list-event:has(.estilo-cat-einstieg) td {
    background: linear-gradient(90deg, rgba(255, 241, 204, 0.16) 0%, rgba(22, 22, 22, 0.98) 45%) !important;
}

/* 2. Aufbau (Sandgold-Glow) */
.fc .fc-list-event:has(.estilo-cat-aufbau) td {
    background: linear-gradient(90deg, rgba(230, 200, 135, 0.16) 0%, rgba(22, 22, 22, 0.98) 45%) !important;
}

/* 3. Mittelstufe (Estilo Gold-Glow) */
.fc .fc-list-event:has(.estilo-cat-mittelstufe) td {
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.16) 0%, rgba(22, 22, 22, 0.98) 45%) !important;
}

/* 4. Fortgeschrittene (Bernstein/Cognac-Glow) */
.fc .fc-list-event:has(.estilo-cat-fortgeschrittene) td {
    background: linear-gradient(90deg, rgba(207, 130, 58, 0.16) 0%, rgba(22, 22, 22, 0.98) 45%) !important;
}

/* 5. Experten (Platin-Silber-Glow) */
.fc .fc-list-event:has(.estilo-cat-experten) td {
    background: linear-gradient(90deg, rgba(203, 213, 225, 0.16) 0%, rgba(22, 22, 22, 0.98) 45%) !important;
}

/* 6. Masterclass (Royal Purpur-Glow) */
.fc .fc-list-event:has(.estilo-cat-masterclass) td {
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.18) 0%, rgba(22, 22, 22, 0.98) 45%) !important;
}

/* 7. Solo-Technik (Roségold/Kupfer-Glow) */
.fc .fc-list-event:has(.estilo-cat-solo) td {
    background: linear-gradient(90deg, rgba(200, 125, 101, 0.16) 0%, rgba(22, 22, 22, 0.98) 45%) !important;
}

/* 8. Practica (Vintage Salbei-Glow) */
.fc .fc-list-event:has(.estilo-cat-practica) td {
    background: linear-gradient(90deg, rgba(82, 152, 139, 0.18) 0%, rgba(22, 22, 22, 0.98) 45%) !important;
}

/* 9. Milonguita (Samt-Bordeaux-Glow) */
.fc .fc-list-event:has(.estilo-cat-milonguita) td {
    background: linear-gradient(90deg, rgba(158, 34, 57, 0.22) 0%, rgba(22, 22, 22, 0.98) 45%) !important;
}

/* Hover-Veredelung: Leuchtet beim Drüberfahren dezent auf */
.fc .fc-list-event:hover {
    filter: brightness(1.12);
}

/* ===================================================
   POPOVER SCHLIESSEN-BUTTON (X)
   =================================================== */

/* Popover-Box vorbereiten */
.tippy-box,
.gravityview-calendar-popover {
    position: relative !important;
    padding-right: 32px !important; /* Verhindert, dass der Titel unter das X läuft */
}

/* Das Schließen-X */
.estilo-popup-close {
    position: absolute !important;
    top: 4px !important;
    right: 8px !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 300 !important;
    color: #A67B52 !important;
    cursor: pointer !important;
    padding: 6px 8px !important; /* Große Touch-Fläche für Daumen */
    z-index: 999999 !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
    transition: color 0.2s ease, transform 0.2s ease !important;
}

.estilo-popup-close:hover,
.estilo-popup-close:active {
    color: #ffffff !important;
    transform: scale(1.2) !important;
}/* End custom CSS */