/* ***************************************************************************** 
   PROJECT:		h3 Website 2025 Relaunch
   COPYRIGHT:	h3
   DISCLAIMER:	This software must not be copied, published or otherwise distributed without permission of the copyright owner.
***************************************************************************** */

/** page framework **/
html {
	font-size: 16px;
}
@media screen and (max-width: 666px) {
	html { font-size: 14px; }
}
html, body {
/*	height: 100%; */
}
body {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5rem;
	width: auto;
	background: #100204;
}
body * {
	box-sizing: border-box;
	transition: all 0.33s ease-in-out;
}

.defaultContentPadding,
body > div:not(.fullWidth),
body > header > div:not(.fullWidth),
body > main > div:not(.fullWidth),
body > footer > div:not(.fullWidth) {
	padding-left: 7.5%;
	padding-right: 7.5%;
}

main {
	padding: 0;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	top: -1.5rem;
}

header {
}

footer {
}
/** END: page framework **/



/** standard elements and classes **/
h1, h2, h3 {
	color:#0055cc;
/*	color:#0044a3;  h3 blue, darkened */
}
h1 {
	font-family: "Dosis SemiBold";
	font-size: 4.5rem;
	font-weight: normal;
}
h2 {
	font-family: "Dosis Medium";
	font-size: 3.375rem;
	font-weight: normal;
	line-height: 1.25;
}
h3 {
	font-family: "Dosis Medium";
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.25;
}
.h3Title {
	display: flex;
	flex-direction: column;
	margin-top: calc((100vw / 1500) * 68);
	gap: calc((100vw / 1500) * 68);
	align-items: center;
}
.h3Title h1 {
    font-size: calc((100vw / 1500) * 184);
	will-change: font-size;
	white-space: nowrap;
	line-height: 1.1;
	margin: 0;
}
.h3Title h2 {
    font-size: calc((100vw / 1500) * 136);
	will-change: font-size;
	white-space: nowrap;
	line-height: 1.1;
	margin: 0;
}
.h3Title .txtButton {
	outline-color: white;
}

.hidden {
	display: none;
}

a {
	color: #ffaa00;
	text-decoration: none;
}
a:hover {
	color: red;
}

.nobr {
	white-space: nowrap;
}
.center {
	text-align: center;
}

.flexbox {
	display: flex;
/*	gap: 1rem; */
	row-gap: 1rem;
	column-gap: 0.5rem;
}
/*.flexbox*/.col {
	flex-direction: column;
}
/*.flexbox*/.wrap {
	flex-wrap: wrap;
}
/*.flexbox*/.gap5 {
	gap: 5%;
}
/*.flexbox*/.justspace {
	justify-content: space-between;
}
/*.flexbox*/.justeven {
	justify-content: space-evenly;
}
.flexbox.center {
	justify-content: center;
}

/** END: standard elements and classes **/



/** Floating Focus **/

div.floating-focus {
	padding: 0 !important;
}

/* Hide all default focus states if a mouse is used, this is completely optional of course */
.floating-focus, .floating-focus.enabled {
	transition: 0.33s ease-in-out !important;
	border-radius: 1px !important;
	border-width: 2px !important;
}
.floating-focus.enabled.visible, .floating-focus.enabled.visible.helper {
	color: white;
}
.floating-focus::after {
/*	opacity: 0.15;*/
/*	transition: opacity .33s ease-in-out !important;*/
}
*:focus {
	outline: none;
}

/* Default outline value, which will be applied to all elements receiving focus, this is a required step. */
.floating-focus-enabled :focus, .floating-focus-enabled .focus {
	outline: 2px solid white;
	outline-offset: 8px;
}

/* Give all buttons a green focus state instead of dodgerblue, this is optional in case it's needed. */
.floating-focus-enabled [type="button"]:focus {
/*  outline-color: green;*/
/*  outline-offset: 4px;*/
}
/** END: Floating Focus **/



.svgButton {
	color: white;
	border-radius: 50%;
	fill: white;
}
.svgButton:focus,
.svgButton:hover,
.svgButton.flimmer
{
	cursor: pointer;
	fill: #ffaa00;
}
.txtButton {
	scale: 1;
	display: inline-block;
}
.txtButton:focus,
.txtButton:hover,
.txtButton.flimmer,
ul.mainnav li button:focus,
ul.mainnav li button:hover
{
	cursor: pointer;
	color: #ffaa00;
	transform: scale(1.075);
}
main:has( .svgImg .svgButton:focus) ~ .floating-focus {
/*	width: 15% !important;*/
}



.contentContainerCollection {
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contentContainerCollection:has( .contentContainerWrapper.active) {
/*	pointer-events: auto;*/
	pointer-events: unset;
	background-color: #101b2acc;
	z-index: 30;
}
body:has( .contentContainerWrapper.active) {
	overflow: hidden;
}

.contentContainerWrapper {
/*	display: none;*/
}
.contentContainerWrapper.active {
	overflow-y: auto;
	max-height: calc(99vh - 6rem);
/*	scrollbar-color: #100204 #ffaa00;*/
	scrollbar-color: #332a2b #fabb66;
/*	pointer-events: auto;*/
	pointer-events: unset;
}
.contentContainer {
	opacity: 0;
	scale: 0.1;
	position: relative;
	overflow: auto;
	background: #ffffffda;
	padding: 2rem;
/*	border: 2px solid #ffaa00;*/
	border: 2px solid #fabb66;
	border-radius:3px;
}
.contentContainerWrapper.active .contentContainer {
	opacity: 1;
	scale: 1.0;
}

.contentContainer h3 {
	width: 100%;
	text-align: center;
	font-size: 3rem;
}
.contentContainer img.circlePortrait {
	border-radius: 50%;
	background: #0055cc;
	max-width: 80%;
	max-height: 80%;
}
.contentContainer .flexbox img {
	max-width: 40%;
}

.contentContainer .closeButton {
	background: #332a2b;
	border: 1px solid #332a2b;
	color: #ffffffda;
	cursor: pointer;
	font-size: 1.625rem;
	padding-top: 2px;
	scale: 1;
	opacity: 0.5;
	border-radius: 50%;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	aspect-ratio: 1;
	box-sizing: border-box;
}

.contentContainer .closeButton,
.contentContainer .txtButton {
	outline-color: #0055cc;
}

nav#mainnav {
	position: sticky;
	top: 0;
	min-height: 5.25rem;
/*	pointer-events: auto;*/
	pointer-events: unset;
	display: flex;
	z-index: 10;
}

button#showNavToggle {
	position: relative;
	top: 0.5rem;
	left: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #332a2b;
	border: 2px solid #332a2b;
	color: darkgrey;
	cursor: pointer;
	font-size: 1.875rem;
	scale: 1;
	z-index: 20;
	outline-color: white;
}
button#showNavToggle > span {
	font-family: 'Dosis Bold';
	font-size: 2rem;
}
button.closeButton:hover, button.closeButton:focus,
button#showNavToggle:hover, button#showNavToggle:focus,
button#showNavToggle.open {
	border-color: #ffaa00;
	color: #ffaa00;
	transform: scale(1.075);
	opacity: 1;
}

button#showNavToggle span#navToggleTooltip {
	position: absolute;
	left: 0;
	bottom: -1.5rem;
	border: 1px solid darkgrey;
	border-radius: 3px;
	background: #332a2b;
	padding: 0.25rem;
	font-family: monospace;
	font-size: 1rem;
	color: ivory;
	white-space: nowrap;
	scale: 0.1;
	opacity: 0;
	pointer-events: none;
}
button#showNavToggle:not(.open):hover span#navToggleTooltip, 
button#showNavToggle:not(.open):focus span#navToggleTooltip {
	scale: 1;
	opacity: 1;
}
span#navToggleTooltip i:first-child {
	font-size: 1rem;
}

ul.mainnav {
	display: flex;
	gap: 6%;
	align-items: center;
	background: #332a2b;
	background: linear-gradient(0deg, #332a2b 0%, #100204 33.3%, black 66.7%);
	border-bottom: 1px solid;
	border-bottom-width: 0px;
	border-bottom-color: transparent;
	box-sizing: border-box;
	color: ivory;
	font-family: 'Dosis Medium';
	font-size: 1.25rem;
	opacity: 0.75;
	height: 0;
	max-height: 0;
	overflow: hidden;
	position: relative;
	left: -4rem;
	list-style-type: none;
	margin: 0;
	padding: 0 4% 0 calc(4rem + 6%);
	min-width: 100%;
	max-width: 100%;
}
ul.mainnav li {
	padding: 0;
}

ul.mainnav li button {
	background: inherit;
	color: inherit;
	border: inherit;
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
	letter-spacing: 1px;
	padding: 0.25rem;
	text-align: center;
	margin: 0;
	scale: 1;
}

ul.mainnav.active {
	height: 5.25rem;
	max-height: 5.25rem;
	border-bottom-width: 1px;
	border-bottom-color: grey;
}
ul.mainnav.active:hover, 
ul.mainnav.active:has( :focus) {
	opacity: 1;
	box-shadow: 0px 0.25rem 0.75rem #332a2b66;
}

ul.mainnav.active { /* ul.mainnav.active:has( .subnav.active) */
	overflow: visible;
}

li.hasSubs {
	position: relative;
}

ul.subnav {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	position: absolute;
	min-width: 100%;
	height: 0px;
	opacity: 0;
	gap: 0;
	padding: 0;
	background: linear-gradient(0deg, #332a2b 0%, #100204 33.3%, black 66.7%);
}
ul.subnav.active {
/*	height: auto;*/
	opacity: 1;
}
ul.subnav > li {
	padding: 0.5rem 1.5rem 0.5rem 0.75rem;
	border-bottom: 1px solid #ffaa00;
	position: relative;
	min-width: 100%;
	width: fit-content;
}
ul.subnav > li:first-child {
	padding-top: 1rem;
}
ul.subnav > li::before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 2px;
	background: linear-gradient(0deg, #ffaa00 0%, #ffaa00 64%, transparent 96%);
	position: absolute;
	left: 0;
	top: 0;
}
ul.mainnav ul.subnav li button {
	border: none;
}



footer {
	position: fixed;
	bottom: 0;
	background: #332a2b;
	background: linear-gradient(180deg, #332a2b 0%, #100204 45%, black 80%);
	border-top: 1px solid grey;
	color: ivory;
	font-family: 'Dosis Light';
	font-size: 1rem;
	letter-spacing: 1px;
	opacity: 0.75;
	padding: 0;
	width: 100%;
}
footer:hover, footer:has( :focus),footer:has( :hover) {
	opacity: 1;
	box-shadow: 0px -0.25rem 0.75rem #332a2b66;
}
footer #footerInnerWrapper {
	min-height: 3rem;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	height: auto;
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	white-space: nowrap;
	flex-wrap: wrap;
	row-gap: 0.5rem;
}

footer span#imprint {
	display: flex;
	align-items: center;
}
span#imprint i {
	font-size: 1.25rem;
}
span#imprint i:last-child {
	display: inline-block;
	position: relative;
	top: 1px;
}

