﻿/* ############################################################
	080 - FOTO-/HINTERGRUNDCOLLAGE
############################################################ */

@media (min-width: 480px) and (max-width: 759px) {
	/* Inhalt */
	#content__image__box {
		height: 0;
		padding-bottom: 28.125%;
	}
	
	/* Foto-/Hintergrundcollage */
	#supersized {
		height: 0;
		padding-bottom: 28.125%;
	}
}
@media (min-width: 760px) {
	/* Inhalt */
	#content__image__box {
		height: auto;
		padding-bottom: 0;
	}
	
	/* Foto-/Hintergrundcollage */
	#supersized {
		top: 0;
		height: 272px;
		padding-bottom: 0;
	}
		.supersized-slide-down {
			height: 500px !important;
		}
		.supersized-slide-up {
			height: 272px !important;
		}
}