.parallax__layer--back {transform:none;} /*wichtig!*/
.parallax__layer {position:relative;}
.parallax {perspective:none;height:auto;overflow:auto;}
.accordion section h1 {color:var(--primary);}


@media all and (max-width: 900px) and (min-width:701px) {
	.parallax__layer {padding-top:30em;}

}

@media all and (max-width: 700px) and (min-width:451px) {
	.parallax__layer {padding-top:14em;}

	t1 {width: 100%; margin: 0.5em auto;background-color: white; }
}

@media all and (max-width: 450px) and (min-width:330px) {
	.parallax__layer {padding-top:-5em;}

}