@font-face {
  font-family: 'Future';
  src: url("../fonts/future-earth.ttf");
}
@font-face {
  font-family: 'Hemi';
  src: url("../fonts/HemiHead-Bold.otf");
}

html {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	color: #7dd9e8;
	font-family: "FreeMono", monospace;
	text-shadow: 0 0 10px #000;
}

header {
	background-color: #000;
	display: flex;
	align-items: center;
	padding: 0 1rem;
	gap: 10%;
}

header img {
	height: 10rem;
}


h1 {
	font-family: 'Future';
	font-size: 5rem;
}

h2 {
	font-family: 'Hemi';
	padding-bottom: 1rem;
	font-size: 4rem;
	text-shadow: 0 0 5px #00FFFF;
}

h3 {
	font-family: 'Hemi';
	padding: 1rem;
	margin-bottom: 2rem;
	font-size: 3rem;
	text-align: center;
	text-shadow: 0 0 5px #00FFFF;
}

.hero {
	padding-top: 3rem;
	text-align: center;
	background-image: url("../img/bg.jpg");
    	background-repeat: no-repeat;
	background-size: cover;
}

.hero section {
	display:flex;
	align-items: center;
	justify-content: center;
	gap: 3em;
}

.hero article {
	color: #FFF;
	width:40%;
	padding: 1rem;
}

.hero img {
	height: 45rem;
	filter: drop-shadow(0 0 3rem #00ccff80);
}

.hero p {
	margin-bottom: 1rem;
	font-size: 2rem;
}

.hero button, #generation button {
	background-color: #06141D;
	font-size: 2rem;
	padding: 0.5rem;
	border-radius: 1rem;
	text-shadow: 0 0 5px #00FFFF;
}

.hero a {
	text-decoration: none;
	text-shadow: 0 0 5px #00FFFF;
}

.hero button:hover, #generation button:hover {
	filter: drop-shadow(0 0 5px #7dd9e8);
	transform: scale(110%);
}

#about, #vorteilsection, #generation {
	padding: 2rem 0;
	text-align:center;
	background: radial-gradient(#0aec7b42 2px, transparent 1px),radial-gradient(circle, #07334A, #06141D, #02080D);
	background-size: 12rem 12rem, cover;
}

#about article {
	display:flex;
	align-items: center;
}

.side-attr{
   	padding-right: 1.5rem;
   	display: flex;
    	align-items: center;
    	gap: 1rem;
    	writing-mode: vertical-lr;
	rotate: 180deg;
    	color: #838a8b;
    	font-size: 1.2rem;
   	opacity: 0.75;
}

.side-attr i {
	height:5rem;
	width:1px;
	background-color:#838a8b;
}

#side-attr-one :last-child {
	height:7rem;
}

#side-attr-two i {
	height: 18rem;
}

#about img {
	margin: 0 15rem;
	height: 45rem;
	filter: drop-shadow(0 0 20px #00FFFF80);
	transform: translateY(4%);
}

#about article{
	display: flex;
	align-items: center;
	justify-self: start;
}

.panel {
	background: linear-gradient(#28343d 1px, transparent 1px),
		linear-gradient(90deg, #28343d 1px, transparent 1px),
		#0e2433;
	background-size: 1rem 1rem;
	border: 2px solid #00cfff;
	clip-path: polygon(
			0 1.5rem, 
			1rem 0, 
			75% 0, 
			80% 1rem, 
			95% 1rem, 
			100% 1.5rem, 
			100% calc(100% - 1.5rem), 
			calc(100% - 1rem) 100%, 
			1rem 100%, 
			0 calc(100% - 1.5rem));
	width: 35rem;
	border: 1px solid #7dd9e8;
	box-shadow: inset 0 0 1rem #008cff;
	padding: 3rem;
	font-size:1.2rem;
	line-height: 1.5;
}

h4 {
	font-family: 'Hemi';
	padding: 1rem;
	font-size: 2rem;
	text-align: center;
	text-shadow: 0 0 5px #00FFFF;
}

.panel p {
	margin-bottom: 1rem;
}

#produktlink {
	background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url("../img/bg2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2rem 0;
}

ul {
    list-style: none;
  }

.produkte {
	display: grid;
	grid-template-columns: 35rem 35rem 35rem;
	gap: 2%;
	justify-self: center;
	text-align: center;
	font-size: 1.5rem;
	padding: 2rem;
}

#droneimg, #robotimg, #techimg {
	height: 30rem;
	filter: drop-shadow (0 0 5px #7dd9e8);
}


.smallpanel {
	background: linear-gradient(#28343d 1px, transparent 1px),
		linear-gradient(90deg, #28343d 1px, transparent 1px),
		#0e2433;
	background-size: 1rem 1rem;
	border: 2px solid #00cfff;
	clip-path: polygon(
			0 1.5rem, 
			1rem 0, 
			75% 0, 
			80% 1rem, 
			95% 1rem, 
			100% 1.5rem, 
			100% calc(100% - 1.5rem), 
			calc(100% - 1rem) 100%, 
			1rem 100%, 
			0 calc(100% - 1.5rem));
	border: 1px solid #7dd9e8;
	box-shadow: inset 0 0 1rem #008cff;
	padding: 2rem;
}

.vorteile {
	padding: 2rem;
	display: grid;
	grid-template-columns: 25rem 25rem 25rem 25rem;
	text-align: center;
	justify-content: center;
	gap: 2%;
}

#special {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5%;
	background-image: url("../img/bg3.jpg");
    	background-repeat: no-repeat;
	background-size: cover;
	padding: 5rem 0;
}

#special article {
	position: relative;
	width: 20rem;
	height: 6rem;
	display: grid;
   	place-items: center;
}

#special button {
	grid-area: 1 / 1;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	font-size: 3rem;
	text-align: center;
	border-radius: 2rem;
	padding: 1rem;
	background-color: #28343d;
	text-shadow: 0 0 10px #7dd9e8;
	transition: transform 0.5s ease, filter 0.5s ease;
	
}

#special button:hover{
	transform: translateY(-50%);
	filter: drop-shadow(0 0 5px #7dd9e8);
}

#special button:hover + p{
	transform: translateY(50%);
}

#special p {
	grid-area: 1 / 1;
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	width: 100%;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	transition: transform 0.5s ease, filter 0.5s ease;
}

#generation article {
	display:flex;
	flex-direction: column;
	justify-self: center;
	width:50%;
	line-height: 1.5;
	margin: 1rem;
}

#generation p {
	font-size: 1.2rem;
	
}

#contact label {
	font-size: 1.2rem;
}

input[type=text], select, textarea {
	font-size: 1.2rem;
	width: 100%; 
	padding: 1rem; 
	background-color: #28343d;
	border: 1px solid #7dd9e8; 
	border-radius: 1rem; 
	box-sizing: border-box;
	margin: 1rem 0;
}

input[type=submit] {
	height:6rem;
	background-color: #28343d;
	color: #7dd9e8;
	font-size: 2rem;
	padding: 0.5rem 2rem;
	border: 2px solid #7dd9e8;
	border-radius: 2rem;
	cursor: pointer;
}

input[type=submit]:hover {
  filter: drop-shadow(0 0 10px #7dd9e8);
}

#contact {
	width: 50%;
	justify-self: center;
	background: linear-gradient(#28343d 1px, transparent 1px),
	linear-gradient(90deg, #28343d 1px, transparent 1px),
	#0e2433;
	background-size: 1rem 1rem;
	border: 2px solid #00cfff;
	clip-path: polygon(
		0 1.5rem, 
		1rem 0, 
		75% 0, 
		80% 1rem, 
		95% 1rem, 
		100% 1.5rem, 
		100% calc(100% - 1.5rem), 
		calc(100% - 1rem) 100%, 
		1rem 100%, 
		0 calc(100% - 1.5rem));
	border: 1px solid #7dd9e8;
	box-shadow: inset 0 0 1rem #008cff;
	padding: 2rem;
}

footer {
	background-color: #000;
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 5%;
	padding: 2rem;
	line-height: 1.2;
}

h5 {
	font-size: 1.5rem;
	font-family: 'Hemi';
}

footer span {
	font-family: 'Future';
	font-size: 5rem;
}

footer img {
	height: 10rem;
}

header, h2, .hero p, #about, #produktlink, #vorteilsection, h3, #generation article {
	pointer-events: none;
}