html {
	scroll-snap-type: y mandatory;
}

.-m-cms-cont-cd-start_bilder {
	& .-item {
		margin-bottom:7rem;
		scroll-margin-top: 7rem;
		scroll-snap-align: start; /* oder start / end */
		background:yellow;
	}
}
