/* Die mobilen FAQ behalten ihre vorhandene Darstellung. */
.bsh-faq-topics, .bsh-faq-toolbar, .bsh-faq__number { display: none; }

@media (min-width: 1069px) {
	#faq { background: #fff; }
	.bsh-faq-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); column-gap: 92px; max-width: 1140px; align-items: start; }
	.bsh-faq-intro { position: sticky; top: 88px; grid-column: 1; grid-row: 1 / 3; }
	.admin-bar .bsh-faq-intro { top: 120px; }
	.bsh-faq-intro .bsh-section-head { margin: 0; text-align: left; }
	.bsh-faq-intro .bsh-eyebrow { margin-bottom: 20px; color: var(--bsh-muted); font-size: 15px; font-weight: 500; }
	.bsh-faq-intro .bsh-section-title { margin-bottom: 24px; font-size: 40px; line-height: 1.09; }
	.bsh-faq-intro .bsh-subline { margin: 0; font-size: 17px; line-height: 1.55; color: var(--bsh-muted); }
	.bsh-faq-intro .bsh-subline br { display: none; }
	.bsh-faq-topics { display: grid; gap: 4px; margin-top: 44px; }
	.bsh-faq-topics__label { margin: 0 0 12px; color: var(--bsh-muted); font-size: 12px; letter-spacing: .04em; }
	.bsh-faq-topic { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 46px; width: 100%; padding: 10px 16px; border: 0; border-radius: 8px; background: transparent; color: var(--bsh-muted); font-size: 14px; line-height: 1.4; font-weight: 400; text-align: left; transition: color .2s ease, background-color .2s ease; }
	.bsh-faq-topic::before { content: ""; position: absolute; top: 13px; bottom: 13px; left: 0; width: 2px; border-radius: 2px; background: var(--bsh-accent); transform: scaleY(0); transition: transform .25s ease; }
	.bsh-faq-topic:hover, .bsh-faq-topic:focus-visible { color: var(--bsh-text); background: var(--bsh-alt); }
	.bsh-faq-topic[aria-pressed="true"] { background: #f8f3f7; color: var(--bsh-accent); font-weight: 500; }
	.bsh-faq-topic[aria-pressed="true"]::before { transform: scaleY(1); }
	.bsh-faq-topic__count { font-size: 12px; font-weight: 400; font-variant-numeric: tabular-nums; }
	.bsh-faq-wrap { grid-column: 2; min-width: 0; }
	.bsh-faq-toolbar { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; min-height: 48px; border-bottom: 1px solid var(--bsh-hairline); }
	.bsh-faq-toolbar__topic { font-size: 13px; font-weight: 500; }
	.bsh-faq-toolbar__count { color: var(--bsh-muted); font-size: 12px; font-variant-numeric: tabular-nums; }
	.bsh-faq { max-width: none; margin: 0; }
	.bsh-faq__item { margin: 0; border-radius: 0; background: transparent; border-bottom: 1px solid var(--bsh-hairline); }
	.bsh-faq__item .bsh-faq__summary, .bsh-faq__item:not([open]) .bsh-faq__summary { display: grid; grid-template-columns: 28px minmax(0, 1fr) 30px; gap: 18px; padding: 25px 0; border-radius: 0; }
	.bsh-faq__number { display: block; align-self: start; padding-top: 4px; color: #86868b; font-size: 11px; line-height: 1.5; font-variant-numeric: tabular-nums; transition: color .2s ease; }
	.bsh-faq__item .bsh-faq__question, .bsh-faq__item:not([open]) .bsh-faq__question { font-size: 17px; line-height: 1.45; font-weight: 500; letter-spacing: -.015em; transition: color .2s ease, transform .25s ease; }
	.bsh-faq__icon { display: grid; place-items: center; width: 30px; height: 30px; color: var(--bsh-text); background: var(--bsh-alt); border-radius: 50%; transition: color .2s ease, background-color .2s ease, transform .25s ease; }
	.bsh-faq__icon svg { width: 11px; height: 11px; }
	.bsh-faq__summary:hover .bsh-faq__question { transform: translateX(3px); color: var(--bsh-accent); }
	.bsh-faq__summary:hover .bsh-faq__icon { transform: scale(1.08); }
	.bsh-faq__item[open] .bsh-faq__summary { padding-bottom: 20px; }
	.bsh-faq__item[open] .bsh-faq__question, .bsh-faq__item[open] .bsh-faq__number { color: var(--bsh-accent); }
	.bsh-faq__item[open] .bsh-faq__icon { background: var(--bsh-accent); color: #fff; }
	.bsh-faq__content { position: relative; margin-left: 46px; padding: 0 18px 32px 0; color: #515154; font-size: 16px; line-height: 1.65; }
	.bsh-faq__content::before { content: ""; position: absolute; top: 4px; bottom: 34px; left: -33px; width: 1px; background: linear-gradient(var(--bsh-accent), #eadfe7 160px, transparent); }
	.bsh-faq__item[open] .bsh-faq__content { animation: bsh-faq-answer-in .28s ease-out both; }
	.bsh-faq-contact { grid-column: 2; justify-content: flex-start; margin-top: 36px; padding-left: 46px; }
	.bsh-faq-contact .bsh-btn { min-height: 44px; padding: 11px 21px; font-size: 14px; }
	@keyframes bsh-faq-answer-in { from { opacity: .35; transform: translateY(5px); } to { opacity: 1; transform: none; } }
}

@media (min-width: 1069px) and (max-height: 720px) {
	.bsh-faq-intro { position: static; }
}
@media (prefers-reduced-motion: reduce) {
	.bsh-faq__item[open] .bsh-faq__content { animation: none; }
	.bsh-faq-topic, .bsh-faq-topic::before, .bsh-faq__question, .bsh-faq__icon { transition: none; }
}
@media print {
	.bsh-faq-intro { position: static; }
	.bsh-faq-topics { display: none; }
}
