/* cmsms stylesheet: IKS 2021 Background Gymnasiale Oberstufe modified: Sonntag, 5. Mai 2024 21:18:04 */

/* background images for 'ankommen' page */

@media (orientation: portrait) {		
		/* Individual background images */
		.bgimg-2::before {background-image: url("https://iks-ruesselsheim.de/2021-layout/img/bg/bg-akademischefeier-portrait.jpg");}
		.bgimg-3::before {background-image: url("https://iks-ruesselsheim.de/2021-layout/img/bg/bg-gangzuf-portrait.jpg");}
}

@media (orientation: landscape) {	
		.bgimg-2::before {background-image: url("https://iks-ruesselsheim.de/2021-layout/img/bg/bg-akademischefeier-landscape.jpg");}
		.bgimg-3::before {background-image: url("https://iks-ruesselsheim.de/2021-layout/img/bg/bg-gangzuf-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%);
	}

/* 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%);
	}	
}
