footer
{
	background-color: var(--faktum-dark-gray);
	color: white;
	margin-bottom: 0.5rem;
	text-align: center;
}

footer a
{
	text-decoration: none;
	color: white;
}

#footer-content-wrapper
{
	display: block;
	text-align: center;
	width: 100%;
}


#footer-content
{
	min-height: 10rem;
	width: min(var(--max-content-width), calc(100vw - 4rem));
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}

#footer-first
{
	text-align: left;
	font-weight: bold;
	font-size: 2rem;
}

#footer-second
{
	text-align: right;
	line-height: 1.5;
	font-size: 1.2rem;
}



@media (max-width: 1100px) {
	#footer-content
	{
		display: inline-block;
	}

	#footer-first
	{
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	#footer-second
	{
		margin-bottom: 2rem;
		text-align: left;
	}
}

@media (max-width: 800px) {
	#footer-first
	{
		font-size: 1.6rem;
	}
}

@media (max-width: 640px) {
	#footer-first
	{
		font-size: 1.4rem;
	}
}

#open_preferences_center
{
	font-size: 0.95rem;
	padding-right: 1rem;
	text-decoration: underline;
	color: white;
}
