body{
    /* background-color: #ccf4e7; */
    background-color: rgb(255, 255, 255);
}

#erste{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background:linear-gradient(to bottom right, #ccf4e7, #cfe3eb);
}



.logo{
    height: 130px;
    width: 50vw;
    max-height: 14vh;
    background: url(svgs/opac-logo-2.svg) no-repeat;
    /* background-color: antiquewhite; */
    background-size: contain;
    background-position: center center;
    margin: 40px 0 30px 0;

}

.skill-title{
    margin-top: 30px;
}

.vid{
    width: 98%;
    max-width: 130vh;
}

.vid video {
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
}

#zweite {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background:linear-gradient(to top right, #ccf4e7, #cfe3eb);
    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/full-1000.png');
}

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

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

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

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

.split-image6{
    background-image: url('images/tea-icon-4.png');
    height: 400px;
}

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

a{
    margin-top: 10px;
    margin-bottom: 40px;
}

.ocean{
    background:linear-gradient(to bottom right, #ccf4e7, #cfe3eb);
}

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





.next-button{
    border: none;
    font-size: 1.4rem;
    padding: 8px 25px;
    background-color: rgba(255, 255, 255, 0);
    color: rgb(61, 61, 61);
    text-wrap: nowrap;
    display: inline-block;
    transition: 0.5s ease-out;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;

}

.nb2{
    color: rgb(255, 128, 0);
    border-radius: calc(1rem + 5px);

}



/* _____________________________________________ */
/* ___| nicht-mobile |___ */


@media (min-width: 780px) {

    .nb1{
        padding-right:28px;
        padding-left: 12px;
    }
    
    .nb1::before {
        content: '« ';
        opacity: 0;  
        transition: 0.5s;
    }
    
    .nb1:hover {
        padding-right: 18px;
        padding-left:  22px;
        text-decoration: none;
    }
    
    .nb1:hover::before {
        opacity: 1;
    }

    .nb3{
        padding-left:28px;
        padding-right: 12px;
    }
    
    .nb3:after {
        content: ' »';
        opacity: 0;  
        transition: 0.5s;
    }
    
    .nb3:hover {
        padding-right: 22px;
        padding-left:  18px;
        text-decoration: none;
    }
    
    .nb3:hover:after {
        opacity: 1;
    }

    .nb2:hover{
        background: var(--orange-less);
        color: white;
        text-decoration: none;
    
    }
}









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


@media (max-width: 780px) {


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

    .split-image{
        width: 100%;
        background-position: bottom;
        height: 400px;
    }

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

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

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

    .next-button{
        padding:  10px 0;
        text-wrap: wrap;
        font-size: 1.4rem;
    }

    .nb2{
        margin: 30px -40px 0 -40px;
        position: absolute;

    }

    .nb1{
        margin-bottom: 100px;
    }

    .nb3{
        margin-bottom: 100px;
    }


   
}

.full-text{
    width: 98%;
}

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