@media (min-width: 0px){
    .header{
        width: 100vw;
        height: 10dvh;
        background-color: #fff;
        position: fixed;
        z-index: 5;
        user-select: none;  
    }
    .header_table_tr{
        height: 10dvh;
    }
    .header_table_th_klein{
        width: 20vw;
    }
    .header_table_th_gros{
        width: 60vw;
        font-size: 3dvh;
    }
    #header_Icon_Left{
        font-size: 4dvh;
    }
    #header_Icon_Rigth{
        font-size: 4dvh;
    }

    /*
        Slider 
    */

    #header_Slider{
        margin-left: 100vw;
        width: 0vw;
        position: fixed;
        transition: 300ms;
        height: 90dvh;
    }
    #header_Slider_Active{
        width: 55vw;
        margin-left: 45vw;
        z-index: 100;
        position: fixed;
        margin-top: 0px;
        height: 90dvh;
        transition: all 300ms;
        background-color: #fff;
    }
    #header_Slieder_Background{
        width: 45vw;
        position: fixed;
        z-index: 100;
        height: 90dvh;
        display: none;
    }
    .header_Slider_IMG{
        width: 40vw;
        height: 40vw;
        margin-top: 5svh;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
        box-shadow: 0px 3px 15px black;
        margin-left: 7.5vw;
    }
    #header_Slider_MenuPointFirst{
        margin-top: 3svh;
    }
    .header_Slider_MenuPoint{
        margin-top: 1.5svh;
        width: 40vw;
        margin-left: 10vw;
        height: 4svh;
        border-left: 1px solid #828486;
        font-size: 1.5svh;
        font-family: "Roboto", serif;
        color: #828486;
        transition: background 300ms;
        table-layout: fixed;
    }
    .header_Slider_MenuPoint:hover{
        background-color: #828486;
        cursor: pointer;
        transition: all 300ms;
        color: #fff;
    }
    .header_Slider_MenuPointLeft{
        width: 30%;
    }
    #header_Slider_MenuPointIcon{
        font-size: 2dvh;
        margin-top: 0.5dvh;
    }
    .header_Slider_MenuPointRight{
        text-align: left;
    }
}