/* Custom Publish CSS 2014. Author HH/EE */

/* --------------------------------------------------
Table of Contents
-----------------------------------------------------
:: Resets
:: Typography
:: Structure
:: General Rules
:: General Wraps
:: General Elements
:: Header
:: Menus & Search
:: - Searchfield
:: Forms
:: Listing
:: View
:: Sidebar
:: Footer
:: Misc
:: Media Queries
*/




/*
== Hide LOS on all 'private barnehager'
*/
.ppt348450 .article-tk-tabs,
.ppt348451 .article-tk-tabs, .ppt348452 .article-tk-tabs, .ppt348453 .article-tk-tabs,
.ppt348454 .article-tk-tabs, .ppt348457 .article-tk-tabs, .ppt348459 .article-tk-tabs  {
	display: none;
}



/* -----------------------------------------
   Resets
----------------------------------------- */

html, body, div, span, object, iframe, img {
	margin: 0;
	padding: 0;
}
html{
	font-size: 62.5%; /* 1em = 10px / 1.3em = 13px */
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}

/*  cf = clearfix, add this class to elements you need to clear  */
.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf {
	display: inline-block;
}
html[xmlns] .cf {
	display: block;
}
* html .cf {
	height: 1%;
}

img{
	max-width: 100%;
	width: auto;
	height: auto !important;
}

a img {
	border: none;
}

.body img[align="left"] {
	margin-right: 10px;
}
.body img[align="right"] {
	margin-left: 10px;
}
.forum {
	clear: both;
}

img[style*="float: left"]{
	padding: 0 .5em .5em 0;
}
img[style*="float: right"]{
	padding: 0 0 .5em .5em;
}

table.layout {
	margin: 0;
	padding: 0;
}
td.layout {
	padding: 0;
	text-align: left;
	vertical-align: top;
}
iframe{
	max-width: 100%;
}


/* -----------------------------------------
   Typography
----------------------------------------- */

table,caption,th,td {
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
p {
	line-height: 1.8;
	margin: 0 0 1em;
}
code,
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
strong{
	font-weight: 700;
}
em{
	font-style: italic;
}
blockquote {
	font-style: italic;
	font-family: Georgia, serif;
	position: relative;
	padding: 2em;
	color: #979797;
}
blockquote:before {
	content: "\201C";
	display: inline-block;
	font-size: 3em;
	color: #e2e2e2;
	position: absolute;
	z-index: -1;
	margin-left: -10px;
	line-height: .1;
	font-family: Georgia, serif;
}
blockquote:after {
	content: "\201D";
	display: inline-block;
	font-size: 3em;
	color: #e2e2e2;
	position: absolute;
	z-index: -1;
	left: 0;
	line-height: .7;
	font-family: Georgia, serif;
	line-height: .3;
}

a:link { text-decoration: underline; color: #000; }
a:visited { text-decoration: underline; color: #000; }
a:link { text-decoration: underline; }

.mainmenu a:link {
	text-decoration: none;
  color: #fff !important;
  font-weight: 500;
  font-size: 1.05em;
}
.mainmenu a:hover { color: #fff; text-decoration: none; }
.mainmenu a:visited { color: #fff; text-decoration: none; }

.mainmenu li.itemselected a { color:#fff; }

/* Linked headlines (normally inside LIST-sections) */
.headlinelink { text-decoration: underline; color: #333 !important; }
.headlinelink:visited { color: inherit !important; }
.headlinelink:hover { text-decoration: underline !important; }

/* Linked headlines on listing pages */
.headline .headlinelink { text-decoration: underline; color: #333 !important; }
.headline .headlinelink:visited { color: inherit !important; }
.headline .headlinelink:hover { text-decoration: underline !important; }


.pagetitle a:link { text-decoration: none; color: #333 !important; }
.pagetitle a:visited { color: inherit !important; }
.pagetitle a:hover { text-decoration: underline !important; }

h3.heading {
	font-weight: 400;
}

.fplisting h3.heading, .fplisting h3.heading a {
	margin-bottom: .6em;
	padding-bottom: .6em;
	border-bottom: 1px solid #e7e7e7;
	color: #004990;
	text-decoration: none;
}

/* -----------------------------------------
   Structure
----------------------------------------- */

.row { width:100%; display: block; }

.column, .columns {float:left; padding: 0 .5em;} /* padding = gutter size */

.zeropointfive.column { width: 4.1666666% }
.one.column			{ width: 8.333333333%; }
.two.columns		{ width: 16.666666666%; }
.three.columns	{ width: 24.999999999%; }
.four.columns		{ width: 33.333333332%; }
.five.columns		{ width: 41.666666665%; }
.six.columns		{ width: 50%; }
.seven.columns	{ width: 58.333333331%; }
.eight.columns	{ width: 66.666666664%; }
.nine.columns		{ width: 74.999999997%; }
.ten.columns		{ width: 83.333333333%; }
.eleven.columns { width: 91.666666663%; }
.twelve.columns { width: 100%; }

.column, .columns { margin-bottom:15px; }

.row .column:last-child, .row .columns:last-child, .column.last, .columns.last { padding-right:0 !important; }
.row .column:first-child, .row .columns:first-child, .column.first, .columns.first { padding-left:0 !important; }

/* -----------------------------------------
   	General Rules
----------------------------------------- */

.fl { float:left; }
.fr { float:right; }
.db { display:block; }
.dib { display: inline-block; }
.di { display: inline; }
.pr { position: relative; }
.pa { position: absolute; }
.formobile{ display: none; }
.fordesktop{ display: block; }
.tal{ text-align: left; }
.tac{ text-align: center; }
.tar{ text-align: right; }
.donotshow{ display: none; visibility: hidden; }
.show{ display: block; visibility: visible; }
/* opacity white styling */
.op1 { background: url("/images/opacity/white/opacity10.png") repeat; }
.op2 { background: url("/images/opacity/white/opacity20.png") repeat; }
.op3 { background: url("/images/opacity/white/opacity30.png") repeat; }
.op5 { background: url("/images/opacity/white/opacity50.png") repeat; }
.op6 { background: url("/images/opacity/white/opacity60.png") repeat; }
.op7 { background: url("/images/opacity/white/opacity70.png") repeat; }
.op8 { background: url("/images/opacity/white/opacity80.png") repeat; }
.op9 { background: url("/images/opacity/white/opacity90.png") repeat; }
.op10 { background: #fff; }
/* opacity black styling */
.blackop1 { background: url("/images/opacity/black/opacity10.png") repeat; }
.blackop2 { background: url("/images/opacity/black/opacity20.png") repeat; }
.blackop3 { background: url("/images/opacity/black/opacity30.png") repeat; }
.blackop5 { background: url("/images/opacity/black/opacity50.png") repeat; }
.blackop6 { background: url("/images/opacity/black/opacity60.png") repeat; }
.blackop7 { background: url("/images/opacity/black/opacity70.png") repeat; }
.blackop8 { background: url("/images/opacity/black/opacity80.png") repeat; }
.blackop9 { background: url("/images/opacity/black/opacity90.png") repeat; }
.blackop10 { background: #000; }


/* -----------------------------------------
   	General Wraps
----------------------------------------- */

.wrap{
	max-width: 1040px; /*Page width*/
	width: 100%;
	margin: 0 auto; /*Centered page */
}

/* -----------------------------------------
   	General Elements
----------------------------------------- */

.skiplink a{
  position: absolute;
	top: -190px;
}

.skiplink a:focus, .skiplink a:hover  {
	position: static;
	left: 0;
	width: auto;
}

.notfrontpage .skolesider #main{ min-height: 50px !important; }
.notfrontpage #main{ min-height: 750px; }

.notfrontpage .skolesider #main{ min-height: 50px !important; }

.pagedescription {
	margin: 2em 0 0;
}

.pagedescription h1, .pagetitle {
	font-size: 23px;
	font-weight: normal;
	margin: 12px 0 8px;
}

.pagedescription p {
}

#path {
	margin: .6em 0 .6em;
	padding-bottom: 1rem;
	font-size: 1em;
	border-bottom: 1px solid #ccc;
}

#content {
}

.meldingblock{
	padding: 1rem 1rem 0;
	border: 3px solid #004990;
}

.meldingblock .messagecontent{
	display: none;
}

.meldingblock .morebtn{
	margin-top: 2rem;
	display: inline-block;
	text-decoration: none;
	background-color: #eee;
	color: #000;
	padding: 0.5rem 1rem;
	transition: all 0.2s ease;
}

.meldingblock .morebtn:hover{
	background-color: #e0e0e0;
}

/* -----------------------------------------
   	Header
----------------------------------------- */

#headerwrap {
}

#header{
	background-color: #00638a;
	padding: 3em 0 0;
	/* border-bottom: 6px solid #00638a; */
  }

img.headerwrapimg {
	width: 100%;
	height: auto;
}

.toptop {
	background: #f5f5f5;
}

.accessibilitywrapper {
	display: inline-block !important;
	margin-bottom: .5em;
}

.textlogo img{
	width: 300px;
	height: auto;
}

a.colorscheme.normal {
	display: none;
}

.scaletext {
	padding-top: 10px;
	margin-left: 1.2em;
}

.colorscheme img {
	padding-top: 15px;
	margin-left: 1.2em;
}
.rss {
	margin-top: 5px;
}

ul.fpscmenu {
	padding: 0;
	list-style: none;
}

ul.fpscmenu > li {
	float: left;
	width: 20%;
	/*width: 33.33%;*/
}


ul.fpscmenu > li a {
	color: #fff !important;
	background: #00638a;
	width: 100%;
	display: block;
	text-align: center;
	padding: .7em 0;
	border-radius: 7px;
	font-size: 1.2em;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	width: 80%;
	margin: 0 auto;
}

ul.fpscmenu > li a:hover {
	background: #094864;
	color: #fff !important;
}

.toptoplinkswrapper {
	display: inline-block;
	margin: 8px 6px;
}

.toptopmenu {
	float: left;
}

.toptopmenu > li {
	display: inline-block;
}

.toptopmenu > li > a {
	color: #000;
}

a.toptoplinks {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	margin-right: 8px;
}

.headerdeksel {
	left: 0;
	top: 0;
}

.notfrontpage .headerdeksel {
	display: none;
}

wrapper.eight.columns, .textlogo.four.columns {
	margin-bottom: 0 !important;
}

.go-to-arrow{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: url(https://img5.custompublish.com/getfile.php/3219282.2355.yuwcrrtewf/arrow_down4.png) no-repeat;
	background-size: 100%;
	text-decoration: none !important;
	display: inline-block;
	left: 50%;
	margin-left: -25px;
	bottom: 0em;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.go-to-arrow:hover{
	background-color: #ccc;
}

/* -----------------------------------------
   Mobile Side Bar Nav
----------------------------------------- */
.new_menu {
	height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right:0;
  background-color: #FAFAFA;
  overflow-x: hidden;
  padding-top: 30px;
  transition: 0.5s;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19);
}

.mobilemenu_text {
	display: none;
	font-size: 1.2em;
	text-align: right;
	width: 100%;
}

.close_menu_btn {
	float: left;
	padding-left: 40px;
	padding-bottom: 20px;
	width: 100%;
}

.side-nav-list {
	padding-top: 10px;
}

.arrow_left {
	height: 35px;
	width: 35px;
	float: left;
}

.arrow_tjenester {
	width: 15px;
	height: 15px;
}

.side-nav-list li {
	list-style: none;
	font-size: 20px;
	line-height: 2.5em;
	border-bottom: 1px solid #000;
}

.side-nav-list a {
	text-decoration: none;
}

.side-nav-list_level_2 li {
	font-size: 1.3em;
	border: none;
	line-height: 2em;
}

.side_nav_next, .arrow_left {
	cursor: pointer;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	transition: opacity 0.3s;
}

.overlay_clicked::before {
	opacity: 1;
}


/* -----------------------------------------
   	Menus & Search
----------------------------------------- */


#navigation {}

ul.menu, ul.submenu, ul.menu ul, #mainsidebar ul, ul.mainmenu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.menu li, ul.submenu li {
	margin: 0;
	padding: 0;
}

/* Standard navigation links */
.menu a:link { text-decoration: none; }
.menu a:visited { color: inherit; }
.menu a:hover { text-decoration: underline; }

.menu .menuselected:link { }
.menu .menuselected:visited { }
.menu .menuselected:hover { }

.meny a.menuitemselected {
}

.mainmenu > li {
	float: left;
	/* padding-top: 3em; */
	padding-bottom: 1em;
}

.sidemenu > li {
	padding-top: 0;
}

.mainmenu > li a {
	display: block;
	margin: 0 0 0 1.6em;
}

.mainmenu a.menuitemselected {
}

.menu.frontpagemenu {
	list-style: none;
	margin: 2em auto;
	padding: 0;
	width: 100%;
}

.menu.frontpagemenu > li {
	float: left;
	padding-right: 1em;
	width: 25%;
	padding-bottom: 3em;
	position: relative;
}

.menu.frontpagemenu li:last-child {
	padding-right: 0 !important;
}

.frontpagemenu > li > a {
	display: block;
	background: #00638a;
	color: #fff !important;
	padding: 7em 0 1.2em;
	width: 100%;
	border-radius: 10px;
	text-align: center;
	font-size: 1.1em;
	background-size: 24% !important;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}


.frontpagemenu > li.itemlvlnum1 > a {
	background: #00638a url(https://img2.custompublish.com/getfile.php/4158240.622.mmlkqpunspwtsl/visitor.png) center 30% no-repeat;
	background-size: 30% !important;
}

.frontpagemenu > li.itemlvlnum2 > a {
	background: #00638a url(https://img2.custompublish.com/getfile.php/4158245.622.ppsbbksuszqspt/sketch.png) center 30% no-repeat;
	background-size: 30% !important;
}

.frontpagemenu > li.itemlvlnum3 > a {
	background: #00638a url(https://img2.custompublish.com/getfile.php/4158241.622.jstplqbmut7zlb/phonendoscope.png) center 30% no-repeat;
	background-size: 21% !important;
}

.frontpagemenu > li.itemlvlnum4 > a {
	background: #00638a url(https://img2.custompublish.com/getfile.php/4158239.622.lssnpjjjwzmlmn/kids.png) center 30% no-repeat;
}

.frontpagemenu > li.itemlvlnum5 > a {
	background: #00638a url(https://img2.custompublish.com/getfile.php/4158239.622.lssnpjjjwzmlmn/kids.png) center 30% no-repeat;
	background-size: 21% !important;
}

.frontpagemenu > li > a:hover {
	background-color: #094864;
	text-decoration: none;
}



.menu.frontpagemenu ul.menulevel1 {
	background: #00638a;
	padding: 1em 2em;
	color: #333;
	margin: 2.5em auto;
	width: 200%;
	z-index: 99;
	display: none;
	border-radius: 10px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.menu.frontpagemenu li:hover ul {
	display: block;
	position: absolute;
	top: 130px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.menu.frontpagemenu li:last-child:hover ul {
	right: 0;
}

.menu.frontpagemenu li li {
	float: left;
	width: 50%;
	margin: 0;
}


ul.dropdownbtn li:hover .menu-triangle-sprite {
	display: block;
}

.menu.frontpagemenu ul.menulevel1 > li > a {
	display: block;
	width: 100%;
	color: #fff !important;
	font-size: 1.1em;
	background: none;
	margin: .8em .6em .6em 0;
}


.menubtn, .sidemenubtn {
	display: none;
}


.sidemenulink {
	display: block;
	padding: .5em 2em;
	font-size: 1.1em;
	color: #fff;
	background: #004990;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.sidemenulink:hover {
	background: #2077CC;
}

.menubtn {
	width: 100%;
	float: none;
}

.burger {
	display: none;
	padding: 1em 0 .5em;
	list-style: none;
	cursor: pointer;
	float: right;
}

.burger li {
	width: 30px;
	height: 4px;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

.frontpage .headlinelink {
	text-decoration: none !important;
}

.emptypage .pagetitle{
	text-align: center;
	margin-bottom: 2rem;
}

.emptypagemenucontainer{
	margin-bottom: 4rem;
}

.emptypagemenu > li{
	display: inline-block;
	width: 25%;
	margin-right: -4px;
	vertical-align: top;
}

.emptypagemenu > li:not(:first-child){
	padding-left: 2rem;
	border-left: 1px solid #ccc;
}

.emptypagemenu > li > a{
	font-size: 2rem;
	display: inline-block;
	margin-bottom: 1rem;
}


/* Searchform */

.toptop .search { margin-top: 7px; }

.searchform {
	background: #FFF;
	padding: 3px;
	width: 27em;
}
.searchinput {
	vertical-align: middle;
	border: none;
	padding: 3px;
	width: 80%;
}
.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
	float: right;
	max-width: 30px;
}

.fpsearchwrap {
	background: #f7f7f7;
  padding: 1em 0;
  overflow: auto;
}

.fpsearch {
	width: 50%;
	margin: 0px auto;
}

.fpsearch .searchform {
	width: 100%;
	height: 4em;
	padding: .65em;
	border-radius: 7px;
}

.fpsearch .searchinput {
	font-size: 1.3em;
	padding: .5em .4em;
	color: #006891;
}

.fpsearch ::-webkit-input-placeholder {
	color: #000 !important;
	font-weight: 100;
	font-style: italic;
}

.fpsearch .searchsubmit {
	margin: .3em .7em 0 0;
}

.shortcutwrap {
	margin-top: 2.7em;
	color: #fff !important;
}

.searchframe {
	border-radius: 15px;
}


.search.formobile .searchform {
	border: 2px solid #004990;
	border-radius: 5px;
}

.search.formobile {
	padding: 0 1.5em;
}

.search.formobile .searchform {
	width: 100%;
	padding: .4em .7em;
}

.search.formobile .searchinput {
	font-size: 1.1em;
}

.search.formobile .searchsubmit {
	margin-top: .3em;
}

/* Language bar */

.langbar {
	margin: 7px 7px 7px 14px;
	float: right;
}
/* -----------------------------------------
   	Forms
----------------------------------------- */
input:invalid { border:1px solid #FF3B30; }
.mandatory { color: #FF3B30; }

.cpsimpleform input[type="text"]:not([size]),
.cpsimpleform input[type="email"]:not([size]),
.cpsimpleform input[type="tel"]:not([size]) {
	max-width: 100%;
}

.cpsimpleform input[type="tel"]:not([size]),
.cpsimpleform .sfx-phone:not([size]) {
	color:inherit;
}

.cpsimpleform input[type="submit"] {
	display: block;
	margin-left: 0;
	margin-right: auto;
}

.cpsimpleform > .horizontal{
	width: auto;
	float: left;
}
.cpsimpleform > .vertical{
	display: block;
	width: 100%;
	clear: both;
}
.cpsimpleform > .cpselementcontainer{
	padding: 1em 0;
}
.cpsinput{
	font-size: 1.1em;
	background-color: #FFF;
	border: 1px solid #E3E3E3;
	border-radius: 4px;
	box-shadow: none;
	color: #444;
	min-height: 38px;
	padding: 6px 16px;
}

.tkbody {
	background: #eee;
	padding: 7px 50px 7px 0;
}

.tkbody ul {
	list-style: none;
}

.tkbody ul li b {
	font-size: 23px;
	color: #222;
}

.tkbody ul li ul > li:nth-child(even) {
	background: #FFF;
}

.tkbody ul li ul li {
	padding: 4px 0;
}

.tkheaderalpha a {
	background: #004990;
	color: #FFF;
	padding: 3px 5px;
}

.tkheader {
	display: block;
	clear: both;
	padding: 0.7em 0;
}


.article-tk-tabs {
	min-height: 350px;
	margin-bottom: 2em;
	background: #f7f7f7;
	padding: 1em;
}

.skolesider {
	width: 66.666666664%;
}

.virksomhets-los-lenker .article-tk-tabs{
	min-height: 0;
}
.article-tk-tabs ul.tabs-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-tk-tabs ul.tabs-list li{
  float: left;
  margin: 0 .3em 1em 0;
}
.article-tk-tabs ul.tabs-list a{
  float: left;
  display: block;
  padding: .5em;
	background: #00344F;
  color: #acacac;
  border-radius: 5px;
  font-size: 1.1em;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.article-tk-tabs ul.tabs-list .current a,
.article-tk-tabs ul.tabs-list a:hover{
	background: #004990;
	color: #fff;
	border-radius: 5px 5px;
	text-decoration: none;
}
.article-tk-tabs .current-info,
.article-tk-tabs .accessibletabsanchor,
.article-tk-tabs .tabhead{
    position: absolute;
    left: -999em;
}
.article-tk-tabs .content{
    clear: both;
    padding: 0;
}
.tk-tabs-headline{
	padding: 2em 0 0 0;
	margin: 2em 0 0 0;
	border-top: 1px solid #404040;
	font-weight: 500;
}
.article-tk-tabs .tabbody a {
	margin-bottom: .67em;
	font-size: 1.1em;
	line-height: 2em;
	text-decoration: none;
}
.article-tk-tabs .tabbody a::before{
	content: "›  ";
}
.article-tk-tabs .loslink a{
	color: #404040;
	text-decoration: none;
}
.article-tk-tabs .loslink a:hover,
.article-tk-tabs .tabbody a:hover {
	color: #000;
	text-decoration: underline;
}
.article-tk-tabs .tabbody ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabbody {
	background: #f7f7f7;
}


.ldapviewer th.header,
#contactlisttable th{
	text-align: left;
	padding: 1em;
	background: #eee;
	border-right: 1px solid #ccc;
}
.ldapviewer th.header:hover,
#contactlisttable th:hover{
	background-color: #DFDFDF;
}
.ldapviewer .departmentrow th{
	padding: .5em 1em;
	text-align: left;
	font-size: .8em;
}
.ldapviewer .departmentrow{
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.ldapviewerfield{
	padding: .7em 0.8em;
	border-bottom: 1px solid #eee;
}

.ldapviewerfield.ldapvcard {
	padding: .4em .25em;
}

#contactlisttable td{
	padding: 1em .5em;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #fafafa;
}
.ldapviewerfield:nth-child(odd),
#contactlisttable .mod0{
	background: #fafafa;
}
#contactlisttable tr:hover{
	background-color: #E4F1FE;
}
.pgn_finnansatt #main form input[type="text"]{
	width: 90%;
	padding: 1em;
	font-size: 1.2em;
	border: 0;
	border: 1px solid #ccc;
}
.pgn_finnansatt #main form input[type="submit"]{
	padding: 1em;
	font-size: 1.2em;
	background: #004990;
	color: #fff;
	border: 0;
	cursor: pointer;
}
.pgn_finnansatt #main form input[type="submit"]:hover{ background: #2980b9; }
#ldapviewercaption, #contactlisttable caption{ font-weight: 100; margin-bottom: .5em; text-transform: uppercase; }

.ldapviewer th {
  text-align: left;
  padding: 1em;
  background: #eee;
}

#ldapviewercaption {
	display: none;
}


/* faner søkeresultat */

.searchpage ul.tabbernav li a {
	background-color: #00344F !important;
  color: #acacac !important;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-right: .2em;
}

.searchpage ul.tabbernav li a:hover {
	background: #004990 !important;
  color: #fff !important;
}

.searchpage ul.tabbernav li.tabberactive a {
	background-color: #004990 !important;
	color: #fff !important;
	border: none !important;
}


.listingarea{  }

.articlelist .articleblock {
	/* margin: 2.5em 0; */
	position: relative;
	min-height: 7em;
}

.articlelist .ingress{
	display: block;
 }

.notfrontpage .articlelist .ingress {
	line-height: 1.5em;
}

/* .articlelist .articleblock .imgwrap{
	overflow: auto;
 } */


.listingarea hr, .hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #000000;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}

.articlelink{  }

.articlelist .headline {
	font-weight: normal;
	font-size: 1.5em;
}


.notfrontpage .articlelist .headline {
	line-height: 1.3em;
	padding-bottom: .3em;
	margin-bottom: .3em;
}

.articlelist a.headlinelink {
	color: #333;

}

.articlelist a.headlinelink:visited {
	color: #333;
}

.byline {
	line-height: 2.4em;
	font-size: .8em;
	color: #666;
}

.byline a {
	text-decoration: underline;
}

.articlelist .subheadline{
	line-height: 1.2;
}

div.pagebar{
	text-align: center;
}

span.arrow {
	margin: 0 7px;
}

a.path {
	text-decoration: none;
	color: #222;
}

a.path:hover {
	text-decoration: underline;
}

a.path:visited {
	color: #222;
}

.sidebarmenuwrap ul {
	list-style: none;
	line-height: 2em;
	text-decoration: none;
}

.meny.menulevel0 {
	padding-left: 0;
}

.sidebarmenuwrap ul.submenu li {
}

.sidebarmenuwrap ul a {
	list-style: none;
	color: #222;
	text-decoration: none;
	font-size: 1em;
}

.sidebarmenuwrap ul a:hover {
	text-decoration: underline;
}
/*
.sidebarmenuwrap ul a:visited {
	color: #222;
}
*/

.sidebarmenuwrap .itemexpanded > ul {

}

.articleblock.nopic .textwrap.eight.columns {
	width: 100%;
	padding-left: 0;
}

ul.sidemenu{
	margin-bottom: 2em;
}

.sidemenu > li {
	margin-bottom: 0;
	border-bottom: 1px solid #f0f0f0;
}

.sidemenu > li > a{
	display: block;
	padding: .45em 0 .45em 1.2em;
	background: #fff;
	color: #333;
	font-weight: 500;
	font-size: 1.1em;
}
.sidemenu li a:hover{
	color: #999;
}
.sidemenu > li > ul{
}
.sidemenu > li > ul li a{
	display: block;
	background-color: #F7F7F7;
	color: #333;
	padding: .25em 2.3em;
}

.sidemenu ul ul li > a {
 padding-left: 3.7em;
}

.sidemenu ul ul ul li > a {
 padding-left: 4.7em;
 background-color: #EAEAEA;
}

.sidemenu ul li ul a {
	background-color: #F0F0F0;
	font-size: .9em;
}

.sidemenu .itemselected > a {
	font-weight: bold;
}

.sidemenu .itemselected.menulevel0 > a  {
  color: #004990 !important;
}

.sidemenu .itemselected.menulevel0

.sidemenu ul li ul li ul a{
	background-color: #e9e9e9;
	padding-left: 1em;
}

.sidemenu ul li ul li ul li ul a {
	background-color: #dbdbdb;
}



/*-----------------------------------------
      Forsidelisting
-----------------------------------------*/

.frontpage.articlelist {
	margin: 2em 0;
	min-height: 20em;
}

.frontpage .main.nine.columns {
	width: 100% !important;
}

.content {
	padding: 1em;
	background: #fff;
}

.infoboks {
	background: #f5f5f3;
	padding: 1em .7em;
	margin-bottom: 9em;
}

.countwrap .ingress p {
	margin-bottom: .5em;
}

.frontpage.articlelisting .headerbilde {
	z-index: -1;
	width: 100%;
	min-height: 450px;
	height: auto;
	background-size: cover !important;
	background-position: center center !important;
}

.no-backgroundsize .headerbilde {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

.frontpage .articlelist h1.headline {
	font-size: 1.1em;
}

.fplisting {
	background: #f7f7f7;
	padding-bottom: 2.5em;
}

.fplisting .articlelist .articleblock {
	margin: 0;
	min-height: 0;
}

.listingarea + center {
	display: none;
}


/* Nyheter */

.nyhetercontainer {
	padding: 6em 0;
	overflow: auto;
}

.nyhetercontainer .articleblock {
	padding: 0.7em;
	height: 310px;
	overflow: hidden;
}

.nyhetercontainer .articeblockwrapper {
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
}


.nyhetercontainer .articlelist .textwrap {
	margin-top: 1em;
}

.nyhetercontainer .articlelist .headline {
	font-size: 1em;
	text-align: center;
	font-weight: 500;
}

.nyhetercontainer .articlelist .headline a {
	color: #000 !important;
	font-weight: 500;
}

.nyhetercontainer img {
	border-radius: 10px;
}

.nyhetercontainer .prev,
.nyhetercontainer .next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 330px;
}


.nyhetercontainer .slidernextarrow img,
.nyhetercontainer .sliderprevarrow img {
	max-height: 30px;
}

/* -----------------------------------------
   	View
----------------------------------------- */

.viewarea{
	/* margin-bottom: 3.6em;*/
	padding-left: .3em;
  }

.viewareacontent{
	font-size: 1.6rem;
}

.body{  }

.innerbody{  }

.innerbody p{  }

.ingressview{
	font-weight: 600;
	margin: 1em 0 0;
	font-size: 1.1em;
}
.byline{
	padding: .5em 0;
	display: block;
}

.byline a {
	color: #222;
}

.viewarea .listingpic{  }

.viewarea .articleparagraph{
	margin: 2.3em 0;
 }

 .viewarea .articleparagraph.articleparagraphdynamic{
 	margin: 0;
 }

.headlineview {
	margin-top: 10px;
	font-weight: normal;
}

.viewareacontent .subheadline{
	margin-top: 10px;
	font-weight: normal;
	font-size: 18px;
	color: #004200;
}

.viewareacontent .paragraphheadline {
	font-size: 1.5em;
	font-weight: normal;
}

.paragraphpictable, .articleparagraph .paragraphimage {
	width: 35%;
	height: auto;
	float: right;
	padding: 0 0 .5em .6em;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.paragraphpictable.open {
	width: 100%;
}
.articleparagraph .open{
	width: 100%;
}
.paragraphpictable .paragraphimage {
	width: 100%;
}

.paragraphpictext{
	padding: .1em 0;
	color: #636363;
}

/*
.viewarea img[align="left"] {
	margin: 0 10px 10px 0;
}
.viewarea img[align="right"] {
	margin: 0 0 10px 10px;
}
.viewarea img[align="middle"] {
	margin: 0 0 10px 0px;
} */

.viewarea .articlemedia.images {
	float: right;
}

.viewarea .articlemedia .articleimage {
	margin: 0 0 10px 0px;
	display: inline-block;
	margin-bottom: 2rem;
}
.viewarea .articlemedia .articleimagedesc{
	text-align: center;
	font-style: italic;
	position: absolute;
	left: 1rem
}

/*
.viewarea .listingpic .dynimage {
	max-height: 45em;
	width: auto;
}
*/

.tools {
	padding-top: 7px;
}

.viewarea .ingresspiccustom1 {
	max-width: 50%;
}

.tjenester-menu {
	margin-top: 3em;
}

.tjenester-menu a {
	line-height: 1.8;
}

.tjenester-menu a:hover {
	text-decoration: underline;
}

.tjenester-menu li.menulevel1 {
	float: left;
	width: 23%;
	margin-bottom: 2em;
	margin-right: 1em;
	background: #f5f5f5;
	padding: .2em .9em;
	min-height: 20em;
}

.tjenester-menu li.menulevel1 > a {
	font-size: 1.5em;
	font-weight: 300;
	border-bottom: 1px solid rgb(24, 111, 137);
}


.tjenester-menu a:visited {
	color: rgb(19, 86, 107);
}


/* SKOLEMAL VIEW */


.skolepagetitle {
	top: 70%;
	left: 0;
	background: #fff;
	padding: .4em 1em;
	font-size: 1.4em;
	font-weight: 700;
}

.pagelevel6 .skolepagetitle {
	display: none !important;
}


h1.skolemal.headlineview {
	font-size: 1.5em;
}

.skolemal.ingressview {
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1em;
}

.skolemal.snarveier.box {
	background: none;
	color: #fff;
	padding: 0;
}

.skolemal.snarveier li {
	margin: .5em 0;
}

.skolemal.snarveier a {
	color: #fff;
	line-height: 2.5em;
	text-decoration: none;
	font-size: 1.2em;
  font-weight: 300;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 3px;
  background: #004990;
  display: block;
  width: 100%;
  padding: 0 .7em;
}

.skolemal.snarveier a:hover {
	padding: 0 1em;
	background: #005DB8;
}

.skolemal.box .caption {
	color: #fff;
}

.aktuelt {
	margin-top: 2.5em;
}

.aktuelt .articleblock {
	margin: 0;
}

.schooltemplate .article-tk-tabs {
	padding: .9em;
}

.aktuelt .article0 {
	padding-left: 0;
}

.aktuelt .caption {
	border-bottom: 1px solid #ccc;
}

.schooltemplate .kontakt-skolen .articleblock {
	margin: 0;
	min-height: 5em;
}

.skole.mainmenu {
	margin: .5em 0;
	background: #f3f3f3;
}

.skole.mainmenu > li {
	padding-top: 0;
	margin-left: 0;
}

.skole.mainmenu > li a {
	padding: .3em .6em;
	margin: 0 1.3em 0 0;
}

.schooltemplate .aktuelt .textwrap {
}

.schooltemplate .headlinelink {
	text-decoration: none;
}

.schooltemplate .aktuelt h1.headline {
	font-size: 1.2em;
	margin-bottom: 0;
	padding: .3em 0;
}

.schooltemplate .viewarea.columns {
	margin-bottom: 0;
}


.snarveier a {

}

.pagelevel4 .schooltemplate h1.headlineview {
	display: none !important;
}

.ppt341773.pagelevel5 .schooltemplate h1.headlineview {
	display: none !important;
}


/* -----------------------------------------
   	Sidebar
----------------------------------------- */

#mainsidebar{  }

/* standard box/widget */
.box {
	padding: .7em 1em;
	margin: 0 0 2em;
	background: #f7f7f7;
}

.box p,
.box ul,
.box ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.box .caption, .aktuelt .caption {
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: .5em;
	color: #004990;
}

a.sealle {
	bottom: 0;
	right: 2em;
	color: #004990 !important;
	text-decoration: underline !important;
}
/* -----------------------------------------
   	Footer
----------------------------------------- */

#footer{
	background: #00638a;
	color: #FFF;
	padding: 4em;
	min-height: 20em;
	font-weight: 300;
 }

 #footer a {
 	color: #FFF;
 }

.cpcredits,
.cp:link{
	font-size: .8em;
	text-decoration: none;
	color: #ccc;
}

.footername {
	margin-bottom: .6em;
	font-weight: 300;
}

#cookieinfobar {
	display: none !important;
}


/* -----------------------------------------
   	Misc
----------------------------------------- */

/* accordion style extended article
 * usage: check "Dynamic" on the article paragraphs
 */

.articleparagraphdynamic {
    transition: all .25s ease-out;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fefefe;
}

.articleparagraphdynamic h2.paragraphheadline {
    font-size: 1.6rem;
    line-height: 1;
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 1.25rem 1rem;
    padding-left: 2.5rem;
    transition: all .2s ease-out;
    color: #0079bb;
    border-bottom: 1px solid #e6e6e6;
}

.articleparagraphdynamic h2.paragraphheadline:hover,
.articleparagraphdynamic h2.paragraphheadline:focus {
    cursor: pointer;
    background-color: #e6e6e6;
}

:last-child > .articleparagraphdynamic h2.paragraphheadline {
    border-bottom-width: 0;
    padding-left: 2.5rem;
}

.articleparagraphdynamic h2.paragraphheadline::before {
    position: absolute;
    top: 50%;
    left: 1rem;
    margin-top: -.65rem;
    content: "+";
}

.articleparagraphdynamic.is-active > h2.paragraphheadline::before {
    content: "-";
}

.articleparagraphdynamic .paragraphtext {
    display: none;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #e6e6e6;
}

.articleparagraphdynamic.is-active {
    background: #fafafa;
}

.articleparagraphdynamic.is-active .paragraphtext {
    display: block;
}

.articleparagraphdynamic:not(:last-of-type),
.articleparagraphdynamic .paragraphtext {
    border-bottom: 0;
}

.articleparagraphdynamic:last-child {
    margin-bottom: 1rem;
}

.errmsg {
	font-weight: bold;
	color: #AA0000;
	background: #FFD9D9;
	padding: .5em;
	border: 1px solid #AA0000;
}

/* weather forecast */
.weathertablefivedays { }

.weathertablefivedays td {
	padding: 5px;
}
.weathertablefivedays .weatherlocname {
	font-weight: bold;
}

/*  Calendar  */
/*  Calendar  */
.icalendardayhead { background-color: #333; }

.monthlycalendartable { width: 100%; }

.calendardate { color:#333; }

.dayheader { background: #f4f4f4; }

.calendarentry {  }

.caltime {
	margin-right: 15px;
}
.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}
.eventdate{ background: url("https://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent; }
.calevent {
    margin: 0 0 .5em;
    padding: 0.5em;
}
.calevent .eventwhen {
	margin-right: 10px;
}

.event-when {
	text-align: center;
}

.event-when .date-day {
	font-size: 1.7em;
	color: #004990;
}

.event-when .date-month {
	color: #004990;
}

.event-what {
	margin-top: .4em;
	padding-left: .5em;
	font-size: 1.1em;
}

.calendar {
	margin: 2em 0;
	min-height: 20em;
}

.event-description {
	color: #757575;
}

.calendar a:link { color: #222; text-decoration: none;}
.calendar a:visited { color: #222; }
.calendar a:hover { text-decoration: underline; }


/* Calendar */

.body .cpcalendarwrapper{
		width: 33.3333333%;
	/* float: left; */
	display: inline-block;
	margin-right: -5px;
	vertical-align: top;
	padding-right: 1em;
	min-height: 350px;
}


.body .cpcalendarwrapper > .cpcalendar{
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	overflow: hidden;
}
.body .cpcalendarwrapper caption{
	padding: .5em;
	background-color: #004990;
	font-size: 1.2em;
	color: #fff;
}
.body .cpcalendarwrapper td.calendar-day-head{
	background-color: #fff;
	border: 0;
	border-right: 1px solid #fff;
	padding: .75em 0;
	background-color: #f2f2f2;
}
.body .cpcalendarwrapper td.calendar-day, td.calendar-day-np{
	border-color: #f2f2f2 !important;
}
.body .cpcalendarwrapper td.calendar-day-hasevent a{
	text-decoration: none;
	display: none;
}
.body .cpcalendarwrapper td{
	border-color: #f2f2f2 !important;
}

div.day-number{
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	background-color: transparent !important;
	color: #333 !important;
	font-weight: 400 !important;
	padding: 0 !important;
	float: none !important;
}
.body .cpcalendarwrapper td.calendar-day{
	padding: 0 !important;
	height: 39px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.body .cpcalendarwrapper td.calendar-day{
	padding: 0 !important;
	height: 10px;
}
}
/*
.body .cpcalendarwrapper td.calendar-day-hasevent .day-number{
	color: #fff !important;
}
*/
td.calendar-day-hasevent{
	background-color: #CED3D8 !important;
	cursor: pointer;
	border-right: 1px solid #333;
}
td.calendar-day-hasevent:hover{
	background-color: #333 !important;
}

td.calendar-day-hasevent:hover .day-number {
	color: #fff !important;
}

.cpcalendarbtn[type="button"]{
	background-color: #00344F;
	color: #acacac;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}
.cpcalendarbtn[type="button"].cpcalselectedyear{
	background-color: #004990;
	color: #fff;
	font-weight: normal;
}

#finndinskoleresultholder h3,
#finndinskoleresultholder h4{
	margin-bottom: .5em;
}
#finndinskoleresultholder h3{
	margin-top: 1em;
}

#item338563 {
	display: none;
}

.idportenloggedin #item338563 {
	display: block;
}







/* calendar page */

#icalcatrow{
	/*display: none;*/
}

.calendarcontainer {
	margin-right: 1em;
	margin-left: 1em;
	margin-right: 2rem;
	margin-left: 2rem;
}

.calendarcontainer table {
	margin-right: 0;
	margin-left: 0;
}

.calendarcontainer th.dayheader {
	padding-left: 0;
	margin-top: 1.5em;
	font-size: 1.2em;
	background-color: #fff;
	border-top: 1px solid #eee;
	font-weight: 100;
	text-align: left;
}

.calendarcontainer .calendarentry td {
	padding: 1em 0 1.5em 0;
}


/* sitefeedback */

#main #sitefeedbackbox{
	height: auto;
	padding: 1em;
/* 	border: 1px solid #f1f0f0; */
}

#sitefeedbackbox .sfbadminsection{
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 0.5em;
	font-size: 0.813em;
	color: #666;
	display: inline-block;
}

#sitefeedbackbox form.cpsimpleform{
	max-width: 100%;
	background-color: #fff;
}

#sitefeedbackbox .step2sitefeedback{
	display: none;
}

#sitefeedbackbox .cpsimpleform input[type="submit"] {
	background-color: #004990 !important;
}

span.cpsimpleform.cpstextheading {
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 1rem;
}

.cpsoptionlabel {
  font-weight: normal !important;
}


/* Krisemodus */

.krisebanner {
	background: #BD0A2C;
	padding: 1em 2em 1em;
	margin-top: 2em;
	border: 3px solid #790A1F;
	border-radius: 8px;
	margin-bottom: -15em;
	width: 60%;
	margin: 7em auto -8.5em;
	color: #fff;
	font-size: 1.15em;
}

.krisebanner a.headlinelink, .krisebanner a.headlinelink:visited {
	color: white !important;
	font-size: 1.7rem !important;
	font-weight: 600;
	text-decoration: underline !important;
	margin-bottom: .7em !important;
}

.ppt361499 .pagetitle a {
	background: #BD0A2C !important;
	color: #fff !important;
	display: block !important;
	width: 100% !important;
	padding: .1em .7em !important;
}


body.krisemodus .fpsearchwrap {
	margin-top: 8em;
}

body.krisemodus .menu.frontpagemenu {
	margin-top: 7em;
}


/*Effects of wide page classes*/

.frontpage.articlelisting.widemain #main{ width: 66.666666664% !important; }

.frontpage.articlelisting.widemain #mainsidebar { width: 33.333333332% !important; }

.frontpage.articlelisting.widemain .sidebarmenuwrap{ display: none; }

.widefull #main { width: 100%; float: none; }

.widefull #mainsidebar, .widefull .sidebarmenuwrap.three.columns { display: none; }

.nostyle{ /* strip ul styles */
	list-style: none;
	margin: 0;
	padding: 0;
}

.cpeditlinks{
	width: 70px;
	display: block;
	padding: .5em;
	border: 1px solid #eee;
	background: #fafafa;
	margin-bottom: .5em;
}
.articleblock .cpeditlinks{
}
.articleblock:hover .cpeditlinks{
	opacity: 1;
}

.scaletext .small { font-size: .8em; }
.scaletext .medium { font-size: 1em; }
.scaletext .large { font-size: 1.3em; }

/* Slideshow (slick slideshow) */

button.slick-prev{
	left: 15px !important;
}
button.slick-next{
	right: 25px !important;
}

.articlemediadisplaytype1, .slickslideshow {
	width: 100% !important;
}

.supertestboks {
	margin-top: 30%;
}

.searchpage .fpsearchwrap,
.searchpage .go-to-arrow {
	display: none;
}

.slick-slide img {
	margin: 0px auto !important;
}

/* TABLE styling*/

.meetingtable td{
	border-right: 1px solid #ccc;
}

.meetingtable td.yearlinks{
	border: 0;
}

.motetable th, .motetable tr, .motetable tr td {
	border: none;
	padding: 5px 6px;
}

.motetable thead tr {
    background: #005b91;
    color: #fff;
}
.motetable tr:nth-child(even) {
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
}

.motetable th.header, .motetable th {
	font-weight: bold;
	text-align: left;
}

.motetable table a, dl a {
	color: #0066cc !important;
}

.motetable tr:nth-child(even) {
  background: #e9e9e9;
  border: 1px solid #e9e9e9;
}

.motetable td {
	vertical-align: top;
}

/* calendar current week fix -ee */

#main table.cpcalendar tr.current-week td{
	background-color: #eff7fb !important;
}

#main table.cpcalendar tr.current-week td.calendar-day-hasevent{
	background-color: #CED3D8 !important;
}

/* profile listing 2016 /ee */

.profilelisting .articleblock .blockinner{
	height: 100%;
	background-color: #f7f7f7;
	box-shadow: 0 3px 5px rgba(0,0,0,0.10);
}

.profilelisting .articleblock .blockinner .textwrap{
	padding: 0.75em;
	font-size: 80%;
}

.profilelisting .articleblock .blockinner .textwrap .headline{
	font-size: 1.7em;
}

.profilelisting .articleblock .blockinner .textwrap .headlinelink{
	text-decoration: none;
}

.profilelisting .articleblock .blockinner .textwrap .headlinelink:hover{
	text-decoration: underline;
}

.profilelisting .articleblock .blockinner .textwrap .subheadline{
	font-weight: 300;
}

/* postlite search table fix */

.postjournalform{
	margin: 2em 0;
}

.postjournalform caption{
	font-size: 1.1em;
	font-weight: 500;
	padding: 0.25rem;
	text-align: left;
}

.postjournalform th{
	text-align: left;
}

.postjournalform td,
.postjournalform th{
	padding: 0.25em;
}

.postjournalform input[type="radio"]{
	margin-left: 1em;
}



/* -----------------------------------------
   	Media Queries
----------------------------------------- */

@media all and (max-width: 1040px) {
	#header, .notfrontpage #content, .fplisting {
		padding: 0 1em;
	}
}

@media all and (max-width: 940px) {
	.lesmeirom .articleblock.four.columns {
		width: 100% !important;
		margin: 0.5em 0;
	}
	.forsidebtn > li a {
		border-radius: 0 !important;
	}

}

@media all and (max-width: 776px) {
	.forsidebtn .itemlvlnum2 > a {
		padding-bottom: 2.8em;
	}
}


@media all and (max-width: 768px) {
	.menu.frontpagemenu li:hover ul {
		display: none;
	}

	.fl,
	.fr{
		float: none;
	}

	label.mobmenu {
		display: block;
	}

	.burger {
		display: block;
	}

	.mobilemenu_text {
		display: block;
	}

	.sidebarmenuwrap {
		/*display: none;*/
	}

	.article-tk-tabs {
		width: 100%;
	}

	.formobile{ display: block; }
	.fordesktop{ display: none !important; }

/* 	.row .column,
	.row .columns,
	.row .columns:first-child,
	.row .columns:last-child{
		width: 100% !important;
		float: none;
		padding-left: .5em !important;
		padding-right: .5em !important;
	} */

	#main{ min-height: 0; }

	.bildelogo img.logoimg, .scaletext, .contrast {
		display: none !important;
	}
	.accessibility.five.columns {
		width: 100%;
	}

	.search {
		width: 100%;
	}

	#searchform {
		width: 100%;
		padding: 6px;
	}

	ul.fpscmenu > li {
		width: 100%;
	}

	ul.fpscmenu > li {
		margin-bottom: .8em;
	}

	.calendar .event-when.two.columns {
			float: left !important;
			width: 16.666666666% !important;
	}

	.calendar .event-what.ten.columns {
		float: left !important;
		width: 83.3333333333% !important;
	}

	.fpsearch {
		width: 100%;
	}


	/*.menubtn, .sidemenubtn {
			display: block;
	}*/

	.mainmenu > li {
		display: block;
		margin-right: 0;
		float: none;
		padding-top: 1em;
	}

	.mainmenu li a {
		margin-left: .5em;
	}

	.headerdeksel {
		display: none;
	}

	.sidemenu > li {
		display: block;
	}

	.body .cpcalendarwrapper {
  width: 50%;
	}

	.tjenester-menu li.menulevel1 {
		width: 45%;
	}

	.toptop {
		display: none;
	}

	.accessibilitywrapper {
		display: none !important;
	}

	.langbar {
		display: none;
	}

	.textlogo.three.columns {
		float: left !important;
		width: 60% !important;
	}

	.wrapper.nine.columns {
		float: left !important;
		width: 40% !important;
	}

	#header {
		margin-bottom: 1em;
		padding-top: 1.2em;
	}

	.frontpage .search.formobile {
		display: none;
	}


}


@media all and (max-width: 670px) {
	/*Bratti edit test:*/
	ul.menu, ul.submenu, ul.menu ul, #mainsidebar ul, ul.mainmenu{
		padding-left: 50px;
		width: 10%;
		font-size: 70% !important;
	}
	.menu.frontpagemenu > li {
		width: 100%;
		padding-right: 0;
		padding-bottom: 1em;
	}

	.menu.frontpagemenu > li > a {
		background-position: 15% 50%;
		background-size: 9% !important;
		padding: 1.6em 0 1.2em;
		font-size: 1.5em;
	}

	.menu.frontpagemenu > li:hover {

	}

	.menu.frontpagemenu li:hover ul {
		padding-left: 20%;
		width: 100%;
	}

	.menu.frontpagemenu > li > li > a {
		margin: 0;
		padding: .6em 0 .2em;
	}

	.frontpage.articlelisting .headerbilde {
		min-height: 300px;
	}

	/*
.searchframe {
		display: none !important;
	}
*/

	.fpsearchwrap {
		margin: 3.5em auto 7em;
	}

	.menu.frontpagemenu {
		margin-top: 2em;
	}

	.shortcutwrap {
		margin-top: 1em;
	}

	a.go-to-arrow {
		display: none;
	}

	.profilelisting .articleblock .blockinner .textwrap,
	.profilelisting .articleblock .blockinner .imgwrap{
		float: left;
	}

	.profilelisting .articleblock .blockinner .imgwrap{
		width: 30%;
	}

	.profilelisting .articleblock .blockinner .textwrap{
		width: 70%;
	}

}

/* from 670 and UP */
@media all and (min-width: 670px) {
	.profilelisting .articleblock:first-child .blockinner{
		margin-left: 0.5em;
	}
	.profilelisting .articleblock:last-child .blockinner{
		margin-right: 0.5em;
	}

	.calendar,
	.frontpage.articlelist {
		width: 33.33%;
	}
}

@media (max-width: 480px) {
.body .cpcalendarwrapper {
  width: 100%;
  float: none;
  padding-right: 0;
  min-height: 0;
	}

	.tjenester-menu li.menulevel1 {
		width: 100%;
	}

	.fpsearch .searchinput {
		width: 79%;
		font-size: 1.1em;
		padding: .7em .4em;
	}

	.fpsearch .searchsubmit {
	  margin: 0.8em .3em 0 0;
	  width: 10%;
	}
}

@media all and (max-width: 400px) {
	.menu.frontpagemenu li:hover ul {
		padding-left: 10%;
	}
	/*Bratti edit test:*/
	ul.menu, ul.submenu, ul.menu ul, #mainsidebar ul, ul.mainmenu{
		padding-left: 50px;
		width: 10%;
		font-size: 70% !important;
	}
	.main, .nine, .columns{
		padding-left: 50px;
	}

	.menu.frontpagemenu > li > a {
		background-position: 7% 50%;
		background-size: 12% !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;
	}
	#header, #topnav, #navigation, #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;
	}
	p,
	h2,
	h3 {
		orphans: 3;
	    widows: 3;
	}


}
.egendefinertknapp{
	text-decoration: none!important;
	display: inline-block;
  vertical-align: middle;
  margin: 0.3rem 0 0.5rem;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  color: black;
  border-radius: 10px;
	border: 1px solid black;

}
