.wp-block-group.ln-fotosynthese-group,
.wp-block-group.is-style-ln-fotosynthese {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;

}

.wp-block-group.ln-fotosynthese-group::before,
.wp-block-group.is-style-ln-fotosynthese::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65));
	pointer-events: none;
}

.wp-block-group.ln-fotosynthese-group > *,
.wp-block-group.is-style-ln-fotosynthese > * {
	position: relative;
	z-index: 1;
}
