/*ALL HEADER CODE*/
.Header {
    display: flex;
    width: 100%;
    height: 100px;
    background-image: var(--maincolor);
    justify-content: space-between;
    box-shadow: 10px 0px 10px rgb(0, 0, 0);
    position: fixed;
    z-index: 50;
}

    .left {
        display: flex;
        height: 100%;
        align-items: center;
        
    }
        .centereingbox{
            display: flex;
            justify-content: center;
            
        }
        
        .topbar,.topbar2 {
            background-color: transparent;
            font-weight: bold;
            border: none;
            cursor: pointer;
            position: absolute;
            font-size: 25px;
        }
            .topbar {
                margin-left: 20px;
            }

            .topbar2 {
                margin-left: 100px;

            }
            .toppera {
                font-size: 25px !important;
            }


    .right {
        display: flex;
        height: 100%;
        align-items: center;
        background-color: var(--maincolor) !important;
    }
        .logo1 {
            height: 50px;
            margin-right: 10px;
            background-color: transparent !important;
            
        }
        .withouta {
            background-color: transparent !important;
        }
        
       
       
       
       
       
    @media (max-width: 1920px) {
        .titelpicture {
            width: 800px;
        }
        .sidebarMenuInner li span{
            display: block;
            font-size: 20px;
            color: rgba(255, 255, 255, 0.50);
        }
    
        a {
            font-size: 15px;
        }
        .sidebarMenuInner li{
            padding: 10px;
        }
        
        .topbar {
            
            margin-left: 20px;
        }
    
        .topbar2 {
            
            margin-left: 100px;
        }
    }
    
    @media (max-width: 600px) {
        .titelpicture {
            width: 300px;
        }
        .sidebarMenuInner li span{
            display: block;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.50);
        }
    
        a {
            font-size: 10px;
        }
        .sidebarMenuInner li{
            padding: 10px;
        }
        .topbar {
            
            margin-left: 20px;
        }
    
        .topbar2 {
            
            margin-left: 100px;
    
        }
    }