@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html 
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after 
{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body
{
	margin: 5px auto;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.4em;
}

h1
{
	text-shadow: 1px 2px #CCCCCC;
	line-height: 1.2em
}

a
{
	text-decoration: none;
	border-style: none;
	color: #0000EE;
}

.top
{
	width: 100%;
	margin-top: 5px;
	padding: 0px 15px 0px 10px;
	float: left;
	clear: both;
	height:70px;
	vertical-align: middle;
}

.xinput
{
	height:30px;
	font-size:1em;
}

.xbutton
{
	height:45px;
	width: 100%;
	margin:5px 0px 5px 0px;
	float:left;
	font-size:1.1em;
	letter-spacing:2px;
	border-radius: 0px 0px 0px 0px;
	color: white;
	background: #955EC8;
	border: 2px solid #CCCCCC;
	box-shadow: 3px 3px 4px #C283FD;
}


.box100upper
{
	width: 100%;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid purple;*/
	clear: both;
}
.box100upper img
{  
	border-style: none;
}

.prodimg
{
    width: 27%;
    height: auto;
	float: right;
	clear: none;
	/*border: 1px solid green;*/
}
.prodimg img
{
	max-width: 100%;
	height: auto;
	float:right;
}


.box50leftnoframe
{
	margin: 0px 0px 0px 0px;
	float: left;
	clear: left;
	padding: 10px;
	/* pluss ulik media*/
}

.box50rightnoframe
{
	margin: 0px 0px 0px 0px;
	float: right;
	clear: right;
	padding: 10px;
	/* pluss ulik media*/
}


/*kombinerer 2 x box50left eller box50right*/
.comboboxleft
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	clear: left;
	/* pluss ulik media*/
}

/*kombinerer 2 x box50left eller 2 x box50right*/
.comboboxright
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	clear: right;
	/* pluss ulik media*/
}

.box50left
{
	margin: 0px 0px 20px 0px;
	float: left;
	clear: left;
	border-radius: 0px 0px 0px 0px;
	border: 2px solid #DBDBDB;
	padding: 10px;
	/* pluss ulik media*/
}
.box50left img
{  
	border-style: none;
}
.box50left ul
{
	list-style-type: circle;
	list-style-image: url('/images/checked.png');
	vertical-align: bottom;
	margin-top: auto;
}


.box50right
{
	margin: 0px 0px 20px 0px;
	float: right;
	clear: right;
	border-radius: 0px 0px 0px 0px;
	border: 2px solid #DBDBDB;
	padding: 10px;
	/* pluss ulik media*/
}
.box50right img
{  
	border-style: none;
}
.box50right ul
{
	list-style-type: circle;
	list-style-image: url('/images/checked.png');
	vertical-align: bottom;
	margin-top: auto;
}

/*kombinerer 2 x box100*/
.combobox100
{
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	clear: both;
}

.box100
{
	margin: 0px 0px 20px 0px;
	clear: both;
	border-radius: 0px 0px 0px 0px;
	border: 2px solid #DBDBDB;
	padding: 10px;
	overflow: hidden;
}
.box100 img
{  
	border-style: none;
}
.box100 ul
{
	list-style-type: circle;
	list-style-image: url('/images/checked.png');
	vertical-align: bottom;
	margin-top: auto;
}


.box100mid
{
	width: 100%;
	margin: 0px 0px 10px 0px;
	float: left;
	clear: left;
	/*border-radius: 15px 15px 15px 15px;*/
	/*border: 2px solid #DBDBDB;*/
	/*padding: 10px;*/
	clear: both;
}

.box100bottom
{
	width: 100%;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: 0.9em;
	color: #808080;
	float: left;
	clear: both;
	padding: 10px;
}

.bottomimg
{
	width: 100%;
}
.bottomimg img
{
	max-width: 100%;
	height: auto;
}

.empty20px
{
	width: 100%;
	height: 20px;
	clear: both;
}


@media only screen and (max-width:630px)
{
	.yr_stor {display: none;}
	.yr_liten {display: block;}

	.mobilemenu {display: block;}
	.bigmenu {display: none;}
	.top {display: none;}
	.bottomimg {display: none;}
	
	.jump2section
	{
		width:100%;
		height:50px;
	}

	.box100upper
	{
		margin: 50px 0px 2px 0px;
	}

	h1
	{
		font-family: 'Open Sans', sans-serif;
		font-size : 20px;
	}

	h2
	{
		font-family: 'Open Sans', sans-serif;
		font-size : 18px;
	}

	h3
	{
		font-family: 'Open Sans', sans-serif;
		font-size : 16px;
	}

	.box50leftnoframe
	{
		width: 100%;
	}

	.box50rightnoframe
	{
		width: 100%;
	}

	.box50left
	{
		width: 100%;
	}

	.box50right
	{
		width: 100%;
	}

	/*kombinerer 2 x box50left eller box50right*/
	.comboboxleft
	{
			width: 100%;
	}

	.comboboxright
	{
			width: 100%;
	}

}



@media only screen and (min-width:631px)
{
	.yr_stor {display: block;}
	.yr_liten {display: none;}

	.mobilemenu {display: block;}
	.bigmenu {display: none;}
	.bottomimg {display: block;}

	.jump2section
	{
		width:100%;
		height:0px;
	}

	body
	{
		max-width: 1300px;
	}

	h1
	{
		font-family: 'Open Sans', sans-serif;
		font-size : 24px;
	}

	h2
	{
		font-family: 'Open Sans', sans-serif;
		font-size : 18px;
	}

	h3
	{
		font-family: 'Open Sans', sans-serif;
		font-size : 16px;
	}

	.box50leftnoframe
	{
		width:49%;
	}

	.box50rightnoframe
	{
		width:49%;
	}

	.box50left
	{
		width:49%;
	}

	.box50right
	{
		width:49%;
	}

	/*kombinerer 2 x box50left eller box50right*/
	.comboboxleft
	{
			width: 49%;
	}

	.comboboxright
	{
			width: 49%;
	}

}

/* NY MENY */
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}