/* Referenzgröße Adler aus SVG: width: 30.65px height: 28.586px */
#foerderung {
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: white;
	border-top: 1px solid #666;
}

#closebutton {
	width: 100%;
	text-align: right;
	font-size: 2em;
	padding: 10px;
	margin-top: 0px;
}

#closebutton:hover {
	color: red;
}

#foerderung div {
	padding: 1em;
	color: rgba(63,66,70,1);
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 15px !important;
	font-weight: bold;
	line-height: 16px !important;
}

#foerderung img {
	max-height: 80px;
	width: auto;
}

#foerderung2 div {
	padding: 1em;
	color: rgba(63,66,70,1);
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 10.5px !important;
	line-height: 14px !important;
}

#foerderung2 img {
	max-height: 56px;
	width: auto;
}

.f_logo_header {
	margin-bottom: 20px;
}

#foerderung2 a {
  line-height: 0; /* entfernt den Baseline-Abstand */
  display: inline-block;
}