.menu{
    position: absolute;
    margin-top: 15px;
    height: 4vh;
    top: 0px;
    right: 0px;

    display: flex;
    justify-content: center;


    
}

.menu ul{
    list-style: none;
    float: left;
    height: 5hv;
}

.menu li{
    float: left;
}

.menu a{
    text-decoration: none;
    margin: 20px;
    font-size: 0.8em;
    color: var(--color0);

    transition-duration: 250ms;

}

.menu a:hover{
    
    margin: 20px;
    font-size: 0.8em;
    color: var(--color1);

}
.head_main{
    width: 100%;
    height: 90vh;

    

    max-height: 90hv;
    min-height: 600px;

    min-width: 850px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ueber_mich_main{
    width: 100%;
    height: 90vh;

    

    max-height: 90hv;
    min-height: 850px;


    min-width: 850px;
    overflow: hidden;
    margin-bottom: 200px;
}

.l_13_rec_blue_01{
    width: 33%;
    height: 100vh;

    max-height: 80vh;
    min-height: 600px;

    background-color: var(--color0);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;

    /*transform: translateY(200px);
    
    
    animation: move_up_blend 4s;
    animation-fill-mode: forwards;*/
}

.l_13_rec_blue_02{
    width: 33%;
    height: 100vh;

    max-height: 80vh;
    min-height: 1000px;

    background-color: var(--color0);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;

    /*transform: translateY(200px);
    
    
    animation: move_up_blend 4s;
    animation-fill-mode: forwards;*/
}

.r_23_rec_organge_01{
    width: 66%;
    height: 100vh;

    max-height: 60vh;
    min-height: 600px;

    background-color: var(--color1);
    display: flex;
    flex-direction: row;
    align-items: center;

    float: right;
    
    
}

.tc1{
    min-width: 90%;
    max-width: 200px;

    color: var(--color2);
    text-align: center;
    font-family:'Overpass Mono', monospace;
    font-weight: 100;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    margin-right: 10px;
}

.tc1_cursor{
    margin-bottom: 10px;
    border-color: transparent;
    border-right-style: solid;
    border-right-width: 5px;
    margin-right: -5px;

    

    overflow: hidden;
    
    

    animation-fill-mode: forwards;
    
}

.tc1 h1{
    
    
    white-space: nowrap;

    font-weight: lighter;
    font-size: 1.2em;
    
    max-width: 300px;
    text-shadow: 3px 3px 0px black;

}


.tc1 hr{
    margin: 0px 10px;
    margin-bottom: 10px;
    width: 80%;
    min-width: 280px;
    max-width: 400px;
    border-color: var(--color2);
    
}

.tc1 p{
    margin: 0px 10px;
    width: 80%;
    max-width: 400px;
    font-size: 0.9em;
}

.button01{
    width: 70%;
    min-width: 250px;
    max-width: 300px;

    height: 35px;
    background-color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    border-radius: 50px;
    margin-top: 30px;
    cursor: pointer;

    font-size: 0.9em;

    transition-duration: 150ms;
}

.button01:hover{
    background-color: var(--color1_d);
    box-shadow: 3px 3px 0px black;
}

#video_controlls{
    margin-top: 30px;
    width: 70%;
    min-width: 250px;
    max-width: 300px;

    height: 35px;

    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: row;

    row-gap: 5px;
    column-gap: 5px;

    display: none;
}

#back{
    width: 35px;
    height: 35px;

    border-radius: 35px;

    background-color: var(--color1);
    background-image: url("../media/back.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    transition-duration: 150ms;

    cursor: pointer;
}

#back:hover{
    background-color: var(--color1_d);
}

#playstop{
    width: 35px;
    height: 35px;

    border-radius: 35px;

    background-color: var(--color1);
    background-image: url("../media/pause.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    transition-duration: 150ms;

    cursor: pointer;

    
    

}

#playstop:hover{
    width: 35px;
    height: 35px;

    border-radius: 35px;

    background-color: var(--color1_d);
    background-image: url("../media/pause.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    

}

#videoPos{
    width: 160px;
    height: 35px;
    
    border-radius: 35px;

    background-color: var(--color1);

    display: flex;
    justify-content: center;
    align-items: center;
}

#video_chapters{
    display: none;
}

#video_chapters li{
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;

    font-size: 0.8em;

    cursor: pointer;
    transition-duration: 250ms;
}

#video_chapters li:hover{
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
    color: var(--color1);
}

.current_chapter{
    
    font-weight: bold;
    color: var(--color1);
    transition-duration: 500ms;
    
}

.chapter_time{
    display: none;
}


.pic01{
    margin-top: 10px;

    margin-left: -0px;
    
    min-width: 200%;
    
    
    
    aspect-ratio: 10 / 9;
    box-shadow: 0px 0px 10px #0000002b;

    /*transform: translateY(-400px);

    
    animation: move_down_blend 4s;
    animation-fill-mode: forwards;*/
}

.pic01 video{

    position: relative;
    
    height: 100%;
    display: none;
  
}

.tc2{
    width: 50%;
    min-width: 50%;
    position: relative;
    right: 43%;
    color: var(--color2);
}

.tc2 h1{
    font-weight: lighter;
    font-size: 1.7em;
    margin-bottom: 10px;
    max-width: 300px;
}

.tc2 hr{
    
    margin-bottom: 10px;

    border-color: var(--color2);
    width: 80%;
    min-width: 280px;
    max-width: 400px;
}

.tc2 p{
    
    width: 80%;
    max-width: 400px;
    font-size: 0.9em;
}

.ueber_mich_spinner{
    min-width: 400px;
    height: 400px;

    margin-left: 60%;

    background-color: var(--color0);
    border-radius: 200px;
    float: left;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition-duration: 1000ms;
    
    
}

.um_menu_pos0{
    transform: rotateZ(0deg);
}

.um_menu_pos1{
    transform: rotateZ(22deg);
}

.um_menu_pos2{
    transform: rotateZ(45deg);
}

.um_menu_pos3{
    transform: rotateZ(67deg);
}



.ueber_mich_menu{
    min-width: 600px;
    height: 600px;
    
    position: relative;
    float: right;
    right: 600px;
    top: 265px;

    display: flex;
    
    align-items: center;
    justify-self:flex-end;

}

.ueber_mich_menu h1{
    position: absolute;
    color: var(--color2);
    transform: rotateZ(-90deg);
    font-size: 1.5em;
    
    right: 40px;
    z-index: 10;
}

.ueber_mich_m_entries{
    position: relative;
    right: 520px;
    list-style: none;

}
.ueber_mich_m_entries li{
    position: absolute;
    width: 300px;
    
    text-align: right;
    font-size: 0.9em;
    cursor: pointer;
    
    transition-duration: 1000ms;
    
    
}

.ueber_mich_m_entries li:hover{
    text-decoration: underline;

}

.um_active_entry{
    color: var(--color2) !important;
    font-size: 1.8em !important;
    transition-duration: 1000ms;
}

.um_p3{
    transform: rotate(0deg);
    transform-origin: calc(100%) 50%;
    color: var(--color0);
    transition-duration: 1000ms;
    
}

.um_p2{
    transform: rotate(-22deg);
    transform-origin: calc(100% + 210px) 50%;
    color: var(--color0);
    transition-duration: 1000ms;
    
    
}

.um_p1{
    transform: rotate(-45deg);
    transform-origin: calc(100% + 210px) 50%;
    color: var(--color0);
    transition-duration: 1000ms;
    
    
}

.um_p0{
    transform: rotate(-67deg);
    transform-origin: calc(100% + 210px) 50%;
    color: var(--color0);
    transition-duration: 1000ms;
    
    color: var(--color0);
}

.um_text{
    position: absolute;
    transform: translateY(-50%);
    opacity: 0;
    transition-duration: 1000ms;
    
}

.um_text p{
    margin-bottom: 15px;
}

.um_text h1{
    width: 235px;
    font-weight: bold;
    font-size: 1.5em;
    
    max-width: 300px;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.301);
}





.um_active_text{
    opacity: 1 !important;
    display: block;
    transition-duration: 1000ms;
}

.um_active_text h1{

    width: 235px;
    font-weight: bold;
    font-size: 1.5em;
    
    max-width: 300px;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.291);
    
}

#pic01{
    background-image: url('../media/title_pic.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    aspect-ratio: 16/9;
    box-shadow: 0px 0px 10px #0000002b;

}

#pic02{
    box-shadow: 0px 0px 10px #0000002b;

}
.pic02_01{
    width: 50%;
    min-width: 50%;

    position: relative;
    right: 45%;
    height: 50vh;
    margin-right: 15px;

    

    background-image: url('../media/neugierde.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    

    transition-duration: 500ms;
    transition-property: background-image;
}

.pic02_02{
    width: 50%;
    min-width: 50%;

    position: relative;
    right: 45%;
    height: 50vh;
    margin-right: 15px;

    

    background-image: url('../media/staubsauger.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition-duration: 500ms;
    transition-property: background-image;
}

.pic02_03{
    width: 50%;
    min-width: 50%;

    position: relative;
    right: 45%;
    height: 50vh;
    margin-right: 15px;

    

    background-image: url('../media/kreativ.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    transition-duration: 500ms;
    transition-property: background-image;
}

.pic02_04{
    width: 50%;
    min-width: 50%;

    position: relative;
    right: 45%;
    height: 50vh;
    margin-right: 15px;

   

    background-image: url('../media/meditation.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;

    transition-duration: 500ms;
    transition-property: background-image;
}

.skills_main{
    width: 100%;
    height: 90vh;
    

    max-height: 90hv;
    min-height: 900px;

    min-width: 850px;
    
    margin-bottom: 10px;

    display: flex;
    flex-direction: row;
}

.l_13_rec_blue_02{
    width: 33%;
    height: 90vh;

    max-height: 90vh;
    min-height: 800px;

    background-color: var(--color0);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;

    margin-top: -200px;

    /*transform: translateY(200px);
    
    
    animation: move_up_blend 4s;
    animation-fill-mode: forwards;*/
}
.tc03{
    width: 80%;
    height: 30vh;
    margin-top: 60vh;
    display: flex;
    flex-direction: column;
    text-align: center;

    color: var(--color2);
}

.tc03 h1{
    width: 100%;
    font-weight: lighter;
    font-size: 1.7em;
    margin-bottom: 10px;
    
}



.tc03 p{
    
    width: 100%;
    max-width: 400px;
    font-size: 0.9em;
}

.se_content{
    
    width: 60%;
    margin-top: 20vh;
    height: 50vh;

    
    display: flex;
    flex-direction: row;

    justify-content: center;
    align-items: center;
}

.se_col{
    margin: 0 15px;
    width: 90%;
    

    display: flex;
    flex-direction: row;

    flex-wrap: wrap;

    
    align-items: center;

    column-gap: 50px;
    row-gap: 25px;

    text-align: left;

    

}

.se_skill{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    
    
}

.se_skill p{
    width: 200px;
    text-align: left;
    color: var(--color3);
    font-weight: lighter;
}

.se_skill_bar{
    width: 170px;
    height: 15px;

    border-style: solid;
    border-width: 1.5px;
    border-color: var(--color3);

    border-radius: 15px;
    margin-left: 5px;

    overflow: hidden;
}

.se_skill_bar_prog{
    width: 0%;
    height: 15px;

    background-color: var(--color1);
    transition-duration: 1500ms;
}

.se_sbp90{
    width: 90%;
}

.se_sbp80{
    width: 80%;
}

.se_sbp70{
    width: 70%;
}

.se_sbp60{
    width: 60%;
}

.se_sbp50{
    width: 50%;
}
.se_sbp40{
    width: 40%;
}

.se_sbp30{
    width: 30%;
}

.se_sbp20{
    width: 20%;
}

.se_sbp10{
    width: 10%;
}

.ll_main{
    width: 100%;
    height: 1300px;
    
    
    
    
    min-height: 600px;

    min-width: 850px;
    
    
   display: flex;
   align-content: center;

   flex-direction: column;

    color: var(--color3);
    position: relative;
    z-index: -2;

}

.ll_main h1{
    width: 100%;
    text-align: center;
}


.ll_content{
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}

.ll_col{
    width: 275px;
    height: 1000px;
    
    z-index: -1;

    display: flex;
    flex-direction: column;
}

.ll_col_r{
   margin-top: 162px;
}

.ll_stroke{
    width: 3px;
    height: 1000px;
    overflow: visible;
    background-color: var(--color0);

    margin-top: 150px;
   
   
}

.ll_dot{
    margin-bottom: 136px;
    width: 25px;
    height: 25px;
    background-color: var(--color1);

    border-radius: 25px;
    margin-left: -12px;

}

.ll_dot_f{
    margin-top: -10px;
}

.ll_label_area{
    width: 275px;
    margin-bottom: 170px;

    height: 150px;
    min-height: 150px;
    
    
    z-index: 1;

    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: var(--color1);
    display: flex;
    justify-content: end;
    align-items: end;
}

.ll_label_content{
   
    float: left;
    width: 100%;
    
    
    text-align: left;
    padding-left: 10px;

}

.projects_main{
    width: 100%;
    

    

    max-height: 90hv;
    min-height: 600px;

    min-width: 850px;
    overflow: hidden;
    margin-bottom: 10px;
}

.tc4{
    min-width: 85%;
    padding-left: 20px;
    padding-right: 20px;
}

.tc4 h1{
    width: 100%;
    font-weight: lighter;
    font-size: 1.7em;
    margin-bottom: 10px;
    color: var(--color2);
}

.tc4 h2{
    width: 100%;
    font-weight: lighter;
    font-size: 1.2em;
    margin-bottom: 10px;
    color: var(--color2);
}
.tc4 p{
    width: 100%;
    font-weight: lighter;
    font-size: 1em;
    margin-bottom: 10px;
    color: var(--color2);

    margin-top: 20px;
}

.r_13_rec_organge_01{
    width: 33%;
    height: 100vh;

    
    min-height: 750px;

    background-color: var(--color1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    float: right;
}

.tc5{
    min-width: 80%;
    padding-left: 20px;
    padding-right: 20px;

   

}

.tc5 h1{
    width: 100%;
    font-weight: lighter;
    font-size: 1.7em;
    margin-bottom: 10px;
    color: var(--color2);
}

.tc5 h2{
    width: 100%;
    font-weight: lighter;
    font-size: 1.2em;
    margin-bottom: 10px;
    color: var(--color2);
}
.tc5 p{
    width: 100%;
    font-weight: lighter;
    font-size: 1em;
    margin-bottom: 10px;
    color: var(--color2);

    margin-top: 20px;
}

#pic4{
    min-height: 60vh;
    aspect-ratio: 1 / 1.6;

    background-image: url('../media/Bueffelmat.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px #0000002b;
}

#pic5{
    min-height: 50vh;
    aspect-ratio: 1 / 1.4;

    background-image: url('../media/Mailer.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px #0000002b;

    

    


}


.contact_main{
    width: 100%;
    height: 80vh;

    
    margin-top: 100px;
    max-height: 90hv;
    min-height: 600px;

    min-width: 850px;
    overflow: hidden;
    
}

.l_23_rec_blue_01{
    width: 65%;
    height: 100vh;

    max-height: 80vh;
    min-height: 600px;

    background-color: var(--color0);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;

    /*transform: translateY(200px);
    
    
    animation: move_up_blend 4s;
    animation-fill-mode: forwards;*/
}

.applicationtext_main{
    height: 40vh;
    min-height: 400px;
   
    width: calc(100% - 50px);
    
 
    
    margin-bottom: 100px;
    
    display: flex;
    align-items: center;
    justify-content: center;

    
  
}

.applicationtext_main p{
    display: flex;
    text-align: center;
    line-height: 1.5em;
    padding-left: 50px;
    width: 66%;
    max-width: 600px;

    
    color: var(--color3);
    
}


@keyframes cursorBlink{
    0%{
        border-color: transparent;
        border-right-style: solid;
        border-right-width: 5px;
    }
    50%{
        border-color: white;
        border-right-style: solid;
        border-right-width: 5px;
    }
    100%{
        border-color: transparent;
        border-right-style: solid;
        border-right-width: 5px;
    }
}

@keyframes writing{
    0%{
        max-width: 0px;
    }
    
    
    100%{
        max-width: 100%;
    }
    
    
}

@keyframes move_up_blend{
    
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes move_down_blend{
    0%{
        
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}



