/* 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
*/

/* -----------------------------------------
   Resets
----------------------------------------- */

html, body, div, span, applet, 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 {
	background-color: #f2f2f2;
	background-image: url(https://img4.custompublish.com/getfile.php/2743192.2344.rvyrecpsfs/bakteppe-nobg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	color: #333;
	font-family:'Open Sans', Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;
	font-weight: 400;
	line-height: 1.45;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: subpixel-antialiased;
	overflow-x: hidden;
	overflow-y: scroll;
}

* {
	-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 { clear: both; font-size: 1px; height: 0; }

img:not([class="cboxPhoto"]),img:not([class="icon"])  {
	max-width: 100%;
	width: auto;
	height: auto !important;
	border: none;
}

img.importedimage {
	max-width: 200px;
}

#map_canvas 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;
}

table.tableizer-table{
	width: 90%;
}

table.tableizer-table th{
	padding: 5px;
	text-align: center;
}
table.tableizer-table tr{}
table.tableizer-table tr td{
	padding: 5px;
	font-size: 14px;
	text-align: center;
}

table.tableizer-table tr:nth-child(odd){
	background-color: #fafafa;
}

iframe {
	width: 100%;
	max-width: 100%;
}

/* -----------------------------------------
   Typography
----------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: snow;
}

td,
th {
  border-color: gainsboro;
}

th {
	background-color: #f2f2f2;
	padding-left: .5em;
}

caption {
	font-size: 1.2em;
	margin-bottom: .3em;
}

h1, h2, h3, h4, caption.tripresult {
	margin: 1.414em 0 0.5em;
	font-weight: inherit;
	line-height: 1.2;
}

h1 {
	margin-top: 0;
	font-size: 3.157em;
}

h2,caption.tripresult { font-size: 1.777em; text-align: left; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.333em; }

p {
	margin: 0 0 1em;
}

code,
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

b,
strong {
	font-weight: bold;
}

em{
	font-style: italic;
}

small {
  font-size: 0.75em;
}

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: 0.1;
	font-family: Georgia, serif;
}

blockquote:after {
	content: "\201D";
	display: inline-block;
	font-size: 3em;
	color: #e2e2e2;
	position: absolute;
	z-index: -1;
	left: 0;
	font-family: Georgia, serif;
	line-height: 0.3;
}

a 			{ background: transparent; color: #2574A9; }
a:link 		{  }
a:visited 	{ color: inherit; }
a:hover 	{ color: #22A7F0; }

/* Linked headlines (normally inside LIST-sections) */
.headlinelink 			{ }
.headlinelink:visited 	{ }
.headlinelink:hover 	{ }

/* Linked headlines on listing pages */
.headline .headlinelink 		{ text-decoration: none; }
.headline .headlinelink:visited { }
.headline .headlinelink:hover 	{ }

/* -----------------------------------------
   Structure
----------------------------------------- */

.row {
	width:100%;
	display: block;
}

.column, .columns {
	float: left;
	padding: 0 0.5em; /* Gutter */
	margin-right: 0!important;
}

.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%; }

/* offset class for offsetting columns */

.large-offset-8 {
	margin-left: 66.6666666667% !important;
}

.column, .columns { margin-bottom: 0.5em; }

.row .column:last-child, .row .columns:last-child, .column.last, .columns.last { padding-right: 0; }
.row .column:first-child, .row .columns:first-child, .column.first, .columns.first { padding-left: 0; }


/* -----------------------------------------
   	General Rules
----------------------------------------- */

/* Layout classes */

.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
----------------------------------------- */

.wrap {
	max-width: 1080px; /*Page width*/
	width: 100%;
	margin: 0 auto; /*Centered page */
}

body.pluginworkspace .wrap{
	max-width: 1920px;
	padding: 0 1rem;
}

body.pluginworkspace #header,
body.pluginworkspace #footer,
body.pluginworkspace .path-container{
	max-width: 1080px;
	margin: 0 auto;
}

body.pluginworkspace .path-container{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#content {
	margin-bottom: 1em;
}

/* -----------------------------------------
   	General Elements
----------------------------------------- */

.skiplink a{
  position: absolute;
	top: -190px;
}
.skiplink a:focus, .skiplink a:hover  {
	position: static;
	left: 0;
	width: auto;
}

#main{ min-height: 500px; padding-left: 0; }

.articleview .viewarea{
	background: #fff;
	padding: 0;
}

.pagedescription{  }

h1.pagetitle{
	margin-top: 0;
	margin-bottom: .67em;
	font-weight: 100;
	font-size: 2.3em;
	line-height: 1;
}
.path-container{
	margin: 0 0 1.5em 0;
}
#path{
	background: #fff;
	padding: .5em .75em;
}
#path a{ text-decoration: none; }
#path a, #path span{ padding-right: .25em; color: #666; }
#path a.activepath{ color: #333; font-weight: 600; }
#path a:hover{ text-decoration: underline; }

/* -----------------------------------------
   	Header
----------------------------------------- */

#header{ padding: 3em 0 .5em 0; }

.logo{ margin-bottom: 3em; }
.logo img{
	width: 36%;
}

.ppt387142 .logo img {
	width: 60%;
}

a#nav-toggle{
	display: none;
}
/* -----------------------------------------
   	Menus & Search
----------------------------------------- */

#navigation{ font-weight: 100; }


.menu, .submenu, .menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu li, .submenu li {
	margin: 0;
	padding: 0;
}

/* Standard navigation links */
.menu a:link { text-decoration: none; }
.menu a:hover { color: #999; }

.menu .menuselected:link { }
.menu .menuselected:visited { }
.menu .menuselected:hover { }

.menubtn {
	display: none;
}

.burger {
	padding: 0.5em 1em;
	list-style: none;
	cursor: pointer;
	float: right;
}

.burger li {
	width: 30px;
	height: 4px;
	background-color: #7d7d7d;
	margin-top: 5px;
	margin-bottom: 5px;
}


.mainmenu > li{
	float: left;
	margin-right: 1%;
}
.mainmenu > li.itemlvlnum4{

}
.mainmenu > li > a, .mainmenu > li > span{
	text-align: center;
	display: block;
	padding: .5em .8em;
	background: #fff;
	font-size: 1.6em;
	color: #333;
	-webkit-transition: all 150ms ease-in-out;
    -moz-transition: 	all 150ms ease-in-out;
    -o-transition: 		all 150ms ease-in-out;
    transition:			all 150ms ease-in-out;
}
.mainmenu > li > a:hover, .mainmenu > li > span:hover,
.mainmenu > li > a.menuselected, .mainmenu > li > span.menuselected{
	background: #003A69;
	color: #fff;
}

#mainmenu li ul{
	position: absolute;
	width: 200px;
	visibility:hidden;
	opacity:0;
	border-radius:2px;
	box-shadow:0 1px 6px rgba(0,0,0,.15);
	-webkit-transition:all .1s ease-out;
	-moz-transition:all .1s ease-out;
	background: #FFF;
	padding: 4px 0;
	z-index: 10;
}
#mainmenu ul li {
	-webkit-transition:background .1s ease-out;
	float: none;
	text-shadow: none;
}

#mainmenu ul li a{
  	font-size: 1.2em;
  	padding: 10px 5px;
	color:#444;
	border-radius:2px;
	display: block;
}
#mainmenu ul li a:hover, #mainmenu ul li.itemselected > a{
  	background: #f6f6f6;
}

#mainmenu ul ul {
  	margin: -0.45em 0 0 190px;
}

#mainmenu li:hover ul,
#mainmenu a:hover ul {
	visibility:visible;
	opacity:1;
}

#mainmenu ul li:hover {
	visibility:visible;
	opacity:1;
}
#mainmenu .triangle {
	width:0;
	height:0;
	position:absolute;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #fff;
	top:-8px;
	left:50%;
	margin-left:-8px;
}
.row .menu-right.columns{
	background: #fff;
	padding: 1em 1em .85em 1em;
	padding-right: 1em !important;
	font-size: 1.2em;
	text-align: right;
	line-height: 1;
}

html.no .languagebar-top a:first-child{
	display: none;
}

html.en .languagebar-top a:last-child{
	display: none;
}
.languagebar-top a{
	text-decoration: none;
	margin-right: .75em;
	color: #333;
}

.languagebar-top a:hover{
	color: #999;
}

.tabletmenutop {
	padding: 1rem;
	background-color: #fff;
	margin-bottom: 2rem;
}

.topmenu{
	margin-right: 1em;
	border-right: 1px solid #333;
}
.topmenu > li{
	float: left;
}
.topmenu > li > a{
	margin-right: .75em;
	color: #333;
}

.frontpagemenubox{
	background: #fff;
	min-height: 80px;
	padding: 10px;
	border: 1px solid #ebebeb;
}
ul.frontpagemenu{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
ul.frontpagemenu li{
	width: 33.3333%;
	list-style-type: none;
	display: inline;
	float: left;
}

ul.frontpagemenu li.itemlvlnum5 a{
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
ul.frontpagemenu li a{
	padding: .6em;
	display: block;
	text-align: center;
	font-size: 1.6em;
	font-weight: 400;
	text-decoration: none;
	color: #003a69;
}

ul.frontpagemenu li a:hover{
	background-color: #003a69;
	color: #fff;
}
.navigation .pull{
	display: none;
}
#nav-toggle { position: absolute; left: 0px; top: 0px; text-decoration: none; }
#nav-toggle { cursor: pointer; padding: 20px 10px 5px 0; }
#nav-toggle span{	margin: 0px 5px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; -o-border-radius: 1px; height: 5px; width: 35px; background: #353535; position: absolute; display: block; content: ''; }
#nav-toggle span:before { top: -10px; }
#nav-toggle span:after { bottom: -10px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }

.mm-opened #nav-toggle.active span { background-color: transparent; }
.mm-opened #nav-toggle.active span:before, .mm-opened #nav-toggle.active span:after { top: 0; }
.mm-opened #nav-toggle.active span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.mm-opened #nav-toggle.active span:after { transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); top: 10px; }



/* Searchform */
#searchform {
	background: #fff;
	font-weight: 100;
	margin: 0;
	padding: 0;
}
.searchinput {
	vertical-align: middle;
	border: 0;
	width: 78%;
	font-size: 1.6em;
	padding: .50em .5em;
	color: #999;
	font-weight: 300;
}
.searchsubmit {
	margin: 0;
	padding: .50em .75em;
	vertical-align: middle;
	cursor: pointer;
	width: 20%;
	border: 0;
	background: #003a69;
	color: #fff;
	font-weight: 100;
	font-size: 1.6em;
	-webkit-appearance: none;
	border-radius: 0;
	text-transform: uppercase;
}

html.en .searchinput{
	width: 66%;
	font-size: 1.3em;
}

html.en .searchsubmit{
	width: 32%;
}


/* -----------------------------------------
   	Forms
----------------------------------------- */

form.cpsimpleform {
	margin: 20px auto;
	max-width: 85%;
	padding: 1em;
	background-color: #fafafa;
}

input:invalid {
	box-shadow: 0 0 5px red;
}

input, textarea {
	max-width: 98%;
	font-family:inherit;
}

.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 #ccc;
	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: auto;
	margin-right: 0;
}

.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;
}


/* -----------------------------------------
   #EMPTYPAGE
----------------------------------------- */
.emptymessage.page-is-empty {
	background-color: transparent;
}

.emptymessage {
	padding: 1rem;
}
@media (min-width: 640px) {
	.emptymessage {
		padding: 0;
	}
}
/* Side-Tittel */
.emptymessage h1.pagetitle {
	font-size: 3rem;
	font-weight: 600;
}

.emptymessage ul.navigation-list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

@supports (display: grid) {
	.emptymessage ul.navigation-list {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 3rem;
	}
}

/* NAVIGATION MEDIUM */
@media (min-width: 640px) {
	.emptymessage ul.navigation-list li:nth-child(3n+1) {
		margin-left: 0;
	}
	@supports (display: grid) {
		.emptymessage ul.navigation-list {
			grid-template-columns: 1fr 1fr;
			grid-gap: 3rem;
		}
	}
}
/* NAVIGATION LARGE */
@media (min-width: 950px) {
	@supports (display: grid) {
		.emptymessage ul.navigation-list {
			grid-template-columns: 1fr 1fr 1fr;
			grid-gap: 3rem;
		}
	}
}


.emptymessage ul.navigation-list li {
	flex-grow: 1;
	width: 100%;
	margin: 0 2rem 2rem;
	padding: 1rem;
	display: inline-block;
	position: relative;
	background-color: #fff;
	min-height: 12rem;
}

@supports (display: grid) {
	.emptymessage ul.navigation-list li {
		width: auto;
		margin: 0;
	}
}

@media (min-width: 640px) {
	.emptymessage ul.navigation-list li {
		width: 30%;
		margin-right: -4px;
	}
	@supports (display: grid) {
		.emptymessage ul.navigation-list li {
			width: auto;
		}
	}
}


.emptymessage ul.navigation-list li a {
	display: block;
	font-size: 2rem;
	text-decoration: none;
	color: #333;
	padding-bottom: 1rem;
}

.emptymessage ul.navigation-list li a span {
	font-size: 1rem;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	color: #003a69;
	font-size: 600;
}

.emptymessage ul.navigation-list li a span:hover {
	opacity: 0.6;
}

.emptymessage ul.navigation-list li a span::before {
	position: absolute;
	left: -2.5rem;
	content: '';
	height: 2rem;
	width: 2rem;
	background-image: url('https://img6.custompublish.com/getfile.php/3988291.2406.jipppuizuqplnw/right-arrow-forward.png');
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translateY(-20%);
}

/* -----------------------------------------
   	Listing
----------------------------------------- */



/* Nyheter forsiden */

.articlelist .articleblock{ margin: 0 0 1em 0; position: relative; }

.articlelist .ingress{ padding-bottom: 1em; }

.articlelist .articleblock .imgwrap{ margin: 0; }

.articlelist .articleblock .textwrap{ background: #fff; }

.articlelist .articleblock .textwrap p{ line-height: 1.4; }

.articlelist .articleblock.nopic .eight.columns{ width: 100%; }

.listingarea hr, .hr /* Replacement for hr (easier to style in older browsers) */{
	-moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

.articlelink a{ color: #333; text-decoration: none; font-weight: 600; font-size: .9em; }
.articlelink a:hover{ color: #767676; }

.articlelist .date{ color: #767676; font-size: .9em; }

.articlelist .headline{
	line-height: 1.2;
	margin: 0 0 .47em 0;
	font-size: 1.4em;
	display: block;
}
.forsidelist .articlelist .headline{
	min-height: 48px;
}
.articlelist .headline a{
	color: #333;
}
.articlelist .subheadline{
	line-height: 1.2;
}

div.pagebar{
	text-align: center;
}

.articlelist.forsidelist .imgwrap{
	min-height: 167px;
	background: #fff;
}

.archive-link .gotoarchive{
	background-color: #fff;
	display: block;
	padding: .5em 1em;
	text-decoration: none;
	color: #7d7d7d;
	text-align: right;
}
.archive-link .gotoarchive:hover{
	background-color: #fafafa;
	color: #333;
}
.frontpage .archive-link .gotoarchive{
	margin-left: .5em;
}

/* General styles */

.page-is-empty,
.maingeneral .main.columns{
	background: #fff;
	min-height: 450px;
	padding: 2em;
	padding-left: 2em !important;
}

.page-is-empty .menu li a{
	display: block;
	max-width: 320px;
	padding: 1em .5em;
	margin-bottom: .5em;
	background-color: #E4F1FE;
	color: #22313F;
}
.page-is-empty .menu li a:hover{
	background-color: #fafafa;
}

#sfjresult .result-list-container {
	padding: 30px 40px;
}

.formobile-results {
	display: none;
}

#lviaboxx a {
	color: #fff;
}


/* -----------------------------------------
   	View
----------------------------------------- */

.viewarea{
}

.viewareacontent p,
.viewareacontent h1,
.viewareacontent h2,
.viewareacontent h3,
.viewareacontent h4,
.viewareacontent ul,
.viewareacontent .related {
	padding-left: 1em;
	padding-right: 1em;
	padding-left: 2rem;
	padding-right: 2rem;
}
.viewareacontent table,
.viewareacontent ul{
	margin-left: 1em;
	margin-right: 1em;
	margin-right: 2rem;
	margin-left: 2rem;
}

.viewareacontent h1,
.viewareacontent h2,
.viewareacontent h3,
.viewareacontent h4{
	font-weight: 300;
}

.viewareacontent .byline{
	background-color: #fafafa;
	color: #717171;
	padding: 0.5em 1em;
	padding: 1rem 2rem;
	font-size: .75em;
}

.body{ margin-bottom: 2em; }

.innerbody{  }

.innerbody p{  }

.ingressview{
	font-weight: 300;
	margin: 1em 0 0;
	font-size: 1.3em;
}

.viewarea .listingpic{  }

.viewarea .articleparagraph{  }

/* .viewarea .articleparagraphdynamic h2.paragraphheadline{

}

.viewarea .articleparagraphdynamic h2.paragraphheadline i.chevron-right{

}

.viewarea .articleparagraphdynamic h2.paragraphheadline i.chevron-down{

}

.viewarea .articleparagraphdynamic h2.paragraphheadline span.chevron{
  position: relative;
  top: 10px;
  text-align: center;
  padding: 5px;
  margin-bottom: 6px;
  height: 5px;
  width: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.viewarea .articleparagraphdynamic h2.paragraphheadline span.chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 51%;
  background: red;
  -webkit-transform: skew(0deg, -60deg);
  -moz-transform: skew(0deg, -60deg);
  -ms-transform: skew(0deg, -60deg);
  -o-transform: skew(0deg, -60deg);
  transform: skew(0deg, -60deg);
}
.viewarea .articleparagraphdynamic h2.paragraphheadline span.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 50%;
  width: 50%;
  background: red;
  -webkit-transform: skew(0deg, 60deg);
  -moz-transform: skew(0deg, 60deg);
  -ms-transform: skew(0deg, 60deg);
  -o-transform: skew(0deg, 60deg);
  transform: skew(0deg, 60deg);
}​
  */
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.headlineview{
	display: block;
	margin-top: .2em;
	font-weight: 100;
}

.no-listingpic .headlineview {
	margin-top: .5em;
}

.viewareacontent .subheadline{
	margin-top: 10px;
}

.paragraphpictable{
	width: 25%;
	height: auto;
	float: right;
	padding: 0 0 .5em .5em;
}
.paragraphpictext{
	padding: .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 .articlemedia .articleimage {
	margin: 0 0 10px 0px;
	width: 32%;
	margin-right: 1%;
	float: left;
}
.viewarea .articlemedia .articleimagedesc{
	text-align: center;
	font-style: italic;
}

.viewareacontent .basicgmap{
	margin: 1em 0 !important;
	width: 100%;
}


.viewarea .tools{
	padding: 1em;
	text-align: center;
	background-color: #fafafa;
	color: #717171;
	font-size: .75em;
}
.viewarea .tools p{
	margin: .5em 0 1em 0;
}
.viewarea .tools .toollink{
	height: 25px;
	padding: 0 .5em;
}

.view-sidebar-element{
	margin-bottom: 2em;
	padding: 1em;
	background-color: #fff;
}

.view-sidebar .box .caption{
	font-size: 1.8em;
}

.view-sidebar-element ul,
.view-sidebar-element li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.view-sidebar-element h3,
.view-sidebar-element h4 {
	margin-top: 0;
}

/* Pluginpage */

.articlearchive b{
	font-weight: 100;
	font-size: 1.2em;
	margin: 1em 0 .5em 0;
	padding-bottom: .25em;
	border-bottom: 1px solid #ccc;
	display: block;
}
.articlearchive .artarchivedate{
	width: 12%;
}

/* -----------------------------------------
   	Sidebar
----------------------------------------- */

#mainsidebar{ padding-right: 0; }

ul.sidemenu {
    border: 1px solid #e0e0e0;
    margin-bottom: 2em;
}
.sidemenu > li {
    margin-bottom: 0;
}
.sidemenu > li > a {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #e0e0e0;
    color: #333333;
    display: block;
    font-size: 1em;
    font-weight: 500;
    padding: 0.75em 0 0.75em 1.75em;
}
.sidemenu li a:hover {
    color: #999999;
}
.sidemenu > li > ul {
    border: 1px solid #eeeeee;
}
.sidemenu > li > ul li a {
    background-color: #fafafa;
    color: #333333;
    display: block;
    padding: 0.5em 2em;
}
.sidemenu ul ul {
    border-left: 1px solid #cccccc;
    margin-left: 2em;
}
.sidemenu ul li ul a {
    background-color: #f2f2f2;
    padding-left: 1em;
}
.side-menu-container .caption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e0e0e0 #e0e0e0 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    margin: 0;
}
.side-menu-container .caption a {
    background-color: #ffffff;
    display: block;
    font-weight: 100;
    padding: 0.75em 0 0.75em 1em;
    text-decoration: none;
}
.sidemenu .menuitemselected {
    background-color: #003a69;
    color: #ffffff;
}
.notfrontpage #mainsidebar{
	padding-right: 1em;
}

.trafikkmeldingar .articleblock .textwrap{
	padding: 0em!important;
}

.trafikkmeldingar .left .road-icon.reduced span.vegnr{ border-left: 7px solid orange;}
.trafikkmeldingar .left .road-icon.closed span.vegnr{ border-left: 7px solid red;}
.trafikkmeldingar .left .road-icon.delay span.vegnr{ border-left: 7px solid yellow;}
.trafikkmeldingar .left .road-icon.open span.vegnr{ border-left: 7px solid green;}

.trafikkmeldingar .road-icon{

}
.trafikkmeldingar span.vegnr{
	font-weight: bold;
	padding: 5px;
	background-color: #000;
	color: #fff;
}

.trafikkmeldingar h3.headline.toggle{
	cursor: pointer;
}
.trafikkmeldingar .expanded{
	display: none;
}
/* standard box/widget */
.box {
	padding: 0;
	margin: 0 0 2em 0;
}
.box .caption{
	margin: 0 0 .67em 0;
	padding: 0;
	display: block;
	font-weight: 300;
	font-size: 2.3em;
	line-height: 1;
	color: #22135f;
}
.box .cell{
	padding: 1em;
	background: #fff;
	position: relative;
}
.box .cell::before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: -15px;
	border-style: solid;
	border-width: 0 16px 15px 16px;
	border-color: transparent transparent #ffffff transparent;
}

.box .highlight.cell::before{
	border-color: transparent transparent #003a69 transparent;
}
.box.no-arrow .cell::before{
	border: 0;
	top: 0;
	position: inherit;
}

.bannerlocation{
	margin: 1.5em 0em;
}

.kontaktinfo.box .ingress p{
	font-size: 1.2em;
	font-weight: 100;
	line-height: 1.4;
}

.fylkesdir .dir-name{
	margin-top: 0;
}
.fylkesdir .columns{
	margin-bottom: 0;
}

.dokument .headline{
	margin-top: 0;
}

/* Some icons */
.some-icons .some-icon{
	width: 13.3%;
	vertical-align: middle;
}

/* Aktueltboksen */

.aktuelt .headline{
	margin: 0 0 .67em 0;
}

/* -----------------------------------------
   	Footer
----------------------------------------- */

#footer{
	background: #fff;
	padding: 2em 3em 2em 3em;
}

.cpcredits,
.cp:link{
	font-size: .8em;
	text-decoration: none;
	color: #ccc;
}
.copyright{ }


.footer-logo{
	margin-bottom: 2em;
	width: 60%!important;
}

.footer-menu{
	padding-left: 2em;
	border-left: 1px solid #eee;
	height: 300px;
}
.footer-menu .menu-title{
	font-size: 1.8em;
	font-weight: 100;
}
.footer-menu .menu{
	font-size: 1.1em;
	font-weight: 100;
	margin-left: 1em;
	margin-top: .5em;
}
.footer-menu .menu a{
	display: block;
	padding: .25em 0;
	color: #333;
	text-decoration: none;
}
.footer-menu .menu a:hover{
	color: #003A69;
	text-decoration: underline;
}


/* -----------------------------------------
   	Misc
----------------------------------------- */

/*takstabell fix*/
.page343892 .view-sidebar{ display: none;}
.page343892 .viewarea{ width: 100%;}

.avviktitle {
	font-weight: 900;
	font-size: 2rem;
	margin: 2rem;
	text-align: left;
}


/*------------------------------------------
	Rutesøk
-------------------------------------------*/

	.highlight{
		background-color: #14355F!important;
		color: #fff;
		padding: 20px 10px!important;
	}

	.highlight form{
		padding: 10px;
	}

	/* label#avreisested{
		margin-right: 2%!important;
	}

	input#lfrom {
		margin-right: 4%!important;
	}
	label.label_day{
		margin-right: 2%!important;
	}
	select#select_day{
		margin-right: 4%!important;
	}


	 */
	.highlight .submitform{
		float: right;
	}

	.highlight .submitform button.btn{
		padding: 4px 20px;
		font-weight: bold;
	}
	.transportmiddel{
		/* max-width: 450px; */
	}

	.form-group label{
		margin-bottom: 3px;
	}
.squaredFour {
    position: relative;
}
.squaredFour label {
    background: #0091bf;
    border-radius: 4px;
    cursor: pointer;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}

.squaredFour span{
	margin-left: 22px;
}
.squaredFour label::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #fff #fff;
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 3px 3px;
    content: "";
    height: 3px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 9px;
}
.squaredFour label:hover::after {
   /*  opacity: 0.5; */
}
.squaredFour input[type="checkbox"] {
    visibility: hidden;
}
.squaredFour input[type="checkbox"]:checked + label::after {
    opacity: 1;
}



.highlight input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  opacity   : 0;
	border: 1px solid red;
 }

.highlight input[type=radio   ]:not(old) + label{
  display      : inherit;
  margin-left  : -.65em;
  line-height  : 1.5em;
}


.highlight input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 1em;
  height           : 1em;
  margin           : 0.25em 0.2em 0.25em 0.25em;
  border           : 0.7em solid rgb(255,255,255);
  border-radius    : 1em;
  background       : rgb(255,255,255);
  vertical-align   : bottom;

}


.highlight input[type=radio   ]:not(old):checked + label > span{
}


.highlight input[type="radio"]:checked:not(old) + label > span > span {
    background: none repeat scroll 0 0 #0091bf;
    border-radius: 1em;
    display: block;
    height: 0.75em;
    margin: -0.4em;
    width: 0.75em;
}

#rutesok_container input.form-control.autoplaces{
		padding: 0px 12px;
}

#rutesok_container .radio_avgang{
	padding-top: 2em;
}

#rutesok_container .turretur{
	padding-left: .5em;
}
/*searchresult*/
#sfjresult{
	background-color: #fff;
}

#sfjresult .printlink:before{
	content: "";
	background: url(/images/emmaicons/iconPrint.gif) no-repeat;
	width: 19px;
	height: 13px;
	margin-right: 5px;
	display: inline-block;
}

#sfjresult .printlink{

}
#sfjresult table td{
	text-align:center;
}

div.moreinfobox{
	width: 90%;
}

.sidebaradm{
	display: inline-block;
	padding: .25em;
	color: #2980b9;
	background: #2980b9;
	border-radius: 5px;
	border-bottom: 1px solid #999;
	margin-bottom: 1em;
	border-top: 1px transparent;
	position: relative;
}
.sidebaradm::before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: -4px;
	left: 7px;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #2980b9 transparent;
}
.sidebaradm a{
	color: #fff;
	text-decoration: none;
	background: url(https://img1.custompublish.com/getfile.php/2786973.1991.vxycpeypua/cogwheel-small.png) no-repeat center left;
	padding-left: 1.4em;
}
.sidebaradm:hover{
	background-color: #1067A0;
	color: #1067A0;
}
.sidebaradm:hover::before{
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #1067A0 transparent;
}
.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;
}
/* Messages */
.msg {
	border-radius: 2px;
	position: relative;
	border: 1px solid;
	margin: 0 0 15px 0;
	padding: 15px;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    line-height: 1.4;
}
.msg .close {
    background: url(../images/icon_close.png) no-repeat center;
    display: block;
    height: 30px;
    position: absolute;
    right: -5px;
    text-indent: -9999px;
    top: -5px;
    width: 30px;
}
.msg p{
	margin: 0;
	padding-left: 25px;
	display: block;
}
.msg-ok {
	background-color: #f7fff3;
	border-color: #BEE4A5;
	color: #658C2C;
}
.msg-error{
	border-color: #E4BBBC;
	background: #F8E9E9;
	color: #BF2C11;
}
.msg-warn{
	border-color: #F3D97E;
	background-color: #FFF8D8;
	color: #A68510;
}
.msg-info{
    border-color: #BBD7E4;
    background-color: #E9F3F8;
    color: #3876C6;
}
.msg-info-light{
    border-color: LightGrey;
    background-color: #FBF9EE;
    color: #777;
}
.msg-ok p{
	background: url(../images/accept.png) 0 50% no-repeat;
}
.msg-error p{
	background: url(../images/cross.png) 0 50% no-repeat;
}
.msg-warn p{
	background: url(../images/exclamation.png) 0 50% no-repeat;
}
.msg-info p{
	background: url(https://img4.custompublish.com/getfile.php/2815012.2344.xvftrwbeur/info.png) 0 50% no-repeat;
}
.msg-info-light p{
	background: url(https://img4.custompublish.com/getfile.php/2815012.2344.xvftrwbeur/info.png) 0 50% no-repeat;
}
.msg .editicon{
	vertical-align: text-bottom;
}
.msg a{
	color: #1067A0;
}

/*  Calendar  */
.icalendardayhead { background-color: #333; }

.monthlycalendartable { width: 100%; }

.calendardate { color:#333; }

.dayheader { }

.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 .event-when {
	margin-right: 10px;
}
.event-block .event-when span{
	display: block;
	text-align: center;
}
.event-block .date-day{
	font-size: 3.2em;
	font-weight: 100;
	line-height: 1;
	color: #003A69;
}
.event-block .date-month{
	font-weight: 700;
	color: #666;
	font-size: 1.2em;
}
.event-block .event-title{
	padding-top: .5em;
}
.event-block .event-title a{
	color: #333;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1.8;
}
.event-block .event-title a:hover{
	text-decoration: underline;
}
.event-block{
	padding: .5em .25em;
	margin-bottom: .25em;
}
.event-block .columns{
	margin: 0;
}
.event-cat{
	font-size: .8em;
	color: #666;
}

/* Forum */

#main .cpforum .forumpost{
	background: #fafafa;
	border-radius: 0;
	border: 1px solid #eee;
}
#main .cpforum .forumpost h2.subject{
	margin-top: 0;
	font-weight: 100;
}

#main .forum{
	padding: 0 1em;
}


/*Effects of wide page classes*/

.widemain #main{  }

.widemain #mainsidebar{ display: none; }

.widefull #main { width: 100%; float: none; }

.widefull #mainsidebar{ display: none; }

.nostyle{ /* strip ul styles */
	list-style: none;
	margin: 0;
	padding: 0;
}

.articlelist .cpeditlinks{
	background: #f2f2f2;
	top: 0;
	left: 0;
	padding: .5em .25em;
	border-radius: 0 0 5px 0;
	border: 1px solid #ccc;
}
.articlelist .cpeditlinks img{
	padding: .25em;
	border-top: 1px solid #f2f2f2;
}
.articlelist .cpeditlinks img:hover{
	border-bottom: 1px solid #f2f2f2;
	border-top: 0;
}
.articleblock .cpeditlinks,
.appblock .cpeditlinks{
	position: relative;
	opacity: .6;
}
.articleblock:hover .cpeditlinks{
	opacity: 1;
}
.slick-slide .cpeditlinks img{ display: inherit; }

.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;
	top: 91%;
	text-align: left !important;
	width: 35px !important;
}
button.slick-next{
	right: 15px !important;
	top: 91%;
	text-align: right !important;
	width: 35px !important;
}
button.slick-prev:before, button.slick-next:before{
	color: #00aeef !important;
	font-size: 35px !important;
}
.slickslideshow{
	width: 100% !important;
}
.listingarea .slickslideshow{
	margin-bottom: 1em;
}


/* Searchpage */

.searchpage .tabberlive .block{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
}
.searchpage .tabberlive .headline{
	font-size: 1.3em;
	margin-bottom: .65em;
}
.searchpage .tabberlive .date{
	color: #c0c0c0;
	font-size: .9em;
	font-style: italic;
	margin-top: .5em;
	line-height: 1.6;
}
.searchpage .tabberlive > div > div{
	font-size: 1.1em;
}

.searchpage #main{
	width: 100%;
}

.searchpage h1{
	font-size: 1.3em;
}

.searchpage .bannerlocation{
	display: none;
}

              .detailtable td {
                border: 0px;
              }

              .depaturerow td {
                padding-top: 5px;
              }
              .depaturerow td.departuretime, .depaturerow td.departuredate {
                font-weight: bold;
              }
              .arrivalrow td, .depaturerow td.botbor {
              }
              .moreinforow td {
                border-bottom: 2px solid #ececec;
                padding-bottom: 10px;
              }
              .moreinfobox {
                padding: 15px;
                margin: 15px auto;
                width: 85%;
                background-color: #f9f9f9;
                border: 1px solid #efefef;
              }

              table.detailtable td {
                padding-top: 4px;
                border: 0px;
              }
              table.detailtable tr.arrivalrow td, table.detailtable td.botbor {
                border-bottom: 2px solid #cecece;
              }



/* -----------------------------------------
   	Media Queries
----------------------------------------- */

@media all and (max-width: 768px) {

	#main{ min-height: 0; }

	.fortablet	{ display: block; }
	.fordesktop { display: none!important; }

	.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%; }

	.medium-offset-6 {
		margin-left: 50% !important;
	}

	div.logo{
		text-align: center;
	}

	.logo img{
		width: 40%;
	}

	a#nav-toggle{
		display: block;
	}

	div.nav-toggle-container{
		position: relative;
		z-index: 999999999;
		height: 50px;
		background-color: rgb(255,255,255);
		background-color: rgba(255,255,255, .9);
	}

	.mm-opened div.nav-toggle-container{
		background-color: transparent;
	}

	ul.sidemenu{
		display: none!important;
	}

	#header{
		padding: 5em 0 0.5em;
	}
}

@media all and (max-width: 480px) {

	.formobile { display: block; }
	.fordesktop { display: none!important; }

	.fl,
	.fr{
		float: none;
	}

	.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%; }

	.small-reset-order {
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: auto;
		float: left;
	}
	div.logo{
		text-align: center;
	}
	.logo img{
		width: 100%;
	}
	a#logolink{
		/* margin-left: 40px; */
	}
	div.search{
		display: none;
	}

	div.path-container{
		display: none!important;
	}
	.menubtn {
		display: block;
	}
	ul#mainmenu{
		display: none;
	}

	.mainmenu > li,
	.mainmenu > li.itemlvlnum4{
		float: none;
		width: 100%;
	}
	.menu-right .accessibility{
		display: none;
	}
	.row .menu-right.columns{
		line-height: 1.3;
		text-align: center;
		padding: .5em;
		margin: .5em 0;
	}
	.topmenu{
		margin: 0;
		padding: 0;
		border: 0;
		text-align: center;
	}
	.topmenu::after{
		content: " ";
		display: block;
		clear: both;
	}
	.topmenu > li{
		float: none;
		margin-bottom: .25em;
		padding-bottom: .25em;
		border-bottom: 1px solid #eee;
	}

	#mainmenu li ul{
		width: 100%;
	}
	#mainmenu li{
		border-bottom: 1px solid #ccc;
	}
	#main{
		min-height: 0;
		padding-left: 1em;
	}


	.footer-menu{
		height: auto;
		border-top: 1px solid #eee;
		border-left: 0;
		padding: 1em 0;
	}

	.searchinput{
		width: 76%;
	}
	.searchsubmit{
		width: 20%;
	}

	.appblock{
		width: 49.99999%;
		min-height: 135px;
	}
	.slickslideshow .textwrap{
		bottom: 0;
		width: 100%;
		height: auto;
		top: auto;
	}
	.slickslideshow .textwrap a.headlinelink{
		font-size: 1em;
	}

	button.slick-next,
	button.slick-prev{
		top: 5%;
	}

	.articlelist.forsidelist .imgwrap{
		min-height: 153px;
	}
	#header .row .logo.columns{
		/* float: left !important;
		width: 66.666666% !important; */
		margin-bottom: 1rem;
	}

	.ppt387142 .logo img {
		width: 100%;
	}

	#header .row .avviktitle {
		margin: 1rem 0 0 0;
		font-size: 1.2rem;
	}

	#header .row .menu-right.columns{
		/* display: none; */
	}

	.maingeneral.pluginworkspace .main.columns {
		padding: 0;
		padding-left: 0 !important;
	}

	#rutesok_container{	font-size: 1.4em;}
	#rutesok_container input.form-control.autoplaces{height: 50px!important;}

	.ui-menu .ui-menu-item a { line-height: 3!important; padding: 5px; font-size: 1.2em; }

	#rutesok_container input[type="radio"]:not(old) + label > span {
		border: 1em solid #fff;
	}
	#rutesok_container input[type="radio"]:checked:not(old) + label > span > span {
    height: 1.4em;
    margin: -0.7em;
    width: 1.4em;
	}

	#rutesok_container .to-container, #rutesok_container .from-container{
		padding-left: 0em;
		padding-right: 0em;
	}
	#rutesok_container .turretur{
		padding-left: .5em;
	}

	#rutesok_container .radio_avgang{
	padding-top: 0em;
	}
	#rutesok_container div.squaredFour{
		margin-bottom: 40px;
	}
	#rutesok_container .squaredFour span{
		margin-left: 30px;
	}
	#rutesok_container .squaredFour label{
		width: 24px;
		height: 24px;
	}
	#rutesok_container .squaredFour label::after {
		height: 5px;
		left: 4px;
		top: 6px;
		width: 14px;
	}

	#rutesok_container .submitform{
		float: none;
		width: 100%;
		text-align: center;
	}

	#rutesok_container .submitform button{
		padding: 15px 30px;
		font-size: 1.4em;
		width: 80%;
	}

	/**
	 * Special for mobile trip search results /EE
	 */

	#sfjresult .result-list-container {
		padding: 0;
	}

	#sfjresult h2 {
		padding: 1em 0.5em;
		font-size: 1.2em;
		text-align: center;
		background-color: #fafafa;
	}

	#sfjresult th {
		display: none;
	}

	.formobile-results {
		display: inline;
	}

	#sfjresult .departurerow td,
	#sfjresult .arrivalrow td,
	#sfjresult .moreinfobox td,
	#sfjresult .depaturerow td{
		display: block;
		width: 100%;
		padding: 0 5px 4px 5px;
		text-align: left !important;
	}

	#sfjresult .arrivalrow td, #sfjresult .departurerow td{
		padding: 8px 5px !important;
	}

	#sfjresult td.detailbox-avg-text, #sfjresult td.detailbox-departuretime, #sfjresult td.detailbox-ank-text, #sfjresult td.detailbox-arrivaltime{
		font-weight: 600;
	}
	#sfjresult .moreinfobox{
		margin: 0;
		width: auto;
		padding: 0;
		border: 1px solid #c0c0c0;
	}

	#sfjresult td.ank-text,
	#sfjresult td.avg-text,
	#sfjresult td.departuredate,
	#sfjresult td.arrivaldate,
	#sfjresult td.departuretime,
	#sfjresult td.arrivaltime{
		float: left;
		width: 33%;
	}

	#sfjresult td.avg-text,
	#sfjresult td.departuredate,
	#sfjresult td.departuretime,
	#sfjresult .arrivalrow td.ank-text,
	#sfjresult .arrivalrow td.arrivaldate,
	#sfjresult .arrivalrow td.arrivaltime
	{
		border-top: 3px solid #003a69;
		border-bottom: 1px solid #ccc;
		color: #003a69;
		margin-bottom: 0.5em;
		padding: 0.5em 0.25em;
	}

	#sfjresult .smaller-on-mobile {
		font-size: 0.8em;
	}

	#sfjresult a.moreinfo-btn {
		display: block;
		background-color: #eee;
		color: #333;
		border: 1px solid #ccc;
		border-bottom: 3px solid #c2c2c2;
		border-radius: 3px;
		text-decoration: none;
		text-align: center;
		padding: 0.5em;
		margin: 0.5em 0;
		cursor: pointer;
	}

	#sfjresult tr.moreinforow > td {
		border-bottom: 15px solid #f2f2f2;
	}

	#sfjresult .detailtable {
		font-size: 0.8em;
	}

	#sfjresult .detailtable .detailbox-avg-text,
	#sfjresult .detailtable .detailbox-departuretime,
	#sfjresult .detailtable .detailbox-ank-text,
	#sfjresult .detailtable .detailbox-arrivaltime {
		width: 50%;
		float: left;
		border-bottom: 1px solid #ccc;
		background-color: #eee;
	}

	#sfjresult table.detailtable tr.arrivalrow td,
	#sfjresult table.detailtable td.botbor{
		border-bottom: 0;
		padding: 5px;
	}

	#sfjresult .detailtable tr:nth-child(even) td {
		/* background-color: #f2f2f2; */
	}

	#sfjresult .detailtable tr:nth-child(odd) .detailbox-avg-text,
	#sfjresult .detailtable tr:nth-child(odd) .detailbox-departuretime{
		border-top: 2px solid #ccc;
	}

	#sfjresult .detailtable .leg-transport-type img {
		margin-right: 10px;
	}

	body.pluginworkspace #cpcworkspace #wsxavvikssystem .XXaccordion > form.cpsimpleform {
		margin: 0;
		padding: 0;
		max-width: 100%;
		box-shadow: none;
		background-color: transparent;
	}

	body.pluginworkspace #cpcworkspace #wsxavvikssystem .XXaccordion > form.cpsimpleform select,
	body.pluginworkspace #cpcworkspace #wsxavvikssystem .XXaccordion > form.cpsimpleform textarea {
		max-width: 100%;
		max-width: 18rem;
	}
}

.printwindow a.moreinfo-btn{ display: none;}
body.printwindow{ background-image: none; background-color: #fff;}
@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;
	}
}
.mainmenu > li > a, .mainmenu > li > span{
  padding: .5em .2em;
}


