div.timeline{
    display: block;
    width: 1080px;
    margin: 0 0 20px;
    background: url(../../../images/timeline_arrow.svg) no-repeat 1062px 0;
}
span.timeSpan {
    display:-moz-inline-block;
    display:-moz-inline-box;
    display:inline-block;
    height: 24px;
    width: 225px;
    cursor: pointer;
    padding: 4px 0 4px 40px;
    border-bottom: 1px solid #ccc;
    background: url(../../../images/timeline_arrow.svg) no-repeat -3px -1px;
}
span.timeSpan.current {
    border-bottom: none;
    border-top: 1px solid #ccc;
}
span.timeSpan:first-child{
    padding-left: 10px;
    width: 200px;
    background: none;
}
span.timeSpan:last-child{
    width: 190px;
}

/*Start portable devices*/
@media (max-width: 1024px) {
div.timeline{
    width: 100%;
    margin: 0;
}
span.timeSpan {
    max-width: 16%;
}
}
/*End portable devices*/
/*Start small portable devices*/
@media (max-width: 640px) {
span.timeSpan {
    display:block;
    max-width: 100% !important;
    background: none;
}
span.timeSpan.current {
    border-bottom: 1px solid #ccc;
    border-top: none;
    background: url(../../../images/timeline_arrow.svg) no-repeat -3px -1px;
}
span.timeSpan:first-child{
    padding: 4px 0 4px 40px;
}
span.timeSpan:last-child{
    width: 193px;
}
}
/*End small portable devices*/

/*div.timeline{
    display: block;
    width: 750px;
    margin-bottom:20px;
}

span#time_older-terms, span#time_older, span#time_2010, span#time_2011, span#time_2012, span#time_wt1011, span#time_st11, span#time_wt1112, span#time_st12, span#time_wt1213, span#time_all {
    background:transparent url(../images/timeline/timeline.jpg) no-repeat; 
}

*blaue punkte*
span#time_st11, span#time_2010 {
    background-position:-137px 0;
}
span#time_wt1112, span#time_2011 {
    background-position:-273px 0;
}
span#time_st12, span#time_2012 {
    background-position:-409px 0;
}
span#time_wt1213, span#time_all {
    background-position:-545px 0;
}

*orange punkte*
span.timeSpan.current#time_older-terms, span.timeSpan.current#time_older{
    background-position:-694px 0 !important;
}
span.timeSpan.current#time_st11, span.timeSpan.current#time_2010{
    background-position:-831px 0 !important;
}
span.timeSpan.current#time_wt1112, span.timeSpan.current#time_2011{
    background-position:-967px 0 !important;
}
span.timeSpan.current#time_st12, span.timeSpan.current#time_2012{
    background-position:-1103px 0 !important;
}
span.timeSpan.current#time_wt1213, span.timeSpan.current#time_all{
    background-position:-1239px 0 !important;
}

span.timeSpan, span#time_future{
    display:-moz-inline-block;
    display:-moz-inline-box;
    display:inline-block;
    height: 40px;
    width:103px;
}

span.timeSpan{
    cursor:pointer;
    color:#bbb;
    padding:5px 0 0 25px;
}
span.timeSpan:last-child{
    width:125px;
}
div.pub span.timeSpan{
    padding-left:62px;
    width:66px;
}
div.pub span.timeSpan:last-child{
    width:88px;
}*/

span.timeSpan.mover{
    color:#666;
}
span.timeSpan.current{
    color:#fa9731;
}

.publication-table td{
    padding-bottom: 15px;
}

.dynaCloudDiv {
    padding-top: 15px;
    padding-bottom: 15px;
}

#filterDiv {
    padding: 0;
}