/*Timeline v1
------------------------------------*/
.timeline-v1 {
	padding: 20px 0;
	list-style: none;
	position: relative;
}

.timeline-v1:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #72c02c;
	left: 50%;
	margin-left: -1.5px;
}

.timeline-v1 > li {
	margin-bottom: 40px;
	position: relative;
	width: 50%;
	float: left;
	clear: left;
}

.timeline-v1 > li:before,
.timeline-v1 > li:after {
	content: " ";
	display: table;
}

.timeline-v1 > li:after {
	clear: both;
}

.timeline-v1 > li:before,
.timeline-v1 > li:after {
	content: " ";
	display: table;
}

.timeline-v1 > li:after {
	clear: both;
}

.timeline-v1 > li > .timeline-panel {
	width: 94%;
	float: left;
	border: 2px solid #949494;
	position: relative;
}

/* Spitzen - Diese Angaben sind jederzeit gleich */
.timeline-v1 > li > .timeline-panel:before,
.timeline-v1 > li > .timeline-panel:after {
    position: absolute;
    display: inline-block;
    content: " ";
}
/* Spitzen - Fenstergröße > mobile Ansicht */
@media (min-width: 768px) {

    .timeline-v1 > li[class=timeline]          > .timeline-panel:before,
    .timeline-v1 > li[class=timeline-inverted] > .timeline-panel:before {
        top: 26px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

    .timeline-v1 > li[class=timeline]          > .timeline-panel:after,
    .timeline-v1 > li[class=timeline-inverted] > .timeline-panel:after {
        top: 27px;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
    }

    .timeline-v1 > li[class=timeline] > .timeline-panel:before {
        right: -15px;
        border-left: 15px solid #949494;
        border-right: 0 solid #949494;
    }
    .timeline-v1 > li[class=timeline-inverted] > .timeline-panel:before {
        left: -15px;
        border-right: 15px solid #949494;
        border-left: 0 solid #949494;
    }

    .timeline-v1 > li[class=timeline] > .timeline-panel:after {
        right: -12px;
        border-left: 14px solid #fff;
        border-right: 0 solid #fff;
    }
    .timeline-v1 > li[class=timeline-inverted] > .timeline-panel:after {
        left: -12px;
        border-right: 14px solid #fff;
        border-left: 0 solid #fff;
    }
}
/* Spitzen - Fenstergröße = mobile Ansicht */
@media (max-width: 767px) {

    .timeline-v1 > li[class=timeline]          > .timeline-panel:before,
    .timeline-v1 > li[class=timeline-inverted] > .timeline-panel:before {
        top: 26px;
        left: -15px;
        border-top: 15px solid transparent;
        border-right: 15px solid #949494;
        border-left: 0 solid #949494;
        border-bottom: 15px solid transparent;
    }

    .timeline-v1 > li[class=timeline]          > .timeline-panel:after,
    .timeline-v1 > li[class=timeline-inverted] > .timeline-panel:after {
        top: 27px;
        left: -12px;
        border-top: 14px solid transparent;
        border-right: 14px solid #fff;
        border-left: 0 solid #fff;
        border-bottom: 14px solid transparent;
    }
}

.timeline-v1 > li > .timeline-badge {
	color: #ccc;
	width: 24px;
	height: 24px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 19px;
	right: -12px;
	z-index: 9;
}

.timeline-v1 > li > .timeline-badge i {
	color: #72c02c;
}

.timeline-v1 > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline-v1 > li > .timeline-panel .timeline-heading {
	padding: 5px;
}

.timeline-v1 > li > .timeline-panel .timeline-heading img {
	width: 100%;
}

.timeline-v1 .timeline-body {
    padding: 12px;
    margin-bottom: 20px;
}

.timeline-v1 .timeline-footer{
    padding: 7px 12px;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

.timeline-v1 .timeline-footer .blog-info {
	float: left;
}

.timeline-v1 .timeline-footer .blog-info i {
	color: #777;
}

.timeline-v1 .timeline-footer .likes {
	float: right;
}
.timeline-v1 .timeline-footer .likes i {
	margin-right: 2px;
	color: #777;
}

.timeline-v1 .timeline-footer .likes:hover {
	text-decoration: none;
	color: inherit;
}

.timeline-v1 .timeline-footer .likes:hover i {
	color: #72c02c;
}

.timeline-v1 > li.timeline-inverted {
	float: right;
	clear: right;
	margin-bottom: 40px;
}

.timeline-v1 > li:nth-child(2) {
    margin-top: 60px;
}

.timeline-v1 > li.timeline-inverted > .timeline-badge {
    left: -12px;
}

@media (max-width: 767px) {
    ul.timeline-v1:before {
        left: 40px;
    }

    ul.timeline-v1 > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline-v1 > li > .timeline-panel {
        width: calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
    }

    ul.timeline-v1 > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline-v1 > li > .timeline-panel {
        float: right;
    }

    ul.timeline-v1 > li > .timeline-panel:before {
        top: 27px;
        right: -12px;
        border-top: 12px solid transparent;
        border-left: 12px solid #ccc;
        border-bottom: 12px solid transparent;
    }

    ul.timeline-v1 > li > .timeline-panel:after {
        top: 28px;
        right: -11px;
        border-top: 11px solid transparent;
        border-left: 11px solid #fff;
        border-bottom: 11px solid transparent;
    }

    ul.timeline-v1 > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 12px;
        left: -12px;
        right: auto;
    }

    ul.timeline-v1 > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 11px;
        left: -11px;
        right: auto;
    }

	.timeline-v1 > li.timeline-inverted {
		float: left;
		clear: left;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.timeline-v1 > li.timeline-inverted > .timeline-badge {
		left: 28px;
	}
}

#timeline-years-overview {
    width: 100%;
    margin-bottom: 25px;
}
#timeline-years-overview > a > button {
    margin-bottom: 10px;
    border-radius: 10px !important;
    background-color: #6bc044;
    color: #ffffff;
    font-weight: bold;
}
#timeline-years-overview > a > button:hover {
    background-color: #5eac39;
}

.timeline-year {
    width: 100%;
    margin-top: -10px;
}
.timeline-year > span {
    padding: 0px 10px 0px 10px;
    border: solid 3px #6bc044;
    border-radius: 10px !important;
    font-size: 1.5em;
    font-weight: bold;
}

@media (min-width:768px) {
    .timeline-year {
        text-align: center;
    }
}
