/* Default stylesheet */
html, body{
	width: 100%;
	overflow-x: hidden;
}
body {
	background-color: #FFFFFF;
	color: #000000;
	/* font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif; */
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;
	/*font-family: "Gill Sans", Calibri, FreeSans, "Trebuchet MS", sans-serif;*/
	/*font-family: "Myriad Pro", Myriad, Tahoma, "DejaVu Sans Condensed", FreeSans, Geneva, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, Sans-serif	;*/
	/*font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-size: 75%; /* 12px*/
	margin: 0;
	padding: 0;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Titillium Web', sans-serif;
	margin: 0 0 8px;
	padding: 0;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0;
	margin: 4px 0 16px 0;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 0 5px;
}
.body img[align="left"] {
	margin-right: 10px;
}
.body img[align="right"] {
	margin-left: 10px;
}

.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0;
	padding: 0;
	border: 0;
}

table.layout {
	margin: 0;
	padding: 0;
}
td.layout {
	padding: 0;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link { color: #1f7099; text-decoration: none; }
a:visited { color: #455a62; }
a:hover { text-decoration: underline; }

/* read more.. links */
.link { color: #1f7099; }

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected:hover {text-decoration: underline;}
.menu .itemselected > a:link, .menu .itemselected > a:visited {text-decoration: underline;}

/* Navigation path links */
a.path:link { text-decoration: none; }
a.path:visited { text-decoration: none; }
a.path:hover { text-decoration: underline; }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/

/* SECTION: Default form styling */
form.cpsimpleform {
	padding: 1em;
}

input:invalid{
    box-shadow: 0 0 5px red;
}

input.sfx-mobilnummer {
	padding:5px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	color:#333;
	border:solid 1px #ccc;
	width:250px;
}
.cpsselect{
	padding:5px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	color:#333;
	border:solid 1px #ccc;
	width:260px;
}
.cpsimpleform input[type="text"]:not([size]), .cpsimpleform input[type="email"]:not([size]), .cpsimpleform input[type="tel"]:not([size]) {
	padding:5px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	color:#333;
	border:solid 1px #ccc;
	width:250px;
}
.cpsimpleform input[type="tel"]:not([size]) {
	padding:5px;
	border:solid 1px #ccc;
}

label, .cpstextheading {
	font-weight: bold;
}
fieldset {
	border: 1px solid #999999;
	margin: 1em 0;
	padding-top: 1em;
}
legend {
	font-weight: bold;
}
.cpsimpleform input[type="submit"] {
	display: block;
	border: 0;
	padding:2px;
	font-size:1.3em;
	font-family: 'Titillium Web', sans-serif;
	color:#fff;
	background-color: #D15E25;
	text-transform:uppercase;
	cursor: pointer;
	width:265px;
	float: left;
	position: relative;
}
/* Cp forms */
.cpstextheading {
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 2px;
}
.cpselementcontainer {
	/*border-bottom: 1px solid #E1E1E1;*/
	margin-bottom: 3px;
	padding: 0 0 0;
}
.cpsoptionsclear {
	clear: both;
	font-size: 1px;
	height: 0;
}
.cpsoptionlabel {
	font-weight: normal;
}
.cpselementcontainer.horizontal .cpsoptions, .cpselementcontainer.horizontal .cpsstatictext  {
	text-align: left;
}
.cpselementcontainer .cpsstatictext {
	margin: 2px 0 5px 0;
	padding-top: 2px;
}
.optionshorizontal .cpsradiooption, .optionshorizontal .cpscheckboxoption {
	float: left;
	margin-right: 5px;
	white-space: nowrap;
}
/*.mandatory {
	color: #FF0000;
}*/

/* Menu list */
ul.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.submenu,
ul.menu ul {
	padding-left: 10px;
	margin: 0;
	list-style-type: none;
}
ul.menu li,
ul.submenu li {
	margin: 0;
	padding: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   ul.submenu{
   	top: 47px !important;
   }
}


ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

/* standard box/widget */
.box {
	padding: 10px;
	margin: 10px 0 6px 0;
	position: relative;
	background: #f9f9f9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */
	border: 1px solid #eee;
}
.box .cell {
	padding: 5px;
}
.box ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.box ul li {
	margin: 0 0 5px;
	padding: 0;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0;
	margin: 0 0 5px 0;
}
.box .caption {
	padding: 0;
	margin: 0;
}

/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0;
}
.bannerlocation img {
	border-width: 0;
}

/* various stuff*/
.date,
span.date {
	color: #999;
	font-size: 0.9em;
	background: #f1f1f1;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-top: -5px;
	margin-right: -5px;
	padding: 5px;
	float: right;
}
.eventdate {
	background: url("http://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent;
	padding: 2px 5px 0 20px;
}
.author { color: #333333; font-size: 0.9em; }

/* Standard tools */
.tools {
	float: right;
	clear: both;
}
.tool {
	margin: 2px 0;
}
.pagebar {
	padding: 0 0;
	float: left;
	width: 100%;
}
.pagebar .next{
	float: right;
	text-align: right;
	width: 48%;
}
.pagebar .prev{
	float: left;
	width: 48%;
}

a.pagebar{
	text-decoration: none;
}
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0 3px; }

/* SECTION: listing/view styles */
.pagedescription {
	margin: 0 0 16px;
}
.headline {
	font-size: 1.3em;
}
.subheadline {
	font-size: 1.0em;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.0;
}
.paragraphheadline, .body h2 {
}
.ingress {
	margin: 6px 0;
	padding: 0;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
}
.ingressview {
	margin: 6px 0;
	padding: 0;
}
p.byline, .byline {
	margin: 10px 0 10px 0;
	padding: 0;
}

.viewarea .listingpic {
	width: 250px;
	float: right;
	margin: 0 0 10px 10px;
}

/* SECTION: Articlemedia */
.articlemedia.video {
	margin-bottom: 10px;
}
.articlemedia.images {
	clear: right;
	width: 250px;
	float: right;
	margin-left: 10px;
}

.articleimage, .articlemovie {
	margin-bottom: 10px;
}
.articlemovie .articlemovieplayer{
	text-align: center;
}
.articleimagedesc, i.paragraphpictext {
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 10px;
	background: #fff;
	padding: 5px;
	border: 1px solid #eee;
}

.articleblock .imgwrap {
	float: left;
	width: 32.5%;
	margin-right: 10px;
}
.articleblock .imgwrap img {
	width: auto; /* needed for ie8 */
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: left;
	width: 100%;
}
.articleblock .headline{
	border-bottom: 1px solid #e1e1e1;
}
/* Full text width if no listing image */
.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-col */
.twocol > .col {
	width: 48.8%;
}
.twocol > .col.col0 {
	clear: both;
	float: left;
}
.twocol > .col.col1 {
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-col */
.threecol > .col {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.threecol > .col.col0 {
	clear: both;
}
.threecol > .col.col1 {
	margin-right: 0;
}
.threecol > .col.col2 {
	clear: right;
	float: right;
	margin-right: 0;
}
.threecol .textwrap, .threecol .imgwrap {
	float: none;
	width: auto;
}
/* 4-col */
.fourcol > .col {
	width: 23%;
	float: left;
	margin-right: 2%;
}
.fourcol > .col.col0 {
	clear: both;
}
.fourcol > .col.col2 {
	margin-right: 0;
}
.fourcol > .col.col3 {
	clear: right;
	float: right;
	margin-right: 0;
}
.fourcol .textwrap, .fourcol .imgwrap {
	float: none;
	width: auto;
}

/* listing/view stuff */

.listingarea hr, .hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 4px;
	border-style: solid;
	border-color: #eee;
	font-size: 1px;
	clear: both;
	margin-bottom: 10px;
	width: 104%;
	margin-left: -2%;
}
.body {
	clear: both;
	margin: 0 0 22px 0;
}

.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0; } /* .clearfix to clear floating elements above */

.cf:before, .cf:after { content: " "; display: table; } /* .cf to wrap floating elements inside */
.cf:after {clear: both;}
.cf { *zoom: 1; } /* IE 6/7 */

.hidewhitespace { display: none; }

/* SECTION: Default layout */

#page {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/*---- Header elements ----*/

#header {
	width: 100%;
	background: #C5E3E8 url(http://img9.custompublish.com/getfile.php/2353009.1919.cbcquaxwtw/m0nster_retina.png) no-repeat center right;
	background-size: 726px 284px;
    background-image: url(http://img9.custompublish.com/getfile.php/2342840.1919.caxytpcvwu/m0nster.png)\9; /* IE 8 FIX */

}
#top {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 15px 0;
	font-family: 'Titillium Web', sans-serif;
}
.topcontainer{
	width: 100%;
}
.logo{
	margin-top: 25px;
	float: left;
}
#slogan{
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 15px;
}

ul.topmenu {
	list-style-type: none;
}
ul.topmenu li {
	display: inline;
}
#headright{
	margin-top: 50px;
}
#searchform {
	background: #fff;
	border: 0;
}
.fonts{
	float: right;
	padding: 4px 10px;
	background: #D15E25;
	color: #fff;
}
.fonts a{
	vertical-align: middle;
	margin: 0;
}
input.searchinput {
	vertical-align: middle;
	border:0;
	padding:5px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	color:#333;
	width:200px;
}
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
	border:0;
	padding-right: 10px;
	background: transparent;
}
#scalenormal {

	font-size: 12px;
}
#scalelarge {

	font-size: 14px;
}
#scalelargest {

	font-size: 16px;
}
.birdie{
	background: url(http://img9.custompublish.com/getfile.php/2344659.1919.awberfessa/birdie.png);
	height: 29px;
	width: 50px;
	float: left;
	margin-top: 5px;
}

/*---- End header elements ----*/

/*---- Nav elements ----*/

/* Checkbox hack */

#navbar input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#navbar label {
	display: none;
}

#navbar input[type=checkbox]:checked ~ ul.mainmenu {
	display: none;
}

#toggleimg {
	margin: 5px;
	clear: both;
}

.mainmenucontainer {
	background: #1f7099;
	/* fix #top padding */
	margin: 0;
	width: 100%;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
}

#mainmenu {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
#mainmenu li {
	float: left;
	position: relative;
	/*z-index: 999;*/
}
#mainmenu li a {
	color: #FFF;
	display: block;
	padding: 10px 35px;
	text-decoration: none;
}
#mainmenu ul li a:hover {
	color: #455a62;
}
#mainmenu li.firstitem a {
	border-left: 0;
}
#mainmenu li.lastitem a {
	border-right: 0;
}
#mainmenu li a:hover, #mainmenu li.itemselected > a {
	background-color: #455a62;
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
}

#mainmenu li ul{
	position: absolute;
	left: 0;
	width: 500px;
	visibility:hidden;
	opacity:0;
	box-shadow:0 1px 6px rgba(0,0,0,.15);
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	background: #455a62;
	padding: 4px 0;
	z-index: 999;
	top: 55px;
}
#mainmenu ul li {
	float: left;
	text-shadow: none;
	width: 50%;
}
#mainmenu #m6menu299752{
	width: 250px;
}
#mainmenu #m6menu299752 li{
	width: 100%;
}

#mainmenu ul li a{
  	font-size: 12px;
  	padding:6px;
	color:#fff;
}
#mainmenu ul li a:hover, #mainmenu ul li.itemselected > a{
	color: #333;
  	background: #f6f6f6;
}

#mainmenu ul ul {
  	margin: -0.45em 0 0 190px;
}

#mainmenu li:hover ul,
#mainmenu a:hover ul {
	visibility:visible;
	opacity:1;
}

#mainmenu ul li:hover {
	visibility:visible;
	opacity:1;
}
#mainmenu .triangle {
	width:0;
	height:0;
	position:absolute;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #455a62;
	top:-8px;
	left:10%;
	margin-left:-8px;
}
/* Menuicons */

#mainmenuitem189261{
	background-image: url(http://img9.custompublish.com/getfile.php/2356349.1919.vqpwwfbbub/Husholdning.png);
	background-position: 10px;
	background-repeat: no-repeat;
	background-size: 20%;
    background-image: url(http://img9.custompublish.com/getfile.php/2358319.1919.uqapvcrfax/Husholdning_ie8.png)\9; /* IE 8 FIX */
}
#mainmenuitem189262{
	background-image: url(http://img9.custompublish.com/getfile.php/2356347.1919.buysuufypu/bedrift.png);
	background-position: 10px;
	background-repeat: no-repeat;
	background-size: 18%;
    background-image: url(http://img9.custompublish.com/getfile.php/2358316.1919.qrbxsvfbbe/bedrift_ie8.png)\9; /* IE 8 FIX */
}
#mainmenuitem190694{
	background-image: url(http://img9.custompublish.com/getfile.php/2356348.1919.evdrxdspuq/gjenvinningsstasjoner.png);
	background-position: 10px;
	background-repeat: no-repeat;
	background-size: 10%;
    background-image: url(http://img9.custompublish.com/getfile.php/2358318.1919.cfvuxyvwxp/gjenvinningsstasjoner_ie8.png)\9; /* IE 8 FIX */
}
#mainmenuitem189244{
	background-image: url(http://img9.custompublish.com/getfile.php/2356350.1919.dcffwupcwc/omroaf.png);
	background-position: 10px;
	background-repeat: no-repeat;
	background-size: 15%;
    background-image: url(http://img9.custompublish.com/getfile.php/2358320.1919.tfrefdfsqe/omroaf_ie8.png)\9; /* IE 8 FIX */
}
#mainmenuitem253477{
	background-image: url(http://img9.custompublish.com/getfile.php/2356351.1919.pfytssupad/tjenester.png);
	background-position: 10px;
	background-repeat: no-repeat;
	background-size: 18%;
    background-image: url(http://img9.custompublish.com/getfile.php/2358321.1919.dfuqtsufer/tjenester_ie8.png)\9; /* IE 8 FIX */
}
#mainmenuitem264393{
	background-image: url(http://img9.custompublish.com/getfile.php/2358405.1919.safxyqusef/clock.png);
	background-position: 10px;
	background-repeat: no-repeat;
	background-size: 15%;
    background-image: url(http://img9.custompublish.com/getfile.php/2358404.1919.cttaxactxx/clock_ie8.png)\9; /* IE 8 FIX */
}
#mainmenuitem299752{
	background-image: url(http://img9.custompublish.com/getfile.php/2396509.1919.axpfxpawdu/Snakkebobleikon.png);
	background-position: 5px;
	background-repeat: no-repeat;
	background-size: 12%;
    background-image: url(http://img9.custompublish.com/getfile.php/2396510.1919.eduyweypad/Snakkebobleikon_ie8.png)\9; /* IE 8 FIX */
}

/*---- End nav elements ---*/

/*---- Openinghours ----*/

.openinghoursbox{
	float: left;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	width: 100%;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    text-align: left\9;
}

.openinghoursbox .bacon a, .openinghoursbox .bacon a:visited{
	color: #000;
}

.openinghoursbox .bacon:hover{
	background: rgb(220, 220, 220); /*fallback IE*/
	background: rgba(220, 220, 220, .8);

}
.openinghoursbox .bacon:hover a{
	text-decoration: none;
}
.openinghoursbox > .bacon:nth-child(9){
	margin-right: 0;
}
.openinghoursbox h2{
	font-weight: 400;
	border-bottom: 1px solid #e1e1e1;
}
.bacon{
	float: left;
	margin: 0 5px 0 0;
	font-size: 15px;
	width: 12%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.bacon b{
	font-size: 19px;
	font-weight: 400;
}
#openinghoursbtn{
	float: right;
	font-size: .6em;
	line-height: 1.8;
}
#openinghoursbtn a{
	background-color: #B6BB2C;
	color: #fff;
	padding: 5px;
	text-shadow: 1px 1px #666;
}
#openinghoursbtn a:hover{
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.green{
	border-top: 5px solid #B6BB2C;
}
.gray{
	border-top: 5px solid #999;
}

/*---- End openinghours ----*/

/*---- Main elements ----*/

#kontakt{
	width: 28% !important;
	font-family: 'Titillium Web', sans-serif;
	height: 320px;
}
#kontakt ul li.adress{
    line-height:1.3em;
    margin: .25em 0 1em 0;
    padding: 0 0 0 30px;
	background:url(http://img9.custompublish.com/getfile.php/2344338.1919.qwrrbbqtwf/location-pointer.png) no-repeat 0 7px;
    background-size: 15px 21px;
    background-image: url(http://img9.custompublish.com/getfile.php/2358306.1919.rvxqfwwbeb/location-pointer_ie8.png)\9; /* IE 8 FIX */
}
#kontakt ul li.phone{
	font-size: 1.5em;
    line-height:1.3em;
    margin: .25em 0 1em 0;
    padding: 0 0 0 30px;
	background:url(http://img9.custompublish.com/getfile.php/2344339.1919.wpyspbytpy/telephone.png) no-repeat 0 2px;
    background-size: 19px 20px;
    background-image: url(http://img9.custompublish.com/getfile.php/2358304.1919.vqcexpetvc/telephone_ie8.png)\9; /* IE 8 FIX */
}
#kontakt ul li.email{
    line-height:1.3em;
    margin: .25em 0 1em 0;
    padding: 0 0 0 30px;
	background:url(http://img9.custompublish.com/getfile.php/2344337.1919.fpfwscpuxd/email.png) no-repeat 0 2px;
    background-size: 18px 12px;
    background-image: url(http://img9.custompublish.com/getfile.php/2358307.1919.sxwvfvedst/email_ie8.png)\9; /* IE 8 FIX */
}
#kontakt h2{
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.4em;
	font-weight: 400;
}
#sortereboks{
	width: 63% !important;
}
#sortereboks img{
    width: 100%;
    max-height: 100%;
}
#sms-varsel{
	width: 46.8%;
	margin-top: 0;
}
#sms-varsel-info{
	line-height: 1.6;
}
#formcontainer{
	background: #1f7099 url(http://img9.custompublish.com/getfile.php/2344589.1919.vafeayrdre/mobil.png) no-repeat bottom right;
	color: #fff;
	min-height: 447px;
	display: none;
}
#formcontainer .receiptmessage{
	float: left;
	width: 50%;
	padding-left: 10px;
	margin-top: 100px;
}
#formcontainer h2{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 2.2;
	padding: 0 0 0 10px;
	margin: 0;
}
#formcontainer p{
	padding: 0 10px 10px 10px;
	margin: 0;
}
#smsregistrering{
	width: 200px;
	float: right;
	text-align: center;
	margin-right: 20px !important;
	margin-top: -15px !important;
}
#instawidget{
	margin-top: 0;
}
#skjema,
#facebookwidget{
	width: 46.8% !important;
	margin-top: 0 !important;
}
#skjema h2,
#instawidget h2,
#facebookwidget h2{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
}
.skjemalisting,
.instagramlisting{
	background: #fff;
	padding: 10px;
	border: 1px solid #eee;
}
.skjemalisting a img{
	margin-right: 5px;
	margin-top: 3px;
}
#skjematekst{
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
}

.filelist caption,
.filelist thead{
	display: none;
}

.filesize,
.filedate{
	display: none;
}
.fileupload hr{
	display: none;
}
.fileinfolder{
	height: 20px;
}
.filename a{
	background: url(http://img9.custompublish.com/getfile.php/2345196.1919.abcvybyfys/doc.png) no-repeat left top;
	padding-left: 16px;
	font-size: 1.2em;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
}

#main {
	margin-top: 0;
}
.aktuelt{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
}
.headlinelink{
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: #408a9f;
	text-decoration: none;
}
.viewareacontent {
	min-height: 460px; /* ref #main */
}

#mainsidebar {
	float: right;
	width: 180px;
}

/*---- End main elements ----*/

/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}

.right{
	float: right;
	margin-right: 0;
}
/* slideshow */

#slides{
	max-width: 100%;
	height: auto;
}

#slides .slidetext {
	position: absolute;
	z-index: 50;
	right: 0;
	top: 0;
	bottom: -1px;
	width: 200px;
	background: rgba(255,255,255,0.8);
	background-color: #fff\9;
	filter: alpha(opacity=80)\9;
	zoom: 1;
	padding: 10px 20px;
}
#slides .slidetext h2{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 1.5em;
}
#slides .slidetext p{
	color: #000;
	font-size: 1em;
	line-height: 1.4;
	margin-right: 20px;
}
/* pager */
.cycle-prev{
	margin-top: -175px;
	margin-left: -6px;
	float: left;
	z-index: 995;
	position: absolute;
	cursor: pointer;
}
.cycle-next{
	margin-top: -175px;
	margin-right: -8px;
	float: right;
	z-index: 995;
	position: relative;
	cursor: pointer;
}

/* SECTION: page elements */
.skiplink a{
  position: absolute;
	top: -190px;
}
.skiplink a:focus, .skiplink a:hover  {
	position: static;
	left: 0;
	width: auto;
}
#path {
	margin-bottom: 5px;
}
#path span.arrow {
	padding: 0 3px;
}
.addthis_toolbox{
	clear: both;
	float: right;
	width: 60px;
}

.errmsg { font-weight: bold; color: #AA0000; }

/*---- Footer elements ----*/

#footer{
	width: 100%;
	background: #C5E3E8 url(http://img9.custompublish.com/getfile.php/2353009.1919.cbcquaxwtw/m0nster_retina.png) no-repeat center right;
	background-size: 726px 284px;
	border-top: 6px solid #1f7099;
	padding: 15px 0 15px 0;
    background-image: url(http://img9.custompublish.com/getfile.php/2342840.1919.caxytpcvwu/m0nster.png)\9; /* IE 8 FIX */

}
#footercontainer{
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 0 0;
}
#contactinfo{
	text-align: left;
}
.contactinfobox div{
	margin-bottom: 5px;
}
#copyright{
	text-align: center;
}
#somecontainer{
	background: #fff;
	padding: 5px;
	width: 76px;
	float: right;
}
#somecontainer a{
	display: block;
	float: left;
	margin: 3px;
}
.footerbirdie{
	background: url(http://img9.custompublish.com/getfile.php/2344659.1919.awberfessa/birdie.png);
	background-size: cover;
	height: 20px;
	width: 35px;
	float: right;
	margin-top: 5px;
    background-image: url(http://img9.custompublish.com/getfile.php/2358311.1919.prufqbyftd/birdie_ie8.png)\9; /* IE 8 FIX */
}
#cp{
	text-align: center;
}

/* weather forecast */

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

/* Calendar  */
.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 0.9em; }
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}

.bannerimg{
	width: auto;
	height: auto;
	max-width: 99%;
}
.show-small{
	display: none;
}
.sorteremobile img{
	max-width: 100%;
	height: auto;
}

.box#campaign{
	padding: 9px;
}

.some-top{
	float: right;
}

.some-top,
.some-top a,
.some-top img{
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.some-top img{
	margin-left: -4px;
}

/*BANNER*/
.banner-container .wrapper,
.banner-container a.banner-link {
	display: block;
}

.banner-container {
	/*width: 99%;*/
	margin: 0 auto;
	background-color: #f9f9f9;
	/*padding-bottom: 1rem;*/
	/*border: 1px solid rgba(0,0,0,0.16);*/
	border: 5px solid #F37721;
	max-height: 18rem;
	overflow: hidden;
}

.banner-container .title,
.banner-container .applinks-title {
  text-align: center;
  background-color: rgba(197,227,232,1);
  padding: 1rem;
  /*margin-bottom: 1rem;*/
   /*transform: translateY(-200%);*/
}

.banner-container .title {
	font-size: 2rem;
}

.banner-container .applinks-title {
	font-size: 1rem;
}

.banner-container .link {
	display: inline-block;
}

.banner-container .applinks-wrapper {
	text-align: center;
}

.banner-container .wrapper {
  perspective: 1000px;
  margin: 0 auto;
  overflow: hidden;
  width: 90%;
}

.banner-container .applinks img {
	max-height: 3.5rem;
}

.banner-container .inner {
  animation: rotate;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}

.banner-container .inner figure {
  box-shadow: -6px 6px 2px -3px  rgba(100,100,100,.1);
  padding: 1rem 1rem 0.5rem 1rem;
  display: inline-block;
  margin-right: 1em;
  background: rgba(250,200,200,0.1);
  border: 1px solid rgba(250,200,200,.5);
  height: 161px;
}

.banner-container .inner figcaption {
  text-align: center;
  padding-top: 0.5rem;
  background-color: rgba(197,227,232,1);
}

.banner-container .inner img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

/*BANNER END*/



/*---- RESPONSIVE ----*/
@media (max-width: 650px) {
	.banner-container {
		max-height: 22rem;
	}

	.banner-container .wrapper,
	.banner-container a.banner-link {
		display: none;
	}

	.banner-container .applinks-title {
		margin-bottom: 1rem;
	}

	.banner-container a {
		display: block;
		text-align: center;
	}

	.banner-container .link {
		margin-bottom: 1rem;
	}

}


/* Animation */
@keyframes rotate {
  0% {transform: rotateY(7deg);}
  50% {transform: rotateY(-7deg);}
  100% {transform: rotateY(7deg);}
}

/*---- RESPONSIVE ----*/
@media handheld, only screen and (max-width: 1140px) and (min-width: 1002px) {

	#top{
		width: 95%;
	}
	#footercontainer{
		width: 95%;
	}
	.slides_container{
		overflow-x: hidden;
	}
	.slidetext{
		left: 0;
	}
	.mainmenucontainer{
		font-size: 14px;
	}
}


@media handheld, only screen and (max-width: 1002px) and (min-width: 481px) {

	.hide-small {
		display: none;
	}
	.show-small {
		display: block;
	}
	#sortereboks img{
		width: 100%;
		max-height: 100%;
	}
	.logo{
		float: left;
		text-align: left;
		margin-top: 0;
		padding-top: 20px;
		margin-left: 15px;
	}
	#headright{
		float: right;
		margin-left: auto;
		margin-right: 15px;
		padding-top: 35px;
		padding-bottom: 10px;
		max-width: 59%;
		margin-top: 0;
	}
	#headright .fonts{
		display: none;
	}
	#searchform {
		text-align: left;
	}
	input.searchinput{
		width: 75% !important;
	}
	input.searchsubmit{
		padding: 7px;
		float: right;
	}
	#top{
		width: 100% !important;
	}
	#mainmenu{
		width: 100% !important;
	}
	#mainmenu li {
		width: 100%;
	}
		/* Menuicons */
	#mainmenuitem189261{
		background-size: 25px;
	}
	#mainmenuitem189262{
		background-size: 25px;
	}
	#mainmenuitem190694{
		background-size: 25px;
	}
	#mainmenuitem189244{
		background-size: 25px;
	}
	#mainmenuitem253477{
		background-size: 25px;
	}
	#mainmenuitem264393{
		background-size: 25px;
	}
	#mainmenuitem299752{
		background-size: 25px;
	}
	#footercontainer{
		width: 100% !important;
	}
	#page{
		width: 100% !important;
	}
	.bacon{
		width: 24%;
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: 5px;
	}
	#slides {
		float: none;
		width: 97%;
	}
	.slide{
		width: 100%;
	}
	#sortereboks{
		float: left;
		width: 48% !important;
	}
	#kontakt {
		float: right;
		width: 47% !important;
		margin-right: -22px;
		max-height: 325px;
	}
	#contactdetails{
		float: left;
		width: 44%;
		padding-right: 18px;
		border-right: 1px solid #e1e1e1;
	}
	#fbbox{
		float: right;
		width: 44%;
		overflow: hidden;
	}
	#topright,
	#sms-varsel,
	#skjema,
	#main {
		float: none !important;
		width: 97% !important;
	}
	#contactinfo,
	#copyright,
	#some {
		float: none;
		text-align: center;
		width: 100%;
		margin-top: 10px;
	}
	/* SMS Registrering */
	#smsregistrering{
		width: 100%;
		float: none;
		margin-top: 35px !important;
	}
	input.sfx-mobilnummer{
		width: 48%;
	}
	.cpsselect{
		width: 50% !important;
	}
	.cpsformcontainer .cpsimpleform input.cpstext{
		width: 48% !important;
	}
	.cpsimpleform input[type="submit"]{
		width: 50% !important;
	}
	/* bottom */
	#somecontainer{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.footerbirdie{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#mainmenu li ul {
		display: none;
	}

	.articleblock .textwrap {
		float: left;
		width: 100%;
	}
	.articleblock .imgwrap {
		width: 28.5%;
	}

	.cpsformcontainer{
		float: none;
		width: auto ;
	}
	/* felt */
	.cpsformcontainer .cpsimpleform input.cpstext,
	.cpsformcontainer .cpselementcontainer {
		width: auto;
		float: none;
	}
	/* checkout */
	.checkoutpage #main {
		width: auto;
		padding: 0;
	}
	#mainsidebar {
		display: none;
	}

	label {
		display: block !important;
	}

	#mainmenu {
		display: none;
	}
	input[type=checkbox]:checked ~ #mainmenu {
 		display: block !important;
	}
	#mainmenu li {
		float: none;
		width: 100%;
	}
	ul.submenu {
		visibility: hidden !important;
	}

}

@media handheld, only screen and (max-width: 480px) {

	html, body{
		width: 100%;
		overflow-x: hidden;
	}
	.hide-small{
		display: none;
	}
	.show-small{
		display: block;
	}
	#sortereboks img{
		width: 100%;
		max-height: 100%;
	}
	.logo{
		float: none;
		text-align: center;
		margin-top: 0;
		padding-top: 20px;
	}
	#headright{
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 10px;
		max-width: 59%;
		margin-top: 0;
	}
	#headright .birdie{
		display: none;
	}
	#headright .fonts{
		display: none;
	}
	#searchform {
		text-align: left;
	}
	input.searchinput{
		width: 75% !important;
	}
	input.searchsubmit{
		padding: 5px;
		float: right;
	}
	#top{
		width: 100% !important;
	}
	#mainmenu{
		width: 100% !important;
	}
	#mainmenu li {
		width: 100%;
	}

	/*Menuicons*/
	#mainmenuitem189261{
		background-size: 25px;
	}
	#mainmenuitem189262{
		background-size: 25px;
	}
	#mainmenuitem190694{
		background-size: 25px;
	}
	#mainmenuitem189244{
		background-size: 25px;
	}
	#mainmenuitem253477{
		background-size: 25px;
	}
	#mainmenuitem264393{
		background-size: 25px;
	}
	#mainmenuitem299752{
		background-size: 25px;
	}
	#footercontainer{
		width: 100% !important;
	}
	#page{
		width: 100% !important;
	}
	.bacon{
		width: 48%;
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: 5px;
	}
	#slides {
		display: none;
	}
	#sortereboks{
		width: 100% !important;
	}
	#kontakt {
		float: left;
		clear: both;
		width: 100% !important;
	}
	#contactdetails{
		float: left;
		width: 44%;
		padding-right: 8px;
		border-right: 1px solid #e1e1e1;
	}
	#fbbox{
		float: right;
		width: 44%;
		overflow: hidden;
	}
	#topright,
	#sms-varsel,
	#skjema,
	#main {
		float: none !important;
		width: 94% !important;
	}
	#contactinfo,
	#copyright,
	#some {
		float: none;
		text-align: center;
		width: 100%;
		margin-top: 10px;
	}
	/* SMS Registrering */
	#formcontainer{
		background: #1f7099;
	}
	#smsregistrering{
		width: 100%;
		float: none;
		margin-top: 35px !important;
	}
	input.sfx-mobilnummer{
		width: 96%;
	}
	.cpsselect{
		width: 100% !important;
	}
	.cpsformcontainer .cpsimpleform input.cpstext{
		width: 96% !important;
	}
	.cpsimpleform input[type="submit"]{
		width: 100% !important;
	}
	/* bottom */
	#somecontainer{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.footerbirdie{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#mainmenu li ul {
		display: none;

	}
	.cpsformcontainer{
		float: none;
		width: auto ;
	}
	/* felt */
	.cpsformcontainer .cpsimpleform input.cpstext,
	.cpsformcontainer .cpselementcontainer {
		width: auto;
		float: none;
	}
	/* checkout */
	.checkoutpage #main {
		width: auto;
		padding: 0;
	}
	#mainsidebar {
		display: none;
	}


	label {
		display: block !important;
	}

	#mainmenu {
		display: none;
	}
	input[type=checkbox]:checked ~ #mainmenu {
 		display: block !important;

		-webkit-transition:all 1s ease-in-out;
		-moz-transition:all 1s ease-in-out;
	}
	#mainmenu li {
		float: none;
		width: 100%;
	}
	ul.submenu {
		visibility: hidden !important;
	}
}
@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}
	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}
