:root{
    --black:#000000;
    --white:#3d3939;
    --red: rgb(255, 68, 0);
    --darkRed:rgb(202, 34, 0);
    --grey:rgb(255, 255, 255);
    --lgrey:#c7c4c444;
}

*{
    margin:0px;
    padding: 0px;
    box-sizing: border-box;
    background-color: var(--grey);
    font-family:Arial;
}
.vid_background{
    display: flex;
  justify-content: center;}
  .vid{ width: 60vh;
    border-radius: 30px;}
        @media (max-width: 768px){
            .vid{width: 40vh;}}
.ham-menu{
    
    position: absolute;
    height: 50px;
    width: 50px;
    margin-left: auto;
    position: relative;
    display: none;
    
}
.ham-menu span{
    height: 5px;
    width: 100%;
    background-color: #000000;
    position: absolute;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    transition:0.3s ease;
}
.ham-menu span:nth-child(1) {
    top:25%;
}

.ham-menu span:nth-child(3) {
    top:75%;
}

.ham-menu.active span:nth-child(1){
    top:50%;
    transform: translate(-50%, -50% ) rotate(45deg);
}
.ham-menu.active span:nth-child(2){
    opacity: 0;
}
.ham-menu.active span:nth-child(3){
    top:50%;
    transform: translate(-50%, -50% ) rotate(-45deg);
}

.slide-menu{
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    max-width: 450px;
    right: -450px;
    background-color: rgba(0, 0, 0, 0.649);
    font-size: 3rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .3s ease;}
.slide-menu.active{
    right: 0;
}
.slide_link{
    color: #fff;
    text-decoration: none;
    background: none;
}
.slide_link:hover{
    color: var(--red);
}

.navbar{ 
   
    height: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem;
    
}
.navbar_logo{
    font-size: 45px;
    color:var(--red);
    text-decoration: none;
}
@media (max-width:560px){
    .navbar_logo{
        font-size: 30px;
    }
}

.navbar_link{
  
    color: var(--black);
    padding: 1rem;
    text-decoration: none;
    font-size: 20px;
}

.navbar_link:hover{
    color:var(--red)
}


@media (max-width: 1138px){
    .navbar_link{
    display:none;
    }
    .ham-menu{
        display:block;
    }
  

  
}
.intro_bilde{
    background: url(bilder/iStock-676695300\ \(2\).jpg);
    height: 45vh;
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover ;
}

.image{
    height: 600px;
    width: 70%;
    padding: 0.2rem;
    background: var(--white);
}
@media (max-width: 768px){
    .image{
        
        width: 100%;
    }
    .mobil_showcase{
  
        
        text-align: center;
        justify-content: center;
        font-size: small;

    }


}
.imagetwo{
    height: 400px;

    padding-top: 0.2rem;
   
    padding-bottom: 2rem;
   
}
.mellom-text{
    color:#000000;
    font-size: 15px;
    padding-bottom: 5px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
@media (max-width: 768px){
     .imagetwo{
        display: none;
     }
}

.first_info{
 
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 1rem;

}
@media (max-width: 768px){
    .first_info{display: grid ;
    }
}
.first_info,i{
    color: var(--red);
}
.velkomen{
    color:var(--white);
   
}

.avsnitt{
    padding-top: 1rem;
    font-size: 15px;
    padding-bottom: 3rem;
    
}

.merinfo{
    display:grid;
    justify-content:center;
}
.overskrift{
    color: var(--red);
    padding-bottom: 1rem;
    font-size: 30px;
}
.undertekst{
    color:var(--white);
}

.andrebilde{
    width: 100px;
}

.work{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:1rem 1rem 100px 1rem;

 
}


.hvordan_vi_jobber{
    padding-right:2rem ;
}  

.list,li{
    color:var(--white);
    padding-bottom: 0.5rem;
    padding-left:0.8rem ;
}
.produkter{
    display: flex;
    justify-content: center;
}

.products{

    display: grid;
    padding-bottom: 1rem;
    padding-left: 3rem;
}
@media (max-width: 768px){
    .products{
        display: none;
    }
    .produkter{display: none;}
}
.el{
    display: flex;


}
.elimage{
    padding:1rem;
}
.button{
    background-color:var(--red);
    padding: 25px;
    text-decoration: none;
    color:var(--black);
    font-size: 25px;
    border-radius: 30px;
    text-align: center;
    height: 95px;
    
   

}
.button:hover{
    
   
    color:#000000;
    background-color: var(--darkRed);
}

.undertekstpro{
    padding-bottom: 1rem;
}

.zetexst{
    display:grid;
    padding-bottom: 30px;
   
    

}
.strek{
    background-color: #000000;
    width:1px;
    height: 500px;
    margin:0.5rem;
}

.follow{
    display:flex;
    justify-content: center;
    padding-top: 1rem;
}
.lastinfo{
    padding-bottom: 1rem;
    background: var(--lgrey);
    margin:5px;
    border-radius: 30px;
    text-decoration: none;
}
.lastinfo:hover{
    background: var(--white);
    color:var(--red)
}
.text_dek{
    text-decoration: none;
}
.folowtexst{
    font-size: 30px;
    background: var(--lgrey);
    color:var(--grey);
    text-align: center;
    align-items: center;
}


.folowtexst:hover{
    color:var(--red);
}
.border{
    border-radius: 30px
}
.optatert{
    text-align: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}
@media (max-width: 768px){
    .follow{
        display: grid;
    }
}


.unavbar{
    display:flex;
    background: var(--white);
    margin-top: 50px;
    
}
@media (max-width: 768px){
    .unavbar{
        display: grid;
    }
}
.unavbar_info{
    display: grid;
    padding: 1rem;
    background: var(--white);
}
.unavbar_link{
    text-decoration: none;
    background: var(--white);
    color:var(--lgrey);
    font-size: large;
}
.unavbar_bg{
    background: var(--white);
    bottom: 0;
}
.space_top{
    padding-top: 70px;
}
.space_left{
    padding-left:70px;
}

@media (max-width: 768px){
    .space_left{
        padding-left:0px ;
        
    }
    .medium_bilde{
        display: none;
    }
}
.unavbar_link:hover{
    color:var(--grey);
}
.medium_bilde{
    width:300px;
    border-radius: 30px;
}

.button_produkt{
    background-color: #ffffff;
    border-radius: 30px;   
    padding: 1rem;
    color:rgb(0, 0, 0);
    text-decoration: none;
    width: 390px;
    text-align: center;
    border-style: solid;
    border-color: #000000;
    font-size: small;
    margin: 1rem auto 1rem ;
    justify-content: center;
    display:block;

}

.button_produkt:hover{
    background-color: var(--red);
}

.bruk{
    display: grid;
    font-size: medium;
    
}
@media (max-width: 768px){
    .bruk{text-align: center;}
    .button_produkt{width: 180px;}
}
.s_texst{
    font-size: small;
}
.enr{
    padding: 0.5rem;;
}

.to_to{
    display: flex;
   
}
.to_to_ref{
    display: flex;
   
}

@media (max-width: 1200px)
{
    .to_to_ref{
        display: grid;
    }
}

.midt{
    justify-content: center;
}
.red{
    color: var(--red);
    
}
.image_ipad{
    width:350px;
}
/*Ipad*/


@media (max-width: 768px){
   .image_ipad{ display: none};
   .t_center_mobil{text-align: center !important};
}


.space_botom{
    padding-bottom: 100px;
}
.half_space_botom{
    padding-bottom: 25px;
}
.mail{
    text-decoration: none;
    
    
}
.mail:hover{
    color:var(--red)
}
.t_center{
    text-align: center;
}
.ref_image{
    height: 400px;
}
@media (max-width: 768px){
    .ref_image{
        height: 200px;
    }
}
.button_ref{
    background-color:var(--lgrey);
    padding: 10px;
    text-decoration: none;
    color:#000000;
    font-size: 1rem;
    border-radius: 30px;
    
    
    
}
.button_ref:hover{
    color: var(--red);
}
.texst_size_ref{
    font-size: medium;
}

.ligth_bulb_image{
    height: 200px;
}

.space_100{
    margin-top: 20%;
}   
.map{
    width: 600px;
}
@media (max-width: 604px){
    .map{
        width: 300px;   
    }
}
h4{
color:var(--lgrey);
background-color: var(--white);
text-align: center;
padding-top:10px ;
margin-top: 1.2px;

}