		
			
	.bg-img {
	  background-image: url('https://dachbox.expert/bilder/bg1500/bmw-x4-1500.webp');
	  
	  background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.1), rgba(83,165,231,1)), url('https://dachbox.expert/bilder/bg1500/bmw-x4-1500.webp');
	  background-image: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(83,165,231,1)), url('https://dachbox.expert/bilder/bg1500/bmw-x4-1500.webp');
	}	 
	
		
		@media (prefers-color-scheme: dark) {
				
		.bg-img {
		  background-image: url('https://dachbox.expert/bilder/bg1500/bmw-x4-1500.webp');
		  
		  background-image: -webkit-linear-gradient(bottom, rgba(51,51,51,0), rgba(51,51,51,1)), url('./bilder/bg1500/bmw-x4-1500.webp');
		  background-image: linear-gradient(to bottom, rgba(51,51,51,0), rgba(51,51,51,1)), url('https://dachbox.expert/bilder/bg1500/bmw-x4-1500.webp');
		}	 

		}
		

