/* --------------------------------------------------------------------------------------------------------------------- */
/* HEADER */
/* --------------------------------------------------------------------------------------------------------------------- */

#header
{
	height: 20rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	background: url(../img/header.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

#achr_link, #fci_link, #lang, #logo, #logotype, #ribbon
{
	position: absolute;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* ACH + FCI */
/* --------------------------------------------------------------------------------------------------------------------- */

#achr_link img, #fci_link img
{
	width: 4rem;
}

#achr_link
{
	top: 1rem;
	right: 6rem;
}

#fci_link
{
	top: 1rem;
	right: 1rem;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* LANGUAGE SWITCH */
/* --------------------------------------------------------------------------------------------------------------------- */

#lang
{
	top: 1rem;
	left: 1rem;
	display: flex;
	flex-direction: row;
	gap: 1rem;
}

#lang a, #lang span
{
	display: block;
	background-position: top center;
	text-decoration: none;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* LOGOTYPE */
/* --------------------------------------------------------------------------------------------------------------------- */

#logo
{
	bottom: 1rem;
	width: 8rem;
	left: 1rem;
}

#ribbon
{
	bottom: 2rem;
	left: 7rem;
}

#logotype
{
	top: 5rem;
	font-size: 2rem;
	line-height: 3rem;
	text-align: center;
	display: block;
	font-weight: 900;
	color: #FFFFFF;
	text-shadow:
		rgb(0, 0, 0) 1px 1px 1rem,
		rgb(0, 0, 0) 1px 1px 2rem,
		rgb(0, 0, 0) 1px 1px 3rem;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* ACCOUNT */
/* --------------------------------------------------------------------------------------------------------------------- */

#account_links
{
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	display: flex;
	flex-direction: row;
	gap: 1rem;
	z-index: 1000;
	background-color: #FFFFFFE0;
	border-radius: 5px;
	border: 1px solid #FFF;
	padding: 1rem;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* GDPR */
/* --------------------------------------------------------------------------------------------------------------------- */

#policy_background, #press_background
{
	background: #222;
	opacity: 0.9;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	display: none;
	z-index: 2000;
}

#policy_consent
{
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -210px;
	width: 400px;
	height: 150px;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	display: none;
	background: #eee;
	z-index: 2001;
}

#press_background
{
	z-index: 3000;
}

#press
{
	position: absolute;
	top: 0;
	margin: 20px;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	display: none;
	background: #eee;
	z-index: 3001;
}

#policy_text
{
	color: #222;
}

#policy_text a
{
	color: #222;
	text-decoration: underline;
}

#press_accept, #policy_accept
{
	display: inline-block;
	margin: 0;
}
