*,
*::before,
*::after
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

#De, #Pream
{
	font-family: "monospace"
}


body
{
	overflow-x: hidden;
  	width: 100vw; /* Breite des Viewports */
  	height: auto; /* Höhe des Viewports */
	
}

.logo
{
	width: 100px;
}

/* Header! */
header
{
	position: absolute;
	z-index: 9999;
	width: 100%;
	padding: 0.9rem 0;
	top: 0;
	left: 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}


header nav
{
	background-color: red;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;	
}

header ul
{
	display: flex;
	list-style: none;
	align-items: center;
}

header ul a
{
	text-decoration: none;
	color: #fff;
	padding: 0 1.5rem;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.83rem;
}


/* Hamburger Menu! */

.hamburger
{
	padding-left: 1.5rem;
}

.hamburger a
{
	padding: 0;
	width: 37px;
	height: 37px;
	display: flex;
	border-radius: 50%;
	background-color: rgba(115,115,115,0.7);
	-webkit-backdrop-filter: blur 10px; 
	justify-content: center; 
	align-items: center;
}

.hamburger .bar
{
	position: relative;
	width: 52%;
	height: 1.3px;
	background-color: #fff;
	border-radius: 2px;
}

.hamburger .bar::before, 
.hamburger .bar::after
{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 100%;
	background-color: inherit;
	border-radius: 2px;
}

.hamburger .bar::before 
{
	top: -4.5px;
}

.hamburger .bar::after 
{
	top: 4.5px;
}


main
{
	position: relative;
	background-color: #353;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

.parallax
{
	pointer-events: none;
}


.background
{
	pointer-events: none;
	position: fixed;
	width: 2300px;
	top: calc(50% + 1px);
	left: calc(50% + 1px);
	color: black;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.fixedBackground {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.8s ease;
}

.sonne
{
	pointer-events: none;
	position: absolute;
	width: 700px;
	top: calc(50% - 20px);
	left: calc(50% + 1px);
	transform: translate(-50%, -50%);
	z-index: 10;
}

.blackhole
{
	pointer-events: none;
	position: absolute;
	width: 450px;
	opacity: 0.2;
	top: calc(50% - 150px);
	left: calc(50% + 650px);
	transform: translate(-50%, -50%);
	z-index: 15;
}

.planet_Erde
{
	pointer-events: none;
	position: absolute;
	opacity: 0.7;
	width: 700px;
	top: calc(50% + 400px);
	left: calc(50% - 700px);
	transform: translate(-50%, -50%);
	z-index: 15;
}

.looker
{
	pointer-events: none;
	position: absolute;
	width: 2200px;
	top: calc(50% + 500px);
	left: calc(50% - 1px);
	transform: translate(-50%, -50%);
	z-index: 100;
}

.wolken1
{
	pointer-events: none;
	position: absolute;
	width: 1500px;
	opacity: 0.09;
	top: calc(50% + 400px);
	left: calc(50% - 700px);
	transform: translate(-50%, -50%);
	z-index: 100;
}

.wolken2
{
	pointer-events: none;
	position: absolute;
	width: 1500px;
	opacity: 0.1;
	top: calc(50% - 400px);
	left: calc(50% - 500px);
	transform: translate(-50%, -50%);
	z-index: 100;
}

.wolken3
{
	pointer-events: none;
	position: absolute;
	width: 1700px;
	opacity: 0.1;
	top: calc(50% + 500px);
	left: calc(50% + 500px);
	transform: translate(-50%, -50%);
	z-index: 100;
}

.wolken4
{
	pointer-events: none;
	position: absolute;
	width: 1500px;
	opacity: 0.07;
	top: calc(50% - 400px);
	left: calc(50% + 700px);
	transform: translate(-50%, -50%);
	z-index: 100;
}

.text
{
	pointer-events: none;
	position: absolute;
	z-index: 50;
	top: calc(50% - 40px);
	left: calc(50% - 5px);
	transform: translate(-50%,-50%);
	text-align: center;
	text-transform: uppercase;
	color: white;
    text-shadow: 
        -2px -2px 0 #000,  
        5px 4px 0 #000,  
        -2px 2px 0 #000,  
        2px 2px 0 #000;    /* Umrandung in Schwarz */	
}

.text h2
{
	font-weight: 200;
	font-size: 6.5rem;
	line-height: 0.88;
}

.text h1
{
	font-weight: 700;
	font-size: 6rem;
	line-height: 0.88;
}



/* Main Body! */


/*
.mainBackground
{
	pointer-events: none;
	position: relative;
	width:125%;
	top: calc(-50% + 1px);
	left: calc(50% + 1px);
	color: black;
	transform: translate(-50.15%, -61.5%);
	z-index: 0;
}
*/

.mainContainer
{
	

    margin-top: 0vh; 
	margin: 0;
	passing: 0;
	min-height: 20vh;
}

/* Circle Banner! */
.CircleBanner
{
	width: 100%;
	height: 100vh;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.CircleBanner .CircleSlider
{
	position: absolute;
	width: 200px;
	height: 250px;
	top: 10%;
	left: calc(50% - 100px);
	transform-style: preserve-3d;
	transform: perspective(1000px);
	animation: autoRun 30s linear infinite;

}

.CircleBanner .CircleSlider .CircleItem
{
	position: absolute;
	inset: 0 0 0 0;
	transform: 
		rotateY(calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg))
		translateZ(550px);
	
}

.CircleBanner .CircleSlider .CircleItem img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}



#Circle:hover 
{
      animation-play-state: paused;
}


@keyframes autoRun
{
	from
	{
		transform: perspective(1000px) rotateX(-10deg) rotateY(0deg);
	}
	to
	{
		transform: perspective(1000px) rotateX(-10deg) rotateY(360deg);
	}
}

#detail-box {
  width: 90%;
  max-width: 1000px;
  margin: 40px auto 0 auto; /* Abstand nach oben, zentriert */
  padding: 20px;
  background: rgba(255, 255, 255, 0.95); /* Halbtransparent */
  border-radius: 12px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#detail-box img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

#detail-box h2 {
  margin: 0;
  font-size: 1.5em;
}

#detail-box p {
  text-align: center;
  line-height: 1.4;
}














/* Animation Stuff */

/* Explanation in JS tab */

/* Cool font from Google Fonts! */

body {
	margin: 0px;
}

#container {
	/* Center the text in the viewport. */
	position: absolute;
	margin: auto;
	top: calc(50% - 210px);
	left: calc(50% + 550px);
	transform: translate(-50%, -50%);
	
	/* This filter is a lot of the magic, try commenting it out to see how the morphing works! */
	filter: url(#threshold) blur(0.6px);
	
	z-index: 30;
	

}


/* Your average text styling */
#text1, #text2 {
	animation: textshower 7s;
	position: absolute;
	width: 100%;
	display: inline-block;
	
	color: white;

	font-size: 4.5rem;
	    text-shadow: 
        -2px -2px 0 #000,  
        10px 6px 0 #000,  
        -2px 2px 0 #000,  
        2px 2px 0 #000; 
	

	text-align: center;
	
	user-select: none;
}

@keyframes textshower
{
	0%
	{
		transform: scale(0);

	}
	
	70%
	{
		transform: scale(0);
	}
	
	100%
	{
		transform: scale(100%);
	}
}
