
/* ############################################################
	080 - FOTO-/HINTERGRUNDCOLLAGE
############################################################ */

/* Modul-Abstände */
.mdl-art-080 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.bild__panel .mdl-art-080 {
	padding: 0;
}
@media screen and (min-width: 768px) {
	.mdl-art-080 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (min-width: 1200px) {
	.mdl-art-080 {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}


/* Allgemeines */
.mdl080-modul-box {
	position: relative;
	width: 100%;
}
	.mdl080-modul-box .picture-wrapper {
		position: relative;
		display: block;
		width: 100%;
		height: 0;
		padding-top: 51%;
		overflow: hidden;
	}
		.mdl080-modul-box .picture-wrapper img {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

