
body{
    background-color: #121421;
    margin: 0;
    padding: 0;
    height: auto;
}

@font-face{
    font-family: 'Molle';
    src: url(Schriften/Molle-Regular.ttf)
    format('truetype')
}

@font-face{
    font-family: 'MontaguSlab_bold';
    src: url(Schriften/MontaguSlab_24pt-SemiBold.ttf)
}

@font-face{
    font-family: 'MontaguSlab_regular';
    src: url(Schriften/MontaguSlab_24pt-Regular.ttf);
}

@font-face{
    font-family: 'MontaguSlab_light';
    src: url(Schriften/MontaguSlab_24pt-ExtraLight.ttf);
}

/* 
h1, h2, h3, h4, h5, h6{

}

p, em, span, figcaption{

}

.bold{}
.rot{}
.wichtig{}
.quelle{}
 */


h1{
    font-size: 10vw;
    font-family: 'Molle', 'Times New Roman', Times, serif;
    color: #FFE8C8;
    text-shadow: 0.5vw 0.5vw 1vw #121421;
}

h2{
    font-size: 2vw;
    font-family: MontaguSlab_bold;
    color: #FFE8C8;
    margin-top: 8vw;
    margin-bottom: 5vw;
 
}

h3{
    font-family:  MontaguSlab_bold, 'Courier New', Courier, monospace;
    color: #121421;
    font-size: 1.5vw;
}

h4{
    font-family:  MontaguSlab_bold, 'Courier New', Courier, monospace;
    color: #FFE8C8;
    font-size: 1.5vw;
    margin-top: 30vh;
}

p{
    font-size: 1.2vw;
    font-family: MontaguSlab_regular;
    color: #FFE8C8;
    margin-top: 3vw;
    margin-bottom: 3vw;
}

.p-black{
    font-family: 'MontaguSlab_regular', 'Times New Roman', Times, serif;
    color: #121421;
}

.aa{
    color: #DF56E7;
    text-decoration: none;
}

.aa:hover{
    color:#f090f5;
    text-decoration: underline;
}

.header-1{
    width: 100%;
    text-align: center;
}

.header-1 .header-image{
    width: 100%;
    height: auto;
}

.header-1 .button-strip {
    background-color: #A54AAA;
    margin-top: -26vw;
    height: auto;
    padding: 1vh ;
}



.header-1 .button-strip button{
    background-color: #C876D4;
    color: #FFE8C8;
    font-family: MontaguSlab_regular;
    border: none;
    padding: 0.7vw 4vw;
    margin: 0 0.6vw;
    cursor: pointer;
    font-size: 0.9vw;
}

.header-1 .button-strip button.active{
    background-color: #FFE8C8;
    color: #121421;
    font-family: MontaguSlab_regular;
    border: none;
    padding: 0.7vw 4vw;
    margin: 0 0.6vw;
    cursor: pointer;
    font-size: 0.9vw;
    pointer-events: none;
}

.header-1 .button-strip button:hover{
    background-color: #203761;
    justify-content: center;
}

.header-2{
    width: 100%;
    text-align: center;
    background-color: #203761;
}

.header-3{
    width: 100%;
    text-align: center;
    margin-bottom: 5vh;
    
}

.colored-rect{
    width: 100%;
    height: 30vw;
}


.header-2 .button-strip {
    background-color: #A54AAA;
    height: auto;
    padding: 1vh ;
}

.header-3 .button-strip {
    background-color: #C876D4;
    padding: 10px 0;
    margin: 5vh 0 0 0;
    height: auto;
    padding: 1vh ;
}



.header-2 .button-strip button{
    background-color: #C876D4;
    color: #FFE8C8;
    font-family: MontaguSlab_regular;
    border: none;
    padding: 0.7vw 4vw;
    margin: 0 0.6vw;
    cursor: pointer;
    font-size: 0.9vw;
}

.header-2 .button-strip button.active{
    background-color: #FFE8C8;
    color: #121421;
    font-family: MontaguSlab_regular;
    border: none;
    padding: 0.7vw 4vw;
    margin: 0 0.6vw;
    cursor: pointer;
    font-size: 0.9vw;
    pointer-events: none;
}

.header-3 .button-strip button{
    background-color: #4C58A9;
    color: #FFE8C8;
    font-family: MontaguSlab_regular;
    border: none;
    padding: 0.7vw 5vw;
    margin: 0 3vw;
    cursor: pointer;
    font-size: 0.9vw;
}


.header-2 .button-strip button:hover{
    background-color: #203761;
    justify-content: center;
}

.header-3 .button-strip button:hover{
    background-color: #203761;
    justify-content: center;
}

/*-------------------------------------------------------footer*/


.footer-strip{

    background-color: #A54AAA;
    padding: 10px 0;
    text-align: center;
    height: auto;
    padding: 1vh ;
}

.footer-strip button{
    background-color: #C876D4;
    color: #FFE8C8;
    font-family: MontaguSlab_regular;
    border: none;
    padding: 0.7vw 4vw;
    margin: 0 0.6vw;
    cursor: pointer;
    font-size: 0.9vw;
  
}

.footer-strip button:active{
    background-color: #FFE8C8;
    color: #121421;

}

.footer-strip button:hover{
    background-color: #203761;
    justify-content: center;
}

/*--------------------------------------------------------footer*/

.text-overlay{
    position: relative;
    bottom: 35vw;
 
}

.text-overlay_2{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    text-align: center;
    
}


*{
    box-sizing: border-box;
}

.container{
    display: grid;
    grid-template-columns: 4vw 1fr 4vw;
    height: auto;
   
   
    
   
}



.main-content{
    padding-left: 5vw;
    padding-right: 5vw;
   
}

html{
    display: table-column;
}

.left-strip{
    background-color: #4C58A9;
}

.right-strip{
    background-color: #4C58A9;
 
}

.box{
    display: flex;
    background-color: #FFE8C8;
    padding: 3vw;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgb(0, 0, 0, 0.1);
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    margin-top: 10vw;
   
}

.text{
    flex: 1;
    padding-top: 13.7vw;
    padding-left: 1vw;
    padding-right: 5vw;
  
}

.image-gallery{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
 
  


    
}

.large-image img{
    height: auto;
    border-radius: 8px;
    margin-bottom: 5vh;
}

.small-images{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 10px;
    height: auto;
    margin-left: 3vw;
    align-items: center;

}

.small-images img{
    width: auto;
    height: 12vh;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.2s, border 0.2s;
    margin-right: 2vw;
}

.small-images img:hover{
    transform: scale(1.1);
    border-color: #4C58A9;
}

.box-mini{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 11vw;
}


.ausrufezeichen{
    margin: auto;
    padding: auto;
    width: 1vw;
}


.p-black-dünn{
    color: #121421;
    font-family: 'MontaguSlab_light', 'Courier New', Courier, monospace;
    font-size: 0.8vw;
    margin: 0;
    padding-right: 5.6vw;
    padding-top: 0.5vw;
}


.p-black-dünn2{
    color: #FFE8C8;
    font-family: 'MontaguSlab_light', 'Courier New', Courier, monospace;
    font-size: 0.8vw;
    margin: 0;
    padding-right: 54.2vw;
    padding-top: 0.5vw;
}


figure.orange{
    position: relative;
    width: 100%;
    /*background-color: rgb(231, 144, 24);*/
}

section{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    /*grid-row-gap: 2%;*/
    margin-top: 10vw;

    
  
}

img{
    max-width: 100%;
}
figure{
    margin: 0;
    padding: 0;

}




section figure.grid1{ grid-column-start: 1; grid-column-end: 2;grid-row-start: 1; grid-row-end: 2; }
section figure.grid2{ grid-column-start: 4; grid-column-end: 6; grid-row-start: 1; grid-row-end: 2; }
section figure.grid3{ grid-column-start: 10; grid-column-end: 12; grid-row-start: 1; grid-row-end: 2; }
section figure.grid4{ grid-column-start: 12; grid-column-end: 13; grid-row-start: 1; grid-row-end: 2; }

section figure.grid5{ grid-column-start: 1; grid-column-end: 2; grid-row-start: 2; grid-row-end: 3; }
section figure.grid6{ grid-column-start: 2; grid-column-end: 4; grid-row-start: 2; grid-row-end: 3; }
section figure.grid7{ grid-column-start: 4; grid-column-end: 6; grid-row-start: 2; grid-row-end: 3; }
section figure.grid8{ grid-column-start: 6; grid-column-end: 10; grid-row-start: 2; grid-row-end: 3; }
section figure.grid9{ grid-column-start: 12; grid-column-end: 13; grid-row-start: 2; grid-row-end: 3; }

section figure.grid10{ grid-column-start: 1; grid-column-end: 6; grid-row-start: 3; grid-row-end: 4; }
section figure.grid11{ grid-column-start: 8; grid-column-end: 10; grid-row-start: 3; grid-row-end: 5; }
section figure.grid12{ grid-column-start: 10; grid-column-end: 13; grid-row-start: 3; grid-row-end: 4; }

section figure.grid13{ grid-column-start: 1; grid-column-end: 2; grid-row-start: 4; grid-row-end: 5; }
section figure.grid14{ grid-column-start: 6; grid-column-end: 8; grid-row-start: 4; grid-row-end: 6; }
section figure.grid15{ grid-column-start: 12; grid-column-end: 13; grid-row-start: 4; grid-row-end: 5; }

section figure.grid16{ grid-column-start: 1; grid-column-end: 2; grid-row-start: 5; grid-row-end: 6; }
section figure.grid17{ grid-column-start: 2; grid-column-end: 4; grid-row-start: 5; grid-row-end: 6; }
section figure.grid18{ grid-column-start: 10; grid-column-end: 12; grid-row-start: 5; grid-row-end: 6; }
section figure.grid19{ grid-column-start: 12; grid-column-end: 13; grid-row-start: 5; grid-row-end: 6; }

section figure.grid20{ grid-column-start: 1; grid-column-end: 4; grid-row-start: 6; grid-row-end: 8; }
section figure.grid21{ grid-column-start: 4; grid-column-end: 6; grid-row-start: 6; grid-row-end: 7; }
section figure.grid22{ grid-column-start: 8; grid-column-end: 13; grid-row-start: 6; grid-row-end: 7; }

section figure.grid23{ grid-column-start: 1; grid-column-end: 2; grid-row-start: 8; grid-row-end: 9; }
section figure.grid24{ grid-column-start: 6; grid-column-end: 8; grid-row-start: 7; grid-row-end: 9; }
section figure.grid25{ grid-column-start: 8; grid-column-end: 12; grid-row-start: 7; grid-row-end: 8; }
section figure.grid26{ grid-column-start: 12; grid-column-end: 13; grid-row-start: 7; grid-row-end: 8; }
section figure.grid27{ grid-column-start: 12; grid-column-end: 13; grid-row-start: 8; grid-row-end: 9; }

.grid{
    gap: 1vw;
    margin-bottom: 9vw;
}

.grid2:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.grid3:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.grid6:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.grid7:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.grid8:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.grid10:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.grid11:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.grid12:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.grid14:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.grid17:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.grid18:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.grid20:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.grid21:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.grid22:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.grid24:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.grid25:hover{
    cursor: pointer;
    transform: scale(1.1);
}




#overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
#overlay figure{
    position: relative;
    width: 52vw;
    margin: 0 auto 0 auto;
}
#overlay figure figcaption{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.big-img-1{
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.close-btw-1{
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2vw;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s;
    font-weight: 550;
    color: #FFE8C8;
}

.close-btw-1:hover{
    color: #4C58A9;
}


/* Video Thumbnail */
.video-thumbnail-container {
    position: relative;
    width: 35vw;
    cursor: pointer;
    border: 0.25vw solid #FFE8C8 ;
}

.video-thumbnail {
    width: 100%;
    height: auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2vw;
    color:#FFE8C8;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    transition: color 0.3s;
}

.play-button:hover{
    color:#4C58A9;

}

/* Fullscreen-Video Overlay */
.video-overlay {
    display: none; /* Overlay wird erst bei Klick sichtbar */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.cube{
    height: 40vw;
}

.over{
    height: 40vw;
}

.burn{
    height: 40vw;
}

.car{
    height: 40vw;
}

.train{
    height: 40vw;
}



.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 50vw;
   
}

video {
    width: 100%;
    height: auto;
}

/* Schließen-Symbol */
.close-button {
    position: absolute;
    top: 0vw;
    right: 0.5vw;
    font-size: 2vw;
    color: white;
    cursor: pointer;
    transition: color 0.3s;
}




.close-button:hover{
    color: #203761;
}

.v-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    margin-top: -10vh;

}

.video1{
    display: flex;
    background-color: #FFE8C8;
    align-items: right;
    flex-direction: column;
    margin-bottom: 10vh;
    width: 35vw;
   
  
}



.black-text{
 padding: 1vw 3vw 0 1vw;
 font-size: 1.2vw;
}

.video-box{
    display:inline;
    justify-content: center;
    margin-top: 35vh;
    margin-right: 3vw;
   
    
}

.video-box_2{
    display:inline;
    justify-content: center;
    margin-top: 35.5vh;
    margin-right: 3vw;
   
    
}




.mp4{
    height: 100vh;
}

.wechsel-box{
    padding-bottom: 20vh;
}

.flex-wechsel {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1vw;
    background-color: #FFE8C8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 25vw;
    text-align: center;
}

#title {
    color: #121421;
    font-size: 1.5vw;
    margin-bottom: 20px;
    font-family: 'MontaguSlab_regular';
}

#kartina {
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-bottom: 20px;
}

#absatz {
    color: #121421;
    font-size: 1vw;
    margin-top: -2vh;
    padding: 1vw;
    text-align: left;
}

.changed-title {
    color: red; /* Neue Farbe der Überschrift */
    font-family: 'Molle'; /* Neue Schriftart */
}

.changed-absatz {
    color: blue; /* Neue Textfarbe */
}

.flex-wechsel2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1vw;
    background-color: #FFE8C8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 25vw;
    text-align: center;
    
}

#title2 {
    color: #121421;
    font-size: 1.5vw;
    margin-bottom: 20px;
    font-family: 'MontaguSlab_regular';
}

#kartina2 {
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-bottom: 20px;
}

#absatz2 {
    color: #121421;
    font-size: 1vw;
    margin-top: -2vh;
    padding: 1vw;
    text-align: left;
}

.changed-title2 {
    color: red; /* Neue Farbe der Überschrift */
    font-family: 'Molle'; /* Neue Schriftart */
}

.changed-absatz2 {
    color: blue; /* Neue Textfarbe */
}

.flex-wechsel3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1vw;
    background-color: #FFE8C8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 25vw;
    text-align: center;
}

#title3 {
    color: #121421;
    font-size: 1.5vw;
    margin-bottom: 20px;
    font-family: 'MontaguSlab_regular';
}

#kartina3 {
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-bottom: 20px;
}

#absatz3 {
    color: #121421;
    font-size: 1vw;
    margin-top: -2vh;
    padding: 1vw;
    text-align: left;
}

.changed-title3 {
    color: red; /* Neue Farbe der Überschrift */
    font-family: 'Molle'; /* Neue Schriftart */
}

.changed-absatz3 {
    color: blue; /* Neue Textfarbe */
}
.wechsel-box{
    display: flex;
    margin-top: 10vh;
    gap: 3vw;
    justify-content: center;
    margin-bottom: 5vh;

}

.timeline-container {
    position: relative;
    width: 100%;
    max-width: 500vw;
    height: 95vh; /* Höhe für Lebenslauf und Punkte */
    margin-top: 20vh;
}

.line {
    position: absolute;
    top: 50%;
    left: 1vw; /* Startet 50px von links */
    width: 100%; /* Länge der Linie */
    height: 2px;
    background-color: #FFE8C8;
    animation: grow-line 4s ease-out forwards;
}

.timeline-point {
    position: absolute;
    width: 1.5vw;
    height: 3vh;
    background-color: #DF56E7;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%); /* Zentriert den Punkt vertikal */
    opacity: 0;
    animation: fade-in 0.5s forwards;
}

#point1 { left: 0vw; animation-delay: 1s; }
#point2 { left: 24vw; animation-delay: 2s; }
#point3 { left: 48vw; animation-delay: 3s; }
#point4 { left: 70vw; animation-delay: 4s; }

.cv-section {
    position: absolute;
    top: 10vh; /* Lebenslaufabschnitte erscheinen über der Linie */
    opacity: 0;
    transform: translateY(1vw);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

#section1 { left: 0vw; }
#section2 { left: 22vw; }
#section3 { left: 46vw; }
#section4 { left: 70vw; }

@keyframes grow-line {
    from { width: 0; }
    to { width: 70vw; }
}

@keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

.lehr{
    height: 30vh;
}
    

.pdf-download-container {
    width: 40vw;
    margin-top: -30vh;
}

.download-button {
    position: relative;
    display: inline-block;
    padding: 1vw 3vw;
    background-color: #C876D4;
    color: #FFE8C8;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 2vw;
    
}

.download-button:hover {
    background-color: #203761;
}



@media(max-width: 4000px){

    .small-images img{
        width: auto;
        height: 10vh;
        cursor: pointer;
        border-radius: 8px;
        transition: transform 0.2s, border 0.2s;
        margin-right: 2vw;
    }

    .timeline-point {
        position: absolute;
        width: 2vw;
        height: 2.5vh;
        background-color: #DF56E7;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%); /* Zentriert den Punkt vertikal */
        opacity: 0;
        animation: fade-in 0.5s forwards;
    }

}


@media(max-width: 700px){

    .lehr{
        height: 47vh;
    }

    .small-images img{
        width: auto;
        height: 5vh;
        cursor: pointer;
        border-radius: 8px;
        transition: transform 0.2s, border 0.2s;
        margin-right: 2vw;
        margin-top: -4vh;
    }

    .v-box{
       flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5vw;
        margin-top: -10vh;
    
    }

    .video-box{
        display:inline;
        justify-content: center;
    
        margin-right: 3vw;
       
        
    }
    
    .video-box_2{
        display:inline;
        justify-content: center;
        margin-top: -5vh;
        margin-right: 3vw;
       
        
    }

    .left-strip{
        background-color: #4C58A9;
    }
    
    .right-strip{
        background-color: #4C58A9;
     
    }

    .video1{
        display: flex;
        background-color: #FFE8C8;
        align-items: right;
        flex-direction: column;
        margin-bottom: 10vh;
        width: 65vw;
       
      
    }

    .video-thumbnail-container {
        position: relative;
        width: 65vw;
        cursor: pointer;
        border: 0.25vw solid #FFE8C8 ;
    }

    .video-wrapper {
        position: relative;
        width: 100%;
        max-width: 90vw;
       
    }

    .cube{
        height: 90vw;
    }
    
    .over{
        height: 90vw;
    }
    
    .burn{
        height: 90vw;
    }
    
    .car{
        height: 90vw;
    }
    
    .train{
        height: 90vw;
    }

    .timeline-container {
        position: relative;
        width: 100%;
        max-width: 500vw;
        height: 55vh; /* Höhe für Lebenslauf und Punkte */
        margin-top: -0.1vh;
        margin-bottom: 20vh;
    }
    
    .line {
        position: absolute;
        top: 50%;
        left: 1vw; /* Startet 50px von links */
        width: 100%; /* Länge der Linie */
        height: 2px;
        background-color: #FFE8C8;
        animation: grow-line 4s ease-out forwards;
    }
    
    .timeline-point {
        position: absolute;
        width: 3vw;
        height: 2.5vh;
        background-color: #DF56E7;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%); /* Zentriert den Punkt vertikal */
        opacity: 0;
        animation: fade-in 0.5s forwards;
    }
    
    #point1 { left: 0vw; animation-delay: 1s; }
    #point2 { left: 24vw; animation-delay: 2s; }
    #point3 { left: 48vw; animation-delay: 3s; }
    #point4 { left: 70vw; animation-delay: 4s; }
    
    .cv-section {
        position: absolute;
        top: 10vh; /* Lebenslaufabschnitte erscheinen über der Linie */
        opacity: 0;
        transform: translateY(1vw);
        transition: opacity 1s ease-out, transform 1s ease-out;
    }
    
    #section1 { left: 0vw; }
    #section2 { left: 22vw; }
    #section3 { left: 46vw; }
    #section4 { left: 70vw; }

    
}

@media(max-width: 768px) {
    .left-strip, .right-strip {
        background-color: transparent;
    }
}




