﻿body{
}
.clear{
clear:both;
}
.header, .footer{
font-family:arial;
}


/*CONTAINER*/
.container{
}
/*HEADER*/
.header{
}
/*MENU*/
.menu{
}
.menu ul{
/*list-style:none;*/
}
.menu ul li{
/*display:inline-block;*/
}
.menu ul li a{
}
/*CONTENT*/
.content{
/*box-sizing: border-box;*/
}
.content ol,.content ul{
margin-left:1.7em;
}
/*FOOTER*/
.footer{
}


/*MOBIL TILSTAND*/

/* Extra small devices (phones, less than 768px) */
@media (max-width: @screen-xs-max) { 
/*.content p{
font-size:20px;
}
.content img{
width:500px;
margin: 0;
float: none;
}*/
 }
 
/* Small devices (tablets, 768px) */
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { 

}

/* Medium devices (desktops, 992px) */
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) { 
 }
 
/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { 
 }


