/* --- MODERNES EVENT-LISTEN-DESIGN --- */
.nope-events-container {
    max-width: 100%;
    background: rgba(20, 20, 30, 0.8);
    border-radius: 12px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(58, 140, 203, 0.3);
    margin-bottom: 30px;
}

.nope-events-header {
    display: flex;
    padding: 15px 20px;
    background: rgba(30, 30, 40, 0.9);
    border-bottom: 1px solid rgba(58, 140, 203, 0.5);
    font-weight: 600;
    color: #aaa;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 1px;
}

.nope-events-header div {
    flex: 1;
    text-align: center;
}

.nope-events-header div:first-child {
    text-align: left;
    padding-left: 10px;
}

.nope-events-header div:last-child {
    text-align: right;
    padding-right: 10px;
}

.nope-events-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nope-events-list li {
    display: flex;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(58, 140, 203, 0.2);
    transition: all 0.3s ease;
}

.nope-events-list li:hover {
    background: rgba(58, 140, 203, 0.1);
}

.nope-events-list li:last-child {
    border-bottom: none;
}

.event-date-time {
    flex: 0 0 120px;
    color: #3a8ccb;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

.event-date {
    font-size: 1.1em;
}

.event-time {
    font-size: 0.9em;
    color: #aaa;
    margin-top: 3px;
}

.event-title {
    flex: 1;
    color: #fff;
    font-weight: 500;
    padding: 0 15px;
}

.event-location {
    flex: 0 0 180px;
    color: #aaa;
    font-size: 0.9em;
    padding: 0 15px;
}

.event-link {
    flex: 0 0 100px;
    text-align: center;
}

.event-link a {
    display: inline-block;
    padding: 6px 12px;
    background: #3a8ccb;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.85em;
    transition: all 0.3s ease;
}

.event-link a:hover {
    background: #2a6bb0;
    transform: translateY(-1px);
}

.nope-events-footer {
    padding: 12px 20px;
    text-align: right;
    background: rgba(30, 30, 40, 0.9);
    border-top: 1px solid rgba(58, 140, 203, 0.5);
}

.nope-events-footer a {
    color: #3a8ccb;
    text-decoration: none;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.nope-events-footer a:hover {
    background: rgba(58, 140, 203, 0.2);
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .nope-events-header {
        display: none;
    }

    .nope-events-list li {
        flex-direction: column;
        padding: 12px 15px;
    }

    .event-date-time,
    .event-title,
    .event-location,
    .event-link {
        flex: 0 0 100%;
        margin-bottom: 8px;
        padding: 0;
        text-align: left;
    }

    .event-link {
        text-align: right;
    }

    .event-link a {
        width: 100%;
        text-align: center;
    }
}

/* --- MODERNES EVENT-LISTEN-DESIGN --- */
.nope-events-container {
    max-width: 100%;
    background: rgba(20, 20, 30, 0.8);
    border-radius: 12px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(58, 140, 203, 0.3);
    margin-bottom: 30px;
}

.nope-events-header {
    display: flex;
    padding: 15px 20px;
    background: rgba(30, 30, 40, 0.9);
    border-bottom: 1px solid rgba(58, 140, 203, 0.5);
    font-weight: 600;
    color: #aaa;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 1px;
}

.nope-events-header div {
    flex: 1;
    text-align: center;
}

.nope-events-header div:first-child {
    text-align: left;
    padding-left: 10px;
}

.nope-events-header div:last-child {
    text-align: right;
    padding-right: 10px;
}

.nope-events-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nope-events-list li {
    display: flex;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(58, 140, 203, 0.2);
    transition: all 0.3s ease;
}

.nope-events-list li:hover {
    background: rgba(58, 140, 203, 0.1);
}

.nope-events-list li:last-child {
    border-bottom: none;
}

.event-date-time {
    flex: 0 0 120px;
    color: #3a8ccb;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

.event-date {
    font-size: 1.1em;
}

.event-time {
    font-size: 0.9em;
    color: #aaa;
    margin-top: 3px;
}

.event-title {
    flex: 1;
    color: #fff;
    font-weight: 500;
    padding: 0 15px;
}

.event-location {
    flex: 0 0 180px;
    color: #aaa;
    font-size: 0.9em;
    padding: 0 15px;
}

.event-link {
    flex: 0 0 100px;
    text-align: center;
}

.event-link a {
    display: inline-block;
    padding: 6px 12px;
    background: #3a8ccb;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.85em;
    transition: all 0.3s ease;
}

.event-link a:hover {
    background: #2a6bb0;
    transform: translateY(-1px);
}

.nope-events-footer {
    padding: 12px 20px;
    text-align: right;
    background: rgba(30, 30, 40, 0.9);
    border-top: 1px solid rgba(58, 140, 203, 0.5);
}

.nope-events-footer a {
    color: #3a8ccb;
    text-decoration: none;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.nope-events-footer a:hover {
    background: rgba(58, 140, 203, 0.2);
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .nope-events-header {
        display: none;
    }

    .nope-events-list li {
        flex-direction: column;
        padding: 12px 15px;
    }

    .event-date-time,
    .event-title,
    .event-location,
    .event-link {
        flex: 0 0 100%;
        margin-bottom: 8px;
        padding: 0;
        text-align: left;
    }

    .event-link {
        text-align: right;
    }

    .event-link a {
        width: 100%;
        text-align: center;
    }
}

/* =============================================
   EVENT-LISTE MIT BETONTEM DATUM & TITEL
   ============================================= */

.nope-events-list-container {
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
    background: rgba(25, 25, 40, 0.95);
    border-radius: 12px;
    border: 1px solid rgba(58, 140, 203, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.nope-events-list-title {
    padding: 18px 24px;
    background: rgba(30, 30, 45, 0.8);
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    border-bottom: 1px solid rgba(58, 140, 203, 0.4);
    letter-spacing: 0.5px;
}

.nope-events-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nope-events-list-item {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(58, 140, 203, 0.2);
    transition: all 0.2s ease;
    align-items: flex-start;
}

.nope-events-list-item:hover {
    background-color: rgba(58, 140, 203, 0.08);
}

.nope-events-list-item:last-child {
    border-bottom: none;
}

/* DATUM - BETONT & GROSS */
.event-date-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 25px;
    min-width: 90px;
}

.event-day {
    font-size: 2.2em;           /* Größere Schrift */
    font-weight: 800;          /* Fetter */
    color: #3a8ccb;             /* Akzentfarbe */
    line-height: 1;
    margin-bottom: 4px;
}

.event-month {
    font-size: 0.9em;
    color: #ccc;               /* Hellgrau für besseren Kontrast */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.event-time {
    font-size: 0.9em;
    color: #aaa;
}

/* TITEL - BETONT & GROSS */
.event-info {
    flex: 1;
    min-width: 250px;
    padding-right: 20px;
}

.event-title {
    color: #fff;
    font-size: 1.3em;          /* Größere Schrift */
    font-weight: 600;          /* Fetter */
    margin-bottom: 8px;
    line-height: 1.4;
}

.event-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.event-title a:hover {
    color: #3a8ccb;
}

/* Ort */
.event-location {
    color: #bbb;              /* Heller für besseren Kontrast */
    font-size: 1em;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.event-location::before {
    content: "📍";
    margin-right: 8px;
    font-size: 1.1em;
}

/* Details-Link */
.event-link {
    margin-left: auto;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.event-link a {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: transparent;
    color: #3a8ccb;
    text-decoration: none;
    border: 1px solid #3a8ccb;
    border-radius: 30px;
    font-size: 0.95em;
    font-weight: 600;
    transition: all 0.3s ease;
}

.event-link a::after {
    content: "→";
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.event-link a:hover {
    background: #3a8ccb;
    color: #fff;
}

.event-link a:hover::after {
    transform: translateX(3px);
}

/* Footer */
.nope-events-list-footer {
    padding: 15px 24px;
    text-align: right;
    background: rgba(30, 30, 45, 0.7);
    border-top: 1px solid rgba(58, 140, 203, 0.3);
}

.nope-events-list-footer a {
    color: #3a8ccb;
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    padding: 8px 15px;
    border-radius: 4px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.nope-events-list-footer a::after {
    content: "→";
    margin-left: 8px;
}

.nope-events-list-footer a:hover {
    background: rgba(58, 140, 203, 0.2);
    text-decoration: none;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .nope-events-list-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 20px;
    }

    .event-date-container {
        margin-right: 0;
        margin-bottom: 15px;
        align-items: flex-start;
    }

    .event-info {
        padding-right: 0;
        margin-bottom: 15px;
        min-width: 100%;
    }

    .event-link {
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        margin-top: 15px;
    }

    .event-link a {
        width: 100%;
        justify-content: center;
    }

    .event-day {
        font-size: 1.8em;  /* Etwas kleiner auf Mobilgeräten */
    }

    .event-title {
        font-size: 1.2em;  /* Etwas kleiner auf Mobilgeräten */
    }
}

/* Animation für Hover-Effekte */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.nope-events-list-item {
    animation: fadeIn 0.3s ease forwards;
}

/* Zebra-Streifen für bessere Lesbarkeit */
.nope-events-list-item:nth-child(even) {
    background: rgba(30, 30, 45, 0.3);
}

/* =============================================
   FLEXIBLER BUTTON FÜR EVENT-LISTE (ALL-IN-ONE)
   ============================================= */

/* Basis-Stil für den Button-Container */
.event-link {
    margin-left: auto;
    padding-left: 20px;
    display: flex;
    align-items: center;
    min-width: 120px;
    justify-content: flex-end;
}

/* Button-Stil - Basis */
.event-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: transparent;
    color: #3a8ccb;
    text-decoration: none;
    border: 1px solid #3a8ccb;
    border-radius: 30px;
    font-size: 0.95em;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Pfeil-Icon */
.event-link a::after {
    content: "→";
    margin-left: 8px;
    transition: all 0.3s ease;
    font-size: 1.1em;
}

/* Hover-Effekte */
.event-link a:hover {
    background: #3a8ccb;
    color: #fff;
    box-shadow: 0 2px 8px rgba(58, 140, 203, 0.3);
    transform: translateY(-1px);
}

.event-link a:hover::after {
    transform: translateX(3px);
}

/* Focus-Stil für Barrierefreiheit */
.event-link a:focus {
    outline: 2px solid rgba(58, 140, 203, 0.5);
    outline-offset: 2px;
}

/* Active-Stil */
.event-link a:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(58, 140, 203, 0.3);
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .event-link {
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        margin-top: 15px;
        min-width: auto;
        justify-content: center;
    }

    .event-link a {
        width: 100%;
        padding: 12px 20px;
        font-size: 1em;
        min-width: auto;
    }
}

/* Alternative Button-Stile für verschiedene Web-Versionen */

/* Version 1: Gefüllter Button (Standard für Mobile) */
@media (max-width: 768px) {
    .event-link a {
        background: #3a8ccb;
        color: #fff;
        border-color: #3a8ccb;
    }

    .event-link a:hover {
        background: #2a6bb0;
        box-shadow: 0 4px 12px rgba(58, 140, 203, 0.3);
    }
}

/* Version 2: Umrandeter Button mit Gradient (Premium-Look) */
.event-link.premium a {
    background: linear-gradient(135deg, transparent 0%, transparent 50%, rgba(58, 140, 203, 0.1) 100%);
    position: relative;
}

.event-link.premium a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(58, 140, 203, 0.1) 0%, rgba(58, 140, 203, 0.2) 100%);
    border-radius: 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.event-link.premium a:hover {
    background: transparent;
}

.event-link.premium a:hover::before {
    opacity: 1;
}

/* Version 3: Button mit Icon (für wichtige Actions) */
.event-link.icon a::before {
    content: "📅";
    margin-right: 8px;
    font-size: 1em;
}

/* Dark Mode Anpassungen */
@media (prefers-color-scheme: dark) {
    .event-link a {
        border-color: #4a9cdb;
    }

    .event-link a:hover {
        background: #4a9cdb;
    }
}

/* Animation für Button-Klick */
@keyframes buttonPress {
    0% { transform: scale(1); }
    50% { transform: scale(0.95); }
    100% { transform: scale(1); }
}

.event-link a:active {
    animation: buttonPress 0.2s ease;
}

/* Button für "Alle Events anzeigen" im Footer */
.nope-events-list-footer a {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: transparent;
    color: #3a8ccb;
    text-decoration: none;
    border: 1px solid #3a8ccb;
    border-radius: 30px;
    font-size: 0.95em;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.nope-events-list-footer a::after {
    content: "→";
    margin-left: 8px;
    transition: all 0.3s ease;
}

.nope-events-list-footer a:hover {
    background: #3a8ccb;
    color: #fff;
}

.nope-events-list-footer a:hover::after {
    transform: translateX(3px);
}

/* Responsive Footer-Button */
@media (max-width: 768px) {
    .nope-events-list-footer {
        text-align: center;
    }

    .nope-events-list-footer a {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
}
