/*erster container mit videos

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

}

.row1-margot {
    flex: 1;
    border-radius: 2em;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 10em;
    height: 72vmin;
}

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

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

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

/* final video */


.margot-final {
    display: flex;
    border-radius: 2em ;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    justify-content: center;
    align-items: center;
}

.margot-final video {
    width: 100%;
    height: 100vmin;
    border-radius: 2em;
}

/* titel und projekttext */

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

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

.margot-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; 
}
.margot-titel,
.margot-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;
}

/* 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;
}

/* video */ 
.video-wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; /* Zentriert das Element */
    border-radius: 20px;
    overflow: hidden; /* Rundungen wirken auf das Video */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* optional: sanfter Schatten */
  }
  
  video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

/* 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;
} */

/* 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: 300;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 2px !important;
    color: black;
    text-align: justify;
    position: relative;
    z-index: 100;
    text-decoration: none; 
    /* display: block; */
}

 /*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;
}

/* mobile version */

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


    
    /* 002 titel und projekttext */

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

     }

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

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

    /* 003 material texte */

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


    /* 004 sketches bilder */

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

}

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


}

    /* 005 titel und text endresult */

    /* 006 endresult bilder */

    /* 007 footer */


}
