/*

.title-nase h3{
    margin: 0;
    font-family: "Oswald", serif;
    font-weight: 100;
    font-size: 120px;
    letter-spacing: 20px !important;
    color: white;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-text p{
    font-family: "Oswald", serif;
    font-weight: 100;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 4px !important;
    color: white; 
    display: flex;
    justify-content: center;
    align-items: center;
}

/* titel und projekttext */

.projekt-nase-titel {
    width: 100%;
    padding: 5%;
    padding-bottom: 2%;
    display: flex;
    justify-content: center;
    gap: 20%;
    position: relative;
 }

 .nase-titel h1 {
    font-family:'Alexandria', sans-serif;
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 6px !important;
    color: black;
    position: relative;
    z-index: 100;
    text-decoration: none; 
    text-transform: uppercase;
}
    
.nase-titel h3 {
    font-family:'Alexandria', sans-serif;
    font-weight: 100;
    font-size: 60px;
    letter-spacing: 3px !important;
    color: black;
    position: relative;
    z-index: 100;
    text-decoration: none; 
    text-transform: uppercase;
}

.nase-text p {
    font-family:'Alexandria', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px !important;
    color: black;
    position: relative;
    z-index: 100;
    text-decoration: none; 
}
.nase-titel,
.nase-text {
    flex: 1; /* Gleichmäßige Breite für beide Boxen */
    border-radius: 2em;
    display: flex; /* Flexbox aktivieren */
    justify-content: center; /* Zentriert horizontal */
    align-items: center; /* Zentriert vertikal */
    padding: 1em; /* Innenabstand */
    position: relative;
}


 /*erster container mit videos */ 

.container-nase {
    width: 100%;
    padding: 1em;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    flex-direction: column;
    gap: 1em;
    border-radius: 2em;
}

.row1-nase {
    flex: 1;
    border-radius: 2em;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 1em;
}

.row1-nase-box-left {
    flex: 1;
    border-radius: 2em;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
}

.row1-nase-box-middle {
    flex: 1;
    border-radius: 2em;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
}

.row1-nase-box-right {
    flex: 1;
    border-radius: 2em;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
}

 /*zweiter container mit titel und beschreibung */ 
/*
 .container-text-nase {
    width: 100%;
    padding: 1em;
    padding-top: 2%;
    padding-left: 0;
    padding-right: 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1em;
}

.container-text-nase h3 {
    font-family: "Oswald", serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 8px !important;
    text-transform: uppercase;
    color: white;
    text-align: center;
    position: relative;
    z-index: 100;
    text-decoration: none; 
}

.container-text-nase p {
    font-family:'Courier New', Courier, monospace;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px !important;
    color: white;
    text-align: justify;
    position: relative;
    z-index: 100;
    text-decoration: none; 
    /* display: block; 
}

.row2-nase {
    flex: 1;
    border-radius: 2em;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 1em;
}

.row2-nase-box-left {
    flex: 1;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.row2-nase-box-middle {
    flex: 1.8;
    position: relative;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-word;
}

.row2-nase-box-right {
    flex: 1;
    position: relative;
    overflow: hidden;
    background-image: url(images/pencil_home.gif); 
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: 60%;
} */


/* illustrations texte */

.illustration-text {
    width: 100%;
    padding: 5%;
    padding-bottom: 2%;
    display: flex;
    justify-content: center;
    gap: 20%;
    position: relative;
}

.illustration-text p {
    font-family:'Alexandria', sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px !important;
    color: black;
    text-align: justify;
    position: relative;
    z-index: 100;
    text-decoration: none; 
    /* display: block; */
}


    /* 004 sketches bilder */

    .sketch-nase {
        margin: 15%;
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    
    }
    
    .sketch-nase img {
        width: 100%;
        height: 100%;
    
    
    }


/* sketch texte */

.sketches-text {
    width: 100%;
    padding-bottom: 2%;
    display: flex;
    justify-content: center;
    gap: 20%;
    position: relative;
}

.sketches-text p {
    font-family:'Alexandria', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px !important;
    color: black;
    text-align: justify;
    position: relative;
    z-index: 100;
    text-decoration: none; 
    /* display: block; */
}

.text-box-left,
.text-box-right {
    flex: 1; /* Gleichmäßige Breite für beide Boxen */
    border-radius: 2em;
    display: flex; /* Flexbox aktivieren */
    justify-content: center; /* Zentriert horizontal */
    align-items: center; /* Zentriert vertikal */
    padding: 1em; /* Innenabstand */
    position: relative;
}



 /*dritter container mit illus */ 

.sketch-gallery {
    width: 100%;
    height: 160vmin;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 1em;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
}


.sketch-gallery img {
height: 100%;
flex: 1;
object-fit: cover;
overflow: hidden;
cursor: pointer;
border-radius: 10px;
transition: all 0.5s;
}

.sketch-gallery img:hover {
    flex: 20;
}

/* DESKTOP: Video-Galerie */
.video-bento {
  display: flex;
  gap: 6px;
  width: 100%;
  height: 60vh;
  max-width: 1200px;
  margin: 0 auto;
}

/* Video-Kacheln */
.video-bento .video-item {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  transition: flex 0.5s ease, opacity 0.3s ease;
  cursor: pointer;
  background: #000;
}

/* Aktives Video */
.video-bento .video-item.is-active {
  flex: 6;
  opacity: 1;
}

/* Inaktive Videos */
.video-bento .video-item:not(.is-active) {
  opacity: 0.7;
}

/* Video */
.video-bento video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* kein Tap-Hint auf Desktop */
.video-tap-hint {
  display: none;
}


/* mobile version */

@media only screen and (max-width:600px) {

    /* 001 video */

    .container-nase {
        display: block;
    }

    .row1-nase {
        display: block;
    }

    .row1-nase-box-left {
        display: none;
    }
    
    .row1-nase-box-middle {
        display: none;
    }
    
    /* 002 titel und projekttext */

    .projekt-nase-titel {
        display: block;
        padding: 0%;

     }

    .nase-titel {
        margin-top: 0;
        margin-bottom: 0;
    }

        .nase-titel,
    .nase-text {
        display: block; 
    }

    /* 003 material texte */

    .sketches-text {
        display: block;
    }
    
    .text-box-left {
        display: none;
    }


    /* 004 sketches bilder */

.sketch-nase {
    margin: 15%;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;

}

.sketch-nase img {
    width: 100%;
    height: 100%;


}

    /* 005 titel und text endresult */

    /* 006 endresult bilder */

    /* 007 footer */


}

/* sketch grid test 

.sketch-container {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
    grid-template-rows: repeat(auto-fit, minmax(100px,1fr));
    gap: 20px;

}

.sketch-container img {
    width: 300px;
    height: 200px;
} 
*/