

/* COLORS
-------------------------------------------------- */

.color-20 {
    background: #CDB2B2;
}
.color-18 {
    background: #B6DBAD;
}
.color-15 {
    background: #B1D6F0;
}
.color-16 {
    background: #DADBAD;
}


/* FILTER
-------------------------------------------------- */

.eventfilter {
    padding: 25px 0 35px 0;
}
.home .eventfilter {
    padding-top: 0;
}

.eventfilter ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: auto;
}
.eventfilter li {
    list-style-type: none;
    float:left;
}
.eventfilter a {
    display: inline-block;
    text-decoration: none;
    color: var(--grey);
    padding: 8px 24px;
    font-weight: 700;
    font-size: 16px;
    background: #F3F3F3;
}
.eventfilter a.active {
    background: var(--grey2);
    color: #ffffff;
}
.night .eventfilter a.active {
    background: var(--red);
    color: #ffffff;
}
.night .eventfilter a {
    background: var(--nightblue);
}


/* LIST
-------------------------------------------------- */

.newmonth h2 {
    padding: 20px 0 15px 0;
}

.eventrow.bg {
    background: #EFEEEE;
}
.night .eventrow.bg {
    background: var(--nightlightblue);
}
.flexlist {
    display: flex;
    padding: 10px;
}
.flexlist h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    max-width: 600px;
}
.flexlist .subtitle {
    font-size: 14px;
}
.fl-1 { 
    padding-right: 20px;
    min-width: 120px;
}
.fl-1 img,
.fl-1 .imagecontainer {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
.fl-1 .imagecontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
}
.fl-2 {
    line-height: 23px;
    width: calc(100% - 270px);
}
.fl-2 a {
    color: #000;
    text-decoration: none;
}
.night .fl-2 a {
    color: #fff;
    text-decoration: none;
}
.fl-2 a:hover {
    opacity: 0.7;
}
.fl-2 strong {
    text-transform: lowercase;
    font-size: 16px;
    line-height: 16px;
}
.fl-2 p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.sl-4 {
    text-align: center;
}
.subline {
    display: flex;
    font-size: 14px;
}
.eventlist .subline > div:nth-of-type(1) {
    min-width: 150px;
}
.eventlist .subline > div:nth-of-type(2) {
    min-width: 190px;
}
.eventlist .subline > div:last-of-type {
    margin-left: auto;
}
.fl-3 {
    width: 160px;
    padding: 10px 10px 2px 25px;
    margin-top: auto;
}
.termtitle {
    color: var(--red);
    font-weight: 600;
    min-width: 120px;
    display: inline-block;
}
.location {
    text-transform: uppercase;
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
}

.fl-3 .genretitle {
    margin-top: 12px;
    line-height: 20px;
    font-size: 14px;
    
}

.sl-3 {
    min-width: 120px;
}
.sl-4 {
    margin-top: auto;
}
.sl-5 {
    margin-top: auto;
    text-transform: uppercase;
    text-align: center;
    min-width: 140px;

    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;

}
.sl-5 .button-list {
    margin-top: 8px;
}
.events_location {
    
}
.button-list  {
    display: inline-block;
    padding: 4px 22px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    min-width: 125px;
    text-align: center;
}
.button-tickets {
    background: var(--lightred);
    color: var(--red) !important;
}
.night .button-tickets {
    background: var(--red);
    color: #fff !important;
}

.button-soldout {
    padding: 2px 22px;
    background: #000000;
    color: #fff;
}
.button-free {
    padding: 2px 22px;
    color: var(--red);
    border: 1px solid var(--red);
}
.teaser-buttons {
    padding-top: 6px;
    min-width: 130px;
}
.teaser-buttons .button-list {
    margin-bottom: 10px;
}


/* TEASER
-------------------------------------------------- */

.eventteaser {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    margin-left: -15px;
    margin-right: -15px;
}

.teaserbox {
    margin: 15px;
    background: #F2F2F2;
    padding: 20px;
}
.start-fl {

}
.start-fl h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 5px;
    hyphens: auto;
}
.start-fl h3 a {
    color: #000;
    text-decoration: none;
}
.start-fl .teaser-subtitle {
    margin-bottom: -10px;
}
.teaserbox {
    flex-basis: calc(50% - 30px);
    display: flex;
    flex-direction: column;
}
.night .teaserbox {
    color: #000;
}

.tc-15,
.tc-13 {
    background: var(--lightred2);
}

.night .teaserbox {
    background: var(--lightred2);
}

.night .tc-15,
.night .tc-13 {
    background: var(--nightblue);
}

.eventteaser .start-fl {
    display: flex;
    justify-content: space-between;
}
.eventteaser .info,
.eventlist .info {
    display: inline-block;
    padding-left: 15px;
    font-weight: 600;
    font-size: 14px;
    color: var(--red);
}
.eventteaser .info-free,
.eventlist .info-free {
    color: var(--grey);
}
.eventteaser .costs {
    display: inline-block;
    padding-left: 15px;
}
.eventteaser .subline {
    margin-top: auto;
}

.eventteaser .costs strong {
    font-size: 18px;
}
.eventteaser .subline > div:nth-of-type(1) {
    min-width: 130px;
}
.eventteaser .subline > div:nth-of-type(2) {
    min-width: 140px;
}
.eventteaser .subline > div:nth-of-type(3) {
    min-width: 150px;
    padding-left: 30px;
}
.eventteaser .button {
    background: #fff;
    margin-left: 10px;
}
.eventteaser a {
    text-decoration: none;
}


/* SINGLE
-------------------------------------------------- */

.se-header-container {
    position: relative;
}
.se-image {
    min-height: 100px;
}
.se-title {
    position: absolute;
    margin-left: 18%;
    width: 50%;
    bottom: 0;
    padding: 20px;
    color: #fff;
    background: var(--red);
    min-height: 155px;
}
.se-title h1 {
    font-family: 'Montserrat';
    font-weight: 600;
    padding: 10px 0 10px 0;
    font-size: 30px;
}
.se-header {
    display: flex;
    justify-content: space-between;
    color: #000;
    /*background: var(--lightred2);*/
}
.night .se-header {
    color: #fff;
    background: var(--nightlightblue);
}
.se-header a {
    text-decoration: none;
}
.se-1 {
    align-self: flex-start;
    padding: 0 25px;
    flex-basis: 18%;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 21px 30px 26px 30px;
}
.se-1 p,
.se-2 p {
    margin-bottom: 0;
}
.se-1 .weekday {
    padding: 0 0 8px;
}
.se-1 .date {
    font-size: 40px;
    padding: 0 0 8px;
}
.se-1 .year {
    font-size: 18px;
}
.se-2 {
    align-self: flex-end;
    flex-basis: 30%;
    display: flex;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 12px;
    padding-bottom: 15px;
}
.se-2 .bold {
    font-family: 'Montserrat';
    font-weight: 600;
    padding-bottom: 8px;
}
.se-2 .bold span {
    font-size: 18px;
}
.se-2 .euro {
    font-family: 'Montserrat';
    font-weight: 600;
}
.se-2-2 {
    padding: 0 20px;
}
.se-2-2 {
    padding: 0 20px;
}
.se-2-3 {
    padding: 15px 0 0 15px;
}
.se-2-3 .button-list {
    margin-bottom: 10px;
}

.se-content {
    padding: 50px 0 0 0;
}
.organizer {
    float: right;
    display: inline-block;
    background: var(--lightred2);
    border-radius: 15px;
    padding: 10px 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.organizer img {
    min-width: 130px;
    height: auto;
}

/* RESPONSIVE
-------------------------------------------------- */

@media only screen and (max-width: 1400px) {




}
@media only screen and (max-width: 1200px) {
    .eventlist .subline > div:nth-of-type(1) {
        min-width: 110px;
    }
    .eventlist .subline > div:nth-of-type(2) {
        min-width: 150px;
    }
    .se-title {
        position: relative;
        margin-left: 0;
        width: 100%;
        bottom: inherit;
    }
    .se-1 {
        flex-basis: 25%;
    }
    .se-2 {
        flex-basis: 75%;
    }
}
@media only screen and (max-width: 990px) {

    .eventlist .subline > div:nth-of-type(1) {
        min-width: 100px;
    }
    .eventfilter {
        padding: 0 0 15px 0;
    }
    .eventfilter li {
        padding: 2px;
    }
    .eventlist .info {
        padding-left: 0;
    }
    .teaserbox {
        flex-basis: calc(50% - 30px);
    }
    .tc-15,
    .tc-13 {
        flex-basis: calc(100% - 30px);
    }

    .eventfilter a {
        padding: 4px 25px;
    }
    .se-content {
        padding: 25px 0 0 0;
    }
    .teaserbox {
        flex-basis: calc(100% - 30px);
    }
    .subline {
        display: flex;
        flex-wrap: wrap;
    }
    .fl-2 {
        width: 100%;
    }

    .sl-1, .sl-2 {
        min-width: 50%;
    }
    .sl-3, .sl-4 {
        padding-top: 10px;
        min-width: 50%;
    }
    .eventteaser .subline > div:nth-of-type(3) {
        padding-left: 0;
    }

    .banderole {
        flex-wrap: wrap;
    }
    .se-1 {
        flex-basis: 100%;
    }
    .se-2-1 {
        min-width: 95px;
    }
    .banderole .event-title {
        flex-basis: 100%;
        padding-left: 30px;
        hyphens: auto;
        font-weight: 600;
        font-size: 22px;
    }
    .swiper-button-prev, .swiper-button-next {
        top: 21%;
    }
    .flexlist h3 {
        hyphens: auto;
    }

}
@media only screen and (max-width: 768px) {
    
  


}
@media only screen and (max-width: 650px) {

    .start-fl h3 {
        font-weight: 600;
        font-size: 19px;
    }
    .eventteaser .start-fl {
        flex-wrap: wrap;
    }
    .teaser-buttons {
        padding: 0 0 10px 0;
    }
    .se-header {
        flex-wrap: wrap;
    }
    .se-1 {
        padding-left: 20px;
    }
    .se-2 {
        padding-left: 20px;
        flex-wrap: wrap;
    }
    .se-2 > div {
        flex-basis: 50%;
    }
    .se-2 .se-2-3 {
        flex-basis: 100%;
    }
    .se-2-3 {
        padding: 15px 0 0 0;
    }
    .se-2-3 .button-list {
        margin-bottom: 10px;
    }

}