
body {
    margin: 0;  /* WICHTIG! Entfernt weiße Ränder */
    padding: 0;
    color: #FFFFF0;
    text-transform: lowercase;
    max-width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    cursor: none;
    scroll-behavior: smooth;
    background-color: #556B2F;
   /*  background-image: url('../media/img/backround_test1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;  /* Bild bleibt beim Scrollen fixiert 
    min-height: 100vh; */ /* Statt height: 100vh */
}



.area {
  background: transparent;
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);

}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;

}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  animation: animate 25s linear infinite;
  bottom: -150px; 
   border: 2px solid #FFDB58;
   border-radius: 15rem !important;
   background-color: #FFDB58;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 6s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 25px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 25px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 2s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 40px;
  height: 40px;
  animation-delay: 3s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 40px;
  height: 40px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 30px;
  height: 30px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 3s;
  animation-duration: 11s;
}



@keyframes animate {
  0% {
     transform: translateY(0) rotate(0deg);
     opacity: 5;
     border-radius: 0;
  }

  100% {
     transform: translateY(-1000px) rotate(720deg);
     opacity: 0;
     border-radius: 50%;
  }
}




/* startseite */

.NOcontainer {
    margin-right: 3vw;
    margin-left: 3vw;
    line-height: 2.5em;

}



.ONEGsap {
    text-align: center;
    margin-top: 30vh;
  }

  .ONEGsap h1 {
    font-weight: 900;
    font-size: 160px;
    line-height: 1;
  }

/* 
  -moz-text-fill-color: #FFFFF0;
    -webkit-text-fill-color: #FFFFF0;
-moz-text-stroke-color: #FFDB58;
-webkit-text-stroke-color: #FFDB58;
-moz-text-stroke-width: 5px;  
-webkit-text-stroke-width:5px;
*/





  /* 

  .monoton {
    color: #FFFFF0 ;
    text-shadow: -5px -5px #FFDB58  ;
   }

   */ 

   .ONEGsap span {
    font-family: 'Fraunces', serif;
    font-weight: 300 ;
    
}


.ONEGsap h4 {
    font-weight: 200;
    font-size: 33px;
     font-family: 'Fraunces', serif;

}


.slogan {
    font-weight: 200;
    font-size: 20px;
    font-family: 'Fraunces', serif;
    line-height: 1.2;
    display: inline-block;
    margin-top: 2vh;
}

.TWOGsap  {
    margin-top: 1vh;
    border: 1px solid #FFFFF0;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-bottom: 2vw;
    

}

.TWOGsap h2{
  font-size: 70px;
  margin-top: 2vh;
  font-weight: 700;
  line-height: 7vh;
  margin-bottom: 3vh;
  }
  




.ONEGsap h1 {
    animation: 4s anim-lineUp ease-out;
  }
  @keyframes anim-lineUp {
    0% {
      opacity: 0;
      transform: translateY(20%);
    }
    20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translateY(20%);
    }
    100% {
      opacity: 1;
      transform: translateY(20%);
    }
  }

  .ONEGsap h4 {
    animation: 8s anim-lineUp ease-out;
    
  }
  @keyframes anim-lineUp {
    0% {
      opacity: 0;
      transform: translateY(20%);
    }
    20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translateY(20%);
    }
    100% {
      opacity: 1;
      transform: translateY(20%);
    }
  }




.me {
    font-size: 25px;
    margin-top:25%;
    margin-bottom:10%;
    color: #FFFFF0;
    margin-bottom: 14vh;
    margin-right: 18vw;
}

    .circle2 {
      width: 190px;
      height: 190px;
      border: 1px solid #FFDB58;
      background-color: #FFDB58;
      color: #556B2F;
      -moz-border-radius: 70px; 
      -webkit-border-radius: 70px; 
      border-radius: 150px;
  margin-top: 55vh;
  margin-right: 20vw;
  font-family: 'Fraunces', serif;
  font-size: 100px;
  line-height: 7vh;
  font-weight: 200;
 }



 .circle2 span {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
 font-weight: 800;
}

.me2 {
    font-size: 25px;
    text-align: right;
    color: #FFFFF0;
    padding-left: 25%;
    padding-bottom: 30vh;

}



.me3 {
font-size: 30px;
width: 100%;
}

.curve {
    font-weight: 100;
    font-size: 30px;
    font-family: 'Fraunces', serif;
}

.strich {
    font-weight: 700;
    word-spacing: 2px;
}

.lineUp {
    animation: 5s anim-lineUp ease-out;
  }
  @keyframes anim-lineUp {
    0% {
      opacity: 0;
      transform: translateY(20%);
    }
    20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translateY(0%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }




/* navbar */



.nav {
    margin-top: 8vh;
    margin-bottom: 5vh;
    font-size: 20px;
    z-index: 5;
    font-weight: 900;
    cursor:none;
    justify-content: center;
    word-spacing: 3vw;
}

.nav-link {
  display:contents;
 
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #FFFFF0;
    background-color: transparent;
    cursor:none !important;

}



.nav {
    animation: 15s anim-lineUp ease-out;
  }
  @keyframes anim-lineUp {
    0% {
      opacity: 0;
      transform: translateY(20%);
    }
    20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translateY(0%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }




  




/* nav all */

  [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: none;
}


/* cursor */



#circle {
    position: fixed;
    z-index: 5;
    width: 35px;
    height: 35px;
    background-color:#FFDB58;
    border-radius: 50%;
    pointer-events: none;
  }

  

/* media queries */


    /* footer */

    footer {
        width: 100%;
        bottom: 0;
        position: fixed;
        text-align: right;
        padding-right: 2vw;
        pointer-events: all !important;
        background: transparent;
        cursor:none;
    }




    .some  {
            padding-right: 2em;
    margin-top: -4vh;
        pointer-events: all;
        text-align: left;
        margin-right: 1vw;
        cursor:none;
             display: inline-block;
        color: #FFFFF0; 
        cursor:none;
        font-weight: 900;
        font-size: 80px;
    }

.some:hover {
    color: #FFDB58;
    transition: color 0.3s ease;
    text-decoration: none;
}

 /* 
    marquee
 */

    .marquee {
        width: 100%;
        overflow: hidden;
        font-weight: 100;
        color: #FFFFF0;

    }


    .marquee span {
        display: inline-block;
        white-space: nowrap;
        animation: marquee var(--ad) linear infinite;
        animation-play-state: start;
    
    }
    
    .marquee .vier span {
        display: inline-block;
        white-space: nowrap;
        animation: marquee var(--ad) linear infinite;
        animation-play-state: start;
        margin-bottom: 3vh;
        
    
    }

      .marquee:hover span {
          animation-play-state:running ;
      }

      #zwei {
        line-height:140%;
        font-size: 25px;
        font-weight: 100;
    }



    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }






   
 /* 
  kreistext
 */

    svg {
      
      fill:  #FFDB58;
      height: 30vh;
      max-width: 40vmin;
      width: 30%;
      margin-left: 5vw;
 font-weight: 700;


    }
    
    
  
    svg{
      animation-name: hello;
      animation-duration: 20.5s;
      /* Things added */
      animation-iteration-count: infinite;
      transform-origin: 50% 50%;
      display: inline-block;
      /* <--- */
  }
  @keyframes hello {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  }
    
 /* 
    headline marquee no index page
 */

 .marquee3 {
    width: 100%;
    max-height:100%;
    overflow: hidden;
    font-weight: 600 !important;
    color: #FFFFF0;
    font-size: 160px;
    border-bottom: 1px solid #FFFFF0;
    padding-top: 25%;
     

}

.subheadline {
    margin-bottom:30%;
    text-align: right;
    margin-top: 2vh;
}
.subheadline h4 {
    font-style: italic;
    font-family: 'Fraunces', serif;
    font-weight: 300;
}


.marquee3 span {
    display: inline-block;
    white-space: nowrap;
    animation: marquee var(--ad) linear infinite;
    animation-play-state: start;
}



  .subheadline {
    animation: 5s anim-lineUp ease-out;
  }



.ende {
    margin-left: 3vw;
    margin-top: 40vh;
    margin-right: 3vw;
}

 .ende h1 {
     font-size: 70px;
     line-height: 0.9;
     font-weight: 900;
 }


 .ende hr {
width: 100%;
background-color: #FFFFF0;
height: 10px;
 }




 .curve2 {
    font-style: italic;
    font-weight: 100;
    font-size: 100px;
    font-family: 'Fraunces', serif;
}


/* gelber balken footer */

.test {
    background-color:#FFDB58 !important;
    border-top: 0px solid rgba(0,0,0,.1);
}



.stations {
    margin-left: 3vw;
    margin-top: 25vh;
    margin-right: 3vw;
}

.stations h2 {
    font-weight: 100;
    font-size: 70px;
  
font-family: 'Fraunces', serif;
}

table {
    width:100%;
    margin-top: 2vh;
}
   
 table, th, td {
    font-size: 20px;
    border-bottom: 1px solid #FFFFF0;
    font-weight: 300;
  }

table th{
    font-style: italic;
    font-weight: 200;
    font-size: 30px;
    padding-bottom: 1vh;
}

/* date all sites */

.date {
  margin-bottom: 0vh;
  font-size: 15px;
  font-weight: 300;
  color:transparent;
  font-family: 'Fraunces', serif;
}

.test {
  rotate: 90;
}


/* banner links */

#name {
    position: fixed;
    /* Fixed/sticky position */
    z-index: 99;
    /* Make sure it does not overlap */
    color: #FFFFF0;;
    max-height:40% ;
    margin-top: 8vh;
    background-color: transparent;
  
}

.herbst1 {
    font-size: 20px;
    font-weight: 100;
    color: #FFFFF0;
    font-style: normal;
    margin-bottom: -35px;

}

.herbst {
    margin-top: 95%;
    font-weight: 100;
    font-size: 20px;
    color: #FFFFF0;;
    font-style: normal;

}

.banner {
    transform: translate(0, 100%) rotate(-90deg);
      margin-left: -20px;
    font-size: 20px;
    line-height: 16px;
}







.marquee2 {
    width: 100%;
    max-height:100%;
    overflow: hidden;
    font-weight: 600 !important;
    color: #FFFFF0;
    font-size: 160px;
    border-bottom: 1px solid #FFFFF0;
    padding-top: 0%;
}


.marquee2 span {
    display: inline-block;
    white-space: nowrap;
    animation: marquee var(--ad) linear infinite;
    animation-play-state: start;

}


.welcome {
    margin-left: 3vw;
    margin-right: 3vw;
}


 /* back button */


 #myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 8vw;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: 0px solid #FFFFF0;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: transparent;
    /* Set a background color */
    color: #FFFFF0;
    /* Text color */
    cursor: none;
    /* Add a mouse pointer on hover */
    padding: 5px;
    /* Some padding */
    border-radius: 0;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
font-weight: 300;
    font-family: 'Fraunces';
    

}




 /* jobs*/


.jobs {
  margin: 5vh;
  margin-top: 15vh;
   
}



.transition,
ul li i:before,
ul li i:after,
p {
  transition: all 0.25s ease-in-out;
}

.flipIn,
ul li,
h1 {
  animation: flipdown 0.5s ease both;
}



.jobs h1 {

  font-size: 70px;
  line-height: 7vh;
  letter-spacing: 3px;
  font-weight: 900;
  margin-bottom: 3vh;
  

}


.expo  {

  font-family: 'Fraunces', serif;
  font-weight: 300;

}


.jobs h2 {
  font-size: 25px;
  line-height: 34px;
  font-weight: 100;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: none;
}

/* gelber hover*/

.jobs h2:hover {
    color: #FFDB58;
    transition: color 0.3s ease;
    cursor: none;
}


.jobs p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
  margin-right: 50%;
    transition: all 0.7s ease; /* <-- länger = langsamer */

}

ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
  cursor: none !important;
 
}





ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px solid #FFFFF0;
  cursor: none !important;

}

ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}

ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul li:nth-of-type(3) {
  animation-delay: 1s;
}
ul li:nth-of-type(4) {
  animation-delay: 1.25s;
}
ul li:nth-of-type(5) {
  animation-delay: 1.5s;
}

ul li:nth-of-type(6) {
  animation-delay: 1.75s;
}


ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
ul li i:before,
ul li i:after {
  content: "";
  position: absolute;
  background-color: #FFFFF0;
  width: 3px;
  height: 9px;
}
ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
ul li input[type="checkbox"] {
  position: absolute;
  cursor: none !important;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
ul li input[type="checkbox"]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
  cursor: none !important;

}
ul li input[type="checkbox"]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
  cursor: none !important;

}
ul li input[type="checkbox"]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
  cursor: none !important;

}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}


 

 /* explore things*/


.more-links {
    margin: 20vh 3vw;
    border-top: 1px solid #FFFFF0;
    border-bottom: 1px solid #FFFFF0;
}

.more-links a {
    color: #FFFFF0;
    font-size: 80px;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s ease;
    cursor: none;
}

.more-links a:hover {
    color: #FFDB58;
}





.jobs p.role {
    font-style: italic;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 10px;
    opacity: 0.8;
}


 /* Animation on scroll - text anzeigen*/


.reveal{
  position: relative;
  transform: translateY(120px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}


 /* profile-badge-wrapper*/


.profile-badge-wrapper {
    position: relative;
    width: 25vw; /* Feste Breite */
    height: 25vw; /* Gleiche Höhe = perfektes Quadrat */
    margin-left: 5vw;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 180px; /* Keine runden Ecken mehr */
    /* ODER für leicht abgerundete Ecken: */
    /* border-radius: 10px; */
}

.badge-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%; /* Kleiner als das Bild */
    height: auto;
    pointer-events: none; /* Badge nicht anklickbar */
}

/* SVG Animation bleibt gleich */
.badge-overlay {
    animation-name: hello;
    animation-duration: 20.5s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
}


/* footer */

footer {
  padding: 0vh 3vw 3vh 3vw;
  text-align: left;
  position: static; /* überschreibt das fixed aus alpartment */
  background: transparent;
}

.copyright {
  font-size: 10px;
  font-weight: 300;
  color: #FFFFF0;
  letter-spacing: 0.5px;
  margin: 0;
  padding-left: 10vw;
}

.copyright-bar {
  width: 100%;
  background-color: #808000;
  color:#FFFFF0;
  font-size: 10px;
  font-weight:100;
  letter-spacing: 0.5px;
  padding: 0px 0.5vw;
  margin: 0;
  box-sizing: border-box;
}

/* ==========================================================================
   MOBILE MEDIA QUERIES (moved to end of file to guarantee cascade priority)
   ========================================================================== */

*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

img, video, svg {
    max-width: 100%;
    height: auto;
}

@media (max-width: 900px) {

    .ONEGsap {
        margin-top: 16vh;
        padding: 0 4vw;
    }

    .ONEGsap h1 {
        font-size: clamp(42px, 13vw, 160px);
    }

    .ONEGsap h4 {
        font-size: clamp(18px, 4.5vw, 33px);
        line-height: 1.4;
    }

    .slogan {
        font-size: clamp(14px, 3.5vw, 20px);
    }

    .NOcontainer {
        margin-left: 4vw;
        margin-right: 4vw;
        line-height: 1.8em;
    }

    .NOcontainer .row {
        flex-direction: column;
    }

    .me {
        font-size: clamp(16px, 4vw, 25px);
        margin-top: 8vh;
        margin-right: 0;
        margin-bottom: 6vh;
    }

    .profile-badge-wrapper {
        width: 45vw;
        height: 45vw;
        margin: 0 auto;
    }

    .me2 {
        font-size: clamp(16px, 4vw, 25px);
        text-align: left;
        padding-left: 0;
        padding-bottom: 8vh;
        margin-top: 6vh;
    }

    .curve {
        font-size: clamp(16px, 4.5vw, 30px);
    }

    .circle2 {
        width: 130px;
        height: 130px;
        font-size: 60px;
        line-height: 5vh;
        margin: 8vh auto;
    }

    .TWOGsap {
        margin-left: 4vw;
        margin-right: 4vw;
    }

    .TWOGsap h2 {
        font-size: clamp(32px, 10vw, 70px);
        line-height: 1.1;
    }

    #zwei {
        font-size: clamp(14px, 4vw, 25px);
    }

    #name {
        display: none;
    }

    .jobs {
        margin: 4vw;
        margin-top: 8vh;
    }

    .jobs h1 {
        font-size: clamp(32px, 10vw, 70px);
        line-height: 1.1;
    }

    .jobs h2 {
        font-size: clamp(16px, 5vw, 25px);
        line-height: 1.4;
    }

    .jobs p {
        font-size: clamp(14px, 4vw, 18px);
        line-height: 1.6;
        margin-right: 0;
    }

    .more-links {
        margin: 8vh 4vw;
    }

    .more-links a {
        font-size: clamp(24px, 9vw, 80px);
    }

    .ende {
        margin-top: 15vh;
        margin-left: 4vw;
        margin-right: 4vw;
    }

    .ende h1 {
        font-size: clamp(32px, 9vw, 70px);
    }

    .curve2 {
        font-size: clamp(32px, 10vw, 100px);
    }

    .some {
        font-size: clamp(28px, 9vw, 80px);
        padding-right: 0.5em;
    }

    /* .marquee3 keeps its desktop font size (160px) on purpose —
       the oversized scrolling headline is a style element */

    .subheadline {
        margin-bottom: 10vh;
    }

    .stations {
        margin-left: 4vw;
        margin-right: 4vw;
        margin-top: 10vh;
    }

    .stations h2 {
        font-size: clamp(28px, 8vw, 70px);
    }

    table, th, td {
        font-size: 14px;
    }

    table th {
        font-size: 18px;
    }

    .copyright {
        padding-left: 4vw;
    }
}

@media (max-width: 480px) {
    .circle2 {
        width: 100px;
        height: 100px;
        font-size: 46px;
    }

    .ONEGsap {
        margin-top: 12vh;
    }
}
