/* Hintergrund-Text für Song-Verlauf Section - Zufällig platzierte Titel */
.elementor-element-ff9c517 {
    position: relative !important;
    isolation: isolate;
}

/* WICHTIG: Backdrop-Filter entfernen! */
.elementor-element-ff9c517[data-current-song-poster="on"]::before {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.history-text-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.8s ease-in;
}

.history-text-background.active {
    opacity: 1;
}

/* Inhalt über dem Hintergrund */
.elementor-element-ff9c517 .e-con-inner {
    position: relative;
    z-index: 2;
}

/* Shapes müssen unter dem Text sein */
.elementor-element-ff9c517 .elementor-shape {
    z-index: 0;
}

.history-text-item {
    position: absolute;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    user-select: none;
    transition: opacity 0.5s ease;
}

/* Mobile Anpassung */
@media (max-width: 768px) {
    .history-text-item {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .history-text-item {
        font-size: 14px;
    }
}
