/* Style fuer den Shortcode rce_add_ausklapp */

.rce_ausklapp_container {
	position: relative;

	transition-duration: .5s;
	transition-property: height;
}

.rce_ausklapp_container p {
	margin-bottom: 0;
}

.rce_ausklapp_shorttext, .rce_ausklapp_longtext {
	display: none;
}

.rce_ausklapp_more, .rce_ausklapp_less {
	margin-left: .5rem;
	display: inline-block;
	color: green;
	position: relative;

	cursor: pointer;
}

.rce_ausklapp_more::after, .rce_ausklapp_less::after {
	content: "";
	height: .6rem;
	width: .6rem;
	display: inline-block;
	position: absolute;
	right: -1.2rem;
	top: 50%;
	transform: translateY(-65%) rotateZ(45deg);

	border: 2px solid green;
	border-top: none;
	border-left: none;
}

.rce_ausklapp_less::after {
	transform: translateY(-15%) rotateZ(225deg);
}
