@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");

/* ==========================================================================
   Dancing Script – lokale Schriftdateien
   ========================================================================== */

@font-face {
    font-display: swap;
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/dancing-script-v29-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 500;
    src: url('/assets/fonts/dancing-script-v29-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 600;
    src: url('/assets/fonts/dancing-script-v29-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/dancing-script-v29-latin-700.woff2') format('woff2');
}


/*
	Dimension by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #1b1f22;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	html {
		font-size: 16pt;
	}

		@media screen and (max-width: 1680px) {

			html {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 736px) {

			html {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 360px) {

			html {
				font-size: 10pt;
			}

		}

	body, input, select, textarea {
		color: #ffffff;
		font-family: "Source Sans Pro", sans-serif;
		font-weight: 300;
		font-size: 1rem;
		line-height: 1.65;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		border-bottom: dotted 1px rgba(255, 255, 255, 0.5);
		text-decoration: none;
		color: inherit;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		color: #ffffff;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2rem 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
		font-weight: 600;
		line-height: 1.5;
		margin: 0 0 1rem 0;
		text-transform: uppercase;
		letter-spacing: 0.2rem;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

		h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
			border-bottom: solid 1px #ffffff;
			width: -moz-max-content;
			width: -webkit-max-content;
			width: -ms-max-content;
			width: max-content;
			padding-bottom: 0.5rem;
			margin: 0 0 2rem 0;
		}

	h1 {
		font-size: 2.25rem;
		line-height: 1.3;
		letter-spacing: 0.5rem;
	}

	h2 {
		font-size: 1.5rem;
		line-height: 1.4;
		letter-spacing: 0.5rem;
	}

	h3 {
		font-size: 1rem;
	}

	h4 {
		font-size: 0.8rem;
	}

	h5 {
		font-size: 0.7rem;
	}

	h6 {
		font-size: 0.6rem;
	}

	@media screen and (max-width: 736px) {

		h1 {
			font-size: 1.75rem;
			line-height: 1.4;
		}

		h2 {
			font-size: 1.25em;
			line-height: 1.5;
		}

	}

	sub {
		font-size: 0.8rem;
		position: relative;
		top: 0.5rem;
	}

	sup {
		font-size: 0.8rem;
		position: relative;
		top: -0.5rem;
	}

	blockquote {
		border-left: solid 4px #ffffff;
		font-style: italic;
		margin: 0 0 2rem 0;
		padding: 0.5rem 0 0.5rem 2rem;
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-radius: 4px;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0.25rem;
		padding: 0.25rem 0.65rem;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0 2rem 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1rem 1.5rem;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px #ffffff;
		margin: 2.75rem 0;
	}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Form */

	form {
		margin: 0 0 2rem 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3rem);
			margin: -1.5rem 0 2rem -1.5rem;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5rem 0 0 1.5rem;
				width: calc(100% - 1.5rem);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75rem);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5rem);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375rem);
				}

		@media screen and (max-width: 480px) {

			form > .fields {
				width: calc(100% + 3rem);
				margin: -1.5rem 0 2rem -1.5rem;
			}

				form > .fields > .field {
					padding: 1.5rem 0 0 1.5rem;
					width: calc(100% - 1.5rem);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5rem);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5rem);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5rem);
					}

		}

	label {
		color: #ffffff;
		display: block;
		font-size: 0.8rem;
		font-weight: 300;
		letter-spacing: 0.2rem;
		line-height: 1.5;
		margin: 0 0 1rem 0;
		text-transform: uppercase;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: solid 1px #ffffff;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1rem;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			background: rgba(255, 255, 255, 0.075);
			border-color: #ffffff;
			box-shadow: 0 0 0 1px #ffffff;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23ffffff' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75rem;
		padding-right: 2.75rem;
		text-overflow: ellipsis;
	}

		select option {
			color: #ffffff;
			background: #1b1f22;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75rem;
	}

	textarea {
		padding: 0.75rem 1rem;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2rem;
		opacity: 0;
		width: 1rem;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			-moz-user-select: none;
			-webkit-user-select: none;
			-ms-user-select: none;
			user-select: none;
			color: #ffffff;
			cursor: pointer;
			display: inline-block;
			font-size: 0.8rem;
			font-weight: 300;
			margin: 0 0 0.5rem 0;
			padding-left: 2.65rem;
			padding-right: 0.75rem;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				-webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				-ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				border-radius: 4px;
				border: solid 1px #ffffff;
				content: '';
				display: inline-block;
				height: 1.65rem;
				left: 0;
				line-height: 1.65rem;
				position: absolute;
				text-align: center;
				top: -0.15rem;
				width: 1.65rem;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #ffffff !important;
			border-color: #ffffff !important;
			color: #1b1f22;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			background: rgba(255, 255, 255, 0.075);
			border-color: #ffffff;
			box-shadow: 0 0 0 1px #ffffff;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px #ffffff;
		margin-bottom: 2rem;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image:before {
			pointer-events: none;
			background-image: url("../../images/overlay.png");
			background-color: rgba(19, 21, 25, 0.5);
			border-radius: 4px;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0.5;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2rem 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 2.5rem 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

		@media screen and (max-width: 736px) {

			.image.main {
				margin: 2rem 0;
			}

		}

		@media screen and (max-width: 480px) {

			.image.main {
				margin: 1.5rem 0;
			}

		}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2rem 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2rem 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #ffffff;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2rem 0;
	}

		dl dt {
			display: block;
			font-weight: 600;
			margin: 0 0 1rem 0;
		}

		dl dd {
			margin-left: 2rem;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1rem;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1rem;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3rem 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1rem);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1rem 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 0.75em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li a {
				border-radius: 100%;
				box-shadow: inset 0 0 0 1px #ffffff;
				display: inline-block;
				height: 2.25rem;
				line-height: 2.25rem;
				text-align: center;
				width: 2.25rem;
			}

				ul.icons li a:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				ul.icons li a:active {
					background-color: rgba(255, 255, 255, 0.175);
				}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2rem 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px #ffffff;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #ffffff;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #ffffff;
		}

		table tfoot {
			border-top: solid 2px #ffffff;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #ffffff;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: 0;
		box-shadow: inset 0 0 0 1px #ffffff;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8rem;
		font-weight: 300;
		height: 2.75rem;
		letter-spacing: 0.2rem;
		line-height: 2.75rem;
		outline: 0;
		padding: 0 1.25rem 0 1.35rem;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(255, 255, 255, 0.175);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.6rem;
			height: 2.0625rem;
			line-height: 2.0625rem;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #ffffff;
			color: #1b1f22 !important;
			font-weight: 600;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			cursor: default;
			opacity: 0.25;
		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button {
		line-height: calc(2.75rem - 2px);
	}

/* BG */

	#bg {
		-moz-transform: scale(1.0);
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
		-webkit-backface-visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 1;
	}

		#bg:before, #bg:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		#bg:before {
			-moz-transition: background-color 2.5s ease-in-out;
			-webkit-transition: background-color 2.5s ease-in-out;
			-ms-transition: background-color 2.5s ease-in-out;
			transition: background-color 2.5s ease-in-out;
			-moz-transition-delay: 0.75s;
			-webkit-transition-delay: 0.75s;
			-ms-transition-delay: 0.75s;
			transition-delay: 0.75s;
			background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../../images/overlay.png");
			background-size: auto,
 256px 256px;
			background-position: center,
 center;
			background-repeat: no-repeat,
 repeat;
			z-index: 2;
		}

		#bg:after {
			-moz-transform: scale(1.125);
			-webkit-transform: scale(1.125);
			-ms-transform: scale(1.125);
			transform: scale(1.125);
			-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out;
			-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out;
			-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out;
			transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out;
			background-image: url("../../images/bg.jpg");
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
			z-index: 1;
		}

		body.is-article-visible #bg:after {
			-moz-transform: scale(1.0825);
			-webkit-transform: scale(1.0825);
			-ms-transform: scale(1.0825);
			transform: scale(1.0825);
			-moz-filter: blur(0.2rem);
			-webkit-filter: blur(0.2rem);
			-ms-filter: blur(0.2rem);
			filter: blur(0.2rem);
		}

		body.is-preload #bg:before {
			background-color: #000000;
		}

/* Wrapper */

	#wrapper {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		position: relative;
		min-height: 100vh;
		width: 100%;
		padding: 4rem 2rem;
		z-index: 3;
	}

		#wrapper:before {
			content: '';
			display: block;
		}

		@media screen and (max-width: 1680px) {

			#wrapper {
				padding: 3rem 2rem;
			}

		}

		@media screen and (max-width: 736px) {

			#wrapper {
				padding: 2rem 1rem;
			}

		}

		@media screen and (max-width: 480px) {

			#wrapper {
				padding: 1rem;
			}

		}

/* Header */

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		background-image: -moz-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
		background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
		background-image: -ms-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
		background-image: radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
		max-width: 100%;
		text-align: center;
	}

		#header > * {
			-moz-transition: opacity 0.325s ease-in-out;
			-webkit-transition: opacity 0.325s ease-in-out;
			-ms-transition: opacity 0.325s ease-in-out;
			transition: opacity 0.325s ease-in-out;
			position: relative;
			margin-top: 3.5rem;
		}

			#header > *:before {
				content: '';
				display: block;
				position: absolute;
				top: calc(-3.5rem - 1px);
				left: calc(50% - 1px);
				width: 1px;
				height: calc(3.5rem + 1px);
				background: #ffffff;
			}

		#header > :first-child {
			margin-top: 0;
		}

			#header > :first-child:before {
				display: none;
			}

		#header .logo {
			width: 5.5rem;
			height: 5.5rem;
			line-height: 5.5rem;
			border: solid 1px #ffffff;
			border-radius: 100%;
		}

			#header .logo .icon:before {
				font-size: 2rem;
			}

		#header .content {
			border-style: solid;
			border-color: #ffffff;
			border-top-width: 1px;
			border-bottom-width: 1px;
			max-width: 100%;
		}

			#header .content .inner {
				-moz-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				-webkit-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				-ms-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				padding: 3rem 2rem;
				max-height: 40rem;
				overflow: hidden;
			}

				#header .content .inner > :last-child {
					margin-bottom: 0;
				}

			#header .content p {
				text-transform: uppercase;
				letter-spacing: 0.2rem;
				font-size: 0.8rem;
				line-height: 2;
			}

		#header nav ul {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			margin-bottom: 0;
			list-style: none;
			padding-left: 0;
			border: solid 1px #ffffff;
			border-radius: 4px;
		}

			#header nav ul li {
				padding-left: 0;
				border-left: solid 1px #ffffff;
			}

				#header nav ul li:first-child {
					border-left: 0;
				}

				#header nav ul li a {
					display: block;
					min-width: 7.5rem;
					height: 2.75rem;
					line-height: 2.75rem;
					padding: 0 1.25rem 0 1.45rem;
					text-transform: uppercase;
					letter-spacing: 0.2rem;
					font-size: 0.8rem;
					border-bottom: 0;
				}

					#header nav ul li a:hover {
						background-color: rgba(255, 255, 255, 0.075);
					}

					#header nav ul li a:active {
						background-color: rgba(255, 255, 255, 0.175);
					}

		#header nav.use-middle:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: calc(50% - 1px);
			width: 1px;
			height: 100%;
			background: #ffffff;
		}

		#header nav.use-middle ul li.is-middle {
			border-left: 0;
		}

		body.is-article-visible #header {
			-moz-transform: scale(0.95);
			-webkit-transform: scale(0.95);
			-ms-transform: scale(0.95);
			transform: scale(0.95);
			-moz-filter: blur(0.1rem);
			-webkit-filter: blur(0.1rem);
			-ms-filter: blur(0.1rem);
			filter: blur(0.1rem);
			opacity: 0;
		}

		body.is-preload #header {
			-moz-filter: blur(0.125rem);
			-webkit-filter: blur(0.125rem);
			-ms-filter: blur(0.125rem);
			filter: blur(0.125rem);
		}

			body.is-preload #header > * {
				opacity: 0;
			}

			body.is-preload #header .content .inner {
				max-height: 0;
				padding-top: 0;
				padding-bottom: 0;
				opacity: 0;
			}

		@media screen and (max-width: 980px) {

			#header .content p br {
				display: none;
			}

		}

		@media screen and (max-width: 736px) {

			#header > * {
				margin-top: 2rem;
			}

				#header > *:before {
					top: calc(-2rem - 1px);
					height: calc(2rem + 1px);
				}

			#header .logo {
				width: 4.75rem;
				height: 4.75rem;
				line-height: 4.75rem;
			}

				#header .logo .icon:before {
					font-size: 1.75rem;
				}

			#header .content .inner {
				padding: 2.5rem 1rem;
			}

			#header .content p {
				line-height: 1.875;
			}

		}

		@media screen and (max-width: 480px) {

			#header {
				padding: 1.5rem 0;
			}

				#header .content .inner {
					padding: 2.5rem 0;
				}

				#header nav ul {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
					min-width: 10rem;
					max-width: 100%;
				}

					#header nav ul li {
						border-left: 0;
						border-top: solid 1px #ffffff;
					}

						#header nav ul li:first-child {
							border-top: 0;
						}

						#header nav ul li a {
							height: 3rem;
							line-height: 3rem;
							min-width: 0;
							width: 100%;
						}

				#header nav.use-middle:after {
					display: none;
				}

		}

/* Main */

	#main {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
		max-width: 100%;
		z-index: 3;
	}

		#main article {
			-moz-transform: translateY(0.25rem);
			-webkit-transform: translateY(0.25rem);
			-ms-transform: translateY(0.25rem);
			transform: translateY(0.25rem);
			-moz-transition: opacity 0.325s ease-in-out, -moz-transform 0.325s ease-in-out;
			-webkit-transition: opacity 0.325s ease-in-out, -webkit-transform 0.325s ease-in-out;
			-ms-transition: opacity 0.325s ease-in-out, -ms-transform 0.325s ease-in-out;
			transition: opacity 0.325s ease-in-out, transform 0.325s ease-in-out;
			padding: 4.5rem 2.5rem 1.5rem 2.5rem ;
			position: relative;
			width: 40rem;
			max-width: 100%;
			background-color: rgba(27, 31, 34, 0.85);
			border-radius: 4px;
			opacity: 0;
		}

			#main article.active {
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
				opacity: 1;
			}

			#main article .close {
				display: block;
				position: absolute;
				top: 0;
				right: 0;
				width: 4rem;
				height: 4rem;
				cursor: pointer;
				text-indent: 4rem;
				overflow: hidden;
				white-space: nowrap;
			}

				#main article .close:before {
					-moz-transition: background-color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out;
					content: '';
					display: block;
					position: absolute;
					top: 0.75rem;
					left: 0.75rem;
					width: 2.5rem;
					height: 2.5rem;
					border-radius: 100%;
					background-position: center;
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 1%3B %7D%3C/style%3E%3Cline x1='2' y1='2' x2='18' y2='18' /%3E%3Cline x1='18' y1='2' x2='2' y2='18' /%3E%3C/svg%3E");
					background-size: 20px 20px;
					background-repeat: no-repeat;
				}

				#main article .close:hover:before {
					background-color: rgba(255, 255, 255, 0.075);
				}

				#main article .close:active:before {
					background-color: rgba(255, 255, 255, 0.175);
				}

		@media screen and (max-width: 736px) {

			#main article {
				padding: 3.5rem 2rem 0.5rem 2rem ;
			}

				#main article .close:before {
					top: 0.875rem;
					left: 0.875rem;
					width: 2.25rem;
					height: 2.25rem;
					background-size: 14px 14px;
				}

		}

		@media screen and (max-width: 480px) {

			#main article {
				padding: 3rem 1.5rem 0.5rem 1.5rem ;
			}

		}

/* Footer (Neu verankert unten) */

	#footer {
		width: 100%;
		background: rgba(27, 31, 34, 0.65);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		border-top: solid 1px rgba(255, 255, 255, 0.2);
		margin-top: 3rem;
		padding: 2rem 1.5rem;
		text-align: center;
	}

		#footer .copyright {
			letter-spacing: 0.2rem;
			font-size: 0.6rem;
			opacity: 0.75;
			margin: 0;
			text-transform: uppercase;
		}

		body.is-article-visible #footer {
			opacity: 0;
		}

		body.is-preload #footer {
			opacity: 0;
		}

		/* ========================================= */
		/* Top Navbar Custom Styling                 */
		/* ========================================= */

		#top-navbar {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			background: rgba(27, 31, 34, 0.65);
			backdrop-filter: blur(8px);
			-webkit-backdrop-filter: blur(8px);
			border-bottom: solid 1px rgba(255, 255, 255, 0.2);
			z-index: 10000;
		}

		#top-navbar .top-nav-inner {
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 0 2rem;
			height: 3.5rem;
			max-width: 100%;
		}

		#top-navbar .logo {
			font-weight: 600;
			letter-spacing: 0.2rem;
			text-transform: uppercase;
			border-bottom: none;
			color: #ffffff;
		}

		#top-navbar ul {
			display: flex;
			list-style: none;
			margin: 0;
			padding: 0;
		}

		#top-navbar ul li {
			padding-left: 0;
			margin-left: 1.5rem;
		}

		#top-navbar ul li a {
			text-transform: uppercase;
			letter-spacing: 0.2rem;
			font-size: 0.8rem;
			border-bottom: none;
			display: block;
			line-height: 3.5rem;
		}

		#top-navbar ul li a:hover {
			color: rgba(255, 255, 255, 0.5);
		}

		#top-navbar .toggle {
			display: none;
			border-bottom: none;
			font-size: 1.25rem;
			color: #ffffff;
		}

		/* Mobile Ansicht (bis 736px, typischer Breakpoint der Vorlage) */
		@media screen and (max-width: 736px) {
			#top-navbar .top-nav-inner {
				flex-wrap: wrap;
				height: auto;
				padding: 0.5rem 1rem;
			}

			#top-navbar .logo {
				line-height: 2.5rem;
			}

			#top-navbar .toggle {
				display: block;
				line-height: 2.5rem;
			}

			#top-navbar ul {
				display: none;
				width: 100%;
				flex-direction: column;
				padding-bottom: 1rem;
			}

			#top-navbar ul li {
				margin-left: 0;
				border-top: solid 1px rgba(255, 255, 255, 0.1);
			}

			#top-navbar ul li:first-child {
				border-top: none;
			}

			#top-navbar ul li a {
				line-height: 3rem;
				height: 3rem;
				width: 100%;
			}
		}
		/* ========================================= */
		/* Wrapper Abstand für Fixierte Navbar       */
		/* ========================================= */

		#wrapper {
			padding-top: 6rem !important;
		}

		@media screen and (max-width: 1680px) {
			#wrapper {
				padding-top: 5rem !important;
			}
		}

		@media screen and (max-width: 736px) {
			#wrapper {
				padding-top: 4.5rem !important;
			}
		}

		@media screen and (max-width: 480px) {
			#wrapper {
				padding-top: 4rem !important;
			}
		}

/* ============================================================================
   TRUEPUBLISHING - Custom Ergänzungen für den Redesign-Umbau
   ============================================================================ */
    .mobile-top-bar { display: none !important; }

    #top-navbar .logo {
        display: inline-flex;
        align-items: center;
        gap: 0.6rem;
    }

    @media screen and (max-width: 1300px) and (min-width: 737px) {
        #top-navbar .top-nav-inner { flex-wrap: wrap; height: auto; padding: 0.5rem 1rem; }
        #top-navbar .logo { line-height: 2.5rem; }
        #top-navbar .toggle { display: block; line-height: 2.5rem; }
        #top-navbar ul { display: none; width: 100%; flex-direction: column; padding-bottom: 1rem; }
        #top-navbar ul li { margin-left: 0; border-top: solid 1px rgba(255, 255, 255, 0.1); }
        #top-navbar ul li:first-child { border-top: none; }
        #top-navbar ul li a { line-height: 3rem; height: 3rem; width: 100%; }
    }

    @media screen and (max-width: 1300px) {
        #top-navbar ul.is-open { display: flex !important; }
    }

    #header nav ul li a {
        height: auto;
        min-height: 2.75rem;
        line-height: 1.4;
        white-space: normal;
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* Die dekorative Mittellinie über der Karten-Nav (Dimension-Standard) sieht im
       gestapelten Mobile-Layout nur wie eine halbe, falsch ausgerichtete Linie aus -
       auf Mobile blenden wir sie daher aus. */
    @media screen and (max-width: 736px) {
        #header nav.use-middle:after { display: none; }
    }

    /* ==== Einfaches Modal-System ==== */
    #modalBackdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.75);
        z-index: 9998;
    }
    .simple-modal-card {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        background: #242a2e;
        color: #fff;
        max-width: 42rem;
        width: 90%;
        max-height: calc(100vh - 7rem);
        overflow-y: auto;
        padding: 2rem;
        border-radius: 6px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    }
    .simple-modal-card.is-open { display: block; }
    .simple-modal-card .js-close-any-modal {
        position: absolute;
        top: 0.75rem;
        right: 1rem;
        background: none;
        border: none;
        color: #fff;
        font-size: 1.4rem;
        cursor: pointer;
        opacity: 0.7;
    }
    .simple-modal-card .js-close-any-modal:hover { opacity: 1; }
    .simple-modal-card .switch-link { font-size: 0.85rem; opacity: 0.8; }
    .simple-modal-card .switch-link span { text-decoration: underline; cursor: pointer; }

    /* ==== Autoren & Buchblogger ==== */
    .profile-controls {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        align-items: center;
        justify-content: center;
        margin-top: 2rem;
    }
    .profile-controls input[type="text"] {
        max-width: 20rem;
        flex: 1 1 16rem;
    }
    .profile-switcher { display: flex; gap: 0.5rem; flex-shrink: 0; }
    .profile-switch-btn {
        background: none;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
        color: #fff !important;
    }
    .profile-switch-btn.is-active {
        background-color: #ffffff;
        color: #1b1f22 !important;
        box-shadow: none;
    }

    .profile-az-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 0.4rem;
        justify-content: center;
        margin-top: 1.5rem;
    }
    .profile-az-tab {
        background: none;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
        color: rgba(255, 255, 255, 0.8) !important;
        height: 2rem;
        line-height: 2rem;
        padding: 0 0.7rem;
        font-size: 0.7rem;
    }
    .profile-az-tab.is-active {
        background-color: #ffffff;
        box-shadow: none;
        color: #1b1f22 !important;
    }

    .profile-genre-note {
        text-align: center;
        font-size: 0.8rem;
        opacity: 0.6;
        margin: 1.25rem auto 0 auto;
        max-width: 34rem;
    }

    .profile-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(8.5rem, 1fr)); /* Optimiert für mehr Cards pro Reihe */
        gap: 1.25rem;
        margin-top: 2rem;
    }
    .profile-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.6rem;
        padding: 1.25rem 1rem;
        background: rgba(255, 255, 255, 0.04);
        border: solid 1px rgba(255, 255, 255, 0.15);
        border-radius: 6px;
        cursor: pointer;
        transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
    }
    .profile-card:hover {
        background: rgba(255, 255, 255, 0.09);
        transform: translateY(-2px);
    }
    .profile-card-avatar {
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 50%;
        object-fit: cover;
        border: solid 2px rgba(255, 255, 255, 0.2);
        image-orientation: from-image; /* EXIF Fix */
    }
    .profile-card-body h3 {
        margin: 0;
        font-size: 0.95rem;
    }
    .profile-card-role {
        margin: 0.2rem 0 0 0;
        font-size: 0.7rem;
        opacity: 0.6;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
    }
    .profile-card-bio {
        margin: 0.4rem 0 0 0;
        font-size: 0.78rem;
        opacity: 0.8;
        line-height: 1.5;
    }
    .profile-empty-msg { text-align: center; opacity: 0.7; margin-top: 2rem; }

    .profile-card-badge {
        position: absolute;
        top: 0.6rem;
        left: 0.6rem;
        background: #ffffff;
        color: #1b1f22;
        font-size: 0.65rem;
        font-weight: 600;
        padding: 0.2rem 0.5rem;
        border-radius: 4px;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
    }
    .profile-card { position: relative; }

    /* ==== Genre-Filter (Hauptseite) ==== */
    .profile-genre-filter { margin-top: 1.5rem; }
    .profile-genre-filter-row { display: flex; align-items: center; gap: 0.75rem; max-width: 40rem; margin: 0 auto 1rem auto; }
    .profile-genre-filter-row input[type="text"] { flex: 1; margin: 0; }
    .profile-genre-filter input[type="text"] { width: 100%; max-width: 20rem; display: block; margin: 0 auto 1rem auto; }
    .profile-selected-genres { display: flex; flex-wrap: wrap; gap: 0.4rem; justify-content: center; margin-bottom: 0.75rem; }
    .selected-genre-tag {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        background: rgba(255, 255, 255, 0.12);
        border: solid 1px rgba(255, 255, 255, 0.35);
        color: #ffffff;
        font-size: 0.75rem;
        padding: 0.2rem 0.6rem;
        border-radius: 20px;
    }
    .selected-genre-tag .tag-x { cursor: pointer; font-weight: bold; }
    .profile-genre-scroll {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.4rem;
        overflow-x: auto;
        padding: 0.25rem 0.1rem;
        scrollbar-width: thin;
    }
    .genre-open-all-btn {
        flex-shrink: 0;
        background: none;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
        color: #fff !important;
        height: 2rem;
        line-height: 2rem;
        padding: 0 0.7rem;
        font-size: 0.9rem;
    }
    .genre-pill {
        background: none;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
        color: rgba(255, 255, 255, 0.75) !important;
        height: 2rem;
        line-height: 2rem;
        padding: 0 0.75rem;
        font-size: 0.7rem;
        border-radius: 20px;
    }
    .genre-pill.is-active { background-color: #ffffff; box-shadow: none; color: #1b1f22 !important; }

    /* ==== Profil-Modal ==== */
    .profile-modal-layout { display: flex; flex-wrap: wrap; gap: 2rem; text-align: left; }
    .profile-modal-side { flex: 0 0 12rem; display: flex; flex-direction: column; align-items: center; gap: 0.6rem; }
    .profile-modal-avatar { width: 7rem; height: 7rem; border-radius: 50%; object-fit: cover; border: solid 2px rgba(255,255,255,0.2); image-orientation: from-image; }
    .profile-modal-pubtype {
        background: #ffffff; color: #1b1f22; font-size: 0.7rem; font-weight: 600;
        padding: 0.25rem 0.6rem; border-radius: 20px; text-transform: uppercase;
    }
    .profile-modal-socials { display: flex; flex-wrap: wrap; gap: 0.4rem; justify-content: center; }
    .profile-modal-social-icon {
        width: 2.1rem; height: 2.1rem; border-radius: 50%; display: flex; align-items: center; justify-content: center;
        background: rgba(255,255,255,0.08); border: solid 1px rgba(255,255,255,0.2); color: #fff; text-decoration: none; flex-shrink: 0;
    }
    .profile-modal-social-icon svg { width: 1.05rem; height: 1.05rem; fill: currentColor; }
    .profile-modal-social-icon:hover { background: rgba(255,255,255,0.18); }
    .profile-modal-links { display: flex; flex-direction: column; gap: 0.4rem; align-items: stretch; width: 100%; }
    .profile-modal-link {
        display: block;
        text-align: center;
        color: #fff !important;
        font-size: 0.75rem;
        text-decoration: none;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
        border-radius: 4px;
        padding: 0.5rem 0.75rem;
        height: auto;
        line-height: 1.3;
    }
    .profile-modal-link:hover { background: rgba(255, 255, 255, 0.08); }
    .profile-modal-main { flex: 1 1 18rem; min-width: 0; }
    .profile-modal-role { margin: 0 0 1rem 0; opacity: 0.65; text-transform: uppercase; letter-spacing: 0.12rem; font-size: 0.75rem; }
    .profile-modal-bio-wrap { margin-bottom: 1.5rem; }
    .profile-modal-bio { font-size: 0.88rem; line-height: 1.6; opacity: 0.9; max-height: 6.5rem; overflow: hidden; transition: max-height 0.3s ease-in-out; }
    .profile-modal-bio.is-expanded { max-height: 40rem; overflow-y: auto; }
    .profile-modal-subheading { font-size: 1rem; border-bottom: solid 1px rgba(255,255,255,0.15); padding-bottom: 0.4rem; margin: 1.5rem 0 1rem 0; }
    .profile-modal-works { display: grid; grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr)); gap: 1rem; }
    .profile-modal-work-item { cursor: pointer; font-size: 0.8rem; }
    .profile-modal-work-cover { width: 100%; aspect-ratio: 2/3; background-size: contain; background-repeat: no-repeat; background-position: center; background-color: rgba(0,0,0,0.3); border-radius: 4px; margin-bottom: 0.4rem; image-orientation: from-image; }
    .profile-modal-work-cover-empty { display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.05); font-size: 0.7rem; opacity: 0.6; text-align: center; }
    .profile-modal-work-title { font-weight: 600; line-height: 1.3; }
    .profile-modal-progress { margin-top: 0.4rem; height: 0.5rem; background: rgba(255,255,255,0.1); border-radius: 10px; overflow: hidden; }
    .profile-modal-progress div { height: 100%; background: #ffffff; }
    .tp-stars { display: inline-flex; gap: 0.1rem; }
    .tp-star { opacity: 0.25; font-size: 0.9rem; }
    .tp-star.is-active { opacity: 1; color: #ffffff; }
    .profile-modal-sub-list { display: flex; flex-direction: column; gap: 0.75rem; }
    .profile-modal-sub-item { display: flex; gap: 0.75rem; align-items: center; background: rgba(255,255,255,0.04); padding: 0.6rem; border-radius: 6px; }
    .profile-modal-sub-item img, .profile-modal-sub-nocover { width: 3rem; height: 4.5rem; object-fit: cover; border-radius: 3px; flex-shrink: 0; background: rgba(255,255,255,0.08); image-orientation: from-image; }
    .profile-modal-sub-title { font-size: 0.85rem; font-weight: 600; }
    .profile-modal-sub-status { font-size: 0.7rem; opacity: 0.7; margin-top: 0.2rem; }

    /* ==== Werk-/Rezensions-Detail-Modal ==== */
    .item-detail-back {
        background: none; border: none; color: #ffffff; cursor: pointer; font-size: 0.8rem;
        padding: 0.3rem 0.5rem 0.3rem 0; margin-bottom: 0.75rem; display: inline-flex; align-items: center; gap: 0.5rem;
    }
    .item-detail-back span { margin-right: 0.4rem; }
    .reading-sample-back span { margin-right: 0.4rem; }
    .item-detail-covers { display: flex; gap: 0.6rem; overflow-x: auto; padding-bottom: 0.5rem; }
    .item-detail-cover {
        flex: 0 0 auto; width: 6rem; height: 9rem; background-size: contain; background-repeat: no-repeat;
        background-position: center; background-color: rgba(0,0,0,0.3); border-radius: 4px;
        image-orientation: from-image; /* EXIF Fix */
    }
    .item-detail-cover-empty { display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.05); font-size: 0.75rem; opacity: 0.6; }
    .item-detail-meta-grid {
        display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem; font-size: 0.85rem; opacity: 0.9;
        margin: 1rem 0; padding: 0.85rem 1rem; background: rgba(255,255,255,0.04);
        border: solid 1px rgba(255,255,255,0.12); border-radius: 6px;
    }
    .item-detail-text {
        font-size: 0.9rem; line-height: 1.65; opacity: 0.92;
        padding-top: 0.75rem; border-top: solid 1px rgba(255,255,255,0.1);
    }
    .item-detail-credits { margin-top: 1rem; font-size: 0.8rem; opacity: 0.8; border-top: solid 1px rgba(255,255,255,0.15); padding-top: 0.75rem; }
    .item-detail-credits h4 { margin: 0 0 0.4rem 0; font-size: 0.85rem; }

    /* ==== Suchen & Entdecken ==== */
    .fs-tabs { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 1rem 0; }
    .fs-dropdowns { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.25rem; }
    .fs-dropdowns select { flex: 1 1 12rem; }
    .fs-results { display: grid; grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr)); gap: 1rem; max-height: 24rem; overflow-y: auto; }
    .fs-card { cursor: pointer; font-size: 0.8rem; }
    .fs-card-img {
        width: 100%; aspect-ratio: 3/4; background-size: contain; background-repeat: no-repeat;
        background-position: center; background-color: rgba(0,0,0,0.3); border-radius: 6px; margin-bottom: 0.4rem;
        image-orientation: from-image; /* EXIF Fix */
    }
    .fs-card-img-square { aspect-ratio: 1/1; background-size: cover; background-color: transparent; }
    .fs-card-img-placeholder { display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.06); font-size: 1.5rem; opacity: 0.7; }
    .fs-card-name { font-weight: 600; line-height: 1.3; }
    .fs-card-subtitle { opacity: 0.6; font-size: 0.72rem; margin: 0.15rem 0; }
    .fs-card-badge { display: inline-block; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.05rem; opacity: 0.6; margin-top: 0.2rem; }

    /* ==== SUB-Challenge ==== */
    .challenge-genre-container { display: flex; flex-wrap: wrap; gap: 0.5rem; max-height: 12rem; overflow-y: auto; margin: 1rem 0; }
    .challenge-result-card { width: 8rem; text-align: center; }
    .challenge-result-card img { width: 100%; aspect-ratio: 2/3; object-fit: cover; border-radius: 6px; image-orientation: from-image; }
    .challenge-result-nocover { width: 100%; aspect-ratio: 2/3; background: rgba(255,255,255,0.06); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; opacity: 0.6; }
    .challenge-result-title { font-size: 0.8rem; font-weight: 600; margin-top: 0.5rem; line-height: 1.3; }

    /* Fix für überstehenden Text in Buttons */
    .challenge-result-card .button {
        white-space: normal !important;
        height: auto !important;
        min-height: 2.75rem;
        line-height: 1.3 !important;
        padding: 0.5rem !important;
        word-wrap: break-word;
    }

    /* Startseiten-Abschnitte müssen als zentrierte Flex-Kinder des #wrapper
       eine echte, begrenzte Breite bekommen. Ohne width: 100% kann der
       intrinsische Inhalt (vor allem h2.major mit width: max-content und
       horizontale Kartenreihen) den gesamten Abschnitt auf Mobile verbreitern. */
    .tp-home-section {
        width: 100%;
        min-width: 0;
        margin: 0 auto;
        padding: 3rem 2rem;
        box-sizing: border-box;
    }
    .tp-home-section-wide { max-width: 70rem; }
    .tp-home-section-narrow { max-width: 50rem; }

    /* Die Dimension-Vorlage setzt .major auf width: max-content. Bei langen
       Überschriften verhindert das jeden Zeilenumbruch und vergrößert auf
       Smartphones den kompletten Abschnitt. */
    .tp-home-section > h2.major {
        width: fit-content;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-wrap: anywhere;
        text-align: center;
    }

    #bestenliste, #autoren, #rezensionen, #magazin {
        scroll-margin-top: 6rem;
    }
    @media screen and (max-width: 1680px) {
        #bestenliste, #autoren, #rezensionen, #magazin { scroll-margin-top: 5rem; }
    }
    @media screen and (max-width: 736px) {
        #bestenliste, #autoren, #rezensionen, #magazin { scroll-margin-top: 4.5rem; }
    }
    @media screen and (max-width: 480px) {
        #bestenliste, #autoren, #rezensionen, #magazin { scroll-margin-top: 4rem; }
    }

    /* ==== Buchhighlights-Karussell ==== */
    .highlight-carousel {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
    .highlight-viewport {
        overflow: hidden;
        flex: 1 1 auto;
        width: 100%;
        min-width: 0; /* wichtig: sonst zwingt der Inhalt den Flex-Container zu breit zu werden */
    }
    .highlight-track {
        display: flex;
        gap: 1.25rem;
        transition: transform 0.4s ease-in-out;
        /* Breite/Verschiebung wird komplett per JS gesetzt (wie im alten Slider) -
           kein natives overflow-x mehr, das war auf Mobile nicht zuverlässig. */
    }

    .highlight-card {
        flex: 0 0 auto;
        width: 14rem;
        height: 30rem;
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.04);
        border: solid 1px rgba(255, 255, 255, 0.15);
        border-radius: 6px;
        overflow: hidden;
    }
    .highlight-cover-wrap {
        width: 100%;
        height: 9rem;
        flex-shrink: 0;
        background: rgba(0, 0, 0, 0.35);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .highlight-cover {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        image-orientation: from-image; /* EXIF Fix */
    }
    .highlight-body {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
        flex: 1;
        min-height: 0;
    }
    .highlight-body h3 {
        margin: 0;
        font-size: 1rem;
        line-height: 1.3;
        flex-shrink: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .highlight-author {
        margin: 0;
        font-size: 0.75rem;
        opacity: 0.7;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        flex-shrink: 0;
    }
    .highlight-custom {
        margin: 0;
        font-size: 0.78rem;
        line-height: 1.6;
        opacity: 0.85;
        border-top: solid 1px rgba(255, 255, 255, 0.15);
        padding-top: 0.4rem;
        max-height: 5.6rem;
        overflow-y: auto;
        flex-shrink: 0;
    }
    .highlight-text-wrap { flex: 1; min-height: 0; display: flex; flex-direction: column; }
    .highlight-text {
        margin: 0;
        font-size: 0.8rem;
        opacity: 0.85;
        line-height: 1.55;
        max-height: 3.1rem;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
    }
    .highlight-text-wrap.is-expanded .highlight-text {
        max-height: 16rem;
        overflow-y: auto;
    }
    .highlight-card.is-text-expanded {
        height: auto;
        min-height: 32rem;
        overflow: visible;
    }
    .highlight-toggle-text {
        align-self: flex-start;
        margin-top: 0.3rem;
        background: none;
        border: none;
        box-shadow: none;
        color: #ffffff !important;
        font-size: 0.75rem;
        height: auto;
        line-height: 1.4;
        cursor: pointer;
        padding: 0.2rem 0.4rem 0.2rem 0;
        flex-shrink: 0;
    }
    .highlight-cta { margin-top: 0.5rem; text-align: center; flex-shrink: 0; }

    .highlight-arrow {
        position: static;
        flex: 0 0 2.5rem;
        width: 2.5rem;
        min-width: 2.5rem;
        height: 2.5rem;
        min-height: 2.5rem;
        padding: 0;
        line-height: 1;
        letter-spacing: 0;
        border-radius: 50%;
        border: solid 1px rgba(255, 255, 255, 0.3);
        background: rgba(20, 22, 24, 0.75);
        color: #fff;
        font-size: 1rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
    }
    .highlight-arrow:hover { background: rgba(255, 255, 255, 0.15); }
    .highlight-arrow:active { transform: scale(0.92); }

    @media screen and (max-width: 480px) {
        .highlight-arrow {
            flex-basis: 2rem;
            width: 2rem;
            min-width: 2rem;
            height: 2rem;
            min-height: 2rem;
            font-size: 0.85rem;
        }
    }

    .simple-modal-card input[type="date"] {
        -webkit-appearance: none;
        appearance: none;
        background: rgba(255, 255, 255, 0.05);
        border: solid 1px rgba(255, 255, 255, 0.25);
        color: #fff;
        border-radius: 4px;
        padding: 0 1rem;
        height: 2.75rem;
        width: 100%;
        box-sizing: border-box;
    }
    .simple-modal-card input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1); }

    body {
        background-image:
            linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
            url('/data/background.webp');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }

    /* Strict Body Overflow prevention */
    html, body {
        overflow-x: hidden;
        width: 100%;
        position: relative;
    }

/* Eigene Reihe für Community-Empfehlungen. Sie darf nicht .highlight-track
   verwenden, weil diese Klasse ausschließlich zum transform-basierten
   Buchhighlights-Slider gehört. */
.community-recommendations-scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.25rem;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-top: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
}

/* ============================================================================
   Mobile: Strikte Overflow Fixes & seitliches Wischen ermöglichen
   ============================================================================ */
@media screen and (max-width: 736px) {
    .tp-home-section {
        padding: 2rem 0.5rem;
    }

    .tp-home-section > h2.major {
        width: fit-content;
        max-width: calc(100vw - 3rem);
        letter-spacing: 0.28rem;
        line-height: 1.35;
    }

    .highlight-carousel {
        gap: 0.35rem;
    }

    /* WICHTIG: .profile-grid NICHT mit !important auf display:flex zwingen -
       das JS blendet Autoren-/Buchblogger-Grid per Inline-Style (display:none)
       aus, und !important schlägt sogar Inline-Styles. Dadurch waren zuletzt
       beide Grids gleichzeitig sichtbar. Für die anderen (nicht JS-gesteuerten)
       Karten-Reihen ist !important unproblematisch.
       .highlight-track ist jetzt KEIN natives Scroll-Element mehr (siehe oben) -
       taucht hier bewusst nicht mehr auf. */
    .highlight-grid-static,
    .community-recommendations-scroll,
    .profile-genre-scroll,
    .challenge-genre-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        overscroll-behavior-inline: contain;
        touch-action: pan-x;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        scrollbar-width: none;
    }
    .profile-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-inline: contain;
        touch-action: pan-x;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        scrollbar-width: none;
    }

    .profile-grid::-webkit-scrollbar,
    .highlight-grid-static::-webkit-scrollbar,
    .community-recommendations-scroll::-webkit-scrollbar,
    .profile-genre-scroll::-webkit-scrollbar,
    .challenge-genre-container::-webkit-scrollbar {
        display: none;
    }

    /* Kein scroll-snap mehr auf Mobile - das hat zusammen mit dem
       Pfeil-Padding der Karussells dafür gesorgt, dass die letzte Karte beim
       Scrollen nie ganz ins Bild kam (Snap-Punkt lag vor dem eigentlichen Ende).
       Freies Scrollen mit etwas Endpolster ist hier zuverlässiger. */
    .profile-grid,
    .highlight-grid-static,
    .community-recommendations-scroll,
    .profile-genre-scroll,
    .challenge-genre-container {
        scroll-snap-type: none;
        padding-right: 1.5rem;
    }

    /* Cards auf feste Breite zwingen, damit sie beim seitlichen Scrollen
       weder gestaucht noch überzogen werden. Die Highlight-Karten im echten
       Pfeil-Slider bleiben davon unberührt; nur die Community-Reihe wird erfasst. */
    .profile-grid .profile-card,
    .highlight-grid-static .review-feed-card,
    .community-recommendations-scroll .highlight-card {
        flex: 0 0 14rem !important;
        width: 14rem !important;
        max-width: 80vw !important; /* Sicherstellen, dass nichts größer ist als das Handydisplay */
    }

    /* Genre Pills dürfen ihre normale Textgröße behalten, aber flexibel in der Reihe */
    .profile-genre-scroll .genre-pill,
    .challenge-genre-container .genre-pill,
    .profile-az-tab {
        flex: 0 0 auto !important;
        white-space: normal;
        height: auto;
        min-height: 2rem;
        line-height: 1.2;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

    /* Verhindert Rausrutschen der Input-Felder über den Container hinaus */
    .profile-controls input[type="text"],
    .profile-genre-filter-row input[type="text"] {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        min-width: 0 !important;
    }

    .profile-controls { flex-direction: column; align-items: stretch; }
    .profile-switcher { justify-content: stretch; }
    .profile-switcher .profile-switch-btn { flex: 1; }
    .profile-genre-filter-row { flex-direction: column; align-items: stretch; }
    .genre-open-all-btn { width: 100%; }

    button,
    .button,
    input[type="submit"],
    input[type="button"] {
        white-space: normal;
        height: auto;
        min-height: 2.75rem;
        line-height: 1.3;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .simple-modal-card { width: 94%; padding: 1.25rem; max-height: calc(100vh - 5rem); overflow-x: hidden; }
    .simple-modal-card * { max-width: 100%; box-sizing: border-box; }

    .profile-modal-layout { flex-direction: column; gap: 1rem; }
    .profile-modal-side { flex: none; width: 100%; }
    .profile-modal-works { grid-template-columns: repeat(auto-fill, minmax(6.5rem, 1fr)); }
    .profile-modal-secondary-actions button { white-space: normal; height: auto; padding: 0.6rem; }

    .fs-results { grid-template-columns: repeat(auto-fill, minmax(6.5rem, 1fr)); }
    .fs-dropdowns { flex-direction: column; }
    .fs-tabs { justify-content: center; }

    .item-detail-cover { width: 5rem; height: 7.5rem; }

    .profile-modal-nav-btn { display: none !important; }

    .rating-scale-row { flex-wrap: wrap; }
    .magazine-teaser-card { flex-direction: column; }
}

/* ============================================================================
   Profil-Navigation, Melden/Teilen, Video-Einbettung, Leseprobe
   ============================================================================ */
.profile-modal-nav-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.3);
    background: rgba(20, 22, 24, 0.75);
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}
.profile-modal-nav-btn.is-visible { display: flex; }
.profile-modal-nav-prev { left: 1.5rem; }
.profile-modal-nav-next { right: 1.5rem; }
.profile-modal-nav-btn:hover { background: rgba(255, 255, 255, 0.15); }

.profile-modal-options { position: relative; }
.profile-modal-options-toggle {
    background: none; box-shadow: none; color: #fff !important; font-size: 1.2rem; padding: 0 0.4rem;
}
.profile-modal-options-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #242a2e;
    border: solid 1px rgba(255,255,255,0.2);
    border-radius: 6px;
    padding: 0.5rem;
    min-width: 10rem;
    z-index: 20;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.profile-modal-options-menu.is-open { display: block; }
.profile-modal-options-menu button {
    display: block; width: 100%; text-align: left; background: none; box-shadow: none;
    color: #fff !important; font-size: 0.75rem; height: auto; line-height: 1.4; padding: 0.5rem 0.6rem;
}
.profile-modal-options-menu button:hover { background: rgba(255,255,255,0.08); }

.profile-modal-secondary-actions { display: flex; flex-direction: column; gap: 0.4rem; width: 100%; margin-top: 0.5rem; }
.profile-modal-secondary-actions button {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3); background: none; color: #fff !important;
    font-size: 0.72rem; height: auto; padding: 0.5rem; line-height: 1.3;
}

.item-detail-video-btn { width: 100%; margin-bottom: 1rem; }
.item-detail-video-embed { position: relative; width: 100%; aspect-ratio: 16/9; margin-bottom: 1rem; display: none; }
.item-detail-video-embed iframe { width: 100%; height: 100%; border: 0; border-radius: 6px; }

.reading-sample-overlay {
    background: rgba(255,255,255,0.03);
    border: solid 1px rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    max-height: 28rem;
    overflow-y: auto;
}
.reading-sample-overlay h3 { margin-top: 0; text-align: center; font-weight: normal; border-bottom: dashed 1px rgba(255,255,255,0.2); padding-bottom: 0.75rem; }
.reading-sample-text { font-size: 0.95rem; line-height: 1.8; text-align: justify; hyphens: auto; }
.reading-sample-back { background: none; border: none; color: #fff; opacity: 0.8; cursor: pointer; font-size: 0.8rem; margin-bottom: 1rem; padding: 0; }

/* ============================================================================
   Rezensionen-Feed, Buchempfehlungen, Magazin-Teaser (Startseite)
   ============================================================================ */
.highlight-grid-static {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
.review-feed-card {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.04);
    border: solid 1px rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}
.review-feed-card:hover { background: rgba(255, 255, 255, 0.08); }
.review-feed-cover {
    width: 100%; height: 9rem; background-size: contain; background-repeat: no-repeat;
    background-position: center; background-color: rgba(0,0,0,0.3);
    image-orientation: from-image; /* EXIF Fix */
}
.review-feed-body { padding: 1rem; display: flex; flex-direction: column; gap: 0.5rem; }
.review-feed-body h3 { margin: 0; font-size: 1rem; }
.review-feed-text { margin: 0; font-size: 0.82rem; opacity: 0.85; line-height: 1.5; }
.review-feed-author { margin: 0; font-size: 0.75rem; opacity: 0.7; text-decoration: underline; cursor: pointer; }

.magazine-teaser-card {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    border: solid 1px rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    overflow: hidden;
    margin-top: 2rem;
}
.magazine-teaser-image { flex: 1 1 14rem; min-height: 12rem; background-size: cover; background-position: center; }
.magazine-teaser-body { flex: 2 1 18rem; padding: 1.5rem; }
.magazine-teaser-body h3 { margin-top: 0; }

.review-feed-book-author { margin: 0; font-size: 0.75rem; opacity: 0.65; font-style: italic; }

/* ============================================================================
   Magazin-Teaser: Bild oben, 16:9, Text darunter
   ============================================================================ */
.magazine-teaser-card {
    display: block;
}
.magazine-teaser-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    min-height: 0;
}
.magazine-teaser-body { padding: 1.5rem; }

/* ============================================================================
   Bewertungsskala (Rezensions-Detail)
   ============================================================================ */
.rating-scale-box {
    margin: 0.75rem 0 1rem 0;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: solid 1px rgba(255, 255, 255, 0.12);
    border-radius: 6px;
}
.rating-scale-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.4rem 0;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.1);
    font-size: 0.85rem;
}
.rating-scale-row:last-child { border-bottom: none; }
.rating-scale-bar { display: flex; gap: 0.2rem; }
.rating-scale-segment {
    width: 1rem;
    height: 0.6rem;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.15);
}
.rating-scale-segment.is-active { background: #ffffff; }

/* ============================================================================
   Mobile V2: Abstand zur fixierten Navbar, kompakte Filter und Suchfelder
   ============================================================================ */
:root {
    --tp-navbar-height: 3.5rem;
    --tp-modal-edge-gap: 0.75rem;
}

/* Das Modal wird im unterhalb der Navbar verbleibenden Bereich zentriert.
   Bei maximaler Höhe bleiben oben und unten jeweils 0,75rem Abstand. */
.simple-modal-card {
    top: calc(50% + 1.75rem);
    max-height: calc(100dvh - 5rem);
}

@supports not (height: 100dvh) {
    .simple-modal-card {
        max-height: calc(100vh - 5rem);
    }
}

/* Lange Modaltitel dürfen nicht unter den Schließen-Button laufen. */
.simple-modal-card > h2:first-of-type {
    max-width: 100%;
    padding-right: 3rem;
    overflow-wrap: anywhere;
}

/* Rezensionstags und Bewertungsskala klar als eigene Bereiche darstellen. */
.item-detail-section-label {
    margin: 0.85rem 0 0.45rem 0;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
    opacity: 0.72;
}
.item-detail-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

@media screen and (max-width: 736px) {
    .simple-modal-card {
        width: calc(100% - 1.5rem);
        top: calc(50% + 1.75rem);
        max-height: calc(100dvh - 5rem);
        padding: 1.15rem;
    }

    /* Das Suchfeld war wegen flex-basis:16rem in einem Spalten-Flexcontainer
       16rem HOCH. Im mobilen Spaltenlayout muss die Flex-Basis zurückgesetzt werden. */
    .profile-controls {
        width: 100%;
        max-width: 40rem;
        margin: 1.25rem auto 0 auto;
    }
    .profile-controls input[type="text"] {
        flex: 0 0 auto !important;
        width: 100% !important;
        height: 2.75rem !important;
        min-height: 2.75rem !important;
        margin: 0 !important;
    }

    /* Genre-Suche und Button erhalten dieselbe nutzbare Breite. */
    .profile-genre-filter,
    .profile-genre-filter-row {
        width: 100%;
        max-width: 40rem;
        min-width: 0;
    }
    .profile-genre-filter {
        margin-left: auto;
        margin-right: auto;
    }
    .profile-genre-filter-row input[type="text"] {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 2.75rem !important;
        min-height: 2.75rem !important;
        margin: 0 !important;
    }
    .genre-open-all-btn {
        width: 100%;
        min-height: 2.5rem;
    }

    /* In .fs-dropdowns wird auf Mobile auf flex-direction:column umgestellt.
       Die Desktop-Regel flex:1 1 12rem machte deshalb JEDES Select 12rem hoch. */
    .fs-dropdowns {
        width: 100%;
        gap: 0.65rem;
    }
    .fs-dropdowns select {
        flex: 0 0 auto !important;
        width: 100% !important;
        height: 2.75rem !important;
        min-height: 2.75rem !important;
        margin: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    #fsTextInput {
        height: 2.75rem;
        min-height: 2.75rem;
    }
    .fs-tabs {
        gap: 0.4rem;
        justify-content: flex-start;
    }
    .fs-tabs .profile-az-tab {
        min-height: 2.15rem;
        padding: 0.4rem 0.65rem;
        line-height: 1.2;
    }

    .rating-scale-row {
        align-items: flex-start;
    }
    .rating-scale-bar {
        flex-shrink: 0;
        margin-top: 0.2rem;
    }
}

/* ============================================================================
   Weltenschmiede-Banner, Tagesprofile, Registrierung und Dokument-Footer
   ============================================================================ */

/* Der Wrapper bleibt mindestens eine volle Bildschirmhöhe hoch. Da der Footer
   außerhalb des Wrappers steht, liegt er wirklich am Dokumentende und wird
   nicht als feststehendes oder schwebendes Element eingeblendet. */
#wrapper {
    min-height: 100vh;
}

.platform-update-banner {
    width: min(100%, 70rem);
    min-width: 0;
    margin: 0 auto 2.75rem auto;
    padding: 1.65rem 2rem;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
        rgba(22, 27, 31, 0.9);
    border: solid 1px rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.platform-update-eyebrow {
    margin: 0 0 0.35rem 0;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.28rem;
    text-transform: uppercase;
    opacity: 0.72;
}

.platform-update-banner h1,
.platform-update-banner h2 {
    margin: 0 0 0.9rem 0;
    font-size: clamp(1.55rem, 4vw, 2.35rem);
    letter-spacing: clamp(0.22rem, 1vw, 0.5rem);
    overflow-wrap: anywhere;
}

.platform-update-banner > p:not(.platform-update-eyebrow) {
    max-width: 54rem;
    margin: 0 auto;
    line-height: 1.7;
}

.platform-update-domain {
    margin-top: 0.85rem !important;
    padding-top: 0.85rem;
    border-top: solid 1px rgba(255, 255, 255, 0.13);
    font-size: 0.92rem;
}

.daily-profile-heading {
    display: grid;
    grid-template-columns: minmax(1.5rem, 1fr) auto minmax(1.5rem, 1fr);
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin: 2.5rem 0 1.1rem 0;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.28rem;
}

.daily-profile-heading::before,
.daily-profile-heading::after {
    content: '';
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.24);
}

/* Die globale Checkbox-Regel arbeitet mit float und negativem Margin. In einer
   zusätzlichen Flex-Zeile verschob das die sichtbare Pseudo-Checkbox nach links.
   Diese Registrierungszeile erhält deshalb einen eigenen, stabilen Bezugspunkt. */
.registration-legal-row {
    position: relative;
    display: block !important;
    width: 100%;
    margin: 0;
}

.registration-legal-row input[type="checkbox"] {
    position: absolute;
    top: 0.15rem;
    left: 0;
    float: none;
    margin: 0;
}

.registration-legal-row input[type="checkbox"] + label {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 2.65rem;
    padding-right: 0;
}

/* Full-bleed Footer am echten Seitenende; bewusst nicht position:fixed. */
#footer {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 2.25rem 1.5rem;
    border-radius: 0;
    background: rgba(15, 19, 22, 0.97);
    border-top: solid 1px rgba(255, 255, 255, 0.22);
    box-shadow: 0 -1rem 3rem rgba(0, 0, 0, 0.22);
}

@media screen and (max-width: 736px) {
    .platform-update-banner {
        margin-bottom: 2rem;
        padding: 1.25rem 1rem;
        border-radius: 6px;
    }

    .platform-update-eyebrow {
        letter-spacing: 0.2rem;
    }

    .platform-update-banner h1,
.platform-update-banner h2 {
        font-size: 1.55rem;
        letter-spacing: 0.24rem;
    }

    .platform-update-banner > p:not(.platform-update-eyebrow) {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .daily-profile-heading {
        grid-template-columns: minmax(0.75rem, 1fr) auto minmax(0.75rem, 1fr);
        gap: 0.65rem;
        margin-top: 2rem;
        font-size: 0.9rem;
        letter-spacing: 0.18rem;
    }

    #footer {
        padding: 1.75rem 1rem;
    }

    #footer .copyright {
        line-height: 1.9;
    }
}

/* ============================================================================
   Funktionsabgleich mit der ursprünglichen Hauptseite – neues Design
   ============================================================================ */
body.tp-modal-open { overflow: hidden; }

/* Profilmenü in der oberen Navbar */
#top-navbar .top-profile-menu { position: relative; }
#top-navbar .top-profile-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    height: 3.5rem;
    min-height: 3.5rem;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff !important;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 3.5rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}
#top-navbar .top-profile-trigger:hover { background: transparent; color: rgba(255,255,255,0.65) !important; }
#top-navbar .top-profile-avatar { width: 1.65rem; height: 1.65rem; border-radius: 50%; object-fit: cover; }
#top-navbar .top-profile-chevron { font-size: 0.85rem; transition: transform 0.2s ease; }
#top-navbar .top-profile-menu.profile-menu-open .top-profile-chevron { transform: rotate(180deg); }
#top-navbar .top-profile-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    width: 14rem;
    padding: 0.45rem;
    background: rgba(27,31,34,0.97);
    border: solid 1px rgba(255,255,255,0.2);
    border-radius: 6px;
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
#top-navbar .top-profile-menu.profile-menu-open .top-profile-dropdown { display: block; }
#top-navbar .top-profile-dropdown a {
    height: auto;
    min-height: 2.55rem;
    padding: 0.7rem 0.8rem;
    line-height: 1.35;
    letter-spacing: 0.1rem;
    border-radius: 4px;
}
#top-navbar .top-profile-dropdown a:hover { background: rgba(255,255,255,0.08); color: #fff; }
#top-navbar .top-profile-dropdown .top-profile-logout { border-top: solid 1px rgba(255,255,255,0.12); color: #ffb9b9; }

/* Flash-Meldungen */
#flashMsgContainer {
    position: fixed;
    top: calc(var(--tp-navbar-height, 3.5rem) + 0.85rem);
    right: 1rem;
    z-index: 12000;
    width: min(26rem, calc(100vw - 2rem));
    pointer-events: none;
}
.toast-msg {
    transform: translateY(-0.65rem);
    opacity: 0;
    margin-bottom: 0.65rem;
    padding: 0.9rem 1rem;
    background: rgba(27,31,34,0.96);
    border: solid 1px rgba(255,255,255,0.24);
    border-left-width: 4px;
    border-radius: 6px;
    box-shadow: 0 0.8rem 2rem rgba(0,0,0,0.38);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 0.85rem;
    line-height: 1.45;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.toast-msg.show { transform: translateY(0); opacity: 1; }
.toast-msg.success-toast { border-left-color: #7ed69b; }
.toast-msg.error-toast { border-left-color: #ff8d8d; }

/* Mensch-Prüfung */
.human-check-container {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    margin: 0.35rem 0 1.25rem 0;
    padding: 0.8rem 0.9rem;
    border: dashed 1px rgba(255,255,255,0.32);
    border-radius: 6px;
    background: rgba(255,255,255,0.035);
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.human-check-container:focus-visible { outline: solid 2px rgba(255,255,255,0.75); outline-offset: 2px; }
.human-check-box {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
    border: solid 1px rgba(255,255,255,0.8);
    border-radius: 4px;
    display: grid;
    place-items: center;
}
.human-check-spinner {
    display: none;
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
    border: solid 2px rgba(255,255,255,0.22);
    border-top-color: #fff;
    border-radius: 50%;
    animation: tpHumanSpin 0.75s linear infinite;
}
.human-check-text { font-size: 0.8rem; letter-spacing: 0.08rem; text-transform: uppercase; }
.human-check-container.is-checking .human-check-box { display: none; }
.human-check-container.is-checking .human-check-spinner { display: block; }
.human-check-container.is-ready { border-color: rgba(255,214,133,0.7); background: rgba(255,214,133,0.06); }
.human-check-container.is-confirmed { border-style: solid; border-color: rgba(126,214,155,0.75); background: rgba(126,214,155,0.07); }
.human-check-container.is-confirmed .human-check-box::before { content: '\2713'; font-weight: 700; }
.human-check-container.human-check-error { border-color: #ff8d8d; background: rgba(255,90,90,0.08); animation: tpHumanShake 0.35s ease; }
@keyframes tpHumanSpin { to { transform: rotate(360deg); } }
@keyframes tpHumanShake { 0%,100% { transform: translateX(0); } 30% { transform: translateX(-5px); } 70% { transform: translateX(5px); } }

/* Öffentlicher SUB mit Lesefortschritt */
.profile-modal-sub-copy { flex: 1; min-width: 0; }
.profile-modal-sub-progress-wrap { margin-top: 0.45rem; max-width: 18rem; }
.profile-modal-sub-progress { height: 0.55rem; overflow: hidden; background: rgba(255,255,255,0.12); border-radius: 999px; }
.profile-modal-sub-progress > div { height: 100%; background: #fff; border-radius: inherit; }
.profile-modal-sub-progress-text { margin-top: 0.25rem; font-size: 0.68rem; opacity: 0.72; }

/* Buchdetails und verlinkte Mitwirkende */
.item-detail-credit-link { color: #fff; border-bottom: dotted 1px rgba(255,255,255,0.5); }
.item-detail-credit-link:hover { border-bottom-color: transparent; }
.item-detail-notes { margin-top: 0.7rem; padding-top: 0.7rem; border-top: dashed 1px rgba(255,255,255,0.14); }

/* Sichere Video-Einbettungen */
.item-detail-video-embed { aspect-ratio: auto; height: auto; }
.tp-video-frame { width: 100%; margin: 0 auto; }
.tp-video-frame iframe { display: block; width: 100%; height: 100%; border: 0; border-radius: 6px; background: #000; }
.tp-video-frame-wide { aspect-ratio: 16 / 9; }
.tp-video-frame-vertical { width: min(100%, 22rem); height: 38rem; max-height: 72vh; }
.tp-video-frame-instagram { width: min(100%, 28rem); height: 38rem; max-height: 72vh; }
.tp-video-external { margin: 0.65rem 0 0 0; text-align: center; font-size: 0.75rem; opacity: 0.8; }
.tp-video-fallback { padding: 1.25rem; text-align: center; border: dashed 1px rgba(255,255,255,0.22); border-radius: 6px; background: rgba(255,255,255,0.035); }
.tp-video-fallback p { margin-bottom: 0.85rem; }

@media screen and (max-width: 1300px) {
    #top-navbar .top-profile-trigger {
        justify-content: flex-start;
        width: 100%;
        height: 3rem;
        min-height: 3rem;
        line-height: 3rem;
        padding: 0;
    }
    #top-navbar .top-profile-dropdown {
        position: static;
        width: 100%;
        margin: 0 0 0.5rem 0;
        padding: 0.25rem 0 0.25rem 0.85rem;
        border: 0;
        border-left: solid 1px rgba(255,255,255,0.18);
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    #top-navbar .top-profile-dropdown a { min-height: 2.5rem; line-height: 1.3; padding: 0.6rem 0.75rem; }
}

@media screen and (max-width: 736px) {
    #flashMsgContainer { top: calc(var(--tp-navbar-height, 3.5rem) + 0.55rem); left: 0.75rem; right: 0.75rem; width: auto; }
    .tp-video-frame-vertical, .tp-video-frame-instagram { height: 32rem; }
}

/* ========================================================================== */
/* FAQ-Unterseite – gemeinsame Weltenschmiede-Designsprache                  */
/* ========================================================================== */

.faq-page-wrapper {
    justify-content: flex-start;
    gap: 2.5rem;
}

.faq-page-shell {
    width: min(100%, 68rem);
    min-width: 0;
    margin: 0 auto;
}

.faq-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 0.75rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.025)),
        rgba(18, 22, 27, 0.88);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.26);
    text-align: center;
}

.faq-hero::after {
    content: '?';
    position: absolute;
    right: clamp(-1.5rem, -1vw, -0.5rem);
    bottom: clamp(-5rem, -8vw, -2.5rem);
    color: rgba(255, 255, 255, 0.035);
    font-size: clamp(13rem, 30vw, 25rem);
    font-weight: 600;
    line-height: 0.75;
    pointer-events: none;
}

.faq-hero > * {
    position: relative;
    z-index: 1;
}

.faq-hero-eyebrow,
.faq-topic-eyebrow {
    margin: 0 0 0.6rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.28rem;
    text-transform: uppercase;
    opacity: 0.64;
}

.faq-hero h1 {
    margin: 0;
    font-size: clamp(2.1rem, 6vw, 4.35rem);
    line-height: 1.08;
    letter-spacing: clamp(0.12rem, 1vw, 0.45rem);
}

.faq-hero-copy {
    max-width: 44rem;
    margin: 1.25rem auto 0;
    font-size: clamp(1rem, 2vw, 1.18rem);
    line-height: 1.75;
    opacity: 0.78;
}

.faq-topic-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 2rem;
}

.faq-topic-link {
    display: inline-flex;
    align-items: center;
    min-height: 2.6rem;
    padding: 0.55rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.72rem;
    letter-spacing: 0.12rem;
    line-height: 1.35;
    text-transform: uppercase;
}

.faq-topic-link:hover,
.faq-topic-link:focus-visible {
    border-color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.1);
}

.faq-content {
    display: grid;
    gap: 3.25rem;
    margin-top: 3.25rem;
}

.faq-topic-section {
    scroll-margin-top: 6.5rem;
    min-width: 0;
}

.faq-topic-heading {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.faq-topic-number {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 3.15rem;
    height: 3.15rem;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12rem;
}

.faq-topic-heading h2 {
    width: auto;
    max-width: 100%;
    margin: 0;
    font-size: clamp(1.25rem, 3vw, 1.8rem);
    letter-spacing: clamp(0.12rem, 0.6vw, 0.28rem);
    overflow-wrap: anywhere;
}

.faq-topic-heading .faq-topic-eyebrow {
    margin-bottom: 0.2rem;
}

.faq-item-new {
    margin: 0 0 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.045);
    box-shadow: 0 0.8rem 2.2rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.faq-item-new:hover {
    border-color: rgba(255, 255, 255, 0.46);
}

.faq-item-new[open] {
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.075);
}

.faq-item-new summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    min-height: 4.5rem;
    padding: 1.15rem 1.35rem;
    cursor: pointer;
    list-style: none;
    font-size: clamp(0.98rem, 2vw, 1.08rem);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.035rem;
    text-transform: none;
}

.faq-item-new summary::-webkit-details-marker {
    display: none;
}

.faq-item-new summary:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: -4px;
}

.faq-toggle-icon {
    position: relative;
    flex: 0 0 auto;
    width: 1.45rem;
    height: 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.62rem;
    height: 1px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item-new[open] .faq-toggle-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer-new {
    margin: 0 1.35rem;
    padding: 1.15rem 0 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.98rem;
    line-height: 1.78;
    opacity: 0.86;
}

.faq-answer-new > :last-child {
    margin-bottom: 0;
}

.faq-answer-new ul,
.faq-answer-new ol {
    margin: 0.8rem 0 1.1rem;
    padding-left: 1.35rem;
}

.faq-answer-new li {
    margin-bottom: 0.35rem;
    padding-left: 0.2rem;
}

.faq-answer-new strong {
    color: #fff;
}

#top-navbar a[aria-current="page"] {
    background: rgba(255, 255, 255, 0.09);
}

@media screen and (max-width: 736px) {
    .faq-page-wrapper {
        gap: 1.5rem;
    }

    .faq-hero {
        padding: 2rem 1.15rem;
    }

    .faq-topic-nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: calc(100% + 1.15rem);
        margin-right: -1.15rem;
        padding-right: 1.15rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .faq-topic-nav::-webkit-scrollbar {
        display: none;
    }

    .faq-topic-link {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .faq-content {
        gap: 2.4rem;
        margin-top: 2.4rem;
    }

    .faq-topic-heading {
        align-items: flex-start;
        gap: 0.85rem;
    }

    .faq-topic-number {
        width: 2.65rem;
        height: 2.65rem;
    }

    .faq-item-new summary {
        min-height: 4rem;
        padding: 1rem;
    }

    .faq-answer-new {
        margin: 0 1rem;
        padding: 1rem 0 1.2rem;
    }
}

@media screen and (max-width: 480px) {
    .faq-topic-heading h2 {
        font-size: 1.18rem;
        line-height: 1.45;
    }

    .faq-item-new summary {
        gap: 0.75rem;
        font-size: 0.96rem;
    }
}



/* ========================================================================== */
/* Alle Profile – Verzeichnis im gemeinsamen Weltenschmiede-Design             */
/* ========================================================================== */

.trueall-page-wrapper {
    justify-content: flex-start;
    gap: 2.5rem;
}

.trueall-page-shell {
    width: min(100%, 72rem);
    min-width: 0;
    margin: 0 auto;
}

.trueall-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4.25rem);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 0.75rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.025)),
        rgba(18, 22, 27, 0.88);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.26);
    text-align: center;
}

.trueall-hero::after {
    content: 'A–Z';
    position: absolute;
    right: clamp(-2.5rem, -2vw, -0.5rem);
    bottom: clamp(-2.3rem, -4vw, -0.8rem);
    color: rgba(255, 255, 255, 0.035);
    font-size: clamp(7rem, 20vw, 15rem);
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: -0.7rem;
    pointer-events: none;
}

.trueall-hero > * {
    position: relative;
    z-index: 1;
}

.trueall-hero-eyebrow,
.trueall-directory-eyebrow {
    margin: 0 0 0.6rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.28rem;
    text-transform: uppercase;
    opacity: 0.64;
}

.trueall-hero h1 {
    margin: 0;
    font-size: clamp(2rem, 5.5vw, 4.2rem);
    line-height: 1.08;
    letter-spacing: clamp(0.1rem, 0.8vw, 0.42rem);
    overflow-wrap: anywhere;
}

.trueall-hero-copy {
    max-width: 48rem;
    margin: 1.25rem auto 0;
    font-size: clamp(1rem, 2vw, 1.16rem);
    line-height: 1.75;
    opacity: 0.78;
}

.trueall-hero-actions {
    margin-top: 1.75rem;
}

.trueall-directory {
    min-width: 0;
    margin-top: 3rem;
    padding: clamp(1.4rem, 3vw, 2.5rem);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0.7rem;
    background: rgba(16, 20, 24, 0.76);
    box-shadow: 0 1.2rem 3.5rem rgba(0, 0, 0, 0.2);
}

.trueall-directory-heading {
    text-align: center;
}

.trueall-directory-heading h2 {
    width: auto;
    max-width: 100%;
    margin: 0;
    font-size: clamp(1.45rem, 4vw, 2.2rem);
    letter-spacing: clamp(0.12rem, 0.7vw, 0.32rem);
    overflow-wrap: anywhere;
}

.trueall-directory-copy {
    max-width: 44rem;
    margin: 0.9rem auto 0;
    line-height: 1.7;
    opacity: 0.72;
}

.trueall-directory .profile-controls {
    margin-top: 1.75rem;
}

.trueall-directory .profile-genre-filter {
    margin-top: 1.25rem;
}

.trueall-grid-heading {
    width: auto;
    max-width: 100%;
    margin: 2.5rem auto 0;
    text-align: center;
    font-size: clamp(1.15rem, 3vw, 1.55rem);
    letter-spacing: clamp(0.1rem, 0.6vw, 0.25rem);
    overflow-wrap: anywhere;
}

.trueall-directory .profile-grid {
    grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
    align-items: stretch;
}

.trueall-directory .profile-card {
    min-height: 15.5rem;
}

.trueall-directory .profile-card-body {
    width: 100%;
}

.trueall-directory-note {
    max-width: 40rem;
    margin: 1.25rem auto 0;
    text-align: center;
    font-size: 0.82rem;
    line-height: 1.65;
    opacity: 0.6;
}

#top-navbar a[aria-current="page"] {
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
}

@media screen and (max-width: 736px) {
    .trueall-page-wrapper {
        gap: 1.5rem;
    }

    .trueall-page-shell {
        width: 100%;
    }

    .trueall-hero {
        padding: 2rem 1rem;
    }

    .trueall-hero::after {
        right: -1.2rem;
        bottom: -0.8rem;
        font-size: 7rem;
        letter-spacing: -0.4rem;
    }

    .trueall-hero-actions ul.actions {
        gap: 0.75rem;
    }

    .trueall-directory {
        margin-top: 1.5rem;
        padding: 1.25rem 0.75rem;
    }

    /* Ein vollständiges Verzeichnis darf auf Mobilgeräten nicht in einer
       endlosen horizontalen Kartenreihe landen. Hier bleiben die Cards als
       zweispaltiges, vertikal scrollbares Grid sichtbar. */
    .trueall-directory .profile-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
        overflow: visible;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        touch-action: auto;
    }

    .trueall-directory .profile-grid .profile-card {
        width: auto !important;
        max-width: none !important;
        min-width: 0;
        min-height: 13.5rem;
        padding: 1rem 0.65rem;
    }

    .trueall-directory .profile-card-avatar {
        width: 4rem;
        height: 4rem;
    }

    .trueall-directory .profile-card-bio {
        font-size: 0.73rem;
        line-height: 1.42;
    }
}

@media screen and (max-width: 390px) {
    .trueall-directory .profile-grid {
        grid-template-columns: 1fr;
    }

    .trueall-directory .profile-grid .profile-card {
        min-height: 0;
    }
}
/* ========================================================================== */
/* TrueMagazin – Magazinseite im gemeinsamen Weltenschmiede-Design             */
/* ========================================================================== */

.magazine-page-wrapper {
    justify-content: flex-start;
    gap: 2.5rem;
}

.magazine-page-shell {
    width: min(100%, 76rem);
    min-width: 0;
    margin: 0 auto;
}

.magazine-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(2.2rem, 5vw, 4.75rem);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 0.75rem;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.12), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
        rgba(18, 22, 27, 0.9);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.28);
    text-align: center;
}

.magazine-hero::after {
    content: 'M';
    position: absolute;
    right: clamp(-1.8rem, -1vw, -0.2rem);
    bottom: clamp(-5rem, -7vw, -2.5rem);
    color: rgba(255, 255, 255, 0.035);
    font-size: clamp(13rem, 29vw, 24rem);
    font-family: Georgia, serif;
    font-weight: 700;
    line-height: 0.78;
    pointer-events: none;
}

.magazine-hero > * {
    position: relative;
    z-index: 1;
}

.magazine-hero-eyebrow,
.magazine-section-eyebrow {
    margin: 0 0 0.65rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.28rem;
    text-transform: uppercase;
    opacity: 0.65;
}

.magazine-hero h1 {
    margin: 0;
    font-size: clamp(2.4rem, 7vw, 5.25rem);
    line-height: 1;
    letter-spacing: clamp(0.12rem, 1vw, 0.55rem);
    overflow-wrap: anywhere;
}

.magazine-hero-copy {
    max-width: 48rem;
    margin: 1.35rem auto 0;
    font-size: clamp(1rem, 2vw, 1.18rem);
    line-height: 1.8;
    opacity: 0.8;
}

.magazine-news-ticker {
    --magazine-ticker-duration: 28s;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
    margin-top: 1.65rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.55rem;
    background: rgba(9, 12, 15, 0.66);
    text-align: left;
    overflow: hidden;
}

.magazine-news-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0 0.8rem;
    border-radius: 999px;
    background: #fff;
    color: #1b1f22;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.magazine-news-viewport {
    position: relative;
    min-width: 0;
    overflow: hidden;
    outline: none;
    mask-image: linear-gradient(to right, transparent, #000 1.4rem, #000 calc(100% - 1.4rem), transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 1.4rem, #000 calc(100% - 1.4rem), transparent);
}

.magazine-news-viewport:focus-visible {
    border-radius: 0.3rem;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.55);
}

.magazine-news-track {
    display: flex;
    align-items: center;
    width: max-content;
    min-width: 100%;
    will-change: transform;
    animation: magazine-news-scroll var(--magazine-ticker-duration) linear infinite;
    animation-play-state: paused;
}

.magazine-news-ticker.is-ready .magazine-news-track {
    animation-play-state: running;
}

.magazine-news-ticker.is-paused .magazine-news-track,
.magazine-news-ticker.is-touch-paused .magazine-news-track,
.magazine-news-ticker.is-document-hidden .magazine-news-track,
.magazine-news-viewport:hover .magazine-news-track,
.magazine-news-viewport:focus-within .magazine-news-track {
    animation-play-state: paused;
}

.magazine-news-item {
    flex: 0 0 auto;
    min-width: max-content;
    padding-right: 4rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    line-height: 2.1rem;
    white-space: nowrap;
}

.magazine-news-item .ticker-link-btn {
    display: inline-flex;
    align-items: center;
    margin-left: 0.7rem;
    border-bottom: 0;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

.magazine-news-toggle {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    min-height: 2.25rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
    font-size: 0.68rem;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.magazine-news-toggle:hover,
.magazine-news-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.18);
}

.magazine-news-toggle:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.75);
    outline-offset: 2px;
}

.magazine-news-ticker.is-paused .magazine-news-toggle {
    background: #fff;
    color: #1b1f22 !important;
}

@keyframes magazine-news-scroll {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .magazine-news-ticker {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .magazine-news-viewport {
        overflow-x: auto;
        mask-image: none;
        -webkit-mask-image: none;
        scrollbar-width: thin;
    }

    .magazine-news-track {
        min-width: 0;
        animation: none !important;
        transform: none !important;
    }

    .magazine-news-item {
        min-width: auto;
        padding-right: 1rem;
        white-space: normal;
    }

    .magazine-news-item[aria-hidden="true"],
    .magazine-news-toggle {
        display: none;
    }
}

.magazine-section {
    min-width: 0;
    margin-top: 3rem;
}

.magazine-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.4rem;
}

.magazine-section-heading h2 {
    width: auto;
    max-width: 100%;
    margin: 0;
    font-size: clamp(1.55rem, 4vw, 2.45rem);
    letter-spacing: clamp(0.12rem, 0.7vw, 0.34rem);
    overflow-wrap: anywhere;
}

.magazine-section-copy {
    max-width: 34rem;
    margin: 0;
    text-align: right;
    line-height: 1.65;
    opacity: 0.68;
}

.magazine-feature-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: stretch;
}

.magazine-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.65rem;
    background: rgba(18, 22, 27, 0.84);
    box-shadow: 0 1rem 2.7rem rgba(0, 0, 0, 0.21);
    cursor: pointer;
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.magazine-card:hover,
.magazine-card:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(30, 35, 40, 0.94);
    outline: none;
}

.magazine-card.is-pinned {
    border-color: rgba(255, 255, 255, 0.52);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
        rgba(20, 24, 29, 0.94);
}

.magazine-card.is-pinned::before {
    content: 'Im Fokus';
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    background: #fff;
    color: #1b1f22;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.magazine-card-image {
    width: 100%;
    height: 12rem;
    margin-bottom: 1rem;
    border-radius: 0.45rem;
    object-fit: cover;
    box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.24);
}

.magazine-interview-card .magazine-card-image {
    width: 7rem;
    height: 7rem;
    margin: 0 auto 1.05rem;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
}

.magazine-card-category {
    display: inline-block;
    align-self: flex-start;
    margin: 0 0 0.75rem;
    padding: 0.3rem 0.58rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    font-size: 0.63rem;
    font-weight: 600;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    opacity: 0.78;
}

.magazine-card h2,
.magazine-card h3 {
    width: auto;
    max-width: 100%;
    margin: 0 0 0.65rem;
    letter-spacing: 0.08rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.magazine-card h2 { font-size: clamp(1.25rem, 2.2vw, 1.7rem); }
.magazine-card h3 { font-size: 1.08rem; }

.magazine-card-meta {
    margin: -0.1rem 0 0.75rem;
    font-size: 0.76rem;
    line-height: 1.5;
    opacity: 0.58;
}

.magazine-card-excerpt {
    display: -webkit-box;
    flex: 1;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 0.94rem;
    line-height: 1.65;
    opacity: 0.76;
}

.magazine-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1.2rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.magazine-card-stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    font-size: 0.72rem;
    opacity: 0.72;
}

.magazine-status-badge {
    display: inline-flex;
    align-items: center;
    min-height: 1.5rem;
    padding: 0 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}

.magazine-status-badge.is-highlight { background: rgba(255, 255, 255, 0.14); }
.magazine-status-badge.is-readable { background: rgba(255, 255, 255, 0.08); }
.magazine-status-badge.is-new { opacity: 0.72; }

.magazine-card-readmore {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.magazine-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
    line-height: 1;
    letter-spacing: 0;
}

.magazine-article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.magazine-article-grid .magazine-card.is-large {
    grid-column: span 2;
}

.magazine-empty-state {
    grid-column: 1 / -1;
    padding: 2.5rem 1.25rem;
    border: 1px dashed rgba(255, 255, 255, 0.25);
    border-radius: 0.6rem;
    background: rgba(18, 22, 27, 0.55);
    text-align: center;
    line-height: 1.7;
    opacity: 0.7;
}

.magazine-detail-modal {
    width: min(72rem, calc(100vw - 2rem));
    max-width: 72rem;
    padding: clamp(1.2rem, 3vw, 2.4rem);
}

.magazine-detail-kicker {
    margin: 0 2.5rem 0.6rem 0;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    opacity: 0.62;
}

.magazine-detail-title {
    width: auto;
    max-width: calc(100% - 2.5rem);
    margin: 0;
    font-size: clamp(1.65rem, 4vw, 2.9rem);
    line-height: 1.2;
    letter-spacing: clamp(0.08rem, 0.5vw, 0.22rem);
    overflow-wrap: anywhere;
}

.magazine-detail-meta {
    margin: 0.8rem 0 1.35rem;
    font-size: 0.8rem;
    line-height: 1.55;
    opacity: 0.6;
}

.magazine-detail-hero-image {
    display: block;
    width: 100%;
    max-height: 32rem;
    margin: 0 0 1.5rem;
    border-radius: 0.55rem;
    object-fit: cover;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.27);
}

.magazine-detail-body {
    font-size: clamp(1rem, 1.6vw, 1.12rem);
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.88);
}

.magazine-detail-body strong { color: #fff; }

.magazine-inline-image {
    width: min(45%, 21rem);
    margin: 0.4rem 1.4rem 1rem 0;
    border-radius: 0.45rem;
    object-fit: cover;
    box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.24);
}

.magazine-inline-image.is-left { float: left; }
.magazine-inline-image.is-right { float: right; margin: 0.4rem 0 1rem 1.4rem; }

.magazine-source-box,
.magazine-interview-intro-box {
    clear: both;
    margin-top: 2rem;
    padding: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-left-width: 4px;
    border-radius: 0.45rem;
    background: rgba(255, 255, 255, 0.045);
}

.magazine-source-box h3,
.magazine-interview-intro-box h3 {
    width: auto;
    max-width: 100%;
    margin: 0 0 0.65rem;
    font-size: 1rem;
    letter-spacing: 0.12rem;
}

.magazine-embedded-interview-button {
    clear: both;
    margin: 2rem 0;
    text-align: center;
}

.magazine-interview-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.3rem;
    align-items: center;
    margin: 1.25rem 0 1.75rem;
}

.magazine-interview-avatar {
    width: 8rem;
    height: 8rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    object-fit: cover;
}

.magazine-interview-intro {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.75;
    opacity: 0.82;
}

.magazine-collapsible-text {
    position: relative;
    max-height: 9rem;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.magazine-collapsible-text.is-expanded { max-height: 80rem; }

.magazine-qa-list {
    clear: both;
    margin-top: 2rem;
}

.magazine-qa-item {
    margin-bottom: 1.6rem;
    padding: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.035);
}

.magazine-qa-question {
    width: auto;
    max-width: 100%;
    margin: 0 0 0.75rem;
    font-size: 1.02rem;
    letter-spacing: 0.08rem;
    line-height: 1.5;
}

.magazine-qa-answer {
    margin: 0;
    padding-left: 1rem;
    border-left: 3px solid rgba(255, 255, 255, 0.35);
    line-height: 1.8;
    opacity: 0.85;
}

.magazine-profile-action {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
}

@media screen and (max-width: 980px) {
    .magazine-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .magazine-feature-grid .magazine-card.is-pinned {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .magazine-article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 736px) {
    .magazine-page-wrapper { gap: 1.5rem; }
    .magazine-page-shell { width: 100%; }
    .magazine-hero { padding: 2rem 1rem; }
    .magazine-hero::after { right: -1rem; bottom: -2rem; font-size: 12rem; }

    .magazine-news-ticker {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 0.55rem;
        padding: 0.65rem;
    }

    .magazine-news-label {
        min-height: 1.8rem;
        padding: 0 0.6rem;
        font-size: 0.6rem;
        letter-spacing: 0.1rem;
    }

    .magazine-news-item {
        padding-right: 3rem;
        font-size: 0.9rem;
        line-height: 1.9rem;
    }

    .magazine-news-toggle {
        width: 2rem;
        min-width: 2rem;
        height: 2rem;
        min-height: 2rem;
    }

    .magazine-section { margin-top: 2rem; }
    .magazine-section-heading { align-items: flex-start; flex-direction: column; gap: 0.6rem; }
    .magazine-section-copy { max-width: none; text-align: left; }

    .magazine-feature-grid,
    .magazine-article-grid {
        grid-template-columns: 1fr;
    }

    .magazine-feature-grid .magazine-card.is-pinned,
    .magazine-article-grid .magazine-card.is-large {
        grid-column: auto;
    }

    .magazine-card { padding: 1.1rem; }
    .magazine-card-image { height: 12.5rem; }
    .magazine-interview-card .magazine-card-image { width: 6.3rem; height: 6.3rem; }

    .magazine-card-footer { align-items: flex-end; }
    .magazine-card-readmore { display: none; }

    .magazine-detail-modal {
        width: calc(100vw - 1.5rem);
        padding: 1.2rem 1rem;
    }

    .magazine-detail-title { max-width: calc(100% - 2rem); font-size: 1.55rem; }

    .magazine-inline-image,
    .magazine-inline-image.is-left,
    .magazine-inline-image.is-right {
        float: none;
        width: 100%;
        margin: 1rem 0;
    }

    .magazine-interview-head {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .magazine-interview-avatar { width: 6.5rem; height: 6.5rem; }
    .magazine-qa-item { padding: 1rem; }
    .magazine-qa-answer { padding-left: 0.75rem; }
}

@media (prefers-reduced-motion: reduce) {
    .magazine-card { transition: none; }
}

/* Leere Platzhalter innerhalb der Dreier-Fokuszeile bleiben auf ihrer Spalte. */
.magazine-feature-grid .magazine-empty-state {
    grid-column: auto;
}


@media screen and (max-width: 420px) {
    .magazine-news-ticker {
        gap: 0.4rem;
        padding-inline: 0.5rem;
    }

    .magazine-news-label {
        padding-inline: 0.5rem;
        letter-spacing: 0.07rem;
    }

    .magazine-news-viewport {
        mask-image: linear-gradient(to right, transparent, #000 0.65rem, #000 calc(100% - 0.65rem), transparent);
        -webkit-mask-image: linear-gradient(to right, transparent, #000 0.65rem, #000 calc(100% - 0.65rem), transparent);
    }
}
/* ============================================================================
   Startseite 2026: moderne Bereichstrennung, Schnellnavigation und Filterleiste
   ============================================================================ */

/* Der Verbindungsstrich endet exakt an der oberen Kante der Schnellnavigation.
   Die zusätzliche Dimension-Mittellinie darf nicht in die Buttons hineinlaufen. */
#header .tp-quick-nav {
    width: min(100%, 70rem);
    min-width: 0;
}

#header .tp-quick-nav.use-middle::after {
    display: none !important;
}

#header .tp-quick-nav > ul {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8.75rem, 1fr));
    gap: 0.65rem;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 1rem 0 0;
    border: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.68);
    border-radius: 0;
}

#header .tp-quick-nav > ul > li,
#header .tp-quick-nav > ul > li:first-child {
    min-width: 0;
    padding: 0;
    border: 0;
}

#header .tp-quick-nav > ul > li > a {
    width: 100%;
    min-width: 0;
    min-height: 3.2rem;
    height: 100%;
    padding: 0.7rem 0.85rem;
    line-height: 1.25;
    border: solid 1px rgba(255, 255, 255, 0.34);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.035);
    box-shadow: 0 0.75rem 1.8rem rgba(0, 0, 0, 0.12);
}

#header .tp-quick-nav > ul > li > a:hover {
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(255, 255, 255, 0.62);
}

/* Jeder Hauptbereich ist nun eine eigene, klar erkennbare Fläche. */
.tp-home-section {
    position: relative;
    isolation: isolate;
    margin-bottom: 2rem;
    padding: clamp(2rem, 4vw, 3.25rem) clamp(1rem, 3vw, 2.5rem);
    overflow: hidden;
    border: solid 1px rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
        rgba(18, 23, 28, 0.32);
    box-shadow: 0 1.4rem 3.5rem rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.tp-home-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0 auto auto 50%;
    width: min(14rem, 55%);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75), transparent);
}

/* Keine klassischen Unterstreichungen mehr an den Bereichstiteln. */
.tp-home-section > h2.major,
.tp-home-section > h2.tp-section-heading {
    width: min(100%, max-content);
    max-width: 100%;
    margin: 0 auto 2rem;
    padding: 0;
    border: 0 !important;
    text-align: center;
    overflow-wrap: anywhere;
}

.tp-home-section > h2.major::before,
.tp-home-section > h2.tp-section-heading::before {
    content: '';
    display: block;
    width: 0.55rem;
    height: 0.55rem;
    margin: 0 auto 0.8rem;
    transform: rotate(45deg);
    border: solid 1px rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.12);
}

#bestenliste,
#autoren,
#rezensionen,
#magazin,
#tagesprofile {
    scroll-margin-top: 6rem;
}

/* Das Buchhighlights-Track darf bei wenigen Karten die volle Breite nutzen,
   damit die JavaScript-Zentrierung zuverlässig greift. */
#bestenliste .highlight-track {
    min-width: 0;
}

#bestenliste .highlight-arrow[hidden] {
    display: none !important;
}

/* Autoren und Buchblogger: Aktionsbuttons und Filter als kompakte Einheit. */
#autoren .profile-feature-actions {
    width: min(100%, 42rem);
    margin: 0 auto 1.5rem;
    gap: 0.75rem;
}

#autoren .profile-feature-actions > li,
#autoren .profile-feature-actions > li:first-child {
    flex: 1 1 15rem;
    padding: 0;
}

#autoren .profile-feature-actions .button {
    width: 100%;
}

.profile-discovery-panel {
    width: 100%;
    margin: 0 auto;
    padding: clamp(1rem, 2.5vw, 1.5rem);
    border: solid 1px rgba(255, 255, 255, 0.13);
    border-radius: 10px;
    background: rgba(7, 12, 17, 0.22);
}

.profile-filter-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    width: min(100%, 54rem);
    margin: 0 auto;
}

.profile-filter-field {
    display: block;
    min-width: 0;
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: inherit;
    text-transform: none;
}

.profile-filter-label {
    display: block;
    margin: 0 0 0.45rem;
    color: inherit;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.16rem;
    line-height: 1.4;
    text-transform: uppercase;
    opacity: 0.7;
}

.profile-filter-field input[type="text"] {
    width: 100%;
    max-width: none;
    margin: 0;
    background: rgba(255, 255, 255, 0.035);
    border-color: rgba(255, 255, 255, 0.28);
}

.profile-genre-input-shell {
    position: relative;
    display: block;
    min-width: 0;
}

.profile-genre-input-shell input[type="text"] {
    padding-right: 9.4rem;
}

.profile-genre-input-shell .genre-open-all-btn {
    position: absolute;
    top: 50%;
    right: 0.3rem;
    width: auto;
    max-width: 8.8rem;
    min-width: 0;
    min-height: 2.15rem;
    height: 2.15rem;
    padding: 0 0.7rem;
    transform: translateY(-50%);
    border-radius: 4px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.11);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08rem;
    line-height: 1;
}

.profile-genre-input-shell .genre-open-all-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.profile-selected-genres {
    min-height: 0;
    margin: 0.9rem auto 0;
}

.profile-selected-genres:empty {
    display: none;
}

#autoren .profile-genre-scroll {
    width: min(100%, 54rem);
    margin: 0.9rem auto 0;
    padding: 0.25rem 0.1rem 0.45rem;
}

.profile-daily-area {
    width: 100%;
    margin-top: 1.35rem;
    padding-top: 1.2rem;
    border-top: solid 1px rgba(255, 255, 255, 0.11);
}

#autoren .profile-switcher {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    width: min(100%, 24rem);
    margin: 0 auto;
}

#autoren .profile-switch-btn {
    width: 100%;
    min-width: 0;
    border-radius: 6px;
}

/* Tagesüberschriften als moderne Chips statt Linien links und rechts. */
#autoren .daily-profile-heading {
    display: table;
    width: auto;
    margin: 1.7rem auto 1.25rem;
    padding: 0.45rem 0.9rem;
    border: solid 1px rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    font-size: 0.82rem;
    letter-spacing: 0.2rem;
}

#autoren .daily-profile-heading::before,
#autoren .daily-profile-heading::after {
    display: none;
}

/* Feste, zentrierte Spalten: Auch einzelne oder wenige Karten bleiben mittig. */
#autoren .profile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 12rem));
    justify-content: center;
    align-items: stretch;
    gap: 1.25rem;
    width: 100%;
    margin-top: 0;
}

#autoren .profile-card {
    width: 100%;
    min-width: 0;
}

#rezensionen .highlight-grid-static {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 18rem));
    justify-content: center;
    align-items: stretch;
    gap: 1.5rem;
    width: 100%;
}

#rezensionen .review-feed-card {
    width: 100%;
    min-width: 0;
}

#rezensionen > .profile-modal-subheading {
    display: table;
    width: auto;
    max-width: 100%;
    margin: 3rem auto 1.5rem !important;
    padding: 0.5rem 0.95rem;
    border: solid 1px rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    text-align: center;
}

#rezensionen .community-recommendations-scroll {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 14rem));
    justify-content: center;
    align-items: stretch;
    gap: 1.25rem;
    overflow: visible;
    padding-bottom: 0;
}

#rezensionen .community-recommendations-scroll .highlight-card {
    width: 14rem;
    max-width: 100%;
}

/* Das Alle-Genres-Fenster bleibt auch auf Mobilgeräten ein mehrzeiliges Raster
   wie auf dem Desktop und wird nicht zur seitlich scrollenden Ein-Zeilen-Liste. */
#allGenresGrid {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    touch-action: pan-y;
}

#allGenresGrid .genre-pill {
    flex: 0 0 auto;
}

@media screen and (max-width: 736px) {
    #header .tp-quick-nav {
        width: 100%;
    }

    #header .tp-quick-nav > ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-width: 0;
        max-width: 100%;
        gap: 0.5rem;
        padding-top: 0.85rem;
    }

    #header .tp-quick-nav > ul > li,
    #header .tp-quick-nav > ul > li:first-child {
        border: 0;
    }

    #header .tp-quick-nav > ul > li > a {
        min-height: 3.1rem;
        height: 100%;
        line-height: 1.25;
        padding: 0.65rem 0.5rem;
        font-size: 0.7rem;
        letter-spacing: 0.12rem;
    }

    .tp-home-section {
        margin-bottom: 1.25rem;
        padding: 1.75rem 0.75rem;
        border-radius: 9px;
    }

    .tp-home-section > h2.major,
    .tp-home-section > h2.tp-section-heading {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1.5rem;
        font-size: 1.12rem;
        letter-spacing: 0.28rem;
    }

    #bestenliste,
    #autoren,
    #rezensionen,
    #magazin,
    #tagesprofile {
        scroll-margin-top: 4.5rem;
    }

    #autoren .profile-feature-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        margin-bottom: 1rem;
    }

    #autoren .profile-feature-actions > li,
    #autoren .profile-feature-actions > li:first-child {
        width: 100%;
        padding: 0;
    }

    .profile-discovery-panel {
        padding: 0.9rem;
    }

    .profile-filter-row {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .profile-genre-input-shell input[type="text"] {
        padding-right: 9rem;
    }

    #autoren .profile-switcher {
        width: 100%;
    }

    /* Auf der Startseite bleiben die Karten mobil seitlich wischbar. */
    #autoren .profile-grid,
    #rezensionen .highlight-grid-static,
    #rezensionen .community-recommendations-scroll {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 1rem;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        padding-right: 1.25rem;
        scrollbar-width: none;
    }

    #autoren .profile-grid::-webkit-scrollbar,
    #rezensionen .highlight-grid-static::-webkit-scrollbar,
    #rezensionen .community-recommendations-scroll::-webkit-scrollbar {
        display: none;
    }

    #allGenresGrid,
    #allGenresTemplate #allGenresGrid {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        align-content: flex-start;
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0.25rem !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overscroll-behavior-inline: auto;
        touch-action: pan-y !important;
        scrollbar-width: thin;
    }

    #allGenresGrid .genre-pill {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 480px) {
    #header .tp-quick-nav > ul {
        grid-template-columns: 1fr;
    }

    .profile-genre-input-shell input[type="text"] {
        padding-right: 3.5rem;
    }

    .profile-genre-input-shell .genre-open-all-btn {
        width: 2.75rem;
        max-width: 2.75rem;
        padding: 0;
        font-size: 0.9rem;
    }

    .profile-genre-input-shell .genre-open-all-label {
        display: none;
    }

    #autoren .daily-profile-heading,
    #rezensionen > .profile-modal-subheading {
        max-width: 100%;
        white-space: normal;
        line-height: 1.35;
    }
}

/* ==========================================================================
   Weltenschmiede-Banner – transparenter Glas-Look
   ========================================================================== */

.platform-update-banner {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: min(100%, 70rem);
    min-width: 0;
    margin: 0 auto 2.75rem;
    padding: clamp(1.8rem, 4vw, 2.8rem) clamp(1.25rem, 4vw, 3.25rem);
    text-align: center;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(212, 175, 55, 0.11),
            transparent 42%
        ),
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.10),
            rgba(255, 255, 255, 0.035) 48%,
            rgba(255, 255, 255, 0.015)
        ),
        rgba(13, 18, 23, 0.46) !important;

    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    box-shadow:
        0 1.6rem 4rem rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.13),
        inset 0 -1px 0 rgba(255, 255, 255, 0.035);

    backdrop-filter: blur(20px) saturate(135%);
    -webkit-backdrop-filter: blur(20px) saturate(135%);
}

.platform-update-banner::before {
    content: '';
    position: absolute;
    z-index: -2;
    top: -8rem;
    left: 50%;
    width: min(44rem, 82vw);
    height: 18rem;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.13);
    filter: blur(76px);
    pointer-events: none;
}

.platform-update-banner::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(212, 175, 55, 0.22),
            transparent
        ) top / 72% 1px no-repeat,
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.13),
            transparent
        ) bottom / 58% 1px no-repeat;
    pointer-events: none;
}

.platform-update-banner > * {
    position: relative;
    z-index: 1;
}

.platform-update-eyebrow {
    margin: 0 0 0.2rem;
    color: rgba(255, 255, 255, 0.70);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
    line-height: 1.5;
    text-transform: uppercase;
    opacity: 1;
}

.platform-update-banner h1,
.platform-update-banner h2,
#platformUpdateTitle {
    margin: 0 0 1rem;
    color: #d4af37 !important;
    font-family: 'Dancing Script', cursive !important;
    font-size: clamp(3rem, 6.5vw, 5rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
    text-shadow:
        0 0 1.8rem rgba(212, 175, 55, 0.18),
        0 0.2rem 0.65rem rgba(0, 0, 0, 0.38);
    overflow-wrap: anywhere;
}

.platform-update-banner > p:not(.platform-update-eyebrow) {
    max-width: 55rem;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.98rem;
    line-height: 1.75;
}

.platform-update-domain {
    position: relative;
    margin-top: 1.25rem !important;
    padding-top: 1.2rem;
    border-top: 0 !important;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 0.91rem !important;
}

.platform-update-domain::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: min(24rem, 78%);
    height: 1px;
    transform: translateX(-50%);
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.25),
            transparent
        );
}

.platform-update-domain strong {
    color: #d4af37 !important;
    font-weight: 600;
}

@media screen and (max-width: 736px) {
    .platform-update-banner {
        margin-bottom: 2rem;
        padding: 1.55rem 1rem 1.7rem;
        border-radius: 10px;
        backdrop-filter: blur(16px) saturate(125%);
        -webkit-backdrop-filter: blur(16px) saturate(125%);
    }

    .platform-update-banner::before {
        top: -7rem;
        width: 29rem;
        height: 14rem;
    }

    .platform-update-eyebrow {
        font-size: 0.64rem;
        letter-spacing: 0.2rem;
    }

    .platform-update-banner h1,
    .platform-update-banner h2,
    #platformUpdateTitle {
        margin-bottom: 0.85rem;
        font-size: clamp(2.25rem, 12vw, 3.2rem);

        line-height: 1.03;
        letter-spacing: 0.01em !important;
    }

    .platform-update-banner > p:not(.platform-update-eyebrow) {
        font-size: 0.9rem;
        line-height: 1.65;
    }

    .platform-update-domain {
        margin-top: 1rem !important;
        padding-top: 1rem;
        font-size: 0.84rem !important;
    }
}
/* Abstand zwischen Schnellnavigation und Buchhighlights */
#header + #bestenliste {
    margin-top: 2.5rem !important;
}

@media screen and (max-width: 736px) {
    #header + #bestenliste {
        margin-top: 1.5rem !important;
    }
}