.ebuchstage {
    display: grid;

    /*grid-template-rows: 1fr 1fr 1fr;*/
    grid-template-columns: 136px 1fr 145px;

    grid-template-areas:
	'date type avatar'
	'date header avatar'
	'date description description';

    grid-column-gap: 5px;
    grid-row-gap: 0;

    border-bottom: 2px solid #dddddd;
    padding: 15px 0 15px;
}
.ebuchstage:last-child {
    border-bottom: 0;
}

.ebuchstage h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.ebuchstage p {
    margin-bottom: 0.5em;
}


.ebuchstageitem__date {
    grid-area: date;
    text-align: right;
    padding-right: .8em;
}

.ebuchstageitem__date h3.ebuchstageitem__date--changed {
    color: #e52b36;
}

.ebuchstageitem__avatar{
    grid-area: avatar;
    text-align: right;
}
.ebuchstageitem__avatar img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: inline-block;
}
.ebuchstageitem__avatar img:not(:first-child) {
    padding-left: 5px;
}

.ebuchstageitem__description {
    grid-area: description;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
    background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
    background: linear-gradient(rgba(255,255,255,03), rgba(255,255,255,1));
}

.ebuchstageitem__type {
    grid-area: type;
}

.ebuchstageitem__header{
    grid-area: header;
    margin-top: 10px;
}
.ebuchstageitem__header h3{
    font-size: 1.4em;
}

/***** eBuch Bühne (Sartseiten - Teaser) *****/
.startpage {
    border: 0 !important;
    padding-bottom: 20px;
}

.startpage .ebuchstageitem__header h3{
    font-size: 1.2em;
}

.startpage .ebuchstageitem__date {
    text-align: left;
}

/***** Schedule (Zeitplan auf der 25 Jahre Jubiläumsseite *****/
.scheduleitem__header {
    margin-top: 0;
}
.scheduleitem__header {
    margin-top: 0;
}
/*div.ebuchstage:nth-child(3) > div:nth-child(5) > p:nth-child(3)*/
/*html.no-js body div.container article.article--font-size div.row div.col-lg-12.col-md-10.col-sm-12.col-xs-12.width--100pct div#c1564.frame.frame-default.frame-type-news_newsliststicky.frame-layout-0.frame-space-before-medium.frame-space-after-medium div.news div#news-container-1564.news-list-view div.ebuchstage div.ebuchstageitem.scheduleitem__header p*/
.scheduleitem__header div[itemprop="description"] p, .scheduleitem__header p {
    padding-top: 0.2em;
    font-size: 0.9em;
    line-height: 0.9em;
}