



#BilderArtikkel
{
width:100%;
padding-top:40px;
}

#Produktbilder img
{
width:100%;
height:auto;  
margin-bottom:10px;
margin-top:30px;  
}

.bildetekst_artikkel
{
font-size:0.9em;
font-style:italic;
color:#999;
clear:both;
}



#Tekstinnhold li
{
margin-left:-23px;
}


#Tekstinnhold
{
padding:20px;
}

#Artikkelbilde 
{
max-height:250px;
overflow:hidden;
}

#ArtikkelbildeBG
{
height:65vh;
padding:0px;
margin-left:auto;
margin-right:auto;
float:none;
background-size:cover;
max-height:250px;
background-repeat:no-repeat;
background-position:center center;
}


@media  (min-width: 768px){
 

#ArtikkelbildeBG
{
height:65vh;
padding:0px;
margin-left:auto;
margin-right:auto;
float:none;
background-size:cover;
max-height:600px;
background-repeat:no-repeat;
background-position:center center;
}
  
  
#Artikkelbilde
{
padding:0px;
margin-left:auto;
margin-right:auto;
float:none;
max-height:600px;
overflow:hidden;
}  
  

  
 #Tekstinnhold
{
margin-bottom:50px;
padding:30px 50px 30px 50px;
} 
  
}