/* ************************************* */
/*                                       */
/* Header                                */
/*                                       */
/* ************************************* */

/* ************************************* */
/* Background image                      */
/* ************************************* */

.header__deco {
	position: absolute;
	height: 169px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* ************************************* */
/* Logo                                  */
/* ************************************* */

.oeb-logo {
	display: flex;
	align-items: flex-end;
	aspect-ratio: 601 / 230;
	height: 100%;
    width:auto;
}

#logo {
	width: 100%;
	height: 100%;
	aspect-ratio: 601 / 230;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999%;
	outline: none;
	z-index: 100;
	display: block;
	background-size: contain !important;
}

.logo--white #logo {
	background-image: url(../img/logos/logo-oeb-berlin-incorporating-learning-technologies-white.svg);
}

.logo--black #logo {
	background-image: url(../img/logos/logo-oeb-berlin-incorporating-learning-technologies-black.svg);
}

.logo--ltg #logo {
	background-image: url(../img/logos/logo-oeb-online-educa-berlin-incorporating-learning-technologies-germany.png);
	width: 315px;
	height: 121px;
}

.logo--simple #logo {
	width: 221px;
	height: 90px;
	background-image: url(../img/logos/logo-oeb-online-educa-berlin.png);
}

.logo--white p {
	color: white;
}

.logo--black p {
	color: black;
}

/* ************************************* */
/* Right header region                   */
/* ************************************* */

.header--right {
	display: flex;
	gap: 20px;
}

/* ************************************* */
/* Flex items                            */
/* ************************************* */

.headeritem--classic {
	aspect-ratio: 1 / 1;
	height: 100%;
    width:auto;
}

/* ************************************* */
/* Blocks                                */
/* ************************************* */

header .block {
	background-repeat: no-repeat;
	aspect-ratio: 1 / 1;
	height: 100%;
    width:100%;
}

header .block--classic {
	background-position: center center;
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

header .block .content {
	width: 100%;
	height: 100%;
}

header .block--classic .content p,
header .block--classic .content h1,
header .block--classic .content h2,
header .block--classic .content h3 {
	display: inline-block;
	line-height: 140%;
	vertical-align: middle;
	font-family: "museo_sans500", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

header .block--classic .content.content--bottom p,
header .block--classic .content.content--bottom h1,
header .block--classic .content.content--bottom h2,
header .block--classic .content.content--bottom h3 {
	display: inline-block;
	line-height: 140%;
	vertical-align: bottom;
}

header .block--flexible {
	max-height: 121px;
	min-width: 130px;
	text-align: left;
	margin-top: 12px;
}
