.divMenu{
    position: fixed;
    display: inline;
    width:auto;
    height:605px;
    background-color: none;
    background-image: url(../images_mediglobus/image_002.png);
    border:0px solid none;
    margin-left: -500px;
    margin-top: 133px;
    border-radius:10px;
    text-transform:none;
    font-size: 17px;
    transform:scaleX(99%) scaleY(99%);
        transform-style: preserve-3d;
        transform-origin: 20% 40%;
        transition: 1.0s;

        box-shadow: 1px 1px 1px rgb(82,11,77);
        border:0px solid rgba(46, 139, 86, 0.13);
        font-size: 20px;
        
}
#check01:checked ~ .divMenu{
    margin-left: 0px;
    font-size: 20px;
    margin-top: 133px;
    transform:scaleX(99%) scaleY(99%);
        transform-style: preserve-3d;
        transform-origin: 20% 40%;
        transition: 1.0s;

        box-shadow: 1px 1px 5px dodgerblue;
        border:0px solid rgba(246, 139, 286, 3.13);
        
        
}
#IClass{
    color:#636466;
    background-color: transparent;
    margin-left: 10px;
    font-size: 15px;
      
}
#iClass:hover{
    color:#00aab4;
    font-size: 20px;
}

.divMenu a{
    color:#00aab4;
    font-size: 20px;
    font-weight: normal;
    font-family: calibri;

    justify-content: space-between;
    letter-spacing: 7.0px;
    opacity: 100%;    
    transition: 1.0s;    
    cursor: pointer;
    text-decoration: none;
}
.divMenu a:hover{
    color:#636466;
    font-size: 20px;
    font-weight: normal;
    font-family: calibri;

    justify-content: space-between;
    letter-spacing: 9.0px;
    opacity: 100%;    
    transition: 1.0s;    
    cursor: pointer;
    text-decoration: none;
}
