

#hero {
  height: fit-content !important;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  max-height: none;
  min-width: 100vw;
  min-height: fit-content;
  margin-bottom: 0;
}
.nav-blur{
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

    .logo-box{
        max-height: 4rem;
    }

/* .rc-logo{
    width: 100%;
    max-width: 38rem;
    aspect-ratio: 3/1;
    background: url(images/rabot/rc-logo-white.svg) no-repeat;
    background-size: contain;
    background-position: center center;
} */



#project-details{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    height: fit-content;
}

.project-aspect{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    min-height: 2rem;
    margin: 0 0 4rem 0;
    
}

.aspect-5 .project-image{
    width: 50%;
}

.aspect-5{
    background:linear-gradient( #ffffff, #f6f6f6 15%);
    padding-bottom: 2rem;
    margin-bottom: 0rem;

}


.project-image{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 85vh !important;
    min-height: 30rem;
    
}

.project-image-1{
    min-height: 28rem;

}

.aspect-1 .project-image{
    flex-direction: row;
    align-items: flex-end;
}

.project-image img{
    object-fit: fill;
    max-width: 100%;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    /* background-size: 100% auto; */
    overflow: hidden;
    

}
/* .project-image-3{
    width: 92%;
    max-width: 110vh;
    background-size: contain;
    background-color: green;
    min-height: 100%;



} */







.project-description{
    height: fit-content;
    width: 96%;
    max-width: max(107vh, 37.5rem);
    min-height: 1rem;
    margin-top: 1rem;
    
}

.project-description-2{
    margin-top: max( -4vw, -1.5rem);
    z-index: 2;
}


.slideshow {
  position: relative;
  width: 100%;
  aspect-ratio: 1.3/1;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.slideshow img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  animation: fade 15s infinite;
}

.slideshow img:nth-child(1) { animation-delay: 0s; }
.slideshow img:nth-child(2) { animation-delay: 1.5s; }
.slideshow img:nth-child(3) { animation-delay: 3s; }
.slideshow img:nth-child(4) { animation-delay: 4.5s; }
.slideshow img:nth-child(5) { animation-delay: 6s; }
.slideshow img:nth-child(6) { animation-delay: 7.5s; }
.slideshow img:nth-child(7) { animation-delay: 9s; }
.slideshow img:nth-child(8) { animation-delay: 10.5s; }
.slideshow img:nth-child(9) { animation-delay: 12s; }
.slideshow img:nth-child(10) { animation-delay: 13.5s; }

@keyframes fade {
  0%   { opacity: 0; }
  5%   { opacity: 1; }   /* sanft einblenden */
  15%  { opacity: 1; }   /* sichtbar bleiben */
  20%  { opacity: 0; }   /* wieder ausblenden */
  100% { opacity: 0; }
}


.slideshow-2 {
  position: relative;
  width: 98%;
  max-width: max(107vh, 37.5rem);
  aspect-ratio: 3.535/1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  box-shadow: 4px 6px 12px rgba(0,0,0,0.3);
}

.slideshow-2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  animation: fade-2 4.5s infinite;
}

.slideshow-2 img:nth-child(1) { animation-delay: 0s; }
.slideshow-2 img:nth-child(2) { animation-delay: 1.5s; }
.slideshow-2 img:nth-child(3) { animation-delay: 3s; }


@keyframes fade-2 {
  0%   { opacity: 0; }
  10%  { opacity: 1; }   /* einblenden */
  40%  { opacity: 1; }   /* sichtbar bleiben */
  50%  { opacity: 0; }   /* ausblenden */
  100% { opacity: 0; }
}
    .project-image-6{
        min-height: 1rem;

    }









@media (max-width: 52rem){
    .project-image{
        min-height: 1px;

    }

}




/* @media (max-width: 52rem){
    #hero {
    height: fit-content !important;
    min-height: 10rem !important;
    }

    .hero-content-container{
        margin: 5rem 0 4rem 0;
        max-width: 96vw;
        
    }
} */