@media (max-width: 480px) {



   .header ul li {
    display: none;
   }
   .header-list {
    display: flex;
    width: 100%;
    justify-content:flex-end !important
  }
   .hamburger-icon{
    display: flex;
    margin-right:1rem;
    height:2rem;
   }

   .navbar{
    position: fixed;
    z-index: 4;
    margin-top:4rem;
    background-color:  #EAEAEA;
    width: 100%;
    color:#4a4a4a;
    height:10rem;
    display: flex;
   }

   .navbar ul li{
    list-style: none;
    
   }

   .info-box-page-one{
    background-color: #d9d9d9c2;
   }
   
      .text-segment-om-mig{
        width:18rem;
      
      }

      .hamburger-icon{
        display: flex
      }
      
      .bild-div{
        margin-left:1rem;
       
      }
      
      .behandlings-lista{
          margin-left: 1rem;
        
      }
     
        
        .page-one{
          min-height:52rem;
        }  

        .page-three{
          min-height:80rem;
        }
        
           
              
            
              
              .om-mig-text{
                margin-bottom:2rem;
              }
              
              .text-segment-om-mig h1{
                font-size: 1rem;
                align-self: flex-start
              }
              
              .bild-div{
                margin-left:unset;
               align-self: flex-start;
              }
              
              .johnny-bild{
              height:18rem;
              }
              
            
              
              .titel-texter{
                width:18rem;
             
              }
        
        
         
        
            
        
              .page-four{
                  min-height: 80rem;
              }
        
              .text-div-page-one{
                width:18rem;
                margin-top: 2rem;
                margin-left:1rem;
                
                }


                .behandlings-texter{
                    width:18rem;
                    height: 100%;
                }
                
                .behandlings-texter h5{
                    font-size: .8rem;
                    display: flex;
                    flex-wrap: wrap;
                }
        
                .behandlings-lista{
                    margin-left:1rem;
                    width:18rem;
                }

                .behandlings-lista h1{
                   font-size: 1rem;
                }
        
        
                .logo{
                    display: none;
                }
        
                .header {
                    height: 4rem;
                    align-items: center;
                    z-index: 2;
                    
                  }
                  
                  .header-list {
                    display: flex;
                    width: 100%;
                    justify-content:center
                  }
                  .header ul {
                    display: flex;
                    margin: 0;
                  }
                  
                  .header ul li {
                    margin: 1rem;
                    cursor: pointer;
                    
                    transition: all 0.2s;
                    font-size: 0.7rem;
                    align-items: center;
                  }
        
        
                  
                  .logo {
                    height: 2rem;
                    margin: 1.5rem;
                    
                  }


.text-segment-om-mig p{
    margin-bottom: 1.5rem;
 margin-top: 0;
}
.text-segment-om-mig{
    width: 18rem;
}

.bild-div{
  margin-left:1rem;
 
}
.om-mig-div{
    margin-left: 1rem;
}

      
.footer{
  min-height:60rem;
}

.footer-div{
  margin-bottom: 2rem;
}

.listor{
width:12rem;
margin-left:1rem;
}


.logga img{
  height:4rem;
  margin-left:1rem;
  margin-bottom:2rem;
}    
      
      

  .navbar ul {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    padding:0;
    margin-left:1rem;
    justify-content: center;
    margin-top:1rem;
    
  }    
 
  .navbar ul li{
    margin-bottom: .2rem;
  }  
      
      
}