.jahrbuch-wrapper {
	max-width: 1200px;
	margin: 0 auto 32px;
}

.jahrbuch-schuljahr-titel {
	margin: 0 0 16px;
}

.jahrbuch-section {
	margin-bottom: 32px;
}

.jahrbuch-section h3 {
	margin: 0 0 16px;
}

.jahrbuch-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 16px;
}

.jahrbuch-card {
	background: #d9d9d9;
	border-radius: 4px;
	padding: 16px 20px;
	box-sizing: border-box;
}

.jahrbuch-foto {
	margin-bottom: 12px;
}

.jahrbuch-foto img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.jahrbuch-name {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 700;
	color: #1d2327;
}

.jahrbuch-text {
	font-size: 13px;
	line-height: 1.5;
	color: #1d2327;
}

.jahrbuch-text p:last-child {
	margin-bottom: 0;
}

.jahrbuch-empty {
	color: #666;
}
