.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 auto !important;
		max-width: 750px !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: 48px !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 {
		margin-bottom: 24px;
		padding-bottom: 24px;
		border-bottom: 1px solid #e0e0e0;
	}
	.nachricht:last-child {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.tutorial-vorschau {
		display: flex;
		gap: 24px;
		align-items: flex-start;
	}
	.tutorial-vorschau__bild {
		flex: 0 0 200px;
		max-width: 200px;
	}
	.tutorial-vorschau__bild a {
		display: block;
	}
	.tutorial-vorschau__bild img {
		width: 100%;
		height: auto;
		border-radius: 8px;
		box-shadow: 0 2px 8px rgba(0,0,0,0.10);
		transition: transform 0.2s, box-shadow 0.2s;
	}
	.tutorial-vorschau__bild img:hover {
		transform: scale(1.03);
		box-shadow: 0 4px 14px rgba(0,0,0,0.16);
	}
	.tutorial-vorschau__content {
		flex: 1 1 0;
		min-width: 0;
	}
	.tutorial-vorschau__content h3 {
		margin: 0 0 10px 0;
		font-size: 1.2em;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.tutorial-vorschau__content h3 a {
		color: #222;
		text-decoration: none;
		transition: color 0.2s;
	}
	.tutorial-vorschau__content h3 a:hover {
		color: #3b5998;
	}
	.tutorial-vorschau__content .desc_details {
		color: #555;
		line-height: 1.6;
		margin: 0 0 16px 0;
		font-size: 0.95em;
	}
	.tutorial-vorschau__btn {
		display: inline-block;
		padding: 8px 20px;
		background: #3b5998;
		color: #fff;
		text-decoration: none;
		border-radius: 6px;
		font-size: 0.9em;
		transition: background 0.2s, box-shadow 0.2s;
	}
	.tutorial-vorschau__btn:hover {
		background: #2d4373;
		box-shadow: 0 2px 8px rgba(59,89,152,0.25);
	}
	@media (max-width: 990px) {
		.tutorial-vorschau {
			flex-direction: column;
			gap: 16px;
		}
		.tutorial-vorschau__bild {
			flex: 0 0 auto;
			max-width: 260px;
		}
	}
	@media (max-width: 480px) {
		.tutorial-vorschau__bild {
			max-width: 100%;
		}
	}

	/* Tutorial Detail View (ohne Inhaltsverzeichnis) */
	.tutorial-detail {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		margin-bottom: 30px;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
	}
	.tutorial-detail *,
	.tutorial-detail *::before,
	.tutorial-detail *::after {
		box-sizing: border-box;
	}
	.tutorial-detail__sidebar {
		flex: 0 0 280px;
		max-width: 100%;
	}
	.tutorial-detail__sidebar img {
		width: 100%;
		height: auto;
		border-radius: 8px;
		box-shadow: 0 2px 12px rgba(0,0,0,0.10);
	}
	.tutorial-detail__content {
		flex: 1 1 0;
		min-width: 0;
		max-width: 100%;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.tutorial-detail__content img { max-width: 100%; height: auto; }
	.tutorial-detail__content table { display: block; max-width: 100%; overflow-x: auto; }
	.tutorial-detail__content pre,
	.tutorial-detail__content code { max-width: 100%; overflow-x: auto; }
	.nachricht-titel {
		margin: 0 0 10px 0;
		font-size: 1.8em;
		line-height: 1.3;
		color: #222;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.nachrichten_details h2 {
		margin-top: 32px;
		margin-bottom: 10px;
		font-size: 1.35em;
		color: #333;
	}
	.nachrichten_details h3 {
		margin-top: 20px;
		margin-bottom: 6px;
		font-size: 1.15em;
		color: #444;
	}
	.nachrichten_details p {
		margin-top: 8px;
		margin-bottom: 20px;
		line-height: 1.7;
		color: #444;
	}
	.tutorial-detail__back {
		margin-top: 30px;
		padding-top: 20px;
		border-top: 1px solid #e0e0e0;
	}
	.tutorial-detail__back a {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		padding: 10px 20px;
		background: #f5f5f5;
		color: #333;
		text-decoration: none;
		border-radius: 6px;
		font-size: 0.95em;
		transition: background 0.2s, color 0.2s;
	}
	.tutorial-detail__back a:hover {
		background: #e0e0e0;
		color: #111;
	}
	.tutorial-detail__back a::before {
		content: "\2190";
	}
	/* Umbruch auf mobil bei 990px */
	@media (max-width: 990px) {
		.tutorial-detail {
			flex-direction: column;
			gap: 20px;
		}
		.tutorial-detail__sidebar {
			flex: 0 0 auto;
			max-width: 100%;
		}
	}
	@media (max-width: 480px) {
		.nachricht-titel {
			font-size: 1.4em;
		}
	}

	.tutorial-text {
		width: 100%;
		display: inline-block;
		line-height: 1.7;
		color: #333333;
		font-size: 1em;
		word-wrap: break-word;
		overflow-wrap: break-word;
		box-sizing: border-box;
	}
	.tutorial-text img {
		max-width: 100%;
		height: auto;
		border-radius: 6px;
	}
	.tutorial-text table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
	}
	.tutorial-text pre {
		max-width: 100%;
		overflow-x: auto;
	}
	.tutorial-text a {
		color: #3b5998;
		text-decoration: underline;
		text-decoration-color: rgba(59,89,152,0.3);
		word-break: break-word;
		transition: text-decoration-color 0.2s;
	}
	.tutorial-text a:hover {
		text-decoration-color: rgba(59,89,152,0.8);
	}

	.nachricht {
		margin-bottom: 24px;
		padding-bottom: 24px;
		border-bottom: 1px solid #e0e0e0;
	}
	.nachricht:last-child {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.tutorial-vorschau {
		display: flex;
		gap: 24px;
		align-items: flex-start;
	}
	.tutorial-vorschau__placeholder {
		flex: 0 0 200px;
	}
	.tutorial-vorschau__content {
		flex: 1 1 0;
		min-width: 0;
	}
	.tutorial-vorschau__content h3 {
		margin: 0 0 10px 0;
		font-size: 1.2em;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.tutorial-vorschau__content h3 a {
		color: #222;
		text-decoration: none;
		transition: color 0.2s;
	}
	.tutorial-vorschau__content h3 a:hover {
		color: #3b5998;
	}
	.tutorial-vorschau__content .desc_details {
		color: #555;
		line-height: 1.6;
		margin: 0 0 16px 0;
		font-size: 0.95em;
	}
	.tutorial-vorschau__btn {
		display: inline-block;
		padding: 8px 20px;
		background: #3b5998;
		color: #fff;
		text-decoration: none;
		border-radius: 6px;
		font-size: 0.9em;
		transition: background 0.2s, box-shadow 0.2s;
	}
	.tutorial-vorschau__btn:hover {
		background: #2d4373;
		box-shadow: 0 2px 8px rgba(59,89,152,0.25);
	}
	@media (max-width: 990px) {
		.tutorial-vorschau {
			flex-direction: column;
			gap: 12px;
		}
		.tutorial-vorschau__placeholder {
			flex: 0 0 auto;
			display: none;
		}
	}

	.tutorial-bild-wrapper {
		display: inline-block;
		float: left;
		margin: 0 25px 25px 0;
		max-width: 100%;
	}
	.tutorial-bild-wrapper img {
		max-width: 350px;
		width: 100%;
		height: auto;
		border-radius: 6px;
		box-shadow: 0 2px 8px rgba(0,0,0,0.10);
		cursor: pointer;
		transition: transform 0.2s, box-shadow 0.2s;
	}
	.tutorial-bild-wrapper img:hover {
		transform: scale(1.02);
		box-shadow: 0 4px 16px rgba(0,0,0,0.18);
	}
	/* Lightbox  wird per JS an <body> gehaengt, daher kein Card-Clipping */
	.tutorial-lightbox-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.88);
		z-index: 999999;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		animation: tutLbFadeIn 0.25s ease;
	}
	.tutorial-lightbox-overlay.aktiv {
		display: flex;
	}
	.tutorial-lightbox-overlay img {
		max-width: 90vw;
		max-height: 90vh;
		border-radius: 8px;
		box-shadow: 0 8px 40px rgba(0,0,0,0.5);
		cursor: default;
		animation: tutLbZoomIn 0.3s ease;
		object-fit: contain;
	}
	.tutorial-lightbox-close {
		position: fixed;
		top: 18px;
		right: 22px;
		color: #fff;
		font-size: 40px;
		cursor: pointer;
		z-index: 1000000;
		line-height: 1;
		opacity: 0.85;
		transition: opacity 0.2s, transform 0.2s;
		background: rgba(0,0,0,0.4);
		border: none;
		font-family: inherit;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	.tutorial-lightbox-close:hover {
		opacity: 1;
		transform: scale(1.1);
		background: rgba(255,255,255,0.15);
	}
	@keyframes tutLbFadeIn {
		from { opacity: 0; }
		to { opacity: 1; }
	}
	@keyframes tutLbZoomIn {
		from { transform: scale(0.85); opacity: 0; }
		to { transform: scale(1); opacity: 1; }
	}
	/* Mobil (<=990px): Bild nicht mehr umflossen, volle Breite */
	@media (max-width: 990px) {
		.tutorial-bild-wrapper {
			float: none;
			display: block;
			margin: 0 0 20px 0;
		}
		.tutorial-bild-wrapper img {
			max-width: 100%;
		}
	}

	.tutorial-seite-link {
		display: inline-block;
		padding: 6px 14px;
		margin: 3px 4px;
		background: #f5f5f5;
		border: 1px solid #ddd;
		border-radius: 6px;
		color: #333;
		text-decoration: none;
		font-size: 0.9em;
		transition: background 0.2s, border-color 0.2s;
	}
	.tutorial-seite-link:hover {
		background: #e8e8e8;
		border-color: #bbb;
	}

	.tutorial-code-block {
		background: #1e1e2e;
		color: #cdd6f4;
		border-radius: 8px;
		padding: 20px 24px;
		margin: 16px 0;
		overflow-x: auto;
		font-family: 'Courier New', Consolas, 'Liberation Mono', monospace;
		font-size: 0.9em;
		line-height: 1.6;
		border: 1px solid #313244;
		box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	}
	.tutorial-code-block::-webkit-scrollbar {
		height: 6px;
	}
	.tutorial-code-block::-webkit-scrollbar-track {
		background: #1e1e2e;
	}
	.tutorial-code-block::-webkit-scrollbar-thumb {
		background: #45475a;
		border-radius: 3px;
	}

	/* ============================================================
	   Tutorial-Detailansicht MIT Inhaltsverzeichnis
	   Mobile-first: gestapelt (TOC oben, Inhalt darunter).
	   Ab 990px: zweispaltig (sticky TOC-Sidebar + Inhalt).
	   Der Inhalt ist in JEDER Breite garantiert sichtbar.
	   ============================================================ */
	.tutorial-detail-toc {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
		box-sizing: border-box;
	}
	.tutorial-detail-toc *,
	.tutorial-detail-toc *::before,
	.tutorial-detail-toc *::after {
		box-sizing: border-box;
	}
	.tutorial-detail-toc__sidebar {
		width: 100%;
		max-width: 100%;
		margin-bottom: 24px;
	}
	.tutorial-detail-toc__main {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.tutorial-detail-toc__main img {
		max-width: 100%;
		height: auto;
	}
	.tutorial-detail-toc__main table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
	}
	.tutorial-detail-toc__main pre,
	.tutorial-detail-toc__main code {
		max-width: 100%;
		overflow-x: auto;
	}
	.tutorial-detail-toc__header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 20px;
		padding-bottom: 15px;
		border-bottom: 2px solid #e0e0e0;
	}
	.tutorial-detail-toc__header strong {
		font-size: 1.4em;
		line-height: 1.3;
		color: #222;
	}
	.tutorial-detail-toc__header a {
		color: #3b5998;
		text-decoration: none;
		font-size: 0.95em;
		white-space: nowrap;
		transition: color 0.2s;
	}
	.tutorial-detail-toc__header a:hover {
		color: #1d3557;
	}
	.tutorial-detail-toc__einleitung {
		margin-bottom: 20px;
		line-height: 1.7;
		color: #444;
	}
	.tutorial-detail-toc__seitennav {
		margin-top: 30px;
		padding-top: 20px;
		border-top: 1px solid #e0e0e0;
	}
	.tutorial-detail-toc__seitennav strong {
		display: block;
		margin-bottom: 10px;
		font-size: 1.05em;
		color: #333;
	}
	/* Desktop-Layout ab 990px */
	@media (min-width: 990px) {
		.tutorial-detail-toc {
			display: flex;
			flex-wrap: nowrap;
			gap: 30px;
			align-items: flex-start;
		}
		.tutorial-detail-toc__sidebar {
			flex: 0 0 260px;
			width: 260px;
			max-width: 260px;
			margin-bottom: 0;
		}
		.tutorial-detail-toc__main {
			flex: 1 1 0;
			max-width: calc(100% - 290px);
		}
	}
	@media (max-width: 480px) {
		.tutorial-detail-toc__header strong {
			font-size: 1.2em;
		}
	}

	/* ============================================================
	   Inhaltsverzeichnis (TOC)
	   - Mobil (<990px): einklappbarer Button (details/summary),
	     Hoehe automatisch -> alle Punkte klickbar
	   - Desktop (>=990px): sticky Sidebar, immer offen, kein Toggle
	   ============================================================ */
	.tutorial-inhaltsverzeichnis {
		background: #f8f9fa;
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		margin: 0;
	}
	.tutorial-inhaltsverzeichnis * {
		box-sizing: border-box;
	}
	/* summary = Umschalt-Button (mobil) / Ueberschrift (Desktop) */
	.tutorial-inhaltsverzeichnis > summary {
		list-style: none;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 14px 18px;
		font-weight: 700;
		font-size: 1.05em;
		color: #222;
		-webkit-user-select: none;
		user-select: none;
	}
	.tutorial-inhaltsverzeichnis > summary::-webkit-details-marker {
		display: none;
	}
	.tutorial-inhaltsverzeichnis > summary::marker {
		content: "";
	}
	/* Chevron */
	.tutorial-inhaltsverzeichnis > summary::after {
		content: "";
		flex: 0 0 auto;
		width: 9px;
		height: 9px;
		margin-top: -3px;
		border-right: 2px solid #666;
		border-bottom: 2px solid #666;
		transform: rotate(45deg);
		transition: transform 0.2s ease;
	}
	.tutorial-inhaltsverzeichnis[open] > summary::after {
		margin-top: 3px;
		transform: rotate(-135deg);
	}
	.tutorial-inhaltsverzeichnis__inhalt {
		padding: 4px 18px 16px 18px;
	}
	.tutorial-inhaltsverzeichnis ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.tutorial-inhaltsverzeichnis li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.tutorial-inhaltsverzeichnis li a {
		display: block;
		padding: 9px 10px;
		color: #444;
		text-decoration: none;
		font-size: 0.92em;
		line-height: 1.4;
		border-radius: 4px;
		border-left: 3px solid transparent;
		transition: background 0.2s, color 0.2s;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.tutorial-inhaltsverzeichnis li a:hover {
		background: #e8ecf0;
		color: #1a1a2e;
		border-left-color: #3b5998;
	}
	.tutorial-inhaltsverzeichnis li.toc-3 a {
		padding-left: 24px;
		font-size: 0.85em;
		color: #666;
	}
	.tutorial-inhaltsverzeichnis li.toc-4 a {
		padding-left: 38px;
		font-size: 0.82em;
		color: #888;
	}
	/* Desktop: sticky Sidebar, dauerhaft offen, kein Umschalten */
	@media (min-width: 990px) {
		.tutorial-inhaltsverzeichnis {
			position: sticky;
			top: 90px;
			max-height: calc(100vh - 110px);
			overflow-y: auto;
		}
		.tutorial-inhaltsverzeichnis > summary {
			cursor: default;
			pointer-events: none;
			border-bottom: 2px solid #e0e0e0;
		}
		.tutorial-inhaltsverzeichnis > summary::after {
			display: none;
		}
		.tutorial-inhaltsverzeichnis::-webkit-scrollbar {
			width: 5px;
			height: 5px;
		}
		.tutorial-inhaltsverzeichnis::-webkit-scrollbar-thumb {
			background: #c7cdd6;
			border-radius: 3px;
		}
	}

	.tutorial-kein-zugriff {
		padding: 24px 30px;
		background: #fef2f2;
		border: 1px solid #fca5a5;
		border-radius: 8px;
		color: #991b1b;
		font-size: 0.95em;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.tutorial-kein-zugriff::before {
		content: "\26A0";
		font-size: 1.3em;
	}