.Blende {
	position: fixed;
    z-index: -1;
    height: 100vH;
    width: 100vW;
}

svg#Blende01 {
	position: absolute;
	bottom: 0;
}

#Scene01 .posFixed {
	margin-top: -10em;
/* 	z-index: -1; */
}

#Scene02 .T1, #Scene02 .T2, #Scene02 .T3 {
	opacity: 0;
}



@media (max-width: 991px) {
	
	svg#Blende01 {
		display: none;
	}
	
	#Scene01 .posFixed {
		margin-top: 1em;
	}
	
	#Scene02 .T1, #Scene02 .T2, #Scene02 .T3 {
		opacity: 1;
	}
	
}


@media (orientation: portrait) and (min-device-width: 600px) {
	
	#Scene01 > .Blende + .container {
	    margin-top: -5em;
	}
	
}