* {
    margin: 0;
    padding-top: 0;
    box-sizing: border-box;
    box-shadow: none; 
    text-transform: lowercase;
    pointer-events: all;

}

body {
text-transform: lowercase;
}

h1
{
  font-family: "elza-text", sans-serif;;
  color: black;
  font-weight: normal;
  font-size: 1.3vw;
  text-align: left;
 
  
}


h2
{
  font-family: "elza-text", sans-serif;;
  text-align: left; 
  color: black;
  font-weight: normal;
  font-size: 1.3vw;
  text-align: right;
  
 
  
}



h3 {
  font-family: "elza-text", sans-serif;
  color: black;
  text-align: left;
  font-size: 2.5vw;
  font-weight: normal;
  font-style: italic;
  margin: 0px; 
  margin-top: 30px;
  margin-left: 30px;
  line-height: 120%;
  text-transform: lowercase;

  
}


h5
{
  font-family: "elza-text", sans-serif;
  color: black;
  text-align: left;
  font-size: 1.5vw;
  font-weight: normal;
  font-style: italic;
  margin: 0px; 
  margin-top: 30px;
  margin-left: 30px;
  line-height: 120%;
  text-transform: lowercase;

  
}



  p {
    font-family: "elza-text", sans-serif;
    color: black;
    font-weight: normal;
    font-size: 1.3vw;
    text-decoration: none;
    line-height: 120%;

  }





.container-head{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 2vw;
    background-color: #ffffff;
    display: grid;
    z-index: 1000;
    grid-template-columns: repeat(2, 1fr);
    margin: 0px;
    padding: 8px;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0.35%;
    border-bottom: 1px solid black;
    
}

.container-head a {
  text-decoration: none;
  text-align: left;
}


.container-head h1 {
  margin: 0;
}



/* Overlay studierenden Styling */

/* Trigger-Button */
#studierende-trigger {
  text-align: right;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  top: 10%;
}

/* Overlay */
.studierende-overlay {
  position: fixed;
  top: 2vw;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  display: none;
  z-index: 1;
  
}

/* Overlay-Inhalt */
.studierende-content {
 padding: px;
 max-width: 90%;
}



/* Schließen-Button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  padding: 0;
}

.close-btn::before,
.close-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.close-btn::before {
  transform: rotate(45deg);
}

.close-btn::after {
  transform: rotate(-45deg);
}

/* Hover-Effekt für den Button */
.close-btn:hover::before,
.close-btn:hover::after {
  background-color:  #6b6b6b;
}

#studierende-trigger {
  
}

/* Klasse für sichtbares Overlay */
.studierende-overlay.active {
  display: flex;

}

.custom-link {
  color: #6b6b6b;
  text-decoration: none;
}

.custom-link:hover {
  color: #000000;

}

/* Overlay projekttitel Styling */

/* Trigger-Button */
#projekttitel-trigger {
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  top: 10%;
}

/* Overlay */
.projekttitel-overlay {
  position: fixed;
  top: 2vw;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  display: none;
  z-index: 1;
  
}

/* Overlay-Inhalt */
.projekttitel-content {
  padding: px;
  max-width: 90%;
  
}

/* Schließen-Button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;

  padding: 0;
}

.close-btn::before,
.close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}


.close-btn:hover::before,
.close-btn:hover::after {
    background-color:  #6b6b6b;
}

/* Klasse für sichtbares Overlay */
.projekttitel-overlay.active {
  display: flex;
}

/* Slideshow */


.slideshow-container {
  position: absolute;
  top: 2vw;
  left: 0px;
  max-width: 50%;
  height: 480px;
  margin: auto;
  overflow: hidden;
}

.slides {
 display: flex;


 
}

.slide {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
 

}


.slide-container {
  display: flex;
  min-width: 100%;
  height: 480px;
  object-fit: contain;
  justify-content: start;
  align-items: start;
  
}


.lightbox {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  padding-top: 2vw;
  z-index: 20;
  top: 2vw;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
 
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  transform: translateY(-2.5vw); 
  
}




.linie-1 {
  position: fixed;
  top: 530px;
  left:0; 
  width: 100%;
  height: 1px;
  background-color: black;
}

.linie-2 {
  position: fixed;
  top: 2vw;
  left:50%; 
  height: 480px;
  width: 1px;
  background-color: black;
}


.info-text-container {
  font-family: "elza-text", sans-serif;
  font-style: normal;
  font-size: 1.3vw;
  display: none; /* Standardmäßig ausgeblendet */
  position: fixed;
  top: 2vw;
  right: 0%;
  height: 480px; /* Volle Höhe des Containers */
  width: 50%; /* Nimmt ein Drittel der Breite ein */
  padding: 20px; /* Abstand vom Rand */
  overflow-y: auto; /* Falls der Inhalt größer ist, scrollbar machen */
  box-sizing: border-box; /* Padding wird in die Breite/Höhe einbezogen */
  z-index: 10; /* Oberhalb anderer Inhalte */
  
  
}

.info-text-container h6 {
  font-family: "elza-text", sans-serif;;
  color: black;
  font-weight: normal;
  font-size: 1.3vw;
  text-align: left;
  text-decoration: underline black;
  margin-right: 5px; 
}

h6, p {
  display: inline-block;
  margin: 0;
  line-height: 150%;

}

h6::after {
  content: " ";
}

.konzept-text-container {
  font-family: "elza-text", sans-serif;
  font-style: normal;
  font-size: 1.3vw;
  display: none; /* Standardmäßig ausgeblendet */
  position: fixed;
  top: 530px;
  left: 0;
  height: calc(100vh - 510px); 
  padding-bottom: 100px;
  width: 100%; 
  padding: 20px; /* Abstand vom Rand */
  z-index: 10; /* Oberhalb anderer Inhalte */
  overflow-y: auto;

}

.konzept-text-container h6 {
  font-family: "elza-text", sans-serif;;
  color: black;
  font-weight: normal;
  font-size: 1.3vw;
  text-align: left;
  text-decoration: underline black;
}



.konzept-text-container p {
  margin: 0; /* Entfernt unerwünschte Abstände im Text */
  height: 100%; /* Der Text nimmt 100% der Höhe des Containers ein */
}



.info-text-container, .konzept-text-container {
  display: none;  /* Alle Text-Container sind standardmäßig ausgeblendet */
}



/* Buttons */
.prev-btn, .next-btn {

  position: absolute;  
  top: 97%;
  right: ;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0);
  border: none;
  
  z-index: 10;
  
}

.prev-btn::after {
  content: "<";
}

.next-btn::after {
  content: ">";
}

.prev-btn {
  left: 92%;
  
}

.next-btn {
  right: 3%;
  
}

button, 
.close-btn,
.custom-link,
#studierende-trigger,
#projekttitel-trigger,
.prev-btn,
.next-btn,
.slide,
.container-head h1,
.container-head h2 {
    cursor: pointer;
    pointer-events: auto;
}

button:hover,
button:active {
    cursor: pointer;
}












@media only screen and (max-width: 480px) {

  h1, h2, h5, p {
    font-size: 4vw;
  }

  h3 {
    font-size: 5vw;
  }

  h6 { 
    font-size: 4vw; 
    text-decoration: underline black;
  }

  .container-head {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 10vw;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    z-index: 1000;
    margin: 0px;
    padding: 8px;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0.35%;
    text-align: center;
    border-bottom: 1px solid black;
    
}

.slideshow-container {
  position: absolute;
  top: 10vw;
  left: 0px;
  max-width: 100%;
  height: 260px;
  margin: auto;
  overflow: hidden;
}

.slides {
  display: flex;
 
 
  
 }
 
 .slide {
   max-width: 100%;
   max-height: 100%;
   object-fit: contain;
  
 
 }
 
 
 .slide-container {
   display: flex;
   min-width: 100%;
   height: 260px;
   object-fit: contain;
   justify-content: start;
   align-items: start;
   
 }

 .linie-2 {
  position: fixed;
  top: 299px;
  left:0; 
  width: 100%;
  height: 1px;
  background-color: black;
}

.linie-1 {
  position: fixed;
  top: 559px;
  left:0; 
  width: 100%;
  height: 1px;
  background-color: black;
}

.info-text-container {
  font-family: "elza-text", sans-serif;
  font-style: normal;
  font-size: 1.3vw;
  display: none; /* Standardmäßig ausgeblendet */
  position: fixed;
  top: 300px;
  right: 0%;
  height: 260px; /* Volle Höhe des Containers */
  width: 100%; /* Nimmt ein Drittel der Breite ein */
  padding: 20px; /* Abstand vom Rand */
  overflow-y: auto; /* Falls der Inhalt größer ist, scrollbar machen */
  box-sizing: border-box; /* Padding wird in die Breite/Höhe einbezogen */
  z-index: 10; /* Oberhalb anderer Inhalte */
  
  
}

.info-text-container h6 {
  font-family: "elza-text", sans-serif;;
  color: black;
  font-weight: normal;
  font-size: 4vw;
  text-align: left;
  text-decoration: underline black;
  margin-right: 5px; 
}

.konzept-text-container {
  font-family: "elza-text", sans-serif;
  font-style: normal;
  font-size: 1.3vw;
  display: none; /* Standardmäßig ausgeblendet */
  position: fixed;
  top: 560px;
  left: 0;
  height: 260px; 
  width: 100%; 
  padding: 20px; /* Abstand vom Rand */
  z-index: 10; /* Oberhalb anderer Inhalte */
  overflow-y: auto;

}

.konzept-text-container h6 {
  font-family: "elza-text", sans-serif;;
  color: black;
  font-weight: normal;
  font-size: 4vw;
  text-align: left;
  text-decoration: underline black;
}

.prev-btn, .next-btn {

  position: absolute;  
  right: ;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  z-index: 100;
  
}

.prev-btn::after {
  content: "<";
}

.next-btn::after {
  content: ">";
}

.prev-btn {
  right: 10%;
  top: 95%;
  font-size: 4vw;
  left: 90%
  
  
}

.next-btn {
  right: 1%;
  top: 95%;
  font-size: 4vw;
  
}

.studierende-overlay, .projekttitel-overlay {
  top: 10vw;
  height: 90vh;
  
}

.studierende-content, .projekttitel-content {
  max-width: 90%;
  
}

/* Close-Button größer */
.close-btn {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 200;
  top: 10vw;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
 
}

.lightbox img {
  max-width: 95%;
  max-height: 95%;
  transform: translateY(-2.5vw); 
  position:absolute; 
  top: 30vw; 
  
}
}
