.tispielplan_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
}

.tispielplan_day_container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 16px;
}

.tispielplan_day_header {
    font-family: var(--roboto-condensed-bold) !important;
    font-size: 21px;
    color: #fff;
    margin-left: 5px;
}

.tispielplan_day_header_today {
    font-family: var(--roboto-condensed-bold) !important;
    font-size: 21px;
    color: var(--ticket-color);
    margin-left: 5px;
}

.tispielplan_day_line {
    border-top: 3px solid #566173;
    margin-top: -20px;
}

.tispielplan_day_line_today {
    border-top: 3px solid var(--ticket-color);
    margin-top: -20px;
}

.tispielplan_show_container {
    width: 151px;
    height: 103px;
    border: 2px solid #566173;
    border-radius: 2px;
    text-align: center;
}

.tispielplan_show_showtime {
    font-family: var(--roboto-condensed-bold) !important;
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.tispielplan_show_cinema {
    font-family: var(--roboto-condensed) !important;
    background-color: #B7B7B7;
    font-size: 14px;
    text-transform: uppercase;
    /*color: #fff;*/
    font-weight: 700;
    color: var(--background-color);
    text-align: center;
}

.tispielplan_show_cinema_nobg {
    font-family: var(--roboto-condensed) !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    /*color: var(--ticket-color);*/
    text-align: center;
}

.tispielplan_show_version {
    font-family: var(--roboto-condensed) !important;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-top: 11px;
    white-space: nowrap;     
    overflow: hidden;        
    text-overflow: ellipsis; 
}

.swiper-slide {

    width: unset !important;
}

.spielplan-swiper-button-next {
    position: absolute;
    top: 42%;
    right: 1%;
    z-index: 10;
}

.spielplan-swiper-button-prev {
    position: absolute;
    top: 42%;
    left: 1%;
    z-index: 10;
}

.spielplan-navicon {
    /*font-size: var(--text-4xl);*/
    font-size: 95px;
    color: var(--text-color);
    opacity: 0.8;
}

.spielplan-swiper-button-prev.swiper-button-disabled,
.spielplan-swiper-button-next.swiper-button-disabled {
    display: none !important;
}

.spielplan-swiper-button-next,
.spielplan-swiper-button-prev {
    z-index: 11 !important;
}