﻿:root
{
	/* colors */
	--color-red-500: #FB2C36;
	/* images */
	--bg-img-fmh-logo: url(https://cdn1.fmh.de/images/fmh.svg);
	--bg-img-fmh-x-claim: url(https://cdn1.fmh.de/images/fmh-x-claim.svg);
}

/* FMH-Footer */
div.alfag .fmh-footer
{
	display: flex;
	align-items: center;
	/*padding: 16px;*/
	/*margin-top: 20px;*/
	margin: 20px 0;
	gap: 20px;
	flex-wrap: wrap;
}
div.alfag .fmh-footer > *
{
	flex: 3 1 auto;
}
div.alfag .fmh-footer-title
{
	flex-basis: 30%;
	text-align: left;
	white-space: nowrap;
}
div.alfag .fmh-footer-title1
{
	flex-basis: 70%;
	text-align: left;
	background: url(https://cdn1.fmh.de/images/common/icons/bar-chart-4.svg) no-repeat;
	background-position: left 2px;
	background-size: 16px;
	/*padding: 4px 4px 4px 20px;*/
	padding-left: 24px;
	min-height: 18px
}
div.alfag .fmh-footer-title2
{
	flex-basis: 20%;
	text-align: right;
	white-space: nowrap;
}
div.alfag .fmh-footer a
{
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
div.alfag .fmh-x-claim-link
{
	display: inline-block;
	background: var(--bg-img-fmh-x-claim) no-repeat;
	background-size: 200px auto;
	width: 200px;
	height: 30px;
	vertical-align: middle;

}