.ajankohtaista-item{
    text-align:center;
    margin:0 0 30px 0;
    padding-bottom:30px;
    border-bottom:1px solid #e3e6ea;
}

.ajankohtaista-item:last-child{
    border-bottom:none;
}

.ajankohtaista-featured{
    font-size:1.1em;
}


/* menneet tapahtumat */
.ajankohtaista-past{
    background:#f1f2f4;
    position:relative;
    overflow:hidden;
}

/* toistuva taustateksti */
.ajankohtaista-past::before{
    content:"HISTORIAA   HISTORIAA   HISTORIAA   HISTORIAA   HISTORIAA";
    position:absolute;
    bottom:100px;
    left:-10%;
    width:140%;
    font-size:60px;
    font-weight:700;
    color:rgba(0,0,0,0.35);
    transform:rotate(-25deg);
    white-space:nowrap;
    line-height:2.5;
    pointer-events:none;
}

.etusivu-ajankohtaista{
    border:2px solid #9e0b0f;
    padding:14px 18px;
    margin:20px 0;
    background:#fff;
}

.etusivu-ajankohtaista strong{
    display:block;
    color:#9e0b0f;
    margin-bottom:8px;
}

.etusivu-ajankohtaista ul{
    margin:0;
    padding-left:18px;
}