.splitbreak {
	margin-bottom: 24px;
}

.splitbreak.einfach {
	margin-bottom: 11px;
}

.splitbreak.einfach.open a {
	color: #4ec5c3;
}

.splitbreak.einfach .sub .inner {
	padding-top: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

.splitbreak a + span.pfeilslider {
	position: absolute;
	display: block;
	top: 4px;
	right: 15px;
	width: 20px;
	height: 20px;
	background: url("/img/web/arrow-right-solid.svg") no-repeat top left;
	background-size: cover;
	transition: transform 0.4s ease;
	pointer-events: none;
}

.splitbreak.open a + span.pfeilslider {
	transform: rotateZ(90deg);
	right: 16px;
}

a.slidedunkel {
	color: #254081;
	text-decoration: none;
	display: block;font-weight: 500;
	font-size: 22px;
}

.splitbreak.einfach.open a.slidedunkel {
	color: #254081;
	text-decoration: none;
}

.slideeinzug {
	padding-left: 18px;
	padding-top: 18px;
}

.splitbreak .sub {
	transition: max-height 0.4s ease-in;
	overflow: hidden;
	color: #444;
}

.splitbreak.close .sub {
	height: auto;
	max-height: 0 !important;
}

.splitbreak.open .sub {
	max-height: 2000px;
}
