:root {
	--farbe1: #1c6c96;
	--farbe2: #e3eff8;
	--farbe3: #fff;
}
* {
	font-family: "Buenard", serif;
 	font-optical-sizing: auto;
 	font-weight: 400;
 	font-style: normal;
	font-size:16pt;
}
a {
	color: var(--farbe1);
}
body {
	background-color: var(--farbe2);
}
h2 {
	color: var(--farbe1);
	font-weight: 900;
}
header {
	background-color: white;
	height: 105px;
	border-bottom: 5px solid var(--farbe1);
	z-index: 101;
	width: 100%;
}
.header-logo-img {
	width: 100%;
	max-height: 100px;
	object-fit: contain;
}
.content .container:first-child {
	padding-top: 150px;
}
.content .container:last-child {
	padding-bottom: 100px;
}
.bg-farbe-1 {
	background-color: var(--farbe1);
	color: var(--farbe3);
}
.card-img-top {
	object-fit: cover;
}

.card-img-subtitle {
	display: none;
	padding-left: calc(var(--bs-card-spacer-x) / 2);
	background-color: lightgrey;
}
footer {
	bottom: 0;
	background: var(--farbe1);
	color: var(--farbe3);
	padding: 5px 0;
		a {
			color:var(--farbe3);
		}
}
footer .row:first-child {
	border-bottom: 1px solid var(--farbe3);
	padding-bottom: 7px;
}