/**
* Custom Publish CSS 2014. Author HH/EE - Reviewed for 2015
*
* CONTENTS
*
* Resets........................... Basic and global layout settings
* Typography....................... Settings for fonts and typography
* Structure........................ Grid system
* General Rules.................... OOCSS classes so you don't repeat yourself
* General Wraps.................... Wrapper classes - page wrapper
* General Elements................. For elements on all pages
* Header........................... This is for your header classes
* Menus & Search................... Styling for menu and search field
* Forms............................ Styling for forms. Do not alter defautlt sizing
* Listing.......................... For listing elements
* View............................. For view elements
* Sidebar.......................... Sidebar related classes and general box-styling
* Footer........................... This is for you footer classes
* Misc............................. Misc CustomPublish elements styles
* For administrators............... For elements visible when logged into admin
* Media Queries.................... Stying for mobiles and tablets
*
* To quickly jump to section: cmd/ctrl+f and search for #<section title>
*
*/

/*------------------------------------*\
	#RESETS
\*------------------------------------*/




html, body, div, span, object, iframe, img {
	margin: 0;
	padding: 0;
}

html {
	font-size: 0.813em;
	font-family: sans-serif;
		-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {

	font-family: "Open Sans", Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;
	font-weight: 400;
	line-height: 1.45;
	color: #333;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: subpixel-antialiased;
	overflow-x: hidden;
	overflow-y: scroll;


}
.frontpage.articlelisting#frontpageBG{
		background-color:rgba(120, 157, 74,0.9)!IMPORTANT;
		background:url("https://img6.custompublish.com/getfile.php/4132024.746.tqzmpjzsjpmklj/TESTIES[1].png");
}

* {
	-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%;
}

.clearfix, .cpsoptionsclear, .cpsclear { clear: both; font-size: 1px; height: 0; }

img:not([class="cboxPhoto"]) {
	max-width: 100%;
	width: auto;
	height: auto !important;
	border: none;
}

#map_canvas img,
#basicgmap img {
	max-width: inherit;
	height: auto;
}



a img,
map {
	border: none;
}

.body img[align="left"] {
	margin-right: 0.5em;
}

.body img[align="right"] {
	margin-left: 0.5em;
}

.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 {
	width: 100%;
	max-width: 100%;
}

table {
	margin-top: 26px;
	margin-bottom: 26px;
	width: 100%;
	border: 0;
}

table thead {
	background: #4285f4;
	color: #fff;
}


table th {
	text-align: center;
	font-size: 16px;
	line-height: 1.625em;
	padding-top: 1.625em;
	padding-bottom: 1.625em;
	font-weight: 100;
	border: 0;
	border-bottom: 1px solid #ccc;
	color: inherit;
}

table td {
	min-height: 78px;
	padding: 26px 26px 25px;
	background-color: #e0e0e0;
	border: 1px solid #fafafa;
}

.page350480 table td{
	min-height: 78px;
	padding: 21px 19px 13px!important;
	background-color: #e0e0e0;
	border: 1px solid #fafafa;
}

.page352179 table td,
.page352179 table th {
	padding: 0;
	background-color: transparent;
	border-bottom: 0;
}

.ui-widget table,
.ui-widget table td{
	padding: 0;
	background-color: transparent;
	border: 0;
	margin: 0;
}

td.paragraphpictext,
.paragraphpictable td.body,
.artikkelarkiv .searchformtable td,
.imagegallerylist td{
	background-color: transparent;
	padding: 0;
	overflow: hidden;
}

/* override imageexpander open-size */

.articleparagraph table.open{
	width: 75% !important;
}



/*------------------------------------*\
	#TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 1.414em 0 0.5em;
	font-weight: inherit;
	line-height: 1;
}

h1 {
	font-size: 2.441em;
	line-height: 1.2;
}

.headline,
.headlineview { margin-top: 0; }

h2 { font-size: 1.953em; }
h3 { font-size: 1.563em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.1em; }

p {
	margin: 0 0 1em;
}

code,
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	border-radius: 3px;
}

b,
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
  font-size: 0.75em;
}

blockquote {
	position: relative;
	padding: 2em 1em;
	font-family: Georgia, serif;
	font-style: italic;
	color: #707070;
	font-size: 1.2em;
}

blockquote:before {
	position: absolute;
	display: inline-block;
	margin-left: -10px;
	z-index: -1;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 3em;
	line-height: 0.1;
	color: #C0392B;
}

blockquote:after {
	position: absolute;
	left: 0;
	margin-left: 6%;
	display: inline-block;
	z-index: -1;
	content: "\201D";
	font-family: Georgia, serif;
	font-size: 3em;
	line-height: 0.5;
	color: #C0392B;
}

a {
	background: transparent;
	-webkit-transition: color 160ms, border-bottom 160ms ease-out;
	transition: color 160ms, border-bottom 160ms ease-out;
}
a:link		{ text-decoration: none; color: rgb(58, 83, 155); }
a:visited	{}
a:hover {
	text-decoration: underline;
	color: #22A7F0;
}

.viewarea a,
.viewarea a:link {
	text-decoration: underline;
	color: #C0392B;
}

.viewarea a:visited {
	color: #5A0000;
}
		.latest-news-frontpage{
			background-color:white;
		}

.viewarea a:hover {
	color: #F36C5E;
}

/**
* Linked headlines (normally inside LIST-sections)
*/

.headlinelink			{ background: transparent; }
.headlinelink:visited	{}
.headlinelink:hover		{ text-decoration: underline; }

/**
* Linked headlines on listing pages
*/

.headline .headlinelink			{ text-decoration: none; }
.headline .headlinelink:visited	{}
.headline .headlinelink:hover	{ text-decoration: underline; }





/*------------------------------------*\
	#STRUCTURE
\*------------------------------------*/

.row {
	width:100%;
	display: block;
}

/**
* Padding = gutter size
*/

.column, .columns {
	float: left;
	padding: 0 15px;
}

.large-1	{ width: 8.333333333%; }
.large-2	{ width: 16.666666666%; }
.large-3	{ width: 24.999999999%; }
.large-4	{ width: 33.333333332%; }
.large-5	{ width: 41.666666665%; }
.large-6	{ width: 50%; }
.large-7	{ width: 58.333333331%; }
.large-8	{ width: 66.666666664%; }
.large-9	{ width: 74.999999997%; }
.large-10	{ width: 83.333333333%; }
.large-11	{ width: 91.666666663%; }
.large-12	{ width: 100%; }

.column, .columns { margin-bottom: 0.5em; }

.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; }
.fortablet	{ 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
\*------------------------------------*/

/**
* max-width = page width - margin 0 auto = centered page
*/

.wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}





/*------------------------------------*\
	#GENERAL ELEMENTS
\*------------------------------------*/

.skiplink a {
	position: absolute;
	top: -190px;
}

.skiplink a:focus, .skiplink a:hover {
	position: static;
	left: 0;
	width: auto;
}

#content { margin-bottom: 2em; }

.photo-bg {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top;
	-webkit-background-size: 100%;
	background-size: cover;
	/* background-attachment: fixed; */
}

.photowrap {
	padding: 6em 0 2em 0;
	/*background-color: rgba(52, 73, 94, .7);*/
}
.padfix{
	margin-top:-50px;
}
.pgn_nysite2015 .photowrap,
.frontpage .photowrap {
	background-color: rgba(52, 73, 94, .2)!IMPORTANT;/*BENIAMIN*/
}

#main {
	min-height: 500px;
	margin-bottom: 2em;
	padding-top: 2em;
}

.frontpage #main {
	min-height: 300px;
}

.frontpage.articlelisting #main,
.page346513 #main {
	width: 100%;
	float: none;
}


.pagedescription {}

.pagetitle {}

#path { margin: 1em auto; }

#path a,
#path span{
	/*padding-right: 7px;*/
	padding-bottom: 4px;
	border-bottom: 2px solid #ccc;
	color: #333;
}

#path *:last-child,
#path a:hover{
	text-decoration: none;
	border-bottom: 2px solid #C0392B;
	color: #C0392B;
}

.rounded-fieldset {
	padding: 4em 2em 2em 2em;
	border-radius: 25px;
	border: 1px solid #e0e0e0;
	position: relative;

	margin-bottom: 4em;
}

.rounded-fieldset-caption {
	max-width:none!IMPORTANT;
	margin-top:25px!IMPORTANT;
	margin-bottom:0!IMPORTANT;
	margin-left:auto!IMPORTANT;
	width:50%;
	left: 0;
	right: 0;
	top: -0.75em;
	background-color:white!IMPORTANT;
	font-weight: 600;
}

.fpmessage a {
    color: #C0392B;

}

.fpmessage  {
    text-align: center;
    font-size: 1.2em;
}


/*------------------------------------*\
	#HEADER
\*------------------------------------*/

#header {
	background-color: #fafafa;
	padding-top: 1em;
	width: 100%;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	z-index: 9999999;
}

.is-sticky #header {
	background-color: #f0f0f0;
}

.logo{
	margin-top: 0.75em;
}

.logo .logoimg {
	width: 100%;
	max-width: 240px;
	height: auto;
	float: left;
	margin-right: 1em;
	-webkit-transition: all 120ms ease-in-out;
	transition: all 120ms ease-in-out;
}

.logo .logotext {
	margin-top: 0.1em;
	font-size: 2.5em;
	font-weight: 100;
	clear: right;
	display: block;
	-webkit-transition: all 120ms ease-in-out;
	transition: all 120ms ease-in-out;
}

.logo .logo-subtext {
	clear: left;
	font-style: italic;
}

.logo a {
	color: #333;
}

.logo a:hover {
	text-decoration: none;
}

.is-sticky .logo {
	margin-top: 0;
}

.is-sticky .logoimg {
	width: 150px;
}

.is-sticky .logotext {
	font-size: 1.8em;
	margin-top: 0.2em;
}

.is-sticky .logo-subtext {
	display: none;
}

.is-sticky .accessibility,
.is-sticky .search {
	display: none;
}

.accessibility span {
	margin-left: 5px;
}





/*------------------------------------*\
	#MENUS AND SEARCH
\*------------------------------------*/

#navigation {}

.menu, .menu ul,
.submenu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu li, .submenu li {
	margin: 0;
	padding: 0;
}

.mainmenu {
	display: block;
	margin: 0.5em 0;
	padding: 0.5em 0;
	z-index: 9999999;
}

.mainmenu ul {
	display: none;
}

.mainmenu > li {
	display: inline-block;
	margin-left: 2em;
}

.mainmenu > li > a {
	font-size: 1.2em;
	color: #333;
}

.mainmenu > li > .menuitem span:after {
	display: block;
	background-color: #C0392B;
	height: 2px;
	content: " ";
	width: 0;
	-webkit-transition: width 220ms ease-out;
	transition: width 220ms ease-out;
}

.mainmenu > li > .menuitem:hover, .mainmenu > li.sfHover > .menuitem {
	color: #C0392B;
}

.mainmenu > li > .menuitem:hover span:after, .mainmenu > li.sfHover > .menuitem span:after {
	width: 100%;
}

.mainmenu > li > ul {
	position: absolute;
	background-color: #f0f0f0;
	top: 100%;
	right: 0;
	width: 100%;
	text-align: left;
	padding: 1em;
	border-top: 2px solid #C0392B;
	z-index: 999999;
}

.mainmenu > li > ul a:hover {
	text-decoration: underline;
}

.mainmenu > li > ul > li {
	width: 25%;
	float: left;
	margin-bottom: 2em;
	/*height: 200px;*/
}

.mainmenu > li > ul > li > a {
	font-size: 1.3em;
	margin-bottom: 0.65em;
	padding-bottom: 0.35em;
	border-bottom: 2px solid #ccc;
	display: inline-block;
}

#mainmenu > li > ul > li > ul {
  display: block !important;
  visibility: visible !important;
}

.mainmenu.leftmenu .menuitem {
    color: #C0392B;
}

.menubtn {
	display: none;
}

.burger {
	padding: 0.5em 0;
	list-style: none;
	cursor: pointer;
	margin: 0;
	background-image: url(https://img6.custompublish.com/getfile.php/2985250.746.xbvtcubqsr/logo-askommune.png);
	background-repeat: no-repeat;
	background-position: -50px 50%;
	-webkit-background-size: 20px;
	background-size: 20px;
	-webkit-transition: background-position 120ms ease-in-out;
	transition: background-position 120ms ease-in-out;
}

.is-sticky .burger{
	background-position: 10px 50%;
}

.burger li {
	width: 30px;
	height: 4px;
	background-color: #737373;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: 1em;
}

/**
* Standard navigation links
*/

.menu a:link	{ text-decoration: none; }
.menu a:visited	{}
.menu a:hover	{}

.menu .menuselected:link	{}
.menu .menuselected:visited	{}
.menu .menuselected:hover	{}

/**
* Searchform
*/

#searchform {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
	display: inline-block;
}

#header .searchinput {
	vertical-align: middle;
	background-color: transparent;
	border: 0;
	width: 320px;
	padding: 0.5em;
}

#header .searchsubmit {
	vertical-align: middle;
	cursor: pointer;
	margin-right: 0.5em;
	width: 18px;
	height: 18px;
}

.tjenester-menu .columns {
	padding: 0 1em;
	height: 100%;
}

.tjenester-menu > li {
	background-color: #fff;
	margin:0 1%;
	border-radius: 10px;
	float: left;
	width: 22.999999%;
	padding: 1em;
	height: 100%;
	position: relative;
}

.tjenester-menu > li > a {
	font-size: 1.4em;
	margin-bottom: 0.5em;
	display: block;
	font-weight: 600;
	-webkit-transition: color 160ms ease-out;
	transition: color 160ms ease-out;
}

.tjenester-menu a:hover {
	text-decoration: underline;
	color: #22A7F0;
}

.tjenester-menu {
	margin-bottom: 2em;
}

.alle-tjenester-frontpage {
	margin-top: 2em;
	padding: 4em 2em 0 2em;
	background-color:white;
}

.tjenester-menu .goto-service-link{
	right: 1em;
	bottom: 0;
}

/**
* Sidebar menu
*/

.sidebar .pagetitle {
	border-bottom: 2px solid #999;
	display: block;
	margin-bottom: 1em;
	padding: 0.5em 1em;
	font-weight: 100;
	color: #C0392B;
}

.section-title {
	position: relative;
}

.pagetitletriangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 8px 6px 3px;
	border-color: transparent #c03a2b transparent transparent;
	position: absolute;
	top: 38%;
	-webkit-transition: border-width 160ms ease-in-out;
	transition: border-width 160ms ease-in-out;
}

.section-title:hover .pagetitletriangle{
	border-width: 6px 8px 6px 0;
}

a.mobbeknapp {
	position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: red;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-variant: normal;
	display: block;
    padding: 5px;
	margin-top:25px;


    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
      border-radius: 8px;
    -webkit-box-shadow: 0px 1px 0px rgba(219,31,5,1), 0px 1px 5px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 1px 0px rgba(219,31,5,1), 0px 1px 5px rgba(0,0,0,.7);
    box-shadow: 0px 1px 0px rgba(219,31,5,1), 0px 1px 5px rgba(0,0,0,.7);
	width: 90%;
	text-align: center;

	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	text-transform: uppercase;
	text-shadow: 3px 1px 3px #5c5c5c;}

a.mobbeknapp {
    -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 1px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 1px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 1px rgba(0,0,0,.9);
    position: relative;
    top: 2px; }

.sidemenu {
	margin-bottom: 2em;
	font-size: 1.231em;
	margin-left: 1.3em;
}

.sidemenu li a {
	display: block;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	border-bottom: 2px solid #e0e0e0;
	-webkit-transition: all 160ms ease-out;
	transition: all 160ms ease-out;
}

.sidemenu li a:hover,
.sidemenu li a.menuitemselected {
	color: #C0392B;
	border-bottom: 2px solid #C0392B;
}

.sidemenu li .submenu {
	padding-left: 1em;
	padding-top: 1em;
	border-left: 2px solid #e0e0e0;
	background-color: #fff;
}

.sidemenu li .submenu a{
	border-bottom: 0;
	font-size: 0.813em;
}

.error-search form{
	display: inline-block;
	background-color: #fff;
	font-size: 1.4em;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.error-search form .searchinput{
	border: 0;
	background-color: transparent;
	font-size: 1em;
	padding: 0.5em;
}







/*------------------------------------*\
	#FORMS
\*------------------------------------*/

form.cpsimpleform {
	margin: 20px auto;
	max-width: 75%;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #eee;
}

input:invalid {
	box-shadow: 0 0 5px red;
}

input, textarea {
	max-width: 98%;
}

.cpsimpleform input[type="text"]:not([size]), .cpsimpleform input[type="email"]:not([size]), .cpsimpleform input[type="tel"]:not([size]) {
	max-width: 20em;
	width: 98%;
}

.cpsimpleform input[type="tel"]:not([size]), .cpsimpleform input.sfx-phone:not([size]) {
	width: 10em;
}

input.sfx-phone[type="tel"]:not([size]), input.sfx-telefon[type="tel"]:not([size]) {
	width: 8em;
}

input.sfx-postal-code[type="text"]:not([size]), input.sfx-zip-code[type="text"]:not([size]), input.sfx-postnr[type="text"]:not([size]) {
	width: 8em;
}

label,
.cpstextheading {
	font-weight: bold;
}

fieldset {
	border: 1px solid #999999;
	margin: 1em 0;
	padding-top: 1em;
}

legend {
	font-weight: bold;
}

.cpsinput {
	padding: 5px;
	border: 1px solid;
	border-radius: 4px;
	border-color: #ccc;
}

.cpsimpleform input[type="submit"] {
	display: block;
	margin-left: 0;
	margin-right: auto;
	background-color: #446CB3;
	padding: 0.75em 1.5em;
	border: 0;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
}

.cpsimpleform input[type="submit"]:hover{
	background-color: #113980;
}

.cpstextheading {
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 2px;
}

.cpselementcontainer {
	margin-bottom: 5px;
	padding: 2px 0 5px;
}

.cpsoptionsclear {
	clear: both;
	font-size: 1px;
	height: 0;
}

.cpsoptionlabel {
	font-weight: normal !important;
}

.cpselementcontainer.horizontal .cpstextheading {
	float: left;
	width: 32%;
}

.cpselementcontainer.horizontal .cpsoptions,
.cpselementcontainer.horizontal .cpsstatictext {
	float: left;
	text-align: left;
	width: 66%;
}

.cpselementcontainer .cpsstatictext {
	margin: 2px 0 5px;
	padding-top: 2px;
}

.optionshorizontal .cpsradiooption,
.optionshorizontal .cpscheckboxoption {
	float: left;
	margin-right: 5px;
	white-space: nowrap;
}

span.mandatory {
	color: #aa0000;
}





/*------------------------------------*\
	#LISTING
\*------------------------------------*/

.listingarea {}

.articlelist .articleblock {
	margin: 0 0 2em 0;
	padding: 0 0 2em 0;
	position: relative;
	border-bottom: 1px solid #ccc;
	font-size: 1.213em;
}

.articlelist .articleblock > .columns{
	margin-bottom: 0;
}

.articlelist .articleblock .imgwrap {}

.articlelist .articleblock .textwrap {
	text-rendering: optimizeLegibility;
}

.articlelist .ingress {}

.listingarea hr, .hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

.articlelink {}

.articlelist .headline {
	text-rendering: optimizeLegibility;
}

.articlelist .subheadline {
	margin-top: 0;
}

.articlelist .date {
	color: #707070;
	font-size: 0.66em;
	font-style: italic;
}

div.pagebar {
	text-align: center;
}

/**
 * Front page
 */

 .welcome-text {
 	color: #fff;
 	text-shadow: 0px 0px 10px #000;
 	margin-bottom: 1em;
 	margin-top: 0;
 }

.searchform-wrapper {
	width: 90%;
	max-width: 38.250em;
	padding: 0.5em;
 	margin: 0 auto 4em auto;
 	border-radius: 18px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.6);
}

.searchform-frontpage {
	max-width: 500px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 14px;
}

.searchform-frontpage .searchinput {
	border: 0;
	width: 90%;
	padding: 1em;
	font-size: 1.8em;
	background-color: transparent;
}

.searchform-frontpage .searchsubmit {
	padding-right: 0.75em;
	margin-top: 1.85em;
	margin-bottom: 0;
	vertical-align: top;
}

/* Slideshow frontpage */

.frontpage-slideshow .slide {
	padding: 0 1em;
}

.frontpage-slideshow .slide-inner {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.frontpage-slideshow .textwrap {
	padding: 1em;
}

.frontpage-slideshow .headline {
	font-size: 1.3em;
}

.frontpage-slideshow .subheadline {
	margin-top: 0;
	font-size: 1.1em;
}

.frontpage-slideshow .slick-dots li button:before {
	color: #fff;
	opacity: 1;
	font-size: 11px;
}

.frontpage-slideshow .slick-dots li.slick-active button:before {
	color: #C0392B;
}

.archive-link,
.archive-link:link {
	margin: 0 auto;
	padding: 0.5em 1.25em;
	border-radius: 15px;
	background-color: #C0392B;
	color: rgb(255, 255, 255);
	-webkit-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

.archive-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #8D0600;
}

.archive-link-container{
	padding: 1.5em 0 0 0;
}

.notifications{
	background-color: #CF000F;
	color: #fff;
}

.notifications .columns{
	margin-bottom: 0;
	padding: 0.75em 0;
}

.notifications .notificationdate.columns{
	font-weight: 300;
	background-image: url(https://img6.custompublish.com/getfile.php/3088818.746.axrtprfdec/icon-attention.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 2.5em !important;
	width: 13%;
}

.notifications .notificationtext.columns{
	width: 87%;
}

.notifications .notificationheadline{
	font-weight: 700;
	padding-right: 0.83em;
}





/*------------------------------------*\
	#VIEW
\*------------------------------------*/

.viewarea { font-size: 1.231em; }

.viewareacontent {}

.body {
	text-rendering: optimizeLegibility;
}

.innerbody {}

.innerbody p {}

.headlineview {
	text-rendering: optimizeLegibility;
	font-weight: 100;
}

.subheadlineview {
	margin-top: 0;
	text-rendering: optimizeLegibility;
	font-size: 1.25em;
	margin-bottom: 1.25em;
	font-weight: 600;
}

.ingressview {
	font-weight: 400;
	margin: 2em 0 0;
	font-size: 1.231em;
	text-rendering: optimizeLegibility;
	padding: 0 1em;
	border-left: 2px solid #C0392B;
	border-right: 2px solid #ccc;
	color: #666;
}

.byline {
	margin: 2em 0;
	padding: 0.5em 0;
	color: #707070;
	font-size: 0.769em;
}

.viewarea .listingpic-wrapper {
	margin-bottom: 1.5em;
}

.viewarea .listingpic { margin-bottom: 1em; text-align: center; background-color: #f0f0f0; }

.viewarea .listingpictext {
	font-size: 0.813em;
	color: #444;
	font-style: italic;
	padding-left: 1em;
	border-left: 2px solid #ccc;
}

.viewarea .articleparagraph {  }

.paragraphpictable {
	width: 35%;
	height: auto;
	max-height: 150px !important;
	float: right;
	padding: 0 0 0.5em 0.5em;
}

#content .paragraphpictable, .articleparagraph .paragraphimage{
	width: 25%;
}

.paragraphpictext {
	padding: 0.5em 0;
}

.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 .articleview-slideshow-container {
	background-color: #fff;
	margin-bottom: 30px;
}

.viewarea .articleview-slideshow {
	padding: 1em;
}

.viewarea .articlemedia.slider-for .articleimage {
	background-color: #fff;
}

.viewarea .articlemedia .articleimagedesc {
	text-align: center;
	color: #707070;
	font-size: 0.813em;
	padding-top: 1em;
	background-color: #fff;
}

.viewarea .articlemedia.slider-nav {
	background-color: #eee;
}

.viewarea .articlemedia.slider-nav .slick-slide {
	cursor: pointer;
}

.viewarea .articlemedia.slider-nav .articleimagedesc {
	display: none;
}

.viewarea .ui-button,
.viewarea .ui-button:link {
	background-color: #C0392B;
	background-image: none;
	color: #fff;
	text-decoration: none;
	font-size: 0.813em;
	padding: 0.75em 1.25em;
	border-radius: 50px;
	border: 0;
}

.viewarea .ui-button:hover{
	background-color: #8D0600;
}

.viewarea .ui-button .ui-button-icon-primary {
	display: none;
}

.viewarea .ui-button-text-icon-primary .ui-button-text,
.viewarea.ui-button-text-icons .ui-button-text{ padding: 0; }

.viewarea .forum form.cpsimpleform{
	margin-left: 0;
	padding: 1em;
	background-color: #fff;
	border-radius: 10px;
}

.viewarea .forum fieldset{
	border: 0;
	padding: 0;
	margin: 0;
}

.viewarea .forum fieldset legend {
	display: none;
}

.viewarea .forum .cpsimpleform input[type="submit"]{
	margin-left: 0;
}

.viewarea .cpforum .forumpost {
	border: 0;
	padding: 2em;
	margin: 0 0 2em 0;
	border-radius: 0;
	background-color: #fff;
	border-left: 2px solid #ccc;
}

.viewarea .cpforum .postinglevel0 > li > .forumpost {
	border-color: #C0392B;
}

.viewarea .cpforum .forumpost h2{
	margin-top: 0;
	font-size: 1.25em;
}

.viewarea .cpforum .forumpost .date {
	color: #707070;
	font-size: 0.63em;
	margin-bottom: 1em;
}

.viewarea .cpforum .replytolink{
	color: #26A65B;
	background-color: #26A65B;
	border-radius: 50px;
	padding: 0.25em 1em;
	display: inline-block;
	font-size: 0.813em;
}

.viewarea .cpforum .replytolink a{
	color: #fff;
	text-decoration: none;
}

.viewarea hr{
	margin-top: 1.5em;
	margin-bottom: 1.75em;
	height: 1px;
	border: 0;
	border-top: 1px solid #c0c0c0;
	text-align: center;
}

.viewarea hr:after{
	content: "\00a0";
	background-image: url(https://img6.custompublish.com/getfile.php/3033075.746.frsffurxvr/oak.png);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	top: -0.7em;
	position: relative;
	padding: 0 1.25em;
	background-color: #fafafa;
	color: #fafafa;
}

.enhet-template .listingpic-wrapper {
	min-height: 70px;
}

.enhet-template .pagetitle {
	margin: 0;
	padding: 0.5em 1em;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0 0 3px 0;
	font-size: 2em;
}

.enhet-template .body {
	/*font-size: 0.83em;*/
}

.enhet-template .headlineview {
	font-size: 1.8em;
}

.enhet-template .aktuelt .columns {
	padding: 0 1em;
	padding-left: 1em !important;
	padding-right: 1em !important;
}

.enhet-template .aktuelt .columns.block1 {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.article-tk-tabs {
	margin-bottom: 4em;
}

.article-tk-tabs .tabbody {
	min-height: 350px;
}

.article-tk-tabs ul.tabs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-tk-tabs ul.tabs-list li {
	display: inline-block;
}

.article-tk-tabs ul.tabs-list a {
	display: inline-block;
	padding: .5em 1.5em;
	background: #e0e0e0;
	color: #333;
	font-size: 1.1em;
	text-decoration: none;
}

.article-tk-tabs ul.tabs-list .current a,
.article-tk-tabs ul.tabs-list a:hover {
	background: #C0392B;
	color: #fff;
}

.article-tk-tabs .current-info,
.article-tk-tabs .accessibletabsanchor,
.article-tk-tabs .tabhead {
    position: absolute;
    left: -999em;
}

.article-tk-tabs .tabbody ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.article-tk-tabs .tabbody.map-tab{
	margin: 0;
	padding: 0;
	min-height:150px;
}

.map-tab #basicgmap{
	height: 350px;
	width: 100%;
}

.map-tab .bigmaplinkcontainer{
	display: none;
}





/*------------------------------------*\
	#SIDEBAR
\*------------------------------------*/

#mainsidebar {}

.frontpage.articlelisting #mainsidebar,
.page346513 #mainsidebar {
	display: none;
}

/**
* standard box/widget
*/


.box {
	background-color: #fff;
	padding: 1em;
	border-left: 2px solid #F36C5E;
	border-right: 2px solid #ccc;
}

.box .caption {
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: 100;
}

.box ul,
.box ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}





/*------------------------------------*\
	#FOOTER
\*------------------------------------*/

#footer {
	background-color:transparent!IMPORTANT;
	padding: 2em 0;


}
.footercontent{background-color:white; padding:20px;}
.footer-eq-block {
	margin-bottom: 2em;
}

.footer-item-container {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-item a,
.footer-gatami-list .caselist a {
	display: block;
	padding-bottom: 1em;
	padding-right: 0.5em;
	color: #333;
}

.footer-item a:hover {
	text-decoration: underline;
}

.footer-gatami-list .caselist h3,
.footer-gatami-list .caselist img,
.footer-gatami-list .showlinkall {
	display: none;
}

.footer-gatami-list .caselist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-list li {
	margin-bottom: 1em;
}

.footer-list a {
	color: #333;
}

.footer-list a:hover{
	text-decoration: underline;
}

.footer-calendar-list.columns {
	padding: 0;
}

.cpcredits,
.cp:link {
	font-size: 0.8em;
	text-decoration: none;
	color: #737373;
}

.cp:visited {
	color: #737373;
}

.cp:hover {
	color: #333;
}

.contactinfo {
	margin: 1em 0;
	color: #737373;
}

.contactinfo a {
	color: #333;
}

.connect-rows {
	margin: 2em auto 4em auto;
	max-width: 640px;
}

.connect-rows a {
	display: block;
	padding-top: 60px;
	background-position: top center;
	background-repeat: no-repeat;
	color: #737373;
}

.connect-rows a:hover {
	color: #333;
	text-decoration: none;
}

.connect-rows .rss-footer a {
	background-image: url(https://img6.custompublish.com/getfile.php/2985831.746.apssrtbcsv/icon-rss-footer.png);
}

.connect-rows .facebook-footer a {
	background-image: url(https://img6.custompublish.com/getfile.php/2985829.746.veercefbsf/icon-facebook-footer.png);
}

.connect-rows .mail-footer a {
	background-image: url(https://img6.custompublish.com/getfile.php/2985845.746.cbraxyreqd/icon-mail-footer.png);
}

.connect-rows .insta-footer a {
	background-image: url(https://img6.custompublish.com/getfile.php/3023399.746.udxceyqyfy/icon-insta-footer.png);
}

.connect-rows .rss-footer a:hover {
	background-image: url(https://img6.custompublish.com/getfile.php/2985830.746.rvpxqbtsfw/icon-rss-footer--hover.png);
}

.connect-rows .facebook-footer a:hover {
	background-image: url(https://img6.custompublish.com/getfile.php/2985828.746.eyyfburaew/icon-facebook-footer--hover.png);
}

.connect-rows .mail-footer a:hover {
	background-image: url(https://img6.custompublish.com/getfile.php/2985844.746.xpcxtxybdf/icon-mail-footer--hover.png);
}

.connect-rows .insta-footer a:hover {
	background-image: url(https://img6.custompublish.com/getfile.php/3023401.746.xbtpvwyadf/icon-insta-footer--hover.png);
}



/*------------------------------------*\
	#MISC
\*------------------------------------*/

.errmsg {
	padding: 0.5em;
	border: 1px solid #AA0000;
	font-weight: bold;
	color: #AA0000;
	background: #FFD9D9;
}

/**
* weather forecast
*/

.weathertablefivedays {}

.weathertablefivedays td {
	padding: 5px;
}

.weathertablefivedays .weatherlocname {
	font-weight: bold;
}

/**
* Calendar
*/

.icalendardayhead { background-color: #f0f0f0; }

.monthlycalendartable { width: 100%; }

.calendardate { color:#333; }

.caltime {
	margin-right: 15px;
}

.vevent {
	padding: 0.5em 0 0.5em 2em;
	border: 1px solid #666666;
	background-color: #EEEEEE;
}

.eventdate { background: url("https://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent; }

.calevent {
	margin: 0 0 0.5em;
	padding: 0.5em;
}

.calevent .eventwhen {
	margin-right: 10px;
}

/**
* Effects of wide page classes
*/

.widemain #main {}

.widemain #mainsidebar,
.widefull #mainsidebar {
	display: none;
}

.widefull #main { width: 100%; float: none; }

.nostyle {
	list-style: none;
	margin: 0;
	padding: 0;
}

.scaletext .small  { font-size: 0.8em; }
.scaletext .medium { font-size: 1em; }
.scaletext .large  { font-size: 1.3em; }

#colorbox:focus {
	outline: 0;
}

#cboxOverlay {
	background: #000 !important;
}

/**
* Slideshow
*/

.viewarea .slick-slider{
	margin-bottom: 0;
}

.slick-slide .cpeditlinks img {
	display: inline;
}

.slick-slide img {
	margin: 0 auto;
}

.articleview-slideshow .slick-prev:before, .articleview-slideshow .slick-next:before {
	color: #666;
}

.articleview-slideshow.slider-nav .slick-slide {
	opacity: 0.2;
	-webkit-transition: opacity 120ms ease-in-out;
	transition: 		opacity 120ms ease-in-out;
}

.articleview-slideshow.slider-nav .slick-center {
	opacity: 1;
}

/**
* Searchpage
*/

.searchpage .tabberlive .block {
	margin-bottom:	1em;
	padding-bottom:	1em;
	border-bottom: 1px solid #eee;
}

.searchpage .tabberlive .headline {
	font-size: 1.3em;
	margin-bottom: 0.65em;
}

.searchpage .tabberlive .date {
	color: #c0c0c0;
	font-size: 0.9em;
	font-style: italic;
	margin-top: 0.5em;
	line-height: 1.6;
}

.searchpage .tabberlive > div > div {
	font-size: 1.1em;
}

.searchpage .solrsearch.block .artpath{
	font-size: 0.5em;
	color: #999;
}

/**
* Calendar v3
*/

h5.caldayheader {
	margin: 0.5em 0;
	padding: 0.5em;
	font-weight: 200;
	border-top: 1px solid #ccc;
	background: #fafafa;
}

.calevent {
	padding: 0 0 0.5em 1em;
}

/**
* Gatami
*/

.gmform ul li {
	margin-bottom: 1.5em;
}

.gmform ul li img{
	margin-right: 0.5em;
}

.caselist h3 {
	display: block;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	font-weight: 100;
}

.viewarea .caselist a:link {
	text-decoration: none;
}

.viewarea .caselist a:hover {
	text-decoration: underline;
}

.no-vacancies {
    font-size: 1.5em;
}

/*------------------------------------*\
	#FOR ADMINISTRATORS
\*------------------------------------*/

.empty-page-message	{
	padding: 1.5em;
	margin: 0 0 0.5em 0;
	width: 45%;
	border-radius: 3px;
	background-color: #E4F1FE;
	color: #446CB3;
	font-size: 1.1em;
}

.empty-page-message .new-article-btn {
	padding: 0.5em 1em;
	border: 0;
	border-bottom: 3px solid #3A539B;
	border-radius: 2px;
	background-color: #4183D7;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
}

.empty-page-message .new-article-btn:hover {
	border-bottom: 2px solid #3A539B;
	border-top: 1px solid #E4F1FE;
}

.empty-page-message .new-article-btn:active {
	border-bottom: 0;
	border-top: 3px solid #E4F1FE;
}

.empty-page-menu {
	margin: 2em 0;
}
.empty-page-menu span {
	display: block;
	margin-bottom: 0.5em;
}

.empty-page-menu ul li a {
	display: block;
	max-width: 45%;
	padding: 0.4em;
	margin-bottom: 0.5em;
	border: 1px solid #eee;
	background-color: #fafafa;
	border-radius: 3px;
}

.empty-page-menu li a:hover {
	background-color: #eaeaea;
}

#preloaded-images {
	width: 0px;
	height: 0px;
	display: none;
}


#cookieinfobar {
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    width: 60%;
	display:none;
}

#cookieinfobar2 {
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    width: 60%;
	display:block;
}





/*------------------------------------*\
	#MEDIA QUERIES
\*------------------------------------*/

@media all and (max-width: 768px) {

	#main { min-height: 0; }

	.fortablet	{ display: block; }
	.fordesktop	{ display: none; }

	.medium-1	{ width: 8.333333333%; }
	.medium-2	{ width: 16.666666666%; }
	.medium-3	{ width: 24.999999999%; }
	.medium-4	{ width: 33.333333332%; }
	.medium-5	{ width: 41.666666665%; }
	.medium-6	{ width: 50%; }
	.medium-7	{ width: 58.333333331%; }
	.medium-8	{ width: 66.666666664%; }
	.medium-9	{ width: 74.999999997%; }
	.medium-10	{ width: 83.333333333%; }
	.medium-11	{ width: 91.666666663%; }
	.medium-12	{ width: 100%; }

	.tjenester-menu > li {
		width: 50%;
	}

}

@media all and (max-width: 667px) {

	.formobile { display: block; }

	.fl,
	.fr {
		float: none;
	}

	.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;
	}

	.small-1	{ width: 8.333333333%; }
	.small-2	{ width: 16.666666666%; }
	.small-3	{ width: 24.999999999%; }
	.small-4	{ width: 33.333333332%; }
	.small-5	{ width: 41.666666665%; }
	.small-6	{ width: 50%; }
	.small-7	{ width: 58.333333331%; }
	.small-8	{ width: 66.666666664%; }
	.small-9	{ width: 74.999999997%; }
	.small-10	{ width: 83.333333333%; }
	.small-11	{ width: 91.666666663%; }
	.small-12	{ width: 100%; }

	h1 {
		font-size: 1.7em;
		line-height: 1.2;
	}

	h2 { font-size: 1.5em; }
	h3 { font-size: 1.4em; }
	h4 { font-size: 1.2em; }
	h5 { font-size: 1.1em; }
	h6 { font-size: 1.1em; }

	.enhet-template .pagetitle{
		font-size: 1.4em;
		width: 100%;
		display: block;
		text-align: center;
	}

	.menubtn {
		display: block;
	}

	.mainmenu.tar{
		text-align: left;
		background-color: #f0f0f0;
	}

	.mainmenu > li {
		display: block;
		margin-right: 0;
		position: relative;
	}

	.mainmenu > li > span{
		font-size: 1.1em;
		padding: 0.5em 1em;
		display: block;
	}

	.tjenester-menu > li {
		width: 100%;
		height: auto;
		margin-bottom: 2em;
	}

	.tjenester-menu{
		margin-bottom: 0;
	}

	#header .header-tools.columns{
		padding: 0 !important;
	}

	.search{
		padding: 1em;
	}

	#navigation{
		width: 100%;
		background-color: #fafafa;
		z-index: 9999999;
	}

	.is-sticky #navigation{
		background-color: #f0f0f0;
	}

	.logo{
		margin-bottom: 1em !important;
		display: block;
	}

	.logo:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

	.searchform-frontpage .searchinput {
		font-size: 1em;
		width: 82%;
	}
	.searchform-frontpage .searchsubmit {
		margin-top: 0.25em;
	}

	#searchform{
		width: 100%;
	}

	#header .searchinput{
		width: 90%;
	}
	#header .columns{
		margin-bottom: 0;
	}

	#header .accessibility{
		display: none;
	}

	#content > .wrap{
		padding: 0 1em;
	}

	#main{
		padding-top: 0;
	}

	.footer-rows{
		padding: 0 2em;
	}

	.cal-event-block{
		padding-bottom: 0.5em;
		margin-bottom: 0.5em;
		border-bottom: 1px solid #999;
	}

	.section-title .pagetitletriangle,
	.section-title:hover .pagetitletriangle{
		border-width: 7px 5px 10px 5px;
		border-color: #c03a2b transparent transparent transparent;
	}

	.aktuelt.rounded-fieldset{
		padding: 1em;
		margin-bottom: 0;
	}

	.rounded-fieldset-caption{
		max-width: 220px;
	}

	.enhet-template .aktuelt .columns.block1{
		border: 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin: 1em 0;
		padding: 1em 0;
	}

	.enhet-template .aktuelt .columns{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#path{
		padding: 0 0.5em;
	}

	#path a,
	#path span{
		display: none;
	}

	#path *:last-child{
		display: inline-block;
	}

	.pgn_registrerensak .gmform form input,
	.pgn_registrerensak .gmform form textarea{
		max-width: 100% !important;
		width: 100% !important;
		border: 1px solid #ccc;
		border-radius: 3px;
		font-size: 1em;
	}

	.pgn_registrerensak .gmform form > table,
	.pgn_registrerensak .gmform form > table td{
		display: block;
		width: 100%;
		position: relative;
	}

	.pgn_registrerensak .gmform form > table td{
		padding: 0.5em;
		min-height: 0;
		background-color: transparent;
		border: 0;
		word-wrap: break-word;
	}

	.pgn_registrerensak .gmform form > table td:last-child{
		border-bottom: 1px solid #999;
	}

	.latest-news-frontpage .slide.columns{
		margin-bottom: 2em;
	}


	#header > .wrap > .row{
		z-index: 99999;
	}

}

@media print {

	* {
		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;
	}

}
