.festival-ordnung{
    background-color: #F5BD00;
    min-height: 80vh;
    padding: 5vh 14vw 5vh 14vw;
    box-shadow: 0px 5px 8px #888888;
}
    .festival-ordnung-flex-container{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        gap: 4vh;
    }
        .ordnungspunkt{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            height: fit-content;
            gap: 0vh;
        }