.timeline {
    padding: 0px;
    overflow: hidden;
    color: #FFF;
    /*font-family: "Lucida Grande", Lucida Sans Unicode, Tahoma, Arial;*/
    font-size: 12px;
    line-height: 28px;
    font-weight: 500;
}

.timeline_arrows {
    overflow: hidden;
    float: left;
    /*
    padding-left: 2px; 
    padding-bottom: 10px;
    zoom: 1;
    */
    text-transform: uppercase;
    text-align: center;
}
.timeline_arrows div {
    display: inline-block;
}
.timeline_arrows div.timeline_lastyear,
.timeline_arrows div.timeline_nextyear {
	display: none;
}
.timeline_arrows div.timeline_date {
    display: block;
    font-size: 15px;
    color: #fff;
    margin: 5px 0;
}

/*
.timeline_lastyear,
.timeline_lastmonth,
.timeline_nextmonth,
.timeline_nextyear {
    cursor: pointer;
    width: 10px;
    height: 15px;
    background: url('../img/timeline/controls.gif') no-repeat;
    margin-top: 4px;
}
.timeline_nextmonth {
	background-position: -10px 0;
	margin-left: 20px;
}
.timeline_lasttmonth {
	float: left;
}
*/

.timeline_lastyear,
.timeline_lastmonth,
.timeline_nextmonth,
.timeline_nextyear {
    cursor: pointer;
    width: 24px;
    height: 24px;
}
.timeline_lastmonth {
	background: transparent url('../svg/arrow-lt.svg') no-repeat center center;
}
.timeline_nextmonth {
	background: transparent url('../svg/arrow-gt.svg') no-repeat center center;
}


.timeline_top {
    overflow : hidden;
    display: block;
    float: right;
}

.timeline_bottom {
    overflow : hidden;
    display: block;
    float: right;
}

.timeline_top ul, 
.timeline_bottom ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.timeline_top li, 
.timeline_bottom li {
    float: left;
    margin-right: 2px;
    padding: 0 2px;
}

.timeline_top li div, 
.timeline_bottom li div {
    text-transform: uppercase;
    text-align: center;
    width: 25px;
}

.timeline_top div {
    padding: 5px 0px 3px 0px;
} 
.timeline_bottom div {
    padding: 3px 0px 5px 0px;
}


.timeline_top li.split,
.timeline_bottom li.split { /* lijnen tussen de weken */
	width: 0;
	padding: 0 !important;
	height: 26px;
	border-left: 1px solid #ddd;
	
	display: none; /* update 2023 nb */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.timeline_top li.split,
	.timeline_bottom li.split {
		height: 25px;
	}
}

.timeline_top .event, 
.timeline_bottom .event {
    color: #D22238;
    cursor: pointer;
    background-color: #FFF;
}



.timeline_bubble {
    display: none;   
    overflow: hidden;
    position: absolute; 
    font-size: 13px;
    bottom: 80px;
}

.timeline_bubble .bubble_top,
.timeline_bubble .bubble_bottom,
.timeline_bubble .bubble_mid {
    overflow: hidden;
}

.bubbleIE6 {
    /*background-image: url(../images/bubble.gif) !important;*/
}

.timeline_bubble .bubble_top {
    height: 10px;
    background-position: -142px 0px;
}
.timeline_bubble .bubble_bottom {
    height: 7px;
    width: 9px;
    margin: 0 auto;
    background-image: url('../img/timeline/caret-down.png');
    background-repeat: no-repeat;
}
.timeline_bubble .bubble_mid {
    background-color: #FFF;
    overflow: hidden;
}

/*
<div>
	<div class="event_title">
		<span class="event_uur">uur + plaats</span><br />
		<a href="#">name</a>
		<p class="event_data"><a href="#">subtitle</a></p>
	</div>
</div>
*/

.timeline_bubble .event_title {
    color: #000;
    font-weight: 500;
    padding: 10px;
    margin: 0px 5px;
    max-width: 250px;
    line-height: 1rem;
    text-align: left;
}

.timeline_bubble .event_title span.event_uur {font-weight: 400;}
.timeline_bubble .event_title a {font-size: 14px; color: #000; text-decoration: none; text-transform: uppercase;}
.timeline_bubble .event_title a:hover {color: #E50019;}
.timeline_bubble .event_title p.event_data {}

.timeline_bubble p.event_data {
    margin: 0;
    font-weight: 400;
}
.timeline_bubble p.event_data a {
	color: #E50019;
	font-size: 12px;
	text-transform: none;
}



/* --------------------------------------------------------
	MEDIA
/* -------------------------------------------------------- */

@media screen and (max-width: 1090px)
{
	.timeline_arrows {
		float: none;
	}
	.timeline_top,
	.timeline_bottom {
		float: none;
		line-height: 8px;
	}
	.timeline_top ul,
	.timeline_bottom ul {
		display: inline-block;
	}
	.timeline_top ul li,
	.timeline_bottom ul li {
		
	}
	.timeline_top ul li div,
	.timeline_bottom ul li div {
	    padding: 10px 0;
	}
}

@media screen and (max-width: 980px)
{
	.timeline_top ul li div,
	.timeline_bottom ul li div {
	    width: 18px;
	}
}

@media screen and (max-width: 760px)
{
	#home #home-calendar {
		padding-bottom: 100px; /* hierover de timeline positioneren (2 rijen dagen) */
	}
	.timeline_top,
	.timeline_bottom {
		position: absolute;
		top: 70px;
	}
	.timeline_bottom {
		top: 96px;
	}
	.timeline_top li,
	.timeline_bottom li {
		margin-right: 1px;
		margin-bottom: 26px;
	}
	.timeline_top ul li div,
	.timeline_bottom ul li div {
	    padding: 9px 0;
	    margin-bottom: 1px;
	}
	.timeline_bubble {
		bottom: 180px;
	}
}

@media screen and (max-width: 370px)
{
	#home #home-calendar {
		padding-bottom: 150px; /* hierover de timeline positioneren (3 rijen dagen) */
	}
}

