/*
Theme Name: Energi & Miljö 2021
Theme URI: https://wonderfour.se
Author: WONDERFOUR W4 Webbyrå Stockholm
Author URI: https://wonderfour.se/
*/


/**
TYPSNITT:
font-family: 'Literata', serif; 500, 500i, 600.
font-family: 'Roboto Slab', serif; 700
font-family: 'Source Sans Pro', sans-serif; 400, 400i, 600, 700
*/

/**
 * 1.0 Reset
 *
 * -----------------------------------------------------------------------------
 */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
textarea {
	border:none;
	color: #212121;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="radio"]{
    -webkit-appearance: radio;
}

body {
	background-color: #f6f6f6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	
	-webkit-font-feature-settings: 'lnum';
	-moz-font-feature-settings: 'lnum';
	-ms-font-feature-settings: 'lnum';
	padding-top: 165px;
}

a {
	color: #212121;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {

}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="radio"] {
	padding: 0;
}

input[type="checkbox"]{
	-webkit-appearance: checkbox;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

::selection {
	background: #212121;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #212121;
	color: #fff;
	text-shadow: none;
}

/**
*TRANSITIONS
*/
.bgtransition{
	-webkit-transition : background 150ms ease-out;
  	-moz-transition : background 150ms ease-out;
  	-o-transition : background 150ms ease-out;
  	transition : background 150ms ease-out;
}
.widthtransition{
	-webkit-transition : width 250ms ease-out;
  	-moz-transition : width 250ms ease-out;
  	-o-transition : width 250ms ease-out;
  	transition : width 250ms ease-out;
}
.heighttransition{
	-webkit-transition : height 250ms ease-out;
  	-moz-transition : height 250ms ease-out;
  	-o-transition : height 250ms ease-out;
  	transition : height 250ms ease-out;
}
.bgctran{
	-webkit-transition : background-color 250ms ease-out;
  	-moz-transition : background-color 250ms ease-out;
  	-o-transition : background-color 250ms ease-out;
  	transition : background-color 250ms ease-out;
}
.alltran{
	-webkit-transition : all 150ms ease-out;
  	-moz-transition : all 150ms ease-out;
  	-o-transition : all 150ms ease-out;
  	transition : all 150ms ease-out;
}
.mtoptran{
	-webkit-transition : margin-top 150ms ease-out;
  	-moz-transition : margin-top 150ms ease-out;
  	-o-transition : margin-top 150ms ease-out;
  	transition : margin-top 150ms ease-out;
}
.colortransition{
	-webkit-transition : color 250ms ease-out;
  	-moz-transition : color 250ms ease-out;
  	-o-transition : color 250ms ease-out;
  	transition : color 250ms ease-out;
}
.brdcolortran{
	-webkit-transition : border-color 250ms ease-out;
  	-moz-transition : border-color 250ms ease-out;
  	-o-transition : border-color 250ms ease-out;
  	transition : border-color 250ms ease-out;
}

.opacitytransition{
	-webkit-transition : opacity 250ms ease-out;
  	-moz-transition : opacity 250ms ease-out;
  	-o-transition : opacity 250ms ease-out;
  	transition : opacity 250ms ease-out;
}
.toptransition{
	-webkit-transition : top 250ms ease-out;
  	-moz-transition : top 250ms ease-out;
  	-o-transition : top 250ms ease-out;
  	transition : top 250ms ease-out;
}




.uppercase{
	text-transform: uppercase;
}	

.prel{
	position: relative;
}
.positionabsolute{
	position: absolute;
}
.inlineblock{
	display: inline-block;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
	text-align: left;
	border-style: none;
	color: #212121;
	padding: 10px 18px 10px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
	border: solid 1px #212121;
	text-align: left;
	background: none;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	background-color: white;
}

textarea {
	width: 100%;
	line-height: 16px;
}

input:focus,
textarea:focus {
	outline: 0;
}

button,
.button,
.entry-content .button,
.wpcf7-submit,
input[type="submit"],
input[type="button"],
input[type="reset"]{
	border:none;
	cursor: pointer;
	background-color: #212121;
	color: white;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0.025em;
	padding: 16px 30px 14px;
	vertical-align: bottom;
	display: inline-block;
  	border-color: #212121;
  	position: relative;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	border: solid 2px #212121;
}
button:hover,
.button:hover,
.entry-content .button:hover,
.wpcf7-submit:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	color: white;
	background-color: #cfd2d7;
	border-color: #cfd2d7;
}

.smallbtn{
	border:none;
	cursor: pointer;
	color: #212121;
	background-color: #f6f6f6;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.025em;
	padding: 8px 15px 6px;
	vertical-align: bottom;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	border: solid 2px #f6f6f6;
	border-radius: 6px;
}
.smallbtn:hover, .smallbtn.active{
	background-color: #d50b21;
	border-color: #d50b21;
	color: white;	
}


.button.white{
	border-color: white;
	color: #212121;
	background-color: white;
}
.button.white:hover{
	background-color: #d50b21;
	border-color: #d50b21;
	color: white;
}

form .wpcf7-submit{
	background-color: #d50b21;
	border-color: #d50b21;
	color: white;
	border-radius: 40px;
}
form .wpcf7-submit:hover{
	background-color: #212121;
	border-color: #212121;
	color: white;
}


.button.gray{
	border-color: #f6f6f6;
	color: #212121;
	background-color: #f6f6f6;
}
.button.gray:hover{
	background-color: #d50b21;
	border-color: #d50b21;
	color: white;
}

.button.red{
	background-color: #d50b21;
	border-color: #d50b21;
	color: white;
}
.button.red:hover{
	border-color: #212121;
	color: white;
	background-color: #212121;
}


.button.grayborder{
	border-color: #eaeaea;
}

.button.rounded{
	border-radius: 40px;
}

.button.mainload{
	margin: 0 auto;
	max-width: 200px;
	background-color: white;
	border-color: #dddddd;
	color: #212121;
	display: block;
}
.button.mainload.active{
	visibility: hidden;
}
.button.mainload:hover{
	background-color: #d50b21;
	color: white;
	border-color: #d50b21;
}


.button.outlinehover:before{
    content: '';
    position: absolute;
    border: #e7e7e8 solid 2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}
.button.outlinehover:hover:before{
	top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px;
}


button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #212121;
}

.thecontent .entry-content div.wpcf7 form p{
	margin-left: 0;
	margin-right: 0;
}

.nextpages{
	margin-left: 20px;
	margin-right: 20px;
}
.nextpages .left{
	width: 50%;
	float: left;
}
.nextpages .right{
	width: 50%;
	float: left;
	text-align: right;
}


::-webkit-input-placeholder {
	color: #212121;
}

::-moz-placeholder {
	color: #212121;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #212121;
}

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
	height: auto;
}


.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

embed,
iframe,
object {
	margin-bottom: 0px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; 
}

.hide {
	display: none;
}

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}


.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * The modules
 *
 */
 
 .konsultwidget {
	  background-color: #f8f8f8;
	  background-size: cover;
	  background-position: 65%;
  }
  .konsultwidget .insidepadding {
	  background-color: rgba(0,0,0,0.5);
  }
  .konsultwidget .insidepadding .modulehl,
  .konsultwidget .insidepadding .text{
	  color: #fff;
  }
  .konsultwidget .insidepadding .modulehl .line{
	  background-color: #d50b21;
	  /* background-color: #fb9025; */
  }
 .widget-selectBox-dropdown-menu LI:nth-child(odd) a{
	  background-color: #f6f6f6;
  }
 .widget-selectBox-dropdown-menu.selectBox-options LI.selectBox-selected A,
 .widget-selectBox-dropdown-menu.selectBox-options LI.selectBox-selected.selectBox-hover A  {
	 background-color: #d50b21;
	 color: white;	
 }
 .widget-selectBox-dropdown-menu LI:nth-child(even) a{
	  background-color: #fff;
  }
 .widget-selectBox-dropdown-menu.selectBox-options LI a{
	  white-space: wrap;
	  padding-left: 12px;
	  padding-right: 12px;
	  font-size: 12px;
	  line-height: 1.6;
	  letter-spacing: 0;
	  text-transform: none; 
  }
  .konsultwidget .selectBox-dropdown .selectBox-label {
	  padding: 0 3px;
	  font-size: 15px;
	  line-height: 16px;
	  /* text-transform: capitalize; */
  }
 .widget-selectBox-dropdown-menu.selectBox-options LI.selectBox-hover A {
	  background-color: #eeebeb;
	  color: #333;
  }
 .widget-selectBox-dropdown-menu.selectBox-options LI.selectBox-hover A {
	  background-color: #eeebeb;
	  color: #333;
  }
 .widget-selectBox-dropdown-menu.selectBox-options LI.selectBox-hover A {
	  background-color: #eeebeb;
	  color: #333;
  }
  .konsultwidget .selectBox-dropdown {
	  min-width: unset;
	  width: 100% !important;
	  box-sizing: border-box;
	  padding: 15px 10px 10px;
	  margin-bottom: 5px;
	  border-color: black;
	  overflow: hidden;
	  border-radius: 8px;
  }
  .widget-selectBox-dropdown-menu {
	  /* border-radius: 8px; */
	  border-bottom-left-radius: 8px;
	   border-bottom-right-radius: 8px;
  }
  .konsultwidget .selectBox-dropdown.selectBox-menuShowing {
	  border-color: #d50b21;
	  border-bottom-left-radius: 0;
	  border-bottom-right-radius: 0;
  }
  .konsultwidget .selectBox-dropdown .selectBox-arrow {
	  border-left-color: black;
  }
  .konsultwidget .content .text {
	  line-height: 1;
	  margin-bottom: 15px;
  }
  .konsultwidget .selectBox-dropdown .selectBox-arrow {
	  width: 20px;
	 background-size: 10px auto;
  }
  .konsultwidget input[type="submit"] {
	  margin-top: 15px;
  } 
  .selectBox-dropdown:hover .selectBox-arrow {
	  background-image: url(images/pil-ned-red.svg);
  }
  
  
.w4_newsletter_widget .holder fieldset{
	border-style: none;
	margin: 0;
	padding: 0;
}

.w4_newsletter_widget .holder #mce-responses{
	font-size: 14px;
	line-break: 18px;
}
.w4_newsletter_widget .holder #mce-responses #mce-error-response{
	margin-left: 20px;
	color: red;
}
.w4_newsletter_widget .holder #mce-responses #mce-success-response{
	margin-left: 20px;
	color: black;
}

.w4_newsletter_widget .holder #mce-responses a{
	border-bottom: solid 1px #d50b21;
}

.w4_newsletter_widget .holder.integritetspolicy [type="checkbox"]:not(:checked) + label::before, .w4_newsletter_widget .holder.integritetspolicy [type="checkbox"]:checked + label::before{
	border-color: #212121;
}

.w4_newsletter_widget .holder.integritetspolicy [type="checkbox"]:not(:checked) + label::after, .w4_newsletter_widget .holder.integritetspolicy [type="checkbox"]:checked + label::after {
	color: #212121;
}
.w4_newsletter_widget .holder.integritetspolicy .integr_text a{
	color: white;
	border-color: white;
}
.w4_newsletter_widget .holder.integritetspolicy .integr_text a:hover{
	border-color: #212121;
}

/*HOVER PÅ BILDER*/
 
.entry-content iframe.instagram-media{
	margin: 0 auto !important;
	margin-bottom: 30px !important;
}

.container.thecontent.btm{
	margin-bottom: 30px;
}
.style-nyhet .container.thecontent{
	background-color: white;
	margin-top: -6px;
}

.thecontent .entry-content figure.wp-block-gallery{
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
.thecontent .entry-content .factbox figure.wp-block-gallery, .thecontent .linebottompage{
	margin-left: 0px;
	margin-right: 0px;
}


.thecontent .entry-content figure.is-type-video, .thecontent .entry-content figure.is-type-wp-embed{
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}
 
.entry-content a{
	color: #212121;
	border-bottom: solid 1px #d50b21;
	padding-bottom: 0px;
}
.entry-content a:hover{
	color: #d50b21;
	border-bottom-color: #d50b21;
}

.thecontent .linebottompage{
	background-color: #cdcdcd;
	height: 1px;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	margin-bottom: 30px;
}

.entry-content th,
.comment-content th {
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}
.gridholder{
	width: 1020px;
	margin: 0 auto;
}

.gridholder.morewide{
	width: 1040px;
}

.centerit{
	line-height: 0;
	text-align: center;
	display: block;
	clear: both;
}
.maxwidth840{
	padding-right: 25px;
	padding-left: 25px;
	max-width: 840px;
}

.fixfloat{
	clear: both;
}
.textalignleft{
	text-align: left;
}
.textalignright{
	text-align: right;
}
.textaligncenter{
	text-align: center;
}


.bgspr{
	
}


.onlymobile{
	display: block;
}

/**
HEADER
**/
#header.minimize #site_nav {
	height: 0;
}

#site_nav {
	background-color: #f6f6f6;
	height: 40px;
	width: 100%;
	display: flex;
	align-items: end;
	justify-content: center;
	overflow: hidden;
	transition: height 0.35s ease-in-out;
	position: relative;
	z-index: 3;
}
#site_nav .link{
	background-color: #EEEEEE;
	padding: 5px 15px 0;
	border: 1px solid #EEEEEE;
	background: #EEEEEE;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.21);
}
#site_nav .link.active a{
	color: white;
}
#site_nav .link a img{
	width: 90px;
	height: 24px;
}
#site_nav .link.active {
	border: 1px solid white;
	background: white;
	z-index: 5;
	border-bottom-color: white;
}

#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	z-index: 101;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-webkit-transition : top 250ms ease-out, background-color 150ms ease-out;
  	-moz-transition : top 250ms ease-out, background-color 150ms ease-out;
  	-o-transition : top 250ms ease-out, background-color 150ms ease-out;
  	transition : top 250ms ease-out, background-color 150ms ease-out;
	background-color: white;
	
	box-shadow: 0px 0px 17px 0px rgba(236,236,236,1);
	-webkit-box-shadow: 0px 0px 17px 0px rgba(236,236,236,1);
	-moz-box-shadow: 0px 0px 17px 0px rgba(236,236,236,1);
	
}

.utgivningsinformation{
	margin-top: 20px;
	position: relative;
}
.utgivningsinformation .text{
	display: block;
	padding-right: 50%;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
.utgivningsinformation .text .em{
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	color: #d50b21;
	display: block;
	margin-bottom: 5px;
}

.utgivningsinformation a{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40%;
	background-image: url('https://www.emtf.se/wp-content/themes/emtf/images/emtf-logo-dark-payoff.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#header .minhead{
	background-color: white;
	z-index: 3;
	border-bottom: solid 1px #e8e8e8;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	border-top: solid 3px #d50b21;
}

#header.minimize .minhead{
	background-color: #ffffff;
}

#header.graybg .minhead{
	background-color: white;
}


body.admin-bar #header{
	top: 32px;
}
body.admin-bar #header.minimize{
	top: 0px;
}


#header.collapse{

}





#header .logo{
	display: inline-block;
	float: left;
    left: 0px;
    margin-top: 20px;
    margin-bottom: 8px;
    margin-left: 0px;
    width: 190px;
	height: 32px;
	background-image: url("images/logo.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#header.minimize .logo{
	margin-top: 18px;
	margin-bottom: 8px;
	float: left;
	width: 170px;
    height: 32px;
    margin-left: 0;
}


#header #header_horisontal{
	float: right;
	margin-top: 44px;
	margin-right: 30px;
	display: none;
}
#header .loginbtn{
	float: right;
	margin-top: 32px;
	margin-right: 20px;
	display: none;
}


#header.graybg #header_horisontal, #header.graybg .loginbtn{
	display: none;
}

#header.minimize #header_horisontal{
	margin-top: 45px;
}
#header.minimize .loginbtn{
	margin-top: 32px;
}

#header #header_horisontal > ul > li{
	margin-right: 10px;
	margin-left: 10px;
}
#header #header_horisontal > ul > li > a{
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0em;
	padding-bottom: 25px;
	position: relative;
	-webkit-transition : padding 150ms ease-out;
	-moz-transition : padding 150ms ease-out;
	-o-transition : padding 150ms ease-out;
	transition : padding 150ms ease-out;
}
#header.minimize #header_horisontal > ul > li > a{
	padding-bottom: 20px;
}
#header #header_horisontal > ul > li > a .hamic{
	width: 0%;
	height: 2px;
	background-color: #d50b21;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition : all 150ms ease-out, top 250ms ease-out;
	-moz-transition : all 150ms ease-out, top 250ms ease-out;
	-o-transition : all 150ms ease-out, top 250ms ease-out;
	transition : all 150ms ease-out, top 250ms ease-out;
}



#header #header_horisontal > ul > li > a:hover .hamic, #header #header_horisontal > ul > li.current-menu-item > a .hamic, .single-edition #header #header_horisontal > ul > li.menu-item-object-edition > a .hamic, .tax-published_year #header #header_horisontal > ul > li.menu-item-object-edition > a .hamic{
	width: 100%;
}



#header .showsearch, #header .uprightlogout{
	width: 40px;
	height: 40px;
	float: right;
	position: relative;
	z-index: 1;
	cursor: pointer;
	display: inline-block;
	border-radius: 50%;
	background-color: white;
	
	margin-top: 15px;
	margin-right: 7px;
}
#header .uprightlogout{
	display: none;
}
#header .uprightlogout.show{
	display: inline-block;
}

#header.minimize .showsearch, #header.minimize .uprightlogout{
	margin-top: 10px;
	background-color: #f6f6f6;
}


#header .showsearch:hover, #header .showsearch.clicked, #header .uprightlogout:hover{
	background-color: #d50b21;
}

#header .showsearch .icon, #header .uprightlogout .icon{
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -9px;
	margin-top: -9px;
	cursor: pointer;
	background-image: url('images/svg/sok-black-new.svg');
	background-size: cover;
	background-position: center center;
}
#header .uprightlogout .icon{
	background-image: url('images/svg/logout-black.svg');
}
#header .uprightlogout:hover .icon{
	background-image: url('images/svg/logout-white.svg');
}

#header .showsearch.clicked .icon, #header .showsearch:hover .icon{
	background-image: url('images/svg/sok-white-new.svg');
}


.subheader{
	overflow: hidden;
	height: auto;
	-webkit-transition : height 1150ms ease-out, top 1250ms ease-out;
	-moz-transition : height 1150ms ease-out, top 1250ms ease-out;
	-o-transition : height 1150ms ease-out, top 1250ms ease-out;
	transition : height 1150ms ease-out, top 1250ms ease-out;
}
.subheader .gridholder{
	padding-top: 14px;
}

.minimize .subheader{
	height: 0px;
}


.subheader .right .button{
	border-style: none;
}

.subheader .right{
	float: right;
	display: none;
}
.subheader .right_mobile{
	display: block;
}
.subheader .right_mobile .huvudmeny_mobil{
	float: left;
	width: 70%;
	align-items: center;
	display: flex;
	overflow: hidden;
	position: relative;
}

.subheader .right_mobile .huvudmeny_mobil .shade{
	height: 100%;
	width: 35px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+80&0+0,1+80 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.subheader .right_mobile .buttonhld{
	width: 30%;
	float: left;
	text-align: right;
}
.subheader .right_mobile .buttonhld .button{
	font-size: 13px;
	line-height: 13px;
	padding: 9px 20px 6px;
	position: relative;
	bottom: 9px;
	margin-bottom: -16px;
	margin-right: 25px;
}

#header .subheader .right_mobile .buttonhld .button.show{
	display: inline-block;
}

.menu_edition{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.menu_edition li{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.subheader .right_mobile .menu{
	margin-left: 25px;
	align-self: flex-start;
	overflow: auto;
	white-space: nowrap;
	display: block;
}
.subheader .right_mobile .menu li{
	margin-right: 15px;
	margin-left: 0px;
	box-sizing: border-box;
	display: inline-block;
	float: none;
}
.subheader .right_mobile .menu li a{
	text-transform: none;
	display: block;
}
.subheader .right_mobile .menu li:last-child:after{
	content: "";
	display: block;
	clear: both;
}


.subheader .right a{
	display: inline-block;
}

.subheader .menu li{
	margin-right: 0;
	margin-left: 30px;
}
.subheader .menu li a{
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
	padding-bottom: 14px;
}
.subheader .menu li a .hamic{
	display: block;
	width: 0%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #d50b21;
	-webkit-transition : all 150ms ease-out, top 250ms ease-out;
	-moz-transition : all 150ms ease-out, top 250ms ease-out;
	-o-transition : all 150ms ease-out, top 250ms ease-out;
	transition : all 150ms ease-out, top 250ms ease-out;
}
.subheader .menu li a:hover .hamic, .subheader .menu li.current-menu-item a .hamic{
	width: 100%;
}

.minhead ul.menu li ul.sub-menu, .subheader ul.menu li ul.sub-menu{
	display: none;
}


ul.menu > li > .sub-menu{
	display: none;
}
ul.menu > li.showmenu > .sub-menu{
	display: block;
}
ul.sub-menu{
	margin-top: 10px;
}

.huvudmeny ul.menu li.menu-item-has-children a .mbtn, .subheader ul.menu li.menu-item-has-children a .mbtn, #footer ul.menu li.menu-item-has-children a .mbtn{
	display: none;
}

ul.menu > li.menu-item-has-children > a{
	position: relative;
}

ul.menu > li.menu-item-has-children > a .mbtn{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #212121;
	display: block;
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -12px;
	background-image: url("images/pil-ned-vit.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px auto;
}
ul.menu > li.menu-item-has-children.showmenu > a .mbtn{
	transform: rotate(-180deg);
}

ul.menu > li.menu-item-has-children > a .mbtn:hover{
	background-color: #fb9025;
}


ul.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu li{
	display: inline-block;
	float: left;
	margin-left: 0px;
	margin-right: 30px;
}
ul.menu li a{
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0em;
	font-weight: 600;
	color: #212121;
}

.socialmenu ul.menu li{
	margin: 0;
	margin-left: 10px;
}
.socialmenu ul.menu li a{
	position: relative;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	border-radius: 50%;
	background-color: #f6f6f6;
}
.socialmenu ul.menu li a:hover{
	background-color: #d50b21;
}

.socialmenu ul.menu li a .hamic, .shares .moreicon .icon{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.socialmenu ul.menu li.fb a .hamic, .shares .moreicon.facebook .icon{
	background-image: url("images/svg/facebook.svg");
}
.socialmenu ul.menu li.tw a .hamic, .shares .moreicon.twitter .icon{
	width: 24px;
	margin-left: -12px;
	background-image: url("images/svg/twitter.svg");
}
.socialmenu ul.menu li.insta a .hamic{
	background-image: url("images/svg/instagram.svg");	
}
.socialmenu ul.menu li.rss a .hamic{
	background-image: url("images/svg/rss.svg");	
}
.socialmenu ul.menu li.li a .hamic{
	background-image: url("images/svg/linkedin.svg");	
}


.socialmenu ul.menu li.fb a:hover .hamic, .shares .moreicon.facebook:hover .icon{
	background-image: url("images/svg/facebook-vit.svg");
}
.socialmenu ul.menu li.tw a:hover .hamic, .shares .moreicon.twitter:hover .icon{
	background-image: url("images/svg/twitter-vit.svg");
}
.socialmenu ul.menu li.insta a:hover .hamic{
	background-image: url("images/svg/instagram-vit.svg");	
}
.socialmenu ul.menu li.rss a:hover .hamic{
	background-image: url("images/svg/rss-vit.svg");	
}
.socialmenu ul.menu li.li a:hover .hamic{
	background-image: url("images/svg/linkedin-vit.svg");	
}


.shares .moreicon.share-icon .icon{
	background-image: url("images/svg/dela.svg");	
}


.archive_standard .nr-results-container{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	letter-spacing: 0em;
}
.archive_standard .nr-results-container .fat{
	font-weight: 500;
}

#cookieinfo{
	bottom: 0;
	font-size: 14px;
	line-height: 18px;    
	left: 0;
	letter-spacing: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 101;
	color: white;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	background-color: #212121;
}
#cookieinfo .insidepcookie{
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
}
#cookieinfo .insidepcookie .text{
	display: inline-block;
	max-width: 80%;
	margin-right: 0px;
	position: relative;
	top: 0px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 400;
}
#cookieinfo .insidepcookie .text a{
	color: white;
	border-bottom: solid 1px white;
	display: inline-block;
	padding-bottom: 3px;
}
#cookieinfo .insidepcookie .text a:hover{
	color: #d50b21;
	border-color: #d50b21;
}
#cookieinfo .insidepcookie .accept{
	cursor: pointer;
	display: block;
	float: none;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px 20px;
	color: black;
	font-size: 16px;
	line-height: 16px;
	background-color: white;
	border-radius: 40px;

}
#cookieinfo .insidepcookie .accept:hover{
	background-color: #d50b21;
	color: white;
}

.copymadecont{
	margin-bottom: 70px;
	color: #767676;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	margin-top: 40px;
	text-align: center;
}
.copymadecont .madeby .heart:after{
	content: "\2665\FE0E";
	-webkit-appearance: none !important;
	color: #767676;
}
.copymadecont .madeby a{
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}
.copymadecont .madeby a:hover{
	color: black;
}


#footer{
	margin-top: 20px;
	background-color: white;
	padding-top: 50px;
	padding-bottom: 120px;
}

#footer .footermenu{
	text-align: center;
	display: block;
}
#footer .footermenu li{
	display: inline-block;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	float: none;
	margin-bottom: 14px;
}
#footer .footermenu li a{
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	display: inline-block;
	border-bottom: solid 3px transparent;
	border-bottom-color: transparent;
	padding-bottom: 8px;
}
#footer .footermenu li a:hover{
	color: #d50b21;
	border-color: #d50b21;
}

#footer .footer_top{
	
}
#footer .footer_top .left{
	display: block;
}
#footer .footer_top .left .logo{
	width: 180px;
	height: 32px;
	background-image: url("images/logo.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0 auto;
	float: none;
}

#footer .footer_top .left .lefttop{	
	padding-bottom: 30px;
	text-align: center;
	
}
#footer .footer_top .left .lefttop .socialmenu{
	display: inline-block;
	margin-bottom: 50px;
	float: none;
}
#footer .footer_top .left .lefttop .right_buttons{
	float: none;
	display: none;
	margin-left: 60px;
	margin-right: 60px;
}
#footer .footer_top .left .lefttop .right_buttons a{
	margin-bottom: 20px;
	display: block;
	/*
	display: inline-block;
	float: left;
	*/
}

#footer .footer_top .left .halfandhalf{
	padding-top: 0px;
}
#footer .footer_top .left .halfandhalf .footermenu{
	display: block;
	float: none;
	text-align: center;
	margin-top: 15px;
}
#footer .footer_top .left .halfandhalf .socialmenu{
	display: block;
	float: none;
	text-align: center;
}
#footer .footer_top .left .halfandhalf .socialmenu ul{
	display: inline-block;
}

#footer .footer_top .left .adress_text{
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer .footer_top .left .adress_text .element{
	display: block;
	float: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 35px;
	padding-left: 50px;
	padding-right: 50px;
}
#footer .footer_top .left .adress_text .element strong{
	font-weight: 600;
}
#footer .footer_top .left .adress_text .element h3{
	color: #212121;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0.05em;
	font-weight: 600;
}
#footer .footer_top .left .adress_text .element h3.invisible{
	visibility: hidden;
	display: none;
}
#footer .footer_top .left .adress_text .element h3 .line{
	background-color: #d50b21;
	height: 5px;
	width: 35px;
	display: block;
	margin: 0 auto;
	margin-bottom: 12px;	
}

#footer .footer_top .left .adress_text .element a{
	border-bottom: solid 1px #d50b21;
	padding-bottom: 2px;
}
#footer .footer_top .left .adress_text .element a:hover{
	color: #d50b21;
}
#footer .footer_top .right{
	display: block;
}
#footer .footer_top .right .padd{
	padding-left: 60px;
	padding-right: 60px;
}
#footer .footer_top .right .padd .nrnews, .flow_sidebar .nrnews{
	-webkit-box-shadow: -5px 5px 15px 0px rgba(205,205,205,1);
	-moz-box-shadow: -5px 5px 15px 0px rgba(205,205,205,1);
	box-shadow: -5px 5px 15px 0px rgba(205,205,205,1);
	
	margin-bottom: 40px;
	position: relative;
}
.flow_sidebar .nrnews{
	max-width: 360px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#footer .footer_top .right .padd .nrnews{
	display: none;
}

#footer .footer_top .right .padd .nrnews .circle, .flow_sidebar .nrnews .circle{
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: -24px;
	right: -24px;
	border-radius: 50%;
	background-color: #d50b21;
	color: white;
	transform: rotate(8deg);
}
#footer .footer_top .right .padd .nrnews .circle .in, .flow_sidebar .nrnews .circle .in{
	position: relative;
	text-align: center;
	letter-spacing: 0em;
	font-weight: 600;
	top: 33px;
}
#footer .footer_top .right .padd .nrnews .circle .in .hashnr, .flow_sidebar .nrnews .circle .in .hashnr{
	font-size: 46px;
	line-height: 46px;
}
#footer .footer_top .right .padd .nrnews .circle .in .hashnr .hash, .flow_sidebar .nrnews .circle .in .hashnr .hash{
	font-size: 20px;
	line-height: 20px;
	position: relative;
	bottom: 5px;
}
#footer .footer_top .right .padd .nrnews .circle .in .year, .flow_sidebar .nrnews .circle .in .year{
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}


#footer .footer_top .right .padd .nrnews img, .flow_sidebar .nrnews img{
	width: 100%;
	height: auto;
}

.showmenubtn{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    width: 40px;
    height: 40px;
    position: relative;
    
    float: right;
    top: 0;
    cursor: pointer;
    z-index: 10000;
    -webkit-transition : background 150ms ease-out, top 250ms ease-out;
  	-moz-transition : background 150ms ease-out, top 250ms ease-out;
  	-o-transition : background 150ms ease-out, top 250ms ease-out;
  	transition : background 150ms ease-out, top 250ms ease-out;
  	right: 0px;
  	
  	background-color: white;
  	border-radius: 50%;
  	margin-top: 15px;
}

#header.minimize .showmenubtn{
	margin-top: 10px;
	background-color: #f6f6f6;
}
#header.minimize .showmenubtn.clicked{
	background-color: #d50b21;
}


.showmenubtn:hover, #header.minimize .showmenubtn:hover{
	background-color: #d50b21;
}
.showmenubtn:hover span{
	background-color: white;
}

.showmenubtn .press_fix, .showsearch .press_fix{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	
	-webkit-transition : background-color 150ms ease-out;
  	-moz-transition : background-color 150ms ease-out;
  	-o-transition : background-color 150ms ease-out;
  	transition : background-color 150ms ease-out;
}

.showmenubtn span{
  display:block;
  background: #212121;
  box-sizing: border-box;
  -webkit-transition: .150s ease-in-out;
  transition: .150s ease-in-out;  
}

.hamburger{
    position: absolute;
	height: 24px;
	width: 24px;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-left: -11px;
	margin-top: -13px;
}
.hamburger span {
	height: 2px;
    left: 1px;
    margin: 4px 0;
    position: relative;
    top: 2px;
    width: 20px;
}
.hamburger span :nth-child(1), .cross span :nth-child(1){
    -webkit-transition-delay: .150s;
	transition-delay: .150s;
}
.hamburger span :nth-child(2), .cross span :nth-child(2){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
}
.hamburger span :nth-child(3), .cross span :nth-child(2){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
}

.showmenubtn:hover{
	cursor: pointer;
}


.showmenubtn.clicked{
	background-color: #d50b21;
}


.showmenubtn.clicked .hamburger span {
	background-color: white;

}
.showmenubtn.clicked .hamburger span:nth-child(1){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
	transform: rotate(-45deg);
	top: 8px;
}
.showmenubtn.clicked .hamburger span:nth-child(2){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
	transform: rotate(45deg);
	top: 2px;
}
.showmenubtn.clicked .hamburger span:nth-child(3){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
	opacity: 0;
}


.hamburgercontent, .searchcontent{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 2;
	overflow-y: scroll;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(182,182,182,1);
	-moz-box-shadow: 0px 10px 20px 0px rgba(182,182,182,1);
	box-shadow: 0px 10px 20px 0px rgba(182,182,182,1);
}

.hamburgercontent{
	text-align: left;
}

.hamburgercontent .gridholder, .searchcontent .gridholder{
	height: auto;
}
.hamburgercontent .inner, .searchcontent .inner{
	padding-top: 150px;
	padding-bottom: 45px;
	padding-left: 40px;
	padding-right: 40px;
}
#header.minimize .hamburgercontent .inner, #header.minimize .searchcontent .inner{
	padding-top: 100px;
}

.searchcontent .inner{
	padding-bottom: 45px;
}

.ie8 #header .searchcontent .search .inlineblock{
	display: block;
	text-align: center;
}
.ie8 #header .searchcontent .searchfield{
	float: none;
}
.ie8 #header .searchcontent .button{
	float: none;
}

.hamburgercontent .inner ul.menu li{
	width: 100%;
	float: none;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: left;
}

.hamburgercontent .inner h3.widget-title{
	margin: 0;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 18px;
	color: #d50b21;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}
.hamburgercontent .inner .nwlt_em h3.widget-title{
	color: #212121;
}

.hamburgercontent .inner ul.menu li a{
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0em;
    position: relative;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #212121;
    padding-bottom: 4px;
}
.hamburgercontent .inner ul.menu li a .hamic{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 2px;
	background-color: #d9d9d9;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.hamburgercontent .inner ul.menu li a:hover .hamic, .hamburgercontent .inner ul.menu li.current-menu-item > a .hamic{
	background-color: #d50b21;
	width: 100%;
}


.hamburgercontent .inner > .widget_nav_menu{
	margin-bottom: 20px;
	
}
.hamburgercontent .inner > .widget_nav_menu ~ .widget_nav_menu{
	
}

.hamburgercontent #menu-hamburgare_huvudmeny li, .hamburgercontent .inner ul.menu#menu-hamburgare_tidningen li{
	display: block;
	margin-right: 0;
}
.hamburgercontent ul li ul.sub-menu li{
	width: auto !important;
	display: block !important;
	float: none !important;
}
.hamburgercontent ul li ul.sub-menu li a{
	font-size: 14px !important;
	line-height: 16px !important;
}


.hamburgercontent .nwlt_em{
	position: relative;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.hamburgercontent .nwlt_em .button{
	margin-bottom: 70px;
}

.hamburgercontent .nwlt_em .nlform{
	display: inline-block;
	margin-bottom: 30px;
}

/*Loggedin-statustexts*/
.loggedinnoerror{
	display: none;
}
.statusloggedin .loggedinnoerror, .logged-in .loggedinnoerror{
	display: inherit;
}
.loggedinerror{
	display: none;
}
.statusloggedinerror .loggedinerror{
	display: inherit;
}
.statusloggedin .notloggedin, .logged-in .notloggedin, .statusloggedinerror .notloggedin{
	display: none;
}


.nlform .holder{
	display: inline-block;
	width: 100%;
	position: relative;	
	margin-bottom: 20px;
}
.nlform .holder.namehidden{
	display: none;
}
.nlform.focus .holder.namehidden{
	display: inline-block;
}

.nlform .holder .nl_email, .nlform .holder .nl_name{
	font-size: 20px;
	line-height: 24px;
	padding: 18px 20px;
	display: block;
	width: 100%;
	letter-spacing: 0em;
	font-weight: 600;
	background-color: transparent;
	border: solid 1px #212121;
}

.nlform .holder .nl_email::-webkit-input-placeholder, .nlform .holder .nl_name::-webkit-input-placeholder {
	color: #191919;
	opacity: 0.6;
}

.nlform .holder .nl_email::-moz-placeholder, .nlform .holder .nl_name::-moz-placeholder {
	color: #191919;
	opacity: 0.6;
}
.nlform .holder .nl_email:-ms-input-placeholder, .nlform .holder .nl_name:-ms-input-placeholder {
	color: #191919;
	opacity: 0.6;
}
.nlform .holder .nl_submit{
	position: absolute;
	width: 60px;
	border: solid 1px #212121;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0;
	
	text-indent: -99999px;
	overflow: hidden;
	background-color: transparent;
	
	background-image: url('images/svg/pil-right.svg');
	background-repeat: no-repeat;
	background-size: 22px 20px;
	background-position: center center;
	
}
/*
.nlform .holder.input:after{
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	position: absolute;
	background-color: white;
	right: 51px;
	bottom: 50%;
	margin-bottom: -15px;
	opacity: 0.4;
}
*/
.nlform .holder.input.namehidden:after{
	display: none;
}

.nlform .holder .nl_submit:hover{
	background-color: #212121;
	background-image: url('images/svg/pil-right-vit.svg');
}


.holder.integritetspolicy{
	display: block;
	position: relative;
	text-align: left;
	padding-left: 35px;
	margin-bottom: 0;
	width: auto;
}

.holder.integritetspolicy [type="checkbox"]:not(:checked), .holder.integritetspolicy [type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    visibility: hidden;
}
.holder.integritetspolicy [type="checkbox"]:not(:checked) + label, .holder.integritetspolicy [type="checkbox"]:checked + label {
    position: absolute;
	left: 0;
	display: block;
	top: 0;
}
.holder.integritetspolicy [type="checkbox"]:not(:checked) + label::before, .holder.integritetspolicy [type="checkbox"]:checked + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #212121;
    background-color: transparent;
    outline: none;
}

.holder.integritetspolicy [type="checkbox"]:not(:checked) + label::after, .holder.integritetspolicy [type="checkbox"]:checked + label::after {
    content: '✔';
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 15px;
    line-height: 0.8;
    color: #212121;
    transition: all .2s;
}
.holder.integritetspolicy [type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}
.holder.integritetspolicy [type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}
.holder.integritetspolicy .integr_text{
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0em;
	font-weight: 400;
	font-family: "Source Sans Pro", sans-serif;
	position: relative;
	top: 4px;
}
.holder.integritetspolicy .integr_text a{
	padding-bottom: 3px;
	border-bottom: solid 1px #212121;
}
.holder.integritetspolicy .integr_text a:hover{
	border-color: #212121;
}




.headersearch{
	display: block;
	line-height: 0;
	position: relative;
	margin-bottom: 20px;
}
.headersearch .searchfield{
	background: none;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	color: #212121;
	border-style: none;
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0em;
	padding: 16px 50px 12px 25px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	background-color: #f6f6f6;
	border-radius: 40px;
}
.headersearch .searchfield::-webkit-input-placeholder {
	color: #908f8f;
}

.headersearch .searchfield::-moz-placeholder {
	color: #908f8f;
	opacity: 1;
}
.headersearch .searchfield:-ms-input-placeholder {
	color: #908f8f;
}
.headersearch .searchsubmit{
	display: inline-block;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border-style: none;
	line-height: 0;
	padding: 0;
	text-indent: -99999px;
	width: 30px;
	border-left-style: none;
	
	height: 30px;
	position: absolute;
	right: 10px;
	bottom: 8px;
	
	background-image: url('images/svg/sok-red.svg');
	background-position: center center;
	background-size: 15px 15px;
	background-repeat: no-repeat;
}
.headersearch .searchsubmit:hover{
	background-color: transparent;
	background-image: url('images/svg/sok-black-new.svg');
}

.roboto{
	font-family: "Source Sans Pro", sans-serif;
}
.slab{
	font-family: "Roboto Slab", sans-serif;
}


.buttonholder{
	position: relative;
	padding-top: 15px;
	padding-bottom: 25px;
	background-color: white;
}
.buttonholder .mainloader{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	background-image: url("images/temploader.svg");
	background-size: cover;
	background-position: center center;
	margin-left: -20px;
	margin-top: -20px;
}



.buttonholder.qfix{
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}

.huvudflodet .gridholder, article .gridholder{
	background-color: white;
	padding-top: 6px;
}
.huvudflodet .gridholder .graybg, article .gridholder .graybg{
	background-color: #f6f6f6;
	margin-right: 0px;
	position: relative;
}
.huvudflodet .gridholder .whitebg, article .gridholder .whitebg{
	background-color: white;
	margin-right: 0;
}


/*Sidebar*/
.flow_sidebar{
	padding-top: 20px;
	background-color: white;
}
.flow_sidebar .widget{
	margin-right: 0px;
}
h3.modulehl{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 19px;
	margin-bottom: 15px;
	margin-top: 0;
}
h3.modulehl .dot{
	width: 5px;
	height: 5px;
	background-color: #d50b21;
	display: inline-block;
}
h3.modulehl .line{
	display: block;
	width: 100%;
	height: 4px;
	background-color: black;
	margin-bottom: 12px;	
}
.flow_sidebar h3.modulehl .line{
	margin-bottom: 10px;
}

.flow_sidebar .insidepadding{
	padding: 30px 35px;
}
.flow_sidebar h3.modulehl{
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	margin-bottom: 0px;
}


.flow_sidebar .job_widget{
	background-color: #e3f1fb;
}
.flow_sidebar .job_widget h3.modulehl .line{
	background-color: #2078bd;
}
.flow_sidebar .job_widget h3.modulehl{
	color: #2078bd;
}
.flow_sidebar .job_widget .element a{
	border-bottom: solid 1px #81b4dc;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
.flow_sidebar .job_widget .element a .ort, .flow_sidebar .job_widget .element a .tjanst{
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}
.flow_sidebar .job_widget .element a h3{
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	margin-bottom: 5px;
}
.flow_sidebar .job_widget .element a .tjanst{
	font-weight: 400;
	margin-bottom: 0px;
}

.flow_sidebar .job_widget .button{
	color: #2078bd;
	margin-top: 20px;
}
.flow_sidebar .job_widget .button:hover{
	background-color: #2078bd;
	color: white;
	border-color: #2078bd;
}

.flow_sidebar .job_widget_new_job{
	background-color: #f8f8f8;
}
.flow_sidebar .job_widget_new_job .swiper{
	position: relative;
}
.flow_sidebar .job_widget_new_job .swiper .swiper-container{
	height: 350px;
	overflow: hidden;
	position: relative;
}
.flow_sidebar .job_widget_new_job .swiper .swiper-container .shade{
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f8f8+0,f8f8f8+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(248,248,248,0) 0%, rgba(248,248,248,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(248,248,248,0) 0%,rgba(248,248,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(248,248,248,0) 0%,rgba(248,248,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8f8f8', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
}

.flow_sidebar .job_widget_new_job .element a, .flow_sidebar .job_widget_new_job .element .a{
	border-bottom: solid 1px #c6c6c6;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

.flow_sidebar .job_widget_new_job .element .text{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.flow_sidebar .job_widget_new_job .element .text strong{
	font-weight: 600;
}

.flow_sidebar .job_widget_new_job .button{
	margin-top: 20px;
}


.flow_sidebar .newspaperwidget{
	background-color: #e7e6de;
}
.flow_sidebar .newspaperwidget .button, #footer .footer_top .right .button{
	margin-bottom: 10px;
}


.huvudflodet{
	margin-bottom: 30px;
}
.huvudflodet .flow{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.huvudflodet .flow .artpuff a{
	padding-left: 20px;
	padding-right: 20px;
}
.huvudflodet .flow .artpuff.ontop a{
	padding-left: 0px;
	padding-right: 0px;
}

.huvudflodet .flow .artpuff.is_adholder{
	background-color: transparent;
	text-align: center;
}
.huvudflodet .flow .artpuff.is_adholder .ad{
	max-width: 320px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.huvudflodet .flow .artpuff.is_adholder .ad a{
	padding: 0;
}


.huvudflodet .insideflow{
	
}


.emtf_spot{
	background-image: url("https://www.emtf.se/wp-content/uploads/sites/2/2022/04/bgemtf.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	padding-top: 40px;
	padding-bottom: 30px;
}
.emtf_spot .line.short{
	width: 60px;
	height: 7px;
	background-color: white;
	display: none;
}
.emtf_spot .line.shorter{
	width: 50px;
	height: 3px;
	background-color: #fb9025;
}

.emtf_spot h3.modulehl .dot{
	background-color: #fb9025;
}

.emtf_spot .threewidgets{
	
}
.emtf_spot .threewidgets .widget3{
	width: 100%; 
}
.emtf_spot .threewidgets .widget3 .inner{
	background-color: white;
	padding: 25px 25px 10px;
	display: block;
	margin: 0px 20px 0px;
}
.emtf_spot .threewidgets .widget3 h3.modulehl{
	color: #212121;
	font-size: 15px;
	line-height: 17px;
	margin-top: 0;
}

.emtf_spot .threewidgets .widget3 .button{
	margin-top: 15px;
}
.emtf_spot .threewidgets .widget3 .element a{
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: solid 1px #dddddd;
	display: block;
}
.emtf_spot .threewidgets .widget3 .element a h3{
	color: #212121;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.025em;
	font-weight: 500;
	font-family: 'Literata', serif;
	margin: 0;
}
.emtf_spot .threewidgets .widget3.date .element a{
	padding-left: 50px;
	position: relative;
	min-height: 30px;
}
.emtf_spot .threewidgets .widget3 .element a .date{
	color: #fb9025;
	position: absolute;
	left: 0;
	top: 12px;
	text-align: center;
	display: inline-block;
	font-weight: 600;
}
.emtf_spot .threewidgets .widget3 .element a .date .nr{
	display: block;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -0.025em;
}
.emtf_spot .threewidgets .widget3 .element a .date .month{
	display: block;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0em;
	text-transform: uppercase;
	
}
.emtf_spot .gridholder > h3.modulehl{
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}


.foreningsinfowidget{
	padding: 20px;
	margin-bottom: 20px;
}
.foreningsinfowidget .marg{
	background-image: url("images/bgmedlem.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}

.foreningsinfowidget .marg .insidepadding{
	padding: 80px 35px 35px;
}
.foreningsinfowidget .marg h2{
	font-size: 33px;
	line-height: 35px;
	letter-spacing: -0.025em;
	margin-bottom: 15px;
}
.foreningsinfowidget .marg .text{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0em;
	font-weight: 600;
	max-width: 630px;
}
.foreningsinfowidget .marg .text p{
	margin-bottom: 15px;
}

.foreningsinfowidget .marg .text a{
	color: white;
	text-decoration: none;
}

.foreningsinfowidget .marg .text a .text{
	border-bottom: solid 1px white;
	padding-bottom: 3px;
}
.foreningsinfowidget .marg .text a:hover .text{
	border-bottom: solid 1px #fb9025;
}
.foreningsinfowidget .marg .text a .arrow{
	display: none;
	width: 16px;
	height: 13px;
	background-image: url("images/svg/pil-right-orange.svg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 5px;
	position: relative;
	top: 1px;
}
.foreningsinfowidget .marg .text a:hover .arrow{
	background-image: url("images/svg/pil-right-vit.svg");
}


.w4_newsletter_widget{
	margin-bottom: 30px;
}
.w4_newsletter_widget .fraglink{
	color: #212121;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	letter-spacing: 0.025em;
	font-size: 20px;
	line-height: 22px;
	border-bottom: solid 3px transparent;
	padding-bottom: 5px;
}
.w4_newsletter_widget .fraglink:hover{
	border-color: #212121;
}
.w4_newsletter_widget .fraglink .arr{
	background-image: url("images/svg/pil-right-vit.svg");
	display: inline-block;
	width: 22px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 20px;
	margin-left: 5px;
	margin-bottom: -2px;
}

.w4_newsletter_widget .padding{
	padding-top: 60px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	position: relative;
	background-color: #e7e6de;
	color: #212121;
}
.w4_newsletter_widget .image_and_thing{
	position: absolute;
	right: 0;
	top: 0;
	width: 37%;
	height: 100%;
	background-color: #e7e6de;
	-webkit-clip-path: polygon(0% 100%,100% 100%,100% 0%,10% 0%);
	clip-path: polygon(0% 100%,100% 100%,100% 0%,10% 0%);
	
	background-image: url("images/imgnew_letter.jpg");
	background-size: cover;
	background-position: center center;
	display: none;
}
.w4_newsletter_widget .specimage{
	position: absolute;
	right: 0;
	top: 0;
	width: 35%;
	height: 100%;
	background-size: auto 100%;
	background-position: center bottom;
	display: none;
	background-repeat: no-repeat;
}

.w4_newsletter_widget .padding h2{
	font-size: 33px;
	line-height: 35px;
	letter-spacing: -0.025em;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 600;
}

.thecontent .entry-content .w4_newsletter_widget h2{
	font-family: 'Roboto Slab', serif;
	margin-left: 0;
	margin-right: 0;
}
.thecontent .entry-content .w4_newsletter_widget{
	margin-bottom: 50px;
	margin-top: 40px;
}

.w4_newsletter_widget .padding .text{
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.w4_newsletter_widget .padding .text strong{
	font-weight: 700;
}
.w4_newsletter_widget .padding form .holder{
	margin-bottom: 10px;
}
.w4_newsletter_widget .padding form .nl_email, .w4_newsletter_widget .padding form .nl_submit{
	background-color: transparent;
	background-image: none;
	border: solid 1px #212121;
	color: #212121;
	font-weight: 600;
	padding: 12px 20px 14px;
	font-size: 18px;
	line-height: 30px;
	float: left;
}
.w4_newsletter_widget .padding form .nl_email::-webkit-input-placeholder {
	color: #212121;
	font-weight: 500;
}

.w4_newsletter_widget .padding form .nl_email::-moz-placeholder {
	color: #212121;
	opacity: 1;
	font-weight: 500;	
}

.w4_newsletter_widget .padding form .nl_email:-ms-input-placeholder {
	color: #212121;
	font-weight: 500;	
}

.w4_newsletter_widget .padding form .nl_submit{
	position: relative;
	right: 1px;
	text-indent: -99999px;
	background-image: url("images/svg/pil-right.svg");
	background-size: 22px 20px;
	background-position: center center;
	background-repeat: no-repeat;
}
.w4_newsletter_widget .padding form .nl_submit:hover{
	background-color: white;
	color: #d50b21;
	background-image: url("images/svg/pil-right-red.svg");
}

.jobwidget{
	background-color: #eeeeee;
	padding: 25px;
}
.jobwidget .owl-stage{
	min-height: 140px; /*Snabbfix för hoppande startsida.*/
}

.single_widgets .jobwidget{
	padding-top: 30px;
	margin-top: -30px;
	/*background-color: #f6f6f6;*/
}
.single_widgets .jobwidget .inner h3 span{
	/*background-color: #f6f6f6;*/
}

.jobwidget .inner{
	position: relative;
}
.jobwidget .inner h3{
	color: #d50b21;
	border-top: solid 2px #d50b21;
	border-bottom: solid 1px #d50b21;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.025em;
	margin-bottom: 20px;
}
.jobwidget .inner h3 span{
	display: inline-block;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #eeeeee;
	position: relative;
	bottom: 0px;
}
.jobwidget .inner ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.jobwidget .inner ul li{
	display: inline-block;
}
.jobwidget .inner ul li a{
	display: block;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
	cursor: pointer;
}
.jobwidget .inner ul li{
	display: none;
}
.jobwidget.newstyle .inner ul li{
	display: block;
}

.jobwidget .inner ul li a .place{
	font-size: 14px;
	line-height: 18px;
}
.jobwidget .inner ul li a h2{
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	font-weight: 500;
}
.jobwidget .inner ul li a .lastdate{
	font-size: 14px;
	line-height: 18px;
}
.jobwidget .inner a.button{
	background-color: white;
	padding-left: 100px;
	padding-right: 100px;
	color: #d50b21;
	border-style: none;
	margin-top: 20px;
}
.jobwidget .inner ul li a:hover .place, .jobwidget .inner ul li a:hover .lastdate, .jobwidget .inner ul li a:hover h2{
	color: #d50b21;
}

.jobwidget .inner a.button:hover{
	background-color: #d50b21;
	color: white;
}


/*********************************
* ARTPUFF
**********************************/
.artpuff{
	position: relative;
}




.artpuff a{
	display: block;
	padding-top: 15px;
	background-color: white;
}

.artpuff.nativestyle a{
	background-color: #ffe6e9;
}




.artpuff a:hover{
	background-color: #f8f8f8;
}
.artpuff a .inslink{
	position: relative;
	display: block;
	padding-bottom: 15px;
	border-bottom: solid 2px #e5e5e5;
}
.insideflow .artpuff a .inslink{
	border-bottom: solid 1px #dddddd;
}

.insideflow .artpuff.ontop a .inslink{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 130px 20px 10px;
	position: relative;
}

.artpuff a .overflowhidden{
	position: absolute;
	height: 100%;
	width: 26%;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
}
.artpuff.jobpoststyle a .overflowhidden{
	float: left;
	position: relative;
}


.artpuff.nicelink a{
	position: relative;
}
.artpuff.nicelink a .arr{
	position: absolute;
	top: 50%;
	left: -15px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border-radius: 50%;
	background-color: #eeeeee;
	z-index: 1;
}
.artpuff.nicelink a:hover .arr{
	background-color: #d50b21;
}
.artpuff.nicelink a .arr .ic{
	width: 12px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -5px;
	background-image: url("images/svg/pil-right-red.svg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}
.artpuff.nicelink a:hover .arr .ic{
	background-image: url("images/svg/pil-right-vit.svg");
}

.artpuff.fullbred > a .overflowhidden, .artpuff.fullbred .thel > a .overflowhidden{
	width: 100%;
	height: 260px;
	position: relative;
	margin-bottom: 12px;
}

.artpuff .imageholder .ontopcat{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 12px 20px 10px 20px;
	background-color: #d50b21;
	color: white;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.artpuff a .overflowhidden img{
	width: 100%;
	height: auto;
}

.artpuff a .overflowhidden .imageholder{
	background-image: url("images/temploader.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px 80px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.artpuff a:hover .overflowhidden .imageholder{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

.artpuff a .overflowhidden .imageholder.b-loaded {
    background-image: none;
    background-size: cover;
}

.artpuff a .title_excerpt{
	margin-left: 26%;
	position: relative;
}
.artpuff.jobpoststyle a .title_excerpt{
	margin-left: 0;
	width: 74%;
	float: left;
}
.artpuff.jobpoststyle.noimg a .title_excerpt{
	width: auto;
}

.artpuff.ontop a .title_excerpt{
	margin-left: 0;
	position: relative;
	z-index: 1;
}

.artpuff.ontop .shade {
	width: 100%;
	height: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	
}

.artpuff.ontop a:hover .shade {
	height: 100%;
}



.artpuff.vansterstalld.hasimg a .title_excerpt{
	min-height: 90px;
}
.artpuff.vansterstalld.hasimg.jobpoststyle a .title_excerpt{
	min-height: inherit;
}

/*NYTT*/
.artpuff.vansterstalld.hasimg a .overflowhidden .imageholder{
	max-height: 90px;
}





.artpuff.nicelink a .title_excerpt{
	margin-left: 0;
	margin-right: 0;
	margin-left: 26%;
}
.artpuff.noimg.nicelink a .title_excerpt{
	border-left-style: none;
	margin-left: 0;
}
.artpuff.nicelink a .overflowhidden{
	width: 26%;
	left: 0px;
	right: inherit;
}

.artpuff a .title_excerpt .inner{
	padding-left: 12px;
}
.artpuff.ontop a .title_excerpt .inner{
	padding: 0;
}

.artpuff.vansterstalld.nicelink a .title_excerpt .inner{
	padding: 10px 15px;
}

.artpuff.noimg a .title_excerpt, .artpuff.fullbred > a .title_excerpt, .artpuff.fullbred .thel > a .title_excerpt{
	margin-left: 0;
}
.artpuff.noimg a .title_excerpt{
	border-left: solid 2px #d60a21;
	padding-left: 20px;
}

.artpuff.noimg a .title_excerpt .inner, .artpuff.fullbred > a .title_excerpt .inner, .artpuff.fullbred .thel > a .title_excerpt .inner{
	padding-left: 0;
}
.artpuff.fullbred .thel > a .title_excerpt .inner{
	padding-left: 15px;
}


#main, article{
	position: relative;
}
article{
	margin-bottom: 30px;
}
div.ad{
	max-width: 320px;
	position: relative;
	display: inline-block;
	border-style: none;
	margin-top: 30px;
	margin-bottom: 0px;
}
.flow_sidebar div.ad{
	margin-bottom: 20px;
}
div.ad.panoramaad{
	margin: 0;
	margin-bottom: 20px;
}

div.ad:before, .entry-content .ad a:before{
	content: "Annons";
	color: #9c9c9c;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0;
	letter-spacing: 0.1em;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	position: absolute;
	text-transform: uppercase;
	right: 0px;
	top: 18px;
	
	right: -30px;
	transform: rotate(90deg);
}
.entry-content .ad:before{
	display: none;
}
.entry-content .ad a{
	max-width: 320px;
	margin: 0 auto;
	display: block;
	position: relative;
	border-style: none;
}
.entry-content .ad{
	display: block;
	max-width: inherit;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;	
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 30px;
	margin-top: 40px;
}


div.ad img{
	width: 100%;
	height: auto;
}

.thecontent .entry-content .artpuff.nicelink{
	-webkit-box-shadow: 0px 0px 10px 3px rgba(246, 246, 246, 1);
	-moz-box-shadow: 0px 0px 10px 3px rgba(246, 246, 246, 1);
	box-shadow: 0px 0px 10px 3px rgba(246, 246, 246, 1);
	
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.single-edition .thecontent .entry-content .artpuff.nicelink{
	margin-top: 10px;
	margin-bottom: 10px;
}

.thecontent .entry-content .artpuff.nicelink h3{
	margin: 0;
	font-family: 'Literata', serif;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.025em;
	font-weight: 500;
}
.thecontent .entry-content .artpuff.nicelink a{
	border-style: none;
	background-color: white;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thecontent .entry-content .artpuff.nicelink a:hover{
	border-style: none;
}

.thecontent .entry-content .artpuff.nicelink a .inslink{
	border-bottom-style: none;
	padding-bottom: 0;
}




.artpuff a .title_excerpt .inner .vinjett{
	margin-bottom: 11px;
}
.artpuff a .title_excerpt .inner .vinjettpub .vinjett{
	display: inline-block;
	margin-right: 10px;
}
.artpuff a .title_excerpt .inner .vinjettpub .vinjett .red{
	color: #d50b21;
}

.artpuff a .title_excerpt .inner h2{
	margin: 0;
	margin-bottom: 10px;
	font-size: 25px;
	line-height: 27px;
	font-weight: 700;
	letter-spacing: -0.025em;
	font-family: 'Literata', serif;
	font-weight: 600;
}
.artpuff.ontop a .title_excerpt .inner h2{
	color: white;
	font-size: 29px;
	line-height: 31px;
}

.artpuff.vansterstalld a .title_excerpt .inner h2, .artpuff.noimg a .title_excerpt .inner h2{
	font-size: 20px;
	line-height: 22px;
}

.artpuff.nyhetstylestyle.debatt > a .title_excerpt .inner h2, .artpuff.nyhetstylestyle.kronika > a .title_excerpt .inner h2,
.artpuff.nyhetstylestyle.debatt .thel > a .title_excerpt .inner h2, .artpuff.nyhetstylestyle.kronika .thel > a .title_excerpt .inner h2{
	font-weight: 200;
	font-style: italic;
}
.artpuff.nyhetstylestyle.debatt > a .title_excerpt .inner h2 .orangeop, .artpuff.nyhetstylestyle.kronika > a .title_excerpt .inner h2 .orangeop,
.artpuff.nyhetstylestyle.debatt .thel > a .title_excerpt .inner h2 .orangeop, .artpuff.nyhetstylestyle.kronika .thel > a .title_excerpt .inner h2 .orangeop{
	color: #d50b21;
}
.artpuff h2 .zfix{
	position: relative;
	z-index: 2;
}





.artpuff.vansterstalld a .title_excerpt .inner h2{
	/*min-height: 70px;*/
}
.artpuff a .title_excerpt .inner .pufftext{
	display: block;
}
.artpuff.ontop a .title_excerpt .inner .pufftext{
	color: white;
}
.huvudflodet .artpuff.fullbred a .title_excerpt .inner .pufftext{
	min-height: inherit;
}
.artpuff.noimg a .title_excerpt .inner .pufftext{
	min-height: inherit;
}


.w4_category_post_type{
	padding-top: 20px;
	padding-bottom: 30px;
}
.w4_category_post_type h3.modulehl{
	margin-left: 20px;
	margin-right: 20px;
}


.w4_category_post_type.noslider .artpuff{
	margin-bottom: 10px;
}


.w4_category_post_type .totheright, .emtf_spot .totheright{
	display: block;
	text-align: right;
	position: absolute;
	right: 20px;
	top: 0;
}
.w4_category_post_type .catlink, .emtf_spot .catlink{
	display: inline-block;
	margin-left: 10px;
	margin-top: 19px;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 5px;
	border-bottom: solid 1px transparent;
	font-weight: 600;
	letter-spacing: 0.025em;
}
.emtf_spot .catlink{
	color: white;
	border-bottom: solid 1px white;
	margin-top: 0px;
}

.w4_category_post_type .catlink:hover, .emtf_spot .catlink:hover{
	border-bottom-color: #d50b21;
}
.emtf_spot .catlink:hover{
	color: #fb9025;
	border-color: #fb9025;
}

.w4_category_post_type .artpuff a{
	padding-top: 0;
	margin-left: 7px;
	margin-right: 7px;
}
.w4_category_post_type .artpuff.fullbred a .overflowhidden{
	height: 150px; /*280*/
	margin-bottom: 0;
}
.w4_category_post_type .artpuff.noimg a .title_excerpt, .w4_category_post_type .artpuff.fullbred a .title_excerpt{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	padding-top: 15px;
}
.w4_category_post_type .artpuff.noimg a .title_excerpt{
	padding-left: 0;
	border-left-style: none;
}

.w4_category_post_type .artpuff a .title_excerpt .inner .pufftext .txt{
	display: none;
}
.w4_category_post_type .artpuff a .title_excerpt{
	min-height: 80px;
}
.w4_category_post_type .artpuff a .title_excerpt .inner .pufftext{
	min-height: inherit;
}
.w4_category_post_type .artpuff a .title_excerpt .inner .vinjett{
	margin-bottom: 10px;
}
.w4_category_post_type .artpuff a .title_excerpt .inner h2{
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	margin-bottom: 0px;
}
.w4_category_post_type .artpuff a .title_excerpt .inner h2 .orangeop{
	color: #d50b21;
}



.title_excerpt .inner .vinjettpub, .thecontent .entry-content .vinjett, .title_excerpt .inner .txt .vinjett{
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #d50b21;
	display: block;
	margin-bottom: 12px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.title_excerpt .inner .vinjettpub.black, .thecontent .entry-content .vinjett .black{
	color: #212121;
}

.ontop .title_excerpt .inner .vinjettpub{
	color: white;
}
.ontop .title_excerpt .inner .vinjettpub .vinjett{
	padding-bottom: 10px;
	border-bottom: solid 2px #d50b21;
	font-weight: 700;
}

.title_excerpt .inner .txt .vinjett{
	margin: 0 !important;
	display: inline-block;
}
.vinjett .sep{
	font-weight: 400;
}

.thecontent .entry-content .vinjett .publish{
	margin-left: 10px;
	color: black;
	font-weight: 400;
}

.title_excerpt .inner .vinjettpub{
	margin-bottom: 0;
}



.title_excerpt .inner .pufftext{
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0em;
	font-weight: 400;
}



p.notfound{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    text-align: center;
}

.archive_standard .topinfo{
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.error404 .topinfo{
	text-align: center;
	padding-bottom: 50px;
}

.archive_standard .archive_hl{
	margin: 0;
	margin-bottom: 10px;
	font-size: 35px;
	line-height: 35px;
	font-weight: 600;
	letter-spacing: -0.025em;
	font-family: 'Literata', serif;
	margin-left: 0px;
	margin-right: 0px;
}
.archive_standard .archive_text{
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0em;
	margin-bottom: 10px;
	font-weight: 600;
	font-family: "Source Sans Pro", sans-serif;
}
.archive_standard .archive_text .headersearch{
	max-width: 100%;
}
.archive_standard .archive_text .headersearch .searchfield{	
	float: none;
	max-width: inherit;
	font-size: 15px;
	line-height: 18px;
	padding: 16px 50px 12px 25px;
	border-radius: 0px 40px 40px 0px;
	width: 100%;
	max-width: 100%;
}
.archive_standard .archive_text .headersearch .searchsubmit{
	display: inline-block;
	width: 30px;
	height: 30px;
	right: 10px;
	bottom: 8px;
	background-size: 15px 15px;
}


.archive_standard .archive_info{
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 10px;
	border-bottom: solid 2px #e5e5e5;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0em;
	font-family: "Source Sans Pro", sans-serif;
}
.archive_standard .archive_info .fat{
	font-weight: 500;
}
.archive_standard .archive_info .color{
	color: #d50b21;
}



.listofusers{
	display: block;	
	margin-bottom: 20px;
}
.listofusers .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.listofusers .list .userpuff{
	width: 50%;
	display: inline-block;
	float: left;
}
.listofusers .list .userpuff .insideuser{
	margin: 5px;
	background-color: white;
}
.listofusers .list .userpuff .insideuser .insideimg{
	display: block;
	height: 200px;
	background-position: center center;
	background-size: 185px 185px;
	background-repeat: no-repeat;
	/*border: solid 2px #d50b21;
	border-radius: 20px;*/
}
.listofusers .list .userpuff .insideuser .thecont{
	padding: 10px;
	font-family: "Source Sans Pro", sans-serif;
}
.listofusers .list .userpuff .insideuser .thecont h3.largename{
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: -0.025em;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	margin-bottom: 5px;
	color: #212121;
}
.listofusers .list .userpuff .insideuser .thecont .contacti.titel{
	font-weight: 600;
	margin-bottom: 10px;
}
.listofusers .list .userpuff .insideuser .thecont .contacti{
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.025em;
}


/*THE CONTENT - NEW*/

.thecontent .entry-content h3.morehl{
	color: #d50b21;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	margin-top: 40px;
	font-family: 'Roboto Slab', serif;
}
.thecontent .entry-content ul.morelist{
	padding-left: 0;
	list-style: none;
	margin-bottom: 50px;
}
.thecontent .entry-content ul.morelist li{
	padding-left: 5px;
	margin: 0;
}
.thecontent .entry-content ul.morelist li:before{
	display: none;
}
	
.thecontent .entry-content ul.morelist li a{
	display: block;
	position: relative;
	border-bottom: solid 1px #e6e6e6;
	font-size: 17px;
	line-height: 19px;
	letter-spacing: -0.01em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 700;
	padding-right: 25px;
}
.thecontent .entry-content ul.morelist li a .arr{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	width: 20px;
	background-image: url("images/svg/pil-right-red.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.thecontent .entry-content ul.morelist li a:hover{
	border-bottom-color: #d50b21;
}

.thecontent img.image{
	width: 100%;
	height: auto;
}


/*Nytt 2021*/



.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption{
	display: inline-block;
	clear: both;
}
.thecontent .entry-content .factbox .alignleft figcaption, .thecontent .entry-content .factbox .alignright figcaption{
	margin: 0;
	background-color: transparent;
}
.thecontent .entry-content figcaption, .thecontent .entry-content .wp-caption-text{
	display: inline-block !important;
	margin: 0;
	/*margin-top: -20px;*/
	margin-right: 0px;
	border-top: solid 2px #d20c23;
}
.thecontent .entry-content figure.wp-block-gallery > figcaption, .thecontent .entry-content .wp-block-table figcaption, .thecontent .entry-content .wp-block-embed figcaption{
	display: none !important;
}

.thecontent .entry-content{
	background-color: white;
	padding-top: 25px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 20px;
	
	color: #212121;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0em;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
}
.thecontent .entry-content p.loggedinnoerror.boxed, .thecontent .entry-content p.boxwasloggedinnoerror.boxed{
	padding: 20px;
	line-height: 20px;
	border: 1px #d50b21 solid;
}
.thecontent .entry-content p.loggedinnoerror.boxed .button, .thecontent .entry-content p.boxwasloggedinnoerror.boxed .button{
	display: inline-block;
	margin-top: 20px;	
}


.single-native .thecontent .entry-content{
	background-color: #ffe6e9;
}
.single-native .style-nyhet .container.thecontent{
	background-color: #ffe6e9;
}


.entry-content .ficon{
	display: inline-block;
	margin-right: 5px;
	width: 15px;
	height: 21px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.entry-content .ficon.pdf{
	background-image: url('images/svg/file/pdf.svg');
}
.entry-content .ficon.xlsx{
	background-image: url('images/svg/file/xlsx.svg');
}
.entry-content .ficon.xls{
	background-image: url('images/svg/file/xls.svg');
}
.entry-content .ficon.doc{
	background-image: url('images/svg/file/doc.svg');
}
.entry-content .ficon.docx{
	background-image: url('images/svg/file/docx.svg');
}
.entry-content .ficon.ppt{
	background-image: url('images/svg/file/ppt.svg');
}
.entry-content .ficon.pptx{
	background-image: url('images/svg/file/pptx.svg');
}
.entry-content .ficon.zip{
	background-image: url('images/svg/file/zip.svg');
}

.thecontent .entry-content blockquote{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline-block;
}
.thecontent .entry-content .factbox blockquote{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.thecontent .entry-content blockquote, .thecontent .entry-content blockquote p{
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0em;
	color: #212121;
	font-family: 'Literata', serif;
	font-style: italic;
	font-weight: 500;	
}
.thecontent .entry-content blockquote p:before{
	content: "”";
	color: #d60a21;
	font-size: 80px;
	line-height: 0px;
	font-style: normal;
	display: block;
}
.thecontent .entry-content blockquote p{
	margin: 0;
}
.thecontent .entry-content blockquote cite{
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	display: block;
	margin-top: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}

.thecontent .entry-content.art-has-image{
	margin-top: 0px;
	position: relative;
}

.thecontent .entry-content .vinjett{
	margin-bottom: 14px;
}
.thecontent .entry-content .artpuff.nicelink .vinjett{
	margin-bottom: 10px;
	font-style: italic;
	font-weight: 600;
}

.thecontent .entry-content h1.maintitle{
	font-size: 35px;
	line-height: 35px;
	letter-spacing: -0.025em;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: 'Literata', serif;
}
.style-nyhet.kronika .thecontent .entry-content h1.maintitle, .style-nyhet.debatt .thecontent .entry-content h1.maintitle{
	font-style: italic;
	font-weight: 200;
	position: relative;
	padding-right: 50px;
}
.thecontent .entry-content h1.maintitle .orangeop{
	color: #d50b21;
}
.thecontent .entry-content h1.maintitle .zfix{
	z-index: 2;
	position: relative;
}

body.page .thecontent .entry-content h1.maintitle{
	font-weight: 500;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -0.035em;
}

.style-nyhet .thecontent .entry-content h1.maintitle{
	font-weight: 600;
}
.style-nyhet.thinnerhl .thecontent .entry-content h1.maintitle{
	font-weight: 500;
}

.thecontent .entry-content p.ingress{
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0em;
	font-weight: 600;
	font-family: "Source Sans Pro", sans-serif;
}

.thecontent .entry-content .lineop{
	border-bottom: solid 3px #d50b21;
	margin-bottom: 50px;
	text-align: left;
	position: relative;
	clear: both;	
}
.style-nyhet.kronika .thecontent .entry-content .lineop{
	margin-right: 0px !important;
}

.thecontent .entry-content .lineop .opiniontext{
	display: inline-block;
	padding: 15px 20px 12px;
	background-color: #f6e3dd;
	font-size: 16px;
	line-height: 18px;
	color: #d50b21;
	position: absolute;
	left: 0;
	bottom: -20px;
	font-weight: 500;
	
}

.style-nyhet .thecontent .entry-content p.ingress{
	font-weight: 600;
}
body.page .thecontent .entry-content p.ingress{
	font-weight: 600;
}


.author_shares_publish{
	text-align: center;
	margin-bottom: 20px;
}
.author_shares_publish.noauthor{
	margin-bottom: 20px;
}

.author_shares_publish .authors{
	display: block;
	float: none;
	margin-bottom: 20px;
}
.author_shares_publish .authors .author{
	display: inline-block;
	margin-top: 0px;
}
.author_shares_publish .authors .author .byline_image{
	display: inline-block;
	float: left;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: solid 3px #eeeeee;
	margin-right: 10px;
	background-position: center center;
	background-size: cover;
}
.author_shares_publish .authors .author .name{
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: 600;
}
.author_shares_publish .authors .author .name a{
	border-style: none;
	border-bottom: solid 1px transparent;
	padding-bottom: 2px;
}
.author_shares_publish .authors .author .name a:hover{
	border-bottom-color: #d50b21;
}
.author_shares_publish .authors .author a .undname{
	border-bottom: solid 1px #d50b21;
	padding-bottom: 2px;
}
.author_shares_publish .authors .author a:hover .undname{
	border-bottom-color: #d50b21;
}
.author_shares_publish .authors .author a:hover .byline_image{
	border-color: #d50b21;
}
.author_shares_publish .authors .author .name .i{
	color: #212121;
	font-weight: 400;
	
}
.author_shares_publish .authors .author.hasimg .name{
	padding: 0;
	margin-top: 30px;
}
.author_shares_publish .publish{
	clear: both;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.author_shares_publish .shares{
	display: inline-block;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.shares .moreicon{
	width: 50px;
	height: 50px;
	background-color: #eeeeee;
	border-radius: 50%;
	position: relative;
	margin-left: 0px;
	margin-right: 10px;
	display: inline-block;
	float: left;
	border-style: none;
}
.shares .moreicon:hover{
	background-color: #d50b21;
}

.tags_and_shares{
	text-align: center;
	margin-top: 70px;
}
.tags_and_shares.bt{
	margin-top: 10px;
}
.tags_and_shares .taggar{
	/*
	float: left;
	max-width: 60%;
	*/
	text-align: left;
	margin-bottom: 20px;
}
.tags_and_shares.bt .taggar{
	text-align: center;
}
.tags_and_shares.bt .taggar a{
	float: none;
}


.tags_and_shares .taggar a{
	display: inline-block;
	padding: 10px 20px;
	border-radius: 40px;
	background-color: #eeeeee;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.025em;
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
	border-style: none;
}
.tags_and_shares .taggar a:hover{
	background-color: #d50b21;
	color: white;
}
.tags_and_shares .shares{
	float: none;
	display: inline-block;
}


/*SLUT NEW CONTENT*/




.thecontent .entry-content p{
	padding-left: 0px;
	padding-right: 0px;	
}

.thecontent div.wpcf7-mail-sent-ok{
	border-style: none;
	color: #398f14;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
.thecontent div.wpcf7-validation-errors, .thecontent div.wpcf7-acceptance-missing{
	border-style: none;
	color: #f00;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

.thecontent .entry-content h1,
.thecontent .entry-content h2,
.thecontent .entry-content h3,
.thecontent .entry-content h4,
.thecontent .entry-content h5,
.thecontent .entry-content h6,
.thecontent .entry-content h7,
.thecontent .entry-content h8{
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: 'Literata', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0em;
	clear: none;	
}
.thecontent .entry-content h3,
.thecontent .entry-content h4,
.thecontent .entry-content h5,
.thecontent .entry-content h6,
.thecontent .entry-content h7,
.thecontent .entry-content h8{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}
.thecontent .entry-content h3.slab{
	font-family: "Roboto Slab", sans-serif;
	font-weight: 700;
}


.thecontent .entry-content p,
.thecontent .entry-content .exmarg,
.thecontent .entry-content .wpcf7-form,
.thecontent .entry-content ul,
.thecontent .entry-content ol,
.thecontent .entry-content h1,
.thecontent .entry-content h2,
.thecontent .entry-content h3,
.thecontent .entry-content h4,
.thecontent .entry-content h5,
.thecontent .entry-content h6,
.thecontent .entry-content h7,
.thecontent .entry-content h8,
.thecontent .entry-content blockquote,
.thecontent .entry-content .artpuff.nicelink,
.factbox, .expandingbox{
	margin-left: 20px;
	margin-right: 20px;
}
.thecontent .entry-content ul ul, .thecontent .entry-content ol ol{
	margin-right: 0;
	margin-left: -20px;
	margin-top: 10px;
	margin-bottom: 0px;
}



.thecontent .wp-audio-shortcode{
	max-width: 700px;
	margin-bottom: 30px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.thecontent .entry-content figure p{
	margin: 0;
}
.thecontent .entry-content .alignright{
	margin-right: 15px;
}
.thecontent .entry-content .alignleft{
	margin-left: 15px;
}
.thecontent .entry-content .slideshow-wrapper .aligncenter{
	margin-left: 0px;
	margin-right: 0px;
}

.entry-content .fluid-width-video-wrapper, .entry-content embed, .entry-content iframe, .entry-content object, .entry-content video{
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 870px;
	clear: both;
}


.thecontent .entry-content strong, .thecontent .entry-content b{
	font-weight: 600;
}

.thecontent .entry-content ul, .thecontent .entry-content ol{
	list-style: none;
	margin-left: 20px;
	padding-left: 0px;
}
.thecontent .entry-content ol{
	counter-reset: item;
}

.thecontent .entry-content ol li{
	padding-left: 35px;
	margin-bottom: 5px;
}
.thecontent .entry-content ol li:before{
    content: counter(item, decimal)'.';
	counter-increment: item;
	display: block;
	float: left;
	margin-left: 0px;
	position: inherit;
	bottom: 0px;
	color: #d50b21;
	font-size: 18px;
	line-height: 28px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	position: relative;	
	text-align: center;
	margin-left: -22px;
}


.thecontent .entry-content ul li{
    padding-left: 35px;
    overflow: hidden;
    margin-bottom: 5px;
	min-height: 32px;
}
.thecontent .entry-content ul li:before{
	position: relative;
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    margin-left: -22px;
    float: left;
    top: 7px;
    background-color: #d50b21;
    border-radius: 50%;
}
.thecontent .entry-content .factbox ul li:before{
	top: 5px;
}


.entry-content .twitter-tweet{
	margin: 0 auto;
}
.thecontent .entry-content p, .thecontent .entry-content ul, .thecontent .entry-content ol, .entry-content .twitter-tweet{
	margin-bottom: 20px;
}

.thecontent .entry-content p.disclaimer{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: gray;
	color: white;
}

.thecontent .entry-content figure{
	position: relative;	
	max-width: 100%;
	width: inherit !important;
	display: inline-block;
}
.thecontent .entry-content figure.mainnewsimg{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	border-style: none;
	display: inline-block;
}
.thecontent .entry-content figure.mainnewsimg.notext{
	margin-bottom: 20px;
}
.thecontent .entry-content .maxsize{
	background-color: black;
	text-align: center;
}
.thecontent .entry-content .maxsize figure.mainnewsimg{
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 160px;
}

.thecontent .entry-content figure.mainnewsimg img{
	box-shadow: none;
}
.thecontent .entry-content .mainnewsimg figcaption{
	background-color: white;
	opacity: 1;
}
/*nytt 2021*/
.thecontent .entry-content .mainnewsimg.bildtextplacement-uppe figcaption{
	bottom: inherit;
	top: 10px;
}

.thecontent .entry-content .mainnewsimg.show figcaption{
	opacity: 1;
}

.thecontent .entry-content figure.is-type-rich, .thecontent .entry-content figure.wp-block-table{
	margin: 0 auto;
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}
.thecontent .entry-content figure.wp-block-gallery{
	display: block;
	width: auto !important;
	border-style: none;
}
.thecontent .entry-content figure.wp-block-gallery ul{
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.thecontent .entry-content figure.wp-block-gallery ul.slideshow.normal{
	display: block;
}
.thecontent .entry-content figure.wp-block-gallery ul li, .thecontent .entry-content .factbox figure.wp-block-gallery ul li{
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
}
.thecontent .entry-content .factbox figure.wp-block-gallery ul li{
	padding-left: 5px;
}

.thecontent .entry-content figure.wp-block-gallery ul li:before{
	display: none;
}
.thecontent .entry-content figure.wp-block-gallery ul li figure{
	display: block;
	max-width: 100%;
	border-style: none;
}


.thecontent .entry-content img{
	max-width: 100% !important;
	height: auto !important;
	display: block;
}
.thecontent .entry-content p img{
	display: inline;
}

.ie8 .thecontent .entry-content img{
	width: 100%;
	height: auto;
}
	


.thecontent .entry-content .alignnone, .thecontent .entry-content .aligncenter, .thecontent .entry-content figure, .imagemarg{
	float: none;
	display: block;
	text-align: right;
	margin-left: 15px;
	margin-right: 15px;
}
.thecontent .entry-content .factbox .alignnone, .thecontent .entry-content .factbox .aligncenter{
	margin-left: auto;
	margin-right: auto;
}
.thecontent .entry-content .factbox .alignleft{
	margin-left: 0;
}
.thecontent .entry-content .factbox .alignright{
	margin-right: 0;
}

.thecontent .entry-content .alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 170px;	
}
.thecontent .entry-content .alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 170px;		
}

.wp-caption-text, figcaption{
    bottom: 0;
    color: #212121;
    display: block;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0em;
    margin: 0;
    text-align: left;
   	font-family: "Source Sans Pro", sans-serif;
   	font-weight: 400;
   	padding-top: 12px;
   	padding-bottom: 5px;
}
.aboveimage .centerit{
	clear: both;
	display: block;
}

figcaption, .wp-caption-text{
	color: #212121;
    display: block;
    margin: 0;
    text-align: left;
   	font-family: "Source Sans Pro", sans-serif;
   	font-weight: 400;
}
.entry-content .wp-block-image{
	margin: 0;
}

/*Samma både för bildspelsbilders bildtext samt för centrerade bilder*/
.thecontent .entry-content img.aligncenter, .thecontent .entry-content figure{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
}


figure .wp-caption-text, .thecontent .entry-content figure.wp-block-gallery ul li figure figcaption, figure figcaption{
	background: none;
	width: auto;
	position: relative;
	right: 0px;
	bottom: 0px;
    font-size: 12px;
    line-height: 18px;		
	padding: 10px 15px;
	padding-bottom: 10px;
	background-color: white;
	color: #212121;
	margin: 0;
	margin-bottom: 0;
	font-weight: 600;
}
.thecontent .entry-content figure.wp-block-gallery ul li figure figcaption{
	position: relative;
	right: 0px;
	bottom: 0px;
	margin: 0 !important;
	background-color: white;
	display: block !important;
	max-width: inherit;
	text-align: left;
}
.thecontent figure.alignleft .wp-caption-text, .thecontent figure.alignright .wp-caption-text, .thecontent figure.alignleft figcaption, .thecontent figure.alignright figcaption{
	position: relative;
	max-width: auto;
	bottom: 0;
	right: 0;
	padding: 0;
	padding-top: 12px;
   	padding-bottom: 5px;
	font-size: 12px;
    line-height: 14px;
    letter-spacing: 0em;
    background-color: white;
    max-width: inherit;
    /*
    display: inline-block !important;
    */
}
.thecontent figure.alignleft .wp-caption-text, .thecontent figure.alignright .wp-caption-text, .thecontent figure.alignleft figcaption, .thecontent figure.alignright figcaption{
	/*display: table-caption !important;*/
	display: inline-block;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: -0px !important;
}

figure{
	text-align: right;
}
figure img{
	margin: 0 auto;
	position: relative;
	/*box-shadow: -5px 0 0 #d50b21;*/
}

.thecontent .entry-content figure.is-type-rich, .thecontent .entry-content figure.wp-block-table,
.thecontent .entry-content figure.wp-block-embed{
	border-style: none;
	max-width: 100%;
}
.thecontent .entry-content figure.alignleft, .thecontent .entry-content figure.alignright{
	border-style: none;
	text-align: left;
	display: table;
}
.thecontent .entry-content figure.alignleft img, .thecontent .entry-content figure.alignright img{
	box-shadow: none;
}

.entry-content .slideelement .imgpadding{
	border-style: none;
}
figure.wp-caption.alignleft .wp-caption-text, figure.wp-caption.alignright .wp-caption-text{
    font-size: 12px;
    line-height: 16px;
	width: 100%;
}


.aboveimage{
	position: fixed;
	z-index: 10002;
	left: 0;
	padding-top: 0px;
	top: 0px;
	display: none;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	transform: scale(0);
	-webkit-transition : transform 250ms ease-in, background-color 250ms ease-in;
  	-moz-transition : transform 250ms ease-in, background-color 250ms ease-in;
  	-o-transition : transform 250ms ease-in, background-color 250ms ease-in;
  	transition : transform 250ms ease-in, background-color 250ms ease-in;
}
.csstransitions .aboveimage{
	display: block;
}
.aboveimage.show{
	display: block;
	transform: scale(1);
}


.aboveimage.bg{
	background-color: rgba(255, 255, 255, 1);
}
.no-rgba .aboveimage.bg{
	background-color: white;
}

.aboveimage .image{
	max-width: 90%;
	margin: 0 auto;
}
	

.aboveimage .close:hover .l{
	background-color: #212121;
}

.aboveimage .close .l{
	width: 20px;
	height: 2px;
	background-color: white;
	position: absolute;
	top: 19px;
	left: 10px;
}

.aboveimage .close .l.l1{
	transform: rotate(-45deg);
}
.aboveimage .close .l.l2{
	transform: rotate(45deg);
}

.aboveimage .videomax{
	width: 80%;
	max-width: 2000px;
	margin: 0 auto;
}
.aboveimage img{
	/*
	height: auto;
	max-width: 100%;
	max-height: 80vh;
	*/
	display: block;
	max-width:100%;
	max-height:80vh;
	width: 100%;
	height: auto;
	object-fit: contain;
	
}

.no-rgba .aboveimage{
	background-color: white;
}


.aboveimage .table, .puff.tweet .table{
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}
.aboveimage .table .row{
	width: 100%;
	/*height: 100%;*/
	display: table-row;
}
.aboveimage .table .cell{
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.table{
	width: 100%;
	height: 100%;
	display: table;
}
.table .cell{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

/**
	FOOTER
**/	


/******* OWL *********/
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    
    position: relative;
    z-index: 1;
}
.owl-carousel.off{
	display: block;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.w4_category_post_type .owl-carousel .owl-stage{
	padding-left: 13px !important;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden !important;
    /* fix for flashing background */
       
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.entry-content .owl-carousel .owl-item {
	text-align: center;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
	padding: 0;
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	border-style: none;
	background-color: #eeeeee;
	border-radius: 50%;
	text-indent: -99999px;
	margin: 0;
	margin-top: -20px;	
	cursor: pointer;
}

.owl-carousel .owl-nav .owl-prev{
	left: 20px;
	
	background-image: url("images/svg/pil-left-red.svg");
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: center center;
	
}
.owl-carousel .owl-nav .owl-next{
	right: 20px;
	
	background-image: url("images/svg/pil-right-red.svg");
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: center center;
}
.owl-carousel .owl-nav .owl-next:hover{
	background-color: #d50b21;
	background-image: url("images/svg/pil-right-vit.svg");
}
.owl-carousel .owl-nav .owl-prev:hover{
	background-color: #d50b21;	
	background-image: url("images/svg/pil-left-vit.svg");
	
}


.owl-carousel.owl-loaded {
    display: inline-block;
    overflow: hidden;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */

.no-js .owl-carousel {
    display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #212121;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-nav {
    position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	text-align: left;
	-webkit-tap-highlight-color: transparent;
}
.owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-nav [class*='owl-']:hover {
    background-color: #eaeaea;
    color: #FFF;
    text-decoration: none;
}
.owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-dots {
	margin-top: 25px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 2px;
    border: solid 2px #d50b21;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #d50b21;
}
.owl-dots .owl-dot:hover span{
	background-color: #d50b21;
	
}


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 	FAKTARUTOR
 */
.expandingbox{
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	z-index: 12;
} 
.factbox{
	clear: both;
    position: relative;
    z-index: 11;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
    margin-top: 30px;
	text-align: center;
	background-color: white;
}	

.factbox{
	-webkit-box-shadow: 0px 0px 10px 3px rgba(246, 246, 246, 1);
	-moz-box-shadow: 0px 0px 10px 3px rgba(246, 246, 246, 1);
	box-shadow: 0px 0px 10px 3px rgba(246, 246, 246, 1);
}
.single-native .factbox{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.expandingbox .factbox{
	margin-left: 0;
	margin-right: 0;
}
.factbox.cloned{
	visibility: hidden;
	position: relative;
	display: none;
}
.factbox.expanded{
	position: relative;
	top: 0;
	width: 100%;

}
body .factbox.expanded .content .height{
	height: inherit;
}

.factbox .insidefactbox{
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	color: #212121;
	background-color: white;
	border-top: solid 4px #d50b21;
	position: relative;
	text-align: left;
}

.factbox .insidefactbox .content{
	overflow: hidden;
	margin-top: 15px;
	
}
.entry-content .factbox div.above{
	color: #d50b21;
	letter-spacing: 0em;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	display: block;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
}

.entry-content .factbox h3.title{
	color: #212121;
	letter-spacing: 0em;
	padding: 0;
	font-size: 20px;
    line-height: 22px;
    margin: 0px;
    display: block;
    font-weight: 700;
   	font-family: 'Roboto Slab', serif;
}


.factbox .content{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0em;
	margin: 0 auto;
	color: #212121;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	padding-bottom: 20px;
}

.factbox .shade{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	display: none;
}

.factbox.minify .shade{
	display: block;
}

.factbox .content strong, .factbox .content b{
	font-weight: 600;
}

.factbox .content .height{
	overflow: hidden;
	margin-bottom: 0px;
}
.factbox.minify .content .height{
	height: 200px;
	position: relative;
}
.factbox.minify .content .height .shade{
	height: 100px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 1;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



.factbox .expand{
	cursor: pointer;
	display: inline-block;
	position: relative;
	text-align: center;
	bottom: 20px;
}
.factbox.expanded .expand{
	position: absolute;
	display: block;
	left: 0;
	bottom: 10px;
	width: 100%;
}
.factbox .expand .text{
	color: #d50b21;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
}
.factbox .expand:hover .text{
	color: black;
}
.factbox .expand .text.mi{
	display: none;
}
.factbox.expanded .expand .text.mi{
	display: inline-block;
}
.factbox.expanded .expand .text.ex{
	display: none;
}
	

.factbox.expanded .content .height{
	height: inherit;
}


.factbox .expand:hover{
	
}
.factbox .expand .circle{
	-webkit-backface-visibility: hidden;
	position: relative;
	display: inline-block;
	margin-right: 2px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #d50b21;
	z-index: 1;
	cursor: pointer;
	top: 5px;
}
.factbox .expand:hover .circle{
	background-color: black;
}
.factbox .expand:hover .circle .icon{
	background-image: url("images/svg/plus-white.svg");	
}
	
.factbox.expanded .expand .circle .icon{
	background-image: url("images/svg/minus-white.svg");	
}
.factbox.expanded .expand:hover .circle .icon{
	background-image: url("images/svg/minus-white.svg");	
}

.factbox .expand .circle .icon{
  	background-image: url("images/svg/plus-white.svg");	
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
    bottom: 50%;
    display: block;
    height: 10px;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
    position: absolute;
    width: 10px;
}


.thecontent .entry-content .factbox .content p{
	padding: 0;
	margin-bottom: 20px;
}

.thecontent .entry-content .factbox .content p,
.thecontent .entry-content .factbox .content ul,
.thecontent .entry-content .factbox .content ol,
.thecontent .entry-content .factbox .content .exmarg,
.thecontent .entry-content .factbox .content .wpcf7-form{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}



.thecontent .entry-content .factbox .content h1,
.thecontent .entry-content .factbox .content h2,
.thecontent .entry-content .factbox .content h3,
.thecontent .entry-content .factbox .content h4,
.thecontent .entry-content .factbox .content h5,
.thecontent .entry-content .factbox .content h6,
.thecontent .entry-content .factbox .content h7{
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 5px;
	margin-top: 20px;
	letter-spacing: 0em;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	text-align: left;
}


.thecontent .entry-content .factbox .content ul li, .thecontent .entry-content .factbox .content ol li{
	margin-bottom: 5px;
}


.thecontent .entry-content .factbox .content ul{
	margin-left: 0;
	margin-right: 0;
}
.thecontent .entry-content .factbox .content ol{
	margin-left: 0;	
	margin-right: 0;
}

.thecontent .entry-content .factbox .content ul li, .thecontent .entry-content .factbox .content ol li{
	padding-left: 25px;
}

.thecontent .entry-content .factbox .content figure.wp-caption.alignleft, .singlepage .entry-content .factbox .content img.alignleft{
	margin-bottom: 10px;
	margin-right: 20px;
}
.thecontent .entry-content .factbox .content figure.wp-caption.alignright, .singlepage .entry-content .factbox .content img.alignright{
	margin-bottom: 10px;
	margin-left: 20px;
}
.thecontent .entry-content .factbox .content figure.wp-caption.aligncenter, .singlepage .entry-content .factbox .content img.aligncenter{
	margin-bottom: 20px;
}
.thecontent .entry-content .factbox .content ul{
	padding: 0;
	margin-bottom: 20px;
}
.thecontent .entry-content .factbox .content ol{
	padding: 0;
	margin-bottom: 20px;
}
/**
 * 	FAKTARUTOR SLUT
 */
 
 
/**
 * 	SELECTBOX
 */
.selectBox-dropdown {
    min-width: 280px;
    position: relative;
    line-height: 18px;
    text-decoration: none;
    text-align: left;
    color: #b5b5b5;
    outline: none;
    vertical-align: middle;
    background: none;
    display: inline-block;
    cursor: default;
    padding: 30px 30px 20px;
    background-color: white;
	border: solid 1px #d50b21;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 0px 10px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    line-height: 18px;
    font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
    letter-spacing: 0.035em;
    color: black;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0px;
    right: 0;
    width: 94px;
    height: 100%;
    background-image: url("images/pil-ned-black.svg");
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: center center;
    border-left: solid 1px #d50b21;
    border-right: solid 1px transparent;
}
.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
	transform: rotate(180deg);
	border-left: solid 1px transparent;
    border-right: solid 1px #d50b21;
}
.selectBox-dropdown .selectBox-arrow:hover{
	background-image: url("images/pil-ned-red.svg");
}


/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #d50b21; /* should be the same border width as .selectBox-dropdown */
    background: white;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
    color: black;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
	margin-top:1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom{
	border-top:none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.selectBox-options LI A {
    line-height: 2.0;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #eeebeb;
    color: #333;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #d50b21;
    color: white;
}
.selectBox-options LI.selectBox-selected.selectBox-hover A {
	color: white;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}
 
 


/**
 * 	MOBILEN
 */
 
@media screen and (max-width: 550px) {
	
	
}
 
@media screen and (max-width: 400px) {
	.gridholder{
		width: 100%;
	}
	.gridholder.morewide{
		width: 100%;
	}

}
@media screen and (min-width: 375px) {
	
	
}
@media screen and (min-width: 401px) {
	.gridholder{
		width: 100%;
	}
	.gridholder.morewide{
		width: 100%;
	}
}

@media screen and (min-width: 551px) {
	
	.thecontent .entry-content figure.is-type-rich, .thecontent .entry-content figure.wp-block-table{
		margin-left: auto;
		margin-right: auto;
	}
	
	.foreningsinfowidget .marg .text a .arrow{
		display: inline-block;
	}
	
}

@media screen and (min-width: 600px){
	body.admin-bar #header.minimize{
		top: 32px;
	}
}


@media screen and (min-width: 594px){
	
	.archive_standard .archive_hl{
		margin-left: 0;
		margin-right: 0;
	}
	.archive_standard .archive_text{
		margin-left: 0;
		margin-right: 0;
	}
	
	.archive_standard .archive_info{
		margin-left: 0;
		margin-right: 0;
	}
			
	#header .minhead{
		padding-left: 0;
		padding-right: 0;
	}
	.subheader .right_mobile .buttonhld .button{
		margin-right: 0;
	}
	.subheader .right_mobile .menu{
		margin-left: 0px;
	}
	
	.gridholder{
		width: 554px;
	}

	.gridholder.morewide{
		width: 574px;
	}
	
		
	.thecontent .entry-content .alignleft{
		max-width: 240px;
		margin-right: 15px;
		margin-left: 15px;
	}
	.thecontent .entry-content .alignright{
		max-width: 220px;
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media screen and (max-width: 672px) {
	
}


@media screen and (min-width: 673px) {
	
	.gridholder{
		width: 632px;
	}
	.gridholder.morewide{
		width: 652px;
	}
	
	 
	.thecontent .entry-content .alignleft{
		max-width: 240px;	
	}
	.thecontent .entry-content .alignright{
		max-width: 220px;		
	}
	
}

@media screen and (min-width: 748px) {
	#site_nav .link a img{
		width: 100px;
		height: 27px;
	}
	
	.huvudflodet .flow .artpuff.is_adholder .ad{
		max-width: 100%;
	}
	
	
	#header .minhead{
		border-top-width: 4px;
	}
	
	.w4_newsletter_widget .padding{
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 37%;
		padding-bottom: 20px;
	}
	.w4_newsletter_widget .image_and_thing, .w4_newsletter_widget .specimage{
		display: block;
	}
	
	.flow_sidebar .nrnews{
		width: 40%;
		float: left;
	}
	.flow_sidebar .newspaperwidget .centerit{
		width: 60%;
		float: left;
		padding-top: 100px;
		clear: none;
	}
	
	.factbox .insidefactbox{
		padding-top: 20px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.factbox .content{
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 30px;
	}
	.entry-content .factbox div.above{
		font-size: 16px;
		line-height: 18px;
		margin-left: -20px;
	}
	.entry-content .factbox h3.title{
		font-size: 28px;
		line-height: 30px;		
		margin-left: -20px;
	}
	
	.thecontent .entry-content .artpuff.nicelink h3{
		font-size: 30px;
		line-height: 34px;
	}
	.artpuff.vansterstalld.nicelink a .title_excerpt .inner{
		padding: 20px;
	}
	.artpuff.nicelink a .arr{
		left: -25px;
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}
	.artpuff.nicelink a .arr .ic{
		width: 22px;
		height: 20px;
		margin-left: -11px;
		margin-top: -10px;
	}
	
	.thecontent .entry-content h1,
	.thecontent .entry-content h2,
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8{
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 34px;
	}
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8{
		margin-top: 25px;
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 26px;
	}
	
	.flow_sidebar .insidepadding{
		padding: 30px 35px;
	}
	.flow_sidebar .job_widget .element a h3{
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	
	.flow_sidebar .job_widget_new_job .element a, .flow_sidebar .job_widget_new_job .element .a{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.flow_sidebar .job_widget_new_job .element .text{
		font-size: 18px;
		line-height: 24px;
	}	
	.flow_sidebar h3.modulehl .line{
		margin-bottom: 30px;
	}
	.flow_sidebar h3.modulehl{
		margin-bottom: 20px;
	}
	
	
	.thecontent .entry-content blockquote, .thecontent .entry-content blockquote p{
		font-size: 30px;
		line-height: 38px;
	}
	
	body.page .thecontent .entry-content h1.maintitle{
		font-size: 50px;
		line-height: 54px;
	}
	
	.thecontent .entry-content h1.maintitle{
		font-size: 50px;
		line-height: 54px;
		margin-bottom: 30px;
	}
	
	.thecontent .entry-content p.ingress{
		font-size: 20px;
		line-height: 26px;
	}
	
	.thecontent .entry-content{
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 40px;
	}
	
	
	.w4_category_post_type .catlink, .emtf_spot .catlink{
		font-size: 16px;
		line-height: 18px;
		margin-top: 24px;
		padding-bottom: 8px;
	}
	
	h3.modulehl .line{
		margin-bottom: 16px;	
	}
	
	h3.modulehl{
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	
	
	.w4_category_post_type .owl-carousel .owl-stage{
		padding-left: 0px !important;
	}
	
	.w4_category_post_type h3.modulehl{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.w4_category_post_type .totheright, .emtf_spot .totheright{
		right: 10px;
	}
	
	.buttonholder{
		padding-top: 40px;
		padding-bottom: 50px;		
	}
	
	
	div.ad.panoramaad{
		max-width: 100%;
		margin-bottom: 10px;
		max-width: 688px;
	}
	.entry-content .ad a{
		max-width: 468px;
	}
	
	.artpuff.noimg a .title_excerpt{
		border-left-width: 4px;
		padding-left: 40px;
		padding-top: 10px;
		padding-bottom: 12px;
	}
	
	.insideflow .artpuff.ontop a .inslink{
		padding: 240px 60px 20px;
	}
	
	.w4_newsletter_widget{
		margin-bottom: 50px;
	}
	.emtf_spot{
		padding-top: 60px;
		padding-bottom: 40px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.emtf_spot .line.short{
		width: 60px;
		height: 7px;
		display: block;
	}
	.emtf_spot .line.shorter{
		width: 100px;
		height: 5px;
	}
	.emtf_spot .threewidgets .widget3 .inner{
		padding: 40px 50px 20px;
		margin: 0px 10px 10px;
	}
	.emtf_spot .threewidgets .widget3 h3.modulehl{
		font-size: 20px;
		line-height: 22px;
	}
	
	.emtf_spot .threewidgets .widget3 .button{
		margin-top: 20px;
	}
	.emtf_spot .threewidgets .widget3 .element a{
		padding-top: 17px;
		padding-bottom: 14px;
	}
	.emtf_spot .threewidgets .widget3 .element a h3{
		font-size: 18px;
		line-height: 20px;
	}
	.emtf_spot .threewidgets .widget3.date .element a{
		padding-left: 50px;
	}
	.emtf_spot .threewidgets .widget3 .element a .date{
		top: 16px;
	}
	.emtf_spot .threewidgets .widget3 .element a .date .nr{
		font-size: 28px;
		line-height: 28px;
	}
	.emtf_spot .threewidgets .widget3 .element a .date .month{
		font-size: 12px;
		line-height: 12px;
		
	}
	.emtf_spot .gridholder > h3.modulehl{
		margin-bottom: 30px;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	
	.foreningsinfowidget{
		background-color: white;
		padding: 20px;
	}
	.foreningsinfowidget .marg .insidepadding{
		padding: 110px 50px 50px;
	}
	.foreningsinfowidget .marg h2{
		font-size: 46px;
		line-height: 48px;
		margin-bottom: 20px;
	}
	.foreningsinfowidget .marg .text{
		font-size: 20px;
		line-height: 26px;
	}
	.foreningsinfowidget .marg .text p{
		margin-bottom: 20px;
	}
	.foreningsinfowidget .marg .text a .arrow{
		width: 16px;
		height: 13px;
		margin-left: 5px;
		top: 1px;
	}
	
	
	.w4_category_post_type.noslider .puffs{
		display: flex;
		flex-wrap: wrap;
	}
	
	.w4_category_post_type.noslider .artpuff{
		/*flex-grow: 1;*/
		width: 33%;
		margin-bottom: 20px;
	}
	

	
	.selectBox-dropdown {
	    min-width: 560px;
    }
	
	.style-nyhet.kronika .thecontent .entry-content h1.maintitle, .style-nyhet.debatt .thecontent .entry-content h1.maintitle{
		padding-right: 0px;
	}
	
	
	
	.listofusers .list .userpuff{
		width: 33%;
	}
		
	#cookieinfo{
		font-size: 16px;
		line-height: 20px;
	}
	#cookieinfo .insidepcookie{
		padding-top: 25px;
		padding-bottom: 25px;
		text-align: left;
		position: relative;
	}
	#cookieinfo .insidepcookie .text{
		display: inline-block;
		float: left;
		max-width: 70%;
		margin-right: 20px;
		position: relative;
		top: 0px;
		text-align: left;
		padding-left: 0px;
		padding-right: 0px;
	}
	#cookieinfo .insidepcookie .accept{
		display: inline-block;
		margin-right: 0;
		margin-left: 0;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -22px;
		padding: 16px 30px;
	}
	
	button,
	.button,
	.entry-content .button,
	.wpcf7-submit,
	input[type="submit"],
	input[type="button"],
	input[type="reset"]{
		font-size: 14px;
		line-height: 16px;
		padding: 14px 30px 13px;
	}
	
	.factbox.cloned{
		display: block;
	}
	
	.factbox.expanded{
		margin-top: 0px;
		position: absolute;
		/*
		-webkit-box-shadow: 0px 10px 10px 10px rgba(246,246,246,1);
		-moz-box-shadow: 0px 10px 10px 10px rgba(246,246,246,1);
		box-shadow: 0px 10px 10px 10px rgba(246,246,246,1);
		*/
	}
	
	
	.onlymobile{
		display: none;
	}
		
	

	
		
		
	.gridholder{
		width: 688px;
	}
	.gridholder.morewide{
		width: 708px;
	}
	
	.headersearch{
		display: inline-block;
	}
	.headersearch .searchfield{
		max-width: 650px;
		width: 650px;
		font-size: 22px;
		line-height: 24px;
		padding: 25px 50px 18px 50px;
	}
	.headersearch .searchsubmit{
		width: 50px;
		height: 50px;
		bottom: 8px;
		background-size: 22px 22px;
		margin-right: 10px;
	}
	
	
	
	.thecontent .entry-content p{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.thecontent .entry-content p,
	.thecontent .entry-content .exmarg,
	.thecontent .entry-content .wpcf7-form,
	.thecontent .entry-content ul,
	.thecontent .entry-content ol,
	.thecontent .entry-content h1,
	.thecontent .entry-content h2,
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8,
	.thecontent .entry-content blockquote,
	.thecontent .entry-content .artpuff.nicelink,
	.factbox, .expandingbox{
		margin-left: 30px;
		margin-right: 30px;
	}

	
	input,
	textarea {
		padding: 12px 20px 14px;
		font-size: 18px;
		line-height: 30px;
	}
	textarea{
		line-height: 20px;
	}
		
		
 	.thecontent .entry-content .alignleft{
		max-width: 220px;	
	}
	.thecontent .entry-content .alignright{
		max-width: 220px;		
	}	
	
}


@media screen and (min-width: 783px) {
	
	div.ad.panoramaad{
		max-width: 724px;
	}
	.gridholder{
		width: 722px;
	}
	.gridholder.morewide{
		width: 742px;
	}	
}

@media screen and (min-width: 810px) {
	
	div.ad.panoramaad{
		max-width: 750px;
	}
	
	.gridholder{
		width: 750px;
	}
	.gridholder.morewide{
		width: 770px;
	}
		
}


@media screen and (min-width: 846px) {

	div.ad.panoramaad{
		max-width: 786px;
	}
	
	
	.gridholder{
		width: 786px;
	}
	.gridholder.morewide{
		width: 806px;
	}
		
	.thecontent .entry-content .alignleft{
		margin-right: 30px;
		margin-bottom: 25px;
		max-width: 220px;	
	}
	.thecontent .entry-content .alignright{
		margin-left: 30px;
		margin-bottom: 25px;
		max-width: 220px;		
	}
}

@media screen and (min-width: 900px){
	
	div.ad.panoramaad{
		max-width: 840px;
	}

	
	.gridholder{
		width: 840px;
	}
	.gridholder.morewide{
		width: 860px;
	}
}

@media screen and (min-width: 1008px) {
	
	
	.thecontent .entry-content .alignleft{
		max-width: 220px;	
	}
	.thecontent .entry-content .alignright{
		max-width: 220px;		
	}

}
@media screen and (min-width: 1024px){
	
	.konsultwidget .selectBox-dropdown .selectBox-label {
		 font-size: 13px;
		 line-height: 14px;
	 }
	
	#header.minimize #header_horisontal{
		margin-top: 40px;
	}
	#header.minimize #header_horisontal > ul > li > a{
		padding-bottom: 25px;
	}
	
	
	.flow_sidebar .nrnews{
		width: auto;
		float: none;
	}
	.flow_sidebar .newspaperwidget .centerit{
		width: auto;
		float: none;
		padding-top: 0px;
	}
	
	.emtf_spot .threewidgets .widget3 .element a{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.emtf_spot .threewidgets .widget3 .element a h3{
		font-size: 16px;
		line-height: 18px;
	}
	.emtf_spot .threewidgets .widget3.date .element a{
		padding-left: 40px;
	}
	.emtf_spot .threewidgets .widget3 .element a .date{
		top: 13px;
	}
	.emtf_spot .threewidgets .widget3 .element a .date .nr{
		font-size: 24px;
		line-height: 24px;
	}
	.emtf_spot .threewidgets .widget3 .element a .date .month{
		font-size: 11px;
		line-height: 11px;	
	}
	
	
	.emtf_spot .threewidgets .widget3 .inner{
		padding: 25px 25px 20px;
	}
	.emtf_spot .threewidgets .widget3 h3.modulehl{
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	
	
	.emtf_spot .threewidgets .widget3{
		width: 50%; 
		float: left;
	}
	
	.archive_standard .archive_text .headersearch .searchfield{	
		width: 450px;
	}
	.tags_and_shares.bt .taggar{
		text-align: left;
	}
	.tags_and_shares.bt .taggar a{
		float: left;
	}
	
	.author_shares_publish .authors .author{
		display: block;
	}
	.author_shares_publish .shares{
		margin-bottom: 0px;
		display: inline-block;
		float: left;
		margin-left: 50px;
		margin-top: 18px;
	}
	
	.thecontent .linebottompage{
		margin-bottom: 0px;
	}
	
	.factbox .insidefactbox{
		padding-top: 10px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0px;
	}
	.factbox .content{	
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 20px;
	}	
	.entry-content .factbox div.above{
		font-size: 14px;
		line-height: 16px;
		margin-left: 0px;
	}
	.entry-content .factbox h3.title{
		font-size: 20px;
		line-height: 22px;
		margin-left: 0px;
	}
	
	.thecontent .entry-content .artpuff.nicelink h3{
		font-size: 20px;
		line-height: 24px;
	}
	.artpuff.vansterstalld.nicelink a .title_excerpt .inner{
		padding: 10px 15px;
	}
	.artpuff.nicelink a .arr{
		left: -15px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.artpuff.nicelink a .arr .ic{
		width: 12px;
		height: 10px;
		margin-left: -6px;
		margin-top: -5px;
	}
	
	
	.thecontent .entry-content h1,
	.thecontent .entry-content h2,
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8{
		margin-top: 0px;
		margin-bottom: 5px;
		font-size: 20px;
		line-height: 22px;
	}
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8{
		margin-top: 0px;
		margin-bottom: 5px;
		font-size: 18px;
		line-height: 20px;
	}
	
	
	.flow_sidebar .insidepadding{
		padding: 30px 25px;
	}
	.flow_sidebar .job_widget .element a h3{
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.flow_sidebar .job_widget_new_job .element a, .flow_sidebar .job_widget_new_job .element .a{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.flow_sidebar .job_widget_new_job .element .text{
		font-size: 14px;
		line-height: 20px;
	}	
	.flow_sidebar h3.modulehl .line{
		margin-bottom: 10px;
	}
	.flow_sidebar h3.modulehl{
		margin-bottom: 0px;
	}
	
	
	.thecontent .entry-content blockquote, .thecontent .entry-content blockquote p{
		font-size: 26px;
		line-height: 34px;
	}
	
	.thecontent .entry-content p.ingress{
		font-size: 16px;
		line-height: 22px;
	}
	
	div.ad.panoramaad{
		max-width: 964px;
	}
	
	.copymadecont{
		margin-top: 0px;
		text-align: left;
	}
	
	.flow_sidebar .insidepadding{
		padding: 30px 25px;
	}
	
	.flow, .container.thecontent{
		float: left;
		width: 70%;
	}
	.flow_sidebar, .buttonholder.qfix{
		float: left;
		width: 30%;
		display: block;
	}
	.huvudflodet .gridholder .graybg, article .gridholder .graybg{
		margin-right: 26px;
	}
	.huvudflodet .gridholder .whitebg, article .gridholder .whitebg{
		margin-right: 26px;
	}
	.nextpages{
		margin-left: 26px:
		margin-right: 26px;
	}
	
	
	#header.minimize .loginbtn{
		margin-top: 22px;
	}
		
	
	
	.factbox{
		margin-top: 40px;
	}
	
	.thecontent .entry-content p,
	.thecontent .entry-content .exmarg,
	.thecontent .entry-content .wpcf7-form,
	.thecontent .entry-content ul,
	.thecontent .entry-content ol,
	.thecontent .entry-content h1,
	.thecontent .entry-content h2,
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8,
	.thecontent .entry-content blockquote,
	.thecontent .entry-content .artpuff.nicelink,
	.factbox, .expandingbox{
		margin-left: 40px;
		margin-right: 40px;
	}
	.thecontent .entry-content ul.morelist li{
		padding-left: 20px;
	}
	.thecontent .entry-content{
		padding-top: 50px;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	
	/*TEST SPECIFIKT 1024 brytpunkten*/
	
	.thecontent .entry-content figure.mainnewsimg, .thecontent .entry-content .imagemarg{
		margin-right: 0px;
	}
	
	
	.thecontent .entry-content figure.is-type-video, .thecontent .entry-content figure.is-type-wp-embed{
		margin-left: 25px; 
		margin-right: 55px;
	}
	
	
	
	.expandingbox{
		margin-left: 25px; 
		margin-right: 55px;
	}
	.thecontent .entry-content figure.wp-block-table{
		margin-left: 25px; 
		margin-right: 55px;
	}
	.thecontent .entry-content .alignnone, .thecontent .entry-content .aligncenter, .thecontent .entry-content figure, .imagemarg{
		margin-left: 25px; 
		margin-right: 25px;
	}
	.thecontent .entry-content figure.wp-block-gallery, .thecontent .linebottompage{
		margin-left: 25px; 
		margin-right: 25px;
	}
		
	.thecontent .entry-content .alignleft{
		margin-left: 25px;
	}
	.thecontent .entry-content .alignright{
		margin-right: 25px;
	}

	
	/*SLUT SPECIFIKT 1024 brytpunkten*/
		
	.artpuff a .overflowhidden{
		width: 35%;
	}
	.artpuff a .title_excerpt{
		margin-left: 35%;
	}
	.artpuff.jobpoststyle a .title_excerpt{
		margin-left: 0;
		width: 65%;
	}
	.artpuff.nicelink a .title_excerpt{
		margin-left: 32%;
	}
	.artpuff.nicelink a .overflowhidden{
		width: 32%;
	}
	
	
	
	#footer .footer_top .right .padd{
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.jobwidget .inner ul li a h2{
		font-size: 20px;
		line-height: 22px;
	}
	.jobwidget .inner ul{
		margin-bottom: 0px;
	}

	
	.artpuff.vansterstalld.hasimg a .title_excerpt{
		min-height: 180px;
	}
	/*Nytt*/
	.artpuff.vansterstalld.hasimg a .overflowhidden .imageholder{
		max-height: 180px;
	}
	
	
	
	
	.thecontent .entry-content .mainnewsimg figcaption{
		opacity: 1;
	}
	
	
	.archive_standard .archive_hl{
		margin: 0;
		margin-bottom: 20px;
		font-size: 40px;
		line-height: 44px;
	}
	.archive_standard .archive_text{
		margin: 0;
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 24px;
	}
	
	.archive_standard .archive_info{
		margin: 0;
		padding-bottom: 20px;
		font-size: 14px;
		line-height: 16px;
	}
	
	.listofusers .list .userpuff .insideuser .insideimg{
		height: 250px;
	}
	.listofusers .list .userpuff .insideuser .thecont{
		padding: 10px;
	}
	.listofusers .list .userpuff .insideuser .thecont h3.largename{
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.listofusers .list .userpuff .insideuser .thecont .contacti.titel{
		margin-bottom: 10px;
	}
	.listofusers .list .userpuff .insideuser .thecont .contacti{
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 16px;
	}

	
	.listofusers .list .userpuff .insideuser{
		margin: 10px;
	}
	
	body.page .thecontent .entry-content h1.maintitle{
		font-size: 40px;
		line-height: 44px;
	}
	
	.author_shares_publish .authors .author .byline_image{
		width: 68px;
		height: 68px;
		border-width: 6px;
		margin-right: 15px;
	}	
	.tags_and_shares .taggar a{
		padding: 20px 30px 18px;
		font-size: 16px;
		line-height: 18px;
		margin-right: 10px;
		margin-bottom: 8px;
	}
		
	.thecontent .entry-content h3.morehl{
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 20px;
		margin-top: 60px;
	}
	.thecontent .entry-content ul.morelist{
		margin-bottom: 50px;
	}
	.thecontent .entry-content ul.morelist li a{
		font-size: 20px;
		line-height: 22px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.thecontent .entry-content ul.morelist li a .arr{
		margin-top: -10px;
		height: 20px;
		width: 20px;
	}
	
	.thecontent .entry-content ol li:before{
		font-size: 20px;
		line-height: 30px;
		margin-left: -27px;
	}

	
	.thecontent .entry-content ul li:before{
	    width: 10px;
	    height: 10px;
	    margin-left: -25px;
	    top: 11px;
	}
	.thecontent .entry-content .factbox ul li:before{
		top: 9px;
	}

	
	.thecontent .entry-content ol li{
		padding-left: 35px;
		margin-bottom: 5px;
	}
	.thecontent .entry-content ul li{
	    padding-left: 35px;
	    margin-bottom: 5px;
	}
	.thecontent .entry-content ul, .thecontent .entry-content ol{
		margin-left: 30px;
		padding-left: 30px;
	}
	
	
	.expandingbox{
		/*
		margin-left: 85px;
		margin-right: 195px;
		*/
	}
	.thecontent .entry-content blockquote p:before{
		content: "”";
		font-size: 100px;
		line-height: 0px;
	}
	
	.thecontent .entry-content blockquote cite{
		font-size: 18px;
		line-height: 20px;
	}
	.thecontent .entry-content blockquote{
		padding-left: 35px;
		padding-right: 35px;
		margin-top: 30px;
		margin-bottom: 30px;
		display: inline-block;
	}
		
	/*
	.thecontent .entry-content .alignnone, .thecontent .entry-content .aligncenter, .thecontent .entry-content figure{
		margin-left: 85px;
		margin-right: 195px;
	}
	*/
	
	.thecontent .entry-content figcaption, .thecontent .entry-content .wp-caption-text{
		display: inline-block !important;
		margin-top: 0;
		margin-right: 20px;
		position: relative;
		bottom: 25px;
	}
	
	figure .wp-caption-text, .thecontent .entry-content figure.wp-block-gallery ul li figure figcaption, figure figcaption{
	    font-size: 14px;
	    line-height: 18px;
		margin-bottom: 0;
		max-width: 70%;
	}
	
	.thecontent .entry-content figure.wp-block-gallery ul li figure figcaption{
		position: absolute;
		right: 15px;
		bottom: 10px;
		margin: 0 !important;
		max-width: 60%;
		display: inline-block !important;
	}
	
	.thecontent .entry-content img.aligncenter, .thecontent .entry-content figure{
		margin-bottom: 0px;
	}
	
	.entry-content .fluid-width-video-wrapper, .entry-content embed, .entry-content iframe, .entry-content object, .entry-content video{
		margin-bottom: 35px;
	}
	
	.thecontent .entry-content figure.is-type-video, .thecontent .entry-content figure.is-type-wp-embed{
		margin-bottom: 40px;
		/*
		margin-left: 85px;
		margin-right: 195px;
		*/
	}

	
	
	
	
	.thecontent .entry-content{
		font-size: 17px;
		line-height: 26px;
		padding-bottom: 40px;
	}
	
	.shares .moreicon{
		margin-left: 10px;
		margin-right: 0px;
	}
	.noauthor .shares .moreicon{
		margin-left: 0px;
		margin-right: 10px;
	}
	
	.author_shares_publish{
		margin-bottom: 0px;
		text-align: left;
	}
	
	.author_shares_publish.noauthor .shares{
		float: none;
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	.author_shares_publish .publish{
		display: block;
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 15px;
		border-style: none;
		padding-left: 0;
	}
	
	.author_shares_publish .authors{
		display: inline-block;
		float: left;
		margin-bottom: 30px;
		max-width: 40%;
	}

	
	.author_shares_publish .authors .author .name{
		font-size: 18px;
		line-height: 24px;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	.thecontent .entry-content h1.maintitle{
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 30px;
	}
	
	.thecontent .entry-content .vinjett{
		margin-bottom: 24px;
	}
	.thecontent .entry-content.art-has-image{
		margin-top: -70px;
	}
	/*Nytt 2021*/
	
	.huvudflodet .flow .artpuff.puffpaket .thel a{
		padding-left: 20px;
	}
	.artpuff.puffpaket .thel h3.puffpktn{
		font-size: 18px;
		line-height: 18px;
		margin-bottom: -5px;
		padding-left: 20px;
	}	
	.artpuff.fullbred .thel > a .title_excerpt .inner{
		padding-left: 0px;
	}
	.artpuff a{
		padding-top: 20px;
		
	}
	.artpuff a .inslink{
		padding-bottom: 20px;
	}
	.artpuff.puffpaket{
		padding-top: 20px;
		padding-left: 20px;
	}
	.artpuff.puffpaket .thel{
		margin-top: 0px; /*20px förut*/
		border-left-width: 6px;
		padding-left: 0px;
	}
	
	.thecontent .entry-content .artpuff.nicelink{
		
		
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.w4_newsletter_widget .padding form .nl_submit{
		text-indent: 0px;
		background-image: none;
	}
	.w4_newsletter_widget .padding form .nl_submit:hover{
		background-image: none;
	}
	.w4_newsletter_widget .padding{
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 37%;
		padding-bottom: 20px;
	}
	.w4_newsletter_widget .image_and_thing, .w4_newsletter_widget .specimage{
		display: block;
	}
	.w4_newsletter_widget .padding h2{
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	
	.w4_newsletter_widget .padding .text{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 20px;
		padding-right: 20px;
	}
	
	.jobwidget{
		padding: 30px;
		padding-bottom: 20px;
	}
	.jobwidget .inner h3{
		border-style: none;
		border-top: solid 3px #d50b21;
		padding: 0;
		text-align: center;
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	.jobwidget .inner h3 span{
		padding-left: 15px;
		padding-right: 15px;
		bottom: 22px;
	}
	.jobwidget .inner ul li{
		width: 100%;
		display: block;
	}
	.jobwidget.newstyle .inner ul .owl-stage > .active li a{
		padding-left: 0px;
		padding-right: 30px;
	}
	
	.jobwidget.newstyle .inner ul .owl-stage > .active ~ .active li a{
		padding-left: 30px;
	}

	
	.jobwidget .inner ul .active li a .line{
		position: absolute;
		height: 100px;
		width: 1px;
		background-color: #d50b21;
		right: -1px;
		top: 0;
	}
	.jobwidget.newstyle .inner ul .active li a .line{
		display: block;
	}
	
	
	.button.mainload{
		padding-top: 30px;
		padding-bottom: 26px;
		font-size: 18px;
		line-height: 20px;
		max-width: 600px;
	}
	
	.hamburgercontent .inner h3.widget-title{
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 18px;
	}
	
	.hamburgercontent .inner ul.menu li a{
	    font-size: 16px;
	    line-height: 18px;
	    padding-bottom: 6px;
	}
	
	.hamburgercontent .inner ul.menu#menu-hamburgare_huvudmeny li a, .hamburgercontent .inner ul.menu#menu-hamburgare_tidningen li a{
	    font-size: 20px;
	    line-height: 22px;
	}
	
	
	
	.hamburgercontent .inner > .widget_nav_menu{
		width: 25%;
		float: left;
		margin-bottom: 0;
	}
	.hamburgercontent .inner > .widget_nav_menu ~ .widget_nav_menu{
		width: 25%;
	}
	
	.hamburgercontent #menu-hamburgare_huvudmeny li, .hamburgercontent .inner ul.menu#menu-hamburgare_tidningen li{
		display: inline-block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.hamburgercontent .inner ul.menu li{
		margin-bottom: 10px;
	}
	
	
	.hamburgercontent .nwlt_em{
		width: 25%;
		float: right;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	
	.hamburgercontent .nwlt_em .nlform{
		width: 100%;
		display: inline-block;
		margin-bottom: 0;
	}
	

	
	
	#footer .footermenu{
		text-align: left;
		display: block;
	}
	#footer .footermenu li{
		display: inline-block;
		float: left;
		margin: 0px;
		margin-right: 30px;
	}
	#footer .footermenu li a{
		font-size: 15px;
		line-height: 20px;
		display: inline;
		padding-bottom: 14px;
	}
	#footer .footermenu li a:hover{
		color: #212121;
	}

	
	
	#footer .footer_top .left .adress_text .element h3{
		margin-bottom: 24px;
		font-size: 18px;
		line-height: 20px;
	}	
	#footer .footer_top .left .adress_text .element h3.invisible{
		display: block;
	}
	#footer .footer_top .left .adress_text{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#footer .footer_top .left .adress_text .element{
		display: inline-block;
		float: left;
		width: 50%;
		font-size: 14px;
		line-height: 22px;
		margin: 0;
		padding-left: 0px;
		padding-right: 0px;
		text-align: left;
	}
	#footer .footer_top .left .adress_text .element h3 .line{
		margin: 0;
		margin-bottom: 15px;
		width: 40px;
	}


	#footer{
		margin-top: 30px;
		padding-top: 50px;
		padding-bottom: 70px;
	}
	#footer .footer_top .left .halfandhalf{
		padding-top: 30px;
	}
	#footer .footer_top .left .halfandhalf .footermenu{
		display: inline-block;
		float: left;
		text-align: left;
		margin-top: 15px;
	}
	#footer .footer_top .left .halfandhalf .socialmenu{
		display: inline-block;
		float: right;
		text-align: left;
	}
	
	
	#footer .footer_top .left{
		display: inline-block;
		float: left;
		width: 66%;
	}
	#footer .footer_top .left .logo{
		width: 310px;
		height: 54px;
		margin: 0;
		display: inline-block;
		float: left;
	}
	
	#footer .footer_top .right .padd .nrnews, .flow_sidebar .nrnews{
		display: block;
	}
	#footer .footer_top .right{
		float: left;	
		width: 33%;
		display: inline-block;
	}
	#footer .footer_top .left .lefttop{
		padding-bottom: 20px;
		border-bottom: solid 1px #cdcdcd;
		text-align: left;	
	}
	#footer .footer_top .left .lefttop .socialmenu{
		display: inline-block;
		float: left;
		margin-bottom: 0;
	}
	#footer .footer_top .left .lefttop .right_buttons{
		display: inline-block;
		float: right;
		margin: 0;
	}
	#footer .footer_top .left .lefttop .right_buttons a{
		margin: 0;
		display: inline-block;
	}

	
	
	.w4_category_post_type .artpuff.fullbred a .overflowhidden{
		height: 210px;
	}
	.w4_category_post_type .artpuff a .title_excerpt{
		min-height: 160px;
	}
	.w4_category_post_type .artpuff a{
		margin-left: 10px; /*Egentligen 12*/
		margin-right: 10px; /*Egentligen 12*/
	}
	
	
	.w4_category_post_type .artpuff.noimg a .title_excerpt, .w4_category_post_type .artpuff.fullbred a .title_excerpt{
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 0px;
		padding-top: 20px;
	}
	.w4_category_post_type .artpuff a .title_excerpt .inner h2{
		font-size: 24px;
		line-height: 24px;
	}

	.archive_standard .topinfo{
		padding-left: 26px;
		padding-right: 26px;
	}
	
	.huvudflodet .flow{
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	.huvudflodet .flow .artpuff a{
		padding-left: 26px;
		padding-right: 26px;
	}
	.huvudflodet .flow .artpuff.ontop a{
		padding-left: 26px;
		padding-right: 26px;
	}
	
	.artpuff a .title_excerpt .inner{
		padding-left: 20px;
		padding-right: 0px;
	}
	.w4_category_post_type .artpuff a .title_excerpt .inner{
		padding-right: 0;
	}
	.artpuff.vansterstalld a .title_excerpt .inner{
		padding-top: 10px;
	}
	
	.artpuff a .title_excerpt .inner h2{
		font-size: 36px;
		line-height: 40px;
		letter-spacing: -0.025em;
		margin-bottom: 10px;
	}
	.artpuff.ontop a .title_excerpt .inner h2{
		font-size: 40px;
		line-height: 44px;
	}
	.artpuff.vansterstalld a .title_excerpt .inner h2, .artpuff.noimg a .title_excerpt .inner h2{
		font-size: 26px;
		line-height: 28px;
	}
	
	
	.artpuff a .title_excerpt .inner .pufftext{
		display: block;
	}
	.artpuff a .title_excerpt .inner .vinjett{
		margin-bottom: 10px;
		margin-right: 0;
	}
	.artpuff.vansterstalld a .title_excerpt .inner h2{
		min-height: inherit;
	}
	
	.artpuff.fullbred > a .overflowhidden, .artpuff.fullbred .thel > a .overflowhidden{
		height: 450px;
		margin-bottom: 20px;
	}
	
	.title_excerpt .inner .vinjettpub, .title_excerpt .inner .txt .vinjett{
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 30px;
	}
	.title_excerpt .inner .vinjettpub, .title_excerpt .inner .txt .vinjett{
		margin-bottom: 0px;
	}
	.thecontent .entry-content .vinjett{
		margin-top: 0px;
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 20px;
	}
		
	
	.subheader .right{
		display: inline-block;
	}
	.subheader .right_mobile{
		display: none;
	}
	
	body {
		padding-top: 195px;
	}
	
	.hamburgercontent .inner, .searchcontent .inner{
		padding-top: 160px;
		padding-left: 26px;
		padding-right: 26px;
	}
	#header.minimize .hamburgercontent .inner, #header.minimize .searchcontent .inner{
		padding-top: 130px;
	}
	

	#header .minhead{
		text-align: left;
	}
	#header #header_horisontal{
		display: block;
	}
	#header .loginbtn{
		display: block;
	}
	.showmenubtn{
	    width: 47px;
	    height: 47px;
	    margin-top: 33px;
	}
	#header .showsearch, #header .uprightlogout{
		width: 47px;
		height: 47px;
		margin-top: 33px;
		margin-right: 13px;
	}
	#header .showsearch .icon, #header .uprightlogout .icon{
		width: 22px;
		height: 22px;
		margin-left: -11px;
		margin-top: -11px;
	}
	
	#header.minimize .showmenubtn{
		margin-top: 22px;
	}
	#header.minimize .showsearch{
		margin-top: 22px;
	}
	#header.minimize .uprightlogout{
		margin-top: 22px;
	}
	

	
	
	#header .logo{
		display: inline-block;
		float: left;
	    margin-left: 0;
	    margin-top: 25px;
	    margin-bottom: 14px;
	    width: 240px;
	    height: 49px;
	}
	#header.minimize .logo{
		margin-top: 20px;
		margin-bottom: 13px;
		width: 200px;
	    height: 50px;
	}

	.subheader .gridholder{
		padding-top: 15px;
	}
	
	
		
	.thecontent .entry-content .alignleft{
		max-width: 220px;	
	}
	.thecontent .entry-content .alignright{
		max-width: 220px;		
	}
	.gridholder{
		width: 964px;
	}
	.gridholder.morewide{
		width: 984px;
	}
}


@media screen and (min-width: 1218px) {
	
	.konsultwidget .selectBox-dropdown .selectBox-label {
		 font-size: 15px;
		 line-height: 16px;
	 }
	
	.artpuff a .title_excerpt .inner h2{
		font-size: 40px;
		line-height: 44px;
	}
	.artpuff.ontop a .title_excerpt .inner h2{
		font-size: 44px;
		line-height: 48px;
	}
	.artpuff.vansterstalld a .title_excerpt .inner h2, .artpuff.noimg a .title_excerpt .inner h2{
		font-size: 30px;
		line-height: 34px;
	}
	.title_excerpt .inner .pufftext{
		font-size: 18px;
		line-height: 22px;
	}
	.artpuff a .title_excerpt .inner .vinjett{
		margin-bottom: 15px;
	}
	.title_excerpt .inner .vinjettpub, .title_excerpt .inner .txt .vinjett{
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 40px;
	}
	.title_excerpt .inner .vinjettpub, .title_excerpt .inner .txt .vinjett{
		margin-bottom: 0px;
	}
	
	.thecontent .entry-content .vinjett{
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 30px;
	}
	
	#header .minhead{
		border-top-width: 5px;
	}
	
	.flow_sidebar .job_widget_new_job .swiper .swiper-container{
		height: 400px;
	}
	
	.w4_category_post_type .artpuff.noimg a .title_excerpt, .w4_category_post_type .artpuff.fullbred a .title_excerpt{
		margin-left: 25px;
		margin-right: 25px;
		margin-top: 0px;
		padding-top: 20px;
	}
	.w4_category_post_type .artpuff a .title_excerpt .inner h2{
		font-size: 28px;
		line-height: 28px;
	}


	.w4_category_post_type .artpuff.fullbred a .overflowhidden{
		height: 260px;
	}
	
	.emtf_spot .threewidgets .widget3 .element a{
		padding-top: 17px;
		padding-bottom: 14px;
	}
	.emtf_spot .threewidgets .widget3 .element a h3{
		font-size: 18px;
		line-height: 20px;
	}
	.emtf_spot .threewidgets .widget3.date .element a{
		padding-left: 50px;
	}
	.emtf_spot .threewidgets .widget3 .element a .date{
		top: 16px;
	}
	.emtf_spot .threewidgets .widget3 .element a .date .nr{
		font-size: 28px;
		line-height: 28px;
	}
	.emtf_spot .threewidgets .widget3 .element a .date .month{
		font-size: 12px;
		line-height: 12px;	
	}
	
	.emtf_spot .threewidgets .widget3 h3.modulehl{
		font-size: 20px;
		line-height: 22px;
	}
	.emtf_spot .threewidgets .widget3 .inner{
		padding: 40px 50px 20px;
	}
	
	.factbox .insidefactbox{
		padding-top: 20px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.factbox .content{
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 30px;
	}
	.entry-content .factbox div.above{
		font-size: 16px;
		line-height: 18px;
		margin-left: -20px;
	}
	.entry-content .factbox h3.title{
		font-size: 28px;
		line-height: 30px;		
		margin-left: -20px;
	}
	
	.thecontent .entry-content .artpuff.nicelink h3{
		font-size: 30px;
		line-height: 34px;
	}
	.artpuff.vansterstalld.nicelink a .title_excerpt .inner{
		padding: 20px;
	}
	.artpuff.nicelink a .arr{
		left: -25px;
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}
	.artpuff.nicelink a .arr .ic{
		width: 22px;
		height: 20px;
		margin-left: -11px;
		margin-top: -10px;
	}
	
	
	.thecontent .entry-content h1,
	.thecontent .entry-content h2,
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8{
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 34px;
	}
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8{
		margin-top: 25px;
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 26px;
	}
	
	.thecontent .entry-content blockquote, .thecontent .entry-content blockquote p{
		font-size: 30px;
		line-height: 38px;
	}
	
	.thecontent .entry-content p.ingress{
		font-size: 20px;
		line-height: 26px;
	}
	
	.thecontent .entry-content{
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 40px;
	}
	
	div.ad.panoramaad{
		max-width: 980px;
	}
	
	#footer .footer_top .left .logo{
		width: 380px;
		height: 64px;
	}
	
	.flow_sidebar .insidepadding{
		padding: 30px 35px;
	}
	
	.flow_sidebar .job_widget .element a h3{
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	
	.flow_sidebar .job_widget_new_job .element a, .flow_sidebar .job_widget_new_job .element .a{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.flow_sidebar .job_widget_new_job .element .text{
		font-size: 18px;
		line-height: 24px;
	}	
	.flow_sidebar h3.modulehl .line{
		margin-bottom: 30px;
	}
	.flow_sidebar h3.modulehl{
		margin-bottom: 20px;
	}
	
	
	
	#cookieinfo .insidepcookie .largertext{
		font-size: 28px;
		line-height: 30px;
		font-weight: 400;
		display: inline-block;
		float: left;
		max-width: 30%;
		margin-right: 30px;
	}
	#cookieinfo .insidepcookie .text{
		max-width: 50%;	
	}
	
	
	
	.artpuff.vansterstalld.nicelink a .title_excerpt .inner{
		padding: 25px;
	}
	
	.thecontent .entry-content{
		margin-left: 26px;
		margin-right: 26px;
	}
	.thecontent .entry-content p,
	.thecontent .entry-content .exmarg,
	.thecontent .entry-content .wpcf7-form,
	.thecontent .entry-content ul,
	.thecontent .entry-content ol,
	.thecontent .entry-content h1,
	.thecontent .entry-content h2,
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8,
	.thecontent .entry-content blockquote,
	.thecontent .entry-content .artpuff.nicelink,
	.factbox, .expandingbox{
		margin-left: 50px;
		margin-right: 50px;
	}
	.thecontent .entry-content ul.morelist li{
		padding-left: 0px;
	}
	.thecontent .entry-content.art-has-image{
		margin-top: -90px;
	}
	/*Nytt 2021*/
	
	
	
	.thecontent .entry-content figure.mainnewsimg, .thecontent .entry-content .imagemarg{
		margin-right: 0px;
	}
	
	.thecontent .entry-content figure.is-type-video, .thecontent .entry-content figure.is-type-wp-embed{
		margin-left: 65px; 
		margin-right: 95px;
	}
	
	
	.thecontent .entry-content figure.wp-block-table{
		margin-left: 65px; 
		margin-right: 95px;
	}
	.thecontent .entry-content .alignnone, .thecontent .entry-content .aligncenter, .thecontent .entry-content figure, .imagemarg{
		margin-left: 30px; 
		margin-right: 30px;
	}
	.thecontent .entry-content figure.wp-block-gallery, .thecontent .linebottompage{
		margin-left: 30px; 
		margin-right: 30px;
	}
		
	.thecontent .entry-content .alignleft{
		margin-left: 60px;
	}
	.thecontent .entry-content .alignright{
		margin-right: 60px;
	}

	
	/*SLUT SPECIFIKT 1280 brytpunkten*/
	
	

	.gridholder{
		width: 1130px;
	}
	.gridholder.morewide{
		width: 1150px;
	}
	.gridholder.morewide.exwide{
		width: 1190px;
	}

}


@media screen and (min-width: 1600px) {
	
	#header .minhead{
		border-top-width: 8px;
	}
	
	.flow_sidebar .job_widget_new_job .swiper .swiper-container{
		height: 500px;
	}
	
	
	#header.minimize .loginbtn{
		margin-top: 17px;
	}
	
	.ontop .title_excerpt .inner .vinjettpub .vinjett{
		padding-bottom: 17px;
		border-bottom: solid 4px #d50b21;
	}
	
	
	
	.listofusers .list .userpuff .insideuser .thecont .contacti{
		font-size: 16px;
		line-height: 18px;
	}
	
	.archive_standard .archive_hl{
		margin-bottom: 30px;
		font-size: 50px;
		line-height: 54px;
	}
	.archive_standard .archive_text{
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 30px;
	}
	
	.archive_standard .archive_info{
		padding-bottom: 30px;
		font-size: 16px;
		line-height: 18px;
	}
	
	body.page .thecontent .entry-content h1.maintitle{
		font-size: 50px;
		line-height: 54px;
	}
	
	figure .wp-caption-text, .thecontent .entry-content figure.wp-block-gallery ul li figure figcaption, figure figcaption{
		padding: 15px 20px;	
		font-size: 16px;
		line-height: 20px;
	}
	
	/*TEST*/
	
	.thecontent .entry-content .alignright{
		margin-right: 0px;
	}
	.thecontent .entry-content .alignleft{
		margin-left: 0px;
	}
	
	.subheader .gridholder{
		padding-top: 16px;
	}
	
	button,
	.button,
	.entry-content .button,
	.wpcf7-submit,
	input[type="submit"],
	input[type="button"],
	input[type="reset"]{
		font-size: 16px;
		line-height: 18px;
		padding: 18px 40px 16px;
	}
	
	.hamburgercontent, .searchcontent{
		height: auto;
	}
	
	
	
	#header #header_horisontal{
		margin-top: 46px;
		margin-right: 40px;
	}
	#header .loginbtn{
		margin-top: 30px;
		margin-right: 20px;
	}
	
	#header #header_horisontal > ul > li{
		margin-right: 10px;
		margin-left: 10px;
	}
	#header #header_horisontal > ul > li > a{
		font-size: 17px;
		line-height: 19px;
		padding-bottom: 33px;
	}
	#header.minimize #header_horisontal > ul > li > a{
		padding-bottom: 22px;
	}
	
	.showmenubtn{
	    margin-top: 35px;
	}
	#header .showsearch, #header .uprightlogout{
		margin-top: 35px;
	}
	body {
		padding-top: 207px;
	}
	
	.hamburgercontent .inner, .searchcontent .inner{
		padding-top: 220px;
		padding-bottom: 45px;
		padding-left: 26px;
		padding-right: 26px;
	}
	#header.minimize .hamburgercontent .inner, #header.minimize .searchcontent .inner{
		padding-top: 150px;
	}
	.searchcontent .inner{
		padding-bottom: 65px;
	}	
	
	.entry-content .fluid-width-video-wrapper{
		padding-top: 41.2% !important;
	}
	
	
	
	.thecontent .entry-content p,
	.thecontent .entry-content .exmarg,
	.thecontent .entry-content .wpcf7-form,
	.thecontent .entry-content ul,
	.thecontent .entry-content ol,
	.thecontent .entry-content h1,
	.thecontent .entry-content h2,
	.thecontent .entry-content h3,
	.thecontent .entry-content h4,
	.thecontent .entry-content h5,
	.thecontent .entry-content h6,
	.thecontent .entry-content h7,
	.thecontent .entry-content h8,
	.thecontent .entry-content blockquote,
	.thecontent .entry-content .artpuff.nicelink,
	.factbox, .expandingbox{
		margin-left: 80px;
		margin-right: 80px;
	}
	
	
	.thecontent .entry-content figure.mainnewsimg, .thecontent .entry-content .imagemarg{
		margin-right: 0px;
	}
	
	
	.thecontent .entry-content figure.is-type-video, .thecontent .entry-content figure.is-type-wp-embed{
		margin-left: 85px;
		margin-right: 195px;
	}
	
	
	
	.thecontent .entry-content figure.wp-block-table{
		margin-left: 85px;
		margin-right: 195px;
	}
	.thecontent .entry-content .alignnone, .thecontent .entry-content .aligncenter, .thecontent .entry-content figure, .imagemarg{
		margin-left: 60px;
		margin-right: 60px;
	}
	.thecontent .entry-content figure.wp-block-gallery, .thecontent .linebottompage{
		margin-left: 60px; 
		margin-right: 60px;
	}
		
	.thecontent .entry-content .alignleft{
		margin-left: 60px;
		max-width: 220px;	
	}
	.thecontent .entry-content .alignright{
		margin-right: 60px;
		max-width: 220px;		
	}
	
	/*SLUT TEST*/
	
	.gridholder{
		width: 1230px;
	}
	.gridholder.morewide{
		width: 1250px;
	}
	.gridholder.morewide.exwide{
		width: 1290px;
	}
	.thecontent .entry-content .artpuff.nicelink{		
		margin-top: 50px;
		margin-bottom: 60px;
	}
	.thecontent .entry-content.art-has-image{
		margin-top: -120px;
	}
	/*Nytt 2021*/
	
	.author_shares_publish .authors{
		margin-bottom: 30px;
	}
	.thecontent .entry-content p, .thecontent .entry-content ul, .thecontent .entry-content ol, .entry-content .twitter-tweet{
		margin-bottom: 30px;
	}
	.thecontent .entry-content h1, 
	.thecontent .entry-content h2, 
	.thecontent .entry-content h3, 
	.thecontent .entry-content h4, 
	.thecontent .entry-content h5, 
	.thecontent .entry-content h6, 
	.thecontent .entry-content h7, 
	.thecontent .entry-content h8{
		margin-top: 40px;
	}
	
	.listofusers{
		margin-bottom: 30px;
	}
	.thecontent .entry-content h1.maintitle{
		font-size: 50px;
		line-height: 54px;
		margin-bottom: 30px;
	}
	.artpuff.vansterstalld.nicelink a .title_excerpt .inner{
		padding: 30px;
	}
	
	

	
	
	.artpuff.vansterstalld.hasimg a .title_excerpt{
		min-height: 210px;
	}
	/*Nytt*/
	.artpuff.vansterstalld.hasimg a .overflowhidden .imageholder{
		max-height: 210px;
	}
	
	
	.w4_newsletter_widget .padding h2{
		font-size: 46px;
		line-height: 46px;
		margin-bottom: 20px;
	}
	
	.w4_newsletter_widget .padding .text{
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 30px;
		padding-right: 50px;
	}
	.w4_category_post_type .artpuff a .title_excerpt{
		min-height: 140px;
	}
	.w4_category_post_type .artpuff a .title_excerpt .inner h2{
		font-size: 26px;
		line-height: 28px;
	}
	.w4_category_post_type .artpuff.noimg a .title_excerpt, .w4_category_post_type .artpuff.fullbred a .title_excerpt{
		margin-left: 30px;
		margin-right: 30px;
	}
	.hamburgercontent .nwlt_em{
		width: 25%;
		margin-top: 0px;
		margin-bottom: 40px;
	}
	
	.artpuff a .overflowhidden{
		width: 35%;
	}
	.artpuff a .title_excerpt{
		margin-left: 35%;
	}
	.artpuff.jobpoststyle a .title_excerpt{
		margin-left: 0;
		width: 65%;
	}
	
	
	
	.hamburgercontent .inner ul.menu li a{
	    padding-bottom: 10px;
	}
	
	.hamburgercontent #menu-hamburgare_huvudmeny li, .hamburgercontent #menu-hamburgare_tidningen li{
		margin-bottom: 20px;
	}
	.hamburgercontent .inner ul.menu li{
		margin-bottom: 20px;
	}
	
	.hamburgercontent .inner ul.menu#menu-hamburgare_huvudmeny li a, .hamburgercontent .inner ul.menu#menu-hamburgare_tidningen li a{
	    font-size: 24px;
	    line-height: 26px;
	}
	
	#footer .footermenu li a{
		font-size: 18px;
	}
	
	#footer .footer_top .left .adress_text .element h3{
		margin-bottom: 30px;
	}	
	#footer .footer_top .left .adress_text .element{
		font-size: 18px;
		line-height: 26px;
	}
	#footer .footer_top .left .adress_text .element h3 .line{
		margin-bottom: 30px;
	}
	#footer .footer_top .left .adress_text .extratext{
		font-size: 14px;
		line-height: 24px;
	}
	
	#footer .footer_top .left .adress_text{
		padding-top: 50px;
		padding-bottom: 70px;
	}
	
	#footer .footer_top .left .lefttop{
		padding-bottom: 30px;
	}
	
	#footer{
		margin-top: 40px;
		padding-top: 80px;
		padding-bottom: 120px;
	}
	#footer .footer_top .right .padd{
		padding-left: 60px;
		padding-right: 60px;
	}
	#footer .footer_top .right .padd .nrnews .circle, .flow_sidebar .nrnews .circle{
		width: 160px;
		height: 160px;
		bottom: 90px;
		right: -45px;
	}
	#footer .footer_top .right .padd .nrnews .circle .in, .flow_sidebar .nrnews .circle .in{
		top: 45px;
		right: 2px;
	}
	#footer .footer_top .right .padd .nrnews .circle .in .hashnr, .flow_sidebar .nrnews .circle .in .hashnr{
		font-size: 56px;
		line-height: 56px;
	}
	#footer .footer_top .right .padd .nrnews .circle .in .hashnr .hash, .flow_sidebar .nrnews .circle .in .hashnr .hash{
		font-size: 26px;
		bottom: 9px;
	}
	#footer .footer_top .right .padd .nrnews .circle .in .year, .flow_sidebar .nrnews .circle .in .year{
		font-size: 16px;
		line-height: 16px;
	}

	
	.w4_newsletter_widget .padding{
		padding-top: 80px;
		padding-left: 60px;
		padding-bottom: 50px;
	}
	
	.artpuff a .title_excerpt .inner{
		padding-left: 30px;
		padding-right: 0px;
	}
	.jobwidget{
		padding: 50px;
		padding-bottom: 20px;
	}
	.jobwidget .inner h3{
		border-top-width: 5px;
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.jobwidget .inner h3 span{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.jobwidget .inner ul li a h2{
		font-size: 22px;
		line-height: 24px;
	}
	.jobwidget .inner ul{
		margin-bottom: 20px;
	}

	
	#header .logo{
	    margin-top: 30px;
	    margin-bottom: 5px;
	    width: 380px;
	    height: 64px;
	}
	
	.artpuff.fullbred > a .overflowhidden, .artpuff.fullbred .thel > a .overflowhidden{
		height: 540px;
	}
}




/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	
}