#news div.content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row; 
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

#news div.content {
    background: none;
    padding: 0;
    width: 100%;
}

#news div.content > div {
    padding: 2.8rem 3.2rem;
}

#news div.content div.news {
    width: 660px;
    background-color: rgba(255, 255, 255, 0.86);
}

#news div.news div.entry {
    padding: 0;
    margin: 0;
    margin-bottom: 0.8rem;
    
    -webkit-transition-duration: 0.6s;
    -webkit-transition-property: max-height;
    
    transition-duration: 0.6s;
    transition-property: max-height;
}

#news div.news div.entry h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: baseline;
    -ms-flex-align: baseline;
        align-items: baseline;
}

#news div.news div.entry[aria-expanded='true'] h2 span.more {
    display: none;
}

#news div.news div.entry[aria-expanded='false'] > p {
    display: none;
}

#news div.news div.entry[data-details-available] h2 span.more:hover {
    text-decoration: underline;
}

#news div.news div.entry h2 span.date {
    font-weight: 800;
    margin-right: 8px;
}

#news div.news div.entry h2 span.date.ja {
    min-width: 64px;
    max-width: 64px;
    display: inline-block;
    text-align: right;
}

#news div.news div.entry h2 span.date.de {
    display: inline-block;
    min-width: 96px;
    max-width: 96px;
    text-align: right;
}

#news div.news div.entry h2 span.more {
    color: #f89a3c;
    margin-left: 8px;
    cursor: pointer;
}

#news div.news div.entry h2 {
    font-weight: 400;
    font-size: 1.6rem;
    color: #000000;
    line-height: 24px;
}

#news div.news div.entry p {
    color: #aaa;
    font-size: 1.6rem;
    line-height: normal;
}

#news div.news div.entry[data-lang=de] p {
    margin-left: 104px;
}

#news div.news div.entry[data-lang=ja] p {
    margin-left: 74px;
}

#news div.news div.entry p a {
    font-size: 1.6rem;
}

#news div.news div.entry * {
    padding: 0;
    margin: 0;
}

#news div.content div.news h1:not(:first-child) {
    margin-top: 5.6rem;
}

#news div.content div.news h1 {
    opacity: 0.3;
    font-size: 3.2rem;
    color: #444444;
    line-height: 4.3rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
    margin-bottom: 1.6rem;
}

/* events */

#news div.content div.events {
    color: white;
}

#news div.content div.events h1 {
    font-size: 3.2rem;
    font-weight: 300;
    
    background-image: url(../images/news/schema-calendar.png);
    background-position: left center;
    background-repeat: no-repeat;
    
    padding: 0;
    margin: 0;
    margin-bottom: 1.6rem;
}
    
#news div.content div.events {
    width: 360px;
    background: rgba(248,154,60,0.90);
}

#news div.content div.events * {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
}

#news div.event {
    line-height: 1.8rem;
    margin-bottom: 0.8rem;
    
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#news div.eventlist p {
     line-height: 2.8rem !important;
}
    
#news div.eventlist div.event p.date {
    width: 128px;
}
    
#news div.event p.date {
    width: 94px;
    line-height: 2.1rem;
}

#news div.event p.content {
    width: 240px;
    line-height: 2.1rem;
}


#news div.eventlist {
    background-color: rgba(255, 255, 255, 0.86);
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    
    padding: 0.8rem 3.2rem;
    
    width: 100%;
    
    min-height: 520px;
}

#news div.eventlist p {
    padding: 0;
    margin: 0;
}

#news div.eventlist p span {
    display: block;
    margin-top : 0;
    margin-bottom: 1.6rem;
    color: #444;
    opacity: 0.3;
    padding-left: 98px;
}

#news div.eventlist h1 {
    font-size: 3.2rem;
    font-weight: 200;
}
    
#news div.eventlist h2{
    font-size: 2.4rem;
    font-weight: 200;
    color: #444444;
    opacity: 0.3;
}

#news div.eventlist h2:not(:first-of-type) {
    margin-top: 3.2rem;
}