body.leichte-sprache {
	overflow:clip;
}
#header-wrap-leichte-sprache {
	position:sticky;
	top:0;
	z-index:5;
	background-color:var(--white);
}
#header-wrap-leichte-sprache .ctype-menu_subpages .col {
	margin-bottom:0 !important;
	flex:0 0 25%;
	max-width:25%;
	text-align:center;
}
#header-wrap-leichte-sprache figure.image {
	margin:0 .5rem;
}
#header-wrap-leichte-sprache figure.image img {
	background-color:var(--white-60);
	padding-left:1rem;
	padding-right:1rem;
}
@media(max-width:767px)
{
	#header-wrap-leichte-sprache figure.image img {
		display:none;
	}
	#header-wrap-leichte-sprache .iconpack {
		color:inherit;
		font-size:2rem;
	}
	body.scroll #header-wrap-leichte-sprache .iconpack {
		font-size:1.5rem;
	}
}
#header-wrap-leichte-sprache a.active,
#header-wrap-leichte-sprache a:hover,
#header-wrap-leichte-sprache a:focus {
	color:var(--blue);
}
#header-wrap-leichte-sprache a.active img,
#header-wrap-leichte-sprache a:hover img,
#header-wrap-leichte-sprache a:focus img {
	background-color:var(--white);
}

body.leichte-sprache h1 {
	margin-bottom:3rem;
}
body.leichte-sprache p + ul {
	margin-top:-1rem;
}
@media(min-width:768px)
{
	body.leichte-sprache .ce-textpic {
		display:flex;
		flex-wrap:wrap;
		align-items:stretch;
		margin-bottom:2rem;
	}
	body.leichte-sprache .ce-textpic .ce-gallery {
		flex:0 0 25%;
		max-width:25%;
		padding:0 !important;
		margin:0 !important;
	}
	body.leichte-sprache .ce-textpic .ce-gallery img {
		width:100%;
		max-width:300px;
		height:auto;
	}
	body.leichte-sprache .ce-textpic .ce-bodytext {
		flex:0 0 75%;
		max-width:75%;
		padding-left:3rem;
		margin-left:25%;
	}
	body.leichte-sprache .ce-textpic .ce-gallery + .ce-bodytext {
		flex:0 0 75%;
		max-width:75%;
		padding-left:3rem;
		margin-left:0;
	}
}
@media(min-width:768px)
{
	body.scroll #header-wrap-leichte-sprache .ctype-menu_subpages {
		padding-top:.5rem;
		padding-bottom:0;
	}
	body.scroll #header-wrap-leichte-sprache img {
		max-height:100px;
		width:auto;
	}
	body.scroll #header-wrap-leichte-sprache figcaption {
		padding:.5rem !important;
	}
}
body.scroll #header-wrap-leichte-sprache svg {
	height:40px;
	width:auto;
}