* {
	margin: 0;
}

html, body {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Expletus Sans", sans-serif;
	background-color: #595148;
	 hyphens: auto;
}
a {
	text-decoration: none;
}

.logoHeader {
  position: absolute;
  left: 2.5%;
  top: 2.5%;
  z-index:999;
}

.logoHeader img {
  width: 200px;
  opacity: 1;
}

::-moz-selection { 
  color: #ffcb05;
  background: #9b846b;
}

::selection {
  color: #ffcb05;
  background: #9b846b;
}

.logo {
	position: fixed;
	left: 30px;
	top: 30px;
	filter: grayscale(0.35);
	opacity: 0.8;
	transition: transform 1s ease-in-out;
	z-index: 100;
}
.logo img {
	width: 90px;
}

.header {
	position: relative;
	width: 100vw;
	height: 110vh;
	background-image: url('../img/h1.webp');
	background-size: cover;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	filter: grayscale(0.35);
	z-index: 101;
}
.header video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 102;
}
.plus-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cline%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%2220%22%20y2%3D%2230%22%20stroke%3D%22white%22%20stroke-width%3D%222%22/%3E%3Cline%20x1%3D%2210%22%20y1%3D%2220%22%20x2%3D%2230%22%20y2%3D%2220%22%20stroke%3D%22white%22%20stroke-width%3D%222%22/%3E%3C/svg%3E');
	background-size: 35px 35px;
	mix-blend-mode: overlay;
	opacity: 0.6;
	mask-image: linear-gradient(to top left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 90%);
	-webkit-mask-image: linear-gradient(to top left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 90%);
	z-index:103;
	mix-blend-mode: overlay;
}
.section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cline%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%2220%22%20y2%3D%2230%22%20stroke%3D%22white%22%20stroke-width%3D%222%22/%3E%3Cline%20x1%3D%2210%22%20y1%3D%2220%22%20x2%3D%2230%22%20y2%3D%2220%22%20stroke%3D%22white%22%20stroke-width%3D%222%22/%3E%3C/svg%3E');
	background-size: 35px 35px;
	mix-blend-mode: overlay;
	opacity: 0.5;
		pointer-events: none;
	mask-image: linear-gradient(to top left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image: linear-gradient(to top left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.section-overlay-lefttop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	pointer-events: none;
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cline%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%2220%22%20y2%3D%2230%22%20stroke%3D%22white%22%20stroke-width%3D%222%22/%3E%3Cline%20x1%3D%2210%22%20y1%3D%2220%22%20x2%3D%2230%22%20y2%3D%2220%22%20stroke%3D%22white%22%20stroke-width%3D%222%22/%3E%3C/svg%3E');
	background-size: 35px 35px;
	mix-blend-mode: overlay;
	opacity: 0.6;
	mask-image: linear-gradient(to bottom right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-mask-image: linear-gradient(to bottom right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
}
.light {
	opacity: 0.9;
	mask-image: linear-gradient(to top left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image: linear-gradient(to top left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.headerBack {
	position: relative;
	width:100%;
	height:100%;
	background-image: url('../img/hback.png');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.75;
}
.banner {
	position: fixed;
	top: 0;
	right: -315px;
	width: 350px;
	height: 100%;
	font-size: 25px;
	background: rgba(41, 41, 41, 0.7);
	z-index: 102;
	opacity: 0;
	transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
	filter: grayscale(0.35);
	backdrop-filter: blur(3px);
}
.banner.active {
	position: fixed;
	transform: translateX(-315px);
	opacity: 1;
	z-index: 102;
}

.heroTitleCorvus {
	position: absolute;
	top: 5%;
	left: 5%;
	font-family: 'Roboto Mono', monospace;
	color: rgba(255, 255, 255, 1);
	font-size: 5.5rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	opacity: .8;
	line-height: 0.8;
	text-shadow: 2px 2px 0px rgba(90, 75, 44, .9), 5px 4px 0px rgba(113, 97, 64, .9);
	z-index: 999;
	transition: transform 0.7s ease-in-out;
}


.heroTitleElements {
	position: absolute;
	bottom: 15%;
	right: 5%;
	font-family: 'Roboto Mono', monospace;
	color: rgba(255, 255, 255, 1);
	font-size: 5.5rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	opacity: .8;
	line-height: 0.8;
	text-shadow: 2px 2px 0px rgba(90, 75, 44, .9), 5px 4px 0px rgba(113, 97, 64, .9);
	z-index: 999;
	transition: transform 0.7s ease-in-out;
}
.heroTitleElements.active {
	transform: translateX(-300px)
}
.slogan {
	display: none;
	position: absolute;
	padding: 25px;
	left: 15%;
	bottom: 25%;
	font-size: 3rem;
	color: yellow;
	font-weight: 900;
	background-color: rgba(30,30,30,0.5);
	border-radius: 15px;
}
.content {
    filter: brightness(1.1);
	width: 100%;
	height:auto;
}
.headline {
	display: block;
	justify-content: center;
	background: #595148;
	letter-spacing: -.10rem;
		backdrop-filter: opacity(0.1);
		-webkit-box-shadow: inset 0px 0px 31px 2px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 31px 2px rgba(0,0,0,0.75);
		z-index: 100;
}

.headline::before {
	content: "";
	background-image: url('../img/hback.png');
	background-size: cover;
		pointer-events: none;
	background-position: center;
	opacity: 0.5;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	filter: grayscale(0.25);
		z-index: 99;
	}

.headline h1 {
  font-family: "Ubuntu", sans-serif;
	font-size: 3rem;
	font-weight: 900;
	text-align: left;
	color: #eee;
	margin-left: 3rem;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
	padding-left: 2rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-right: 10rem;
		z-index: 100;
}

.headline h2 {
  font-family: "Ubuntu", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0rem;
	color: #ccc;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
  padding-left: 8.5rem;
	padding-top: -50px;
	padding-bottom: 4rem;
	padding-right: 10rem;
		z-index: 100;
}

.headline h3 {
  font-family: "Ubuntu", sans-serif;
	padding-bottom: 2rem;
	padding-top: -30rem;
		z-index: 100;

}
@media (max-width: 768px) {
	.headline h1 {
	font-family: 'Roboto Mono', monospace;
	font-size: 1.5rem;
	text-align: left;
	color: #eee;
	padding-left: 0.5rem;
	padding-top: -10px;
	padding-bottom: 4rem;
	padding-right: 0.5rem;
	margin-left: 1.5rem;
	}

.contentWrapper h1 {
	font-family: 'Roboto Mono', monospace;
	font-size: 0.75rem;
	text-align: center;
	color: #eee;
	}
	
	.headline h2 {
  font-family: "Ubuntu", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0rem;
	color: #ccc;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
  padding-left: 1.5rem;
	padding-top: -10px;
	padding-bottom: 4rem;
	padding-right: 1.5rem;
		z-index: 100;
}
}

.slash {
	color: #ffcb05;
	filter: grayscale(0.35);
	font-weight: 900;
	font-size: 100%;
	letter-spacing: -.4rem;
	z-index: 100;
}
.slashSection {
	color: #ffcb05;
	z-index: 100;
}
.sectionWrapper {
	width:auto;
	padding:3vw;
			z-index: 100;
}
.sectionText {
	width: 40%;
	font-weight: 200;
	font-size: 1.2rem;
	text-align: justify;
	padding-top: 2rem;
	text-shadow: 1px 1px #333;
	z-index:200;
	border-radius: 20px;
	background: rgba(30, 30, 30, 0.6);
	padding: 20px;
}
@media (max-width: 768px) {
	.sectionText {
		width:95%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.logoHeader img {
  width: 100px;
}

}
.sectionHeadWrapper {
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
		z-index: 100;
	margin-bottom: 6vw;
}
.sectionHeadWrapperCenter {
	width:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	margin-bottom: 6vw;
}
.ringWrapper {
	display: flex;
	align-items: center;
  z-index: 100;
}
.numerator {
	font-family: 'Roboto Mono', monospace;
	font-size: 2rem;
	text-align: left;
	color: #ffcb05;
}
.numeratorText {
	font-size: 2rem;
	font-weight: 900;
		color: #ffcb05;
			text-shadow: 1px 1px #333;
}
@media (max-width: 768px) {
	.numerator {
		font-size: 1rem;
	}
	.numeratorText {
		font-size: 1rem;
	}
	.ring-container {
		display:none;
	}
}
.ring-container {
	position: relative;
	display: flex;
	align-items: center;
	left: 0;
	z-index: 100;
}
.circle {
	position: relative;
	width: 20px;
	height: 20px;
	background-color: #ffcb05;
	border-radius: 50%;
	left: -25.5px;
}
.ringring {
	position: relative;
	left: 0;
	border: 3px solid #ffcb05;
	-webkit-border-radius: 30px;
	height: 25px;
	width: 25px;
	-webkit-animation: pulsate 1.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
}
@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.01, 0.01);
		opacity: 0.0;
	}
	50% {
		opacity: 1.0;
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0.0;
	}
}
.section {
	width: 100vw;
	min-height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	box-shadow: 0 0 200px rgba(0,0,0,0.9) inset;
	filter: grayscale(0.35);
	color: #ddd;
		-webkit-box-shadow: inset 0px 0px 31px 2px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 31px 2px rgba(0,0,0,0.75);
}

.sectionPage {
	width: 100vw;
	min-height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	box-shadow: 0 0 200px rgba(0,0,0,0.9) inset;
	filter: grayscale(0.35);
	color: #ddd;
}
.section h2 {
	font-family: 'Roboto Mono', monospace;
	line-height: 5rem;
	font-size: 4.5rem;
	text-align: left;
	color: #eee;
	margin-bottom: 6rem;
	margin-top: 4rem;
}
.pageTitle {
	width: 50vw;
	height: auto;
	position: absolute;
	left: 10%;
	top: 40%;
}
.sectionPage h2 {
	font-family: 'Roboto Mono', monospace;
	line-height: 4rem;
	font-size: 4.5rem;
	text-align: left;
	color: #eee;
}
.sectionLink {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5vw;
	width: 90px;
	font-size: 1.5rem;
	padding: 1rem;
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
	border: solid;
	border-width: 1px;
	border-color: #595148;
	border-radius: 10px;
	background:rgba(255, 203, 5, .8);
	transition: background 0.2s ease-in-out;
	z-index:100;
	color: #333;
}
.sectionWrapper a {
	color: #ddd;
	text-decoration: none;
}
.sectionLink:hover a{
	color: #222;
}
.sectionLink:hover {
	background: #333;
	color: rgba(255, 203, 5, 1);;
	cursor: pointer;
}
#one {
	background-image: linear-gradient(135deg, rgba(0,0,0,0.61) 0%, rgba(110,110,110,0) 100%), url('../img/h2.webp');
}
#two {
	background-image: linear-gradient(135deg, rgba(0,0,0,0.61) 0%, rgba(110,110,110,0) 100%), url('../img/h3.webp');
}
#three {
	background-image: linear-gradient(135deg, rgba(0,0,0,0.61) 0%, rgba(110,110,110,0) 100%), url('../img/h4.webp');
}
#contact {
	height: auto;
	background-image: linear-gradient(135deg, rgba(0,0,0,0.61) 0%, rgba(110,110,110,0) 100%), url('../img/h8.webp');
}
#datasafety {
	height: auto;
	background-image: linear-gradient(135deg, rgba(0,0,0,0.61) 0%, rgba(110,110,110,0) 100%), url('../img/h6.webp');
}
#impress {
	height: auto;
	background-image: linear-gradient(135deg, rgba(0,0,0,0.61) 0%, rgba(110,110,110,0) 100%), url('../img/h6.webp');
}
#faq {
	height: auto;
	background-image: linear-gradient(135deg, rgba(0,0,0,0.61) 0%, rgba(110,110,110,0) 100%), url('../img/h7.webp');
}
.contact-info_f {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}
.contact-item_f {
	display: flex;
	vertical-align: middle;
	gap: 0.5rem;
}
.contact-item_f .icon {
	color: #ffcb05;
}
.contact-item_f p {
	font-size: 1rem;
	color: #ddd;
	margin-bottom: 10px;
}
.contact-item_f a {
	color: #ddd;
	height: 100%;
	text-decoration: none;
	z-index: 999;
}

.contact-item_f p {
	z-index: 999;
}

.contact-item_f a:hover {
	color: #ffcb05;
}
.socialMedia {
	display: flex;
	position: fixed;
	gap: 1rem;
}
.socialMedia a img {
	width: 35px;
	height: 35px;
	transition: transform 0.3s ease, filter 0.3s ease;
}
.socialMedia a:hover img {
	transform: scale(1.2);
	filter: sepia(1) saturate(2);
}
.burger-wrapper {
	position: fixed;
	top: 30px;
	right: 30px;
	width: 60px;
	height: 43px;
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	border-radius: 5px;
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
	backdrop-filter: blur(5px);
  z-index: 103;
}
.burger-wrapper input {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0;
	z-index: 3;
	-webkit-touch-callout: none;
}
.burger {
	position: fixed;
	width: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #cdcdcd;
	padding: 5px;
		z-index: 101;
}
.burger span {
	display: block;
	height: 5px;
	margin-bottom: 8px;
	transition: all 0.3s ease-in-out;
	background: #9f937d;
	filter: brightness(1.0);
	border-radius: 15px;
	z-index: 101;
}


.burger.active span:nth-child(1) {
	background: #ffcb05;
	filter: grayscale(0.35);
	transform: translateY(15px) rotate(45deg);
	z-index: 11;
}
.burger.active span:nth-child(2) {
	background: #ffcb05;
		filter: grayscale(0.35);
	opacity: 0;
}
.burger.active span:nth-child(3) {
	background: #ffcb05;
		filter: grayscale(0.35);
	transform: translateY(-11px) rotate(-45deg);
}
.menu {
	padding-top: 120px;
	padding-right: 65px;
	padding-left: 10px;
	text-align:left;
	z-index: 100;
}
.menu ul{
	list-style-type: none;
	padding-top: 4rem;
}
.menu li {
	padding: 1vw;
}
.menu p {
	color: #ffcb05;
	font-size: 1rem;
}
.menu p:hover {
	color: #888;
	font-size: 1rem;
	transition: color 0.3s;
}
.menu a {
	text-decoration: none;
	color: #ddd;
	text-transform: uppercase;
	transition: color 0.3s;
	font-size: 1.5rem;
}
.menu a:hover {
	color: #ffcb05;
}
.blinkSoft {
	animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
	50% {
		opacity: 0;
	}
}
.blinkHard {
	animation: blinker 5s linear infinite;
}
.menuSocialMedia {
	display: flex;
	justify-content: center;
	position: relative;
	padding-top: 85px;
	gap: 1rem;
}
.menuSocialMedia a img {
	width: 35px;
	height: 35px;
	transition: transform 0.3s ease, filter 0.3s ease;
}
.menuSocialMedia a:hover img {
	transform: scale(1.2);
	filter: sepia(1) saturate(2);
}
.contactWrapper {
	height: auto;
	width: auto;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	margin-top: -200px;
	z-index: 99;
}
.contactLeft {
	width:50%;
	background: rgba(0,0,0,0);
	border-radius: 50px;
	margin: 1.5vw;
}
.contactRight {
	width:50%;
	height:auto;
	text-align: center;
	background: rgba(89, 81, 72, .75);
	border-radius: 25px;
	backdrop-filter: blur(3px);
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
	
}
@media (max-width: 768px) {
	.contactLeft {
		width:0;
	}
	.contactRight {
		width:100%;
	}
}
/* Contact Form */
.contact-form {
	height: auto;
	width: auto;
	padding: 30px;
}
.contact-form .form-group {
	margin-bottom: 1.3rem;
	padding-left: 0rem;

}
.contact-form .form-group input,.contact-form .form-group textarea {
	width: 95%;
	padding: 0.5rem;
	border: 1px solid #aaa;
	background: rgba(30, 30, 30, .5);
	backdrop-filter: blur(40px);
	color: #ffcb05;
	border-radius: 8px;
	font-size: 1.25rem;
}

.contact-form .form-group textarea {
	width: 95 %;
	padding: 0.5rem;
	border: 1px solid #aaa;
	background: rgba(30, 30, 30, .5);
	backdrop-filter: blur(40px);
	color: #ffcb05;
	border-radius: 8px;
	font-size: 1.25rem;
}

.contact-form .form-group select {
	width: 98%;
	padding: 0.5rem;
	border: 1px solid #aaa;
	background: rgba(30, 30, 30, .5);
	backdrop-filter: blur(40px);
	color: #ffcb05;
	border-radius: 8px;
	font-size: 1.25rem;
}

.contact-form .form-group optoion {
	width: 103%;
	padding: 0.5rem;
	border: 1px solid #aaa;
	background: rgba(30, 30, 30, .5);
	backdrop-filter: blur(40px);
	color: #ffcb05;
	border-radius: 8px;
	font-size: 1.25rem;
}

.contact-form .form-group input::placeholder,.contact-form .form-group textarea::placeholder {
	color: rgba(255, 203, 5, 0.8);
	font-family: "Expletus Sans", sans-serif;
}
.contact-form .form-group textarea {
	resize: none;
}
#charCount {
	font-size: 0.9rem;
	color: #ddd;
	margin-top: 0.5rem;
	text-align: right;
}
.contact-form button {
	width: 98%;
	padding: 1rem;
  background: #ffcb05;
	color: #333;
	border: none;
	border-radius: 15px;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.contact-form button:hover {
	background: #a08c74;
	color: #ffcb05;
}
.footer {
	display: flex;
	justify-content: center;
	width: 100%;
		-webkit-box-shadow: inset 0px 0px 31px 2px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 31px 2px rgba(0,0,0,0.75);
	color: #f4d03f;
	filter: grayscale(0.35);
	padding-left:3vw;
	background-color: #675e55;
	padding-right:3vw;
	padding-top:2vw;
	padding-bottom:2vw;
	z-index:6;
}
.footer::before {
	content: "";
	background-image: url('../img/heli.png');
	background-size: cover;
	background-position: top right;
	opacity: 0.5;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index:4;
}
.footerSection {
	width: 25%;
	height: auto;
	padding: 30px;
	z-index:6;
}
.footerSection h3 {
	font-size: 1.5rem;
	color: #ffcb05;
	padding-bottom: 1.5rem;
}

@media (max-width: 600px) {
	.footer {
	display:block;
		padding-right:1rem;
		z-index: 999;
	}
	.footerSection {
	width: 90%;
	height: auto;
	padding: 30px;
	z-index:6;
}
}

.faq {
	margin: 3rem ;
	width: 90%;
	max-width: 900px;
	font-family: "Expletus Sans", sans-serif;
	color: white;
	filter: grayscale(0.35);
}
.faq h2 {
	text-align: center;
	color: #ffcb05;
	font-size: 2rem;
	margin-bottom: 2rem;
}
.faq-container {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.faq-item {
	background: rgba(30, 30, 30, 0.75);
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	transition: all 0.3s ease;
}
.faq-question {
	padding: 1rem;
	font-size: 1.2rem;
	font-weight: bold;
	cursor: pointer;
	background: rgba(50, 50, 50, 0.8);
	color: #ffcb05;
	transition: background 0.3s ease, color 0.3s ease;
}
.faq-question:hover {
	background: #ffcb05;
	color: #323232;
}
.faq-answer {
	max-height: 0;
	padding: 0rem 2rem;
	font-size: 1.1rem;
	color: #ddd;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-answer strong {
	color: #ffcb05;
}
.faq-answer li {
	padding: 1rem 0rem;
}
.faq-answer p {
	padding: 0rem;
}
.faq-item.active .faq-answer {
	max-height: 1000vh;
	padding: 1rem 2rem;
}
.spacer {
	height: 50px;
}
.page {
	margin: auto ;
	width: 90%;
	max-width: 900px;
	font-family: "Expletus Sans", sans-serif;
	background: rgba(30, 30, 30, 0.55);
	border-radius: 20px;
	color: white;
	padding: 2rem;
}
.contentWrapper {
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	filter: grayscale(0.35);
		-webkit-box-shadow: inset 0px 0px 31px 2px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 31px 2px rgba(0,0,0,0.75);
	z-index:20;
		background-image: url('../img/hback.png');
		background-size: contain;
  background-repeat: repeat;
}

.contentWrapper h1 {
  font-family: "Ubuntu", sans-serif;
	font-size: 3rem;
	font-weight: 900;
	text-align: left;
	color: #eee;
	padding-top: 4rem;
	text-transform: uppercase;
	z-index: 100;
}

.contentHeader {
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 40px;
	padding-bottom: 20px;
}
h2 {
	font-size: 2rem;
	color: #ffcb05;
	text-transform: uppercase;
	text-shadow: 1px 1px #333;
}
h3 {
	font-size: 1.2rem;
	color: #ffcb05;
	text-transform: uppercase;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-shadow: 1px 1px #333;
}
.book-text-container {
	max-width: 65%;
	margin: 20px auto;
	padding-bottom: 40px;
	column-count: 2;
	column-gap: 40px;
	text-align: justify;
	font-size: 1.1rem;
	color: #ccc;
	text-shadow: 1px 1px #333;
	border-radius: 10px;
	background: rgba( 30,30,30,0.4);
	padding: 25px;
}

.book-container {
	max-width: 65%;
	margin: 20px auto;
	padding-bottom: 40px;
	column-count: 1;
	column-gap: 40px;
	text-align: justify;
	font-size: 1.1rem;
	color: #ccc;
	text-shadow: 1px 1px #333;
	border-radius: 10px;
	background: rgba( 30,30,30,0.4);
	padding: 25px;
}

.book-text-container h2 {
	font-size: 1.0rem;
	color: #ffcb05;
	text-transform: uppercase;
	text-shadow: 1px 1px #333;}

.book-text-container ul {
	padding: 0.5rem;}


.book-text-container-lead {
	max-width: 65%;
	margin: 20px auto;
	padding-bottom: 40px;
	column-count: 2;
	column-gap: 40px;
	color: #ccc;
	text-shadow: 1px 1px #333;
	border-radius: 10px;
	background: rgba( 30,30,30,0.4);
	padding: 25px;
}

.book-text-container-lead h2 {
	font-size: 1.0rem;
	color: #ffcb05;
	text-transform: uppercase;
	text-shadow: 1px 1px #333;}

.book-text-container-lead p {
  font-size: 0.9rem;
  padding-bottom: 1rem;
}


.yellow {
  color: #ffcb05;
}

@media (max-width: 600px) {
	.book-text-container {
	  width: 95%;
	  margin: 0px;
		column-count: 1;
	}
		.book-text-container-lead {
			  width: 95%;
			  	  margin: 0px;
		column-count: 1;
	}
		.book-container {
	  width: 100vw;
	  	  margin: 0px;
		column-count: 1;
		font-size: 0.75rem;
	}
	.contentHeader h2 {
	  font-size: 1.25rem;
	}
}
.contentPictures {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	position: relative;
	overflow: hidden;
	z-index: 12;
}

.PicturesOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	grid-area: 1 / 1 / -1 / -1;
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cline%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%2220%22%20y2%3D%2230%22%20stroke%3D%22white%22%20stroke-width%3D%222%22/%3E%3Cline%20x1%3D%2210%22%20y1%3D%2220%22%20x2%3D%2230%22%20y2%3D%2220%22%20stroke%3D%22white%22%20stroke-width%3D%222%22/%3E%3C/svg%3E');
	background-size: 15px 15px;
	mix-blend-mode: overlay;
	opacity: 0.5;
	mask-image: linear-gradient(to bottom right, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 80%);
	-webkit-mask-image: linear-gradient(to bottom right, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 80%);
	z-index: 14;
	pointer-events: none;
	border-radius: 20px;
}
.contentPictures img {
	width: 45vw;
	filter: brightness(1) grayscale(.6);
	transition: filter .3s ease-in-out, transform .6s ease-in-out;
	z-index:13;
}
@media (max-width: 768px) {
	.contentPictures img {
		filter: brightness(1) grayscale(0);
	}
	.headerBack {
		background-attachment: scroll;
	}
}
.contentPictures img:hover {
	filter: brightness(1.15) grayscale(0.05);
	transform: scale(1.03);
}
.moreSection {
	width: 100vw;
	height: auto;
	background: #595148;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: grayscale(0.15);
	padding: 2rem;
}

.moreSection::before {
	content: "";
	background-image: url('../img/hback.png');
	  transform: rotate(180deg);
	background-size: cover;
	opacity: 0.5;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	filter: grayscale(0.25);
	z-index:4;
}

.moreGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1vw;
}
.more {
	grid-column: 1 / -1;
	grid-row: 1;
	color: #ddd;
	text-shadow: 1px 1px #333;
	margin-top: 1rem;
	margin-left: 15px;
}
.moreTag {
	width: 22vw;
	min-height: 200px;
	padding: .5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	color: white;
	font-size: 1.2rem;
	display: flex;
	min-height: 200px;
	transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
	border-radius: 5px;
	box-shadow: rgba(33, 33, 33, 0.6) -5px 5px 0px, rgba(33, 33, 33, 0.4) -10px 10px 0px, rgba(33, 33, 33, 0.2) -15px 15px 0px;
	margin-bottom: 2rem;
	z-index: 30;
}
.moreTag:hover {
	transform: scale(1.02);
	filter: brightness(1.1);
}

.moreTagHeadline {
  display: inline-block;
  width: 100%;
  position: relative;
	color: #ffcb05;
	font-size: 2rem;
	text-shadow: 1px 1px #333;
}
.moreTag a {
  width: 100%;
  height: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: white;
}

@media (max-width: 768px) {
	.moreGrid {
		display: flex;
		flex-direction: column;
	}
	.moreTag {
		grid-column: auto;
		grid-row: auto;
		width: 90%;
		min-height: 150px;
		padding: 1rem;
		margin-left: 0rem;
		margin-right: 0rem;
		margin-bottom: 2rem;
		filter: grayscale(0.15);
	}
	.more {
		text-align: left;
		margin-bottom: 1rem;
		margin-top: 1rem;
	}
	.moreSection {
		width: 100vw;
		height: auto;
		background: #666;
		display: flex;
		justify-content: center;
		align-items: center;
		filter: grayscale(0.15);
		padding: 0rem;
	}
}

#m1 {
	grid-column: 1;
	grid-row: 2;
	background:linear-gradient(to bottom right, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0)),url('../img/more1.jpg');
	background-size: cover;
	background-position: center;
}
#m2 {
	grid-column: 2;
	grid-row: 2;
	background:linear-gradient(to bottom right, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0)),url('../img/more2.jpg');
	background-size: cover;
	background-position: center;
}
#m3 {
	grid-column: 3;
	grid-row: 2;
	background:linear-gradient(to bottom right, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0)),url('../img/more3.jpg');
	background-size: cover;
	background-position: center;
}
.img1 {
	grid-column: 1;
	grid-row: 1;
	border-radius: 20px 0px 0px 0px;
}
.img2 {
	grid-column: 1;
	grid-row: 2;
	border-radius: 0px 0px 0px 20px;
}
.img3 {
	width:45vw;
	max-height: 60vw;
	grid-column: 2;
	grid-row: span 2;
	height: 100%;
	object-fit: cover;
	border-radius: 0px 20px 20px 0px;
}
.teamSection {
	width: 100vw;
	background-color: #555;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.teamCardWrapper {
	width: 71%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.teamCardWrapper h2 {
	margin: 30px;
	margin-top: 2rem;
	margin-bottom: -1.5rem;
	text-shadow: 1px 1px #333;
}
.teamCard {
	width: 300px;
	height: 330px;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	transition: transform 0.5s ease-in-out;
	position: relative;
	box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);
}

.teamCard:hover {
	transform: scale(1.03);
}
.teamCard h4 {
	color: #ffcb05;
	padding: 15px;
	text-shadow: 1px 1px #333;
}
.teamCard a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
}
#team1 {
	background-image: url("../img/about/m8.webp");
	margin: 20px;
}
#team2 {
	background-image: url("../img/about/m9.webp");
	margin: 20px;
}
#team3 {
	background-image: url("../img/about/m4.webp");
	margin: 20px;
}
#team4 {
	background-image: url("../img/about/m7.webp");
	margin: 20px;
}
@media (max-width: 768px) {
	.header {
		height: 50vh;
	}
	.headerBack {
		background-attachment: revert;
	}
	.logo img {
		width: 60px;
	}
	.logo {
		top: 15px;
		left: 15px;
	}
	.burger-wrapper {
		top: 15px;
		right: 15px;
	}
	.sectionPage h2 {
		font-family: 'Roboto Mono', monospace;
		font-size: 2rem;
		line-height: 1.9rem;
		text-align: left;
		color: #eee;
	}
	.section {
		background-attachment: revert;
		background-position: center;
	}
	.sectionWrapper h2 {
		font-size: 2.5rem;
		line-height: 2.4rem;
		margin-left: 2rem;
	}
	.heroTitleElements {
		font-size: 1.9rem;
	}
}

button {
	width: 300px;
	padding: 1rem;
	background: #ffcb05;
	color: #333;
	border: none;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s ease;
		filter: grayscale(.35);
		z-index: 100;
		opacity: .8;
}
button:hover {
	background: #a08c74;
	color: #ffcb05;
	filter: grayscale(.35);
	z-index: 100;
}

.center {
position: relative;
width: 100vw;
text-align: center;
			z-index: 100;
}

#construction {
width: 30vw;
	border-radius: 10px;
	background: rgba( 30,30,30,0.4);

}

table {
  width: 100%;
  margin: 10px;
  border-collapse: collapse;
  text-align: left;
}

th {
  width: 25%;
  padding: 10px;
  hyphens: auto;}
  
td {
  padding: 10px;
  line-height: 1.5rem;
  hyphens: auto;
}  

tr {
border-bottom: 1px solid #ffcb05;
}

#lastTr {
border-bottom: 0px solid #ffcb05;
}


@media (max-width: 768px) {
table {
margin: 3px;}
th {
padding: 3px;
margin: 3px;}
td {
padding: 3px;
margin: 3px;}
} }
