
.neueBrille {
	background: white url('../img/brille2b.jpg') right center/auto 100% no-repeat ; 
		
}

@supports ( background-blend-mode: multiply) {
/*	non IE/EDGE Specifc stuff */
	.neueBrille {
		background: linear-gradient(to bottom, white 0%, rgb(var(--white1)) 60%, rgb(var(--white2)) 100%), url('../img/brille2b.jpg') no-repeat right center, linear-gradient(to right, white 0%, rgb(var(--white1)) 45%, rgb(var(--white2)) 100%); 
		background-size: contain; 
		background-blend-mode: darken, multiply; 	
	}
}