:root {
	--main-bg-color: rgb(0,57,38);
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: var(--main-bg-color);
}

.headerImage {
	width: 100%;
	object-fit: fill;
	object-position:bottom;
	max-height: 350px;
}

/*.bodyImage {
	object-fit: cover;
	max-width: 600px;
	max-height: 20vh;
align-content: end;
}*/

.LogoContainer {
	display: flex;
	flex-direction: column;
	justify-content: flex-end; /* Inhalt rechts ausrichten */
	align-items: flex-end; /* Inhalt unten ausrichten */

	gap: 1px;
	gap: 1px 1px; /* row-gap column gap */
	row-gap: 1px;
	column-gap: 1px;
	margin-top: 5%;
	margin-right: 5%;
}

.LogoItem {
	color: white;
	align-self: flex-end; /* ganz unten */
	margin-right: 10px;
	max-width: 20%;
}
