﻿
#cont-277 {
	background: var(--farbe);
}
#col-270 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	float: none;
	text-align: center;
}
#col-270 > div {
	width: 16%;
	max-width: 130px;
	margin: 10px;
}
#text-427 {
	color: white;
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
	x-text-shadow: 1px 1px 8px #595959;
	background: var(--farbe4);
	text-align: center;
}
#text-427 h1 {
	color: white;
}
#cont-580 {
	max-width: 1000px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
#cont-624 {
	max-width: 1000px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
#bild-585 img {
	object-fit: cover;
	aspect-ratio: 4/3;
}
#bild-626 img {
	object-fit: cover;
	aspect-ratio: 4/3;
}
@media(max-width: 1000px) {
	#col-270 {
		flex-wrap: wrap;
		padding-top: 15px;
	}
	#col-270 > div {
		width: 40%;
		max-width: none;
	}
	#col-270 img {
		max-width: 130px;
	}
}

@media(max-width: 700px) {
	#col-270 > div {
		width: 40%;
	}
	#col-270 img {
		max-width: 90px;
	}
}

@media(max-width: 800px) {
	#cont-580 {
		flex-direction: column;
	}
	#cont-624 {
		flex-direction: column;
	}
}
