/* --------------------------------------------------------------------------------------------------------------------- */
/* HEADER */
/* --------------------------------------------------------------------------------------------------------------------- */

#header
{
	height: 20rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	background: url(../img/header/header.jpg);
	/* background-size: cover; */
	background-position: center 10px;
	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: 10rem;
	font-size: 2rem;
	line-height: 3rem;
	text-align: center;
	display: block;
	font-weight: 900;
	color: #222222;
	text-shadow:
		rgb(255, 255, 255) 1px 1px 1rem,
		rgb(255, 255, 255) 1px 1px 1rem,
		rgb(255, 255, 255) 1px 1px 1rem,
		rgb(255, 255, 255) 1px 1px 1rem,
		rgb(255, 255, 255) 1px 1px 1rem,
		rgb(255, 255, 255) 1px 1px 1rem,
		rgb(255, 255, 255) 1px 1px 1rem
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* MOTTO */
/* --------------------------------------------------------------------------------------------------------------------- */

#motto
{
	position: absolute;
	bottom: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 1rem;
	line-height: 1.5;
	color: #333333;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0.04em;
	white-space: nowrap;
	text-shadow:
		rgb(255, 255, 255) 0px 0px 0.6rem,
		rgb(255, 255, 255) 0px 0px 0.6rem,
		rgb(255, 255, 255) 0px 0px 0.6rem;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* 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
{
	background: #222;
	opacity: 0.8;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1rem;
	display: none;
	z-index: 1000;
}

#policy_consent
{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -150px;
	width: 300px;
	height: 150px;
	text-align: center;
	padding: 1rem;
	border-radius: 5px;
	display: none;
	background: #eee;
	z-index: 1001;
}

#policy_text
{
	color: #222;
}

#policy_text a
{
	color: #222;
	text-decoration: underline;
}

#policy_accept
{
	display: inline-block;
	margin: 0;
}
