/* :root {
    --Background-gradient: linear-gradient(20deg, #d2dff0, #cee0e7 90%);;
    --Background-gradient: linear-gradient(20deg, #77d2af, #c3ecb1 90%);

} */

#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;
    }


.contact-box{
  /* background-color: rgb(122, 255, 253); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 96%;
  max-width: 62rem;
  margin-bottom: 4rem;
  /* background-color: var(--lightgray); */
  padding: 2rem 1rem;
}

#erste{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background:linear-gradient( #ffffff, #f6f6f6);
    position: relative;
}

.opac-logo{
    width: 100%;
    max-width: 38rem;
    aspect-ratio: 3/1;

    background: url(images/opac/opac-logo.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}


.vid{
    max-width: 130vh;
    transition: margin-top 0.5s ease-in-out;  /* Dauer und Kurve der Animation */

    /* margin-top: 4rem; */


}

.vid video {
    width: 100%;
    max-width: 100%;
    border-radius: 0.8rem;
}

#zweite {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* background:linear-gradient(to top right, #ccf4e7, #cfe3eb); */
    background-color: var(--offwhite);
    padding-bottom: 40px;

}

.split{
    display: flex;
    justify-content: stretch;
    align-items: center;
    width: 98%;
    max-width: 130vh;
    margin-bottom: 20px;
    /* border-radius: 20px; */
    overflow: hidden;
}

.split-vertical{
    flex-direction: column;
}

.split-image{
    width: 50%;
    height: 500px;
    flex: 0 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}

.split-image1{
    background-image: url("images/opac/full-1000.png");
}

.split-image2{
    background-image: url("images/opac/stack.png");
}

.split-image3{
    background-image: url("images/opac/3xOpac-870.png");
}

.split-image4{
    background-image: url("images/opac/soil-1000.png");
}

.split-image5{
    background-image: url("images/opac/top-limette-1000-3.png");
}

.split-text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1 1 auto;
    margin: 20px;
    width: 50%;
    height: 100%;
}

.full-text{
    width: 98%;
    max-width: 130vh;
    margin-bottom: 30px;
    margin-top: 0;
    padding-top: 0;

}

.width100{
    width: 100%;
    padding: 0 20px 30px 20px;
    margin-top: 0;
}

.project-description{
    margin-bottom: 0px;
    margin-top: 0.8rem;
}

.end-split{
    justify-content: space-between;
    overflow: visible;
    padding: 0 50px;
}

.project-title{
    width: 100%;
}

.flex-reverse{
    flex-direction: row-reverse;
}

.undervid{
    padding-left: 20px;
    padding-right: 20px;
}

/* .section-title{
    position: static;

} */






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

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


/* _____________________________________________ */
/* ___| mobile |___ */


@media (max-width: 780px) {



    .split{
        max-height: none;
        flex-direction: column;
        max-width: 96vw;
    }

    .split-image{
        width: 100%;
        background-position: bottom;
        height: 400px;
        margin-top: 3rem;
        margin-bottom: 1rem;
    }

    .split-image1{
        margin-top: 1rem;
    }

    .split-image2{
        margin-bottom: -10px;
    }

    .split-image3{
        margin-bottom: 15px;
    }

    .split-image5{
        margin-bottom: -15px;
    }

    .split-text{
        width: 100%;
        padding-top: 0;
        margin-top: 0;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    /* #hero .split-text{
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    } */

    .project-title{
        padding-top: 0;
    }

    .end-split{
        width: 100vw;
        flex-direction: row;
        justify-content: space-evenly;
        padding: 0;
    }

    .undervid{
        padding-left: 0px;
        padding-right: 0px;
    }



   
}

.full-text{
    width: 98%;
}



@media (max-width: 350px) {

    .split-image{
        margin-top: -3rem;
    }

    .hero-content-container{
        margin: 4rem 0 2rem 0;

        
    }

}




