.nachrichten_details h2 {
		margin-top: 		36px;
		margin-bottom: 		10px;
	}
	.nachrichten_details h3 {
		margin-top: 		20px;
		margin-bottom: 		6px;
	}
	.nachrichten_details p {
		margin-top: 		10px;
		margin-bottom: 		26px;
	}

	.weitere-nachrichten {
		margin-top: 3rem;
		padding-top: 2rem;
		border-top: 1px solid var(--news-border, #e5e7eb);
	}
	.weitere-nachrichten h3 {
		font-size: 1.3rem;
		font-weight: 700;
		color: var(--news-primary, #1a1a2e);
		margin: 0 0 1.25rem;
	}
	.weitere-nachrichten-liste {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	.weitere-nachrichten-liste a {
		display: flex;
		align-items: center;
		gap: 0.75rem;
		padding: 0.85rem 0;
		border-bottom: 1px solid var(--news-border, #e5e7eb);
		text-decoration: none;
		color: var(--news-text, #2d2d3a);
		font-size: 0.95rem;
		transition: color 0.2s, padding-left 0.2s;
	}
	.weitere-nachrichten-liste a:last-child {
		border-bottom: none;
	}
	.weitere-nachrichten-liste a:hover {
		color: var(--news-accent, #e94560);
		padding-left: 0.5rem;
	}
	.weitere-nachrichten-liste a strong {
		color: var(--news-text-light, #6b7280);
		font-size: 0.85rem;
		white-space: nowrap;
	}

	.tutorial-uebersicht {
		margin: 0;
		padding: 0;
	}
	.tutorial-uebersicht .nachricht:last-child {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.tutorial-seitenumschaltung {
		text-align: center;
		margin: 30px 0 10px 0;
		padding-top: 20px;
		border-top: 1px solid #e0e0e0;
		font-size: 0.95em;
		color: #555;
	}
	.tutorial-seitenumschaltung strong {
		margin-right: 8px;
	}
	.tutorial-seitenumschaltung a,
	a.tutorial_seitenumschaltung,
	a.tutorial_seitenumschaltung_aktiv {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 34px;
		height: 34px;
		padding: 0 8px;
		margin: 2px;
		border-radius: 6px;
		text-decoration: none;
		font-size: 0.9em;
		transition: background 0.2s, color 0.2s;
	}
	a.tutorial_seitenumschaltung {
		background: #f5f5f5;
		color: #555;
		border: 1px solid #ddd;
	}
	a.tutorial_seitenumschaltung:hover {
		background: #e0e0e0;
		color: #222;
	}
	a.tutorial_seitenumschaltung_aktiv {
		background: #3b5998;
		color: #fff;
		border: 1px solid #3b5998;
		font-weight: 600;
	}
	/* ===== Tutorial-Suche ===== */
	#tutorialSucheWrapper {
		position: relative !important;
		margin: 0 0 25px 0 !important;
		max-width: 600px !important;
		padding: 0 !important;
	}
	#tutorialSucheWrapper,
	#tutorialSucheWrapper * {
		box-sizing: border-box !important;
	}
	#tutorialSucheWrapper .ts-inputzeile {
		display: flex !important;
		flex-direction: row !important;
		align-items: stretch !important;
		width: 100% !important;
		height: 42px !important;
		border: 2px solid #ccc !important;
		border-radius: 6px !important;
		overflow: hidden !important;
		background: #fff !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	#tutorialSucheWrapper .ts-inputzeile:focus-within {
		border-color: #3b5998 !important;
	}
	#tutorialSucheWrapper .ts-input {
		flex: 1 1 auto !important;
		min-width: 0 !important;
		height: 100% !important;
		border: none !important;
		outline: none !important;
		padding: 0 12px !important;
		margin: 0 !important;
		font-size: 14px !important;
		line-height: 38px !important;
		background: transparent !important;
		-webkit-appearance: none !important;
		appearance: none !important;
		box-shadow: none !important;
	}
	#tutorialSucheWrapper .ts-button {
		flex: 0 0 auto !important;
		height: 100% !important;
		border: none !important;
		outline: none !important;
		background: #3b5998 !important;
		color: #fff !important;
		padding: 0 18px !important;
		margin: 0 !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		line-height: 38px !important;
		cursor: pointer !important;
		white-space: nowrap !important;
		text-align: center !important;
		display: block !important;
		box-shadow: none !important;
		border-radius: 0 !important;
	}
	#tutorialSucheWrapper .ts-button:hover {
		background: #2d4373 !important;
	}
	#tutorialSucheWrapper .ts-optionen {
		margin: 8px 0 0 0 !important;
		padding: 0 !important;
		font-size: 13px !important;
		color: #666 !important;
	}
	#tutorialSucheWrapper .ts-optionen label {
		cursor: pointer !important;
		display: inline !important;
	}
	#tutorialSucheWrapper .ts-optionen input[type="checkbox"] {
		margin: 0 4px 0 0 !important;
		vertical-align: middle !important;
	}
	/* Vorschlagsliste */
	#tutorialSucheVorschlaege {
		position: absolute !important;
		top: 100% !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 9999 !important;
		background: #fff !important;
		border: 1px solid #ccc !important;
		border-top: none !important;
		border-radius: 0 0 6px 6px !important;
		box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
		max-height: 320px !important;
		overflow-y: auto !important;
		display: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	#tutorialSucheVorschlaege.aktiv {
		display: block !important;
	}
	#tutorialSucheVorschlaege .ts-vorschlag {
		display: block !important;
		padding: 10px 14px !important;
		text-decoration: none !important;
		color: #333 !important;
		border-bottom: 1px solid #eee !important;
		cursor: pointer !important;
		background: #fff !important;
	}
	#tutorialSucheVorschlaege .ts-vorschlag:last-child {
		border-bottom: none !important;
	}
	#tutorialSucheVorschlaege .ts-vorschlag:hover,
	#tutorialSucheVorschlaege .ts-vorschlag.aktiv {
		background: #f0f4fb !important;
	}
	#tutorialSucheVorschlaege .ts-titel {
		font-weight: 600 !important;
		font-size: 14px !important;
		color: #222 !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	#tutorialSucheVorschlaege .ts-kat {
		font-size: 12px !important;
		color: #888 !important;
		margin: 2px 0 0 0 !important;
		padding: 0 !important;
	}
	#tutorialSucheVorschlaege .ts-auszug {
		font-size: 12px !important;
		color: #666 !important;
		margin: 3px 0 0 0 !important;
		padding: 0 !important;
		line-height: 1.4 !important;
	}
	#tutorialSucheVorschlaege .ts-auszug mark {
		background: #fff3cd !important;
		color: #333 !important;
		padding: 0 1px !important;
	}
	#tutorialSucheVorschlaege .ts-leer,
	#tutorialSucheVorschlaege .ts-laden {
		padding: 14px !important;
		text-align: center !important;
		color: #999 !important;
		font-size: 13px !important;
	}

	.nachricht-card-bild {
		background: var(--news-bg, #fff);
		border: 1px solid var(--news-border, #e5e7eb);
		border-radius: var(--news-radius, 12px);
		overflow: hidden;
		transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
		display: grid;
		grid-template-columns: 240px 1fr;
	}
	.nachricht-card-bild:hover {
		box-shadow: 0 10px 25px rgba(0,0,0,0.08), 0 4px 10px rgba(0,0,0,0.04);
		transform: translateY(-2px);
	}
	.nachricht-card-bild .bild-container {
		position: relative;
		overflow: hidden;
		aspect-ratio: 4/3;
	}
	.nachricht-card-bild .bild-container img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.4s ease;
	}
	.nachricht-card-bild:hover .bild-container img {
		transform: scale(1.05);
	}
	.nachricht-card-bild .inhalt-container {
		padding: 1.5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.nachricht-card-bild .nachricht-meta {
		display: flex;
		align-items: center;
		gap: 0.75rem;
		margin-bottom: 0.5rem;
		font-size: 0.85rem;
		color: var(--news-text-light, #6b7280);
	}
	.nachricht-card-bild .datum-badge {
		background: var(--news-bg-alt, #f8f9fc);
		padding: 0.25rem 0.6rem;
		border-radius: 6px;
		font-weight: 600;
		font-size: 0.8rem;
	}
	.nachricht-card-bild h2 {
		margin: 0 0 0.5rem;
		font-size: 1.25rem;
		font-weight: 700;
		line-height: 1.35;
	}
	.nachricht-card-bild h2 a {
		color: var(--news-primary, #1a1a2e);
		text-decoration: none;
		transition: color 0.2s;
	}
	.nachricht-card-bild h2 a:hover {
		color: var(--news-accent, #e94560);
	}
	.nachricht-card-bild .nachricht-einleitung {
		color: var(--news-text-light, #6b7280);
		font-size: 0.95rem;
		line-height: 1.65;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.nachricht-card-bild .nachricht-weiterlesen {
		display: inline-flex;
		align-items: center;
		gap: 0.35rem;
		margin-top: 1rem;
		color: var(--news-accent, #e94560);
		font-weight: 600;
		font-size: 0.9rem;
		text-decoration: none;
		transition: gap 0.2s;
	}
	.nachricht-card-bild .nachricht-weiterlesen:hover {
		gap: 0.6rem;
	}
	@media (max-width: 640px) {
		.nachricht-card-bild {
			grid-template-columns: 1fr;
		}
		.nachricht-card-bild .bild-container {
			aspect-ratio: 16/9;
			max-height: 200px;
		}
	}

	.nachricht-card {
		background: var(--news-bg, #fff);
		border: 1px solid var(--news-border, #e5e7eb);
		border-radius: var(--news-radius, 12px);
		padding: 1.5rem;
		transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
		position: relative;
		overflow: hidden;
	}
	.nachricht-card:hover {
		box-shadow: 0 10px 25px rgba(0,0,0,0.08), 0 4px 10px rgba(0,0,0,0.04);
		transform: translateY(-2px);
	}
	.nachricht-card::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 4px;
		height: 100%;
		background: var(--news-accent, #e94560);
		transform: scaleY(0);
		transition: transform 0.25s ease;
		transform-origin: bottom;
	}
	.nachricht-card:hover::before {
		transform: scaleY(1);
	}
	.nachricht-meta {
		display: flex;
		align-items: center;
		gap: 0.75rem;
		margin-bottom: 0.5rem;
		font-size: 0.85rem;
		color: var(--news-text-light, #6b7280);
	}
	.nachricht-meta .datum-badge {
		background: var(--news-bg-alt, #f8f9fc);
		padding: 0.25rem 0.6rem;
		border-radius: 6px;
		font-weight: 600;
		font-size: 0.8rem;
	}
	.nachricht-card h2 {
		margin: 0 0 0.5rem;
		font-size: 1.25rem;
		font-weight: 700;
		line-height: 1.35;
		letter-spacing: -0.01em;
	}
	.nachricht-card h2 a {
		color: var(--news-primary, #1a1a2e);
		text-decoration: none;
		transition: color 0.2s;
	}
	.nachricht-card h2 a:hover {
		color: var(--news-accent, #e94560);
	}
	.nachricht-einleitung {
		color: var(--news-text-light, #6b7280);
		font-size: 0.95rem;
		line-height: 1.65;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.nachricht-weiterlesen {
		display: inline-flex;
		align-items: center;
		gap: 0.35rem;
		margin-top: 1rem;
		color: var(--news-accent, #e94560);
		font-weight: 600;
		font-size: 0.9rem;
		text-decoration: none;
		transition: gap 0.2s;
	}
	.nachricht-weiterlesen:hover {
		gap: 0.6rem;
	}
	.nachricht-weiterlesen svg {
		width: 16px;
		height: 16px;
	}