#programm {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
    color: #4F0E05;
    font-family: 'BaskervilleCustom', serif;
}

.programm-table-wrapper {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}

.programm-table {
    border-collapse: collapse;
    min-width: 300px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Überschriften-Zeile */
.programm-table th {
    background: #304D02;
    color: #FBCD89;
    font-weight: bold;
    font-family: 'BaskervilleCustom', serif;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 1.3rem;
}

/* Inhalt */
.programm-table td {
    font-family: 'AmaticBold', cursive;
    font-size: 1.3rem;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: left;
}

.programm-table tr:last-child td {
    border-bottom: none;
}
