.w1400 .imgwrapper{
    display: block;
    position: relative;
    width: 100%;
}

.w1400 .imgwrapper img{
    display: block;
    width: 100%; 
    margin-bottom: 80px;
}

.w1400 .imgwrapper .date{
    width: 300px; height: 300px; background: white;
    position: absolute; bottom: 0; right: 30px;
}
.w1400 .imgwrapper .date h2{
    position: absolute;
    top: 90px;
    left: 0;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 120px;
    padding: 0; margin: 0; line-height: 1em;
}

.w1400 .imgwrapper .month{
    width: 300px; height: 300px; background: #151515;
    position: absolute; bottom: -300px; right: 30px;
}

.w1400 .imgwrapper .month h2{
    position: absolute;
    top: 105px;
    left: 0;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 90px;
    color: white;
    padding: 0; margin: 0; line-height: 1em;
}

.w1400 h1.title{
    font-size: 90px;
    margin: 0; padding: 0;
    line-height: 1em;
}

.w1400 article{
    display: grid;
    grid-template-columns: 980px 300px;
    grid-gap: 90px;
    width: calc(100% - 30px);
    min-height: 300px;
    padding-bottom: 140px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}

.w1400 article .sidewrapper{
    padding-top: 250px;

}

.w1400 article img{width: 100%; margin: 20px 0;}

.bottombars{
    display: block;
    width: 50%;
    position: relative;
    
}

.bottombars::before{
    content: "";
    width: calc(50% - 15px);
    position: absolute; top: 0; left: 0;
    border-top: 1px solid #151515;
}

.bottombars::after{
    content: "";
    width: calc(50% - 15px);
    position: absolute; top: 0; left: calc(50% + 15px);
    border-top: 1px solid #151515;
}

.ticketitem{width: calc(100% - 30px);
    padding: 10px 15px 45px 15px;
    background: #151515; 
    color: white;
    position: relative;
    margin-bottom: 10px;
}

.ticketitem h3{color: white; padding: 0; margin: 0;}

.ticketitem .price{color: white; position: absolute; bottom: 10px; left: 15px; font-size: 18px; font-weight: 700; padding: 0; margin: 0; line-height: 1em;}
.ticketitem a.link{background: #e74d2a; padding: 10px 15px;   font-family: "din-condensed", Arial, Helvetica, sans-serif; color: #151515; text-transform: uppercase; font-weight: 200; display: block; position: absolute; bottom: 0; right: 0; text-decoration: none;}