/*!
 * (c) ERF Medien e.V.
 */
.erf-timeline{display:-webkit-box;display:-ms-flexbox;display:flex;width:100vw;margin-left:calc(-50vw + 50%);overflow-x:auto;background-color:#2b2b2b;cursor:-webkit-grab;cursor:grab}.erf-timeline__wrapper{position:relative}.erf-timeline__wrapper .timeline__pre{width:100vw;margin-left:calc(-50vw + 50%);background:#f4f4f4}.erf-timeline__wrapper .timeline__post{width:100vw;margin-left:calc(-50vw + 50%);padding:8px;color:#959595;font-size:12px;text-align:right}.erf-timeline .timeline__pre-item,.erf-timeline .timeline__post-item{min-width:60px}.erf-timeline .timeline__item{position:relative;min-width:200px;max-height:208px;margin:12px;padding:12px;border-radius:.3125rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.erf-timeline .timeline__item img{position:relative;z-index:2;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.erf-timeline .timeline__item__title{position:relative;z-index:1;display:inline;padding:6px 12px;color:#f0514b;font-size:20px;font-family:"Aglet Sans","Helvetica Neue",Helvetica,Arial,sans-serif;background:#fff;border-radius:.3125rem}.erf-timeline .timeline__item__line{position:absolute;top:24px;left:30px;width:calc(100% + 30px);border-top:4px solid #f0514b}.erf-timeline .timeline__item__line.last{border-top:4px dotted #f0514b}.erf-timeline .timeline__item__text{margin-top:12px;color:#fff;font-weight:300;font-size:16px;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}
