/*---------------- Ausklapp-Ihfo ----------------*/

details {
    margin-bottom: 2em;
	transition: all .5s;
}

[role=button] {
	background: #fff;
	color: #f1008f;
	border-radius: 0 0.5em 0.5em;
	border: thin solid #f1008f;
	padding: 0.2em 0.5em 0.2em 0.5em;
	font-size: 1.3em;
	font-weight: 400;
}

details[open] [role=button] {
	background: #f1008f;
	color: #fff;
}

details p {
	padding-top: 1em;
}