﻿.seatplan-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.chart-subcontainer {
    width: 100%;
    display: flex;
}

.seatplan-subcontainer {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    min-height: 500px;
    max-height: 507px;
    border: 1px solid #ddd;
}

.seats-content {
    padding: 10px;
    overflow-y: auto;
    max-height: 507px;
}

.seatplan-button {
    width: 95%;
    margin: 10px auto;
    align-self: flex-end;
}

.seat-block {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    flex-direction: column;
}

.seat-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.seat-description {
    margin: 0;
}

.delete-seat-btn {
    font-size: 13px;
    padding: 4px 5px;
    max-height: 24px;
}

.seat-select-container {
    width: 100%;
}

.seat-select {
    width: 100%;
    margin-top: 10px;
}

.table {
    margin-bottom: 0;
}

.single-event-container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}

.chart-description {
    margin-left: 5px;
}

#personenzahl-comment{
    font-size: 12px;
    margin-top: 10px;
    font-style: italic;
    color: gray;
}