/*
Theme Name: Svebio Tidningar 2022
Theme URI: http://wonderfour.se
Author: WONDERFOUR W4 Webbyrå Stockholm
Author URI: http://wonderfour.se/
*/
@font-face{
	font-family: 'TiemposTextRegular';
	src: url('../eot/tiempostext-regular.eot');
	src: url('../eot/tiempostext-regulard41d.eot#iefix') format('embedded-opentype'),
		url('../woff2/tiempostext-regular.woff2') format('woff2'),
		url('../woff/tiempostext-regular.woff') format('woff'),
		url('../ttf/tiempostext-regular.ttf') format('truetype'),
		url('../svg/tiempostext-regular.svg#TiemposText-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face{
	font-family: 'TiemposTextMedium';
	src: url('../eot/tiempostext-medium.eot');
	src: url('../eot/tiempostext-mediumd41d.eot#iefix') format('embedded-opentype'),
		url('../woff2/tiempostext-medium.woff2') format('woff2'),
		url('../woff/tiempostext-medium.woff') format('woff'),
		url('../ttf/tiempostext-medium.ttf') format('truetype'),
		url('../svg/tiempostext-medium.svg#TiemposText-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: 'TiemposTextSemibold';
	src: url('../eot/tiempostext-semibold.eot');
	src: url('../eot/tiempostext-semiboldd41d.eot#iefix') format('embedded-opentype'),
		url('../woff2/tiempostext-semibold.woff2') format('woff2'),
		url('../woff/tiempostext-semibold.woff') format('woff'),
		url('../ttf/tiempostext-semibold.ttf') format('truetype'),
		url('../svg/tiempostext-semibold.svg#TiemposText-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


/**
 * 1.0 Reset
 */
.b-lazy {
	 opacity: 0;
	 -webkit-transition: opacity .15s ease-out,transform .15s ease-out;
	 -moz-transition: opacity .15s ease-out,transform .15s ease-out;
	 -o-transition: opacity .15s ease-out,transform .15s ease-out;
	 transition: opacity .15s ease-out,transform .15s ease-out;
}
.b-lazy.b-loaded{
	opacity: 1;
}
 
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;
}
article{
	position: relative;
	z-index: 2;
}

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: #1e1b1f;
	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: #f4f2e9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Poppins', 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: 82px;
	
}

a {
	color: #1e1b1f;
	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: 65%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1.7ex;
}

sub {
	top: 1.7ex;
}

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);
}

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;
}


.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; 
}

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

::-moz-selection {
	background: #1e1b1f;
	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;
}
.bgcolortransition{
	-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;
}
.colortransition{
	-webkit-transition : color 250ms ease-out;
  	-moz-transition : color 250ms ease-out;
  	-o-transition : color 250ms ease-out;
  	transition : color 250ms ease-out;
}
.bordercolortransition{
	-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;
}

.uprc{
	text-transform: uppercase;
}	

.posr{
	position: relative;
}
.posa{
	position: absolute;
}
.inlb{
	display: inline-block;
}

.desktext{
	display: none;	
}
.mobext{
	display: inline;	
}

.table{
	width: 100%;
	height: 100%;
	display: table;
}
.table .cell{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.hide {
	display: none;
}
.centerit{
	text-align: center;
	display: block;
	clear: both;
}

.fixfloat{
	clear: both;
}

/**
 * 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: #1e1b1f;
	padding: 10px 18px 10px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
	border: solid 2px #dadada;
	background: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	background-color: white;
}

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

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

button,
.button,
.entry-content .button,
.thecontent .entry-content .factbox a.button,
.wpcf7-submit,
input[type="submit"],
input[type="button"],
input[type="reset"]{
	border:none;
	cursor: pointer;
	background-color: #1e1b1f;
	color: white;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0.025em;
	padding: 20px 25px 16px;
	vertical-align: bottom;
	display: inline-block;
  	position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	border: solid 1px #1e1b1f;
	text-decoration: none;
	
	border-radius: 4px;
	
	-webkit-transition : all 150ms ease-in-out;
	-moz-transition : all 150ms ease-in-out;
	-o-transition : all 150ms ease-in-out;
	transition : all 150ms ease-in-out;
}
button:hover,
.button:hover,
.entry-content .button:hover,
.thecontent .entry-content .factbox a.button:hover,
.wpcf7-submit:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	color: white;
	background-color: #1e1b1f;
	border-color: #1e1b1f;
}
.button.rounded{
	border-radius: 5px;
}
.button.morerounded{
	border-radius: 40px;
}


.entry-content .button.spec{
	border-style: none;
	margin-bottom: 20px;
}
.entry-content .button.spec:hover{
	color: white;
}


.entry-content table.subscriptioninformation{
	border-collapse: collapse;	
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}
.entry-content table.subscriptioninformation tr{
	
}
.entry-content table.subscriptioninformation tr:nth-child(2n){
	background-color: white;
}
.entry-content table.subscriptioninformation tr th, .entry-content table.subscriptioninformation tr td{
	border: 1px solid #ddd;
	padding: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	line-height: 18px;
}
.entry-content table.subscriptioninformation tr th{
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #019191;
	color: white;
	font-weight: 500;
}
.entry-content table.subscriptioninformation tr td a{
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}

.entry-content table.subscriptioninformation tr td{
	
}


.button.green{
	background-color: #019191 !important;
	border-color: #019191 !important;
	color: white !important;
}
.button.green:hover{
	background-color: #1e1b1f !important;
	border-color: #1e1b1f !important;
	color: white !important;
}
.button.green.whitehov:hover{
	background-color: #f9f8f2 !important;
	border-color: #f9f8f2 !important;
	color: #019191 !important;
}
.loginpages .button.green.whitehov:hover{
	background-color: transparent !important;
	border-color: #019191 !important;
	color: #019191 !important;
}

.button.green.whitehov:hover .arr{
	background-image: url("../svg/pil-right-green.svg");
}

.button.red{
	background-color: #af183e !important;
	border-color: #af183e !important;
	color: white !important;
}
.button.red:hover{
	background-color: transparent !important;
	border-color: #af183e !important;
	color: #af183e !important;
}

.button.white{
	background-color: white !important;
	border-color: white !important;
	color: #1e1b1f !important;
}
.button.white:hover{
	background-color: #1e1b1f !important;
	border-color: #1e1b1f !important;
	color: white !important;
}
.button.white.graybrd{
	background-color: white !important;
	border-color: #d1d1d1 !important;
	color: #1e1b1f !important;
}
.button.white.graybrd:hover{
	background-color: #1e1b1f !important;
	border-color: #1e1b1f !important;
	color: white !important;
}

.button.transparent{
	background-color: transparent !important;
	border-color: white !important;
	color: white !important;
}
.button.transparent:hover{
	background-color: white !important;
	border-color: white !important;
	color: #1e1b1f !important;
}

.button.extrpadd{
	padding-left: 50px;
	padding-right: 50px;
}
.button .arr{
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("../svg/pil-right-vit.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin-left: 45px;
}



.button.mainload{
	position: relative;
	background-color: white;
	border-style: none;
	border-bottom: solid 2px #dedede;
	color: #1e1b1f;
	text-transform: none;
	padding-top: 14px;
	padding-bottom: 18px;
	padding-right: 70px;
	padding-left: 50px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.button.mainload .icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: solid 2px #019191;
	position: relative;
	margin-right: 35px;
	top: 5px;
	background-image: url("../svg/plus-green.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px 12px;
}
.button.mainload:hover .icon{
	background-image: url("../svg/plus-vit.svg");
}



.button.mainload:hover{
	background-color: #019191;
	color: white;	
}
.button.mainload:hover .icon{
	border-color: white;
}
.button.mainload.active, .button.mainload.active:hover{
	border-color: transparent;
	background-color: transparent;
}
.button.mainload.active:hover{
	border-color: transparent !important;
	background-color: transparent !important;
}

.button.mainload.active .cnt{
	visibility: hidden;
}
.button.mainload.active .loader{
	width: 100%;
	height: 100%;
	background-image: url("../svg/temploader.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: 0;
}



.nextpages{
	margin-left: 10px;
	margin-right: 10px;
}
.nextpages .left{
	display: inline-block;
	float: left;
}
.nextpages .right{
	display: inline-block;
	float: right;
}


::-webkit-input-placeholder {
	color: #1e1b1f;
}

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

:-ms-input-placeholder {
	color: #1e1b1f;
}

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;
}

.gridholder, .vytyp-kort .owl-nav{
	width: 1020px;
	margin: 0 auto;
}
.vytyp-kort .owl-nav{
	position: relative;
	height: 60px;
}

.gridholder.morewide{
	width: 1040px;
}
.owl-carousel{
	overflow: hidden;
}
ul.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*LÅST*/

.imagepage{
	width: 100%;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


article.closed .thecontent .lockedpart{
	display: none;
}
article .locked_holder{
	display: none;
}

.thecontent .boxes{
	margin-bottom: 40px;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.thecontent .boxes .boxbubble{
	width: 100%;
}
.thecontent .boxes .boxbubble table tr{
	
}
.thecontent .boxes .boxbubble table tr td{
	padding: 4px;
}

.thecontent .boxes .boxbubble .inside{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #fdfcfa;	
	padding: 30px 20px 20px;
	text-align: center;
	
	box-shadow: 0px 0px 10px 0px rgba(181,181,181,0.6);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(181,181,181,0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(181,181,181,0.6);
}
.thecontent .boxes .boxbubble .inside h1,
.thecontent .boxes .boxbubble .inside h2,
.thecontent .boxes .boxbubble .inside h3,
.thecontent .boxes .boxbubble .inside h4,
.thecontent .boxes .boxbubble .inside h5,
.thecontent .boxes .boxbubble .inside h6,
.thecontent .boxes .boxbubble .inside h7,
.thecontent .boxes .boxbubble .inside h8,
.thecontent .boxes .boxbubble .inside h9
.thecontent .boxes .boxbubble .inside ul,
.thecontent .boxes .boxbubble .inside ol,
.thecontent .boxes .boxbubble .inside p,
.thecontent .boxes .boxbubble .inside .exmarg,
.thecontent .boxes .boxbubble .inside figure,
.thecontent .boxes .boxbubble .inside img{
	margin-left: 0;
	margin-right: 0;
}

.thecontent .boxes .boxbubble .inside .text h3{
	margin-top: 20px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
}


.thecontent .boxes .boxbubble .inside .img{
	text-align: center;
	margin-bottom: 25px;
}
.thecontent .boxes .boxbubble .inside .img img{
	/*
	max-width: 60px !important;
	height: auto;
	*/
	max-width: 100% !important;
	height: auto;
}

.thecontent .boxes .boxbubble .inside h3.boxhl{
	font-size: 21px;
	line-height: 23px;
	letter-spacing: 0em;
	margin: 0px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 500;
}
.thecontent .boxes .boxbubble .inside .vinjett{
	font-size: 16px;
	line-height: 18px;
	color: #af183e;
	margin-bottom: 5px;
}
.thecontent .boxes .boxbubble .inside .text{
	font-size: 14px;
	line-height: 22px;
}
.thecontent .boxes .boxbubble .inside p{
	margin-bottom: 15px;
}
.thecontent .boxes .boxbubble .inside .button{
	margin-top: 20px;
	padding: 17px 50px 14px;
}


article .locked_holder .bgsquig{
	position: absolute;
	left: 0;
	height: 100%;
	background-color: #e6cc06;
	width: 100%;
	z-index: 0;
}

article .locked_holder .bgsquig:before {
  content: "";
  background-image: url("../svg/paywall.svg");
  position: absolute;
  top: -50px;
  left: 0;
  background-repeat: repeat-x;
  width: 100%;
  height: 50px;
  background-size: 220px auto;
  background-position: top;
  z-index: 1;
}
article .locked_holder .bgsquig:after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 0;
  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f8f2+0,f9f8f2+100&0+0,1+50 */
  background: -moz-linear-gradient(top,  rgba(249,248,242,0) 0%, rgba(249,248,242,1) 50%, rgba(249,248,242,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(249,248,242,0) 0%,rgba(249,248,242,1) 50%,rgba(249,248,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(249,248,242,0) 0%,rgba(249,248,242,1) 50%,rgba(249,248,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f9f8f2', endColorstr='#f9f8f2',GradientType=0 ); /* IE6-9 */
}

article .locked_holder .lcont{
	position: relative;
	z-index: 1;
	padding-top: 0px;
	padding-bottom: 60px;
}

article.closed .locked_holder{
	display: block;
}

article.closed .premiumcontent{
	display: none;
}

article .locked_holder .mw{
	max-width: 570px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

article .locked_holder .mw.whenloggedinbuterror{
	display: none;
}

article.loggedinbuterror .locked_holder .mw.whenloggedinbuterror{
	display: block;
}
article.loggedinbuterror .locked_holder .mw.whenloggedinbuterror.couldnotcheckthestatus{
	display: none;
}
article.loggedinbuterror.couldnotcheckstatus .locked_holder .mw.whenloggedinbuterror.couldnotcheckthestatus{
	display: block;
}
article.loggedinbuterror.couldnotcheckstatus .locked_holder .mw.whenloggedinbuterror.normalerrormessage{
	display: none;
}


article.loggedinbuterror .locked_holder .mw.notloggedin{
	display: none;
}

.thecontent .image.fullwide{
	margin-bottom: 30px;
}
.thecontent .image.fullwide img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.entry-content .listofusers{
	margin-bottom: 10px;
}
.entry-content .listofusers .userpuff{
	width: 50%;
	float: left;
	margin-bottom: 30px;
}
.entry-content .listofusers .userpuff .insideuser{
	padding-left: 10px;
	padding-right: 10px;
}
.entry-content .listofusers .userpuff .insideuser .insideimg{
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10px;
	
}
.entry-content .listofusers .userpuff .insideuser .thecont{
	
}
.entry-content .listofusers .userpuff .insideuser .thecont h2.largename{
	margin: 0;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
}
.entry-content .listofusers .userpuff .insideuser .thecont .titel.contacti{
	font-weight: 500;
}
.entry-content .listofusers .userpuff .insideuser .thecont .contacti{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 10px;
}
.entry-content .listofusers .userpuff .insideuser .thecont .contacti a{
	border-width: 1px;
	padding-bottom: 0px;
}



.thecontent .locked_holder{
	
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #e6cc06;
	/*position: relative; SQUIG*/
}
.thecontent .locked_holder ul{
	margin-left: 0;
}
.thecontent .locked_holder .vinjett{
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0em;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
}
.thecontent .entry-content .locked_holder h2{
	font-size: 26px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: -0.010em;	
	font-weight: 500;
}
.page .thecontent .entry-content .locked_holder h2{
	margin-left: 0;
	margin-right: 0;
}
.thecontent .locked_holder .button, .thecontent .p1-section .button{
	margin-bottom: 20px;
	border-radius: 40px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 18px;
}
.thecontent .p1-section .button.floating{
	float: right;
	padding: 15px 30px;
	font-size: 16px;
	line-height: 18px;
	border-radius: 4px;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

.thecontent .locked_holder .p1-section .button{
	margin-bottom: 10px;
}

.thecontent .locked_holder .button .arr{
	margin-bottom: -3px;
	margin-left: 15px;
	width: 15px;
	height: 15px;
}
.thecontent .entry-content .locked_holder a{
	border-bottom-color: #019191;
	font-weight: 500;
}
.thecontent .entry-content .locked_holder a:hover{
	border-bottom-color: #019191;
	color: #019191;
}


.thecontent .locked_holder .already_text, .thecontent .locked_holder .information{
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}
.thecontent .locked_holder .already_text{
	margin-bottom: 0px;
}

.thecontent .locked_holder .signin .information{
	margin-bottom: 10px;
}

.thecontent .locked_holder .information.smaller{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}
.locked_holder .information a, .thecontent .locked_holder a{
	border-bottom: solid 2px #019191;
	padding-bottom: 0px;
}
.locked_holder .information a:hover, .thecontent .locked_holder a:hover{
	color: #019191;
}
.thecontent .locked_holder form.signin, .thecontent .locked_holder form.create_userform{
	font-size: 18px;
	line-height: 24px;
	display: none;
	padding-top: 20px;
	margin-bottom: 20px;
}
.thecontent .locked_holder form.signin{
	margin-bottom: 50px;
}

.thecontent .locked_holder form.signin.errorform{
	display: block;
}


.thecontent .locked_holder form.signin input, .thecontent .locked_holder form.create_userform input{
	margin-bottom: 20px;
}

.thecontent .locked_holder form.signin input.thesigninfield, form.signin input.thesigninfield{
	border-style: none;
	border-radius: 4px;
	font-size: 16px;
	line-height: 26px;
	padding: 22px 30px 16px;
	width: auto;
	letter-spacing: 0em;
	font-weight: 500;
	max-width: 100%;
	background-color: white;
}
form.signin input.thesigninfield{
	margin-bottom: 20px;
}


.thecontent .locked_holder .error, form.activate .error{
	color: #ff0000;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.thecontent .locked_holder .smallinfo, form.activate .smallinfo, .thecontent .signin .smallinfo{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.thecontent .signin .smallinfo{
	padding-left: 0px;
	padding-right: 0px;
}

.thecontent .locked_holder .smallinfo strong, form.activate .smallinfo, .thecontent .signin .smallinfo strong{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}


.thecontent .locked_holder .success{
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 670px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.thecontent .locked_holder .error .smaller, .thecontent .locked_holder .success .smaller{
	font-size: 14px;
	display: block;
}

.thecontent .locked_holder .error a{
	color: #1e1b1f;
	border-bottom: solid 1px #ff0000;
}
.thecontent .locked_holder .error a:hover{
	color: #ff0000;
	
}

/*HEADER*/
#header{
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 20;
	top: 0;
	border-top: solid 4px #af183e;
}
#header .linetop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
}


/*TEMORÄR PROOFOFCONCEPT*/
#header .login_search_menu .element.showlogin .linmrk{
	display: none;
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #1e1b1f;
	right: -11px;
	bottom: -9px;
	background-position: -183px -166px;
	border: solid 2px transparent;
	
}
#header .login_search_menu .element.showlogin.logged_in_user .text.notloggedin{
	display: none;
}
#header .login_search_menu .element.showlogin .pl{
	display: none;
	position: absolute;
	right: -9px;
	top: 50%;
	height: 8px;
	width: 8px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../svg/plus-black.svg');
	background-size: cover;
	margin-top: -4px;
}
#header .login_search_menu .element.showlogin.logged_in_user .pl{
	display: block;
}

#header .login_search_menu .element.showlogin .text.loggedin{
	display: none;
}

.admin-bar #header{ 
	top: 32px;
}
#header .top_header{
	background-color: white;
	border-bottom: solid 1px #e9e7d9;
}
#header.falloutopen .top_header{
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
#header.falloutopen .logo img{
	display: none;
}
#header.falloutopen .logo img.inverted{
	display: block;
}
#header.falloutopen .top_header .gridholder.positionrelative{
	background-color: #013939;	
}

#header .logo{
	height: 42px;
	width: auto;
	display: inline-block;
	float: left;
	margin-top: 18px;
	margin-bottom: 12px;
	margin-left: 20px;
}
#header .logo img{
	width: auto;
	height: 100%;
}
#header .logo img.inverted{
	display: none;
}

#header.falloutopen #meny_topp{
	display: none;
}

#header ul.menu li, .bottom_header ul.menu li{
	display: inline-block;
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	box-sizing: border-box;
}
.bottom_header ul.menu li{
	box-sizing: border-box;
	display: inline-block;
	float: none;
}


#header #meny_topp ul li a{
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	padding-left: 0px;
	padding-right: 0px;
	letter-spacing: 0.025em;
	display: inline-block;
	border-bottom: solid 3px transparent;
}
#header .login_search_menu{
	float: right;
	display: inline-block;
	margin-top: 18px;
	margin-right: 20px;
}
#header .login_search_menu .element{
	float: left;
	display: inline-block;
	position: relative;
    cursor: pointer;
    margin-right: 0px;
    margin-left: 20px;
	margin-top: 1px;
}

#header .login_search_menu .element.showsearch{
	display: none;
}

#header .login_search_menu .element.showsearch, #header .login_search_menu .element.showlogin{
	background-color: #f4f2e9;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
} 

#header .login_search_menu .element.showsearch:hover, #header .login_search_menu .element.showlogin:hover,
#header .login_search_menu .element.showsearch.clicked, #header .login_search_menu .element.showlogin.clicked{
	background-color: #019191;
}


#header.falloutopen .login_search_menu .element.showsearch,
#header.falloutopen .login_search_menu .element.showlogin{
	
}


#header .login_search_menu .element .icon{
	width: 15px;
	height: 18px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: inline-block;
	top: 50%;
	left: 50%;
	margin-left: -7.5px;
	margin-top: -9px;
}
#header .login_search_menu .element .text{
	margin-left: 12px;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0em;
	position: relative;
	bottom: 5px;
	display: none;
}
#header.falloutopen .login_search_menu .element .text{
	color: white;
}

#header .login_search_menu .element.showmenubtn .text{
	bottom: 0px;
}

#header .login_search_menu .element.showsearch .icon{
	background-image: url('../svg/sok-black-new.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#header .login_search_menu .element.showlogin .icon{
	background-image: url('../svg/profil-black.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

#header .login_search_menu .element.showlogin:hover .icon{
	background-image: url('../svg/profil-vit.svg');
}
#header .login_search_menu .element.showlogin:hover .icon .pl{
	background-image: url('../svg/plus-vit.svg');
}


#header.falloutopen .login_search_menu .element.showsearch .icon{
	background-image: url('../svg/sok-white-new.svg');
}
#header.falloutopen .login_search_menu .element.showlogin .icon{
	background-image: url('../svg/profil-black.svg');
}


.flow_sidebar .newspaperwidget{
	padding: 20px 15px 10px 30px;
	background-color: #e6cc06;
}
.flow_sidebar .element.artpuff.smaller{
	margin-left: 10px;
	margin-right: 10px;
}

.newspaperwidget .nrnews{
	margin-bottom: 30px;
	max-width: 250px;
	width: 60%;
	float: right;
}
.newspaperwidget .nrnews .mobmax{
	margin-left: 25px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.51); 
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.51);
	
	position: absolute;
	bottom: -20px;
}


.newspaperwidget .button{
	margin-bottom: 10px;
	display: block;
}

.newspaperwidget .centerit{
	max-width: 250px;
	margin: 0 auto;
	float: left;
	width: 40%;
	clear: none;
}


#footer .rightfooter .inside .nrnews .circle, .flow_sidebar .nrnews .circle{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 10px;
	right: -7px;
	border-radius: 50%;
	background-color: #af183e;
	color: white;
	transform: rotate(8deg);
	font-family: 'TiemposTextMedium', "Times New Roman", Times, serif;
}
#footer .rightfooter .inside .nrnews .circle .in, .flow_sidebar .nrnews .circle .in{
	position: relative;
	text-align: center;
	letter-spacing: 0em;
	font-weight: 600;
	top: 13px;
}
#footer .rightfooter .inside .nrnews .circle .in .hashnr, .flow_sidebar .nrnews .circle .in .hashnr{
	font-size: 33px;
	line-height: 33px;
}
#footer .rightfooter .inside .nrnews .circle .in .hashnr .hash, .flow_sidebar .nrnews .circle .in .hashnr .hash{
	font-size: 13px;
	line-height: 13px;
	position: relative;
	bottom: 5px;
}
#footer .rightfooter .inside .nrnews .circle .in .year, .flow_sidebar .nrnews .circle .in .year{
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}


#footer .rightfooter .inside .nrnews img, .flow_sidebar .nrnews img{
	width: 100%;
	height: auto;
}


#header .login_search_menu .showmenubtn{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    z-index: 100;
	padding: 7.7px 9.5px;
	background-color: transparent;
	border-radius: 50%;
	-webkit-transition : all 150ms ease-in-out;
	-moz-transition : all 150ms ease-in-out;
	-o-transition : all 150ms ease-in-out;
	transition : all 150ms ease-in-out;
}

#header .showmenubtn:hover .hamburger span{
	background-color: #019191;
}
#header .showmenubtn.clicked:hover .hamburger span{
	background-color: white;
}


#header .showmenubtn.clicked{
	background-color: #019191;
}


.login_search_menu .element .press_fix{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.showmenubtn .hamburger span{
	display:block;
	box-sizing: border-box;
	-webkit-transition: .150s ease-in-out;
	transition: .150s ease-in-out;  
}
.showmenubtn:hover .hamburger span{
	background-color: #1e1b1f;
}
.falloutopen .showmenubtn:hover .hamburger span, .falloutopen .showmenubtn .hamburger span{
	background-color: white;
}

.hamburger{
	position: relative;
    height: 21px;
    width: 21px;
    top: 0px;
    left: 0px;
    z-index: 1;
	display: inline-block;
}
.hamburger span {
	height: 2px;
    left: 0px;
    margin: 5px 0;
    position: relative;
    top: 0px;
    width: 21px;
	background-color: #1e1b1f;
}
.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 .hamburger span:nth-child(1){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
	transform: rotate(-45deg);
	top: 7px;
}
.showmenubtn.clicked .hamburger span:nth-child(2){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
	transform: rotate(45deg);
	top: 0px;
}
.showmenubtn.clicked .hamburger span:nth-child(3){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
	opacity: 0;
}

.bottom_header{
	background-color: white;
	box-shadow: 0px 0px 5px 0px rgba(239,238,233,1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(239,238,233,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(239,238,233,1);
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}
.bottom_header .meny_topp{
	float: left;
	max-width: 300px;
	align-items: center;
	display: flex;
	overflow: hidden;
	position: relative;
}

.bottom_header .meny_topp .shade {
	height: 100%;
	width: 35px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}


.bottom_header .meny_topp ul.menu{
	align-self: flex-start;
	overflow: auto;
	white-space: nowrap;
	display: block;
}

.bottom_header .show_amnen{
	float: left;
	display: inline-block;
	cursor: pointer;
}
.bottom_header .show_amnen .ic{
	width: 8px;
	height: 5px;
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 10px;
	background-image: url("../svg/flik-black.svg");
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	
	-webkit-transition : transform 150ms ease-out;
  -moz-transition : transform 150ms ease-out;
  -o-transition : transform 150ms ease-out;
  transition : transform 150ms ease-out;
}
.bottom_header .show_amnen:hover .ic{	
	background-image: url("../svg/flik-green.svg");
	
}
.bottom_header.showamnen .show_amnen .ic{
	transform: rotate(-180deg);
}

.bottom_header .amnen_in_header{
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}
.bottom_header.showamnen .amnen_in_header{
	display: block;
}


.bottom_header .amnen_in_header ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	
}
.bottom_header .amnen_in_header ul li{
	width: 33%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bottom_header .amnen_in_header ul li a{
	font-size: 10px;
	line-height: 12px;
	color: #6f6f6f;
	letter-spacing: 0.05em;
	font-weight: 500;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bottom_header .amnen_in_header ul li a:hover{
	color: #1e1b1f;
}



.bottom_header .show_amnen .text{
	font-weight: 500;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: 0.02em;
	padding-bottom: 10px;
	font-weight: 500;
	color: #1e1b1f;
	margin-left: 8px;
	border-bottom: solid 3px transparent;
}
.bottom_header .show_amnen:hover .text {
	border-bottom-color: #019191;
}

.bottom_header #meny_topp_botten_hoger{
	display: none;
}

.bottom_header ul li a{
	font-size: 13px;
	line-height: 14px;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: solid 3px transparent;
	letter-spacing: 0.02em;
	display: inline-block;
	
	-webkit-transition : border-color 150ms ease-in-out;
	-moz-transition : border-color 150ms ease-in-out;
	-o-transition : border-color 150ms ease-in-out;
	transition : border-color 150ms ease-in-out;
}
.bottom_header ul li a:hover, .bottom_header ul li.current-menu-item a{
	border-bottom-color: #019191;
}

.bottom_header #meny_topp_botten_hoger ul li{
	margin-right: 0px;
	margin-left: 15px;
}
.bottom_header #meny_topp_botten_hoger ul li a{
	font-size: 12px;
	color: #1e1b1f;
	font-weight: 400;
}
.hamburgercontent, .searchcontent{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 90px;
	padding-bottom: 50px;
	background-color: #013939;
	color: white;
}
.searchcontent{
	padding-top: 80px;
	padding-bottom: 25px;
	
	
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
}

.hamburgercontent.open{
	height: 100vh;
	overflow-y: scroll;
}
.hamburgercontent.open .inner{
	padding-bottom: 190px;
}




#header.falloutopen .top_header{
	background: none;
	z-index: 2;
	position: relative;
}
#header .hamburgercontent .widget_nav_menu{
	margin-left: 40px;
	margin-bottom: 30px;
}


#header .hamburgercontent ul.menu li{
	display: block;
	float: none;
	margin: 0;
	margin-bottom: 10px;
}
#header .hamburgercontent ul.menu li a{
	color: white;	
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 4px;
	border-bottom: solid 3px transparent;
	font-weight: 500;
	display: inline-block;
	margin-right: 20px;
}


#header .hamburgercontent ul.menu li a:hover, #header .hamburgercontent ul.menu li.current-menu-item a{
	border-bottom-color: #019191;
}

.hamburgercontent h3{
	font-weight: 500;
	margin: 0;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0em;
	color: #edebdf;
}
.hamburgercontent .socialfooter{
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	padding-left: 40px;
	padding-right: 40px;
}

.hamburgercontent .newsletter_footer .text{
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 12px;
}
.hamburgercontent .nlform .holder .nl_email, .hamburgercontent .nlform .holder .nl_name{
	background-color: #383838;
}
.grecaptcha-badge{
	display: none;
}
.nlform .holder input{
	color: white;
}
.nlform.loading .holder, .nlform.thanku .holder, .nlform.focus.loading .holder.namehidden, .nlform.focus.thanku .holder.namehidden{
	display: none;
}

.nlform .ldtext{
	display: none;
	color: white;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}
.nlform.loading .ldtext{
	display: block;
}

.nlform .pf_name_ex{
	display: none;
}

.hamburgercontent .nllink, .hamburgercontent .holder.integritetspolicy .integr_text a{
	font-weight: 700;
	font-size: 15px;
	line-height: 17px;
	padding-bottom: 2px;
	color: white;
	border-bottom: solid 1px white;
}
.hamburgercontent .nlform{
	margin-bottom: 40px;
}
.headersearch{
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
	display: block;	
}
.error404 .search_holder .headersearch{
	margin-left: 0px;
	margin-right: 0px;
}

.search .insideflow .headersearch{
	margin-left: 0px;
	margin-right: 0px;
}

.headersearch .searchfield{
	background: none;
	border-style: none;
	font-size: 14px;
	line-height: 18px;
	padding: 15px 30px;
	font-weight: 500;
	width: 100%;
	max-width: 100%;
	background-color: white;
	color: #1e1b1f;
	border-radius: 40px;
	letter-spacing: 0em;
}
.hamburgercontent .headersearch .searchfield{
	background-color: #325e5c;
	color: white;
}

.headersearch .searchfield::-webkit-input-placeholder {
	color: #1e1b1f;
}

.headersearch .searchfield::-moz-placeholder {
	color: #1e1b1f;
	opacity: 1;
}

.headersearch .searchfield:-ms-input-placeholder {
	color: #1e1b1f;
}

.hamburgercontent .headersearch .searchfield::-webkit-input-placeholder {
	color: white;
}

.hamburgercontent .headersearch .searchfield::-moz-placeholder {
	color: white;
	opacity: 1;
}

.hamburgercontent .headersearch .searchfield:-ms-input-placeholder {
	color: white;
}
 



.search .search_holder .headersearch .searchfield, .error404 .search_holder .headersearch .searchfield{
	color: #1e1b1f;
	border-color: #1e1b1f;
}
.search .search_holder .headersearch .searchfield::-webkit-input-placeholder,
.error404 .search_holder .headersearch .searchfield::-webkit-input-placeholder {
	color: #1e1b1f;
	opacity: 0.8;
}
.search .search_holder .headersearch .searchfield::-moz-placeholder,
.error404 .search_holder .headersearch .searchfield::-moz-placeholder {
	color: #1e1b1f;
	opacity: 0.8;
}
.search .search_holder .headersearch .searchfield:-ms-input-placeholder,
.error404 .search_holder .headersearch .searchfield:-ms-input-placeholder {
	color: #1e1b1f;
	opacity: 0.8;
}



.search .search_holder, .error404 .search_holder{
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}
.error404 .search_holder{
	text-align: center;
}
.search .search_holder .nr-results-container{
	text-align: center;
	margin-top: 10px;
}
.search .search_holder .nr-results-container .fat{
	font-weight: 500;
}

.headersearch .searchsubmit{
	position: absolute;
	right: 40px;
	bottom: 50%;
	border-style: none;
	text-indent: -99999px;
	width: 22px;
	height: 22px;
	padding: 0;
	background-color: transparent;
	background-image: url('../svg/sok-green-new.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: -11px;
}
.headersearch .searchsubmit:hover{
	background-color: transparent;
	background-image: url('../svg/sok-black-new.svg');
}




/*FOOTER*/
#footer{
	background-color: white;
	padding-bottom: 100px;
}
#footer .leftfooter{
	width: 100%;
	float: left;
	display: inline-block;
	text-align: center;
	padding-top: 60px;
}
#footer .leftfooter .address_menu{
	padding-bottom: 25px;
}
#footer .leftfooter .address_menu h3{
	margin: 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 5px;

}

#footer .leftfooter .address_menu a{
	border-bottom: solid 2px #dedbc6;
}
#footer .leftfooter .address_menu a:hover{
	border-bottom-color: #019191;
}


#footer .leftfooter .address_menu .address_and_all{
	font-weight: 500;
	font-size: 15px;
	line-height: 23px;
}
#footer .leftfooter .address_menu .footermenu{
	margin-bottom: 25px;
}
#footer .leftfooter .address_menu .socialmenu{

}
#footer .leftfooter .address_menu ul{
	
}
#footer .leftfooter .address_menu ul li{
	margin-bottom: 7px;
}
#footer .leftfooter .address_menu ul li a{
	font-size: 13px;
	line-height: 15px;
	font-weight: 500;
	padding-bottom: 4px;
	display: inline-block;
}

#footer .leftfooter .logos{
	border-top: solid 1px #f4f2e9;
	padding-top: 15px;
	padding-bottom: 30px;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}
#footer .leftfooter .logos .logo{
	display: inline-block;
	width: 25%;
	float: left;
}
#footer .leftfooter .logos .logo a{
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	text-align: center;
}
#footer .leftfooter .logos .logo a img{
	width: auto;
	height: auto;
	max-height: 60px;
	max-width: 100%;
}
#footer .leftfooter .logos .logo a img.color{
	display: none;
}
#footer .leftfooter .logos .logo a:hover img.bw{
	display: none;
}
#footer .leftfooter .logos .logo a:hover img.color{
	display: inline-block;
}

#footer .leftfooter .copymeandcont{
	text-align: center;
}
#footer .leftfooter .copymeandcont .madeby{
	font-weight: 400;
	color: #b5b5b5;
	font-size: 8px;
	line-height: 9px;
}
#footer .leftfooter .copymeandcont .madeby a{
	color: #b5b5b5;
}
#footer .leftfooter .copymeandcont .madeby a:hover{
	color: #1e1b1f;
}
#footer .rightfooter{
	width: 100%;
	float: right;
	display: inline-block;
}
#footer .rightfooter .inside{
	padding-left: 25px;
	padding-right: 15px;
	margin-top: 0px;
	background-color: #013939;
	position: relative;
}
.newspaperwidget .insidepadding{
	padding-top: 0;
	padding-bottom: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
}


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

.nlform .holder .nl_email, .nlform .holder .nl_name{
	font-size: 14px;
	line-height: 18px;
	padding: 5px 5px;
	display: block;
	width: 100%;
	letter-spacing: 0em;
	font-weight: 400;
	border-style: none;
	border-bottom: solid 2px #1e1b1f;
	background-color: transparent;
	color: #1e1b1f;
}

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

.nlform .holder .nl_email::-moz-placeholder, .nlform .holder .nl_name::-moz-placeholder {
	color: #1e1b1f;
	opacity: 0.6;
}
.nlform .holder .nl_email:-ms-input-placeholder, .nlform .holder .nl_name:-ms-input-placeholder {
	color: #1e1b1f;
	opacity: 0.6;
}
.nlform .holder .nl_submit{
	position: relative;
	width: auto;
	height: auto;
	right: 0;
	bottom: 0;
	padding: 20px 50px 20px 30px;
	border-style: none !important;
	overflow: hidden;
	background-color: #019191;
	text-align: center;	
	
	background-image: url("../svg/pil-right-vit.svg");
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: 86% center;
	
	margin-top: 20px;
}
.nlform .holder .nl_submit:hover{
	background-color: #1e1b1f;
}


.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: 2px solid #1e1b1f;
    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: #1e1b1f;
    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: 12px;
	line-height: 16px;
	letter-spacing: 0em;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	text-align: left;
}
.holder.integritetspolicy .integr_text a{
	padding-bottom: 3px;
	border-bottom: solid 1px #1e1b1f;
}
.holder.integritetspolicy .integr_text a:hover{
	border-color: #019191;
}




/*MODULES*/
#modules_startpage{
	padding-top: 20px;
	padding-bottom: 0px;
}
.modulescontainer{
	padding-top: 15px;
}
.modulescontainer .widget_w4fokus, .modulescontainer.gray .w4_category_post_type{
	margin-bottom: 25px;
}

.modulescontainer.bggray{
	background-color: #f4f2e9;
}
.modulescontainer.bgearth{
	padding-top: 0px;
	background-color: #dedbc6;
}


.modulescontainer .modulepadding{
	padding-top: 30px;
	padding-bottom: 30px;
}


.modulescontainer.bggray .gridholder.line{
	padding-bottom: 0px;
}
.modulescontainer.bggray .gridholder.line .line{
	display: block;
	height: 1px;
	background-color: #d5d5d6;
}

h2.modulehl, h3.modulehl{
	margin: 0;
	font-size: 19px;
	line-height: 21px;
	letter-spacing: -0.01em;
	font-weight: 500;
	margin-bottom: 20px;
	color: #013939;
	margin-top: 15px;
	display: inline-block;
	margin-left: 10px;
}
h2.modulehl .red, h3.modulehl .red{
	color: #af183e;
}

.vytyp-kort h2.modulehl, .vytyp-kort h3.modulehl{
	color: white;
}

h2.modulehl .line, h3.modulehl .line{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #2b2d32;
	margin-bottom: 15px;
}
h2.modulehl.white, h3.modulehl.white{
	color: white;
}
h2.modulehl.white .line, h3.modulehl.white .line{
	background-color: white;
}








.premium{
	display: inline-block;
	color: #1e1b1f;
	font-size: 9px;
	line-height: 9px;
	padding: 7px;
	padding-bottom: 4px;
	background-color: #e6cc06;
	letter-spacing: 0.025em;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;	
}	
.premium.abs{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
	margin: 0;
}	
.flow_sidebar .premium.abs{
	right: 0px;
	top: 0px;
}
.premium.noimg{
	position: absolute;
	right: 20px;
	top: -5px;
	z-index: 1;
	margin: 0;
	font-size: 10px;
	line-height: 10px;
	padding: 5px;
	padding-bottom: 3px;
}	
.right_list .premium, .right_list .premium.abs{
	font-size: 10px;
	line-height: 10px;
	padding: 5px;
	padding-bottom: 3px;
	left: -10px;
	top: 10px;
}
.right_list .premium.noimg{
	top: 5px;
	left: inherit;
	right: 10px;
}



.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.takeover{
	background-color: rgba(0, 0, 0, 0.4);
	display: block;
	transform: scale(1);
}
.aboveimage.takeover .ad{
	margin: 0 auto;
	position: relative;
	display: none;
	line-height: 0;
	text-align: right;
}
.aboveimage.takeover .ad.mobile{
	display: inline-block;
}
.aboveimage.takeover .ad{
	max-width: 300px;
}

.flowad .ad{
	display: none;
}
.flowad .ad.mobile{
	display: inline-block;
}

.aboveimage.takeover .close{
	position: absolute;
	left: -14px;
	top: -1px;
	width: 40px;
	height: 40px;
	background-color: #666;
	border-radius: 50%;
}

.aboveimage.takeover .ad:before{
	right: 0px;
	position: relative;
	content: "ANNONS";
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.05em;
	color:white;
	background-color: #191919;
	padding: 2px 5px;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.english .aboveimage.takeover .ad:before{
	content: "ADVERTISMENT";
}

.ad:before, .ad.sticky .insidead:before{
	right: 0px;
	position: relative;
	content: "ANNONS";
	display: block;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.05em;
	color:#999999;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-family: 'Poppins', sans-serif;
}
.english .ad:before, .english .ad.sticky .insidead:before{
	content: "ADVERTISMENT";	
}

.aboveimage .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;
}
.aboveimage .image {
    max-width: 90%;
	margin: 0 auto;
}

.aboveimage img{
	display: block;
	max-width:100%;
	/*max-height:80vh; - funkar inte riktigt i safari*/
	width: 100%;
	height: auto;
	object-fit: contain;
}

.aboveimage .wp-caption-text {
    background-color: white;
    padding-bottom: 8px;
}

.aboveimage.show{
	display: block;
	transform: scale(1);
}
.aboveimage.bg{
	background-color: rgba(255, 255, 255, 1);
}
.no-rgba .aboveimage.bg{
	background-color: white;
}


.aboveimage .btnstyle{
	background-color: #1a171b;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 10;
	position: relative;
	margin-bottom: 0px;
	border: solid 1px #1a171b;
}

.aboveimage .btnstyle .ins{
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	display: block;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}

.aboveimage .close:hover{
	background-color: white;
}	

.aboveimage .btnstyle:hover{
	background-color: white;
	border-color: #dadada;
}
.aboveimage .close:hover .l{
	background-color: #1a171b;
}
.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);
}




.thelatest{
	
}
.thelatest .element.artpuff.smaller{
	width: 25%;
	display: inline-block;
	float: left;
}
.thelatest .mobile_latest .element.artpuff.smaller{
	width: 100%;
}
.thelatest .element.artpuff.smaller a{
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	padding-bottom: 20px;
}
.thelatest .element.artpuff a .title_excerpt .inner h2{
	font-size: 20px;
	line-height: 26px;
	font-family: 'TiemposTextMedium', "Times New Roman", Times, serif;
	font-weight: 500;
}
.thelatest .element.artpuff a .linebottom{
	display: block;
	width: 60px;
	height: 1px;
	background-color: #d5d5d6;
	position: absolute;
	bottom: 0;
	left: 0;
}

.element.artpuff.vansterstalld .overflowhidden{
	position: absolute;
	height: 100%;
	width: 125px;
	left: 0;
	top: 0;
}
.element.artpuff.vansterstalld .title_excerpt{
	margin-top: 0;
	margin-left: 125px;
}

.vytyp-liten .element.artpuff.vansterstalld .overflowhidden{
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.vytyp-liten .element.artpuff.vansterstalld .title_excerpt{
	margin-top: 0;
	margin-left: 100px;
}


.vytyp-liten .element.artpuff.vansterstalld .title_excerpt{
	margin-left: 100px;
}
.vytyp-liten .element.artpuff.vansterstalld .title_excerpt .inner{
	background-color: transparent;
	padding-left: 10px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.vytyp-liten .element.artpuff a .title_excerpt .inner .vinjett{
	margin-bottom: 5px;
}

.relaterad_lasning .element.artpuff.fullbred.smaller.reg .overflowhidden{
	height: 100%;
	width: 100px;
	max-height: 80px;
	position: absolute;
	left: 0;
	top: 0;
}
.vytyp-kort .element.artpuff.fullbred.smaller.reg .overflowhidden{
	min-height: 360px;
}
.vytyp-kort .element.artpuff.fullbred.smaller .title_excerpt{
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}
.vytyp-kort .element.artpuff.fullbred.smaller a .title_excerpt .inner .vinjett.above{
	color: white;
}
.vytyp-kort.w4_related .element.artpuff.fullbred.smaller.reg a .title_excerpt .inner h2{
	color: white;
	font-size: 20px;
	line-height: 25px;
}
.vytyp-kort.w4_related .element.artpuff.fullbred.smaller.reg a:hover .title_excerpt .inner h2{
	
	text-decoration: underline;
	text-decoration-color: white;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
	/*
	background-image: linear-gradient(to right, white 100%, white 100%);
	*/
}

.vytyp-kort.w4_related .element.artpuff.fullbred.smaller.reg a .title_excerpt .inner .button{
	margin-top: 20px;
	border-width: 2px;
	padding: 16px 50px 14px;
}
.vytyp-kort.w4_related .element.artpuff.fullbred.smaller.reg a:hover .title_excerpt .inner .button{
	background-color: white !important;
	border-color: white !important;
	color: #1e1b1f !important;
}

.vytyp-kort .artpuff .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e1b1f+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1b1f00', endColorstr='#1e1b1f',GradientType=0 ); /* IE6-9 */
	
	opacity: 0.8;
	
	-webkit-transition : all 350ms ease-out;
  	-moz-transition : all 350ms ease-out;
  	-o-transition : all 350ms ease-out;
  	transition : all 350ms ease-out;
}
.vytyp-kort .artpuff a:hover .overlay{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e1b1f+0,000000+100&0+0,1+35 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 35%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 35%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1b1f00', endColorstr='#1e1b1f',GradientType=0 ); /* IE6-9 */
	
	
	opacity: 0.4;
}


.relaterad_lasning .element.artpuff.fullbred.smaller.reg .premium.abs{
	font-size: 10px;
	line-height: 10px;
	padding: 5px;
	padding-bottom: 3px;
	top: 10px;
}


.relaterad_lasning .element.artpuff.fullbred.smaller .title_excerpt{
	margin-left: 100px;
}
.relaterad_lasning .element.artpuff.fullbred.smaller.reg .title_excerpt .inner{
	padding: 0px;
	padding-left: 10px;
}
.w4_related.vytyp-stor .element.artpuff.fullbred.smaller.reg .title_excerpt .inner{
	padding-left: 10px;
	padding-right: 10px;
}
.w4_related.vytyp-stor, #modules .widget_w4fokus{
	padding-top: 40px;
}
.w4_related.vytyp-stor.top_list{
	padding-top: 0px;
}
.w4_related.vytyp-kort{
	padding-top: 40px;
	padding-bottom: 0px;
	background-color: #013939;
}


.relaterad_lasning .element.artpuff.fullbred.smaller a .title_excerpt .inner .vinjett.above{
	margin-bottom: 0px;
}
.relaterad_lasning .element.artpuff{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #d5d5d6;
}
.relaterad_lasning .element.artpuff.fullbred.smaller.reg a .title_excerpt .inner h2{
	font-size: 18px;
	line-height: 22px;
}



.widget_polls-widget{
	
}
.widget_polls-widget h3.widget-title{
	margin: 0;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
	margin-right: 24px;
	margin-left: 24px;
	font-weight: 700;
	font-style: italic;
	font-size: 38px;
	letter-spacing: -0.05em;
	line-height: 38px;
	position: relative;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 8px;
	text-transform: uppercase;
	background-color: #1e1b1f;
	color: white;
}
.widget_polls-widget h3.widget-title:after{
	content: "";
	bottom: -11px;
	width: 15px;
	height: 11px;
	-webkit-mask-image: url(../svg/arrow_most_read.svg);
	mask-image: url(../svg/arrow_most_read.svg);
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	z-index: 1;
	color: white;
}


.widget_polls-widget .wp-polls{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0em;
	font-weight: 400;
}
.widget_polls-widget .wp-polls p{
	margin-bottom: 20px;
}
.widget_polls-widget .wp-polls .wp-polls-form{
	
}

.widget_polls-widget .wp-polls p strong{
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
}
.widget_polls-widget .wp-polls .wp-polls-ul{
	margin-left: 24px;
	margin-bottom: 30px;
	margin-right: 24px;
}
.widget_polls-widget .wp-polls .wp-polls-ul li{
	margin-bottom: 4px;
}
.widget_polls-widget .wp-polls .wp-polls-ul li label{
	margin-left: 4px;
}
.widget_polls-widget .wp-polls .button.rounded{
	padding: 8px 25px 8px;
	font-size: 14px;
}
.widget_polls-widget .wp-polls p a{
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	padding-bottom: 2px;
	border-bottom: solid 1px #1e1b1f;
}


.widget_w4bild{
	padding-top: 40px;
}
.widget_w4bild .gridholder .inside{
	display: flex; /* equal height of the children */
	flex-flow: wrap;
}
.widget_w4bild .imageelement{
	
	margin-bottom: 20px;
	min-height: 340px;
	
}
.widget_w4bild .imageelement.half{
	width: 100%;
}
.widget_w4bild .imageelement.full{
	width: 100%;
	min-height: 420px;
}
.flow_sidebar .widget_w4bild .imageelement.full, .flow_sidebar .widget_w4bild .imageelement.half{
	min-height: 350px;
}

.widget_w4bild .imageelement a.bgimg{
	display: block;
	position: relative;
	margin: 0px 10px;
	height: 100%;

	display: flex;	
	
	-webkit-transition : all 150ms ease-out;
	-moz-transition : all 150ms ease-out;
	-o-transition : all 150ms ease-out;
	transition : all 150ms ease-out;
	
	box-shadow: 0px 0px 17px 0px transparent;
	overflow: hidden;
	
	border-radius: 5px;
}
.widget_w4bild .imageelement a.bgimg:hover{
	box-shadow: 0px 0px 17px 0px #919089
}



.widget_w4bild .imageelement a.bgimg .img{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
	
-	webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	
	-webkit-transition : all 150ms ease-out;
	-moz-transition : all 150ms ease-out;
	-o-transition : all 150ms ease-out;
	transition : all 150ms ease-out;
	
	z-index: 1;
}


.widget_w4bild .imageelement a.bgimg:hover .img{
-	webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.widget_w4bild .imageelement a.bgimg .padding{
	padding: 30px;
	padding-bottom: 55px;
	align-self: flex-end;
	position: relative;
	z-index: 2;
}

.widget_w4bild .imageelement a.bgimg .padding .vinjett{
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 15px;
	color: #faf9f7;
	display: inline-block;
}
.widget_w4bild .imageelement a.bgimg .padding h2{
	font-size: 21px;
	line-height: 27px;
	letter-spacing: 0em;
	color: #faf9f7;
	margin: 0;
	font-family: 'TiemposTextSemibold', "Times New Roman", Times, serif;
	max-width: 670px;
}
.widget_w4bild .imageelement a.bgimg .ic.arrow{
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 2;
	right: 30px;
	bottom: 30px;
	background-image: url("../svg/pil-right-vit.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}



.w4_newsletter_widget .max{
	padding-top: 50px;
	padding-bottom: 120px;
	margin: 20px;
	margin-bottom: 0px;
}
.flow_sidebar .w4_newsletter_widget .max{
	padding-top: 25px;
	padding-bottom: 25px;
}

.w4_newsletter_widget{
	background-color: #e6cc06; /* old #f4f2e9;*/
	margin-top: 60px;
}
.flow_sidebar .w4_newsletter_widget{
	margin-top: 0px;
}

.w4_newsletter_widget .left, .flow_sidebar .w4_newsletter_widget .left{
	display: inline-block;	
	float: left;
	width: 100%;
}
.w4_newsletter_widget .right, .flow_sidebar .w4_newsletter_widget .right{
	display: inline-block;	
	float: left;	
	width: 100%;
}
.thecontent .newsletter{
	padding: 40px 30px 15px;
	padding-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	/*background-color: #f9f8f2;*/ /*Bakgrundsfärgen på nyhetsbrevsshortcode i brödtexrten*/
	background-color: #e6cc06;
}
.thecontent .newsletter .holder.integritetspolicy{
	padding-bottom: 25px;
}

.w4_newsletter_widget .left h3, .w4_newsletter_widget .left .text{
	padding-left: 40px;
	padding-right: 40px;
}
.w4_newsletter_widget .right form.nlform{
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.flow_sidebar .w4_newsletter_widget .right form.nlform{
	padding-left: 30px;
	padding-right: 30px;
}
.thecontent .newsletter .right form.nlform{
	margin-top: 15px;
}



.w4_newsletter_widget .left h3, .thecontent .newsletter .left h3, .page .thecontent .newsletter .left h3{
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 5px;
	font-weight: 500;
	letter-spacing: -0.01em;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}
.thecontent .newsletter .left h3{
	font-size: 20px;
	line-height: 24px;
	display: block;
}
.w4_newsletter_widget .left .text, .thecontent .newsletter .left .text{
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: 0em;	
	font-family: 'Poppins', sans-serif;
	text-align: center;
}
.thecontent .newsletter .left .text{
	font-size: 16px;
	line-height: 18px;
	display: inline;
}

.desktop_latest{
	display: none;
}


.flow_sidebar .ad{
	padding-top: 10px;
	/*margin-bottom: 20px;*/
	max-width: 320px;
}
.flow_sidebar .ad.sticky{
	max-width: 100%;
}
.flow_sidebar .ad.sticky .insidead{
	max-width: 320px;
}

.flow_sidebar .ad{
	display: none;
}
.flow_sidebar .ad.mobile{
	display: inline-block;
}

.flow_sidebar .widget{
	margin-bottom: 20px;
}
.flow_sidebar .widget.widget_w4bild{
	padding-top: 0px;
}

.flow_sidebar .w4_related{
	margin-left: 0px;
	margin-right: 0px;
}
.flow_sidebar .widget_w4nativeadwidget{
	margin-left: 5px;
	margin-right: 5px;
}

.flow_sidebar .gridholder, .flow_sidebar .gridholder.morewide{
	width: 100%;
}


.w4_most_read{
	
}
.w4_most_read h3.widget-title{
	margin: 0;
	margin-right: 24px;
	margin-left: 24px;
	font-weight: 700;
	font-style: italic;
	font-size: 38px;
	letter-spacing: -0.05em;
	line-height: 38px;
	position: relative;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 8px;
	text-transform: uppercase;
	margin-bottom: -26px;
}
.w4_most_read h3.widget-title .line{
	position: absolute;
	bottom: -2px;
	height: 1px;
	width: 100%;
	left: 0;
}
.w4_most_read h3.widget-title .arr{
	bottom: -11px;
	width: 15px;
	height: 11px;
	
	
	
	-webkit-mask-image: url(../svg/arrow_most_read.svg);
    mask-image: url(../svg/arrow_most_read.svg);

    -webkit-mask-position: center center;    
    mask-position: center center;
    
	-webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
	

	position: absolute;
	left: 50%;
	margin-left: -7px;
	z-index: 1;
}
.w4_most_read .list{
	
}
.w4_most_read .list .item{
	
}
.w4_most_read .list .item a{
	display: block;
	background-color: white;
	border: solid 1px transparent;
	padding: 15px 30px 20px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom-color: #f9f8f2;
}
.w4_most_read .list .item:first-child a{
	padding-top: 50px;
}

.w4_most_read .list .item a:hover{
	margin-left: 0;
	margin-right: 0;
	padding-left: 35px;
	padding-right: 35px;
	border-color: #d5d5d6;
}
.w4_most_read .list .item a .nr{
	position: absolute;
	left: 0;
	top: 5px;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	color: #1e1b1f;
}
.w4_most_read .list .item a .puff{
	position: relative;
	padding-left: 50px;
	
}
.w4_most_read .list .item a .puff .vinjett{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	font-weight: 700;
	display: block;
}
.w4_most_read .list .item a .puff .title{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0em;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}




.w4_most_read h3.widget-title .small{
	font-size: 18px;
	line-height: 19px;
	letter-spacing: 0em;
	display: inline-block;
	position: relative;
	top: 3px;
}



/*ADS*/
.ad{
	text-align: center;
	display: inline-block;
}
.ad.panorama{
	display: none;
}
.ad.panorama.mobile{
	display: inline-block;
}


.ad.sticky.fixed{
	position: fixed;
	top: 0px;
	display: block;
	margin-left: 0px;
}
.ad.sticky:before{
	display: none;
}
.ad.sticky .insidead{
	display: inline-block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.ad.panorama{
	margin-top: 5px;
}
.ad img{
	max-width: 100%;
	height: auto;
}
.entry-content .ad{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	clear: both;
}
.entry-content .ad{
	display: none;
	max-width: 320px;
}
.entry-content .ad.mobile{
	display: inline-block;
	
}


h1.archive_hl, h2.archive_hl{
	display: inline-block;
	margin: 0;
	
	font-size: 20px;
	line-height: 22px;
	
	letter-spacing: -0.01em;
	font-weight: 500;
	color: #af183e;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.post-type-archive-sponsored_content h1.archive_hl, .post-type-archive-sponsored_content h2.archive_hl{
	color: #44a088;
}

.text_archive{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0em;
}
.text_archive p{
	margin: 0;
	margin-bottom: 20px;
}
.text_archive a{
	font-weight: 500;
	border-bottom: solid 1px #1e1b1f;
}

/*HUVUDFLÖDET*/
.huvudflodet{
	margin-bottom: 0px;
}
.huvudartikeln{
	margin-bottom: 20px;
}
.huvudflodet > .gridholder, .huvudartikeln{
	background-color: #efeee8;
	display: block; /*KAnske felsök. För att få höjden på det vita så att det går över hela - notest*/
	border-top: solid 1px #d6d4c0;
}
.huvudartikeln{
	border-top-style: none;
}

.page .huvudartikeln, .error404 .huvudartikeln{
	background-color: transparent;
	border-style: none;
}
.page .huvudartikeln .left_art .insideart, .error404 .huvudartikeln .left_art .insideart{
	border-style: none;
}


.huvudflodet .flow, .huvudartikeln .left_art{
	width: 100%;
	display: inline-block;
	float: left;
	background-color: #f4f2e9;
	position: relative;
}
.huvudartikeln .left_art{
	position: inherit; /*SQUIG*/
}

.huvudflodet .buttonholder{
	position: relative;
	left: 0;
	bottom: 0px;
	width: 100%;
	padding-top: 15px;
	margin-bottom: 50px;
}
.huvudartikeln .maskingtejp{
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 10px;
}
.huvudflodet .flow .insideflow{
	padding-right: 0px;
	padding-top: 20px;
}
.huvudflodet .flow .insideflow .linediv{
	height: 1px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	background-color: #d6d4c0;
}

.huvudflodet .flow .insideflow .linediv.lastline{
	margin-bottom: 0;
}
.huvudflodet .flow .insideflow .linediv.adline{
	margin-left: 10px;
	margin-right: 10px;
}

.insideflow .ad{
	margin-bottom: 20px;
}

.huvudflodet .flow_sidebar, .huvudartikeln .flow_sidebar{
	width: 100%;
	display: inline-block;
	float: left;	
}
.huvudartikeln .flow_sidebar{
	position: relative;
	z-index: 2;
	background-color: #efeee8;
}
.huvudflodet .flow_sidebar .insideflow, .huvudartikeln .flow_sidebar .insideflow{
	margin: 0;
}

.insideflow .hide_shade.bottom{
	top: inherit;
	bottom: -5px;
}


.element.artpuff.vansterstalld.partnermedia .title_excerpt .inner, .element.artpuff.fullbred.partnermedia .title_excerpt .inner, .element.artpuff.partnermedia .title_excerpt .inner{
	background-color: #fffef3;
}
.flow_sidebar .element.artpuff.fullbred.smaller.partnermedia .title_excerpt{
	background-color: #fffef3;
	padding-left: 17px;
	padding-right: 21px;
}
.flow_sidebar .widget_w4nativeadwidget .element.artpuff{
	margin-bottom: 0px;
}

.element.artpuff.vansterstalld.partnermedia .title_excerpt .inner{
	padding-top: 10px;
	padding-bottom: 10px;
}


.element.artpuff{
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
	display: block;
}

.element.artpuff.smaller{
	margin-right: 0;
	margin-left: 0;
}
.owl-carousel .element.artpuff.smaller a{
	margin-left: 0px;
	margin-right: 10px;
}


	

.element.artpuff a{
	position: relative;
	display: block;
}
.element.artpuff.vansterstalld a{	
	-webkit-box-shadow: 0px 0px 17px 0px #f9f8f2; 
	box-shadow: 0px 0px 17px 0px #f9f8f2;
	-webkit-transition : -webkit-box-shadow 150ms ease-out;
	transition : box-shadow 150ms ease-out;
}
.element.artpuff.vansterstalld a:hover{	
	-webkit-box-shadow: 0px 0px 17px 0px #DDDCD6; 
	box-shadow: 0px 0px 17px 0px #DDDCD6;
}

.flow_sidebar .element.artpuff.vansterstalld a{	
	-webkit-box-shadow: 0px 0px 17px 0px #efeee8; 
	box-shadow: 0px 0px 17px 0px #efeee8;
	-webkit-transition : -webkit-box-shadow 150ms ease-out;
	transition : box-shadow 150ms ease-out;
}
.flow_sidebar .element.artpuff.vansterstalld a:hover{	
	-webkit-box-shadow: 0px 0px 17px 0px #DDDCD6; 
	box-shadow: 0px 0px 17px 0px #DDDCD6;
}




.flow .element.artpuff.fullbred.mainp > a .title_excerpt .inner{
	-webkit-box-shadow: 0px 0px 0px 0px #DDDCD6; 
	box-shadow: 0px 0px 0px 0px #DDDCD6;
}
.flow .element.artpuff.fullbred.mainp > a:hover .title_excerpt .inner{
	-webkit-box-shadow: 0px 0px 17px 0px #DDDCD6; 
	box-shadow: 0px 0px 17px 0px #DDDCD6;
}


.element.artpuff .overflowhidden{
	display: block;
	width: 100%;
	position: relative;
	height: 190px;	
	overflow: hidden;
	border-radius: 5px;
}
.element.artpuff.specplatsannons .overflowhidden{
	height: auto;
}
.element.artpuff .overflowhidden .imageholder{
	background-image: url("../svg/temploader.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.element.artpuff.specplatsannons .overflowhidden .imageholder{
	position: relative;
}
.element.artpuff.event .overflowhidden .imageholder{
	background-color: gray;
	background-blend-mode: soft-light;
}


.element.artpuff .overflowhidden .imageholder.b-loaded{
	background-image: none;
	background-size: cover;		
}
a .overflowhidden .imageholder{
	-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);
}

a:hover .overflowhidden .imageholder{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.vytyp-liten .element.artpuff.vansterstalld a:hover .overflowhidden .imageholder,
.relaterad_lasning .element.artpuff.fullbred.smaller.reg a:hover .overflowhidden .imageholder{
	-webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.vytyp-kort .element.artpuff a:hover .overflowhidden .imageholder{
	-webkit-transform: scale(1.17);
	-moz-transform: scale(1.17);
	-ms-transform: scale(1.17);
	-o-transform: scale(1.17);
	transform: scale(1.17);
}

.element.artpuff.fullbred .title_excerpt{
	margin-top: -30px;
	position: relative;
	z-index: 1;
}	
.element.artpuff.vansterstalld.specplatsannons .title_excerpt{
	margin-top: 0;
}
.element.artpuff.fullbred.smaller .title_excerpt{
	margin-top: 0;
}




.element.artpuff.fullbred.smaller.event .title_excerpt{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    outline: 1px solid white;
	outline-offset: -9px;;
}
.element.artpuff.fullbred.smaller.event .title_excerpt .table{

}
.element.artpuff.fullbred.smaller.event .title_excerpt .inner{
	background: none;
	text-align: center;
	color: white;
}
.element.artpuff.fullbred.smaller.event .title_excerpt .inner .eventinfo{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
.element.artpuff.fullbred.smaller.event .title_excerpt .inner .eventinfo span{
	display: block;
}


.element.artpuff.fullbred.smaller.chin .title_excerpt{
	margin-top: -30px;
}
.element.artpuff.fullbred.smaller a .title_excerpt .inner .vinjett.above{
	font-family: 'Poppins', sans-serif;
	display: block;
	margin-bottom: 5px;
}

.element.artpuff.vansterstalld .title_excerpt .inner,
.element.artpuff.fullbred .title_excerpt .inner{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-top: 13px;
}

.element.artpuff.vansterstalld .title_excerpt .inner{
	background-color: rgba(255, 255, 255, 0):
	-webkit-transition : background 150ms ease-out;
	-moz-transition : background 150ms ease-out;
	-o-transition : background 150ms ease-out;
	transition : background 150ms ease-out;
	margin-left: 0;
	margin-right: 0;
}
.element.artpuff.vansterstalld.nativepuff a .title_excerpt .inner{
	background-color: rgba(1,145,145,0.08);
}

.element.artpuff.vansterstalld a:hover .title_excerpt .inner{
	background-color: rgba(255, 255, 255, 1);
}

.element.artpuff.fullbred .title_excerpt .inner{
	-webkit-transition : all 150ms ease-out;
	-moz-transition : all 150ms ease-out;
	-o-transition : all 150ms ease-out;
	transition : all 150ms ease-out;
	
	background-color: #f9f8f2;
}
.element.artpuff.fullbred.nativepuff .title_excerpt .inner{
	background-color: #e7f0eb;
}

.element.artpuff.fullbred a:hover .title_excerpt .inner{
	background-color: white;
}




.flow .element.event.inactivevent{
	opacity: 0.2;
}

.flow .element.artpuff.fullbred.mainp > a .title_excerpt .inner{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
}

.flow .element.artpuff{
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.flow .element.artpuff .lline_bl{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background-color: gray;
	z-index: 2;
}
.flow .element.artpuff .lline_bl .mask{
	width: 100%;
	background-color: white;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.element.artpuff.fullbred.smaller.chin .title_excerpt .inner{
	margin-left: 10px;
	margin-right: 10px;
}
.element.artpuff.fullbred.smaller.reg .title_excerpt .inner{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background: none;
}

.element.artpuff a .title_excerpt .inner{
	
}
.element.artpuff a .title_excerpt .inner .vinjett{
	font-size: 13px;
	line-height: 13px;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
	color: #af183e;
}

.flow_sidebar .element.artpuff a .title_excerpt .inner .vinjett{
	font-size: 13px;
	line-height: 13px;
}

.element.artpuff.nativepuff a .title_excerpt .inner .vinjett{
	color: #44a088;
}
.vinjett .thin{
	font-weight: 400;
}
.vinjett .fat{
	font-weight: 600;
}


.element.artpuff.ontop a .title_excerpt .inner .vinjett{
	color: white;
}

.element.artpuff a .title_excerpt .inner .vinjett .spons{
	color: #1e1b1f;
}


.nicelink .element.artpuff a .title_excerpt .inner .vinjett{
	font-size: 13px;
	line-height: 15px;
}

.element.artpuff.fullbred a .title_excerpt .inner .vinjett{
	display: block;
	margin-bottom: 10px;
}


.element.artpuff a .title_excerpt .inner h2{
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	letter-spacing: 0em;
	margin-bottom: 10px;
	color: #1e1b1f;
	font-family: 'TiemposTextMedium', "Times New Roman", Times, serif;
	font-weight: 500;
	word-break: break-word;
	
	display: inline;
	
	/*Fix för att rubriken hamnar under prenumum*/
	z-index: 3;
	position: relative;
	
	/*
	background-image: linear-gradient(to right, transparent 100%, transparent 100%);
	background-position: 0 1.20em;
	background-repeat: repeat-x;
	background-size: 6px 2px;
	
	-webkit-transition : background-image 150ms ease-out;
	-moz-transition : background-image 150ms ease-out;
	-o-transition : background-image 150ms ease-out;
	transition : background-image 150ms ease-out;
	*/
}
.element.artpuff a:hover .title_excerpt .inner h2{
	text-decoration: underline;
	text-decoration-color: #019191;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
	/*
	background-image: linear-gradient(to right, #019191 100%, transparent 100%);
	*/
}
.element.artpuff.ontop a:hover .title_excerpt .inner h2{
	
	text-decoration: underline;
	text-decoration-color: white;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
	/*background-image: linear-gradient(to right, white 100%, transparent 100%);*/
}

.element.artpuff.fullbred a .title_excerpt .inner h2, .element.artpuff.ontop a .title_excerpt .inner h2{
	font-size: 28px;
	line-height: 32px;
}


.element.artpuff.fullbred.smaller.event a .title_excerpt .inner h2{
	font-size: 25px;
	line-height: 27px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: white;
}

.element.artpuff.fullbred.smaller.reg a .title_excerpt .inner h2, .element.artpuff.vansterstalld.smaller.reg a .title_excerpt .inner h2,
.element.artpuff.smaller.reg a .title_excerpt .inner h2{
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	font-family: 'TiemposTextMedium', "Times New Roman", Times, serif;
}
.w4_related .element.artpuff.fullbred.smaller.reg a .title_excerpt .inner h2{
	font-size: 21px;
	line-height: 24px;
}


.nicelink .element.artpuff.fullbred.smaller.reg a .title_excerpt .inner h2{
	font-size: 17px;
	line-height: 19px;
	font-weight: 500;
	font-family: 'TiemposTextMedium', "Times New Roman", Times, serif;
}


.element.artpuff.fullbred.smaller.chin a .title_excerpt .inner h2{
	font-size: 18px;
	line-height: 22px;
}

.element.artpuff a .title_excerpt .inner .pufftext{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0em;
	font-weight: 400;
	margin-bottom: 10px;
	display: none;
}


.element.artpuff.ontop a.ontoplink{
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
}
.element.artpuff.ontop a.ontoplink .title_excerpt{
	position: relative;
	z-index: 2;
	padding: 80px 30px 20px 30px;
	margin-top: 160px;
	display: inline-block;
}
.element.artpuff.ontop a.ontoplink .shade{
	width: 100%;
	height: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e1b1f+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1b1f00', endColorstr='#1e1b1f',GradientType=0 ); /* IE6-9 */
}

.element.artpuff.ontop a.ontoplink .title_excerpt .inner h2,
.element.artpuff.ontop a.ontoplink .title_excerpt .inner .pufftext{
	color: white;
}


.artpuff.artpuffspec > a, .artpuff.artpuffspec .thel > a{
	padding-top: 0;
	padding-bottom: 0;
}
.artpuffspec{
	position: relative;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.artpuffspec.artpuff{
	margin-bottom: 0;
	margin-left: 0;
}

.artpuffspec .floatleft{
	display: block;
	float: none;
}
.artpuffspec .floatleft.left{
	height: 280px;
	position: relative;
	margin-left: 0;
	width: 100%;
	overflow: hidden;
}
.artpuffspec .floatleft.left .bgimg{
	background-image: url("../svg/temploader.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px 80px;
	
	height: 100%;
	width: 100%;
	
	
	border-radius: 5px;
	
	
	-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);
}
.artpuffspec .floatleft.left .bgimg.b-loaded{
	background-size: cover;
}

.artpuffspec:hover .floatleft.left .bgimg{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.artpuffspec .floatleft.right{
	width: 100%;
	float: none;
	display: block;
	position: relative;
	height: auto;
	margin-left: 0%;
	word-break: break-word;
}
.artpuffspec .floatleft.right .padding{
	background-color: #013939;
	padding: 30px 15px 30px 15px;
	margin-top: -45px;
	margin-left: 10px;
	margin-right: 10px;
}
.artpuffspec a:hover .floatleft.right .padding, a.artpuffspec:hover .floatleft.right .padding{
	background-color: #013939;
}


.artpuffspec .floatleft.right .padding .vinjett{
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0em;
	color: white;
	display: block;
	margin-bottom: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.artpuffspec .floatleft.right .padding h2{
	font-weight: 500;
	font-size: 30px;
	line-height: 33px;
	letter-spacing: 0em;
	margin: 0;
	color: white;
	margin-bottom: 0px;
	font-family: 'TiemposTextMedium', "Times New Roman", Times, serif;
	display: inline;
	word-wrap: break-word;
	/*
	background-image: linear-gradient(to right, transparent 100%, transparent 100%);
	background-position: 0 1.20em;
	background-repeat: repeat-x;
	background-size: 6px 2px;
	*/
}
.artpuffspec:hover .floatleft.right .padding h2{
	text-decoration-thickness: 2px;
	text-decoration: underline;
	text-decoration-color: white;
	text-underline-offset: 7px;
	/*background-image: linear-gradient(to right, white 100%, white 100%);*/
}


.artpuffspec .floatleft.right .padding .excerpt, .artpuffspec .floatleft.right .padding .pufftext{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0em;
	font-weight: 400;
	color: white;
	margin-top: 10px;
}
.artpuffspec .floatleft.right .padding .excerpt, .artpuffspec .floatleft.right .padding .pufftext{
	display: none;
}







/*CONTENT*/
.thecontent{
	padding-top: 40px;
}
.thecontent .article_footer .taggar{
	margin-bottom: 30px;
	text-align: left;
}
.thecontent .article_footer .taggar a{
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.05em;
	border: solid 1px #d7d7d8;
	padding: 8px 8px 8px 13px;
	border-radius: 2px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	float: left;
}
.thecontent .article_footer .taggar a:hover{
	border-color: white;
}
.thecontent .article_footer .taggar a:hover .follow, .thecontent .article_footer .taggar a:hover .hilgthcol{
	color: white;
}


.thecontent .article_footer .taggar a .follow{
	color: #999999;
	margin-left: 5px;
}
.thecontent .article_footer .taggar a .follow .plus{
	position: relative;
	font-size: 20px;
	top: 2px;
}



	

.thecontent .entry-content .related_posts{
	margin-top: 60px;
	margin-bottom: 20px;
}
.thecontent .entry-content .related_posts h3{
	margin: 0;
	font-weight: 500;
	font-size: 	13px;
	line-height: 14px;
	letter-spacing: 0em;
	margin-bottom: 10px;
}
.thecontent .entry-content .related_posts a{
	display: block;
	padding: 10px 0px;
	position: relative;
	padding-right: 25px;
	border-bottom: solid 1px #d6d4c0;
} 
.thecontent .entry-content .related_posts a:last-of-type{
	border-bottom-style: none;
}

.thecontent .entry-content .related_posts a .title{
	font-size: 15px;
	line-height: 18px;
	font-family: 'TiemposTextMedium', "Times New Roman", Times, serif;
	font-weight: 500;
}
.thecontent .entry-content .related_posts a .arr{
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url("../svg/pil-right-black.svg");
	background-position: center center;
	background-size: cover;
	top: 50%;
	margin-top: -5px;
	right: 0;
}
.thecontent .entry-content .related_posts a:hover{
	color: #1e1b1f;
}
.thecontent .entry-content .related_posts a:hover .arr{
	background-image: url("../svg/pil-right-green.svg");
}


.thecontent .entry-content a{
	border-bottom: solid 2px #af183e;
	padding-bottom: 0px;
}
.thecontent .entry-content .p1-section a{
	border-bottom-color: #019191;
}
.thecontent .entry-content .p1-section a:hover{
	border-bottom-color: #019191;
	color: #019191;
}

.thecontent .entry-content a:hover{
	color: #af183e;
}
.thecontent .entry-content .factbox a{
	border-bottom-style: none;
	padding-bottom: 0px;
	text-decoration: underline;
	text-decoration-color: #af183e;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}
.thecontent .entry-content .factbox a:hover{
	color: #af183e;
}

.thecontent .entry-content .published_in{
	font-family: 'Poppins', sans-serif;t
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0em;
	font-weight: 400;
	margin-bottom: 30px;
}
.thecontent .entry-content .published_in strong{
	font-weight: 500;
}
.thecontent .entry-content .published_in a{
	font-weight: 500;
	border-bottom: solid 2px #1e1b1f;
	padding-bottom: 2px;
}
.thecontent .entry-content .published_in a:hover{
	color: #af183e;
	border-bottom-color: #af183e;
}


/*servicepack 1*/
.thecontent .entry-content .list_of_more_articles{
	text-align: left;
}
.thecontent .entry-content .list_of_more_articles .hl_sec{
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.thecontent .entry-content .list_of_more_articles .element.artpuff{
	margin-right: 0;
}
.thecontent .entry-content .list_of_more_articles .element a{
	border-style: none;
	font-family: 'Poppins', sans-serif;
}
.thecontent .entry-content .list_of_more_articles .element a:hover{
	color: #1e1b1f;
}


.thecontent .entry-content .slideshow{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	width: auto;
}
	

.thecontent .nicelink{
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #dedbc6;
	border-radius: 5px;
}
.thecontent .nicelink .element.artpuff.smaller{
	margin: 0;	
	padding: 0;
}
.thecontent .nicelink .element.artpuff a{
	border-style: none;
	display: block;
}
.thecontent .nicelink .element.artpuff.fullbred.smaller a .overflowhidden{
	position: absolute;
	right: 0;
	top: 0;
	width: 135px;
	height: 100%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.thecontent .nicelink .element.artpuff.fullbred.smaller .title_excerpt{
	margin-right: 135px;
	display: block;
}
.thecontent .nicelink .element.artpuff.fullbred.smaller .title_excerpt .inner{
	padding: 20px 20px;
}

.thecontent .hl_ingress_share{
	width: 100%;
}
.thecontent .hl_ingress_share h1.maintitle, .thecontent .entry-content p.ingress, .thecontent .hl_ingress_share .share_and_pub_auth, .thecontent .hl_ingress_share .vinjett{
	margin-left: 20px;
	margin-right: 20px;
}
.thecontent .hl_ingress_share h1.maintitle, .thecontent.archive .entry-content h1.maintitle{
	margin-top: 0;
	font-weight: 500;
	font-family: 'TiemposTextMedium', "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 15px;
	letter-spacing: 0em;
}
.page .thecontent .hl_ingress_share h1.maintitle, .error404 .thecontent .hl_ingress_share h1.maintitle{
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}


.thecontent .entry-content p.ingress{
	font-size: 16px;
	line-height: 22px;
	font-family: 'TiemposTextMedium', "Times New Roman", Times, serif;
	margin-bottom: 20px;
	letter-spacing: 0;
	font-weight: 500;
}
.page .thecontent .entry-content p.ingress, .error404 .thecontent .entry-content p.ingress{
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.thecontent .hl_ingress_share .vinjett{
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 10px;
	letter-spacing: 0em;
	color: #af183e;
}
.sponsored_content .thecontent .hl_ingress_share .vinjett{
	color: #44a088;
}

.thecontent .hl_ingress_share .share_and_pub_auth{
	margin-bottom: 20px;
}


.share_single_bottom{
	display: block;
	clear: both;
	margin-top: 10px;
}
.page .share_and_pub_auth{
	text-align: center;
}
.page .share_single_bottom{
	float: none;
	display: inline-block;
	margin-top: 0px;
}

.share_single_bottom .icons{
	display: inline-block;
	margin-top: 2px;
}
.thecontent .entry-content .share_single_bottom .moreicon{
	display: inline-block;
	border-style: none;
	margin-right: 5px;
	padding: 4px;
}
.share_single_bottom .moreicon .icon{
	width: 17px;
	height: 15px;
	display: block;
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.share_single_bottom .moreicon .text{
	display: none;
}

.share_single_bottom .moreicon.twitter .icon{
	background-image: url("../svg/twitter_x_black.svg");
	position: relative;
  	top: 1px;
  	height: 17px;
}
.share_single_bottom .moreicon.facebook .icon{
	background-image: url("../svg/facebook-black.svg");
}
.share_single_bottom .moreicon.linkedin .icon{
	background-image: url("../svg/linkedin-black.svg");
}
.share_single_bottom .moreicon.twitter:hover .icon{
	background-image: url("../svg/twitter_x_red.svg");
}
.share_single_bottom .moreicon.facebook:hover .icon{
	background-image: url("../svg/facebook-red.svg");
}
.share_single_bottom .moreicon.linkedin:hover .icon{
	background-image: url("../svg/linkedin-red.svg");
}



.share_and_pub_auth .pub_text, .thecontent .entry-content .share_and_pub_auth .pub_text, .share_and_pub_auth .share_single_bottom .sharetext{
	display: inline-block;
	float: left;
	margin-left: 0px;
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.thecontent .entry-content .share_and_pub_auth .pub_text{
	float: none;
}


.share_and_pub_auth .pub_text .published, .share_and_pub_auth .share_single_bottom .sharetext{
	margin-right: 0px;
	display: inline-block;
	float: left;
	margin-top: 8px;
	letter-spacing: 0em;
}
.share_and_pub_auth .pub_text .text_by{
	display: inline-block;
	margin-top: 8px;
	margin-left: 20px;
}
.share_and_pub_auth .pub_text .text_by .thin{
	font-weight: 400;
	color: #999;
}
.share_and_pub_auth .pub_text .text_by .authorbyline{
	
}
.share_and_pub_auth .pub_text .text_by .authorbyline .text{
	
}
.share_and_pub_auth .pub_text .text_by .authorbyline .text a{
	padding-bottom: 2px;
	border-bottom: solid 2px #1e1b1f;
}
.share_and_pub_auth .pub_text .text_by .authorbyline .text a:hover{
	color: #af183e;
	border-bottom-color: #af183e;
}

.thecontent .huvudartikeln .image{
	position: relative;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
.thecontent .huvudartikeln .image .imgdescription, .thecontent .image.fullwide .imgdescription{
	position: relative;
	bottom: 0px;
	right: 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	color: #666666;
	font-weight: 500;
}
.thecontent .huvudartikeln .image img{
	max-width: 100%;
	height: auto;
	width: 100%;
	border-radius: 5px;
}

.thecontent .entry-content figure p{
	margin: 0;
}

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


.thecontent .entry-content, .thecontent .locked_holder{
	color: #1e1b1f;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.01em;
	font-weight: 400;
	font-family: 'TiemposTextRegular', "Times New Roman", Times, serif;
}

.page .thecontent .entry-content, .page .thecontent .locked_holder, .error404 .thecontent .entry-content{
	font-family: 'Poppins', sans-serif;
}

/*Servicepack 1*/
.thecontent.archive .entry-content{
	margin-left: 10px;
	margin-right: 10px;
}
.right_prenumeration_info{
	
}

.right_prenumeration_info .padding{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;	
}
.right_prenumeration_info .padding .text{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	max-width: 400px;
	display: inline-block;
}


.thecontent .p1style .entry-content{
	font-family: 'Poppins', sans-serif;
}

.thecontent .p1style .entry-content p.info{
	font-size: 14px;
	line-height: 20px;
}

.thecontent .p1style .entry-content .p1-section{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 1px #d6d6d6;
}

.thecontent .p1style .entry-content h2{
	margin-left: 0;
	margin-right: 0;
	font-size: 24px;
	line-height: 26px;
}
.thecontent .p1style .entry-content h2 .icon{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	position: relative;
	top: 5px;
	
}

.thecontent .p1style .entry-content h2 .icon.login{
	stroke: red;
}

.thecontent .p1style .entry-content h2 .icon.register .svgregistercolor{
	fill: red;
}


.thecontent .p1style .entry-content .p1-field{
	border: 2px solid #b8b8b8;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #1e1b1f;
	border-radius: 0;
	padding: 16px;
	padding-bottom: 12px;
	letter-spacing: 0;
}

.thecontent .p1style .entry-content .p1-field:active, .thecontent .p1style .entry-content .p1-field:focus{
	border: 2px solid #989898;
}

.thecontent .p1style .entry-content .p1-field::-webkit-input-placeholder{
	color: #8d8d8d;
}
.thecontent .p1style .entry-content .p1-field::-moz-placeholder{
	color: #8d8d8d;	
}

.thecontent .p1style .entry-content .p1-field:-ms-input-placeholder{
	color: #8d8d8d;	
}

.thecontent .p1style .entry-content .button{
	background-color: transparent;
	border: solid 2px #1e1b1f;
	border-radius: 40px;
	min-width: 240px;
	margin-bottom: 20px;
	color: #1e1b1f;
	font-weight: 600;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
.thecontent .p1style .entry-content .button:hover{
	border: solid 2px #1e1b1f;
	background-color: #1e1b1f;
	color: white;
}
.p1-section a{
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 2px;
}


.thecontent .entry-content .alignright{
	margin-right: 10px;
}

.platsannons .thecontent .entry-content .platsfact .alignright{
	margin-right: 0;
	float: none;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
}


.login_functionality .notoken{
	font-weight: 500;
	color: #ff0000;
	
	font-size: 14px;
	line-height: 20px;
	
	padding-bottom: 20px;
}

.login_functionality .error{
	font-weight: 500;
	color: #ff0000;
	
	font-size: 14px;
	line-height: 20px;	
	padding-bottom: 20px;
}
.login_functionality .success{
	font-weight: 500;
	color: green;
	
	font-size: 14px;
	line-height: 20px;
	
	padding-bottom: 20px;
}

.login_functionality .message-placeholder{
	
}


.thecontent .entry-content .alignleft{
	margin-left: 10px;
}
.thecontent .entry-content .premiumcontent > p,
.thecontent .entry-content .lockedpart > p,
.thecontent .entry-content .exmarg,
.thecontent .entry-content .wpcf7-form,
.thecontent .entry-content blockquote,
.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 .login_functionality{
	margin-left: 20px;
	margin-right: 20px;
}

.page .thecontent .entry-content .login_functionality h2,
.page .thecontent .entry-content .login_functionality h3,
.page .thecontent .entry-content .login_functionality p{
	margin-left: 0;
	margin-right: 0;
}


.thecontent .entry-content ul li h1,
.thecontent .entry-content ul li h2,
.thecontent .entry-content ul li h3,
.thecontent .entry-content ul li h4,
.thecontent .entry-content ul li h5,
.thecontent .entry-content ul li h6,
.thecontent .entry-content ul li h7,
.thecontent .entry-content ul li h8,
.thecontent .entry-content ul li p,
.page .thecontent .entry-content ul li h1,
.page .thecontent .entry-content ul li h2,
.page .thecontent .entry-content ul li h3,
.page .thecontent .entry-content ul li h4,
.page .thecontent .entry-content ul li h5,
.page .thecontent .entry-content ul li h6,
.page .thecontent .entry-content ul li h7,
.page .thecontent .entry-content ul li h8,
.page .thecontent .entry-content ul li p{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;	   
}
.thecontent .entry-content blockquote h1,
.thecontent .entry-content blockquote h2,
.thecontent .entry-content blockquote h3,
.page .thecontent .entry-content blockquote h1,
.page .thecontent .entry-content blockquote h2,
.page .thecontent .entry-content blockquote h3{
	margin-left: 20px;
}


.thecontent.archive .entry-content > p,
.thecontent.archive .entry-content .lockedpart > p,
.thecontent.archive .entry-content .exmarg,
.thecontent.archive .entry-content .wpcf7-form,
.thecontent.archive .entry-content blockquote,
.thecontent.archive .entry-content ul,
.thecontent.archive .entry-content ol,
.thecontent.archive .entry-content h1,
.thecontent.archive .entry-content h2,
.thecontent.archive .entry-content h3,
.thecontent.archive .entry-content h4,
.thecontent.archive .entry-content h5,
.thecontent.archive .entry-content h6,
.thecontent.archive .entry-content h7,
.thecontent.archive .entry-content h8,
.thecontent.archive .entry-content .login_functionality{
	margin-left: 0px;
	margin-right: 30px;
}
.thecontent.archive{
	padding-top: 0px;
}
.thecontent.archive img.logo_comp{
	max-width: 100% !important;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


.full_b_text{
	position: absolute;
	left: 0;
	transform: rotate(-25deg);
	top: 20px;
	text-align: center;
	z-index: 1;
}
.full_b_text .ins{
	background-color: white;
	color: #1e1b1f;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	padding: 10px;
	display: block;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}





.thecontent .entry-content strong, .thecontent .entry-content b{
	font-family: 'TiemposTextMedium', "Times New Roman", Times, serif;
	font-weight: 500;
}
.page .thecontent .entry-content strong, .page .thecontent .entry-content b, .error404 .thecontent .entry-content strong, .error404 .thecontent .entry-content b{
	font-family: 'Poppins', sans-serif;
}

.thecontent .entry-content ul, .thecontent .entry-content ol, .thecontent .locked_holder ol{
	list-style: none;
	margin-left: 20px;
}


.thecontent .entry-content ol, .thecontent .locked_holder ol{
	counter-reset: item;
}

.thecontent .entry-content ol li, .thecontent .locked_holder ol li span{
	padding-left: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}
.thecontent .locked_holder ol li{
	display: block;
}

.thecontent .entry-content ol li:before, .thecontent .locked_holder ol li span:before{
    content: counter(item, decimal)'.';
	counter-increment: item;
	display: block;
	float: left;
	margin-left: 0px;
	position: inherit;
	top: 0px;
	font-size: 18px;
	line-height: 20px;
	font-family: 'TiemposTextMedium', "Times New Roman", Times, serif;
	position: relative;	
	text-align: center;
	margin-left: -30px;
	font-weight: 500;	
	color: #af183e;
}

.thecontent .entry-content ul li, .thecontent .locked_holder ul li span{
    padding-left: 40px;
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 20px;
}
.thecontent .locked_holder ul li span{
	display: inline-block;
	margin-bottom: 0px;
	padding-left: 0px;
}
.thecontent .locked_holder ul{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin-left: 0;
	margin-right: 0;
}
.page .thecontent .entry-content .locked_holder ul{
	margin-left: 0;
	margin-right: 0;
}

.thecontent .locked_holder ul li{
	display: block;
}

.thecontent .entry-content ul li:before, .thecontent .locked_holder ul li span:before{
	position: relative;
	content: " ";
	border: solid 2px #af183e;
	border-radius: 50%;
	display: block;
	width: 10px;
	height: 10px;
	margin-left: -30px;
	float: left;
	top: 4px;
}
.thecontent .entry-content ul.largercheck li:before{
	width: 25px;
	height: 25px;
	background-color: #af183e;
	background-image: url("../svg/check-white.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	margin-left: -40px;
}
.thecontent .entry-content ul.arrowlist li:before{
	width: 20px;
	height: 24px;
	border-style: none;
	background-image: url("../svg/pil-right-red.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: -3px;
}

.thecontent .entry-content .locked_holder ul li{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 10px;
}
.thecontent .entry-content .locked_holder ul li:before{
	display: none;
}

.thecontent .locked_holder ul li span:before{
	width: 18px;
	height: 18px;
	margin-left: 0px;
	border-style: none;
	background-image: url("../svg/check-green.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-radius: 0;
	margin-right: 5px;
}

.thecontent .entry-content ul.wp-polls-ul li:before{
	display: none;
}


.entry-content .twitter-tweet{
	margin: 0 auto;
}

.thecontent .entry-content p{
	margin-bottom: 20px;
}
.thecontent .entry-content ul, .thecontent .entry-content ol, .thecontent .entry-content blockquote, .entry-content .twitter-tweet, .thecontent .newsletter, .thecontent .nicelink{
	margin-bottom: 30px;
}



.thecontent .entry-content blockquote{
	font-size: 17px;
	line-height: 21px;
	letter-spacing: -0.02em;
	color: #1e1b1f;
	display: block;
	margin-bottom: 50px;
	margin-top: 40px;
	font-weight: 400;
	clear: both;
	position: relative;
	text-align: left;
	max-width: 600px;
	border-left: solid 2px #af183e;

}

.thecontent .entry-content blockquote.larger{
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 50px;
	margin-top: 40px;
	color: #af183e;
	border-left: solid 3px #af183e;
}

.thecontent .entry-content .factbox blockquote{
	margin-left: 0;
	margin-right: 0;
	font-size: 20px;
	line-height: 32px;
}
.thecontent .entry-content .factbox .content blockquote p{
	padding-left: 15px;
	margin-bottom: 0px;
}
.thecontent .entry-content .factbox .content blockquote.larger p{
	padding-left: 20px;
	margin-bottom: 0px;
}
.thecontent .entry-content .factbox blockquote p{
	margin-left: 0;
}

.thecontent .entry-content .factbox blockquote .smaller{
	font-size: 12px;
	line-height: 14px;
	bottom: -20px;
}
.thecontent .entry-content .factbox blockquote.larger .smaller{
	font-size: 14px;
	line-height: 16px;
	bottom: -20px;
}

.thecontent .entry-content .factbox blockquote.moremargin{
	margin-bottom: 30px;
}
.thecontent .entry-content .factbox ul,
.thecontent .entry-content .factbox ol{
	margin-left: 0;
	margin-right: 0;	
}
.thecontent .entry-content .factbox ul li,
.thecontent .entry-content .factbox ol li{
	padding-left: 30px;
}
.thecontent .entry-content .factbox ul li:before,
.thecontent .entry-content .factbox ol li:before{
	margin-left: -25px;
	top: 1px;
}
.thecontent .entry-content .factbox ol li:before{
	top: -1px;
}




.thecontent .entry-content blockquote.moremargin{
	margin-bottom: 40px;
}

.thecontent .entry-content blockquote p{
	margin-bottom: 0;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}

.thecontent .entry-content blockquote .smaller{
	bottom: -20px;
    display: block;
    font-size: 12px;
    font-style: normal;
    left: 0;
    line-height: 14px;
    position: absolute;
    width: 100%;
    letter-spacing: 0em;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.thecontent .entry-content blockquote.larger .smaller{
	font-size: 14px;
	line-height: 16px;
}

.thecontent .entry-content blockquote .smaller b, .thecontent .entry-content blockquote .smaller strong{
	font-weight: 500;
}
.thecontent .entry-content h1,
.thecontent .entry-content h2{
	font-size: 23px;
	line-height: 27px;
	letter-spacing: -0.01em;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 600;
	clear: none;
	font-family: 'Poppins', sans-serif;	
}
.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 h9{
	font-size: 17px;
	line-height: 25px;
	letter-spacing: -0.01em;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 600;
	clear: none;
	font-family: 'Poppins', sans-serif;
}

.thecontent .entry-content iframe.instagram-media{
	margin: 0 auto !important;
}

.thecontent .entry-content figure{
	position: relative;	
	max-width: 100%;
	display: inline-block;
}
.thecontent .entry-content img{
	max-width: 100% !important;
	height: auto !important;
}
.ie8 .thecontent .entry-content img{
	width: 100%;
	height: auto;
}
.thecontent .entry-content img.aligncenter, .thecontent .entry-content figure.aligncenter,
.thecontent .entry-content img.alignnone, .thecontent .entry-content figure.alignnone{
	margin-bottom: 35px;
	/*display: table; fungerar ej i safari*/
	max-width: 100%;
}

.thecontent .entry-content .slideshow figure.aligncenter{
	display: block;
}

.thecontent .entry-content .right img.aligncenter, .thecontent .entry-content .right figure.aligncenter,
.thecontent .entry-content .left img.aligncenter, .thecontent .entry-content .left figure.aligncenter{
	max-width: 100%;
}

.thecontent .entry-content figure a{
	border-style: none;
}

.thecontent .entry-content a.imagelink{
	display: block;
	position: relative;
}

.thecontent .entry-content .slideshow figure.aligncenter{
	margin-bottom: 0;
}

.thecontent .entry-content figure{
	max-width: 100%;
}


.thecontent .entry-content .alignnone{
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
.thecontent .entry-content .alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	max-width: 150px;	
}
.thecontent .entry-content .alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	max-width: 150px;		
}
.thecontent .entry-content .factbox.static .alignright{
	max-width: 120px;
}


.thecontent .entry-content .aligncenter{
	float: none;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
.thecontent .entry-content .slideshow .aligncenter, .page .thecontent .entry-content .slideshow .aligncenter{
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text{
    bottom: 0;
    color: #1e1b1f;
    display: block;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0em;
    margin: 0;
    text-align: left;
   	font-family: 'Poppins', sans-serif;
   	font-weight: 500;
   	padding-top: 12px;
   	padding-bottom: 5px;
}
.aligncenter .wp-caption-text, .alignnone .wp-caption-text{
	padding-left: 10px;
	padding-right: 10px;
}

.slideshow .aligncenter .wp-caption-text{
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}

/***********
FOOTER 
************/	
#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: 'Poppins', sans-serif;
	font-weight: 400;
	background-color: #212121;
}
#cookieinfo .insidepcookie .largertext{
	font-weight: 500;
}
#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: #44a088;
	border-color: #44a088;
}
#cookieinfo .insidepcookie .accept{
	cursor: pointer;
	display: block;
	float: none;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px 20px;
	color: white;
	font-size: 16px;
	line-height: 16px;
	background-color: #44a088;
	border-radius: 5px;

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


/******* 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_related.vytyp-stor .owl-carousel .owl-stage, .puffs.owl-carousel .owl-stage{
	padding-left: 10px !important;
}



.mobile_latest.owl-carousel .owl-stage{
	padding-left: 20px !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;
    /* 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{
	margin: 0;
	padding: 0;
	position: relative;	
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: solid 1px #dadada;
	background-color: white;
	text-indent: -99999px;
}
.entry-content .owl-carousel .owl-nav .owl-prev.disabled, .entry-content .owl-carousel .owl-nav .owl-next.disabled,
.entry-content .owl-carousel .owl-nav .owl-prev.disabled:hover, .entry-content .owl-carousel .owl-nav .owl-next.disabled:hover{
	background-color: transparent;
	border-color: white;
}
.entry-content .owl-carousel .owl-nav .owl-prev.disabled, .entry-content .owl-carousel .owl-nav .owl-prev.disabled:hover, .entry-content .owl-carousel .owl-nav .owl-prev:hover{
	background-image: url("../svg/pil-left-vit.svg");
} 
.entry-content .owl-carousel .owl-nav .owl-next.disabled, .entry-content .owl-carousel .owl-nav .owl-next.disabled:hover, .entry-content .owl-carousel .owl-nav .owl-next:hover{
	background-image: url("../svg/pil-right-vit.svg");
}
.entry-content .owl-carousel .owl-nav .owl-prev:hover, .entry-content .owl-carousel .owl-nav .owl-next:hover{
	background-color: #019191;
	border-color: #019191;
}
.entry-content .owl-carousel .owl-nav .owl-prev{
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.12); 
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.12);
	position: absolute;
	left: 30px;
	border-color: white;
	background-image: url("../svg/pil-left-black.svg");
}
.entry-content .owl-carousel .owl-nav .owl-next{
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.12); 
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.12);
	position: absolute;
	right: 30px;
	border-color: white;
	background-image: url("../svg/pil-right-black.svg");
}

.owl-carousel .owl-nav .owl-prev.alt,
.owl-carousel .owl-nav .owl-next.alt{
	position: absolute;
	background-color: transparent;
	margin-left: 5px;
	margin-right: 5px;
}

.owl-carousel .owl-nav .owl-prev{
	left: 0px;
	top: 0;
	background-image: url("../svg/pil-left-vit.svg");
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: center center;
}
.owl-carousel .owl-nav .owl-next{
	right: 0px;
	top: 0;	
	background-image: url("../svg/pil-right-vit.svg");
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: center center;
}
.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover{
	background-color: #019191;
	border-color: #019191;
}
.owl-carousel .owl-nav .owl-next.disabled:hover, .owl-carousel .owl-nav .owl-prev.disabled:hover{
	background-color: transparent;
	border-color: #dadada;
}


.owl-carousel.owl-loaded {
    display: block;
}
.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: #1e1b1f;
}
.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.html") 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: 0px;
	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: 5px;
    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 3px;
    background: transparent;
	border: solid 2px #1e1b1f;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 50%;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    border-color: #019191;
}
.owl-dots .owl-dot:hover span, .owl-dots .owl-dot.active span{
	background-color: #019191;
	border-color: #019191;
	
}


/**
 * 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 http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 	FAKTARUTOR
 */
.expandingbox{
	position: relative;
	z-index: 12;
} 
.factbox{
	clear: both;
    position: relative;
    z-index: 11;
    margin-bottom: 40px;
}	
.factbox{
	display: block;
	margin-left: 15px;
	margin-right: 15px;
}
.factbox.minify{
	margin-bottom: 40px;
}

.factbox.cloned{
	visibility: hidden;
	position: relative;
	display: none;
}
.factbox.expanded{
	position: relative;
	top: 0;
	/*
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	*/
}
.factbox.expanded.right{
	right: 0;
}
.factbox.expanded.left{
	left: 0;
}
body .factbox.expanded .content .height{
	height: inherit;
}

.factbox .insidefactbox{
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	color: #1e1b1f;
}


.factbox .insidefactbox{
	background-color: #fbfaf6;
	border-top: solid 3px #af183e;
	
	-webkit-box-shadow: 0px 3px 2px 2px rgba(235,235,235,0.5);
	-moz-box-shadow: 0px 3px 2px 2px rgba(235,235,235,0.5);
	box-shadow: 0px 3px 2px 2px rgba(235,235,235,0.5);
}

.sponsored_content .factbox .insidefactbox{
	border-top-color: #44a088;
}



.factbox .insidefactbox .content{
	overflow: hidden;
	
}
.factbox .insidefactbox .maxwidth{
	margin: 0 auto;
}

.entry-content .factbox h3.title{
	text-align: left;
	color: #1e1b1f;
	letter-spacing: 0em;
	padding: 0;
	font-size: 19px;
    line-height: 20px;
    margin: 0px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
   	font-family: 'TiemposTextMedium', "Times New Roman", Times, serif;
}


.entry-content .factbox h3.toptitle{
	text-align: center;
	letter-spacing: 0em;
	padding: 0;
	font-size: 12px;
    line-height: 14px;
    margin: 0px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
	font-family: 'Poppins', sans-serif;
   	text-transform: uppercase;
	color: #af183e;
}
.sponsored_content .entry-content .factbox h3.toptitle{
	color: #44a088;
}

.factbox .content{
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.01em;
	margin: 0 auto;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.factbox .content strong, .factbox .content b{
	font-weight: 700;
}

.factbox .content .height{
	overflow: hidden;
	margin-bottom: 0px;
}
.factbox.minify .content .height{
	height: 170px;
	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: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60&0+0,1+60 */
	background: -moz-linear-gradient(top,  rgba(251,250,246,0) 0%, rgba(251,250,246,1) 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(251,250,246,0) 0%,rgba(251,250,246,1) 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(251,250,246,0) 0%,rgba(251,250,246,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fbfaf6', endColorstr='#fbfaf6',GradientType=0 ); /* IE6-9 */
}

.factbox .expand{
	cursor: pointer;
	display: block;
	height: 0px;
	position: relative;
}
.factbox .expand{
	
}


.factbox .expand:hover{
	
}
.factbox .expand .square{
	-webkit-backface-visibility: hidden;
	position: absolute;
	right: 50%;
	top: -22px;
	margin-right: -22px;
	width: 45px;
	height: 45px;
	-webkit-box-shadow: 0px 3px 2px 2px rgba(235,235,235,0.5);
	-moz-box-shadow: 0px 3px 2px 2px rgba(235,235,235,0.5);
	box-shadow: 0px 3px 2px 2px rgba(235,235,235,0.5);
	background-color: #191919;
	border-radius: 50%;
	z-index: 1;
	cursor: pointer;
}
.factbox .expand:hover .square{
	background-color: #019191;
}

.factbox .expand .square .icon{
    background-image: url("../svg/expand-vit.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    bottom: 50%;
    display: block;
    height: 18px;
    left: 50%;
    margin-bottom: -9px;
    margin-left: -9px;
    position: absolute;
    width: 18px;
}

.factbox .expand .icon{
	
}

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

.thecontent .entry-content .factbox h3.toptitle, .thecontent .entry-content .factbox h3.title{
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
.sponsored_content .thecontent .entry-content .factbox.static h3.title{
	color: #44a088;
}

.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: 'Poppins', sans-serif;
	font-weight: 600;
	text-align: left;
}
.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{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 20px;
}


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

/**
 * 	FAKTARUTOR SLUT
 */

.huvudflodet .flow.fullwidth {
	width: 100%;
	box-shadow: none;
}

.huvudflodet .flow.fullwidth .insideflow {
	border-right: none;
}

.huvudartikeln .left_art.fullwidth {
	width: 100%;
	box-shadow: none;
}

.huvudartikeln .left_art.fullwidth .insideart {
	border-right: none;
}


/* RESETS */



.positionrelative {
	position: relative;
}



.thecontent .entry-content h1{
	margin-left: 0px;
	margin-right: 0px;
}




/**
 * 	MOBILEN
 */
 
@media screen and (max-width: 593px) {
	.w4_related.vytyp-kort .owl-carousel .owl-stage{
		padding-left: 10px !important;
	}	
	
}
 
@media screen and (max-width: 400px) {
	.gridholder, .vytyp-kort .owl-nav{
		width: 100%;
	}
	.gridholder.morewide{
		width: 100%;
	}
}
@media screen and (min-width: 401px) {
	
	.aboveimage.takeover .ad{
		max-width: 320px;
	}
		
	
	.gridholder, .vytyp-kort .owl-nav{
		width: 100%;
	}
	.gridholder.morewide{
		width: 100%;
	}
}


@media screen and (min-width: 551px) {
	
	
	
	.factbox.cloned{
		display: inherit;
	}
	.factbox.cloned{
		display: none;
	}
	.factbox.minify .content .height{
		height: 180px;
	}
	
}

@media screen and (min-width: 594px){
	
	.artpuffspec{
		margin-left: 0;
		margin-right: 0;
	}
	
	.flow_sidebar .element.artpuff.smaller{
		margin-left: 0px;
		margin-right: 0px;
	}
			
	.gridholder, .vytyp-kort .owl-nav{
		width: 554px;
	}
	.gridholder.morewide{
		width: 574px;
	}
}
@media screen and (max-width: 672px) {
	
}


@media screen and (min-width: 673px) {
	
	
	.ad .insidead{
		max-width: inherit;
	}
	.flowad .ad{
		display: inline-block;
	}
	.flowad .ad.mobile{
		display: none;
	}
	
	
	
	.platsannons .thecontent .entry-content .platsfact .alignright{
		float: right;
		display: inline-block;
		margin-bottom: 0px;
		margin-left: 20px;
		margin-top: 0px;
	}

	
	.gridholder, .vytyp-kort .owl-nav{
		width: 632px;
	}
	.gridholder.morewide{
		width: 652px;
	}
		
	.thecontent .entry-content .alignleft{
		max-width: 240px;	
	}
	.thecontent .entry-content .alignright{
		max-width: 240px;		
	}
	.thecontent .entry-content .factbox.static .alignright{
		max-width: 170px;
	}
	
}

@media screen and (min-width: 748px) {
	
	#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;
	}
	
	.aboveimage.takeover .ad{
		display: inline-block;
	}
	.aboveimage.takeover .ad.mobile{
		display: none;
	}
	
	.entry-content .ad{
		display: inline-block;
		max-width: 720px;
	}
	.entry-content .ad.mobile{
		display: none;
	}
	
	
	.ad.panorama{
		display: inline-block;
	}
	.ad.panorama.mobile{
		display: none;
	}
	
	#header .login_search_menu .element.showlogin .pl{
		right: -9px;
		height: 10px;
		width: 10px;
		margin-top: -5px;
	}
	
	#header .login_search_menu .element.showlogin.logged_in_user .text.loggedin{
		display: inline;
	}
	
	
	.thecontent .hl_ingress_share .share_and_pub_auth{
		margin-bottom: 35px;
	}
	
	.thecontent .boxes .boxbubble .inside{
		min-height: 250px;
	}
	
	.thecontent .boxes{
		margin-bottom: 60px;
		margin-top: 60px;
	}
	.thecontent .boxes .boxbubble{
		width: 50%;
	}
	
	
	.imagepage{
		height: 300px;
	}
	
	
	.thecontent .entry-content ul.arrowlist li:before{
		height: 24px;
	}
	
	article .locked_holder .lcont{
		padding-top: 30px;
		padding-bottom: 60px;
	}
	
	
	article .locked_holder .bgsquig{
		width: calc(100vw - 15px);
	}
	
	.slideshow .aligncenter .wp-caption-text{
		font-size: 14px;
		line-height: 18px;
	}
	
	h2.modulehl, h3.modulehl{
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	
	
	.entry-content .listofusers{
		margin-bottom: 20px;
	}
	
	.artpuff.artpuffspec h2 .quoteop{
		top: -92px;
		margin-top: -0px;
	}
	.artpuff.artpuffspec a .title_excerpt .inner{
		padding-right: 0;
	}
	
	.artpuffspec .floatleft.left{
		height: 100%;
		position: absolute;
		margin-left: 0;
		width: 45%;
	}
	
	.artpuffspec .floatleft.right{
		width: 58%;
		display: block;
		margin-left: 42%;
	}
	
	.artpuffspec .floatleft.right .padding{
		padding: 70px 30px 30px;
		margin-bottom: 30px;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.artpuff.artpuffspec .floatleft.right .padding{
		margin-bottom: 0px;
	}
	
	.artpuffspec .floatleft.right .padding h2{
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	
	
	.artpuffspec .floatleft.right .padding .vinjett{
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 30px;
	}
	
	.artpuffspec{
		min-height: 440px;
	}
	.artpuffspec .floatleft.right .padding .excerpt, .artpuffspec .floatleft.right .padding .pufftext{
		display: block;
		margin-top: 20px;
	}
	
	.vytyp-kort.w4_related .element.artpuff.fullbred.smaller.reg a .title_excerpt .inner h2{
		font-size: 28px;
		line-height: 34px;
	}
	
	.vytyp-kort .element.artpuff.fullbred.smaller.reg .overflowhidden{
		min-height: 540px;
	}
	
	.thecontent .locked_holder ul{
		font-size: 20px;
		line-height: 24px;
	}
	
	
	.share_single_bottom{
		display: inline-block;
		clear: none;
		float: right;
		margin-top: 0px;
	}
	.share_single_bottom .icons{
		margin-top: -6px;
	}
	.thecontent .entry-content .share_single_bottom .moreicon{
		margin-right: 0px;
		margin-left: 10px;
	}
	.share_single_bottom .moreicon .icon{
		width: 22px;
		height: 20px;
	}
	.share_single_bottom .moreicon.twitter .icon{
		height: 23px;
		top: 2px;
	}

	.thecontent .entry-content .published_in{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 50px;
	}
	
	
	.thecontent .entry-content .related_posts{
		margin-top: 80px;
		margin-bottom: 60px;
	}
	.thecontent .entry-content .related_posts h3{
		font-size: 	16px;
		line-height: 18px;
		letter-spacing: 0em;
		margin-bottom: 10px;
	}
	.thecontent .entry-content .related_posts a{
		padding: 16px 0px;
		padding-bottom: 10px;
		padding-right: 25px;
	} 
	.thecontent .entry-content .related_posts a .title{
		font-size: 	20px;
		line-height: 22px;
		letter-spacing: -0.01em;
	}
	.thecontent .entry-content .related_posts a .arr{
		width: 15px;
		height: 15px;
		margin-top: -7px;
	}
	
	
	.thecontent .entry-content ul li{
		padding-left: 60px;
	}
	.thecontent .entry-content ol li{
		padding-left: 60px;
	}
	.thecontent .entry-content ul.largercheck li{
		padding-left: 100px;
	}
	
	
	.thecontent .entry-content ul li:before, .thecontent .locked_holder ul li span:before{
		width: 12px;
		height: 12px;
		margin-left: -40px;
		float: left;
		top: 6px;
	}
	
	.thecontent .entry-content ul.largercheck li:before{
		width: 60px;
		height: 60px;
		background-size: 22px auto;
		margin-left: -100px;
	}
	
	.thecontent .locked_holder ul li span:before{
		margin-left: 0;
		width: 18px;
		height: 18px;
		margin-right: 20px;
		top: 4px;
	}
	
	.thecontent .entry-content ol li:before{
		top: 3px;
		font-size: 20px;
		line-height: 22px;
		margin-left: -40px;
	}
	
	.thecontent .entry-content .factbox ul li:before,
	.thecontent .entry-content .factbox ol li:before{
		top: 2px;
	}
	.thecontent .entry-content .factbox ul li:before{
		top: 0px;
	}
	
	
	
	.nlform .holder .nl_email, .nlform .holder .nl_name{
		font-size: 16px;
		line-height: 20px;
		padding: 15px 10px;
	}
	
	
	.holder.integritetspolicy .integr_text{
		font-size: 13px;
		line-height: 17px;
	}
	
	.nlform .holder{
		text-align: left;
	}
	
	.headersearch .searchfield::-webkit-input-placeholder {
		color: #1e1b1f;
	}
	
	.headersearch .searchfield::-moz-placeholder {
		color: #1e1b1f;
		opacity: 1;
	}
	
	.headersearch .searchfield:-ms-input-placeholder {
		color: #1e1b1f;
	}
	
	
	#header.falloutopen .login_search_menu .element.showsearch,
	#header.falloutopen .login_search_menu .element.showlogin{
		background-color: transparent;
	}
	
	#header .login_search_menu .element.showlogin:hover .icon{
		background-image: url('../svg/profil-black.svg');
	}
	#header .login_search_menu .element.showlogin:hover .icon .pl{
		background-image: url('../svg/plus-black.svg');
	}
	#header.falloutopen .login_search_menu .element.showlogin:hover .icon, #header.falloutopen .login_search_menu .element.showlogin .icon{
		background-image: url('../svg/profil-vit.svg');
	}
	#header.falloutopen .login_search_menu .element.showlogin:hover .icon .pl, #header.falloutopen .login_search_menu .element.showlogin .icon .pl{
		background-image: url('../svg/plus-vit.svg');
	}
	
	
	.showmenubtn.clicked .hamburger span:nth-child(1){
		top: 4px;
	}	
	.hamburger{
		position: relative;
		height: 12px;
		width: 12px;
	}
	.hamburger span {
		margin: 2px 0;
		width: 12px;
	}
	
	#header .login_search_menu .showmenubtn{
		border: solid 1px #d1d1d1;
		border-radius: 2px;
		padding: 21px 30px 18px;
		margin-top: -17px;
	}
	#header .showmenubtn:hover, #header .showmenubtn.clicked{
		background-color: #019191;
		border-color: #019191;
	}
	#header .login_search_menu .showmenubtn:hover .text, #header .login_search_menu .showmenubtn.clicked .text{
		color: white;
	}
	#header .showmenubtn:hover .hamburger span, #header .showmenubtn.clicked .hamburger span{
		background-color: white;
	}
	
	
	#header .login_search_menu .element.showsearch:hover, #header .login_search_menu .element.showlogin:hover,
	#header .login_search_menu .element.showsearch.clicked, #header .login_search_menu .element.showlogin.clicked{
		border-bottom-color: #019191;
		background-color: transparent;
	}
	
	#header .login_search_menu .element.showsearch, #header .login_search_menu .element.showlogin{
		border-bottom: solid 3px transparent;
		padding-bottom: 3px;
		
		background-color: transparent;
		width: inherit;
		height: inherit;
		border-radius: 0;
	} 
	
	#header .login_search_menu .element .icon{
		width: 22px;
		height: 24px;
		margin-top: 0;
		margin-left: 0;
		position: relative;
		top: 0;
		left: 0;
	}
	
	#footer .leftfooter .address_menu ul li{
		margin-bottom: 10px;
	}
	
	#footer .leftfooter .address_menu ul li a{
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 5px;
	}
		
	#footer .leftfooter .address_menu .address_and_all{
		font-size: 16px;
		line-height: 30px;
	}
	
	#footer .leftfooter .address_menu h3{
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	
	
	.element.artpuff a .title_excerpt .inner .vinjett{
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 10px;
	}
	
	.w4_related .element.artpuff.fullbred.smaller.reg a .title_excerpt .inner h2{
		font-size: 28px;
		line-height: 32px;
	}
	
	.widget_w4bild .imageelement a.bgimg .padding .vinjett{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.widget_w4bild .imageelement.full{
		min-height: 550px;
	}
	.widget_w4bild .imageelement a.bgimg .padding h2{
		font-size: 30px;
		line-height: 34px;
	}
	
	
	.widget_w4bild .imageelement.half{
		width: 50%;
	}
	
	.ad.panorama{
		margin-top: 25px;
	}
	
	#header .login_search_menu .element .text{
		display: inline;
	}
	
	.aboveimage.takeover .ad{
		max-width: 640px;
	}
		
	.thecontent.archive img.logo_comp{
		max-width: 200px !important;
		float: right;
		margin-bottom: 20px;
		margin-left: 20px;
		margin-right: 10px;
	}	
	.thecontent.archive .entry-content{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	
	
	.formpadding input[type="submit"].linkstylebtn{
	    line-height: 18px;
	    font-size: 16px;
	}

	
	
	
	#header .login_search_menu .element{
		margin-left: 20px;
	}
	
	
	.entry-content .listofusers .userpuff{
		width: 50%;
	}
	.entry-content .listofusers .userpuff .insideuser .thecont h2{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.entry-content .listofusers .userpuff .insideuser .thecont .contacti{
		margin-bottom: 5px;
		padding-bottom: 5px;
		
		font-size: 14px;
		line-height: 16px;
	}

	
	
	
	.right_prenumeration_info .padding{
		padding-left: 20px;
		padding-right: 20px;
	}
	.right_prenumeration_info .padding .text{
		font-size: 20px;
		line-height: 26px;
	}
	

	
	
	.login_functionality .notoken{
		font-size: 16px;
		line-height: 22px;
	}
	
	.login_functionality .error{
		font-size: 16px;
		line-height: 22px;	
	}
	.login_functionality .success{
		font-size: 16px;
		line-height: 22px;
	}

	
	
	.thecontent .p1style .entry-content p.info{
		font-size: 16px;
		line-height: 22px;
	}

	.thecontent .p1style .entry-content .p1-section{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.thecontent .p1style .entry-content h2{
		font-size: 30px;
		line-height: 32px;
	}
	.thecontent .p1style .entry-content h2 .icon{
		width: 34px;
		height: 34px;
		margin-right: 10px;
	}
	
	.thecontent .p1style .entry-content .p1-field{
		font-size: 18px;
		line-height: 24px;
		padding: 18px;
		padding-bottom: 14px;
	}
	
	.p1-section a{
		font-size: 16px;
		line-height: 18px;
	}
	
	
	
	.thecontent .locked_holder .already_text, .thecontent .locked_holder .information{
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	.thecontent .locked_holder .already_text{
		margin-bottom: 0px;
	}
	.thecontent .locked_holder .information.smaller{
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.thecontent .locked_holder .button .arr{
		margin-left: 40px;
		width: 24px;
		height: 24px;
	}
	.thecontent .locked_holder .vinjett{
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	.thecontent .entry-content .locked_holder h2{
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 20px;
	}
	.thecontent .locked_holder .button, .thecontent .p1-section .button{
		margin-bottom: 30px;
		padding-left: 60px;
		padding-right: 60px;
		padding-top: 30px;
		padding-bottom: 24px;
		font-size: 18px;
		line-height: 20px;
	}
	.thecontent .locked_holder .p1-section .button, .thecontent .locked_holder .signin .button{
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 20px;
		padding-bottom: 17px;
		font-size: 16px;
		line-height: 18px;
	}

	
	
	body{
		padding-top: 82px;
	}
	
	
	.huvudflodet .flow .insideflow .smaller_events .linediv{
		display: none;
	}
	
	.flow .smaller_events .element.artpuff{
		margin-left: 0px;
		margin-right: 0px;
		width: 50%;
		float: left;
	}
	.flow .smaller_events .element.artpuff a{
		margin-right: 10px;	
	}
		
	
	.formcontainer .formsent .centerit{
		padding-top: 100px;
		padding-bottom: 70px;
	}
	
	
	.entry-content .ad{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	
	.element.artpuff.vansterstalld .title_excerpt .inner,
	.element.artpuff.fullbred .title_excerpt .inner{
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 10px;
		padding-top: 30px;
	}

	
	.element.artpuff.fullbred.smaller.event .title_excerpt .inner .eventinfo{
		font-size: 20px;
		line-height: 24px;
	}

	
	
	
	.errormessagetop{
		padding: 10px 30px;
	}
	
	.formcontainer .containtext{
		padding-top: 0px;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.formpadding .rel_pos{
		margin-bottom: 20px;
	}
	
	.formcontainer .smallertext{
		right: 10px;
		top: 10px;
	}

	
	.formcontainer .blockcontainer .blocksection .textareafield{
	  	padding-left: 30px;
	  	padding-top: 15px;
	  	height: 90px;
	  	font-size: 18px;
	  	line-height: 22px;
	}

	.formcontainer .containtext{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.formcontainer .blockcontainer .blocksection .textfield{
		height: 50px;
		padding-top: 15px;
		padding-bottom: 10px;
		padding-left: 30px;
		font-size: 18px;
	}

	
	.formcontainer .priceinfo{
		font-size: 16px;
		line-height: 18px;
	}
	
	.formcontainer .blocktorepeatinside .number .nrin, .formcontainer .blocktorepeatinside .number .hl{
	    font-size: 24px;
	    line-height: 24px;
	    margin-bottom: 10px;
	}
	.formcontainer .blocktorepeatinside .number .hl{
	    font-size: 22px;
	    line-height: 22px;	
	}
	
	.button.extrpadd{
		padding-left: 160px;
		padding-right: 160px;
	}


	
	
	.flow .element.artpuff{
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.headersearch{
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		display: inline-block;	
	}
	
	.nextpages{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	button,
	.button,
	.entry-content .button,
	.thecontent .entry-content .factbox a.button,
	.wpcf7-submit,
	input[type="submit"],
	input[type="button"],
	input[type="reset"]{
		font-size: 16px;
		line-height: 18px;
		padding: 25px 40px 20px;
	}
	
	.search .search_holder{
		margin-top: 20px;
		margin-bottom: 20px;
		display: inline-block;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.element.artpuff.fullbred.smaller.chin .title_excerpt{
		margin-top: -50px;
	}
	.element.artpuff.vansterstalld .title_excerpt,
	.element.artpuff.fullbred .title_excerpt{
		margin-top: -70px;
		position: relative;
		z-index: 1;
	}	

	
	h1.archive_hl, h2.archive_hl{
		font-size: 28px;
		line-height: 30px;
		margin-top: 10px;
		margin-bottom: 30px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.text_archive{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	
	.w4_related.vytyp-stor, #modules .widget_w4fokus{
		padding-top: 40px;
	}
	.w4_related.vytyp-stor.top_list{
		padding-top: 0px;
	}
	
	.w4_related.vytyp-kort{
		padding-top: 50px;
		padding-bottom: 80px;
	}

	
	.huvudflodet .flow .insideflow .linediv.adline{
		margin-left: 0px;
		margin-right: 0px;
	}
	.modulescontainer{
		padding-top: 30px;
	}
	#modules{
		padding-top: 0px;
	}
	
	.thecontent .entry-content .slideshow{
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 30px;
		width: 100%;
	}
	
	.thecontent .entry-content .alignleft{
		margin-left: 0px;
	}
	.thecontent .entry-content .alignright{
		margin-right: 0px;
	}
	
	.thecontent .newsletter{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	
	.nicelink .element.artpuff a .title_excerpt .inner .vinjett{
		font-size: 16px;
		line-height: 18px;
	}
	.nicelink .element.artpuff.fullbred.smaller.reg a .title_excerpt .inner h2{
		font-size: 30px;
		line-height: 32px;
	}

	.thecontent .nicelink .element.artpuff.fullbred.smaller .title_excerpt .inner{
		padding: 40px 50px;
	}
	.thecontent .nicelink .element.artpuff.fullbred.smaller a .overflowhidden{
		width: 270px;
	}
	.thecontent .nicelink .element.artpuff.fullbred.smaller .title_excerpt{
		margin-right: 270px;
	}

	
	.thecontent .nicelink{
		background-color: #edebdf;
		margin-left: 0;
		margin-right: 0;
	}
	
	.entry-content .factbox h3.title{
		font-size: 28px;
	    line-height: 32px;
	    margin-bottom: 20px;
	}
	
	
	.entry-content .factbox h3.toptitle{
		font-size: 16px;
	    line-height: 18px;
	    margin-bottom: 10px;
	}
	
	.factbox .insidefactbox{
		padding-top: 25px;
		padding-left: 40px;
		padding-right: 40px;
		background-color: #fdfcfa;
	}
	
	.factbox.minify .content .height .shade{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60&0+0,1+60 */
		background: -moz-linear-gradient(top,  rgba(253,252,250,0) 0%, rgba(253,252,250,1) 60%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(253,252,250,0) 0%,rgba(253,252,250,1) 60%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(253,252,250,0) 0%,rgba(253,252,250,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdfcfa', endColorstr='#fdfcfa',GradientType=0 ); /* IE6-9 */
	}
	
	
	.thecontent .entry-content .premiumcontent > p,
	.thecontent .entry-content .lockedpart > p,
	.thecontent .entry-content .exmarg,
	.thecontent .entry-content .wpcf7-form,
	.thecontent .entry-content blockquote,
	.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 .login_functionality{
		margin-left: 30px;
		margin-right: 30px;
	}
	
	.thecontent .entry-content blockquote.moremargin{
		margin-bottom: 80px;
	}

	.thecontent .entry-content blockquote .smaller{
	    font-size: 14px;
	    line-height: 16px;
    	bottom: -30px;
	}	
	.thecontent .entry-content blockquote.larger .smaller{
		font-size: 18px;
		line-height: 20px;
		bottom: -30px;
	}	
	.thecontent .entry-content blockquote p{
		margin: 0 auto;
		margin-left: 20px;
	}	
	
	.thecontent .entry-content blockquote{
		font-size: 21px;
		line-height: 29px;
		margin-bottom: 50px;
		margin-top: 40px;
		max-width: 570px;
		margin-left: 70px;
	}
	
	.thecontent .entry-content blockquote.larger p{
		margin-left: 40px;
	}	
	
	.thecontent .entry-content blockquote.larger{
		font-size: 30px;
		line-height: 40px;
	}

	
	
	.thecontent .huvudartikeln .image{
		margin-bottom: 35px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.thecontent .huvudartikeln .image .imgdescription, .thecontent .image.fullwide .imgdescription{
		font-size: 14px;
		line-height: 18px;
		padding: 16px 15px 12px;
		color: #1e1b1f;
	}

	
	.thecontent{
		padding-top: 70px;
	}
	.share_and_pub_auth .pub_text, .thecontent .entry-content .share_and_pub_auth .pub_text, .share_and_pub_auth .share_single_bottom .sharetext{
		font-size: 14px;
		line-height: 16px;
		margin-top: 0px;
		float: left;
	}
	
	.share_and_pub_auth .pub_text .published{
		margin-right: 20px;
		margin-top: 0px;
	}
	.share_and_pub_auth .share_single_bottom .sharetext{
		margin-right: 0px;
	}

	
	
	.share_and_pub_auth .pub_text .text_by{
		font-weight: 500;
		display: inline-block;
		float: left;
		margin-top: 0px;	
		margin-left: 0;
	}

	
	.thecontent .hl_ingress_share h1.maintitle, .thecontent .entry-content p.ingress, .thecontent .hl_ingress_share .share_and_pub_auth, .thecontent .hl_ingress_share .vinjett{
		margin-left: 30px;
		margin-right: 30px;
	}

	
	.thecontent .hl_ingress_share h1.maintitle, .thecontent.archive .entry-content h1.maintitle{
		font-size: 50px;
		line-height: 54px;
		margin-bottom: 20px;
	}
	.thecontent .entry-content p.ingress{
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 30px;
		font-weight: 500;
	}
	.thecontent .hl_ingress_share .vinjett{
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	

	
	
	.hamburgercontent.open .inner{
		padding-bottom: 0px;
	}

	.headersearch .searchfield{
		font-size: 16px;
		line-height: 26px;
		padding: 25px 60px 20px;
		width: auto;
		max-width: 100%;		
		background-color: white;
		color: #1e1b1f;
	}
	.search .insideflow .search_holder{
		display: block;
	}
	.search .insideflow .headersearch{
		display: block;
	}
	.insideflow .headersearch .searchfield{
		width: 100%;
		min-width: inherit;
	}
	
	.hamburgercontent .socialfooter{
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 50px;		
	}	
	
	
	
	
	
	
	.hamburgercontent{
		padding-top: 150px;
		padding-bottom: 100px;
	}
	.searchcontent{
		padding-top: 120px;
		padding-bottom: 25px;
	}

	
	.bottom_header .amnen_in_header ul li{
		width: 25%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.bottom_header .amnen_in_header ul li a{
		font-size: 14px;
		line-height: 16px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.desktop_latest{
		display: block;
	}
	.mobile_latest{
		display: none !important;
	}
	
	
	.w4_newsletter_widget .right form.nlform{
		margin-top: 15px;
		padding-left: 0px;
		padding-right: 40px;
	}
	.w4_newsletter_widget .max{
		padding-top: 90px;
		padding-bottom: 80px;
		margin: 0;
	}
	.w4_newsletter_widget .left h3, .thecontent .newsletter .left h3, .page .thecontent .newsletter .left h3{
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 5px;
		letter-spacing: -0.025em;
		text-align: left;
	}
	.thecontent .newsletter .left h3{
		font-size: 24px;
		line-height: 26px;
	}
	.w4_newsletter_widget .left .text, .thecontent .newsletter .left .text{
		font-size: 18px;
		line-height: 22px;
		text-align: left;
		letter-spacing: -0.025em;
	}
	.thecontent .newsletter .left .text{
		font-size: 18px;
		line-height: 26px;
	}

	

	.w4_newsletter_widget .left{
		width: 50%;
	}
	.w4_newsletter_widget .right{
		width: 50%;
	}

	
	.modulescontainer.bggray .gridholder.line{
		padding-bottom: 30px;
	}
	
	.modulescontainer .widget_w4fokus, .modulescontainer.gray .w4_category_post_type{
		margin-bottom: 30px;
	}
	

	#modules_startpage{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	
	.huvudflodet{
		margin-bottom: 200px;
	}
	.element.artpuff.ontop a.ontoplink .title_excerpt{
		padding: 80px 50px 40px 50px;
		margin-top: 160px;
	}

	.flow_sidebar .w4_related{
		margin-left: 22px;
		margin-right: 26px;
	}
	
	.w4_most_read .list .item a .puff .title{
		font-size: 20px;
		line-height: 26px;
	}

	.huvudflodet .flow_sidebar .insideflow, .huvudartikeln .flow_sidebar .insideflow{
		margin: 0;
	}
	
	.ad .insidead{
		max-width: inherit;
		margin-left: 0;
		margin-right: 0;
	}
	#header .logo{
		height: 50px;
		margin-top: 15px;
		margin-bottom: 12px;
		margin-left: 0;
	}
	#header .login_search_menu{
		margin-top: 25px;
		margin-right: 0px;
	}
	
	
	#header .login_search_menu .element.showlogin,
	#header .login_search_menu .element.showsearch{
		display: inline-block;
	}
	.bottom_header #meny_topp_botten_hoger{
		float: right;
		display: inline-block;
	}
	.bottom_header{
		padding-top: 10px;
		padding-bottom: 0px;
		padding-left: 0;
		padding-right: 0;
		display: block;
	}
	.element.artpuff.fullbred.smaller.chin a .title_excerpt .inner h2{
		font-size: 22px;
		line-height: 26px;
	}
	.element.artpuff.fullbred.smaller a .title_excerpt .inner .vinjett.above{
		margin-bottom: 10px;
	}
	.owl-carousel .element.artpuff.smaller a{
		margin-left: 10px;
		margin-right: 10px;
	}
	
	
	
	
	
	
	.element.artpuff a .title_excerpt .inner .vinjett{
		font-size: 16px;
		line-height: 16px;
	}
	
	.element.artpuff{
		margin-right: 20px;
		margin-left: 0px;
		padding-bottom: 20px;
	}
	.element.artpuff a .title_excerpt .inner h2{
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.element.artpuff.fullbred a .title_excerpt .inner h2, .element.artpuff.ontop a .title_excerpt .inner h2{
		font-size: 36px;
		line-height: 44px;
	}
	
	
	.flow .element.artpuff.fullbred.mainp > a .title_excerpt .inner{
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
		margin-left: 20px;
		margin-right: 20px;
	}

	

	
	.huvudflodet .flow .insideflow .linediv{
		margin-left: 0px;
		margin-right: 0px;
	}

	.premium{
		font-size: 11px;
		line-height: 82px;
		padding: 0;
		background-color: transparent;
		width: 82px;
		height: 82px;
		background-image: url('../svg/star-gul.svg');
		background-position: center center;
		background-size: cover;
		text-align: center;
	}	
	.flow_sidebar .premium{
		font-size: 9px;
		line-height: 9px;
		padding: 7px;
		padding-bottom: 4px;
		background: none;
		background-color: #e6cc06;
		width: auto;
		height: auto;
	}	
	
	.premium.abs{
		right: -10px;
		top: -15px;
	}
	.vytyp-kort .premium.abs{
		top: -25px;
		right: 25px;
	}
	.vytyp-stor .premium.abs{
		top: -46px;
		right: 10px;
	}
	.flow .artpuff.fullbred .premium.abs{
		top: -15px;
		right: -15px;
	}
	
	
		
	.wp-caption-text{
	    font-size: 14px;
	    line-height: 18px;
	}
	.alignright .wp-caption-text, .alignleft .wp-caption-text{
		font-size: 12px;
		line-height: 16px;
	}

	
	.aligncenter .wp-caption-text, .alignnone .wp-caption-text{
		padding: 12px 20px 5px;
	    display: block;
	}
	
	
	
	.factbox .expand .square{
		width: 60px;
		height: 60px;
		margin-right: -30px;
		top: -30px;
	}
	.entry-content .factbox h3.title{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	

	
	.factbox .content{
		font-size: 16px;
		line-height: 20px;
	}
	
	
	
	.thecontent .entry-content h1,
	.thecontent .entry-content h2{
		font-size: 28px;
		line-height: 34px;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.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 h9{
		font-size: 22px;
		line-height: 26px;
		margin-top: 30px;
		margin-bottom: 10px;
	}	
	.thecontent .entry-content, .thecontent .locked_holder{
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 0.01em;
	}
	
	.thecontent .locked_holder{
		font-size: 22px;
		line-height: 34px;
	}

	
	.headersearch .searchfield{
		min-width: 620px;
	}
	.searchcontent .headersearch .searchfield{
		min-width: 620px;
	}

	
	#header .hamburgercontent .widget_nav_menu{
		margin-left: 40px;
	}
	
	.hamburgercontent .onlymobile{
		display: none;
	}
	
	
	.w4_newsletter_widget .nlform .holder.input:after, .thecontent .newsletter .nlform .holder:after{
		right: 180px;
	}
	.thecontent .newsletter .nlform .holder .nl_submit{
		width: 255px;
		text-indent: 0;
		position: absolute;
		height: 100%;
		right: 0;
		bottom: 0;
		padding: 0;
		margin-top: 0;
		background-size: 18px auto;
		background-position: 90% center;		
	}
	.flow_sidebar .w4_newsletter_widget .nlform .holder .nl_submit{
		position: relative;
		width: auto;
		height: auto;
		right: 0;
		bottom: 0;
		padding: 20px 50px 20px 30px;
		margin-top: 20px;
	}
	
	.w4_newsletter_widget .nlform .holder .nl_submit, .thecontent .newsletter .nlform .holder .nl_submit:hover{
		
	}
	
	
	.w4_related.vytyp-stor .owl-carousel .owl-stage, .puffs.owl-carousel .owl-stage{
		padding-left: 0px !important;
	}
	
	.element.artpuff a .title_excerpt .inner .pufftext{
		display: block;
	}
	
	.element.artpuff.fullbred .overflowhidden{
		height: 350px;
	}
	.element.artpuff.fullbred.smaller.chin .overflowhidden, .element.artpuff.fullbred.smaller.event .overflowhidden{
		height: 220px;
	}
	.element.artpuff.fullbred.smaller.reg .overflowhidden{
		height: 240px;
	}
	.element.artpuff.vansterstalld .overflowhidden{
		position: absolute;
		height: 100%;
		width: 280px;
		left: 0;
		top: 0;
	}
	
	.element.artpuff.vansterstalld .title_excerpt{
		margin-top: 0;
		margin-left: 280px;
	}
	.element.artpuff.vansterstalld .title_excerpt .inner{
		margin-right: 0px;
		padding-right: 20px;
		padding-top: 20px;
		margin-left: 0;
		padding-bottom: 40px;
	}
	.flow_sidebar .element.artpuff.vansterstalld .title_excerpt .inner{
		padding-bottom: 13px;
		padding-top: 13px;
	}
	

	.factbox{
	    margin-bottom: 40px;
	}	
	
	

	
	.bottom_header .amnen_in_header{
		border-top: solid 1px #d5d5d6;
	}
	

	
	.gridholder, .vytyp-kort .owl-nav{
		width: 708px;
	}
	.gridholder.morewide{
		width: 728px;
	}

		
 	.thecontent .entry-content .alignleft{
		max-width: 260px;	
	}
	.thecontent .entry-content .alignright{
		max-width: 260px;		
	}
	
}


@media screen and (min-width: 783px) {
	
	.aboveimage.takeover .ad{
		max-width: 680px;
	}
	
	.gridholder, .vytyp-kort .owl-nav{
		width: 742px;
	}
	.gridholder.morewide{
		width: 762px;
	}	
	
	.entry-content .ad{		
		max-width: 780px;
	}
	
}

@media screen and (min-width: 810px) {
	
	.aboveimage.takeover .ad{
		max-width: 710px;
	}
	
	.gridholder, .vytyp-kort .owl-nav{
		width: 770px;
	}
	.gridholder.morewide{
		width: 790px;
	}	
		
}


@media screen and (min-width: 846px) {
	
	.aboveimage.takeover .ad{
		max-width: 740px;
	}
		
	.gridholder, .vytyp-kort .owl-nav{
		width: 806px;
	}
	.gridholder.morewide{
		width: 826px;
	}
		
	.thecontent .entry-content .alignleft{
		margin-right: 20px;
		margin-bottom: 20px;
		max-width: 340px;	
	}
	.thecontent .entry-content .alignright{
		margin-left: 20px;
		margin-bottom: 20px;
		max-width: 340px;		
	}
}

@media screen and (min-width: 900px){
	
	.aboveimage.takeover .ad{
		max-width: 800px;
	}
	
	.bottom_header .meny_topp{
		max-width: 440px;
	}
	
	.gridholder, .vytyp-kort .owl-nav{
		width: 860px;
	}
	.gridholder.morewide{
		width: 880px;
	}
}

@media screen and (min-width: 1008px) {
	
	.aboveimage.takeover .ad{
		max-width: 900px;
	}
	

}
@media screen and (min-width: 1024px){
	
	.flow_sidebar .ad{
		display: inline-block;
	}
	.flow_sidebar .ad.mobile{
		display: none;
	}
	
	.huvudflodet .buttonholder{
		background-color: #f9f8f2;
	}
	
	.artpuffspec .floatleft.left{
		width: 55%;
	}
	
	.artpuffspec .floatleft.right{
		width: 48%;
		margin-left: 52%;
	}
	
	.element.artpuff.fullbred.smaller.reg .overflowhidden{
		height: 210px;
	}
	
	.element.artpuff.fullbred a .title_excerpt .inner h2, .element.artpuff.ontop a .title_excerpt .inner h2{
		font-size: 30px;
		line-height: 38px;
	}
	
	.element.artpuff a .title_excerpt .inner h2{
		font-size: 26px;
		line-height: 30px;
	}
	
	.w4_related .element.artpuff.fullbred.smaller.reg a .title_excerpt .inner h2{
		font-size: 22px;
		line-height: 28px;
	}
	
	.vytyp-kort.w4_related .element.artpuff.fullbred.smaller.reg a .title_excerpt .inner h2{
		font-size: 20px;
		line-height: 25px;
	}
	
	.vytyp-kort .element.artpuff.fullbred.smaller.reg .overflowhidden{
		min-height: 400px;
	}
	
	.widget_w4bild .imageelement{
		min-height: 310px;
	}
	
	
	.widget_w4bild .imageelement.full{
		min-height: 450px;
	}
	
	.flow_sidebar .gridholder.morewide{
		width: 100%;
	}
	.flow_sidebar .gridholder{
		width: 100%;
	}
	.flow_sidebar .widget_w4bild .imageelement.half{
		width: 100%;
	}
	
	.modulescontainer .modulepadding{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	
	.hamburgercontent .inner{
		padding-left: 40px;
		padding-right: 40px;
	}
	
	#header .hamburgercontent ul.menu li a{
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 6px;
	}
	.hamburgercontent h3{
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 18px;
	}
	
	.headersearch .searchfield{
		min-width: 620px;
	}
	.searchcontent .headersearch .searchfield{
		min-width: 780px;
	}
	
	#header .hamburgercontent .widget_nav_menu{
		margin-left: 0px;
		margin-bottom: 0;
	}
	
	.hamburgercontent .widget#nav_menu-3{
		width: 50%;
	}
	#header .hamburgercontent .widget#nav_menu-3 ul.menu{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#header .hamburgercontent .widget#nav_menu-3 ul.menu li{
		width: 50%;
	}
	
	
	.hamburgercontent .widget{
		display: inline-block;
		float: left;
		width: 25%;
	}
	.hamburgercontent .widget .execphpwidget{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	
	.w4_newsletter_widget{
		background-color: #e6cc06; /*old #f9f8f2;*/
		margin-top: 90px;
	}
	
	#footer .leftfooter .address_menu a{
		border-bottom-color:#edebdf;
	}
	
	#footer .leftfooter .copymeandcont .madeby{
		font-size: 13px;
		line-height: 14px;
	}
	
	#footer .leftfooter .logos{
		border-top: solid 1px #d6d4c0;
		border-bottom-style: none;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	
	#footer .leftfooter .address_menu{
		padding-bottom: 110px;
	}
	
	#footer .leftfooter .address_menu .footermenu{
		margin-bottom: 0px;
	}
	
	#footer .leftfooter .address_menu .footermenu{
		width: 25%;
		float: left;
		display: inline-block;
	}
	#footer .leftfooter .address_menu .socialmenu{
		width: 25%;
		float: left;
		display: inline-block;
	}
	
	
	#footer .leftfooter .address_menu .address_and_all{
		width: 50%;
		float: left;
		display: inline-block;
		font-size: 16px;
		line-height: 30px;
	}
	
	#footer .rightfooter .inside .nrnews .circle .in, .flow_sidebar .nrnews .circle .in{
		top: 33px;
	}
	#footer .rightfooter .inside .nrnews .circle .in .hashnr, .flow_sidebar .nrnews .circle .in .hashnr{
		font-size: 46px;
		line-height: 46px;
	}
	#footer .rightfooter .inside .nrnews .circle .in .hashnr .hash, .flow_sidebar .nrnews .circle .in .hashnr .hash{
		font-size: 20px;
		line-height: 20px;
		bottom: 5px;
	}
	
	
	#footer .rightfooter .inside .nrnews .circle, .flow_sidebar .nrnews .circle{
		bottom: -24px;
		right: inherit;
		left: -24px;
		width: 120px;
		height: 120px;
	}
	
	.flow_sidebar .newspaperwidget{
		padding: 10px;
		padding-bottom: 40px;
	}
	
	.newspaperwidget .nrnews .mobmax{
		margin-left: 0px;
		position: relative;
		bottom: 0;
	}
	
	.newspaperwidget .nrnews{
		margin-bottom: 30px;
		width: inherit;
		float: none;
		max-width: inherit;
	}
	.newspaperwidget .centerit{
		width: inherit;
		float: none;
		clear: both;
	}
	
	
	#footer .rightfooter .inside{
		background-color: transparent;
		padding-left: 80px;
		padding-right: 0px;
		
		margin-top: -30px;
	}
	.newspaperwidget .insidepadding{
		padding-top: 0;
		padding-bottom: 0;
	}
	
	#footer .rightfooter{
		width: 33.3%;
	}
	#footer .leftfooter{
		width: 66.6%;
		padding-top: 160px;
		text-align: left;
	}
	
	.huvudflodet .flow .insideflow{
		padding-right: 20px;
		padding-top: 20px;
	}
	
	.huvudflodet .flow, .huvudartikeln .left_art{
		background-color: white;		
	}
	
	
	body{
		background-color: #f9f8f2;
	}
	
	.modulescontainer.bggray{
		background-color: #f9f8f2;
	}
	.modulescontainer.bgearth{
		background-color: #edebdf;
	}
		
	
	
	.aboveimage.takeover .ad{
		max-width: 880px;
	}
	
	.factbox{
		margin-left: 30px;
		margin-right: 40px;
	}
		
	.huvudflodet .buttonholder{
		position: absolute;
		left: 0;
		bottom: -120px;
		padding-top: 15px;
		margin-bottom: 0;
	}
	
	.thecontent .hl_ingress_share{
		width: 67%;
	}
	.page .thecontent .hl_ingress_share, .error404 .thecontent .hl_ingress_share{
		width: 100%;
	}
	.huvudflodet .flow, .huvudartikeln .left_art{
		width: 67%;
		display: inline-block;
		float: left;
		background-color: #f9f8f2;
	}
	.page  .huvudartikeln .left_art, .error404  .huvudartikeln .left_art{
		width: 100%;
	}
	.flow .ad{
		text-align: left;
	}
	
	
	.huvudflodet .flow .insideflow, .huvudartikeln .left_art .insideart{
		border-right: solid 1px #d6d4c0;
	}
	
	

	.huvudflodet .flow_sidebar, .huvudartikeln .flow_sidebar{
		width: 33%;
		display: inline-block;
		float: left;	
	}
	
	.huvudartikeln.p1style .flow_sidebar .insideflow{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}


	.huvudflodet > .gridholder, .huvudartikeln{
		background-color: #efeee8;
		display: flex; /*OBS - för att få höjden på det vita så att det går över hela - notest!*/
	}
	.huvudartikeln .left_art .insideart{
		padding-right: 20px;
	}
	
	
	.page .thecontent .hl_ingress_share h1.maintitle, .page .thecontent .entry-content p.ingress, .page .thecontent .hl_ingress_share .share_and_pub_auth, .page .thecontent .hl_ingress_share .vinjett,
	.error404 .thecontent .hl_ingress_share h1.maintitle, .error404 .thecontent .entry-content p.ingress, .error404 .thecontent .hl_ingress_share .share_and_pub_auth, .error404 .thecontent .hl_ingress_share .vinjett{
		margin-left: 110px;
		margin-right: 110px;
	}
	.page .thecontent .entry-content .premiumcontent > p, .page .thecontent .entry-content .lockedpart > p, .page .thecontent .entry-content .exmarg, .page .thecontent .entry-content .wpcf7-form, .page .thecontent .entry-content blockquote, .page .thecontent .entry-content ul, .page .thecontent .entry-content ol, .page .thecontent .entry-content h1, .page .thecontent .entry-content h2, .page .thecontent .entry-content h3, .page .thecontent .entry-content h4, .page .thecontent .entry-content h5, .page .thecontent .entry-content h6, .page .thecontent .entry-content h7, .page .thecontent .entry-content h8, .page .thecontent .entry-content .login_functionality{
		margin-left: 110px;
		margin-right: 110px;
	}
	.page .thecontent .entry-content .aligncenter{
		margin-left: 50px;
		margin-right: 50px;
	}
	.page .thecontent .entry-content .alignright{
		margin-right: 50px;
	}
	.page .thecontent .entry-content .alignleft{
		margin-left: 50px;
	}
	
	.page .thecontent .nicelink, .page .thecontent .entry-content .slideshow, .page .factbox, .page .thecontent .newsletter{
		max-width: 860px;
		margin-left: auto;
		margin-right: auto;
	}
	.page .thecontent .newsletter{
		max-width: 800px;
	}
	
	
	.gridholder, .vytyp-kort .owl-nav{
		width: 984px;
	}
	.gridholder.morewide{
		width: 1004px;
	}	
	
	#header #meny_topp{
		display: inline-block;
		float: right;
		margin-right: 80px;
		margin-top: 40px;
	}
	
	
	
}



@media screen and (min-width: 1040px) {
	
	.w4_newsletter_widget .nlform .holder .nl_submit{
		width: 255px;
		text-indent: 0;
		position: absolute;
		height: 100%;
		right: 0;
		bottom: 0;
		padding: 0;
		margin-top: 0;
		background-size: 18px auto;
		background-position: 90% center;		
	}
	.nlform .holder .nl_email, .nlform .holder .nl_name{
		max-width: 270px;
	}
	
	.thecontent .boxes .boxbubble{
		width: 33.3%;
	}
	
	.aboveimage.takeover .ad{
		max-width: 900px;
	}
	
	#header .login_search_menu .element{
		margin-left: 50px;
	}
	
	
	.entry-content .listofusers .userpuff{
		width: 33%;
	}
		
	.ad.panorama .insidead{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.page .thecontent .hl_ingress_share h1.maintitle, .page .thecontent .entry-content p.ingress, .page .thecontent .hl_ingress_share .share_and_pub_auth, .page .thecontent .hl_ingress_share .vinjett,
	.error404 .thecontent .hl_ingress_share h1.maintitle, .error404 .thecontent .entry-content p.ingress, .error404 .thecontent .hl_ingress_share .share_and_pub_auth, .error404 .thecontent .hl_ingress_share .vinjett{
		margin-left: 120px;
		margin-right: 120px;
	}
	.page .thecontent .entry-content .premiumcontent > p, .page .thecontent .entry-content .lockedpart > p, .page .thecontent .entry-content .exmarg, .page .thecontent .entry-content .wpcf7-form, .page .thecontent .entry-content blockquote, .page .thecontent .entry-content ul, .page .thecontent .entry-content ol, .page .thecontent .entry-content h1, .page .thecontent .entry-content h2, .page .thecontent .entry-content h3, .page .thecontent .entry-content h4, .page .thecontent .entry-content h5, .page .thecontent .entry-content h6, .page .thecontent .entry-content h7, .page .thecontent .entry-content h8, .page .thecontent .entry-content .login_functionality{
		margin-left: 120px;
		margin-right: 120px;
	}
	.page .thecontent .entry-content .aligncenter{
		margin-left: 60px;
		margin-right: 60px;
	}
	.page .thecontent .entry-content .alignright{
		margin-right: 60px;
	}
	.page .thecontent .entry-content .alignleft{
		margin-left: 60px;
	}
	
	.gridholder, .vytyp-kort .owl-nav{
		width: 1000px;
	}
	.gridholder.morewide{
		width: 1020px;
	}			
}

@media screen and (max-width: 1079px) {

}

@media screen and (min-width: 1080px) {
	
	.aboveimage.takeover .ad{
		max-width: 940px;
	}
		
	
	.page .thecontent .hl_ingress_share h1.maintitle, .page .thecontent .entry-content p.ingress, .page .thecontent .hl_ingress_share .share_and_pub_auth, .page .thecontent .hl_ingress_share .vinjett,
	.error404 .thecontent .hl_ingress_share h1.maintitle, .error404 .thecontent .entry-content p.ingress, .error404 .thecontent .hl_ingress_share .share_and_pub_auth, .error404 .thecontent .hl_ingress_share .vinjett{
		margin-left: 130px;
		margin-right: 130px;
	}
	.page .thecontent .entry-content .premiumcontent > p, .page .thecontent .entry-content .lockedpart > p, .page .thecontent .entry-content .exmarg, .page .thecontent .entry-content .wpcf7-form, .page .thecontent .entry-content blockquote, .page .thecontent .entry-content ul, .page .thecontent .entry-content ol, .page .thecontent .entry-content h1, .page .thecontent .entry-content h2, .page .thecontent .entry-content h3, .page .thecontent .entry-content h4, .page .thecontent .entry-content h5, .page .thecontent .entry-content h6, .page .thecontent .entry-content h7, .page .thecontent .entry-content h8, .page .thecontent .entry-content .login_functionality{
		margin-left: 130px;
		margin-right: 130px;
	}
	.page .thecontent .entry-content .aligncenter{
		margin-left: 80px;
		margin-right: 80px;
	}
	.page .thecontent .entry-content .alignright{
		margin-right: 80px;
	}
	.page .thecontent .entry-content .alignleft{
		margin-left: 80px;
	}	
	.gridholder, .vytyp-kort .owl-nav{
		width: 1040px;
	}
	.gridholder.morewide{
		width: 1060px;
	}
}

@media screen and (min-width: 1110px) {
	.aboveimage.takeover .ad{
		max-width: 970px;
	}
	.bottom_header .meny_topp{
		max-width: 620px;
	}
	
	.page .thecontent .hl_ingress_share h1.maintitle, .page .thecontent .entry-content p.ingress, .page .thecontent .hl_ingress_share .share_and_pub_auth, .page .thecontent .hl_ingress_share .vinjett,
	.error404 .thecontent .hl_ingress_share h1.maintitle, .error404 .thecontent .entry-content p.ingress, .error404 .thecontent .hl_ingress_share .share_and_pub_auth, .error404 .thecontent .hl_ingress_share .vinjett{
		margin-left: 155px;
		margin-right: 155px;
	}
	.page .thecontent .entry-content .premiumcontent > p, .page .thecontent .entry-content .lockedpart > p, .page .thecontent .entry-content .exmarg, .page .thecontent .entry-content .wpcf7-form, .page .thecontent .entry-content blockquote, .page .thecontent .entry-content ul, .page .thecontent .entry-content ol, .page .thecontent .entry-content h1, .page .thecontent .entry-content h2, .page .thecontent .entry-content h3, .page .thecontent .entry-content h4, .page .thecontent .entry-content h5, .page .thecontent .entry-content h6, .page .thecontent .entry-content h7, .page .thecontent .entry-content h8, .page .thecontent .entry-content .login_functionality{
		margin-left: 155px;
		margin-right: 155px;
	}
	.page .thecontent .entry-content .aligncenter{
		margin-left: 95px;
		margin-right: 95px;
	}
	.page .thecontent .entry-content .alignright{
		margin-right: 95px;
	}
	.page .thecontent .entry-content .alignleft{
		margin-left: 95px;
	}
		
	.gridholder, .vytyp-kort .owl-nav{
		width: 1070px;
	}
	.gridholder.morewide{
		width: 1090px;
	}		
}
@media screen and (min-width: 1130px) {
	
	.aboveimage.takeover .ad{
		max-width: 990px;
	}
	
	
	
}


@media screen and (min-width: 1218px) {
	
	#cookieinfo .insidepcookie .largertext{
		font-size: 28px;
		line-height: 30px;
		font-weight: 500;
		display: inline-block;
		float: left;
		max-width: 30%;
		margin-right: 30px;
	}
	#cookieinfo .insidepcookie .text{
		max-width: 50%;	
	}
	
	.artpuffspec .floatleft.right .padding h2{
		font-size: 40px;
		line-height: 46px;
	}
	
	.aboveimage.takeover .ad{
		max-width: 1080px;
	}
	
	.thecontent .entry-content img.aligncenter, .thecontent .entry-content figure.aligncenter,
	.thecontent .entry-content img.alignnone, .thecontent .entry-content figure.alignnone{
		max-width: 720px;
	}
	.page .thecontent .entry-content img.aligncenter, .page .thecontent .entry-content figure.aligncenter{
		max-width: 860px;
	}
	
	#header #meny_topp{
		margin-right: 115px;
	}
	
	.bottom_header .meny_topp{
		max-width: 700px;
	}
	
	.page .thecontent .hl_ingress_share h1.maintitle, .page .thecontent .entry-content p.ingress, .page .thecontent .hl_ingress_share .share_and_pub_auth, .page .thecontent .hl_ingress_share .vinjett,
	.error404 .thecontent .hl_ingress_share h1.maintitle, .error404 .thecontent .entry-content p.ingress, .error404 .thecontent .hl_ingress_share .share_and_pub_auth, .error404 .thecontent .hl_ingress_share .vinjett{
		margin-left: 210px;
		margin-right: 210px;
	}
	.page .thecontent .entry-content .premiumcontent > p, .page .thecontent .entry-content .lockedpart > p, .page .thecontent .entry-content .exmarg, .page .thecontent .entry-content .wpcf7-form, .page .thecontent .entry-content blockquote, .page .thecontent .entry-content ul, .page .thecontent .entry-content ol, .page .thecontent .entry-content h1, .page .thecontent .entry-content h2, .page .thecontent .entry-content h3, .page .thecontent .entry-content h4, .page .thecontent .entry-content h5, .page .thecontent .entry-content h6, .page .thecontent .entry-content h7, .page .thecontent .entry-content h8, .page .thecontent .entry-content .login_functionality{
		margin-left: 210px;
		margin-right: 210px;
	}
	.page .thecontent .entry-content .aligncenter{
		margin-left: 150px;
		margin-right: 150px;
	}
	.page .thecontent .entry-content .alignright{
		margin-right: 150px;
	}
	.page .thecontent .entry-content .alignleft{
		margin-left: 150px;
	}
	
	
	.gridholder, .vytyp-kort .owl-nav{
		width: 1180px;
	}
	.gridholder.morewide{
		width: 1200px;
	}
}

@media screen and (min-width: 1250px) {		
	
	.aboveimage.takeover .ad{
		max-width: 1150px;
	}
	
	
	.premium.abs{
		right: -15px;
		top: -15px;
	}
	
}



@media screen and (min-width: 1300px) {
	.aboveimage.takeover .ad{
		max-width: 1180px;
	}
	#footer .rightfooter .inside .nrnews .circle, .flow_sidebar .nrnews .circle{
		left: inherit;
		bottom: -24px;
		right: -24px;
	}

}

@media screen and (min-width: 1360px) {
	.hamburgercontent .inner{
		padding-left: 0px;
		padding-right: 0px;
	}
}

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

@media screen and (min-width: 1460px) {
	/*
	.thecontent .boxes .boxbubble .inside .img img{
		max-width: 80px !important;
	}
	*/
	
	.thecontent .boxes .boxbubble .inside{
		padding: 60px 25px 30px;
		min-height: 270px;
	}
	
	
	.artpuffspec{
		min-height: 480px;
	}
	
	.artpuffspec .floatleft.left{
		width: 65%;
	}
	.artpuffspec .floatleft.right{
		width: 38%;
		margin-left: 62%;
	}
	
	.element.artpuff.fullbred.smaller.reg .overflowhidden{
		height: 240px;
	}
	
	.element.artpuff.fullbred a .title_excerpt .inner h2, .element.artpuff.ontop a .title_excerpt .inner h2{
		font-size: 36px;
		line-height: 44px;
	}
	.element.artpuff a .title_excerpt .inner h2{
		font-size: 32px;
		line-height: 36px;
	}
	
	.w4_related .element.artpuff.fullbred.smaller.reg a .title_excerpt .inner h2{
		font-size: 28px;
		line-height: 32px;
	}
	
	.vytyp-kort.w4_related .element.artpuff.fullbred.smaller.reg a .title_excerpt .inner h2{
		font-size: 28px;
		line-height: 34px;
	}
	
	.vytyp-kort .element.artpuff.fullbred.smaller.reg .overflowhidden{
		min-height: 540px;
	}
	
	.widget_w4bild .imageelement{
		min-height: 340px;
	}
	
	.w4_related.vytyp-kort{
		padding-top: 90px;
		padding-bottom: 130px;
	}
	
	.w4_related.vytyp-stor, #modules .widget_w4fokus{
		padding-top: 90px;
	}
	
	.widget_w4bild{
		padding-top: 80px;
	}
	
	.widget_w4bild .imageelement.full{
		min-height: 550px;
	}
	
	#header .login_search_menu .element .text{
		margin-left: 16px;
		font-size: 14px;
		line-height: 16px;
		bottom: 5px;
	}
	
	
	.bottom_header #meny_topp_botten_hoger ul li a{
		font-size: 14px;
	}
	
	#header ul.menu li, .bottom_header ul.menu li{
		margin-right: 20px;
	}
	
	.bottom_header .show_amnen .text{
		font-size: 15px;
		line-height: 15px;
		padding-bottom: 13px;
		margin-left: 10px;
	}
	
	
	.bottom_header{
		padding-top: 20px;
	}
	
	.bottom_header ul li a{
		font-size: 14px;
		line-height: 15px;
		padding-bottom: 13px;
	}
	
	
	body{
		padding-top: 97px;
	}
	#header .logo{
		height: 65px;
		margin-top: 15px;
		margin-bottom: 12px;
		margin-left: 0;
	}
	#header .login_search_menu{
		margin-top: 35px;
		margin-right: 0px;
	}
	
}
@media screen and (min-width: 1500px) {

	
}
@media screen and (min-width: 1550px) {
	#footer .rightfooter .inside .nrnews .circle, .flow_sidebar .nrnews .circle{
		width: 160px;
		height: 160px;
		bottom: -15px;
		right: -25px;
	}
	#footer .rightfooter .inside .nrnews .circle .in, .flow_sidebar .nrnews .circle .in{
		top: 45px;
		right: 2px;
	}
	#footer .rightfooter .inside .nrnews .circle .in .hashnr, .flow_sidebar .nrnews .circle .in .hashnr{
		font-size: 56px;
		line-height: 56px;
	}
	#footer .rightfooter .inside .nrnews .circle .in .hashnr .hash, .flow_sidebar .nrnews .circle .in .hashnr .hash{
		font-size: 26px;
		bottom: 9px;
	}
	#footer .rightfooter .inside .nrnews .circle .in .year, .flow_sidebar .nrnews .circle .in .year{
		font-size: 16px;
		line-height: 16px;
	}
	
}
@media screen and (min-width: 1640px) {
	
	
	.gridholder.superwide{
		width: 1600px;
	}
	
}

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

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



@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	
}

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

@media print {
	body {
		padding-top: 0px !important;
		background: none !important; /* Brute force since user agents all print differently. */
	}
	.gridholder.morewide{
		width: 100%;
	}
	.gridholder, .vytyp-kort .owl-nav{
		width: 100%;
	}
	
}