<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.T4909 {
	display: flex;
	flex-direction: column;
}
.T4909 .row {
	margin-bottom: 2rem;
}

.T4909 .row1 { order: 1; }
.T4909 .row2 { order: 2; }
.T4909 .row3 { order: 3; }
.T4909 .row4 { order: 4; }

.T4909 .row {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.T4909 .row .headline {
	margin-bottom: 1rem;
}

.T4909 .row .image {
	overflow: hidden;
}

.T4909 .row .image :is(img, picture) { width: 100%; height: auto; }

.T4909 .row .image picture img { aspect-ratio: 1 / 0.75; object-fit: cover; }
.T4909 .row .image picture.quad img { aspect-ratio: 1 / 1; }
.T4909 .row .image picture.hoch img { aspect-ratio: 1 / 1.15; }

.T4909 .row .linkwrapper {
	margin-top: 0.8rem;
	display: flex; 
	justify-content: flex-end;
}



@media (min-width: 567px) {
	.T4909 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.T4909 .row {
		width: 48%;
	}

	.T4909 .row3 { order: 4; }
	.T4909 .row4 { order: 3; }
}

@media (min-width: 768px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {

}
</pre></body></html>