/*mobile*/@media (max-width: 425px){
    #myPic{ width: 100%;
        padding-top:30px;
        display: flex;
        margin-top: 20px;
    }
        #menü li{display: none;}

        .text1{
            width: 80%;
            font-size: 13px;}

            #profilPic {
                height: 300px;}

                .info-links li a {
                    text-decoration: none;
                    display: block;
                    margin-top: 10px ;
                    color: black;
                    height: 2em;
    
                    font-size: 11px;
                    
                    
                    }
        
                    
                    #myPic2{ width: 100%;
                        display: flex;
                        min-height: 250px ;
                        
                    }      
     
                    .secondLine{
                     
                       margin-top: -17px;
                      
                       }

               
           
}

/*tablet*/@media (min-width: 426px) and (max-width: 785px){
    #myPic{  width: 100%;
        padding-top:15px;
        max-height: 500px;
        display: flex;
        margin-top: 20px;
    }
        #menü li{display: none;}

        .text1{
            width: 60%;
            font-size: 13px;}

            .info-links li a {
                text-decoration: none;
                display: block;
                margin-top: 5px ;
                color: black;
                height: 2em;

                font-size: small;
                
                
                }

              
                #myPic2{  width: 100%;
                    
                    max-height: 500px;
                    display: flex;
                    
                }

          
            
        
}

/*Laptop*/@media (min-width: 786px) and (max-width: 1024px){
    #myPic{
        height: 500px;
        width: 100%;
        display: flex;
        margin-top: 20px;
        
        } 
        #navigation{display: none;}

        .info-links li a {
            text-decoration: none;
            display: block;
            margin-top: 5px ;
            color: black;
            height: 2em;

            font-size: small;
            
            
            }

            #myPic2{
                height: 500px;
                width: 100%;
                display: flex;
                
                
                } 

                .b1:hover {
                    transform: scale(1.1);
                    }
                    
                    .b2:hover {
                        transform: scale(1.1);
                        }
                        
                        .b3:hover {
                            transform: scale(1.1);
                            }
                            .b4:hover {
                                transform: scale(1.1);
                                }

                      
                       
}
        
/*monitor*/@media (min-width: 1025px){
    #myPic{
        height: 650px;
        width: 100%;
        display: flex;
        margin-top: 20px;
        
        } 
        #navigation{display: none;}

    
        #myPic2{
            height: 700px;
            width: 100%;
            display: flex;
            
            
            } 

            .b1:hover {
                transform: scale(1.1);
                }
                
                .b2:hover {
                    transform: scale(1.1);
                    }

                    .b3:hover {
                        transform: scale(1.1);
                        }
                        .b4:hover {
                            transform: scale(1.1);
                            }


}


/*price img*/@media (max-width: 1550px){
    
     
     
    .overflow1{
        display: none;
     }
     .pic1{
        display: none;
     }
}




/*price img*/@media (max-width: 950px){
    
     
     
                 .overflow2{
                    display: none;
                 }
                 .pic2{
                    display: none;
                 }
}