* {
	padding: 0;
	margin:0;
	box-sizing: border-box;
}
html {
	scroll-behavior: auto;
}
body {
	/*color:#171a20;*/
	color:#FFFFFF;
	font-family: "Share Tech Mono", monospace;
	font-style: normal;
	font-size:1.6em;
}
.desktop {
	display:none;
}
 @media (min-width: 1200px) {
.desktop {
display: initial;
}
}
header {
	display: grid;
	grid-template-columns: auto 1fr auto;
	padding: 15px 20px;
	position: fixed;
	top:0;
	z-index:2;
	width: 100%;
}
.logo {


		height: 1.5em;
	width: 14em;
	background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
a.logo {
/*	height: 87px;
	width: 100px;
	background-color: transparent;
*/
		height: 1.5em;
max-width: 2em;
	background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo_txt {
	height: 87px;
	width: 100px;
	background-color: transparent;
}
header a {
	color:inherit;
}
header nav a {
	text-decoration:none;
	padding: 5px 10px;
}

header nav.left {
	text-align:left;
}
header nav.center {
	text-align:center;
}
header nav.right {
	text-align:right;
}

section {
	height:100vh;
	background-size: cover;
	background-position: center center;
}
section .content {
	width: 100%;
	height: 100vh;
	padding-top: 15vh;
	padding-bottom: 15vh;
	text-align: center;
	display: grid;
	grid-template-rows: min-content auto min-content;
}
section h1 {

}
section a {
	color:inherit;
}
section .buttons a {
	display:block;
	background-color:#eee;
	color:inherit;
	padding:12px 50px;
	border-radius:25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight:500;
}
section .buttons a:first-child {
	background-color: #444;
	color:#fff;
}
section .buttons {
	display:grid;
	row-gap:20px;
	margin: 0 40px;
}
 @media (min-width: 768px) {
section .buttons {
max-width: 640px;
margin: 0 auto;
grid-template-columns: 1fr 1fr;
column-gap: 28px;
}
}
aside {
	position:fixed;
transition: right .4s ease;
	right: -330px;
	width:330px;
	background-color:#fff;
	padding:80px 40px;
	z-index:4;
	height:100vh;
}
aside.active {
	right:0;
}
aside a {
	display:block;
	text-decoration:none;
	width: 100%;
	padding: 0.8em;
	padding-left: 2em;
	border-radius: 0.8em;
	transition: background-color 0.33s ease;
	color: #393c41;
	font-weight: 500;
	text-transform: capitalize;
}
aside a:hover {
	background: #0000000d;
}
aside button.close {
	font-size:1.5em;
	border:0;
	backgroud-color: transparent;
	position: absolute;
	top:18px;
	right:10px;
	padding: 10px;
	font-family:sans-serif;
	font-weight:100;
	cursor:pointer;
}
.backdrop {
	display:none;
	position: fixed;
	inset: 0;
	background-attachment: rgba(0, 0, 0, .35);
	backdrop-filter: blur(5px);
}
.backdrop.active {
	display:block;
}

a:link {
text-decoration: none;
}


/* unvisited link */
Text08 a:link {
	color: #666666;

}
/* visited link */
Text08 a:visited {
	color:#999999;

}
/* mouse over link */
Text08 a:hover {
	color:#CCCCCC;

}
/* selected link */
Text08 a:active {
	color:#ffff;
}




Headline01 {
	padding-top: 70px;
	display: block;
	width: 100%;
	text-align:center;
	font-size:6.25em;
}
Headline02 {
	padding-top: 10vh;
	padding-right: 10%;
	padding-left: 9%;
	display: block;
	width: 100%;
	text-align:left;
	font-size:1em;
 @media (min-width: 1200px) {
 font-size:2em;
}
}

Headline03 {
	padding-top: 12vh;
	padding-right: 5%;
	padding-left: 5%;
	display: block;
	width: 100%;
	text-align:left;
	font-size:1em;
 @media (min-width: 1200px) {
 font-size:2em;
}
}

Text01 {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
	display: block;
	height: 100vh;
	width: 100%;
	text-align:left;
	font-size:0.57em;
 @media (min-width: 1200px) {
 font-size:1em;
/*	padding-top: 8%;
*/
}
}
Text02 {
	padding-left: 35%;
	padding-right: 28%;
	padding-top: 5%;
	display: block;
	height: 100vh;
	width: 100%;
	text-align:left;
	color:#000000;
	font-size:0.57em;
 @media (min-width: 1200px) {
 font-size:1em;
 padding-left: 36%;
 padding-right: 26%;
}
}
Text03 {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 1%;
	display: block;
	height: 100vh;
	width: 100%;
	text-align:left;
	color:#000000;
	font-size:0.57em;
 @media (min-width: 1200px) {
 font-size:1em;
}
}
Text04 {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 1%;
	display: block;
	height: 100vh;
	width: 100%;
	text-align:left;
	color:#000000;
	font-size:0.57em;
	color:#FFFFFF;
 @media (min-width: 1200px) {
 font-size:1em;
}
}
Text05 {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 3%;
	display: block;
	text-align:left;
	color:#FFFFFF;
	font-size:0.57em;
 @media (min-width: 1200px) {
 padding-left: 10%;
 padding-right: 50%;
 font-size:1em;
}
}
Text051 {
	padding-left: 10%;
	padding-right: 10%;
	display: block;
	text-align:left;
	color:#FFFFFF;
	font-size:0.57em;
 @media (min-width: 1200px) {
 padding-left: 10%;
 padding-right: 70%;
 font-size:1em;
}
}

Text06 {
	padding-top: 2vh;
	padding-right: 10%;
 padding-left: 9.2%;
	display: block;
	text-align:left;
	font-size:0.35em;
 @media (min-width: 1200px) {
 padding-left: 9.2%;
 padding-right: 70%;
 font-size:0.8em;
}
}

Text07 {
	padding-top: 2vh;
	padding-right: 5%;
 padding-left: 5%;
	display: block;
	text-align:left;
	font-size:0.35em;
 @media (min-width: 1200px) {
 font-size:0.8em;
}
}

Text08 {
	padding-top: 2vh;
	padding-right: 60%;
 padding-left: 5%;
	display: block;
	text-align:left;
	font-size:0.35em;
 @media (min-width: 1200px) {
 font-size:0.8em;
}
}

Text09 {
	padding-top: 2vh;
	padding-right: 50%;
 padding-left: 5%;
	display: block;
	text-align:left;
	font-size:0.35em;
 @media (min-width: 1200px) {
 font-size:0.8em;
}
}


Text10 {
	padding-top: 2vh;
	padding-right: 10%;
 padding-left: 5%;
	display: block;
	text-align:left;
	font-size:0.35em;
 @media (min-width: 1200px) {
 font-size:0.8em;
}
}

.Content {
	height:95%;
/*	border: medium solid #000000;
*/}
.Content2 {
	height:90vh;

}



.BackgroundImage {
	height: 100vh;
	display: block;
	width:100%;
	background-size: cover;
	background-position: center center;
}

.BackgroundImage2 {
	height: 100%;
	display: block;
	width:100%;
	background-size: cover;
	background-position: top;
overflow: auto;
}

.BackgroundImage3 {
	height: 100vh;
	display: block;
	width:100%;
	background-size: cover;
	background-position: top;

}

.Background01 {
	background-image:url(../images/Miner3.jpg);
	background-size: cover;



}

.Background02 {
	background-image:url(../images/Blank1.jpg);
	background-size: auto;

}

.Background03 {
	background-image:url(../images/Needler2.jpg);
	background-size: cover;
}



footer {
	padding: 2%;
	justify-content: space-evenly;
	display: flex;
	font-size:0.3em;
 @media (min-width: 1200px) {
 font-size:0.7em;
/*	border: medium solid #000000;*/
}
}


.column {
	width: 15%;
}
/* unvisited link */
footer a:link {
	color: #ffff;
}
/* visited link */
footer a:visited {
	color: #ffff;
}
/* mouse over link */
footer a:hover {
	color:#ffff;
}
/* selected link */
footer a:active {
	color:#ffff;
}

studies {


}

studies a {

	display:block;
	text-decoration:none;
	width: 100%;
	padding: 1.8em;
	padding-left: 5%;
	border-radius: 0.8em;
	transition: background-color 0.33s ease;
	color: #ffff;
	font-weight: 500;
	text-transform: capitalize;
}
studies a:hover {
	background: #0000000d;
}
studies button.close {
	font-size:1.5em;
	border:0;
	backgroud-color: transparent;
	position: absolute;
	top:18px;
	right:10px;
	padding: 10px;
	font-family:sans-serif;
	font-weight:100;
	cursor:pointer;
}



        label {
            display: block;

            margin: 40px 0 20px;
        }


        input[type="text"], input[type="email"], textarea {
            width: 80%;
            padding: 10px;
            margin: 5px 0 20px 0;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box;
        }
        input[type="submit"] {
            background-color: #333;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
   				
        }
        input[type="submit"]:hover {
            background-color: #555;
        }




   .hero {
            height: 90vh; /* Bildschirmfüllend */
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0 20px;
        }

        .hero h1 {
            font-size: 3rem; /* Große Überschrift */
            margin-bottom: 20px;
        }

        .hero h2 {
            font-size: 1.5rem; /* Subheadline */
            font-weight: 500; /* Dünnerer Text */
            max-width: 800px; /* Begrenzte Breite */
            line-height: 1.6; /* Zeilenabstand */
        }


        /* Zusätzliche globale Stile für Abschnitte */
        .below_hero {
            height: 90vh; /* Bildschirmfüllend */
            display: flex;
            flex-direction: column;
            padding: 100px 700px;
            text-align: center;
            justify-content: center;
            align-items: center;
        }

        .below_hero h2 {
            font-size: 2rem;
            margin-bottom: 20px;

        }

        .below_hero p {

            font-size: 1rem;
            max-width: 800px;
            margin: 0 auto 20px;
            line-height: 1.6;
        }
