body .haev-thema-kopf {
	position: relative;
	cursor: pointer;
}

body .haev-thema-kopf .et_pb_column,
body .haev-thema-kopf .et_pb_module,
body .haev-thema-kopf .et_pb_heading_container,
body .haev-thema-kopf .et_pb_module_header {
	position: static;
}

.haev-thema-btn {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: left;
	cursor: pointer;
}

.haev-thema-btn::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
}

body .haev-thema-kopf > .et_pb_column {
	pointer-events: none;
}

body .haev-thema-kopf .haev-thema-btn {
	pointer-events: auto;
}

.haev-thema-btn:focus-visible {
	outline: none;
}

.haev-thema-btn:focus-visible::after {
	outline: 3px solid var(--gcid-haev-blau, #003DA5);
	outline-offset: -3px;
	border-radius: 2px;
}

body .haev-thema-kopf:hover,
body .haev-thema-kopf:focus-within {
	background-color: var(--gcid-haev-nebel, #f4f7f9);
}

body .haev-thema-kopf[data-offen="1"] {
	border-bottom-color: transparent;
}

.haev-thema-mehr {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 9px;
}

.haev-thema-kopf[data-offen="1"] .haev-nav-icon::after {
	transform: rotate(90deg);
}

body .haev-thema-text {
	display: grid;
	grid-template-rows: 1fr;
}

body .haev-thema-text > .et_pb_column {
	overflow: hidden;
	min-width: 0;
}

body .haev-thema-text.haev-zu {
	grid-template-rows: 0fr;
}

body .haev-thema-text .et_pb_text_inner {
	max-width: 760px;
}

body .haev-thema-text.haev-zu > .et_pb_column {
	visibility: hidden;
}

body .haev-thema-text.haev-animiert {
	transition: grid-template-rows var(--haev-t-normal, .25s) var(--haev-kurve, ease);
}

body .haev-thema-text.haev-animiert > .et_pb_column {
	transition: visibility var(--haev-t-normal, .25s) step-end;
}

body .haev-thema-text.haev-animiert:not(.haev-zu) > .et_pb_column {
	transition-timing-function: step-start;
}

@media (prefers-reduced-motion: reduce) {
	body .haev-thema-text.haev-animiert,
	body .haev-thema-text.haev-animiert > .et_pb_column {
		transition: none;
	}
}
