body{
    overflow: hidden;
    position: fixed;
    height: 100vh;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: space-between;
    background-color: blanchedalmond;
}

nav{
    width: 100vw;
    height: 60px;
    margin-top: 10px;
    display: none;
    justify-content: center;
    align-items: center;

}


.title-holder{
    height: 100%;
    width: calc(270px);
    background: url(svgs/camelback-logo.svg) no-repeat;
}


#slideshow{
    width: 100vw;
    height: calc(100svh - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slide{
    width: 90%;
    height: 90%;
    border-radius: 20px;
    position: absolute;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide1{
    background:linear-gradient(to bottom, #240c01, #120600);
}

.slide2{
    background:linear-gradient(to bottom right, #c5b4c7, #d4c2e2);
}

.slide3{
    background:linear-gradient(to bottom right, #c5b4c7, #d4c2e2);
}

.slide4{
    background-color: aqua;
}

.slide5{
    background-color: darkblue;
}

.slide6{
    background: url(images/enjoy-falafel-bg.png) no-repeat;
    background-position: center;
}

.slide7{
    background:linear-gradient(to bottom right, #e4ceb0, #c5a883);

}

.slide8{
    background:linear-gradient(to bottom right, #383838, #000000);
    justify-content: space-between;
}

.slide9{
    background:linear-gradient(to bottom right, #383838, #000000);
}

.slide99{
    background:linear-gradient(to bottom right, #ffffff, #e4e4e4);
}


.slide-image1{
    background: url(images/title-min.png) no-repeat;
    background-size: contain;

}

.slide-image2{
    background: url(images/camelback-book.png) no-repeat;
    background-size: contain;
}

.slide-image3{
    background: url(images/camelback-books.png) no-repeat;
    background-size: contain;
}

.slide-image4{
    background: url(images/crow.png) no-repeat;
    background-size: cover;
}

.slide-image5{
    background: url(images/emis-hotel.png) no-repeat;
    background-size: cover;
}


.slide-image8{
    background: url(images/213-min.png) no-repeat;
    background-size: contain;
    flex: 0.5 0.5 auto;
}

.slide-image9{
    display: grid;
    grid-template-columns: auto auto auto auto; /* Vier Spalten */
    justify-content: space-evenly;
    align-items: stretch;
    gap: 10px;
    padding: 20px; 
}

.l0{ background: url(images/l0.png) no-repeat; }
.l1{ background: url(images/l1.png) no-repeat; }
.l2{ background: url(images/l2.png) no-repeat; }
.l3{ background: url(images/l3.png) no-repeat; }
.m0{ background: url(images/m0.png) no-repeat; }
.m1{ background: url(images/m1.png) no-repeat; }
.m2{ background: url(images/m2.png) no-repeat; }
.m3{ background: url(images/m3.png) no-repeat; }
.n0{ background: url(images/n0.png) no-repeat; }
.n1{ background: url(images/n1.png) no-repeat; }
.n2{ background: url(images/n2.png) no-repeat; }
.n3{ background: url(images/n3.png) no-repeat; }

.letter{
    width: 20vw;
    background-size: contain;
    background-position: center;
    display: flex;
    flex: 1 1 auto;
}

.slide-image10{
    animation: colorshow 6s infinite;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    

}

@keyframes colorshow {
    0% {
      background-image: url('images/yellow-min.png'); /* Ersetze bild1.jpg mit dem Pfad zu deinem ersten Bild */
    }
    33% {
      background-image: url('images/green-min.png'); /* Ersetze bild2.jpg mit dem Pfad zu deinem zweiten Bild */
    }
    66% {
      background-image: url('images/pink-min.png'); /* Ersetze bild3.jpg mit dem Pfad zu deinem dritten Bild */
    }
    100% {
      background-image: url('images/yellow-min.png'); /* Zurück zum ersten Bild */
    }
  }

.slide-image{
    height: 100%;
    width: 100%;
    background-position: center;
}

.slide-image6{
    background: url(images/enjoy-falafel-text.png) no-repeat;
    background-size: contain;
    background-position: left center;
    margin: 0 3vw;
}

.slide-image7{
    background: url(images/vinyl-spiegel-min.png) no-repeat;
    background-size: calc(50vw);
    background-position: center calc(50% + 5vw);
}
























































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

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

.ocean{
background-color: blueviolet;
display: none;
}

/* .wave-main{
    position: absolute;
} */

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





/* _____________________________________________ */
/* ___| extras |___ */



@media (max-width: 1100px) {

    .slide-image6{
        margin: 0 -4vw;
    }
    
}

@media (max-width: 1500px) {
   
    .slide-image7{
        background-size: contain;    
    }
    
}




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



@media (max-width: 780px) {


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

    .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: 20px;
    }

    .nb3{
        margin-bottom: 20px;
    }

    .slide-image6{
        margin: 0;
    }

    .slide{
        flex-direction: column;
    }

    .slide-image8{
        flex: 1 1 auto;
        
    }

    body{
        height: 100dvh;
    }

    nav{
        display: flex;
    }


   
}

