/* CSS Document */

@font-face {
  font-family: "Rimouski";
  src: url("../schriftarten/Barlow-Medium.ttf");
}

@font-face {
  font-family: "Spooky1";
  src: url("../schriftarten/October Crow.ttf");
}

@font-face {
  font-family: "Headline1";
  src: url("../schriftarten/BreeSerif-Regular.ttf");
}

/* Allgemeines Layout */
body {
	margin: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	background-color: black;
}

/* Headline-Größen */
h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

p, li {
  font-size: 1rem;
  line-height: 1.6;
}

.Rahmen {
	  		margin: 0;
 			font-family: "Rimouski", sans-serif;
 			font-weight: 900;
	
 			background-image: url("../bilder/Hintergrund_realistischer.png");
	  		background-repeat: no-repeat;
	  		background-attachment: fixed;
			background-position: top center;
  			background-size: 1400px center;

  			color: #003366;
			display: flex;
  			flex-direction: column;
			width: 1400px;
			min-height: 100vh;
}

.main-content {
  flex: 1; /* Erlaubt dem Inhalt, den verbleibenden Raum einzunehmen */
}

/* HEADER & NAVIGATION */
.header {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
	/* font-family: "Spooky1", sans-serif;
  	font-size: 1.8rem;
  	font-weight: 800; */
  	letter-spacing: 0.15em;
  	color: #f97316;  /* #f97316 */
  	text-decoration: none;
}

.logo:hover {
  color: #fbb03b;
}

.ucdlogo {
	height:50px;
}

.ucdlogo img {
	height: 55px;
}

.nav {
  display: flex;
  gap: 2rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.nav-item {
  position: relative;
}

.nav-item > a {
  color: white;
  text-decoration: none;
  padding: 0.5rem 0;
  transition: color 0.2s ease-in-out;
}

.nav-item > a:hover {
  color: #fbb03b;
}

/* Dropdown-Menü */
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px); /* Abstand nach unten */
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1rem;
  width: auto;  /* Breite an den Inhalt anpassen */
  min-width: 0;  /* Verhindert eine Mindestbreite */
  z-index: 100;
}

.nav-item:hover .dropdown {
  display: block;
}

.dropdown a {
  display: block;
  padding: 0.5rem 0;
  white-space: nowrap;
  color: white;
  text-decoration: none;
}

.dropdown a:hover {
  color: #fbb03b;
}

.Einstiegstext {
  	height: 1000px;
  	position: relative;
  	display: flex;
  	align-items: flex-start;
  	justify-content: center;
  	text-align: center;
  	color: white;
	padding-top: 150px;
	z-index: 2;
}

.Einstiegstext::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.4); /* dunkler Filter für Lesbarkeit */
  z-index: 1.5;
}

.Einstiegstext-content {
  		position:absolute;
  		z-index: 1.5;
}

.Einstiegstext h1 {
  	font-family: "Headline1", sans-serif;
  	color: white;
  	font-size: 7.5rem;
	margin-top: 2rem;
 	margin-bottom: 8rem;
	text-shadow: 
  	0 0 5px rgba(0, 0, 0, 0.5), 
  	0 0 10px rgba(0, 0, 0, 0.7);
	z-index: 3;
}

.Einstiegstext p1 {
  font-family: "Rimouski", sans-serif;
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.Einstiegstext p2 {
  	font-family: "Rimouski", sans-serif;
  	font-size: 1.7rem;
  	/* margin-bottom: 1.5rem; */
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.Zwischentext {
  	height: 280px;
  	position: relative;
  	display: flex;
  	align-items: flex-start;
  	justify-content: center;
  	text-align: center;
  	color: white;
	padding-top: 10px;
}

.Zwischentext::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.4); /* dunkler Filter für Lesbarkeit */
  z-index: 1;
}

.Zwischentext-content {
  		position:absolute;
  		z-index: 1;
}

.Zwischentext h1 {
  	font-family: "Spooky1", sans-serif;
  	color: white;
  	font-size: 7.5rem;
	margin-top: 2rem;
 	margin-bottom: 8rem;
	text-shadow: 
  	0 0 5px rgba(0, 0, 0, 0.5), 
  	0 0 10px rgba(0, 0, 0, 0.7);
}

.Zwischentext p1 {
  font-family: "Rimouski", sans-serif;
  font-size: 1.7rem;
  margin-bottom: 5rem;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.Zwischentext p2 {
  	font-family: "Rimouski", sans-serif;
  	font-size: 1.7rem;
  	margin-bottom: 5rem;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

/* Hauptbereich */


.textblock {
	margin-bottom: 30px; /* Abstand nach unten zu anderen Blöcken */
    padding: 60px; 
	max-width: 80ch;
	text-align: center;
		}


.textblock-Tipps {
	margin-bottom: 30px; /* Abstand nach unten zu anderen Blöcken */
    padding: 60px; 
	max-width: 80ch;
	text-align:left;
		}


.main-content {
  		max-width: 1000px;
  		margin: 100px auto 5rem auto;
		background-color: rgba(0, 0, 0, 0.3);
  		border-radius: 1rem;
  		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  		padding: 2.5rem;
  		backdrop-filter: blur(5px);
  		color: white; 
		z-index: 4;
}

/* Überschriften und Text */
.main-content h1 {
	  	font-family: "Spooky2", sans-serif;
		color: #f97316;
  		font-size: 2.5rem;
  		font-weight: 800;
		margin-top: 1.5rem;
  		margin-bottom: 2.5rem;
  		text-align: center;
}

.main-content p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.main-content strong {
  font-weight: 900;
}

#spiderCanvasStartseite {
  position: fixed;
  z-index: 1;
  pointer-events: none;
}

.spiderStartseite {
  		position: fixed;
  		top: 230px; /* Position oberhalb vom main-content */
  		left: 1080px; /* oder passe an */
  		z-index: 2;
  		width: 150px;
		filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
  		animation: bob 2s infinite ease-in-out;
		transform: scale(0.5);
}

.spiderStartseite img:hover {
		transform: rotate(-30deg);
}

.spiderStartseite img {
  		width: 100%;
		transition: transform 0.5s ease-in-out;
}

.Scrollen-Indikator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.Scrollen-Indikator .Pfeil {
  display: block;
  width: 30px;
  height: 30px;
  border-left: 4px solid white;
  border-bottom: 4px solid white;
  transform: rotate(-45deg);
  animation: bounce 2s infinite;
  opacity: 0.8;
}

.Scrollen-Indikator:hover .Pfeil {
  transform: rotate(-45deg) scale(1.2);
  opacity: 1;
  border-left-color: #fbb03b;
  border-bottom-color: #fbb03b;
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: rotate(-45deg) translateY(0);
  }
  40% {
    transform: rotate(-45deg) translateY(10px);
  }
  60% {
    transform: rotate(-45deg) translateY(5px);
  }
}

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

.slideshow-section {
  position: relative;
  height: 600px;
  width: 1400px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  transition: background-image 2s ease-in-out;
  overflow: hidden;
}

.slideshow-overlay {
  background-color: rgba(0, 0, 0, 0.55);
  padding: 2rem 3rem;
  border-radius: 1rem;
  text-align: center;
  color: white;
  z-index: 10;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
  width: 1400px;
}

.slideshow-overlay h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cta-buttonStartseite1 {
  	display: inline-block;
  	margin-top: 5rem;
  	margin-bottom: 1rem;
  	padding: 0.75rem 1.5rem;
  	background-color: #f97316;
  	color: white;
	letter-spacing: 0.12rem;
  	text-decoration: none;
  	border-radius: 999px;
  	font-weight: bold;
  	transition: background-color 0.3s ease;
}

.cta-buttonStartseite1:hover {
  background-color: #fbb03b;
}

.cta-buttonStartseite2 {
  	display: inline-block;
  	margin-top: 1rem;
  	margin-bottom: 1rem;
  	padding: 0.75rem 1.5rem;
  	background-color: #f97316;
  	color: white;
	letter-spacing: 0.12rem;
  	text-decoration: none;
  	border-radius: 999px;
  	font-weight: bold;
  	transition: background-color 0.3s ease;
}

.cta-buttonStartseite2:hover {
  background-color: #fbb03b;
}

.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  z-index: 11;
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.slide-btn:hover {
  background: rgba(0,0,0,0.6);
}

	/*Ab hier Zitate*/
	 
	  .zitate-section {
     padding: 60px 20px;
     text-align: center;
     background: linear-gradient(to bottom right, #111, #1a1a1a);
   }

   .zitate-section h2 {
     font-size: 2.5em;
     margin-bottom: 40px;
     color: #f5f5f5;
   }

   .zitat-box {
     max-width: 800px;
     margin: 0 auto;
     font-size: 1.3em;
     font-style: italic;
     position: relative;
     min-height: 100px;
     transition: opacity 1s ease-in-out;
   }

   .autor {
     margin-top: 20px;
     font-size: 1em;
     font-style: normal;
     color: #fbb03b;
   }

   .fade-out {
     opacity: 0;
   }

   .fade-in {
     opacity: 1;
   }

/* Impressum */
.impressumwebescape {
  		max-width: 700px;
  		margin: 100px 5rem 5rem 5rem;
		background-color: rgba(0, 0, 0, 0.3);
  		border-radius: 1rem;
  		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  		padding: 2.5rem;
  		backdrop-filter: blur(5px);
  		color: white; 
		z-index: 4;
}

/* Überschriften und Text */
.impressumwebescape h1 {
	  	font-family: "Spooky2", sans-serif;
		color: #f97316;
  		font-size: 2.2rem;
  		font-weight: 800;
		letter-spacing: 0.2rem;
		margin-top: 1.5rem;
  		margin-bottom: 2.5rem;
  		text-align: left;
}

.impressumwebescape h2 {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

.impressumwebescape p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.impressumwebescape strong {
  	font-weight: 900;
	font-size: 1rem;
}

.impressumwebescape ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.impressumwebescape p {
  margin-bottom: 1rem;
}




.highlightTipps {
		
color: #f97316;
  
}




