body {
    min-height: 100vh;
    background: black;

}

.heading {
    color: white;
    text-align: center;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    background: black;
}

.navigation {
    min-height: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.scrollbar {
    background: black;
    padding:0.5rem;
    overflow: hidden;
}

.scrollbar_bg {
    animation : slide 10s linear infinite;
}

@keyframes slide {
    0% {
      transform: translatex(0%)
    }
  
    100% {
      transform: translatex(100%)
    }
  }

@media (max-width: 1000px) {
    .navigation {
        flex-direction: column; /* Ändert die Flex-Richtung */
    }
    .nav_subh {
        flex-basis: 100%; /* Jedes Element nimmt die volle Breite ein */
        margin: 10px 0; /* Angepasster vertikaler Margin */
        min-height: 2rem;
    }
}


.nav_subh {
    color: white;
    text-align: center;
    margin: 0 2rem 0 2rem ;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
    transition: .3s ease-in-out;
    min-width: 15rem;
    display: block;
    flex: 1 0 auto;
}

.work_subh {
    color: white;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
}

.current_subh {
    color: white;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 5px;
    transition: .3s ease-in-out;
    width: 6rem;
    display: block;
}

#Cine:hover .nav_subh {
    letter-spacing: 5px;
}

#Color:hover .nav_subh {
    letter-spacing: 5px;
}

#Photo:hover .nav_subh {
    letter-spacing: 5px;
}

#About:hover .nav_subh {
    letter-spacing: 5px;
}

#Contact:hover .nav_subh {
    letter-spacing: 5px;
}

.current_subh {
    color: white;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 6px;
}

#Commercial {
    width: auto;
    height: 2rem;
    padding-top: 3rem;
    display: flex;
    justify-content: center;
    margin: auto;
}

#Documentary {
    width: auto;
    height: 2rem;
    padding-top: 2rem;
    display: flex;
    justify-content: center;
    margin: auto;
}

.textFade {
    color: white;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.video_thumbnail:hover .overlayFade {
    opacity: 1;
}

.imgbox {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 1000px) {
    .imgbox .video_thumbnail {
        flex-basis: 100%; /* Lässt jedes Element die volle Breite einnehmen, sodass sie untereinander angeordnet werden */
        max-width: 100%; /* Verhindert, dass Elemente breiter als der Container sind */
        margin: 0 auto; /* Zentriert die Elemente, optional je nach gewünschtem Layout */
        padding-bottom: 2%;
    }
}

.editing {
    width: 90%;
    height: 1500px;
    display: flex;
    flex-direction: column; 
    margin: 0 auto;
    gap: 3em;
}

.editing_left {
    width: 75%;
    height: 300px;
    display: flex;
}

.editing_right {
    width: 75%;
    height: 300px;
    background-color: red;
    align-self: flex-end;
}

.content_left {
    display: flex;
}

.content_right {
    width: 100%;
}

.editing_desc_text {
    width: 50%;
    color: white;
    text-align: left;
    margin-left: 10%;
    margin-top: 5%;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
}

.reelbox {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.reel {
    width: 100%;
    height: auto;
}

.video_thumbnail {
    margin: 0.5rem;
    position: relative;
    max-width: 100%;
    flex: 5%;
    flex-wrap:wrap;
    justify-content: center;
}

.still_thumb_sbs {
    margin: 0.5rem;
    position: relative;
    max-width: 100%;
    flex: 5%;
    flex-wrap:wrap;
    justify-content: center;
}

.still_thumb_single {
    margin: 0.5rem;
    position: relative;
    max-width: 75%;
    flex-wrap:wrap;
    justify-content: center;
}

@media screen and (max-width: 1500px) {
    .image {
        flex: 50%;
    }
}

@media screen and (max-width: 1500px) {
    .imgbox {
        justify-content: center;
    }
}

.overlayFade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    max-height: 100%;
    transition: .5s ease-in-out;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6586835417760855) 35%, rgba(0,212,255,0) 100%); 
}

.video {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 85%;

    margin-top: 20px;
}




.prevnextVid {
    width: 100%;
    min-width: 80%;
    height: 1rem;
    display: flex;
    justify-content: center;
}

#nextVidHover:hover .nextVid {
    letter-spacing: 5px;
}

.nextVid {
    color: white;
    text-align: right;
    margin-left: 15rem;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
    transition: .3s ease-in-out;
    width: 15rem;
    display: block;
    float: right;
}

#prevVidHover:hover .prevVid {
    letter-spacing: 5px;
}

.prevVid {
    color: white;
    text-align: left;
    margin-right: 15rem;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
    transition: .3s ease-in-out;
    width: 15rem;
    display: block;
    float: left;
}


.prevVid:hover .prevnextVid {
    letter-spacing: 5px;
}

.footer {
    position: sticky;
    top: 100%;

    width: 30rem;
    height: 1rem;
    display: flex;
    align-items: flex-end;
    margin: 5% auto;
}

.textFooter {
    color: white;
    text-align: center;
    margin: auto;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
    letter-spacing: 2px;
    width: 10rem;
}

.blockText {
    margin: auto;
    margin-left: 2%;
}

.blockImpressum {
    width: 65%;
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: left;
}

.textPage {
    color: white;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    line-height: 150%;
}

.contentContact {
    display: flex;
    margin-top: 10%;
    margin-right: 10%;
}

.pictureContact {
    max-width: 20%;
    margin-left: 30%;
}


a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: none; }

a:active { text-decoration: none; }

h1 {
    font-size: 20px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 20px;
    color: white;
    margin: 0 auto;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: 5px;
}