.timelineLight {
   display:none;
}
.timelineLoader {
   width:100%;
   text-align:center;
   padding:150px 0;
}


/* fixed line holder */
.timelineLight .timeline_line {
   margin-bottom: 10px;
    margin-left: 318px !important;
    margin-top: 14px;
    width: 610px;
    position:absolute !important;
   
    top: 306px;
    
    z-index: 1000;
}

/* full (including months that are not shown) line holder */
.timelineLight .t_line_holder {
   height:80px;
}
 

/* 2 months are stored in one view */
.timelineLight .t_line_view {
   height:20px;
   width:1220px;
}



/* holder for 1 month (constist of nodes and month caption) - we use borders to separate months thats why it has width 2px less then 50% */
/*.timelineLight*/ .t_line_m {
   margin-top:35px;
   height:10px;
   /*rder-left:1px solid #545454;
   border-right:1px solid #545454;*/
   width:610px;


}


/* month on the right side - has left set at 459 so border would overlap border from first element (to evade duplicated borders) */
/*.timelineLight*/ .t_line_m.right {
   left: 610px;
    width: 610px;

}

/* month caption */
.timelineLight h4.t_line_month {
   margin:-34px 0 0;
   color:#004493;
}


/* node on the timeline */
.timelineLight a.t_line_node {
   text-decoration:none;
   padding:38px 0px 4px;
   width:20px;
   height:20px !important;
   font-size:10px;
   top:-35px;
   /* background:url('../images/timeline/light/dot.png') no-repeat center 24px; */
   background:url('../images/timeline/light/dot2.png') no-repeat center 31px;
   color:#141817;
}
.timelineLight a.t_line_node:hover {
   background:url('../images/timeline/light/dot-selected.png') no-repeat center 31px;
   color: #fff;
}
.timelineLight a.t_line_node.active {
   background:url('../images/timeline/light/dot-selected.png') no-repeat center 31px;
   color: #fff;
}

/* node description */
.timelineLight .t_node_desc {
   background: #004493;
   
    color: #FFFFFF;
    font-size: 10px;
   
    left: 0;
    line-height: 14px;
    padding:5px;
    right: 5px;
    text-align: left;
    top: 0px;
    white-space: normal !important;
    width: 100px;
}

/* descriptions on right side go from right to left */
.timelineLight .t_line_m.right .t_node_desc {
   right:0;

}

/* line arrow left */
.timelineLight #t_line_left {
   cursor:pointer;
   left:-30px;
   top:3px;
   width:14px;
   height:19px;
   background:url('../images/timeline/light/arrow.png') no-repeat left top;
}

.timelineLight #t_line_left:hover {
   background:url('../images/timeline/light/arrow.png') no-repeat left bottom;
}

/* line arrow right */
.timelineLight #t_line_right {
   cursor:pointer;
   right:-30px;
   top:3px;
   width:14px;
   height:19px;
   background:url('../images/timeline/light/arrow.png') no-repeat right top;
}

.timelineLight #t_line_right:hover {
   background:url('../images/timeline/light/arrow.png') no-repeat right bottom;
}
.timelineLight {
   display:none;
}

/* items container */
.timelineLight .timeline_items {
   padding:0px ;
   width: 5000px;
  margin-top: -10px;
}

/* Nur Firefox */
@-moz-document url-prefix() {
    .timelineLight .timeline_items {
        margin-top: 0px;
    }
}



/* single item (margines set from javascript) */
.timelineLight .item {
   height:300px;
   text-align:left;
   width:320px;
}
.timelineLight .item.item_node_hover {
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
   box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
}
/* ----- content - non-plugin elements ----- */
.timelineLight .item img {
   margin-top:0;
   width:320px;
}

.timelineLight .con_borderImage {
   border-bottom:5px solid #1a86ac;
}

.timelineLight .item span{
   display:block;
   margin:0px 20px 10px;
   height:150px;
}
.timelineLight .item .read_more {
   padding:2px 8px 2px 10px;
   font-family: 'BebasNeueRegular';
   font-size:20px;
   float:right;
   color:#ffffff;
   background: rgba(0,0,0,0.35);
   cursor:pointer;
}
.timelineLight .item .read_more:hover {
   background:rgb(26,134,172);
}
/* ----------------------------------------- */

/* item details (margines set from javascript) */
.timelineLight .item_open {
   height:380px;
   background:url('../images/timeline/light/background.jpg') repeat;
   position:relative;
   color:#545454;
   z-index:2; 
   -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
   -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
   box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
   width:490px;
   
}


/* item details content wrapper (used for animation - shuld have same width as .item_open) */
.timelineLight .item_open_cwrapper {
   width:490px;
   height:100%;
}

.timelineLight .item_open_content {
   width:100%;
   height:100%;
   position:relative;
}

.timelineLight .item_open_content .ajaxloader {
   position:absolute;
   top:50%;
   left:50%;
   margin:-10px 0 0 -100px;
   
}






/* ----- content - non-plugin elements ----- */
.timelineLight .timeline_open_content {
   padding:20px;
}

.timelineLight .item_open h2 {
   margin-top:10px;
   padding-top:0;
   font-size:28px;
}
.timelineLight .item_open .t_close {
   position:absolute;
   top:10px;
   right:10px;
   padding:2px 8px 2px 10px;
   font-family: 'BebasNeueRegular';
   font-size:20px;
   color:#ffffff;
   background: rgba(0,0,0,0.25);
   cursor:pointer;
   z-index:2;
}
.timelineLight .item_open .t_close:hover {
   background:rgb(26,134,172);
}
/* ----------------------------------------- */

/* left/right controles */
.timelineLight .t_controles {
   margin:10px auto;
   text-align:center;
}
.timelineLight .t_left,
.timelineLight .t_right {
   display:inline-block;
   height:48px;
   width:68px;
   margin:10px;
   cursor:pointer;
   padding: 126px;
}
.timelineLight .t_left{
   position: absolute;
   top:0px;
   margin-left: -490px;
}
.timelineLight .t_left,  
.timelineLight .t_left:hover:active {
   background: url('../images/sliderarrow.png') no-repeat left top;
}
.timelineLight .t_left:hover {
/* background: url('../images/timeline/light/big-arrow.png') no-repeat left bottom;*/
}
.timelineLight .t_right{
   position: absolute;
   top:0px;
   margin-left: 170px;
}
.timelineLight .t_right, 
.timelineLight .t_right:hover:active{
   background: url('../images/sliderarrow.png') no-repeat right top;
}

.timelineLight .t_right:hover {
/* background: url('../images/timeline/light/big-arrow.png') no-repeat right bottom;*/
}

.lof-description {
   -moz-user-select: none;
    bottom: 0;
    height: 107px;
    left: 0;
    margin-left: 0;
    margin-top: -107px;
    width: 320px !important;
    position: absolute;
    background: url('../images/slider_desc_bg.png') repeat !important;
    color: #b2b2b2;
    font-size: 12px;
     text-transform: uppercase;
     line-height: 15px;
     overflow: hidden;

}
.lof-description h3 {
   margin-bottom: 0px;
   color: #b2b2b2;
   font-size: 12px !important;
   font-weight: normal !important;
}
.lof-description h3 a{
   font-size: 1.0em;
   color: #b2b2b2;
   margin: 0px; 
   padding: 0px;
   
   
}

.kat {
    background: none repeat scroll 0 0 #0C4490;
    bottom: 0;
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    height: 14px;
    line-height: 13px;
    margin-left: 0;
    margin-top: 0;
    overflow: hidden;
    
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

.kat .category {margin: 0px !important; display: inline !important;padding: 3px 5px !important;}
.kat .title {background: #FFFFFF !important; color: black !important; margin: 0px !important; display: inline !important; padding: 3px 5px !important; text-transform: none !important;}




.lof-description a{
   font-size: 12px;
   color: #ebebeb;
   margin: 0px; 
   padding: 0px;
   
   
}
.daybig {
   display: block;
   width: 50px;
   font-size: 66px;
   height: 30px !important;
    margin: 25px 20px 10px !important;
}
.monthsmall {
   text-align: center !important;
   width: 84px;
   text-transform: uppercase;
}
.datebox {
   
       -moz-user-select: none;
    border-right: 1px solid #b2b2b2;
    float: left;
    height: 88px;
    margin-right: 18px;
    margin-top: 10px;
    width: 119px;
       
   
}

/* -----------------------------------------------------------------------*/
/* ------------------------------ RESPONSIVE -----------------------------*/
/* -----------------------------------------------------------------------*/



/* --- 768px --- */
@media screen and (max-width:980px) {
   
   .timelineLight .timeline_line {
      width:680px;
   }
   
   .timelineLight .t_line_view {
      width:680px;
   }
   
   .timelineLight .t_line_m {
      width: 338px;
   }
   .timelineLight .t_line_m.right {
      left: 339px;
      width: 339px;
   }
}


/* --- 610px --- */
@media screen and (max-width:767px) {
   
   .timelineLight .timeline_line {
      width:530px;
   }
   
   .timelineLight .t_line_view {
      width:1060px;
   }
   
   .timelineLight .t_line_m {
      width: 528px;
   }
   .timelineLight .t_line_m.right {
      left: 530px;
      width: 528px;
   }
   
   .timelineLight .t_line_node span {
      
   }
   .timelineLight .t_node_desc {
      font-size:8px;
   }
   .timelineLight .t_line_m.right .t_node_desc {
      right:auto;
      left:0;
   }
}


/* --- 300px --- */
@media screen and (max-width:609px) {
   .timelineLight .timeline_line {
      width:240px;
   }
   
   .timelineLight .t_line_view {
      width:480px;
   }
   
   .timelineLight .t_line_m {
      width: 238px;
   }
   .timelineLight .t_line_m.right {
      left: 240px;
      width: 238px;
   }
   
   .timelineLight .item_open {
      width:280px;
      height:390px;
   }
   .timelineLight .item_open img {
      max-width:280px;
   } 
   .timelineLight .item_open_cwrapper {
      width:280px;
   }
}



