section.block-3-zeitstrahl .headlineWrap {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
}

section.block-3-zeitstrahl .contentRow {
	margin-top: 7rem;
}

section.block-3-zeitstrahl .contentRow > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 3rem;
}

section.block-3-zeitstrahl .singleEintragWrap {
	width: 100%;
	padding: 3rem 2.5rem;
	background-color: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	-webkit-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

section.block-3-zeitstrahl .singleEintragWrap:hover {
	border-color: rgba(212, 12, 26, 0.6);
}

section.block-3-zeitstrahl .jahr {
	display: block;
	font-family: var(--headingFont);
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.1;
	color: var(--red1);
}

section.block-3-zeitstrahl h3 {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

section.block-3-zeitstrahl .textWrap {
	font-size: 1.5rem;
	line-height: 1.6;
}

@media(max-width: 1199px){
	section.block-3-zeitstrahl .contentRow {
		margin-top: 5rem;
	}

	section.block-3-zeitstrahl .singleEintragWrap {
		padding: 2.5rem 2rem;
	}
}
