.block {
	margin-top: 20px;
}

.middle {
	/*border-top: 1px solid #880015;*/
	border-bottom: 1px solid #880015;
	padding-top: 10px;
	padding-bottom: 10px;
}

.years {
	display: inline-block;
	margin-right: 10px;
	color: #fff !important;
	background: #969696;
	padding: 5px 8px;
	margin-bottom: 10px;
}

	.years:hover,
	.years:focus {
		color: #000 !important;
		text-decoration: none;
		cursor: pointer;
		background: #E4E4E4;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

.current-year {
	color: #333 !important;
	background: #E4E4E4;
}

	.current-year:hover {
		color: #fff !important;
		text-decoration: none;
		cursor: pointer;
		background: #880015;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

.sub-title {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	/*color: #880015;*/
	font-size: 17px;
}

.last-yearbook-img {
	padding-left: 0;
}

.yearbook-image img {
	width: 100%;
	max-height: 250px;
	margin-top: 7px;
}

.yearbook-number {
	color: #000;
	text-align: center;
	background: #e4e4e4;
	padding: 7px 4px;
	margin-bottom: 7px;
}

	.yearbook-number p {
		margin-bottom: 3px;
	}

.image-container {
	padding-left: 0;
	margin-bottom: 15px;
}

.impressum {
	text-align: left;
}