/* cmsms stylesheet: IKS 2021 Background Dassindwir modified: Sonntag, 5. Mai 2024 21:17:58 */

/* background images for 'das-sind-wir' page */

@media (orientation: portrait) {		
		/* Individual background images */
		.bgimg-2::before {background-image: url("https://www.iks-ruesselsheim.de/2021-layout/img/bg/bg-denkmal-lensflare-portrait.jpg");}
		.bgimg-3::before {background-image: url("https://www.iks-ruesselsheim.de/2021-layout/img/bg/bg-puzzle-portrait.jpg");}
		.bgimg-4::before {background-image: url("https://www.iks-ruesselsheim.de/2021-layout/img/bg/bg-fvkamera-portrait.jpg");}
		.bgimg-5::before {background-image: url("https://www.iks-ruesselsheim.de/2021-layout/img/bg/bg-steinarbeit-portrait.jpg");}
}

@media (orientation: landscape) {	
		.bgimg-2::before {background-image: url("https://www.iks-ruesselsheim.de/2021-layout/img/bg/bg-denkmal-lensflare-landscape.jpg");}
		.bgimg-3::before {background-image: url("https://www.iks-ruesselsheim.de/2021-layout/img/bg/bg-puzzle-landscape.jpg");}
		.bgimg-4::before {background-image: url("https://www.iks-ruesselsheim.de/2021-layout/img/bg/bg-fvkamera-landscape.jpg");}	
		.bgimg-5::before {background-image: url("https://www.iks-ruesselsheim.de/2021-layout/img/bg/bg-steinarbeit-landscape.jpg");}
}

	/* Individual styles */	
	.bgimg-2 {		
		height: 75%;
		clip-path: polygon(0% 0%,100% 7%,100% 100%,0% 93%);
	}
	.bgimg-3 {
		height: 75%;
		clip-path: polygon(0% 0%,100% 7%,100% 100%,0% 93%);
	}
	.bgimg-4 {
		height: 75%;
		clip-path: polygon(0% 0%,100% 7%,100% 100%,0% 93%);
	}
	.bgimg-5 {
		height: 75%;
		clip-path: polygon(0% 0%,100% 7%,100% 100%,0% 93%);
	}

/* 900 up for tablet landscape and desktop */
@media only screen and (min-width: 900px) {	
	.bgimg-2 {
		height: 75%;
		clip-path: polygon(0% 0%,100% 15%,100% 100%,0% 85%);
	}
	.bgimg-3 {
		height: 75%;
		clip-path: polygon(0% 0%,100% 15%,100% 100%,0% 85%);
	}
	.bgimg-4 {
		height: 75%;
		clip-path: polygon(0% 0%,100% 15%,100% 100%,0% 85%);
	}	
	.bgimg-5 {
		height: 75%;
		clip-path: polygon(0% 0%,100% 15%,100% 100%,0% 85%);
	}
}
