.single-jugendprojekt {
	position: relative;
	display: block;
	max-width: 850px !important;
	padding: 0 1.5rem;
}


/*--------------------------------------------------------------
## Single Projekt / Timeline
--------------------------------------------------------------*/

#timeline {
	position: relative;
	padding-top: 0px;
	display: block;
}

#timeline h2 {
	margin: 0;
	font-size: 30px;
}

#timeline img {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 14px 56px rgba(0, 0, 0, 0.12);
}

.t-date {
	position: absolute;
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: block;
	font-size: 14px;
	vertical-align: middle;
	left: -4px;
	background-color: #fff;
	padding: 10px;
	font-size: 12px;
	top: 22px;
	z-index: 2;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 14px 56px rgba(0, 0, 0, 0.12);
}

.t-date .day {
	position: absolute;
	left: 0;
	right: 0;
	top: 12px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.t-date .month {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	top: 4px;
}

.t-date .year {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6px;
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
}

.t-element {
	margin: 0px;
	width: 100%;
	display: block;
	position: relative;
	padding: 0;
	padding-top: 30px;
	margin-bottom: -15px;
	top: 30px;
}

.t-element h3 {
	margin: 0;
	margin-bottom: 10px;
	color: #0e4ead;
}

.t-element p {
	margin: 0;
}

.t-element.current .t-date {
	background-color: #f45d4c;
	color: #fff;
}

.t-element.future .t-date {
	background-color: #4a7ac2;
	color: #fff;
}

.t-element.future {
	color: #4a7ac2 !important;
}

.t-element.future .t-element-content img {
	opacity: 0.5;
}

.t-element-content {
	position: relative;
	display: block;
	margin-left: 25px;
	border-left: 2px dotted;
	border-color: #4a7ac2;
	padding-left: 40px;
	padding-bottom: 100px;
	max-width: 500px;
}

.t-element-content img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}

.end .t-element-content {
	border-left: 5px solid transparent;
}


.projekt-timeline {
	position: relative;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

.projekt-timeline h3 {
	font-size: 30px;
	margin: 0 0 20px;
	color: #585858;
	font-weight: 700;
}

.projekt-timeline .date {
	font-size: 14px;
	color: #585858;
	font-weight: 500;
}

.timeline {
	background-color: #fff;
	position: relative;
	min-height: 100px;
	padding: 30px 20px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	cursor: pointer;
	margin-bottom: 40px;
	transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
	transform: scale(1);
}

.timeline:hover {
	transform: scale(1.05);
}

.timeline-content {
	margin-top: 10px;
	color: #000;
	padding-right: 135px;
}

.timeline h4 {
	margin: 0 0 4px;
	text-transform: none;
	font-weight: 700;
	font-size: 18px;
}

.timeline-do {
	position: absolute;
	right: 20px;
	bottom: 22px;
	display: inline-block;
	color: #fff;
	background-color: var(--k2-child-red);
	border: 2px solid var(--k2-child-red);
	padding: 5px 13px;
	border-radius: 20px;
	margin-top: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	transform: translateY(0);
	transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
	cursor: pointer;
	font-size: 12px;
}

.timeline-do:hover {
	background-color: var(--k2-child-red);
}

.timeline-do i {
	margin-left: 5px;
}

.projekt-timeline a {
	position: relative;
	display: block;
}

.projekt-timeline a:after {
	content: "";
	height: 40px;
	left: 0;
	right: 0;
	width: 7px;
	background-color: #eee;
	position: absolute;
	bottom: -42px;
	margin: 0 auto;
	transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.projekt-timeline a:last-child:after {
	display: none;
}

.projekt-timeline a:hover:after {
	height: 37px;
}

.projekt-head .projekt-status {
	position: initial;
	text-align: left;
}

.projekt-head .projekt-thumb {
	top: 24px;

	&.jugend {
		left: unset;
		top: unset;
		position: relative;
		width: 100%;
		height: 300px;
		border-radius: 5px;
		background-size: cover;
		background-position: center;
	}
}

.projekt-meta {
	position: relative;
	padding: 25px 0;
}

.projekt-title {
	font-size: 26px;
	color: var(--primary-color);
	font-weight: 700;
	letter-spacing: 1px;
}

.projekt-cat {
	color: #585858;
}

.projekt-status {
	display: none !important;
	position: absolute;
	right: 15px;
	text-align: right;
	font-size: 13px;
	top: 10px;
	color: #585858;
	letter-spacing: 1px;
	font-weight: 700;
}

.join-project {
	position: absolute;
	bottom: 0;
	right: 0;
	background: var(--primary-color);
	color: #fff;
	font-weight: 700;
	padding: 5px 10px;
	font-size: 12px;
}

.projekt-status .light {
	height: 10px;
	width: 10px;
	display: inline-block;
	background-color: #585858;
	border-radius: 100%;
	margin-right: 5px;
}

.projekt-status .light.green {
	background-color: #637131;
}

.projekt-status .greentext {
	color: #637131;
}

#projektfilter .projektfilter-inner {
	position: relative;
	margin-left: 30px;
}

#projektfilter ul {
	margin: 0;
	padding: 0;
}

#projektfilter h4 {
	font-size: 12px;
	letter-spacing: 1px;
	color: #585858;
	font-weight: 700;
	border-bottom: 2px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

