/* 
 * -----------------------------------
 * comp4site 3.04
 * C4S NEWS CSS
 *
 * Copyright
 * COM.POSiTUM Multimedia-Agentur GmbH
 * -----------------------------------
 */
 .newsarchive {
    padding-top: 40px;
    /*padding-top: 4rem;*/
    }
 .timeline {
    background-image: linear-gradient(90deg, #bac8d5, #bac8d5);
    background-image: linear-gradient(90deg, rgba(0, 70, 135, 0.2), rgba(0, 70, 135, 0.2));
    background-position: 37.5px 0;
    /*background-position: 3.75rem 0;*/
    background-repeat: repeat-y;
    background-size: 5px 5px;
    /*background-size: 0.5rem 0.5rem;*/
    margin:0;
    padding: 0;
    width:84%;
    }

.timeline > ol {
    display: block;
    list-style: none outside none;
    padding: 0;
    margin:0;
    }
.timeline > ol > li {
    display: block;
    list-style: none outside none;
    margin:0 0 80px 0;
    /*margin:0 0 8rem 0;*/
    padding: 0;
    position: relative;
    }

    
.timeline .date, .timeline .title {
    font-family:"FrutigerLTW02-57Condens", sans-serif;
    font-weight: 400;
    }
    
    
.timeline .date {
    background-color: #004687;
    color: #fff;
    display: block;
    /*margin-top: -1.8ex;*/
    margin-top: -0.2ex;
    line-height:1;
    padding: 20px 0;
    /*padding: 2rem 0;*/
    width: 80px;
    /*width: 8rem;*/
    height: 80px;
    /*height: 8rem;*/
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
    transform-origin: center center 0;
    border-radius: 50%;
    left: 0;
    position: absolute;
    }
.timeline .date .month, .timeline .date .year {display: block;}

    
.timeline .title, .timeline .details, .timeline .pub_date, .timeline .cat {padding-left:110px;/*padding-left:11rem;*/}
.timeline .title {
    font-size:24px;
    font-size:2.4rem;
    margin: 0.2ex 0;
    padding-bottom:0;
    color:#004687;
    }
.timeline .pub_date {
    font-size:16px;
    font-size:1.6rem;
    color:#6692b6;
    }
.timeline .cat, .timeline .cat a {
    font-size:16px;
    font-size:1.6rem;
    color:#6692b6;
    border:0!important;
    }


.timeline .details {
    /*margin: 10px 0;
    margin: 1rem 0;*/
    }

.timeline .details .detail {
    margin:30px auto 0 auto;
    /*margin:3rem auto 0 auto;*/
    font-size:18px;
    font-size:1.8rem;
    line-height:1.2;
    }


.timeline .detail h3, .timeline .detail h4, .timeline .detail h5, .timeline .detail h6 {text-transform:none;}


/*.news_image { padding: 0px 0px 10px 0px; }*/
/*.content-wrap .contentimages_wrapper .contentimage {margin-bottom:10px;margin-bottom:1rem;}*/


/* FAILURE: feste Breite */
.news_content .contenttext.wimageblock {width:440px;/*width:44rem;*/}


/*.news_image.rightfloat { margin: 0px 0px 0px 20px; }
.news_image.leftfloat { margin: 0px 20px 0px 0px; }

.news_image a {	border:2px solid #eee; }
.news_image a:hover { border:2px solid #999; }*/


ul.file_list {list-style:none;}
ul.file_list li {margin-left:0;}


/* show more panel */
.timeline .separator_panel {border-top:1px solid #6692b6;text-align:center;}
.timeline .separator_panel span {
    display:block;
    width:20%;
    background:#6692b6;
    border-radius:0 0 7px 7px;
    /*border-radius:0 0 0.7rem 0.7rem;*/
    color:#fff;
    font-size:14px;
    font-size:1.4rem;
    line-height:30px;
    /*line-height:3rem;*/
    margin:0 auto;
    cursor:pointer;
    }
    
    
    
