@font-face {
	font-family: StephenType;
	src: url(../fonts/StephenType.otf);
}
@font-face {
	font-family: Nunito;
	src: url(../fonts/Nunito-VariableFont_wght.ttf);
}
:root {
	--primary: #bc892a;
	--primary-light: #d5a347;
	--primary-dark: #9e6e15;
}
html {
	background: black;
}
::-webkit-scrollbar {
  width: 4px;
  background: rgba(0,0,0,0);
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(254, 254, 254, 0.6);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: rgba(254, 254, 254, 0.4);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(254, 254, 254, 0.5);
}
body {
	background-image: linear-gradient(120deg, #1f6c8f 0%, #242f4b 33%, #443d5f 66%, #d494a5 100%);
	font-size: 11pt;
	line-height: 20pt;
	font-family: Nunito, sans-serif;
	color: rgba(255,255,255,0.9);
	margin:0;
	padding:0;
}
body:not(.loaded) {
	overflow: hidden;
}

.arrow-up {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#gotop-button {
	opacity: 0;
	position: fixed;
	bottom: 18px;
	right: 14px;
	z-index: 97;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: var(--primary);
	color: white;
	cursor: pointer;
	padding: 15px 15px 0;
	border-radius: 16px;
	transition: opacity 1s;
}
.scrolled #gotop-button {
	opacity: 1;
	transition: opacity 1s;
}
#loader-screen-top, #loader-screen-bottom {
	position: fixed;
	left: 0;
	right: 0;
	height: 50vh;
	background-color: rgba(0,0,0,1);
	z-index: 98;
}
#loader-screen-top {
	top: 0;
}
.loaded #loader-screen-top {
	top: calc(4rem - 50vh);
	transition: top 1s 1s, background-color 1s 2s;
	transition-timing-function: ease-out;
	background-color: rgba(0,0,0,0);
}
.scrolled.loaded #loader-screen-top {
	top: -50vh;
}
#loader-screen-bottom {
	bottom: 0;
}
.loaded #loader-screen-bottom {
	bottom: -50vh;
	transition: bottom 1s 1s, background-color 1s 2s;
	transition-timing-function: ease-out;
	background-color: rgba(0,0,0,0);
}
.loader-content-container  {
	position: absolute;
	left: calc(50% - 125px);
	width: 250px;
	text-align:center;
}
#loader-screen-top .loader-content-container {
	bottom: 0;
}
#loader-screen-bottom .loader-content-container {
	top: 0;
}
.loader-title {
	line-height: 1.2em;
	font-size: 3.2em;
}
.loader-title-name {
	font-family: StephenType;
	word-spacing: 0.2em;
}
.loader-title-function {
	font-size:0.5em;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	padding-left:0.25em;
}
.loader-subtitle {
	position: absolute;
	top:1px;
	font-size:0.95em;
	width: 250px;
}
#loader-screen-bottom #counter {
	width: 250px;
	height:24px;
	background-color: var(--primary);
}
progress[value]::-webkit-progress-value {
	transition: width 1s;
	background: #d5a347;
}
.loaded .loader-content-container {
	opacity:0;
	transition: opacity 1s;
}
#header {
	position: absolute;
	top: -4rem;
	left:0;
	width: 100%;
	height: 4rem;
	display: block;
	z-index:99;
	opacity: 0;
	background: rgba(0,0,0,0.3);
}
.loaded #header {
	top: 0;
	opacity: 1;
	transition: opacity 1s 2s;
}
nav {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 840px; /* 840 + 2*16 */
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px;
}
section.navbar-section {
	display: flex;
	align-items: center;
	flex: 1 0 0;
	line-height: 14pt;
}
section.navbar-section:first-child {
	text-transform: uppercase;
	font-size: 0.8em;
}
section.navbar-section:last-child {
	justify-content: flex-end;
}
nav ul {
	display: flex;
	margin: 0;
	white-space: nowrap;
	list-style-type: none;
}
nav ul li {
	margin: 0 0 0 24px;
}
html {
scroll-behavior: smooth;
}
section#body-wrapper {
	margin-top: 0px;
	overflow-x: hidden;
}
section.banner {
	width: 100vw;
	height: 100vh;
	text-align:center;
	background-color:black;
	background-image: url(../media/banniere.jpg);
	background-size: calc(max(200vh, 100vw));
	background-position: 50% 50%;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.banner-section {
	width:50%;
}

.toggle-menu {
	margin: 0 0 0 18px;
	width: 24px;
	height: 28px;
	cursor: pointer;
	display:none;
}
.bar-1, .bar-2, .bar-3 {
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.8);
	margin: 4px 0;
	transition: 0.4s;
}
.toggle-menu.menu-shown .bar-1 {
	transform: rotate(-45deg) translate(-5.7px, 5.7px);
}

.toggle-menu.menu-shown .bar-2 {
	opacity: 0;
}

.toggle-menu.menu-shown .bar-3 {
	transform: rotate(45deg) translate(-5.7px, -5.7px);
}
@media screen and (max-width:840px){
	.toggle-menu {
		display:block;
	}
	.navbar-section:last-child {
		width:0;
		max-width: 0;	  				
	}
	#header .navbar-section:last-child ul {
		display:none;
		opacity: 0;
		transition: opacity 0.4s 0.1s;
	}
	#header.menu-shown .navbar-section:last-child ul {
		display:flex;
		opacity: 1;
		transition: opacity 0.4s 0.1s;
	}

	#header .navbar-section:first-child span {
		display:initial;
		opacity: 1;
		transition: opacity 0.4s 0.1s;
	}

	#header.menu-shown .navbar-section:first-child span {
		opacity: 0;
		display:none;
		transition: opacity 0.4s 0.1s;
	}
	nav ul li {
		margin: 0 0 0 18px;
	}
}
.action {
	cursor: pointer;
}
.pola {
	background: white;
	box-shadow: 0 0 18px rgba(0,0,0,0.2);
	border-radius:4px;
	width: 560px;
	margin: 48px auto;
	padding: 30px;
}
h1 {
	font-family: StephenType;
	font-size: 5em;
	line-height: 0.7em;
	margin-block-start: 40vh;
	margin-block-end: 0;
	font-weight: normal;
	margin-right: 18px;
}
h2 {
	font-family: StephenType;
	font-size: 4.2em;
	margin-block-start: 0.2em;
	margin-block-end: 0;
	font-weight: normal;
	margin-left:-72px;
	margin-right: 18px;
}
h3 {
	font-size: 1.2em;
	color: #d5a347;
	text-transform: uppercase;
}
h1, h2, h3 {
	text-align: center;
	position: relative;
}
h4 {
	text-align:center;
	font-size:1.2em;
}

.button-transition-section {
	position: relative;
	width: 100%;
}
.button-transition-container {
	text-align: center;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	padding: 0 24px;
	width: 230px;
	color: white;
	background: linear-gradient(180deg, #737373 0%, #737373 12%, var(--primary) 88%, var(--primary) 100%);
	border-radius: 4px;
	box-shadow: 0 0 12px rgba(0,0,0,0.6);
	height: 96px;
}
.loaded .button-transition-container, .scrolled .button-transition-container {
	margin-top: -48px;
	transition: margin-top 1s 2s;
}
.scrolled .button-transition-container {
	transition: margin-top 0s 0s;
}

.button-transition {
	position: relative;
	text-transform: uppercase;
	margin: 0 auto;
	font-weight: normal;
	font-size: 18px;
}

.button-transition-top, .button-transition-bottom {
	height: 48px;
	line-height: 48px;
}
.button-transition-text {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

img.portrait {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 50%;
	margin: 24px calc(50% - 60px) -18px;
}
p, li {
	width:calc(100% - 24px);
	margin: 0 12px;
	position: relative;
	text-align: justify;
}

.backgrounded {
	margin-top: 72px;
	background: white;
	color: rgba(0,0,0,0.7);
	border-radius: 4px;
	box-shadow: 0 0 12px rgba(0,0,0,0.6);
}

.backgrounded img {
	width: calc(100% - 24px);
	margin: 12px;
}
section.container {
	max-width:840px;
	margin-left: auto;
	margin-right: auto;
}
section.row {
	text-align: justify;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	max-width:840px;
	margin: 0 auto;
}

.section-title {
	padding-top: 1.5em;
}

.section-link-container:not(:first-child) {
	margin-bottom: 18px;
}
.section-cards-container {
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.card-container {
	color: #d5a347;
	display: flex;
	flex-direction: column;
	margin-bottom:56px;
	width:240px;
}
.card-container blockquote {
	margin: 4px 24px;
}

.card {
	display: flex;
	z-index: 96;
	position: relative;
	width:200px;
	margin: 0 auto;
	transition: transform 1s;
}

.card-front, .card-back {
		flex-direction: column;
		box-shadow: 0 0 24px rgba(0,0,0,0.6);
		border-radius:12px;
		text-align: center;
		width:100%;
		border: 1px solid var(--primary-light);

}

.card-front {
	background: white;
}
.card-back {
		background: var(--primary);
	color: rgba(256, 256, 256, 0.8);
}

	.card >.card-front, .card >.card-back {
	display: block;
	transition-duration: 0.6s;
	transition-property: transform, opacity;
}
	.card >.card-front {
	transform: rotateY(0deg);
}
	.card >.card-back {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotateY(-180deg);
}

	.card.card-focus >.card-front {
	transform: rotateY(180deg);
	opacity: 0;
	transition-duration: 2s;
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
	transition-delay: 0.3s;
}
.card.card-focus >.card-back {
	transform: rotateY(0deg);
	opacity: 1;
	transition-duration: 2s;
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
	transition-delay: 0.3s;
}
		

.card.card-focus {
	z-index: 200;
	transform: scale(1.47) translate(0, 48px);
	transition: transform 1s;
}

.card-image {
}

.card-image, .card-image img {
	height: 250px;
	width: 200px;
}

.card-image img {
	object-fit: cover;
	border-top: 1px solid #d5a347;
	border-bottom: 1px dashed #d5a347;
}
.card-caption {
	text-align:center;
	font-size: 0.9em;
	line-height:1.2em;
	margin-top:1.2em;
}
.card-quote {
	font-size: 0.8em;
	font-style: italic;
}
.card-title {
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px solid #d5a347;
}
.card-content {
	opacity: 0;
	max-height: 254px;
	min-height: 254px;
font-size: 0.6em;
line-height: 12pt;
	overflow: hidden;
	text-align: justify;
	transition-delay: 2s;
background: linear-gradient(120deg, #242f4b 0%, #443d5f 100%);
}
.card-content h4 {
	text-decoration: underline overline;
}
.card-close {
	border-top: 1px solid #d5a347;
}
.card.card-focus .card-content {
	opacity: 1;
	transition-duration: 0.5s;
	transition-delay: 1.5s;
	overflow: auto;
}

.card-text, .card-number {
	padding: 4px 18px;
	line-height: 14pt;
}
.card-number {
	border-bottom: 1px dashed #d5a347;
}
.card-text {
	border-top: 1px solid #d5a347;
}
.card-text.multiline {
	padding: 10px 18px;
}
.section-quote {
	margin-top:3em;
	font-style: italic ;
	font-size:1.5em;
	text-align: center;
}
.section-quote .quote-author {
	font-family: StephenType;
	font-size: 2.5em;
	line-height: 1.2em;
	text-align: right;
}

.button {
	cursor: pointer;
	margin: 12px auto;
	color: white;
	background: #bc892a;
	position: relative;
	padding: 8px 18px;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: normal;
	border-radius: 4px;
	box-shadow: 0 0 12px rgba(0,0,0,0.6);
}
p + ul {
	margin-block-start: -1em;
	padding-inline-start: 18px;
}
.footer {
	position: relative;
	text-align: center;
	margin: 48px;
}
a {
	text-decoration: none;
	color:inherit;
	font-weight: bold;
}
.caption {
	font-weight:normal;
	opacity: 0.8;
}
.link-caption {
	opacity: 0.8;
	font-size: 10pt;
	padding: 6px 18px 6px;
	color: #368d6a;
}

.detail {
	position: fixed;
	top:0;
	left:100%;
	height:100%;
	width: 100%;
	transition: left 300ms;
	z-index:200;
	padding: 48px 0;
}
.detail.displayed {
	left:0;
	transition: left 300ms;
}


@media screen and (max-width:980px){
.page-container {
		padding: 24px;
		margin: 24px auto;
	}
}
@media screen and (max-width:840px){
	.backgrounded img {
			width:100%;
			margin: 12px 0;
		}
}

#particles-js{
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left:0;
}
.framed {
	margin-top:24px;
	margin-bottom:24px;
	border: 2px solid white;
	padding-top: 72px;
	padding-bottom: 72px;
}
.framed p {
	text-align: center;
}
form {
	padding: 0 24px;
}
form input, form textarea, form select {
	padding: 0.25rem 0.4rem;
	transition: background .2s,border .2s,box-shadow .2s,color .2s;
	color: #50596c;
	border: 0.05rem solid #caced7;
	margin-bottom:1em;
}
form label, form input, form textarea, form select {
	width: calc(100% - 48px);
	height: 1.8rem;
	line-height: 1.2rem;
	font-size: .9rem;
	position: relative;
	padding: 0.25rem 0.4rem;
}
form select {
	width: calc(100% - 34px);
}
form .h-captcha {
 	position: relative;
}
button {
	position: relative;
}
.contact-form__submit-button {
	--primary: #bc892a;
	--primary-dark: #2055EE;
	--primary-darkest: #133FC0;
	--text: #FFFFFF;
	--text-opacity: 1;
	--success: #ffffff;
	--success-scale: .2;
	--success-opacity: 0;
	--border-radius: 7;
	--overflow: hidden;
	--rotate: 0;
	--plane-x: 0;
	--plane-y: 0;
	--plane-opacity: 1;
	--left-wing-background: var(--primary);
	--left-wing-first-x: 0;
	--left-wing-first-y: 0;
	--left-wing-second-x: 50;
	--left-wing-second-y: 0;
	--left-wing-third-x: 0;
	--left-wing-third-y: 100;
	--left-body-background: var(--primary);
	--left-body-first-x: 50;
	--left-body-first-y: 0;
	--left-body-second-x: 50;
	--left-body-second-y: 100;
	--left-body-third-x: 0;
	--left-body-third-y: 100;
	--right-wing-background: var(--primary);
	--right-wing-first-x: 50;
	--right-wing-first-y: 0;
	--right-wing-second-x: 100;
	--right-wing-second-y: 0;
	--right-wing-third-x: 100;
	--right-wing-third-y: 100;
	--right-body-background: var(--primary);
	--right-body-first-x: 50;
	--right-body-first-y: 0;
	--right-body-second-x: 50;
	--right-body-second-y: 100;
	--right-body-third-x: 100;
	--right-body-third-y: 100;
	display: block;
	cursor: pointer;
	position: relative;
	border: 0;
	padding: 8px 0;
	min-width: 100px;
	text-align: center;
	margin: 0;
	line-height: 24px;
	font-family: inherit;
	font-weight: 500;
	font-size: 14px;
	background: none;
	outline: none;
	color: var(--text);
	transform: rotate(calc(var(--rotate) * 1deg)) translateZ(0);
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}
.button-left,
.button-right {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: var(--plane-opacity);
	transform: translate(calc(var(--plane-x) * 1px), calc(var(--plane-y) * 1px)) translateZ(0);
}
.button-left:before,
.button-left:after,
.button-right:before,
.button-right:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: calc(var(--border-radius) * 1px);
	transform: translate(var(--x, .4%), var(--y, 0)) translateZ(0);
	z-index: var(--z-index, 2);
	background: var(--background, var(--left-wing-background));
	clip-path: polygon(calc(var(--first-x, var(--left-wing-first-x)) * 1%) calc(var(--first-y, var(--left-wing-first-y)) * 1%), calc(var(--second-x, var(--left-wing-second-x)) * 1%) calc(var(--second-y, var(--left-wing-second-y)) * 1%), calc(var(--third-x, var(--left-wing-third-x)) * 1%) calc(var(--third-y, var(--left-wing-third-y)) * 1%));
}
.button-left:after {
	--x: 0;
	--z-index: 1;
	--background: var(--left-body-background);
	--first-x: var(--left-body-first-x);
	--first-y: var(--left-body-first-y);
	--second-x: var(--left-body-second-x);
	--second-y: var(--left-body-second-y);
	--third-x: var(--left-body-third-x);
	--third-y: var(--left-body-third-y);
}
.button-right:before {
	--x: -.4%;
	--z-index: 2;
	--background: var(--right-wing-background);
	--first-x: var(--right-wing-first-x);
	--first-y: var(--right-wing-first-y);
	--second-x: var(--right-wing-second-x);
	--second-y: var(--right-wing-second-y);
	--third-x: var(--right-wing-third-x);
	--third-y: var(--right-wing-third-y);
}
.button-right:after {
	--x: 0;
	--z-index: 1;
	--background: var(--right-body-background);
	--first-x: var(--right-body-first-x);
	--first-y: var(--right-body-first-y);
	--second-x: var(--right-body-second-x);
	--second-y: var(--right-body-second-y);
	--third-x: var(--right-body-third-x);
	--third-y: var(--right-body-third-y);
}
.button-span {
	display: block;
	position: relative;
	z-index: 4;
	opacity: var(--text-opacity);
}
.button-span.button-success {
	z-index: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 8px;
	transform: rotate(calc(var(--rotate) * -1deg)) scale(var(--success-scale)) translateZ(0);
	opacity: var(--success-opacity);
	color: var(--success);
	white-space: nowrap;
	cursor: auto;
}