/* Poster-Farben & Schriften */
.poster-style {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #4a4a4a;
    background-color: #fff;
    /* Ein dezentes Wasserzeichen im Hintergrund simulieren */
    background-image: radial-gradient(circle, rgba(139, 29, 46, 0.05) 0%, transparent 70%);
}

.club-name {
    font-size: 0.9rem;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    padding: 2px 10px;
}

.subtitle {
    font-size: 1rem;
    letter-spacing: 2px;
    color: #8B1D2E;
}

.main-title {
    font-size: 3rem;
    font-weight: bold;
    color: #8B1D2E;
    font-family: 'Georgia', serif; /* Serifenschrift für den Titel */
    margin-top: -10px;
}

.date-text {
    font-size: 1rem;
    font-weight: bold;
    color: #8B1D2E;
}

.location-text {
    font-size: 1rem;
    color: #666;
}

.details-section strong {
    color: #8B1D2E;
    font-size: 1rem;
}

.conductor {
    font-size: 1rem;
    font-weight: 500;
}

.footer-info, .footer-address {
    margin: 0;
    font-size: 0.95rem;
}