#timeline{
	left: 0%;
	float:left;
	margin-right: 0%;
	width: 100%;
	position: relative;
	max-height: 400px;
	overflow: hidden;
	-webkit-transition: max-height 2000ms;
	-moz-transition: max-height 2000ms;
	-o-transition: max-height 2000ms;
	transition: max-height 2000ms;
}

#timeline.timeline-top {
	max-height: 300px;
}

#timeline.timeline-bottom {
	height: 300px;
}

#timeline.timeline-bottom .position {
	position: absolute;
	float: left;
	bottom: 0;
}

#timeline:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	float: left;
	left: 50%;
	background-color: #c8c7ca;
	top: 0;
	margin-left: -1px;
}

#timeline.timeline-top:before {
	content: "";
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0;
	float: left;
	z-index: 40;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#timeline.timeline-bottom:before {
	content: "";
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	float: left;
	z-index: 40;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}


#timeline-button {
	position: absolute;
	bottom: 0px;
	z-index: 50;
	width: 120px;
	left: 50%;
	margin-left: -60px;
	cursor: pointer;
}

#timeline-button {
	float: right;
	cursor: pointer;
	height: 24px;
	background-color: #999;
	color: #fff;
	text-align: center;
	padding: 2px 10px;
	margin-top: 8px;
}

#timeline-button:hover {
	background-color: #cc9933;
	color: #fff;
}

#timeline.active {
	max-height: 9999px;
}

#timeline.active:before {
	opacity: 0;
}

#timeline-button.active {
	display: none;
}



.milestone{
	position: relative;
	width: 100%;
	z-index: 20;
	margin-bottom: 20px;
	float: left;
}

.milestone .milestone-bild {
	height: 100%;
	float: left;
	position: absolute;
	left: 50%;
	margin-left: 34px;
}

.milestone:nth-of-type(2n) .milestone-bild {
	left: auto;
	right: 50%;
	margin-right: 34px;
	margin-left: 0;
}

.milestone .milestone-bild a {
	float: left;
	height: 100%;
}

.milestone .milestone-bild img {
	max-height: 100%;
	width: auto;
}

.milestone .text {
	background: #eeeeee;
	padding: 10px 16px;
	width: 47%;
	float: left;
	position: relative;
}

.milestone .text:before {
	content: "";
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #eeeeee;
	border-width: 16px;
	margin-top: -16px;
}

.milestone:before {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid white;
	background-color: #cc9933;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	margin-left: -6px;
	float: left;
	z-index: 30;
}

.milestone:nth-of-type(2n) .text {
	background: #eeeeee;
	padding: 10px 16px;
	width: 47%;
	float: right;
	position: relative;
}

.milestone:nth-of-type(2n) .text:before {
	right: 100%;
	left: auto;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #eeeeee;
}

.year {
	color: #cc9933;
	float:left;
	width: 100%;
	text-align: right;
	font-weight: 500;
	font-size: 1.2em;
	margin-bottom: 10px;
	    font-family: 'Merriweather', serif;

}
.milestone:nth-of-type(2n) .year{
	text-align: left;
}

.milestone p {
	margin: 0;
}

@media (max-width: 750px) {
#timeline:after {
	left: 6px;
}

.milestone{
	padding-left: 30px;
}

.milestone .text, .milestone:nth-of-type(2n) .text {
	width: 100%;
	padding-right: 156px;
	float: left;
	position: relative;
	left: auto;
}

.milestone .milestone-bild, .milestone:nth-of-type(2n) .milestone-bild {
	position: absolute;
	left: auto;
	right: 0;
	margin: 0;
	max-height: 136px;
}

.milestone .year, .milestone:nth-of-type(2n) .year{
	text-align: left;
}

.milestone .text:before {
	content: "";
	left: auto;
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #eeeeee;
	border-width: 16px;
	margin-top: -16px;
}

.milestone:before {
	left: 0%;
	margin-left: 0px;
}
}
@media (max-width: 550px) {
.milestone .text, .milestone:nth-of-type(2n) .text {
	padding-right: 100px;
}

.milestone .milestone-bild, .milestone:nth-of-type(2n) .milestone-bild {
	max-height: 70px;
}

.milestone .milestone-bild img, .milestone:nth-of-type(2n) .milestone-bild img {
	padding: 10px 10px 0 0;
}
}
.unternehmen img{
	width: 100%;
	height: 100%;
}

.ansprechpartner-wrapper {
	display: flex;
	justify-content: center;
}
.ansprechpartner{
	width: 20%;
	float: left;
	align-items: center;
	margin-right: 12%;
	margin-top: 20px;
	text-align: center;
}

.ansprechpartner:last-child {
	margin-right: 0;
}

.ansprechpartner img{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.text_unternehmen{
	width: 100%;
	float:left;
}
.spalte1{
	width: 48%;
	float: left;
	margin-right: 4%;
}
.spalte2{
	width: 48%;
	float: left;
}
