/* CSS Document */

.schritt .infotext {
	flex: 1;
	max-width: none;
	margin: 0;
}

.schritt {
	display: flex;
	gap: 40px;
	max-width: 800px;
	align-items: stretch;
	height: 300px;
	margin: 40px auto 40px auto;
}

.schritt img {
	width: 400px;
	height: auto;
	align-self: stretch;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
