.helfen-hilft-geschichte {
	margin: 1.5rem 0; 
}

.geschichte-element {
	display: flex; 
	align-items: stretch; 
	text-align: left;
}

.jahr {
	display: block; 
	color: #ea6e2f;
	font-size: 2.2rem; 
	width: 100px;
	font-family: 'Roboto Condensed', 'Roboto', sans-serif; 
	position: relative; 
	
}

.jahr::before {
	content:"";
	width: 6px; 
	height: 6px; 
	background: #dadee2;
	position: absolute; 
	left: calc(100% - 30px);
	top: 1.1rem; 
	border-radius: 10px; 
}

.jahr::after {
	content:"";
	width: 1px; 
	height: 100%; 
	background: #dadee2;
	position: absolute; 
	left: calc(100% - 30px + 2.5px);
	top: 0; 
}

.meilenstein-desc {
	display: block; 
	width: calc(100% - 100px); 
	padding-bottom: 2.5rem; 
	max-width: 600px;
}