/*
Theme Name: Pausermedia 2019
Theme URI: http://wonderfour.se
Author: WONDERFOUR W4 Webbyrå Stockholm
Author URI: http://wonderfour.se/
*/

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

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

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

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

body,
button,
input,
textarea {
	border:none;
	color: #000000;
	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: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'PT Sans', 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: 74px;
	
}

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

a:focus {
	outline: none;
}

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

a:active,
a:hover {
	
}

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

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

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

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

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

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

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

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

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

b,
strong {
}

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

mark,
ins {
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

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

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

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

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {

}

dd {
	margin-bottom: 24px;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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

figure {
	margin: 0;
}

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

legend {
	white-space: normal;
}

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

button,
input {
	line-height: normal;
}


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

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

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

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

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

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

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

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

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.5);
}

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: #000000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #000000;
	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: #000000;
	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: 'PT Sans', 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,
.wpcf7-submit,
input[type="submit"],
input[type="button"],
input[type="reset"]{
	border:none;
	cursor: pointer;
	background-color: #000000;
	color: white;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0em;
	padding: 14px 15px 14px;
	vertical-align: bottom;
	display: inline-block;
  	position: relative;
	font-family: 'PT Sans', sans-serif;
	font-weight: 600;
	border: solid 1px #000000;
}
button:hover,
.button:hover,
.entry-content .button:hover,
.wpcf7-submit:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	color: white;
	background-color: black;
	border-color: black;
}
.button.rounded{
	border-radius: 40px;
}

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



.button.green{
	background-color: #3aaa35 !important;
	border-color: #3aaa35 !important;
	color: white !important;
}
.button.green:hover{
	background-color: black !important;
	border-color: black !important;
	color: white !important;
}
.button.white{
	background-color: white !important;
	border-color: white !important;
	color: black !important;
}
.button.white:hover{
	background-color: black !important;
	border-color: black !important;
	color: white !important;
}

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

.button.extrpadd{
	padding-left: 50px;
	padding-right: 50px;
}
.button .arr{
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: -78px -320px;
	margin-left: 45px;
}

.filter-whitepapers{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.filter-whitepapers .button{
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
	padding: 10px 20px;
	
	background-color: transparent;
	border: solid 2px black;
	color: black;
}
.filter-whitepapers .button:hover{
	background-color: black;
	color: white;
}
.filter-whitepapers .button.active{
	background-color: black;
	color: white;
}
.filter-whitepapers .button.active:hover{
	background-color: black;
	color: white;
}


.button.mainload{
	background-color: transparent;
	border: solid 1px #cfcfcf;
	color: #7f7f7f;
	text-transform: none;
	padding-top: 30px;
	padding-bottom: 25px;
	padding-right: 80px;
	padding-left: 80px;
	border-radius: 4px;
}
.button.mainload:hover{
	border: solid 1px #7f7f7f;
	background-color: #7f7f7f;
	color: white;	
}

.button.eventbtn{
	background: none;
	border: solid 3px white;
	color: white;
	text-transform: uppercase;
	padding-top: 18px;
	padding-bottom: 12px;
	padding-right: 70px;
	padding-left: 70px;
	font-weight: 700;
}
a:hover .button.eventbtn, .button.eventbtn:hover{
	border-color: white;
	background-color: white;
	color: black;
}

.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: #000000;
}

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

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

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, .thecontent .entry-content figure.wp-block-image{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gridholder{
	width: 1020px;
	margin: 0 auto;
}

.gridholder.morewide{
	width: 1040px;
}
.owl-carousel{
	overflow: hidden;
}
.bgspr{
	background-image: url("images/sprites.png");
}

ul.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*LÅST*/

.wlt:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	width: 100%;
	height: 18px;
	background-image: url("images/white-to-gray-top.png");
	background-size: 95px 18px;
	background-repeat: repeat-x;
	display: block;
}
.wlb:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	width: 100%;
	height: 18px;
	background-image: url("images/gray-to-white-bottom.png");
	background-size: 95px 18px;
	background-repeat: repeat-x;
	display: block;
}

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

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.notloggedin{
	display: none;
}


.thecontent .locked_holder{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #f4f4f4;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.thecontent .locked_holder ul{
	margin-left: 0;
}
.thecontent .locked_holder .vinjett{
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	font-family: 'PT Sans', sans-serif;
}
.thecontent .locked_holder h2{
	font-size: 26px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 20px;
	font-family: "PT serif", serif;
	letter-spacing: 0em;	
}
.thecontent .locked_holder .button{
	margin-bottom: 20px;
	border-radius: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 18px;
	font-size: 18px;
	line-height: 20px;
}
.thecontent .locked_holder .button .arr{
	margin-bottom: -5px;
	margin-left: 5px;
}

.thecontent .locked_holder .already_text{
	font-weight: 600;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.thecontent .locked_holder .already_signin, .locked_holder .information a, .thecontent .locked_holder a{
	border-bottom: solid 2px #ff5959;
	padding-bottom: 0px;
}
.thecontent .locked_holder .already_signin:hover, .locked_holder .information a:hover, .thecontent .locked_holder a:hover{
	color: #ff5959;
}
.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.errorform{
	display: block;
}


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

.thecontent .locked_holder .error, form.activate .error{
	color: #ff5959;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.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;
}

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

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

/*Servicepack 1*/
#subscribe_splash{
	background-color: #BABABA;
	text-align: center;
	overflow: hidden;
	display: none;
}
#subscribe_splash .inside{
	position: relative;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
}
#subscribe_splash .inside .closeit{
	position: absolute;	
	right: 10px;
	top: 10px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
#subscribe_splash .inside .closeit:hover .lin{
	background-color: red;
}
#subscribe_splash .inside .lin{
	display: inline-block;
	transform: rotate(45deg);
	width: 18px;
	height: 3px;
	background-color: black;
	margin-left: -18px;
	margin-right: 0px;
}
#subscribe_splash .inside .lin.l2{
	position: relative;
	transform: rotate(-45deg);
}
#subscribe_splash .inside .fifty{
}
#subscribe_splash .inside .fifty.image{
	display: none;
}
#subscribe_splash .inside .fifty.text{
	padding-left: 0%;
}
#subscribe_splash .inside .fifty.text .padd{
	padding: 80px 40px;
	padding-bottom: 30px;
	text-align: center;
}
#subscribe_splash .inside .fifty.text .padd h2{
	margin: 0;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 10px;
}
#subscribe_splash .inside .fifty.text .padd .text{
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;	
}
#subscribe_splash .inside .fifty.text .padd .text p{
	
}
#subscribe_splash .inside .fifty.text .padd .text strong{
	font-weight: 700;
}
#subscribe_splash .inside .fifty.text .padd .button{
	
}



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

#header.whitebg .bottom_header{
	display: none;
}
#header.whitebg .top_header{
	background-color: white;
}
#header.whitebg #meny_topp ul li a{
	color: black;
}
#header.whitebg .login_search_menu .element.showsearch .icon{
	background-position: -81px -157px;
}
#header .login_search_menu .element.showsearch:hover .icon, #header.whitebg .login_search_menu .element.showsearch:hover .icon{
	background-position: -117px -157px;
}

#header.whitebg .login_search_menu .element.showlogin .icon{
	background-position: -7px -157px;
}

/*TEMORÄR PROOFOFCONCEPT*/
#header .login_search_menu .element.showlogin .linmrk{
	display: none;
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: black;
	right: -3px;
	bottom: -2px;
	background-position: -183px -166px;
	border: solid 2px transparent;
	
}
#header.whitebg .login_search_menu .element.showlogin .linmrk{
	border-color: white;
}
#header .login_search_menu .element.showlogin.logged_in_user .linmrk{
	display: block;
}




#header .login_search_menu .element.showlogin:hover .icon, #header.whitebg .login_search_menu .element.showlogin:hover .icon, body.profil #header.whitebg .login_search_menu .element.showlogin .icon{
	background-position: -44px -157px;
}




#header.whitebg .showmenubtn span{
	background-color: black;
}


.admin-bar #header{ 
	top: 32px;
}
#header .top_header{
	border-bottom: solid 1px #e4e4e4;
}
#header.falloutopen .top_header{
	border-bottom-color: transparent;
}
#header.falloutopen .top_header .gridholder.positionrelative{
	border-bottom: solid 1px #5f5f5f;
	background-color: #1a1a1a;	
}

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

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

#header ul.menu li, .bottom_header ul.menu li{
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
#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: 32px;
	margin-right: 15px;
}
#header .login_search_menu .element{
	float: left;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
    cursor: pointer;
    margin-left: 0px;
    margin-right: 5px;
}

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

#header .login_search_menu .element.showlogin, #header .login_search_menu .element.showsearch{
	border-radius: 50%;
}
body.profil #header .login_search_menu .element.showlogin{
	background-color: black;	
}
#header .login_search_menu .element.showlogin:hover, #header .login_search_menu .element.showsearch:hover{
	background-color: black;	
}



#header .login_search_menu .element .icon{
	width: 22px;
	height: 22px;
	background-position: -1px -1px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -11px;
	margin-left: -11px;
}

#header .login_search_menu .element.showsearch .icon{
	background-position: -117px -157px;
}
#header .login_search_menu .element.showlogin .icon{
	background-position: -44px -157px;
}

#header .showmenubtn{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    z-index: 100;
}
.showmenubtn .press_fix{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

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

.hamburger{
	position: relative;
    height: 100%;
    width: 15px;
    top: 4px;
    left: 7px;
    z-index: 1;
}
.hamburger span {
	height: 2px;
    left: 0px;
    margin: 4px 0;
    position: relative;
    top: 0px;
    width: 15px;
}
.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: 6px;
}
.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;
	border-bottom: solid 1px #d5d5d6;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.bottom_header #meny_topp_botten{
	float: left;
	display: inline-block;
}
.bottom_header .show_amnen{
	float: left;
	display: inline-block;
	cursor: pointer;
}
.bottom_header .show_amnen .ic{
	width: 21px;
	height: 13px;
	background-position: -125px -76px;
	display: inline-block;
	margin-bottom: -3px;
}
.bottom_header .show_amnen:hover .ic{
	background-position: -207px -76px;
}

.bottom_header.showamnen .show_amnen .ic{
	background-position: -248px -76px;
}
.bottom_header.showamnen .show_amnen:hover .ic{
	background-position: -330px -76px;
}

.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: 700;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bottom_header .amnen_in_header ul li a:hover{
	color: black;
}



.bottom_header .show_amnen .text{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.05em;
	color: #6f6f6f;
}
.bottom_header .show_amnen:hover .text{
	color: black;
}

.bottom_header #meny_topp_botten_hoger{
	display: none;
}

.bottom_header #meny_topp_botten ul li{
	margin-left: 0;
	margin-right: 20px;
}
.bottom_header ul li a{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	padding-bottom: 16px;
	border-bottom: solid 3px transparent;
	letter-spacing: 0.05em;
	display: inline-block;
}
.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: 10px;
	color: #6f6f6f;
}
.bottom_header #meny_topp_botten_hoger ul li a:hover{
	color: black;
}
.hamburgercontent, .searchcontent{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 90px;
	padding-bottom: 50px;
	background-color: #1a1a1a;
	color: white;
}
.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 .hamburger_liten{
	margin-bottom: 40px;
}
#header .hamburgercontent ul#menu-hamburgare_liten_1{
	margin-left: 40px;
	margin-right: 40px;
}
#header .hamburgercontent ul#menu-hamburgare_liten_2{
	margin-left: 40px;
	margin-right: 40px;
}


#header .hamburgercontent ul.menu li{
	display: block;
	float: none;
	margin: 0;
	margin-bottom: 22px;
}
#header .hamburgercontent ul.menu li a{
	color: white;	
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 2px;
	border-bottom: solid 1px transparent;
	font-weight: 400;
}
#header .hamburgercontent ul.menu#menu-hamburgare_stor{
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 40px;
}
#header .hamburgercontent ul.menu#menu-hamburgare_stor li{
	border-bottom: dotted 1px #5f5f5f;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
#header .hamburgercontent ul.menu#menu-hamburgare_stor li:first-child{
	padding-top: 0px;
}
#header .hamburgercontent ul.menu#menu-hamburgare_stor li a{
	color: white;
	display: block;
	font-size: 26px;
	line-height: 28px;
	padding-bottom: 2px;
	border-style: none;
	font-weight: 700;
}


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

.hamburgercontent h3, .hamburgercontent .newsletter_footer .text, .hamburgercontent .holder.integritetspolicy .integr_text{
	opacity: 0.5;
}


.hamburgercontent h3{
	font-weight: 700;
	margin: 0;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0em;
}
.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: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
	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: 17px;
	line-height: 20px;
	padding: 10px 10px;
	color: white;
	font-weight: 700;
	border-bottom: solid 2px white;
	width: 100%;
	max-width: 100%;
}
.search .search_holder .headersearch .searchfield, .error404 .search_holder .headersearch .searchfield{
	color: black;
	border-color: black;
}
.search .search_holder .headersearch .searchfield::-webkit-input-placeholder,
.error404 .search_holder .headersearch .searchfield::-webkit-input-placeholder {
	color: black;
	opacity: 0.8;
}
.search .search_holder .headersearch .searchfield::-moz-placeholder,
.error404 .search_holder .headersearch .searchfield::-moz-placeholder {
	color: black;
	opacity: 0.8;
}
.search .search_holder .headersearch .searchfield:-ms-input-placeholder,
.error404 .search_holder .headersearch .searchfield:-ms-input-placeholder {
	color: black;
	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{
	margin-left: 20px;
}
.search .search_holder .nr-results-container{
	margin-top: 10px;
}

.headersearch .searchsubmit{
	position: absolute;
	right: 0;
	bottom: 4px;
	border-style: none;
	text-indent: -99999px;
	width: 40px;
	height: 40px;
	padding: 0;
	background-color: #1a1a1a;
	background-position: -108px -149px;
	border: solid 1px #1a1a1a;
	border-bottom-style: none;
}
.headersearch .searchsubmit:hover{
	background-color: white;
	background-position: -72px -149px;
}

.headersearch .searchfield::-webkit-input-placeholder {
	color: white;
	opacity: 0.8;
}
.headersearch .searchfield::-moz-placeholder {
	color: white;
	opacity: 0.8;
}
.headersearch .searchfield:-ms-input-placeholder {
	color: white;
	opacity: 0.8;
}



/*FOOTER*/
#footer{
	
}
#footer .top_footer{
	padding-top: 75px;
	padding-bottom: 25px;
	text-align: center;
}
#footer .top_footer .footerlogo{
	display: block;
	height: 40px;
	width: auto;
	margin-bottom: 40px;
}
#footer .top_footer .footerlogo img{
	height: 100%;
	width: auto;
}
#footer .top_footer .cols{
	width: 100%;
	display: inline-block;
	float: left;
}
#footer .top_footer .cols .col{
	width: 100%;
	display: inline-block;
	float: left;
}
#footer .footer_meny_cont_foot{
	text-align: center;
}
#footer #menu-sidfotsmeny{
	display: inline-block;
	margin-bottom: 45px;
}

#footer .top_footer .cols .col.right{
	text-align: center;
}
#footer .top_footer .cols .col.right .inside{
	max-width: 340px;
	display: inline-block;
	text-align: center;
}
#footer .top_footer .address_and_all{
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	font-weight: 700;
}
#footer .top_footer .address_and_all p{
	margin: 0;
	margin-bottom: 30px;
}
#footer .top_footer .address_and_all p a{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#footer .top_footer .left .menu li{
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#footer .top_footer .left .menu li a{
	font-size: 15px;
	line-height: 17px;
	padding-bottom: 4px;
	font-weight: 700;
	letter-spacing: 0em;
	border-bottom: solid 2px white;
}

#footer .top_footer .left .menu li a:hover, #footer .top_footer .address_and_all p a:hover, #footer a.nllink:hover{
	border-color: black;
}
	

#footer .top_footer .newsp_image{
	width: 100%;
	display: inline-block;
	float: left;
	text-align: center;
}
#footer .top_footer .newsp_image .padd{
	display: inline-block;
	max-width: 270px;
}
#footer .top_footer .newsp_image .padd .nrnews{
	text-align: center;
	padding: 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
#footer .top_footer .newsp_image .padd .nrnews img{
	width: 100%;
	height: auto;
}

#footer h3{
	margin: 0;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0em;
	font-weight: 700;
}
#footer .newsletter_footer .text{
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0em;
	margin-bottom: 15px;
}
.newsletter_footer{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	border-top: solid 1px rgba(0, 0, 0, 0.3);
	border-bottom: solid 1px rgba(0, 0, 0, 0.3);
	margin-bottom: 40px;
}

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

.nlform .holder .nl_email, .nlform .holder .nl_name{
	font-size: 20px;
	line-height: 24px;
	padding: 18px 20px;
	display: block;
	width: 100%;
	letter-spacing: 0em;
	font-weight: 400;
	border-style: none;
}

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

.nlform .holder .nl_email::-moz-placeholder, .nlform .holder .nl_name::-moz-placeholder {
	color: #000000;
	opacity: 0.6;
}
.nlform .holder .nl_email:-ms-input-placeholder, .nlform .holder .nl_name:-ms-input-placeholder {
	color: #000000;
	opacity: 0.6;
}
.nlform .holder .nl_submit{
	position: absolute;
	width: 50px;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0;
	border-style: none !important;
	background-position: 6px -301px;
	text-indent: 99999px;
	overflow: hidden;
	background-color: transparent !important;
}
.nlform .holder.input:after{
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	position: absolute;
	background-color: white;
	right: 51px;
	bottom: 50%;
	margin-bottom: -15px;
	opacity: 0.4;
}
.nlform .holder.input.namehidden:after{
	display: none;
}

.nlform .holder .nl_submit:hover{
	background-position: 6px -301px;
}


.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 black;
    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: black;
    transition: all .2s;
}
.holder.integritetspolicy [type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}
.holder.integritetspolicy [type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}
.holder.integritetspolicy .integr_text{
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0em;
	font-weight: 400;
	font-family: 'PT Sans', sans-serif;
}
.holder.integritetspolicy .integr_text a{
	padding-bottom: 3px;
	border-bottom: solid 1px black;
}
.holder.integritetspolicy .integr_text a:hover{
	border-color: black;
}

#footer .nlform{
	margin-bottom: 30px;
}
#footer .nllink{
	font-weight: 700;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 40px;
	padding-bottom: 2px;
	letter-spacing: 0;
	border-bottom: solid 2px black;
	display: inline-block;
}

#footer #social_meny_cont_foot ul.menu{
	margin-top: 5px;
	margin-bottom: 20px;
	display: inline-block;
}
#footer #social_meny_cont_foot ul.menu li, .hamburgercontent .inner ul#menu-socialmenu li{
	margin-left: 0;
	padding-left: 15px;
	padding-right: 15px;
	border-right: solid 1px white;
	width: auto;
	float: left;
}
.hamburgercontent .inner ul#menu-socialmenu li{
	border-right: solid 1px rgba(255, 255, 255, 0.5);
}
#footer #social_meny_cont_foot ul.menu li:first-child, .hamburgercontent .inner ul#menu-socialmenu li:first-child{
	padding-left: 0;
}
#footer #social_meny_cont_foot ul.menu li:last-child, .hamburgercontent .inner ul#menu-socialmenu li:last-child{
	border-style: none;
	padding-right: 0px;
}

#footer #social_meny_cont_foot ul.menu li a, .hamburgercontent .inner ul#menu-socialmenu li a{
	position: relative;
	width: 25px;
	height: 25px;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	border-style: none;
}

#footer #social_meny_cont_foot ul.menu li a .hamic, .hamburgercontent .inner ul#menu-socialmenu li a .hamic{
	position: absolute;
	width: 22px;
	height: 22px;
	top: 50%;
	left: 50%;
	margin-left: -11px;
	margin-top: -11px;
}
#footer #social_meny_cont_foot ul.menu li a:hover .hamic, .hamburgercontent .inner ul#menu-socialmenu li a:hover .hamic{
	opacity: 0.5;
}
#footer #social_meny_cont_foot ul.menu li.fb a .hamic, .hamburgercontent .inner ul#menu-socialmenu li.fb a .hamic{
	background-position: -10px -280px;
}
#footer #social_meny_cont_foot ul.menu li.tw a .hamic, .hamburgercontent .inner ul#menu-socialmenu li.tw a .hamic{
	background-position: -45px -280px;
}
#footer #social_meny_cont_foot ul.menu li.linkedin a .hamic, .hamburgercontent .inner ul#menu-socialmenu li.linkedin a .hamic{
	background-position: -83px -281px;
}

#footer .button{
	margin-bottom: 20px;
	display: block;
}
#footer .button:hover{
	color: black;
	background-color: white;
	border-color: white;
}

#footer .bottom_footer{
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: center;
}
#footer .bottom_footer .left{
	display: inline-block;
	float: none;
}
#footer .bottom_footer .left .pmlogo{
	display: inline-block;
	width: 155px;
	height: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	float: none;
	background-position: -14px -428px;
}
#footer .bottom_footer .left .menu_overall{
	margin: 0;
	list-style: none;
	padding: 0;
	display: block;
	float: none;
}
#footer .bottom_footer .left .menu_overall li{
	display: block;
	float: none;
	margin-bottom: 20px;
}
#footer .bottom_footer .left .menu_overall a{
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 4px;
	border-bottom: solid 2px #5a5a5a;
	color: #5a5a5a;
	letter-spacing: 0.025em;
}
#footer .bottom_footer .copymadecont{
	display: inline-block;
	float: none;
	text-align: center;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 6px;
	color: #9a9a9a;
	margin-top: 10px;
}
#footer .bottom_footer .copymadecont .madeby{
	
}
#footer .bottom_footer .copymadecont .madeby .heart{
	color: #df0e1f;
	font-size: 12px;
}
#footer .bottom_footer .copymadecont .madeby a{
	font-weight: 700;
}


/*MODULES*/
#modules_startpage{
	padding-top: 20px;
	padding-bottom: 0px;
}
.modulescontainer{
	padding-top: 0px;
}
.modulescontainer.bggray{
	background-color: #f4f7f8;
}
.modulescontainer.bggray .moblock{
	margin-bottom: 0px;
}
.modulescontainer.bggray .moblock .ad{
	margin-bottom: 20px;
}

.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;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.05em;
	font-weight: 700;
	margin-bottom: 20px;
	color: #2b2d32;
	margin-top: 15px;
	display: inline-block;
}
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;
}



.big_event{
	background-position: center center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 60px;
	background-color: gray;
	background-blend-mode: soft-light;
}
.big_event .centerit{
	position: relative;
}
.big_event a{
	display: inline-block;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}
.big_event a .vinjett{
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 20px;
}
.big_event a .line{
	width: 40px;
	height: 4px;
	background-color: white;
	margin-bottom: 40px;
	display: inline-block;
}
.big_event a h2{
	margin: 0;
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	text-transform: uppercase;	
	margin-bottom: 32px;
}
.big_event a .eventinfo{
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;	
	margin-bottom: 20px;	
}
.big_event a .eventinfo span{
	display: block;
}
.big_event .button{
	margin-top: 30px;
}


.premium_puff{
	
}
.premium_puff .inner{
	padding-right: 30px;
	padding-left: 30px;
	background-color: #dfad5a;
}
.premium_puff .inner .left{
	width: 100%;
	display: inline-block;
	float: left;
	padding-top: 0px;
}
.premium_puff .inner .right{
	width: 100%;
	display: inline-block;
	float: right;
	position: relative;
}

.premium_puff .inner .left .inside{
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
.premium_puff .inner .left .inside h2{
	margin: 0;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 0em;
	font-weight: 700;
	margin-bottom: 20px;
}
.premium_puff .inner .left .inside .text{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0em;
	font-weight: 700;
	margin-bottom: 20px;	
}
.premium_puff .inner .left .inside .buttons{
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.premium_puff .inner .left .inside .buttons .button{
	margin-left: 10px;
	margin-right: 10px;
	min-width: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.premium_puff .inner .right img{
	position: relative;
	right: 0;
	top: -20px;
	height: auto;
	width: 100%;
}


.premium{
	display: inline-block;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
	padding: 5px;
	padding-bottom: 3px;
	background-color: #df0e1f;
	letter-spacing: 0.05em;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 10px;
}	
.premium.abs{
	position: absolute;
	left: -5px;
	top: 10px;
	right: inherit;
	z-index: 3;
	margin: 0;
}	
.premium.noimg{
	position: absolute;
	right: 20px;
	top: -5px;
	z-index: 1;
	margin: 0;
	font-size: 10px;
	line-height: 10px;
	padding: 5px;
	padding-bottom: 3px;
}	
.bluelinks .premium, .bluelinks .premium.abs, .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;
}

.bluelinks .premium.noimg{
	left: inherit;
	right: 10px;
	position: absolute;
	top: 5px;
	z-index: 2;
}


.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;
}
.aboveimage.takeover .ad{
	max-width: 300px;
}

.aboveimage.takeover .close{
	position: absolute;
	left: 0px;
	top: 10px;
	width: 40px;
	height: 40px;
	background-color: #666;
}

.aboveimage.takeover .ad:before{
	right: 0px;
	position: relative;
	content: "ANNONS";
	display: block;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.1em;
	color: white;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.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;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.aboveimage figcaption {
    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 .toolbox .line{
	background-color: #1a171b;
	height: 1px;
	display: block;
	text-align: center;
	float: none;
	width: 100%;
}
.aboveimage .toolbox .line .ins{
	width: 30px;
	height: 1px;
	display: block;
	background-color: #dddd;
	margin: 0 auto;
}
.aboveimage .btnstyle .ins{
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	display: block;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}	
.aboveimage .toolbox{
	position: fixed;
	top: 50px;
	right: 10px;	
	z-index: 1;
	width: 42px;
}
.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: 'PT Serif', serif;
	font-weight: 400;
}
.thelatest .element.artpuff a .linebottom{
	display: block;
	width: 60px;
	height: 1px;
	background-color: #d5d5d6;
	position: absolute;
	bottom: 0;
	left: 0;
}
.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;
}

.bluelinks{
	margin-top: 10px;
	padding-left: 20px;
}

.bluelinks .element.artpuff.noimg .title_excerpt{
	margin-left: 0px;
}
.bluelinks .element.artpuff.fullbred.noimg .title_excerpt .inner{
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.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: 10px;
	margin-right: 0px;
}
.vytyp-liten .element.artpuff a .title_excerpt .inner .vinjett{
	margin-bottom: 0px;
}

.relaterad_lasning .element.artpuff.fullbred.smaller.reg .overflowhidden{
	height: 100%;
	width: 100px;
	max-height: 80px;
	position: absolute;
	left: 0;
	top: 0;
}
.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;
}
.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;
}


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

.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: black;
	color: white;
}
.widget_polls-widget h3.widget-title:after{
	content: "";
	bottom: -11px;
	width: 15px;
	height: 11px;
	-webkit-mask-image: url(images/arrow_most_read.svg);
	mask-image: url(images/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: 'PT Sans', 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 black;
}


.w4_newsletter_widget .max{
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 20px;
}

.w4_newsletter_widget .left{
	display: inline-block;	
	float: left;
	width: 100%;
}
.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;
}
.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;
}
.thecontent .newsletter .right form.nlform{
	margin-top: 15px;
}



.w4_newsletter_widget .left h3, .thecontent .newsletter .left h3{
	margin: 0;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: 700;
	letter-spacing: 0em;
	font-family: 'PT Sans', sans-serif;
}
.thecontent .newsletter .left h3{
	font-size: 24px;
	line-height: 26px;
	display: block;
}
.w4_newsletter_widget .left .text, .thecontent .newsletter .left .text{
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0em;	
	font-family: 'PT Sans', sans-serif;
}
.thecontent .newsletter .left .text{
	font-size: 16px;
	line-height: 18px;
	display: inline;
}

.desktop_latest{
	display: none;
}


.black_widget{
	
}
.black_widget .sectionlink{
	display: inline-block;
	float: right;
	color: white;
	font-weight: 700;
	font-size: 15px;
	line-height: 17px;
	padding-bottom: 2px;
	border-bottom: solid 1px transparent;
	margin-top: 30px;
	margin-right: 20px;
}
.readalllink{
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	padding-bottom: 2px;
	border-bottom: solid 1px black;
}	


.black_widget.singleview{
	
}
.black_widget.singleview .left_large{
	width: 100%;
	display: inline-block;
	float: left;
}
.black_widget.singleview .right_list{
	display: none;
}

.black_widget .maxwidth{
	margin: 0 auto;
	padding-top: 45px;
	background-color: #262626;
	max-width: 1340px;
}

.black_widget{
	padding-bottom: 0px;
}

.flow_sidebar .ad{
	/*margin-bottom: 20px;*/
}
.flow_sidebar .widget{
	margin-bottom: 20px;
}

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

.flow_sidebar .gridholder{
	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(images/arrow_most_read.svg);
    mask-image: url(images/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: #f4f7f8;
}
.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: black;
}
.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: 'PT Serif', 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;
}
.ad.panorama, .panoramahldr{
	background-color: #f0f0f0;
}
.ad.panorama .insidead{
	margin-top: 20px;
	margin-bottom: 20px;
}
.ad img{
	max-width: 100%;
	height: auto;
}
.ad .insidead{
	display: inline-block;
	border-style: none;
	text-decoration: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 320px;
}
.ad .insidead:after{
	content: "Annons";
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.1em;
	color: #999999;
	position: absolute;
	left: 0px;
	top: -12px;
	display: block;
}

.entry-content .ad{
	border-top: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	clear: both;
}
.entry-content .ad .insidead{
	margin-left: 0px;
	margin-right: 0px;
}

h1.archive_hl, h2.archive_hl{
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #2b2d32;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.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 black;
}
.top_list{
	display: none;
}

/*HUVUDFLÖDET*/
.huvudflodet{
	margin-bottom: 0px;
}
.huvudartikeln{
	margin-bottom: 20px;
}
.huvudflodet > .gridholder, .huvudartikeln{
	background-color: #f4f7f8;
	display: block; /*KAnske felsök. För att få höjden på det vita så att det går över hela - notest*/
}
.huvudflodet .flow, .huvudartikeln .left_art{
	width: 100%;
	display: inline-block;
	float: left;
	background-color: white;
	position: relative;
}

.huvudflodet .buttonholder{
	position: relative;
	left: 0;
	bottom: 0px;
	width: 100%;
	background-color: white;
	padding-top: 15px;
	margin-bottom: 50px;
}
.huvudartikeln .maskingtejp{
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	background-color: white;
	height: 10px;
}

.huvudflodet .flow .insideflow .linediv{
	height: 1px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	background-color: #d5d5d6;
}

.huvudflodet .flow .insideflow .linediv.lastline{
	display: none;
}
.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;	
}
.huvudflodet .flow_sidebar .insideflow, .huvudartikeln .flow_sidebar .insideflow{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
}

.insideflow .hide_shade, .left_art .hide_shade{
	display: none;
	width: 100%;
	height: 5px;
	position: absolute;
	top: -5px;
	left: 0;
	background-color: white;
}
.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;
}
.bluelinks .element.artpuff{
	padding-bottom: 10px;
}

.element.artpuff.smaller{
	margin-right: 0;
	margin-left: 0;
}
.owl-carousel .element.artpuff.smaller a{
	margin-left: 0px;
	margin-right: 10px;
}
.black_widget .owl-carousel .element.artpuff.smaller a{
	margin-left: 10px;
	margin-right: 10px;
}
.black_widget h2.modulehl, .thelatest h2.modulehl{
	margin-left: 20px;
}
	

.element.artpuff a{
	position: relative;
	display: block;
}

.element.artpuff .overflowhidden{
	display: block;
	width: 100%;
	position: relative;
	height: 170px;	
	overflow: hidden;
}
.element.artpuff.specplatsannons .overflowhidden{
	height: auto;
}
.element.artpuff .overflowhidden .imageholder{
	background-image: url("images/loadertest.gif");
	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.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
.vytyp-liten .element.artpuff.vansterstalld a:hover .overflowhidden .imageholder,
.relaterad_lasning .element.artpuff.fullbred.smaller.reg a:hover .overflowhidden .imageholder,
.bluelinks .element.artpuff.vansterstalld 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);
}


.element.artpuff.vansterstalld .title_excerpt,
.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: 'PT Sans', sans-serif;
	display: block;
	margin-bottom: 5px;
}
.bluelinks .element.artpuff.fullbred.smaller a .title_excerpt .inner .vinjett.above{
	margin-bottom: 5px;
}


.element.artpuff.vansterstalld .title_excerpt .inner,
.element.artpuff.fullbred .title_excerpt .inner{
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
}
.bluelinks .element.artpuff.vansterstalld .title_excerpt .inner{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.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: 20px;
	margin-right: 20px;
}

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

.flow .element.artpuff.noimg.hasbluelinks a .title_excerpt{
	padding-left: 30px;
}
.element.artpuff a .title_excerpt .inner{
	
}
.element.artpuff a .title_excerpt .inner .vinjett{
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}
.element.artpuff a .title_excerpt .inner .vinjett .spons{
	color: black;
}


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

.element.artpuff.fullbred a .title_excerpt .inner .vinjett{
	display: inline;
	margin-bottom: 0;
}


.element.artpuff a .title_excerpt .inner h2{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
	letter-spacing: 0em;
	margin-bottom: 10px;
	color: black;
}
.element.artpuff.fullbred a .title_excerpt .inner h2, .element.artpuff.ontop a .title_excerpt .inner h2{
	font-size: 28px;
	line-height: 32px;
}

.bluelinks .element.artpuff a .title_excerpt .inner h2{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
}

.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: 'PT Serif', serif;
}
.nicelink .element.artpuff.fullbred.smaller.reg a .title_excerpt .inner h2{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
}

.black_widget .element.artpuff.smaller.reg a .title_excerpt .inner h2{
	color: white;
}

.black_widget .left_large .element.artpuff.smaller{
	margin-left: 20px;
	margin-right: 20px;
}

.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 a .title_excerpt .inner .published{
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0em;
	font-family: 'PT Sans', sans-serif;	
	color: black;
}
 .element.artpuff a.ontoplink .title_excerpt .inner .published{
	color: white;
}
.black_widget .element.artpuff a .title_excerpt .inner .published{
	color: white;
}

.published .clock{
	display: inline-block;
	margin-right: 3px;
	margin-bottom: -3px;
	width: 13px;
	height: 13px;
	background-position: -188px -119px;
}

.ontoplink .published .clock, .black_widget .published .clock{
	background-position: -261px -119px;
}


.element.artpuff.ontop a.ontoplink{
	background-position: center center;
	background-size: cover;
}
.element.artpuff.ontop a.ontoplink .title_excerpt{
	position: relative;
	z-index: 2;
	padding: 80px 40px 30px 40px;
	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/#000000+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='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

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



/*EVENT*/
.eventpage .entry-content .factbox.full{
	margin-left: 0px;
	margin-right: 0px;
	
}

.eventpage .sponsorer{
	padding-top: 30px;
}

.eventpage .sponsorer .logos{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.eventpage .sponsorer .logos .logo{
	display: inline-block;
	max-width: 70%;
}
.eventpage .sponsorer .logos img{
	width: 270px;
	max-width: 100%;
}

.eventpage .entry-content .factbox .toptitle.spec{
	text-align: left;
	letter-spacing: 0.05em;
	padding: 0;
	font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-bottom: 5px;
    display: block;
    font-weight: 700;
	font-family: 'PT Sans', sans-serif;
   	text-transform: uppercase;
}
.eventpage .factbox table td{
	color: #666666;
	text-transform: uppercase;
	font-weight: 700;
}
.eventpage .factbox table td.bld{
	text-transform: none;
	color: black;
	font-weight: 700;
}
.eventpage .thecontent{
	margin-left: 20px;
	margin-right: 20px;
}
.eventpage .thecontent .entry-content .factbox .toptitle.spec h3{
	margin: 0;
	display: inline-block;
	float: none;
	color: gray;
	font-weight: 700;
}
.eventpage .factbox .insidefactbox{
	border-top-color: gray;
	
}
.eventpage .factbox.static .insidefactbox{
	padding-left: 10px;
	padding-right: 10px;
}
.eventpage .entry-content .factbox .fastlinks{
	clear: both;
	margin-top: 10px;
	letter-spacing: 0.05em;
	padding: 0;
	font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
	font-family: 'PT Sans', sans-serif;
   	text-transform: uppercase;
}
.eventpage .entry-content .factbox .fastlinks a{
	color: black;
	margin-left: 20px;
	margin-right: 20px;
}

.eventpage .thecontent .entry-content p.ingress{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 25px;
	font-weight: 600;
	font-family: "PT Sans", sans-serif;
}
.eventpage .thecontent .entry-content h1, .eventpage .thecontent .entry-content h2{
	font-weight: 700;
	font-family: "PT Sans", sans-serif;
	font-size: 32px;
	line-height: 36px;
}
.eventpage .thecontent .entry-content h3, .eventpage .thecontent .entry-content h4, .eventpage .thecontent .entry-content h5, .eventpage .thecontent .entry-content h6, .eventpage .thecontent .entry-content h7, .eventpage .thecontent .entry-content h8, .eventpage .thecontent .entry-content h9{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	font-family: "PT Sans", sans-serif;
}


.eventpage .container_more{
	margin-top: 50px;
}
.eventpage .eventline .line, .formcontainer .eventline .line{
	width: 30px;
	height: 3px;
	background-color: gray;
	margin-bottom: 10px;
	display: inline-block;
}
.eventpage .thecontent .eventline h2, .formcontainer .eventline h2{
	margin: 0;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 32px;
	font-family: "PT Serif", sans-serif;
	font-weight: 400;
}
.eventpage .thecontent .container_more ul.eventprogram{
	list-style: none;
	margin: 0;
	padding: 0;
}
.eventpage .container_more .eventprogram li{
	margin: 0;
	padding: 0;
	font-family: "PT Sans", sans-serif;
}
.eventpage .container_more .eventprogram > li{
	padding-left: 10px;
	padding-right: 10px;
}
.eventpage .container_more .eventprogram li.inactivedate{
	display: none;
}

.eventpage .container_more .filter_program_dates{
	margin: 0;	
}
/*HS 2020 servicepack 1*/
.daytexts{
	margin-bottom: 30px;
	max-width: 600px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-family: "PT Sans", sans-serif;
}
.alignright_btn{
	text-align: right;
	position: relative;
}
.alignright_btn .expand_all, .alignright_btn .printpdf{
	display: inline-block;
	border-bottom: solid 1px black;
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	font-family: "PT Sans", sans-serif;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 2px;
}
.alignright_btn .printpdf{
	position: relative;
	bottom: 0;
}
/*hs 2020 servicepack 1 - slit*/

.eventpage .container_more .filter_program_dates li{
	display: inline-block;	
	font-family: "PT Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	border-bottom: solid 1px transparent;
	padding: 0px;
	padding-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.eventpage .container_more .filter_program_dates li.active{
	border-color: black;
}

.eventpage .container_more .filter_program_dates li:before{
	display: none;
}

.eventpage .container_more .eventprogram li{
	border-top: solid 1px #d5d5d6;
}
.eventpage .container_more .eventprogram li.odd{
	background-color: #fcfcfc;
	
}
.eventpage .container_more .eventprogram li .topline{
	position: relative;
	padding-top: 15px;
	padding-bottom: 10px;
	cursor: pointer;
}
.eventpage .container_more .eventprogram li:hover{
	background-color: #f1f1f1;
}
.eventpage .container_more .eventprogram li .topline .time{
	display: inline-block;
	float: left;
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	font-weight: 700;
}
.eventpage .container_more .eventprogram li .topline .hlcont{
	width: 100%;
	display: inline-block;
	float: left;
	text-align: left;
}
.eventpage .container_more .eventprogram li .topline h3.title{
	padding-left: 0px;
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0em;
	font-weight: 700;
}
.eventpage .container_more .eventprogram li .topline .open_close{
	display: block;
	float: none;
	width: 20px;
	height: 20px;
	text-align: right;
	position: absolute;
	right: 0px;
	top: 15px;
}
.eventpage .container_more .eventprogram li .topline .open_close .plusminus{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: -46px -360px;
	margin-right: 0px;
	cursor: pointer;
}
.eventpage .container_more .eventprogram li.show .topline .open_close .plusminus{
	background-position: -12px -360px;
}
.eventpage .container_more .eventprogram li.show:hover{
	background-color: transparent;
}
.eventpage .container_more .eventprogram li.odd.show:hover{
	background-color: #fcfcfc;
}
.eventpage .container_more .eventprogram li .beneath{
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	width: 100%;
	margin-left: 0%;
	overflow: hidden;
	height: 0;
	-webkit-transition : height 150ms ease-out;
  	-moz-transition : height 150ms ease-out;
  	-o-transition : height 150ms ease-out;
  	transition : height 150ms ease-out;
}
.eventpage .container_more .eventprogram li.show .beneath{
	height: auto;
}
.eventpage .container_more .eventprogram li .beneath .inner,
.eventpage .eventmap .adress_and_hl{
	padding-left: 0px;
}

.eventpage .container_more .eventprogram li .beneath .lokal{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 30px;
}
.eventpage .container_more .eventprogram li .beneath .lokal .location{
	display: inline-block;
	width: 14px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: -3px;
	background-position: -13px -393px;
}
.eventpage .container_more .eventprogram li .beneath .text{
	padding-bottom: 30px;
	border-bottom: solid 1px #d5d5d6;
}
.eventpage .container_more .eventprogram li .beneath .text strong.speakr{
	border-bottom: solid 1px #dadada;
	display: block;
	text-align: center;	
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-top: 20px;
}

.eventpage .container_more .eventprogram li .beneath .share_add_to_cal{
	padding-top: 18px;
	padding-bottom: 18px;
}
.eventpage .container_more .eventprogram li .beneath .share_add_to_cal .left, .eventpage .container_more .eventprogram li .beneath .share_add_to_cal .right{
	display: inline-block;
	float: left;
	width: 50%;
}

@media screen and (max-width: 747px) {
	.eventpage .container_more .eventprogram li .beneath .share_add_to_cal .button{
		font-size: 14px;
		line-height: 14px;
		padding: 10px 10px 10px;
		margin: 0 !important;
	}
}

.eventpage .container_more .eventprogram li .beneath .share_add_to_cal .right .button{
	display: inline-block;
	float: right;
	margin-left: 10px;
}
#talare.container_more{
	text-align: center;
}
.eventpage .container_more .talare{
	margin: 0 auto;
	font-family: "PT Sans", sans-serif;
	text-align: center;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	
}
.eventpage .container_more .talare.smaller{
	/*justify-content: flex-start;*/
	display: block;
}

.eventpage .container_more .talare .speaker{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.eventpage .container_more .talare .speaker .inner_speak{
	display: inline-block;
	max-width: 160px;
}
.eventpage .container_more .talare .speaker .text_right{
	display: block;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	text-align: left;
}

.eventpage .container_more .talare.smaller .speaker{
	margin-bottom: 15px;
}

.entry-content .listofusers{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
}
.entry-content .listofusers .userpuff{
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
.entry-content .listofusers .userpuff .insideuser{
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.entry-content .listofusers .userpuff .insideuser .insideimg{
	display: inline-block;
	width: 150px;
	height: 150px;
	border: solid 2px black;
	background-size: cover;
	background-position: center center;
	margin-bottom: 10px;
	border-radius: 50%;
}
.entry-content .listofusers .userpuff .insideuser .thecont{
	
}
.entry-content .listofusers .userpuff .insideuser .thecont h2{
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	margin: 0;
	margin-bottom: 10px;
}
.entry-content .listofusers .userpuff .insideuser .thecont .contacti{
	margin-bottom: 5px;
	padding-bottom: 5px;
	
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0;
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	
	
}





.eventpage .container_more .talare .speaker .img{
	display: inline-block;
	width: 90px;
	height: 90px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	border: solid 2px white;
	/*Fix för chrome*/
	/*
	-webkit-backface-visibility: hidden;
	
	-webkit-transition : all 150ms ease-out;
  	-moz-transition : all 150ms ease-out;
  	-o-transition : all 150ms ease-out;
  	transition : all 150ms ease-out;
	
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    */
}
.eventpage .container_more .talare.smaller .speaker .img{
	width: 80px;
	height: 80px;
	border-width: 1px;
}

/*
.eventpage .container_more .talare .speaker:hover .img{
	border-color: gray;
	-moz-filter: none;
    -o-filter: none;
    -webkit-filter: grayscale(0%);
    filter: none;    
}
*/
.eventpage .container_more .talare .speaker .inside, .eventpage .container_more .talare.smaller .speaker .inside{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	line-height: 18px;
}

.eventpage .container_more .talare .speaker .inside h3, .eventpage .container_more .talare.smaller .speaker .inside h3{
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
}


.eventpage .eventmap{
	border-bottom: solid 1px #d5d5d6;
	padding-bottom: 40px;
	margin-bottom: 70px;
}
.eventpage .eventmap .mapholder{
	border: solid 1px #d5d5d6;
	margin-bottom: 30px;
	line-height: 0;
}
.eventpage .eventmap iframe{
	width: 100%;
	height: 430px;
	max-width: 100%;
	margin: 0;
}
.eventpage .eventmap .adress_and_hl{
	font-family: "PT Sans", sans-serif;
	letter-spacing: 0.05em;
}
.eventpage .eventmap .adress_and_hl .line_hl{
	display: inline-block;
	float: left;
	margin-right: 40px;
}
.eventpage .eventmap .adress_and_hl .line{
	width: 30px;
	height: 3px;
	margin-bottom: 20px;
	background-color: gray;
}
.eventpage .thecontent .entry-content .eventmap .adress_and_hl h2{
	margin: 0;
	padding: 0;
	font-size: 19px;
	line-height: 23px;
	font-weight: 700;
	
}
.eventpage .eventmap .adress_and_hl .adress{
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin-top: 20px;
}

.eventpage .bookbtn_fast{
	margin-bottom: 50px;
}

.eventpage .info_about{
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.05em;
	max-width: 380px;
	display: inline-block;
	margin: 0 auto;
	font-weight: 700;
	margin-bottom: 30px;
}
.eventpage .info_about .smaller{
	margin-bottom: 25px;
}
.eventpage .thecontent .entry-content .info_about h2{
	margin: 0;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 5px;
}

.eventpage .footer_share{
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 50px;
}
.eventpage .footer_share .moreicon .text{
	display: none;
}
	




.eventpage .gutter{
	margin-left: 20px;
	margin-right: 20px;
}


.eventpage{
	background-color: #f4f7f8;
}

.eventpage .lagebg_thing{
	height: 290px;
	background-position: center center;
	background-size: cover;
	background-color: gray;
	background-blend-mode: soft-light;
}
.eventpage .thecontent{
	padding-top: 0;
	margin-top: -260px;
	padding-bottom: 60px;
	
}
.eventpage .thecontent .image_inside_holder{
	padding-top: 70px;
	padding-bottom: 60px;
	background-position: center center;
	background-size: cover;
	background-color: #0b3193;
	position: relative;
	background-blend-mode: soft-light;
}

.eventpage .thecontent .image_inside_holder .inside{
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	color: white;
}
.eventpage .thecontent .image_inside_holder .inside .vinjett{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
.eventpage .thecontent .image_inside_holder .inside h1{
	margin: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 27px;
	letter-spacing: 0em;	
	font-weight: 700;
}
.eventpage .thecontent .image_inside_holder .inside .subtext{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	max-width: 500px;
	margin: 0 auto;
}

.eventpage .thecontent .image_inside_holder .abs{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.eventpage .thecontent .image_inside_holder .bottom{
	margin-bottom: 0px;
	position: relative;
	bottom: -40px;
	padding: 15px 20px 5px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	background-color: gray;
	color: white;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0em;
}
.eventpage .thecontent .bg_and_shadow{
	background-color: #f5f5f5;	
	
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.12);
}

.eventpage .thecontent .entry-content{
	background-color: white;
}
.eventpage .thecontent .entry-content .gutter{
	padding-top: 65px;
}


.formcontainer .formsent .centerit{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}


.single-event .entry-content h3.thankyouheadline{
	font-size: 30px;
	line-height: 34px;
	letter-spacing: -0.01em;
	margin: 0;
	margin-bottom: 10px;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
}
.single-event .dibs-reciept .entry-content p{
	color: black;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0em;
	font-weight: 400;
	max-width: 640px;
	display: inline-block;
}
.single-event .entry-content p.thankyoumessage{
	color: black;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0em;
	font-weight: 400;
	max-width: 640px;
	display: inline-block;
}


p.disclaimer{
	font-size: 12px;
	line-height: 16px;
	display: block;
	margin: 0 auto;
	margin-top: 40px;	
	max-width: 400px;
}
/***
* Formulär
***/

.formcontainer .prisuppg.inkmoms{
	display: none;
}
.formcontainer #totalprice .pris.inkmoms{
	display: none;
}

.formcontainer.showinklmoms .prisuppg.exmoms{
	display: none;
}
.formcontainer.showinklmoms .prisuppg.inkmoms{
	display: inline;
}
.formcontainer.showinklmoms #totalprice .pris.exmoms{
	display: none;
}
.formcontainer.showinklmoms #totalprice .pris.inkmoms{
	display: inline;
}


.preview_payment{
	background-color: white;
	border-radius: 5px;
}
.preview_payment .blockheadline.summary{
    color: black;
    display: block;
    margin: 0 auto;
    letter-spacing: 0em;
    margin: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 20px;
    padding-bottom: 0px;
    font-weight: 600;
    text-align: center;
    
}

.linhlform{
	display: block;
	border-bottom: solid 1px #d1d1d1;
	position: relative;
	bottom: 15px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
}
.preview_payment h2.blockheadline.summary{
	margin: 0;
	padding: 0;
    font-size: 34px;
    line-height: 34px;    
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    top: 15px;
    position: relative;
    display: inline-block;
}
.preview_payment h3.blockheadline.summary{
	font-size: 18px;
    line-height: 18px;
    display: block;
    float: none;
}
.preview_payment h4.blockheadline.summary{
    line-height: 14px;
    display: block;
    float: none;
}
.preview_payment .formpadding .button{
	margin-bottom: 20px;
}

.formpadding .discountadder{
	display: block;
	text-align: center;
}


.preview_payment .formpadding{
	padding-left: 10px;
	padding-right: 10px;
	max-width: 720px;
	margin: 0 auto;
}
.preview_payment .formpadding.nopadd{
	padding-left: 20px;
	padding-right: 20px;
	max-width: inherit;
}
.preview_payment .totalsum{
	color: black;
	display: block;
}

table.sumtable th, table.sumtable td{
	border-style: none;
	border-bottom: 1px solid #e1e1e1;
	padding: 5px;
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	line-height: 16px;
}
table.sumtable .sum_tot td{
	border-top: solid 2px black;
}


.preview_payment .totalsum .sum{
	
}

.addeddiscounts{
	
}

#anmalan input.thediscountcode{
	width: auto;
	margin-bottom: 10px;
	color: black;
	font-size: 14px;
	line-height: 22px;
	padding: 14px 15px;
	font-family: "PT Sans", sans-serif;
}


.discount .deletediscount{
	padding: 5px;
	background-color: #ff5959;
	color: white;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	border-radius: 4px;
	margin-bottom: 0px;
	display: inline-block;
	cursor: pointer;
	font-weight: 600;
}
.discount .deletediscount:hover{
	cursor: pointer;
	background-color: #b10e0e;
}

#anmalan form{
	margin-bottom: 0px;
}
#anmalan table{
	margin-bottom: 10px;
	display: table;
	border-style: none;
}

table td.discinfo{
	font-size: 12px;
	line-height: 14px;
}

/**
 * 	ANMÄLNING / NYTT
 */
 
.formcontainer .priceinfo{
	text-align: center;
	display: inline-block;
	color: black;
	margin: 0 auto;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	margin-bottom: 5px;
	font-weight: 500;
}
.formcontainer .priceinfo .price_exmoms,  .formcontainer .priceinfo .price_inkmoms{
	font-weight: 700;
}

.formcontainer .formeltext .priceinfo{
	margin-left: 10px;
	border-left: solid 2px #e7e7e7;
	padding-left: 10px;
}
 
 
 #totalprice{
	 padding-top: 0px;
	 padding-bottom: 0px;
	 position: fixed;
	 bottom: 0px;
	 left: 0px;
	 z-index: 500;
	 width: 100%;
	 background-color: white;
	 border-top: solid 1px #d5d5d6;
	 border-bottom: solid 1px #d5d5d6;
 }
@keyframes blinkanimation {
    from {
	    background-color: white;
	}
    to {
	    background-color: #3aaa35;
	}
}
 
 #totalprice.blink{
    animation-name: blinkanimation;
    animation-duration: 0.5s;
    color: white;
 }
 
 #totalprice .container{
	 background: none;
	 border-style: none;
	 text-align: center;
	 padding-left: 20px;
	 padding-right: 20px;
 }	 
#totalprice .container .bookbtn.green{
	margin-top: 20px;
	margin-bottom: 20px;
}
 
.single-event .factbox table, .single-event .factbox th, .single-event .factbox td{
	border-style: none;
}
.single-event .fact{
	margin-top: 40px;
}
.single-event .factbox tr td{
	padding-bottom: 10px;
}
   
#bronto .bookbtn{
	float: none;
	margin-bottom: 40px;
	margin-top: 20px;
}
.bookbtn:hover{
	background-color: black;
	border: solid 1px black;
}
 
#totalprice .priceholder{
	 display: inline-block;
	 float: left;
	 font-size: 14px;
	 line-height: 16px;
	 margin-top: 16px;
	 margin-bottom: 10px;
}
#totalprice .green.submitorderform{
	float: right;
}
 
#totalprice .green.submitorderform:hover{
	background-color: black;
}
 #totalprice .priceholder .text{
	display: inline; 
 }
 #totalprice .priceholder .pris{
	display: inline;
 }
 #totalprice .priceholder .pris .exmomstot, #totalprice .priceholder .pris .inkmomstot{
	 font-weight: bold;
 }
 
.blockcontainer .button, .blockcontainer input[type="submit"], .formpadding .button, .formpadding input[type="submit"]{
	padding: 18px 55px 15px;
	background-color: white;
    border: 2px solid #e1e1e1;
    font-weight: 600;
    height: auto;
    color: black;
    letter-spacing: 0.05em;
    line-height: 12px;    
    margin-bottom: 0px;
}

.formpadding input[type="submit"].linkstylebtn{
	border: none;
	border-bottom: 1px solid black;
    bottom: 6px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 14px;
    font-size: 12px;
    padding: 0;
    padding-bottom: 2px;
    position: relative;
    text-transform: uppercase;
}
.formpadding input[type="submit"].linkstylebtn:hover{
	background-color: transparent !important;
	color: black !important;
	border-color: black !important;
}
.formpadding .rel_pos{
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.formpadding .rel_pos .laquo{
	color: black;
    display: inline-block;
    float: left;
    font-size: 33px;
    font-weight: 100;
    line-height: 2px;
    margin-right: 4px;
}

.blockcontainer .button:hover, .blockcontainer input[type="submit"]:hover, .formpadding .button:hover, .formpadding input[type="submit"]:hover{
	background-color: #e1e1e1;
	color: #999;
}
.blockcontainer .button.repeatblock:hover{
	background-color: black;
	color: white;
}

.formpadding input[type="submit"].paymentbutton_style{
	background-color: black;
    border-style: none;
    color: white;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 20px 60px 15px;
    clear: both;
}
.formpadding input[type="submit"].paymentbutton_style:hover{
	background-color: black;	
}
 
.blockcontainer .button.repeatblock{
	background-color: white;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    color: black;
    letter-spacing: 0.05em;
    line-height: 14px;
    margin: 0;
    padding: 18px 35px 15px 60px;
    position: relative;
    bottom: 40px;
}

.blockcontainer .button.repeatblock .icon{
	position: absolute;
	border-radius: 50%;
	display: block;
	left: 20px;
	top: 7px;
	background-color: white;
	width: 30px;
	height: 30px;
}
.blockcontainer .button.repeatblock .icon .plus{
	color: #3aaa35;
    font-size: 30px;
    font-weight: 100;
    left: 50%;
    line-height: 0px;
    margin-left: -8px;
    margin-top: 1px;
    position: absolute;
    top: 50%;
}

.formcontainer{

}
.formcontainer .gridholder{
	padding-top: 20px;
	padding-bottom: 20px;
}
.formcontainer #totalprice .gridholder{
	padding-top: 10px;
	padding-bottom: 10px;
}

.formcontainer .container{
	border: none;
	background: none;
}
.formcontainer .chooseform{
	background-color: white;
	padding-top: 70px;
	padding-bottom: 70px;
}
.formcontainer .chooseform form{
	
}
.formcontainer .chooseform form .selectBox-dropdown{
	min-width: 275px;
}
.formcontainer .chooseform form .selectBox-dropdown .selectBox-label{
	background: none;
	background-color: #f4f4f4;
	border: solid 3px #333333;
	color: #333333;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.025em;
	padding: 18px 30px;
	text-transform: uppercase;
	vertical-align: bottom;
	display: block;
}
.formcontainer .chooseform form .selectBox-dropdown .selectBox-arrow{
	background-position: -195px -232px;
}
.formcontainer .blockcontainer{
	/*background-color: white;*/
}
.formcontainer .blockcontainer .blocktorepeatinside, .formcontainer .blockcontainer.bgwhite{
	background-color: white;
	border-radius: 5px;
	margin-bottom: 20px;
	padding-top: 30px;
}
.formcontainer .blockcontainer .blocktorepeatinside{
	padding-bottom: 20px;
}

.formcontainer .blockcontainer .insideform.singlepage{
	padding-bottom: 30px;
	padding-top: 0px;
}
.formcontainer .blockcontainer h2.blockheadline{
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    letter-spacing: 0.05em;
    top: 15px;
    display: inline-block;
}
.formcontainer .blockcontainer h2.blockheadline .priceinfo{
	text-transform: none;
	font-size: 15px;
	line-height: 17px;
	display: block;
}

.formcontainer .blockcontainer h2.blockheadline .nr{
	background-color: white;
    border-radius: 50%;
    bottom: 4px;
    color: #666;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    margin-right: 10px;
    position: relative;
    width: 25px;
}
.formcontainer .blockcontainer .blocksection{
	max-width: 740px;
	margin: 0 auto;
}
.formcontainer .blockcontainer .sendform{
	margin-top: 20px;
	font-size: 18px;
	line-height: 18px;
	
}
.formcontainer .blockcontainer .blocksection label{
	font-weight: 600;	
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	color: black;
	letter-spacing: 0.02em;
	margin-bottom: 5px;
	display: block;
	
}
.formcontainer .blockcontainer .blocksection .obligatory{
	
}
.formcontainer .blockcontainer .blocksection .displayinline-block{
	display: inline-block;
	text-align: left;
	min-width: 100%;
	max-width: 450px;
}
.formcontainer .containtext{
	position: relative;
	display: block;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
}
.formcontainer .smallertext{
	display: none;
	position: absolute;
	right: 2px;
	top: 2px;
}
.formcontainer .smallertext .insidetext{
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	text-transform: none;
	color: white;
	background-color: black;
	border-radius: 2px;
	padding: 2px 6px;
	opacity: 0.3;
}
.formcontainer .radioselectcheckcont{
	padding: 5px 10px;
	border: solid 2px #f7f7f7;
	position: relative;
	margin-bottom: 5px;
}
.formcontainer .radioselectcheckcont.haserror{
	border: solid 2px #FF5959;
}
.errormessagetop{
	color: white;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 20px;
	display: inline-block;
	margin: 0 auto;
	background-color: #FF5959;
	margin-bottom: 20px;
}


.formcontainer .obligatory{
	color: #FF5959;
}
.formcontainer .obligatory.abs{
	position: absolute;
	right: 10px;
	top: 24px;
}
.formcontainer .obligatory.abs.containerthing{
	right: 5px;
	top: 5px;
}
.formcontainer .blocktorepeatinside{
	position: relative;
}
.formcontainer .blocktorepeatinside .removeblock{
	display: none;
	position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: solid 1px black;
    background-position: -29px -120px;
}
.formcontainer .blocktorepeatinside .number{
	display: block;
}
.formcontainer .blocktorepeatinside.removeable .number{
	display: block;
}

.formcontainer .loader, .addeddiscounts .loader{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
	display: block;
	background-image: url("images/loadertest.gif");
	background-position: center center;
	background-repeat: no-repeat;
}

	

.formcontainer .blocktorepeatinside .number .nrin, .formcontainer .blocktorepeatinside .number .hl{
	color: black;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}
.formcontainer .blocktorepeatinside .number .hl{
    font-size: 16px;
    line-height: 16px;	
}

.blockcontainer{
	counter-reset: section;	
}
  
.blocktorepeatinside .number .nrin:after{
	counter-increment: section;
  	content: " " counter(section) "";
}

.formcontainer .blocktorepeatinside.removeable .removeblock{
	display: block;
}
.formcontainer .blocktorepeatinside .removeblock:hover{
	cursor: pointer;
	background-position: -0px -95px;
	border-color: #FF5959;
	background-color: #FF5959;
}


.formcontainer .blockcontainer .blocksection .displayinline-block .checkradel{
	margin-bottom: 15px;
		
}
.formcontainer .blockcontainer .blocksection .displayinline-block .checkradel .formeltext, .formpadding .infotext{
	font-size: 14px;
	letter-spacing: 0.02em;
	font-weight: 500;
	line-height: 18px;
	margin-left: 20px;	
}
.formpadding .infotext{
	margin-left: 0px;
	margin-bottom: 10px;
}
.formpadding .radioselectcheckcont .infotext{
	margin-left: 15px;
}
.formcontainer .blockcontainer .blocksection .textareafield{
	display: block;
	width: 100%;
	text-transform: none;
	margin-bottom: 10px;
	color: #b4b4b4;
	background-color: #f9f9f9;
	border: solid 2px #f2f2f2;
	-webkit-transition : background 250ms ease-out;
  	-moz-transition : background 250ms ease-out;
  	-o-transition : background 250ms ease-out;
  	transition : background 250ms ease-out;
  	padding-left: 10px;
  	padding-top: 10px;
  	height: 90px;
  	font-size: 14px;
  	line-height: 18px;
}

.formcontainer .blockcontainer .blocksection .containtext.haserror .textareafield{
	border-color: #FF5959;
	background-color: #f7f7f7;
	color: #FF5959;
}
.formcontainer .blockcontainer .blocksection .containtext.haserror .textareafield:focus{
	background-color: white;
	color: #333333;
	border-color: #e1e1e1;
}

.formcontainer .blockcontainer .blocksection .textareafield:focus{
	text-transform: none;
	border-color: #e1e1e1;
	background-color: white;
}
.formcontainer .blockcontainer .blocksection .textfield{
	display: block;
	width: 100%;
	text-transform: none;
	margin-bottom: 10px;
	background-color: #f9f9f9;
	border: solid 2px #f2f2f2;
	color: #b4b4b4;
	-webkit-transition : background 250ms ease-out;
  	-moz-transition : background 250ms ease-out;
  	-o-transition : background 250ms ease-out;
  	transition : background 250ms ease-out;
  	background-image: url("images/kryss.png");
  	background-position: 110% 11px;
	background-repeat: no-repeat;
	height: 45px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
}
.formcontainer .blockcontainer .blocksection .containtext.haserror .textfield{
	background-position: 99% 11px;
	border-color: #FF5959;
	background-color: #f7f7f7;
	color: #FF5959;
}
.formcontainer .blockcontainer .blocksection .containtext.haserror .obligatory{
	display: none;
}
.formcontainer .blockcontainer .blocksection .containtext.haserror .textfield:focus{
	background-position: 110% 11px;
	background-color: white;
	color: #333333;
	border-color: #e1e1e1;
}

.formcontainer .blockcontainer .blocksection .textfield:focus{
	text-transform: none;
	background-color: white;
	color: #333333;
	border-color: #e1e1e1;
}
.formcontainer .blockcontainer .blocksection .checkboxfield{
	
}
.formcontainer .blockcontainer .blocksection .radiofield{
	
}






/*CONTENT*/
.thecontent{
	padding-top: 40px;
}
.thecontent .article_footer{
	margin-top: 40px;
	font-size: 14px;
	line-height: 16px;
}
.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: "PT Sans", 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 .article_footer .share_single_bottom{
	border-top: solid 1px #d7d7d8;
	padding-top: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}
.thecontent .article_footer .share_single_bottom .icons{
	display: inline-block;
}
.thecontent .article_footer .share_single_bottom .icons .moreicon .icon{
	display: inline-block;
	float: left;
}
.thecontent .article_footer .share_single_bottom .icons .moreicon .text{
	display: none;
}
.thecontent .article_footer .share_single_bottom .icons .moreicon{
	border-style: none;
	padding-right: 0px;
}

.article_footer .published{
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	font-family: "PT Sans", sans-serif;
}
.article_footer .published .date{
	margin-bottom: 15px;
}
.article_footer .published .pre{
	font-style: italic;
	font-weight: 400;
	color: #999999;
	margin-right: 5px;
}
.article_footer .published .text_by{
	
}
.article_footer .published .text_by .authorbyline a, .article_footer .published .text_by{
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 2px;
	display: inline-block;
}
.article_footer .published .text_by .exauthor{
	margin-top: 10px;
	display: inline-block;
}
.article_footer .published .text_by .thin{
	font-weight: 400;
	color: #999;
}

.article_footer .published .text_by .authorbyline{
	padding-bottom: 20px;
	display: block;
}

	




.thecontent .entry-content a{
	border-bottom: solid 1px transparent;
}

/*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: 'PT Sans', 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: 'PT Sans', sans-serif;
}
.thecontent .entry-content .list_of_more_articles .element a:hover{
	color: #000000;
}


.thecontent .entry-content figure.wp-block-gallery{
	margin: 0;
	display: block;
	flex-wrap: inherit;
	align-items: inherit;
	max-width: 100%;
	position: relative;
	
	
}
.thecontent .entry-content figure.wp-block-gallery figure{
	max-width: 100%;
	width: 100%;
	margin-bottom: 0;
	display: block;
	float: none;
	text-align: center;
	position: relative;
}
.thecontent .entry-content figure.wp-block-gallery figure img{
	display: block;
	width: 100%;
	height: auto;
}
	

.thecontent .nicelink{
	padding: 15px;
	margin-left: 10px;
	margin-right: 10px;
	border: solid 1px #e4e4e4;
	-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);
	clear: both;
}
.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;
	left: 0;
	top: 0;
	width: 120px;
	height: 100%;
}
.thecontent .nicelink .element.artpuff.fullbred.smaller .title_excerpt{
	margin-left: 120px;
	display: block;
}
.thecontent .nicelink .element.artpuff.fullbred.smaller .title_excerpt .inner{
	padding: 0px 20px;
}

.thecontent .hl_ingress_share{
	width: 100%;
}
.thecontent .hl_ingress_share h1.maintitle, .thecontent .hl_ingress_share p.ingress, .thecontent .hl_ingress_share .share_and_pub_auth{
	margin-left: 20px;
	margin-right: 20px;
}
.thecontent .hl_ingress_share h1.maintitle, .thecontent.archive .entry-content h1.maintitle{
	margin-top: 0;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 20px;
	letter-spacing: 0em;
}
.thecontent .hl_ingress_share p.ingress{
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 20px;
	letter-spacing: 0;
	font-weight: 700;
}
.thecontent .hl_ingress_share p.ingress .vinjett{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 0;
}
.thecontent .hl_ingress_share .share_and_pub_auth{
	margin-bottom: 20px;
}
.share_and_pub_auth .share_single{
	display: inline-block;
	float: left;
}
.icons .moreicon{
	border-style: none !important;
	display: inline-block;
	float: left;
	margin-right: 10px;
	border-radius: 4px;
}
.icons .moreicon.facebook{
	background-color: #3b5998;	
}
.icons .moreicon.twitter{
	background-color: #00aced;
}
.icons .moreicon.linkedin{
	background-color: #007bb5;
}
.icons .moreicon.facebook:hover{
	background-color: #2e4678;	
}
.icons .moreicon.twitter:hover{
	background-color: #0196cf;
}
.icons .moreicon.linkedin:hover{
	background-color: #016899;
}


.icons .moreicon .icon{
	width: 20px;
	height: 20px;
	margin: 13px;
	background-position: -1px -1px;
	display: block;
}
.icons .moreicon.facebook .icon{
	background-position: -10px -280px;
}
.icons .moreicon.twitter .icon{
	background-position: -45px -280px;
}
.icons .moreicon.linkedin .icon{
	background-position: -83px -281px;
}
.share_and_pub_auth .pub_text{
	display: inline-block;
	float: left;
	margin-left: 10px;
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}
.share_and_pub_auth .pub_text .linevertical{
	height: 30px;
	width: 2px;
	display: inline-block;
	margin-right: 10px;
	float: left;
}
.share_and_pub_auth .pub_text .published{
	margin-right: 0px;
	display: inline-block;
	float: left;
	margin-top: 8px;
	letter-spacing: 0.02em;
}
.share_and_pub_auth .pub_text .text_by{
	display: none;
}
.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 white;
}


.thecontent .huvudartikeln .image{
	position: relative;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
.thecontent .huvudartikeln .image .imgdescription{
	position: relative;
	bottom: 0px;
	right: 0px;
	background-color: white;
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	color: #666666;
}
.thecontent .huvudartikeln .image img{
	max-width: 100%;
	height: auto;
	width: 100%;
}

.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: #000000;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0em;
	font-weight: 400;
	font-family: 'PT Serif', 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: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	max-width: 400px;
	display: inline-block;
}


.thecontent .prenlystyle .entry-content{
	font-family: 'PT Sans', sans-serif;
}

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

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

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

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

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


.thecontent .prenlystyle .entry-content .prenly-field{
	border: 2px solid #b8b8b8;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 22px;
	font-family: "PT Sans", sans-serif;
	font-weight: 600;
	color: black;
	border-radius: 0;
	padding: 16px;
	padding-bottom: 12px;
	letter-spacing: 0;
}

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

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

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

.thecontent .prenlystyle .entry-content .button{
	background-color: transparent;
	border: solid 2px black;
	border-radius: 40px;
	min-width: 240px;
	margin-bottom: 20px;
	color: black;
	font-weight: 600;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
.thecontent .prenlystyle .entry-content .button:hover{
	border: solid 2px black;
	background-color: black;
	color: white;
}
.prenly-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: #ff5959;
	
	font-size: 14px;
	line-height: 20px;
	
	padding-bottom: 20px;
}

.login_functionality .error{
	font-weight: 500;
	color: #ff5959;
	
	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 > 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,
.thecontent .entry-content figure.wp-block-table{
	margin-left: 20px;
	margin-right: 20px;
}
.thecontent .entry-content figure.wp-block-table{
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 20px;
}
.thecontent .entry-content figure.wp-block-table table{
	margin: 0 auto;
	width:100%;
	table-layout: fixed;
	overflow-wrap: break-word;	
}
.thecontent .entry-content figure.wp-block-table table td{
	padding: 8px;
}



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


.eventpage .thecontent .entry-content h1, 
.eventpage .thecontent .entry-content h2,
.eventpage .thecontent .entry-content h3,
.eventpage .thecontent .entry-content h4,
.eventpage .thecontent .entry-content h5,
.eventpage .thecontent .entry-content h6,
.eventpage .thecontent .entry-content h7,
.eventpage .thecontent .entry-content h8{
	margin-left: 0px;
	margin-right: 0px;
}


.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: black;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	padding: 10px;
	display: block;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
}





.thecontent .entry-content strong, .thecontent .entry-content b{
	font-weight: 700;
}
.thecontent .entry-content ul, .thecontent .entry-content ol, .thecontent .locked_holder ol{
	list-style: none;
	margin-left: 30px;
}
.eventpage .thecontent .entry-content ul, .eventpage .thecontent .entry-content ol{
	margin-left: 0px;
}


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

.thecontent .entry-content ol li, .thecontent .locked_holder ol li span{
	padding-left: 60px;
	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;
	bottom: 0px;
	font-size: 34px;
	line-height: 44px;
	font-family: 'PT Sans', sans-serif;
	position: relative;	
	text-align: center;
	margin-left: -50px;
	font-weight: 700;
}

.thecontent .entry-content ul li, .thecontent .locked_holder ul li span{
    padding-left: 60px;
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 20px;
}
.thecontent .locked_holder ul li span{
	display: inline-block;
	margin-bottom: 0px;
	padding-left: 40px;
}
.thecontent .locked_holder ul li{
	display: block;
}

.thecontent .entry-content ul li:before, .thecontent .locked_holder ul li span:before{
	position: relative;
	content: " ";
	background-image: url("https://telekomidag.se/wp-content/themes/main_pauser/images/bullet.png");
	display: block;
	width: 15px;
	height: 15px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: -40px;
	float: left;
	top: 9px;
}
.thecontent .entry-content ul.wp-polls-ul li:before{
	display: none;
}

.thecontent .locked_holder ul li span:before{
	width: 18px;
	height: 18px;
	background-image: url("images/sprites.png");
	background-size: auto;
	background-position: -10px -74px;
	margin-left: -25px;
	
}

.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 p:before{
	content: '”';
	position: absolute;
	left: 0px;
	top: -30px;
	display: block;
	color: black;
	font-size: 74px;
	line-height: 64px;
	font-family: 'PT Serif', serif;
	text-align: center;
	font-style: normal;
	
	width: 100%;
}

.thecontent .entry-content blockquote{
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #000000;
	display: block;
	margin-bottom: 50px;
	margin-top: 40px;
	font-weight: 400;
	clear: both;
	position: relative;
	text-align: left;
	max-width: 600px;
}

.thecontent .entry-content .factbox.right blockquote, .thecontent .entry-content .factbox.left blockquote, .thecontent .entry-content .factbox.full blockquote{
	margin-left: 0;
	margin-right: 0;
	font-size: 20px;
	line-height: 32px;
}
.thecontent .entry-content .factbox.right blockquote p, .thecontent .entry-content .factbox.left blockquote p, .thecontent .entry-content .factbox.full blockquote p{
	margin-left: 0;
}

.thecontent .entry-content .factbox.right blockquote p:before, .thecontent .entry-content .factbox.left blockquote p:before, .thecontent .entry-content .factbox.full blockquote p:before{
	position: relative;
	left: 0px;
	display: block;
	font-size: 84px;
	line-height: 14px;
	margin-top: 20px;	
	top: 0;
}
.thecontent .entry-content .factbox.right blockquote .smaller, .thecontent .entry-content .factbox.left blockquote .smaller, .thecontent .entry-content .factbox.full blockquote .smaller{
	font-size: 14px;
	line-height: 16px;
	bottom: -20px;
}
.thecontent .entry-content .factbox.right blockquote.moremargin, .thecontent .entry-content .factbox.left blockquote.moremargin, .thecontent .entry-content .factbox.full blockquote.moremargin{
	margin-bottom: 30px;
}
.thecontent .entry-content .factbox.right ul, .thecontent .entry-content .factbox.left ul, .thecontent .entry-content .factbox.full ul,
.thecontent .entry-content .factbox.right ol, .thecontent .entry-content .factbox.left ol, .thecontent .entry-content .factbox.full ol{
	margin-left: 0;
	margin-right: 0;	
}
.thecontent .entry-content .factbox.right ul li, .thecontent .entry-content .factbox.left ul li, .thecontent .entry-content .factbox.full ul li,
.thecontent .entry-content .factbox.right ol li, .thecontent .entry-content .factbox.left ol li, .thecontent .entry-content .factbox.full ol li{
	padding-left: 30px;
}
.thecontent .entry-content .factbox.right ul li:before, .thecontent .entry-content .factbox.left ul li:before, .thecontent .entry-content .factbox.full ul li:before,
.thecontent .entry-content .factbox.right ol li:before, .thecontent .entry-content .factbox.left ol li:before, .thecontent .entry-content .factbox.full ol li:before{
	margin-left: -25px;
}
.thecontent .entry-content .factbox.right ol li:before, .thecontent .entry-content .factbox.left ol li:before, .thecontent .entry-content .factbox.full ol li:before{
	font-size: 20px;
	line-height: 32px;
}




.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, .thecontent .entry-content blockquote cite{
	bottom: -20px;
    display: block;
    font-size: 14px;
    font-style: normal;
    left: 0;
    line-height: 16px;
    position: absolute;
    width: 100%;
    letter-spacing: 0em;
	font-weight: 400;
	font-family: 'PT Sans', sans-serif;
}
.thecontent .entry-content blockquote cite{
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	left: 0;
	bottom: 0;
	margin-top: 5px;
}


.thecontent .entry-content blockquote .smaller b, .thecontent .entry-content blockquote .smaller strong, .thecontent .entry-content blockquote cite b, .thecontent .entry-content blockquote cite strong{
	font-weight: 500;
}
.thecontent .entry-content h1,
.thecontent .entry-content h2{
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0em;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 700;
	clear: none;
}
.thecontent .entry-content h3,
.thecontent .entry-content h4,
.thecontent .entry-content h5,
.thecontent .entry-content h6,
.thecontent .entry-content h7,
.thecontent .entry-content h8,
.thecontent .entry-content h9{
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0em;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
	clear: none;
}

.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 figure.wp-block-image{
	margin-bottom: 35px;
	display: table;
	max-width: 100%;
}
.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;
	width: 100%;
}
.thecontent .entry-content a.imagelink:after{
	position: absolute;
	right: 3px;
	top: 3px;
	width: 14px;
	height: 14px;
	content: "";
	background-color: white;
	background-position: -170px -364px;
	background-image: url("images/sprites.png");
}

.thecontent .entry-content figure.wp-block-gallery figure{
	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 .aligncenter, .thecontent .entry-content figure.wp-block-image{
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

figcaption{
    bottom: 0;
    color: #666666;
    display: block;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0em;
    margin: 0;
    text-align: left;
   	font-family: 'PT Sans', sans-serif;
   	font-weight: 400;
   	padding-top: 12px;
   	padding-bottom: 5px;
}
.aligncenter figcaption{
	padding-left: 10px;
	padding-right: 10px;
}

/***********
FOOTER 
************/	
#cookieinfo{
	bottom: 0;
    font-size: 13px;
    left: 0;
    letter-spacing: 0;
    line-height: 16px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 101;
    background-color: #000000;
    color: white;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}
#cookieinfo .arr{
	position: absolute;
	top: -13px;
	width: 26px;
	height: 13px;
	left: 50%;
	margin-left: -13px;
	background-color: #000000;
	
	-webkit-mask-image: url(images/cookiearrow.svg);
    mask-image: url(images/cookiearrow.svg);

    -webkit-mask-position: center center;    
    mask-position: center center;
    
	-webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#cookieinfo .insidepcookie{
	padding-top: 10px;
	padding-bottom: 8px;
	display: block;
}
#cookieinfo .insidepcookie .text{
	display: inline-block;
    float: left;
    max-width: 80%;
    margin-right: 0px;
    position: relative;
    top: 0px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
#cookieinfo .insidepcookie .text a{
	color: white;
	border-bottom: solid 1px white;
	display: inline-block;
	padding-bottom: 5px;
}
#cookieinfo .insidepcookie .text a:hover{
	color: #ff5959;
	border-color: #ff5959;
}
#cookieinfo .insidepcookie .accept{
	cursor: pointer;
	display: inline-block;
    float: none;
    margin-top: 10px;
    position: relative;
	width: 26px;
	height: 26px;

}
#cookieinfo .insidepcookie .accept .line{
	background-color: white;
	width: 26px;
	height: 6px;
	position: absolute;
	top: 5px;
	margin: 0;
}
#cookieinfo .insidepcookie .accept .line.l1{
	transform: rotate(-45deg);
}
#cookieinfo .insidepcookie .accept .line.l2{
	transform: rotate(45deg);
}
#cookieinfo .insidepcookie .accept:hover .line{
	background-color: #ff5959;
}


/******* 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 .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: 25px;
	height: 25px;
	border: solid 1px #dadada;
	background-color: white;
	text-indent: -99999px;
}
.owl-carousel .owl-nav .owl-prev.alt,
.owl-carousel .owl-nav .owl-next.alt{
	position: relative;
	background-color: transparent;
	left: 0;
	right: 0;
	margin-left: 5px;
	margin-right: 5px;
}

.owl-carousel .owl-nav .owl-prev{
	background-image: url("images/sprites.png");
	background-position: -363px -317px;	
	left: 0px;
	top: 0;
}
.owl-carousel .owl-nav .owl-next{
	background-image: url("images/sprites.png");	
	background-position: -296px -317px;
	right: 0px;
	top: 0;	
}
.owl-carousel .owl-nav .owl-next:hover{
	background-position: -316px -317px;
}
.owl-carousel .owl-nav .owl-prev:hover{
	background-position: -343px -317px;
}


.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: #000000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-nav {
    position: absolute;
	left: 10px;
	top: 10px;
	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: 20px;
    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: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #000000;
}
.owl-dots .owl-dot:hover span{
	background-color: #ff5959;
	
}


/**
 * 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.full{
	display: block;
	margin-left: 30px;
	margin-right: 30px;
}
.factbox.full.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: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	color: #000000;
}


.factbox .insidefactbox{
	background-color: white;
	border: solid 1px #e4e4e4;
	border-top: solid 8px #e4e4e4;
	
	-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);
}


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

.entry-content .factbox h3.title{
	text-align: left;
	color: #000000;
	letter-spacing: 0em;
	padding: 0;
	font-size: 20px;
    line-height: 22px;
    margin: 0px;
    margin-bottom: 35px;
    display: block;
    font-weight: 700;
   	font-family: 'PT Sans', sans-serif;
}


.entry-content .factbox h3.toptitle{
	text-align: left;
	letter-spacing: 0.05em;
	padding: 0;
	font-size: 14px;
    line-height: 16px;
    margin: 0px;
    margin-bottom: 2px;
    display: block;
    font-weight: 700;
	font-family: 'PT Sans', sans-serif;
   	text-transform: uppercase;
}

.holderwhitepaper{
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.single-whitepaper .has-post-thumbnail .entry-content{
	margin-top: -80px;
}
.holderwhitepaper .email{
	font-size: 16px;
	line-height: 20px;
	padding: 12px 14px;
	display: block;
	width: 80%;
	letter-spacing: 0em;
	font-weight: 400;
	border-style: none;
	color: black;
	background-color: #f4f7f8;
	border: solid 1px black;
}
.holderwhitepaper .submit{
	position: absolute;
	width: 15%;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0;
	border: solid 1px black;
	background-color: black;
	overflow: hidden;
	text-align: center;
	color: white;
}
.holderwhitepaper .submit:hover{
	background-color: #f4f7f8;
	color: black;
}
.specwhitepaper .holder.integritetspolicy .integr_text{
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0em;
	font-weight: 400;
	font-family: 'PT Sans', sans-serif;
	position: relative;
	top: 2px;
}
.specwhitepaper a.downloadlink{
	border-style: none;
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
.specwhitepaper a.downloadlink .text{
	font-size: 20px;
	line-height: 24px;
	border-bottom: solid 1px black;
	padding-bottom: 2px;
	position: relative;
	bottom: 10px;
	
}
.specwhitepaper a.downloadlink .iconpdf{
	width: 40px;
	height: 40px;
	display: inline-block;
	background-image: url("images/pdfikon.png");
	background-size: cover;
}
.specwhitepaper .error{
	color: red;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}

.specwhitepaper .holder.integritetspolicy [type="checkbox"]:not(:checked) + label::before, .specwhitepaper .holder.integritetspolicy [type="checkbox"]:checked + label::before, .specwhitepaper .holder.integritetspolicy .integr_text a{
	border: solid 1px black;
	background-color:#f4f7f8;
}
.specwhitepaper .holder.integritetspolicy .integr_text a.link{
	border-style: none;
	padding-bottom: 0px;
	border-bottom: solid 1px black;
	background-color: transparent;
}
.specwhitepaper .holder.integritetspolicy [type="checkbox"]:not(:checked) + label::after, .specwhitepaper .holder.integritetspolicy [type="checkbox"]:checked + label::after{
	color: black;
}

.entry-content .factbox.specwhitepaper h3.toptitle{
	text-transform: none;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	letter-spacing: 0em;
	font-weight: 700;
	color: black !important;
	text-align: center;
}
.entry-content .factbox.specwhitepaper h3.toptitle .smaller{
	font-size: 16px;
	line-height: 20px;
}



.factbox.static .content{
	font-size: 15px;
	line-height: 20px;
}
.factbox .content{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0em;
	margin: 0 auto;
	font-family: 'PT Sans', sans-serif;
}
.factbox .content strong, .factbox .content b{
	font-weight: 700;
}

.factbox .content .height{
	overflow: hidden;
	margin-bottom: 0px;
}
.factbox.left.minify .content .height, .factbox.right.minify .content .height, .factbox.full.minify .content .height{
	height: 170px;
	position: relative;
}
.factbox.left.minify .content .height .shade, .factbox.right.minify .content .height .shade, .factbox.full.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(255,255,255,0) 0%, rgba(255,255,255,1) 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.factbox.left, .factbox.right{
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
}

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


.factbox .expand:hover{
	
}
.factbox .expand .square{
	-webkit-backface-visibility: hidden;
	position: absolute;
	right: 50%;
	top: -22px;
	margin-right: -22px;
	width: 44px;
	height: 44px;
	-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: white;
	z-index: 1;
	cursor: pointer;
}
.factbox .expand:hover .square .icon{
	background-position: -127px -359px;
}
	
.factbox.expanded .expand .square .icon{
	background-position: -10px -359px;
}
.factbox.expanded .expand:hover .square .icon{
	background-position: -10px -359px;
}

.factbox .expand .square .icon{
    background-position: -83px -359px;
    bottom: 50%;
    display: block;
    height: 24px;
    left: 50%;
    margin-bottom: -12px;
    margin-left: -12px;
    position: absolute;
    width: 24px;
}

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

.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: 'PT Sans', 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.left .content .alignleft, .thecontent .entry-content .factbox.left .content .alignright,
.thecontent .entry-content .factbox.right .content .alignleft, .thecontent .entry-content .factbox.right .content .alignright{
	max-width: 190px;
}

.thecontent .entry-content .factbox .content ul li, .thecontent .entry-content .factbox .content ol li{
	margin-bottom: 25px;
}
.thecontent .entry-content .factbox.left .content ul li, .thecontent .entry-content .factbox.right .content ol li{
	margin-bottom: 15px;
}
.thecontent .entry-content .factbox.left .content .alignleft, .thecontent .entry-content .factbox.right .content .alignleft{
	max-width: 120px;
}
.thecontent .entry-content .factbox.left .content .alignright, .thecontent .entry-content .factbox.right .content .alignright{
	max-width: 120px;
}


/**
 * 	FAKTARUTOR SLUT
 */
 
 /*
	* FLOWRIGHT AD 
*/

.flowright-outer {
		position: fixed;
		bottom: 0;
		visibility: hidden;
		right: -350px;
		z-index: 99;
	}
	
	.flowright-outer .flowright-inner {
		position: relative;
	}
	
	.flowright-outer .flowright-inner::after {
		content: "Annons";
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.1em;
    color: #999999;
    position: absolute;
    right: 5px;
    top: -12px;
    display: block;
	}
	
	.flowright-outer .flowright-inner .flowright-remove {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-image: url(images/sprites.png);
    background-position: -202px -146px;
    background-color: #FFF;
    cursor: pointer;
	}
	
	.flowright-outer .flowright-inner .flowright-remove:hover {
		background-position:-242px -146px;
	}
	
	.flowright-outer.flowright {
		animation: adloadright 0.5s;
		animation-fill-mode: forwards;
	}
	
	.flowright-outer.flowback {
		animation: flowback 0.3s;
		animation-fill-mode: forwards;
	}
	
	.flowright-outer .flowright-inner img {
		max-width: 100%;
		height: auto;
	}
	

	.flowright-outer .flowright-inner iframe {
		display: block;
	}
	
	@keyframes adloadright {
		0% {
		visibility: hidden;
		right: -350px;
		}
		100% {
			right: 0;
			visibility: visible;
		}
	}
	
	@keyframes flowback {
		0% {
			right: 0;
			visibility: visible;
		}
		100% {
			visibility: hidden;
			right: -350px;
		}
	}



/* NYTT 2021 WC SHOP ARCHIVE */

.moreproducts_hl {
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0em;
	font-weight: bold;
	color: #000;
    margin: 40px 10px 20px;
}

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

/* NYTT 2021 ACCOUNT PAGE */
nav.woocommerce-MyAccount-navigation {
	
}

.woocommerce-account .entry-content .woocommerce-MyAccount-navigation {
	width: 100%;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-content {
	width: 100%;
}

/* RESETS */

body.single-product .thecontent {
	padding-top: 0px;
}

body.single-product .thecontent .maintitle.uppertitle {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0em;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
	margin-left: 20px;
	margin-right: 20px;
}

nav.woocommerce-MyAccount-navigation ul {
	margin: 0px!important;
}

nav.woocommerce-MyAccount-navigation ul li {
	padding-left: 0px!important;
}

nav.woocommerce-MyAccount-navigation ul li::before {
	content: none!important;
}
	
/* NYTT 2021 WC SHOP PAGE */

.woocommerce #place_order {
	background-color: #3aaa35;
	transition: background 150ms ease-in-out;
}

.woocommerce #place_order:hover {
	background: #FFF;
	color: #000;
}

body.single-product .thecontent .huvudartikeln .image {
	width: 100%;
	float: left;
	margin: 0;
}

body.single-product .thecontent .huvudartikeln .image img { 
    padding: 40px 40px 40px 40px;
    box-sizing: border-box;
}

body.single-product .thecontent .huvudartikeln .entry-content {
	width: 100%;
	padding-top: 40px;
	float: left;
	font-family: 'PT Sans', sans-serif;
}

body.single-product .thecontent .huvudartikeln .entry-content.fullwidth {
	width: 100%;
}

body.single-product .thecontent .huvudartikeln .insideart {
	width: 100%;
}

body.single-product .thecontent .huvudartikeln .entry-content ul {
	margin: 0;
	padding: 0;
}

body.single-product .thecontent .huvudartikeln .entry-content ul li {
	padding-left: 40px;
	line-height: normal;
	margin-bottom: 15px;
}

body.single-product .thecontent .huvudartikeln .entry-content ul li::before {
	background-image: url(images/check-green.svg);
	background-color: transparent;
    width: 20px;
    height: 20px;
    top: 1px;
}

body.single-product .thecontent .huvudartikeln .entry-content .product_longdescr {
	padding-top: 40px;
	padding-bottom: 60px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0em;
}


/* RENSAR MARGINALER PÅ PRODUKT SIDAN */
body.single-product .thecontent .entry-content > p,
body.single-product .thecontent .entry-content .lockedpart > p,
body.single-product .thecontent .entry-content .exmarg,
body.single-product .thecontent .entry-content .wpcf7-form,
body.single-product .thecontent .entry-content blockquote,
body.single-product .thecontent .entry-content ul,
body.single-product .thecontent .entry-content ol,
body.single-product .thecontent .entry-content h1,
body.single-product .thecontent .entry-content h2,
body.single-product .thecontent .entry-content h3,
body.single-product .thecontent .entry-content h4,
body.single-product .thecontent .entry-content h5,
body.single-product .thecontent .entry-content h6,
body.single-product .thecontent .entry-content h7,
body.single-product .thecontent .entry-content h8,
body.single-product .thecontent .entry-content .login_functionality,
.thecontent .entry-content figure.wp-block-table{
	margin-left: 0px;
	margin-right: 0px;
}

body.single-product .thecontent .huvudartikeln .entry-content .product-cat-sku .product-category {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

body.single-product .thecontent .huvudartikeln .entry-content .product_title.entry-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
	letter-spacing: 0em;
	font-weight: 700;
    margin-top: 0;
}
	
body.single-product .thecontent .huvudartikeln .entry-content .summary.entry-summary {
    max-width: 580px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

body.single-product .thecontent .huvudartikeln .entry-content .product_title {
	margin-left: 0px;
}

body.single-product .thecontent .huvudartikeln .entry-content .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,	
body.single-product .thecontent .huvudartikeln .entry-content .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled,
body.single-product .thecontent .huvudartikeln .entry-content .cart {
	display: flex;
}


/* DÖLJER QUANTITY PÅ PRODUCT PAGE */
body.single-product .thecontent .huvudartikeln .cart .quantity {
	display: none!important;
}

body.single-product .thecontent .huvudartikeln .cart.underneath {
	padding-top: 40px;
	padding-bottom: 60px;
}

body.single-product .thecontent .huvudartikeln .cart.underneath .woocommerce-variation.single_variation {
	display: none!important;
}

body.single-product .thecontent .huvudartikeln .cart.underneath .stock.out-of-stock,
body.single-product .thecontent .huvudartikeln .cart.underneath .variations {
	display: none;
}

body.single-product .thecontent .huvudartikeln .cart.underneath .single_add_to_cart_button {
	width: 80%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
	margin: 0 auto;
    display: block;
}

body.single-product .thecontent .huvudartikeln .cart.underneath .single_add_to_cart_button::after {
	content: none;
}

body.single-product .thecontent .huvudartikeln .cart .single_add_to_cart_button {
	width: 100%;
	background: #3aaa35;
	text-align: left;
	padding: 25px 20px 22px 10%;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0em;
	font-weight: bold;
	border-radius: 50px;
	position: relative;
	margin-top: 20px;
	transition: background 150ms ease-in-out;
}

body.single-product .thecontent .huvudartikeln .cart .single_add_to_cart_button:hover {
	background: #FFF;
	color: #000;
}

body.single-product .thecontent .huvudartikeln .cart .single_add_to_cart_button::after{
	content: "";
	background-image: url("images/sprites.png");
	background-position: -75px -315px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 40px;
	top: calc(50% - 15px);
}

body.single-product .thecontent .huvudartikeln .cart .single_add_to_cart_button:hover::after {
	background-position: -118px -315px;
}

body.single-product .thecontent .huvudartikeln .entry-content .price small,
body.single-product .thecontent .huvudartikeln .entry-content .price {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0em;
	font-weight: bold;
}

body.single-product .thecontent .huvudartikeln .entry-content .variations {
	border-spacing: 0px 10px;	
}

body.single-product .thecontent .huvudartikeln .entry-content .variations label {
	font-weight: 600;
	letter-spacing: 0em;
}

body.single-product .thecontent .huvudartikeln .entry-content .variations tr {
	margin-bottom: 10px;
}

body.single-product .thecontent .huvudartikeln .entry-content .variations select {
    height: 45px;
    background: transparent;
	font-size: 16px;
	line-height: 18px;
    padding: 0px 10px;
    border-radius: 3px;
    border-color: #333333;
    border-width: 2px;
    font-weight: 600;
}

body.single-product .thecontent .huvudartikeln .entry-content .variations_form.cart {
	display: block;
}

body.single-product .thecontent .huvudartikeln .entry-content .reset_variations {
	margin-left: 20px;
}

body.single-product .thecontent .huvudartikeln .entry-content .cart table,
body.single-product .thecontent .huvudartikeln .entry-content .cart table tr,
body.single-product .thecontent .huvudartikeln .entry-content .cart table td {
	border: none;
}

body.single-product .thecontent .huvudartikeln .entry-content .cart .quantity input {
    width: 7.631em;
    text-align: center;
    height: 60px;
}

/* NYTT 2021 WC SHOP PUFF */

.element.artpuff.productpuff a {
	align-items: center;
	background: #f3f7f8;
    position: relative;
    -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 8%);
}

.element.artpuff.productpuff a .title_excerpt {
	margin-top: 0px;
	width: 100%;
}


.flow .element.artpuff.fullbred.productpuff > a .title_excerpt .inner {
	background: transparent;
	padding-left: 0px;
	padding-right: 0px;
}

.element.artpuff.productpuff a .title_excerpt .inner .vinjett {
	font-size: 16px;
	line-height: 20px;
    margin-bottom: 5px;
    display: block;
    text-transform: unset;
}

.element.artpuff.productpuff a .title_excerpt .inner .pufftext {
	display: block;
}

.element.artpuff.productpuff a .title_excerpt .inner .readmore-product {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0em;
	font-weight: 600;
	color: #191919;
	background: #FFF;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	padding: 22px 35px 20px;
    min-width: 180px;
    position: relative;
	margin-bottom: 20px;
}

.element.artpuff.productpuff a .title_excerpt .inner .readmore-product .arrow {
	background-position: -118px -315px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
}

.element.artpuff.productpuff a .title_excerpt .inner .readmore-product:hover {
	background: #3aaa35;
	color: #FFF;
}

.element.artpuff.productpuff a .title_excerpt .inner .readmore-product:hover .arrow {
	background-position: -74px -315px;
}

.element.artpuff.productpuff a .overflowhidden {
	width: 100%;
	margin:0;
	height: 200px;
}


/* CART */
.shop_table {
    margin-left: 0px;
    margin-right: 0px;
}


.woocommerce .woocommerce-cart-form .flex-update_cart {
	display: flex;
	align-items: center;
/* 	border-bottom: 1px solid #d6d6d6; */
	padding-bottom: 18px;
	height: 40px;

}

.woocommerce .woocommerce-cart-form .flex-update_cart .quantity {
	width: 25%;
	height: 100%;
	margin-right: 10px;
}

.woocommerce .woocommerce-cart-form .flex-update_cart .quantity .qty {
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: left;
    border-color: #333333;
}

.woocommerce .woocommerce-cart-form .flex-update_cart button {
	height: 100%;
	width: 75%;
	background: transparent;
}

.woocommerce .woocommerce-cart-form .flex-update_cart button:hover {
	background: #FFF;
}

.shop_table .woocommerce-cart-form__cart-item.cart_item {
	display: flex;
	position: relative;
	/* 	border-bottom: 1px solid #d6d6d6; */
	padding: 15px 0;
}

.shop_table .woocommerce-cart-form__cart-item.cart_item:last-of-type {
	border: none;
}

.shop_table .woocommerce-cart-form__cart-item.cart_item .variation {
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

.shop_table .woocommerce-cart-form__cart-item.cart_item .variation p {
	margin-bottom: 0px;
}

.shop_table .woocommerce-cart-form__cart-item.cart_item .variation dd {
	margin-bottom: 10px;
	display: block;
}

.shop_table .woocommerce-cart-form__cart-item.cart_item .variation dt {
	display: block;
}

.shop_table .cart-title {
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #000;
	font-weight: 700;	
	margin-top: 40px;
	margin-bottom: 20px;
}

.shop_table .cart-title .border {
	width: 30px;
	height: 3px;
	background: #000;
	margin-bottom: 10px;
}

.shop_table .woocommerce-cart-form__cart-item.cart_item .left_align {
	width: 70%;
	padding: 5px;
    display: flex;
    flex-wrap: wrap;
}

.shop_table .woocommerce-cart-form__cart-item.cart_item .right_align {
	width: 30%;
	padding: 8px;
}

.shop_table .woocommerce-cart-form__cart-item.cart_item .product-name {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0em;
	color: #000000;
	font-weight: bold;
	word-break: break-word;
}

.shop_table .woocommerce-cart-form__cart-item.cart_item .product-remove {
	position: absolute;
	right: 0;
}


.shop_table .woocommerce-cart-form__cart-item.cart_item .product-remove a.remove {
	background: #000;
	color: #FFF!important;
}

.shop_table .woocommerce-cart-form__cart-item.cart_item .product-remove a:hover {
	color: red!important;
}

.shop_table .woocommerce-cart-form__cart-item.cart_item .product-subtotal {
	font-size: 14px;
	line-height: 20px;
    display: flex;
    align-items: flex-end;
    width: 100%;
	letter-spacing: 0em;
	color: #000000;
	font-weight: bold;
}

.shop_table .woocommerce-cart-form__cart-item.cart_item .product-subtotal .woocommerce-Price-amount.amount bdi {}

.shop_table .total-amount-price {
	
}

.shop_table .total-amount-price {
	margin-top: 40px;	
	padding-top: 20px;
	border-left: none;
	border-top: 1px solid #333333;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0em;
	color: #000000;
	font-weight: bold;
}

.shop_table .total-amount-price th,
.shop_table .total-amount-price tr,
.shop_table .total-amount-price td {
	border: none;
}

.shop_table .total-amount-price .red {
	color: #f00;
}

.shop_table .total-amount-price .woocommerce-remove-coupon {
	display: none;
}

.shop_table .total-amount-price td.alignr {
	text-align: right;
}

/* MINI CART */

#header.whitebg .minicart-total-amount {
	background: url(images/cart-black.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
}

.minicart-total-amount {
	display: inline-block;
	background: url(images/cart-white.svg);
    width: 30px;
    height: 30px;
	float: left;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    cursor: pointer;
}

.minicart-total-amount .circle {
    background: #3aaa35;
    min-width: 20px;
    min-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 13px;
	font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	bottom: -3px;
	left: -3px;
}

.widget_shopping_cart_content {
	display: none;
	background: #FFF;
	position: absolute;
    top: 74px;
    right: 0;
    padding: 10px 25px;
    border: solid 1px #e4e4e4;
    border-top: none;
    min-width: 250px;
}

.positionrelative {
	position: relative;
}

.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item a,
.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0em;
	color: #000000;
	font-weight: bold;	
}

.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item {
	padding: 10px 0;
	position: relative;
}

.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item a.remove.remove_from_cart_button {
	position: absolute;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 15px;
    right: -6px;
    top: -3px;
    color: #FFF!important;
    text-align: center;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item a.remove.remove_from_cart_button:hover {
	color: red!important;
}

.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item .variation {
	margin-top: 10px;
	margin-bottom: 10px;
}

.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item .variation dd {
	margin-bottom: 0px;
}
.widget_shopping_cart_content p.woocommerce-mini-cart__total.total {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0em;
	color: #000000;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons .button.wc-forward {
	display: none;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward {
	display: block;
	text-align: center;
    background: #3aaa35;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-size: 14px;
    border: 2px solid transparent;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward:hover {
	background: transparent;
	border-color: #3aaa35;
	color: #3aaa35;
}

/* CHECKOUT */

.huvudartikeln.flex-reverse {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

body.woocommerce-order-received .huvudartikeln.flex-reverse {
	display: block;
}

.thecontent .entry-content h1, .thecontent .entry-content .woocommerce-terms-and-conditions * {
	margin-left: 0px;
	margin-right: 0px;
}

.huvudartikeln.flex-reverse .flow_sidebar {
	background: #FFF;
}

.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
	float: none;
}

.thecontent .entry-content .woocommerce {
	margin-left: 20px;
	margin-right: 20px;
	font-family: 'PT Sans', sans-serif;
}

.thecontent .woocommerce-info {
	font-family: 'PT Sans', sans-serif;
}

.thecontent .woocommerce-error {
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.thecontent .entry-content .woocommerce h3 {
	margin-left: 0px;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 10px;
}

.thecontent .entry-content .woocommerce #order_review_heading {
	display: none;
}

.thecontent .entry-content .woocommerce #order_review {
	margin-top: 20px;
	font-family: 'PT Sans', sans-serif;
}

.thecontent .entry-content .woocommerce li.wc_payment_method {
	padding-left: 0px;
}

.thecontent .entry-content .woocommerce li.wc_payment_method label img {
	margin-left: 0px!important;
}

.thecontent .entry-content .woocommerce li.wc_payment_method.payment_method_ncwoocommerce:before,
.thecontent .entry-content .woocommerce li.wc_payment_method.payment_method_ncwoocommerce span:before {
	content: none!important;
}

.thecontent .entry-content .woocommerce li.wc_payment_method.payment_method_ncwoocommerce ul.ncwoocommerce-logos {
	margin: 0;
	padding: 0;
}

.thecontent .entry-content .woocommerce li.wc_payment_method.payment_method_ncwoocommerce .payment_box.payment_method_ncwoocommerce {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.thecontent .entry-content #billing_address_1_field {
    float: left;
    width: 47%;
    overflow: visible;
}

.thecontent .entry-content #billing_postcode_field {
    float: right;	
	width: 47%;
    overflow: visible;
    clear: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	height: 50px;
    font-weight: 400;
    letter-spacing: 0.025em;
    color: #191919;
    font-size: 16px;
}

.woocommerce form .form-hidden {
	display: none;
}

.thecontent .entry-content .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
}

.thecontent .entry-content .select2-container--default .select2-selection--single {
	height: 50px;
}

.thecontent .entry-content .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 47px;
	font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.025em;
    color: #191919;
    padding-left: 18px;
    font-family: 'PT Sans', sans-serif;
}

body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
	display: none;
}

body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li {
	padding-left: 0px;
}

body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li img {
		
}

body.woocommerce-checkout .woocommerce-checkout li.ncwoocommerce-logo {
	max-width: 60px!important;
}

body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li::before {
	content: none;
}

body.woocommerce-checkout .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_bambora label img {;
	width: 75px;
	margin-left: 5px!important;
}

/* ORDER RECEIVED */

body.woocommerce-order-received .woocommerce-order-details__title {
	margin-left: 0px!important;
}

body.woocommerce-order-received table.order_details {
	border: none;
}

body.woocommerce-order-received h2 {
	margin-left: 0px!important;
}

body.woocommerce-order-received .thecontent .woocommerce-notice {
	margin-top: 20px;
	margin-bottom: 40px;
}

body.woocommerce-order-received table.order_details th,
body.woocommerce-order-received table.order_details td {
	border: none;
	padding: 10px 0;
}



body.woocommerce-order-received .thecontent .wc-item-meta {
	margin: 20px 0;
}
body.woocommerce-order-received .thecontent .wc-item-meta-label {
	clear: unset!important;
	
}

/*
*********	 ******** ******** ******** ******** ******** ******** ******** ******** ******** ******** ******** ******** ***
NYA MEDIA QUERIES FÖR NY SHOP UPPDATERING - LÄGG DESSA I BEFINTLGIA QUERIES EFTERÅT PÅ LIVESAJT   
*********	 ******** ******** ******** ******** ******** ******** ******** ******** ******** ******** ******** ******** ***
 */
 
@media screen and (min-width: 594px) {
	
	.moreproducts_hl {
		margin-left: 0px;
		margin-right: 0px;
	}
	body.single-product .thecontent .maintitle.uppertitle {
		margin-left: 0px;
		margin-right: 0px;
	}
	
}

@media screen and (min-width: 748px) {
	
	body.woocommerce-checkout .woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_bambora label img {
		width: 120px;
		margin-left: 8px!important;
	}
	
	body.single-product .thecontent .huvudartikeln .entry-content .product_longdescr {
	    font-size: 18px;
	    line-height: 26px;
	    letter-spacing: 0em;
	}
	
	.thecontent .entry-content .woocommerce {
		margin-left: 30px;
		margin-right: 30px;
	}
	
	/* CART */
	.shop_table {
	    margin-left: 20px;
	    margin-right: 20px;
	}
	
	.widget_shopping_cart_content {
		top: 82px;
	}
	
	.moreproducts_hl {
		font-size: 30px;
		line-height: 34px;
	}
	
	body.single-product .thecontent .maintitle.uppertitle {
		font-size: 34px;
		line-height: 38px;
	}
	
	body.single-product .thecontent .huvudartikeln .cart.underneath .single_add_to_cart_button {
	    max-width: 610px;
	    width: 100%;
		margin: 0 auto;
	}
	
	body.single-product .thecontent .huvudartikeln .cart .single_add_to_cart_button {		
		font-size: 20px;
		line-height: 20px;
		width: auto;
		min-width: 430px;
	}

	.shop_table .woocommerce-cart-form__cart-item.cart_item .variation dd {

	}
	
	.shop_table .woocommerce-cart-form__cart-item.cart_item .variation dt {

	}
	
	.woocommerce-account .entry-content .woocommerce-MyAccount-navigation {
		width: 25%;
	}
	
	.woocommerce-account .entry-content .woocommerce-MyAccount-content {
		width: 75%;
	}
	
	.shop_table .woocommerce-cart-form__cart-item.cart_item .product-subtotal {
		font-size: 18px;
		line-height: 22px;
	}
	
	.shop_table .woocommerce-cart-form__cart-item.cart_item .product-name {
		font-size: 24px;
		line-height: 28px;
	}

	.shop_table .woocommerce-cart-form__cart-item.cart_item .variation {
	    font-size: 15px;
	    line-height: 18px;
	}
	
	.flow .element.artpuff.fullbred.productpuff > a .title_excerpt .inner {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	
	.element.artpuff.productpuff a .title_excerpt {
		width: 70%;
	}
	
	.element.artpuff.productpuff a {
		display: flex;
	}
	
	.element.artpuff.productpuff a .title_excerpt .inner .vinjett {
		font-size: 18px;
		line-height: 24px;
	}
	
	.element.artpuff.productpuff a .overflowhidden {
		width: 30%;
		height: 200px;
		margin: 0px 0px 0px 40px;
	}	
	
	.element.artpuff.productpuff a .title_excerpt .inner .readmore-product {
		font-size: 18px;
		line-height: 22px;
		min-width: 220px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1024px) {
	
	body.single-product .thecontent .maintitle.uppertitle {
		font-size: 50px;
		line-height: 54px;
	}
	
	body.single-product .thecontent .huvudartikeln .entry-content .product_title.entry-title {
	    font-size: 34px;
	    line-height: 38px;
	}

	body.single-product .thecontent .huvudartikeln .entry-content .product-cat-sku .product-category {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	/* H2or H3or en aning större på en produkt */
	
	body.single-product .thecontent .huvudartikeln .entry-content .product_longdescr h2 {
		font-size: 34px;
		line-height: 38px;
	}
	
	body.single-product .thecontent .huvudartikeln .entry-content .product_longdescr h3 {
		font-size: 24px;
		line-height: 30px;
	}
	
	body.single-product .thecontent .huvudartikeln .image img { 
	    padding: 40px 20px 40px 40px;
	}
	
	body.single-product .thecontent .huvudartikeln .image {
		width: 40%;
	}

	body.single-product .thecontent .huvudartikeln .entry-content {
		padding-top: 80px;
		width: 60%;
	}
	
	.huvudartikeln.flex-reverse .flow_sidebar {
		background: unset;
	}
	
	.huvudartikeln.flex-reverse {
		flex-direction: unset;
	}
	
	.element.artpuff.productpuff a .title_excerpt .inner .readmore-product {
		padding: 20px 60px 17px;
		font-size: 20px;
		line-height: 24px;
		min-width: 250px;
		margin-bottom: 0px;
	}
	
	.element.artpuff.productpuff a .overflowhidden {
		height: 260px;
		margin: 40px 0px 40px 40px;
	}	
}
 
@media screen and (min-width: 1300px) {
	.element.artpuff.productpuff a .overflowhidden {
		height: 330px;
	}		
}
 
 /*
*********	 ******** *****
SLUT PÅ NYA QUERIES
*********	 ******** *****
 */


/**
 * 	MOBILEN
 */
 
@media screen and (max-width: 550px) {
	
	
}
 
@media screen and (max-width: 400px) {
	.gridholder{
		width: 100%;
	}
	.gridholder.morewide{
		width: 100%;
	}
}
@media screen and (min-width: 375px) {
	.eventpage .container_more .talare .speaker{
		width: 50%;
	}
	.eventpage .container_more .talare.smaller .speaker{
		width: 100%;
	}
}
@media screen and (min-width: 401px) {
	
	.aboveimage.takeover .ad{
		max-width: 320px;
	}
		
	
	.gridholder{
		width: 100%;
	}
	.gridholder.morewide{
		width: 100%;
	}
}


@media screen and (max-width: 593px) {
	
	.eventpage .factbox.left, .eventpage .factbox.right{
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media screen and (min-width: 551px) {
	
	
	
	.factbox.cloned{
		display: inherit;
	}
	.factbox.full.cloned{
		display: none;
	}
	.factbox.expanded.left, .factbox.expanded.right{
		position: absolute;
	}
	.factbox.left{
		float:left;
		margin-right:20px;
	}
	.factbox.right{
		float:right;
		margin-left:20px;
	}
	.factbox.left.minify .content .height, .factbox.right.minify .content .height, .factbox.full.minify .content .height{
		height: 180px;
	}
	.factbox.left, .factbox.right{
		width: 100%;
	}
}

@media screen and (min-width: 594px){
	
	.factbox.left{
		float:left;
		margin-right:20px;
		margin-left: 0;
	}
	.factbox.right{
		float:right;
		margin-left:20px;
		margin-right: 0;
	}
	
	.eventpage .thecontent{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.eventpage .gutter{
		margin-left: 20px;
		margin-right: 20px;
	}
	
	
	.eventpage .entry-content .factbox .fastlinks{
		display: inline-block;
		margin: 0;
		margin-bottom: 20px;
		clear: none;
	}
	
	.eventpage .thecontent .entry-content .factbox .toptitle.spec h3{
		margin: 0;
		display: inline-block;
		float: left;
	}

	.eventpage .thecontent .image_inside_holder .inside h1{
		font-size: 45px;
		line-height: 47px;
	}

			
	.gridholder{
		width: 554px;
	}
	.gridholder.morewide{
		width: 574px;
	}
}
@media screen and (max-width: 672px) {
	
}


@media screen and (min-width: 673px) {
	
	
	.ad .insidead{
		max-width: inherit;
	}
	
	#cookieinfo{
	    font-size: 16px;
	    line-height: 20px;
	}
	#cookieinfo .insidepcookie{
		padding-top: 15px;
		padding-bottom: 10px;
	}
	#cookieinfo .insidepcookie .text{
		display: inline-block;
	    float: left;
	    margin-right: 20px;
	    position: relative;
	    top: 0px;
	    text-align: left;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	#cookieinfo .insidepcookie .accept{
		display: inline-block;
	    float: right;
	    margin-top: 5px;
	}
	
	.eventpage .gutter{
		margin-left: 30px;
		margin-right: 30px;
	}
	
	
	.platsannons .thecontent .entry-content .platsfact .alignright{
		float: right;
		display: inline-block;
		margin-bottom: 0px;
		margin-left: 20px;
		margin-top: 0px;
	}

	
	.gridholder{
		width: 632px;
	}
	.gridholder.morewide{
		width: 652px;
	}
		
	.thecontent .entry-content .alignleft{
		max-width: 240px;	
	}
	.thecontent .entry-content .alignright{
		max-width: 240px;		
	}
	
}

@media screen and (min-width: 748px) {
	
	.holderwhitepaper .email{
		font-size: 20px;
		line-height: 24px;
		padding: 18px 20px;
	}
	
	.entry-content .factbox.specwhitepaper h3.toptitle{
		font-size: 28px;
		line-height: 34px;
	}
	.entry-content .factbox.specwhitepaper h3.toptitle .smaller{
		font-size: 20px;
		line-height: 24px;
	}

	
	.aboveimage.takeover .ad{
		max-width: 640px;
	}
	
	/*Servicepack 1*/
	#subscribe_splash .inside{
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: 780px;
	}
	#subscribe_splash .inside .fifty.image{
		display: block;
		background-size: cover;
		background-position: left bottom;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 50%;
	}
	#subscribe_splash .inside .fifty.text{
		padding-left: 50%;
	}
	#subscribe_splash .inside .fifty.text .padd{
		padding: 60px 40px;
	}
	#subscribe_splash .inside .fifty.text .padd h2{
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	#subscribe_splash .inside .fifty.text .padd .text{
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;	
	}
	
	
	.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;
	}
	
	
	.eventpage .container_more .talare .speaker .text_right{
		font-size: 16px;
		line-height: 24px;
	}
	
	
	.top_list{
		display: block;
	}
	
	.eventpage .container_more .talare .speaker .img{
		border-width: 4px;
	}
	
	.eventpage .container_more .filter_program_dates li{
		font-size: 20px;
		line-height: 22px;
	}

	
	.formpadding input[type="submit"].linkstylebtn{
	    line-height: 18px;
	    font-size: 16px;
	}

	
	.formcontainer #totalprice .gridholder{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	
	.eventpage .container_more .talare .speaker{
		margin-bottom: 40px;
	}

	
	.eventpage .container_more .talare .speaker .inside{
		font-size: 16px;
		line-height: 20px;	
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.eventpage .container_more .talare .speaker .inside h3{
		font-size: 18px;
		line-height: 22px;
	}
	.eventpage .container_more .talare .speaker .img{
		width: 140px;
		height: 140px;
	}
	
	
	
	#header .login_search_menu .element{
		margin-left: 5px;
	}
	
	
	.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: 16px;
		line-height: 18px;
	}

	
	
	.article_footer .published{
		font-size: 18px;
		line-height: 20px;
	}
	.article_footer .published .text_by .authorbyline a, .article_footer .published .text_by{
		font-size: 16px;
		line-height: 18px;
	}	
	
	
	.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 .prenlystyle .entry-content p.info{
		font-size: 16px;
		line-height: 22px;
	}

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

	.thecontent .locked_holder .button .arr{
		margin-left: 20px;
	}
	.thecontent .locked_holder .vinjett{
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 20px;
	}
	.thecontent .locked_holder h2{
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 20px;
	}
	.thecontent .locked_holder .button{
		margin-bottom: 20px;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 25px;
		padding-bottom: 18px;
		font-size: 24px;
		line-height: 26px;
	}

	
	
	body{
		padding-top: 80px;
	}
	
	
	.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;	
	}
	
	
	.single-event .entry-content h3.thankyouheadline{
		font-size: 40px;
		line-height: 44px;
	}
	.single-event .dibs-reciept .entry-content p{
		font-size: 20px;
		line-height: 24px;
	}
	.single-event .entry-content p.thankyoumessage{
		font-size: 20px;
		line-height: 24px;
	}
	
	
	.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: 20px;
	}

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

	
	.eventpage .container_more .talare .speaker{
		width: 33%;
	}
	
	
	
	 #totalprice .priceholder{
		 display: inline-block;
		 float: left;
		 margin-top: 18px;
		 margin-bottom: 0px;
	 }

	
	#totalprice .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.errormessagetop{
		padding: 10px 30px;
	}
	
	.formcontainer .containtext{
		padding-top: 0px;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.formpadding .rel_pos{
		margin-bottom: 20px;
	}
	
	.preview_payment h3.blockheadline.summary{
		font-size: 25px;
	    line-height: 25px;
	}

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

	
	.eventpage .sponsorer .logos .logo{
		width: 33%;
	}

	
	/*LÄNGRE NED*/
	
	.eventpage .eventline .line, .formcontainer .eventline .line{
		margin-bottom: 30px;
	}
	
	.eventpage .eventline h2, .formcontainer .eventline h2{
		font-size: 40px;
		line-height: 42px;
	}

	
	.eventpage .container_more .eventprogram li .beneath{
		font-size: 18px;
		line-height: 24px;
		width: 70%;
		margin-left: 20%;
	}
	.eventpage .container_more .eventprogram li .beneath .inner,
	.eventpage .eventmap .adress_and_hl{
		padding-left: 40px;
	}

	
	
	
	.eventpage .container_more .eventprogram li .topline{
		padding-top: 35px;
		padding-bottom: 20px;
	}

	.eventpage .container_more .eventprogram li .topline .open_close .plusminus{
		display: inline-block;
		width: 30px;
		height: 30px;
		background-position: -80px -356px;
		margin-right: 30px;
	}
	.eventpage .container_more .eventprogram li.show .topline .open_close .plusminus{
		background-position: -232px -356px;
	}

	
	
	.eventpage .container_more .eventprogram li .topline .open_close{
		display: inline-block;
		float: left;
		width: 10%;
		text-align: right;
		position: relative;
		top: inherit;
		right: inherit;
	}

	
	
	.eventpage .container_more .eventprogram li .topline .time{
		width: 20%;
		text-align: right;
		font-size: 18px;
		line-height: 20px;
	}
	.eventpage .container_more .eventprogram li .topline .hlcont{
		width: 70%;
		text-align: left;
	}
	.eventpage .container_more .eventprogram li .topline h3.title{
		padding-left: 40px;
		font-size: 22px;
		line-height: 28px;
	}

	
	.eventpage .thecontent .entry-content ul, .eventpage .thecontent .entry-content ol{
		margin-left: 30px;
	}

	
	.eventpage .thecontent .entry-content p.ingress{
		font-size: 20px;
		line-height: 28px;
		font-weight: 700;
	}

	
	.eventpage .container_more .talare .mobfix{
		display: none;
	}
	
	.eventpage .thecontent .entry-content .gutter{
		padding-top: 115px;
	}

	
	.eventpage .thecontent .entry-content h1, .eventpage .thecontent .entry-content h2{
		font-size: 38px;
		line-height: 42px;
	}
	.eventpage .thecontent .entry-content h3, .eventpage .thecontent .entry-content h4, .eventpage .thecontent .entry-content h5, .eventpage .thecontent .entry-content h6, .eventpage .thecontent .entry-content h7, .eventpage .thecontent .entry-content h8, .eventpage .thecontent .entry-content h9{
		font-size: 26px;
		line-height: 32px;
	}

	
	
	.eventpage .lagebg_thing{
		height: 400px;
	}

	
	.eventpage .thecontent .image_inside_holder{
		padding-top: 120px;
		padding-bottom: 110px;
	}

	
	
	.eventpage .thecontent .image_inside_holder .bottom{
		font-size: 22px;
		line-height: 35px;
		margin-left: 20px;
		margin-right: 20px;
		padding: 15px 80px 5px;
	}

	
	.eventpage .thecontent .image_inside_holder .inside .vinjett{
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.eventpage .thecontent .image_inside_holder .inside h1{
		margin-bottom: 5px;
		font-size: 58px;
		line-height: 60px;
	}
	.eventpage .thecontent .image_inside_holder .inside .subtext{
		font-size: 18px;
		line-height: 22px;
	}

	
	
	.flow .element.artpuff{
		margin-right: 10px;
		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,
	.wpcf7-submit,
	input[type="submit"],
	input[type="button"],
	input[type="reset"]{
		font-size: 18px;
		line-height: 18px;
		padding: 14px 35px 14px;
	}
	
	.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: 16px;
		line-height: 16px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.text_archive{
		margin-left: 0px;
		margin-right: 0px;
	}

	
	.huvudflodet .flow .insideflow .linediv.adline{
		margin-left: 0px;
		margin-right: 20px;
	}
	.modulescontainer{
		padding-top: 30px;
	}
	.thecontent .article_footer .share_single_bottom .icons .moreicon .text{
		display: inline-block;
		float: left;
		font-family: "PT Sans", sans-serif;
		font-weight: 700;
		font-size: 12px;
		line-height: 14px;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		color: white;
		margin-top: 17px;
	}
	.thecontent .article_footer .share_single_bottom .icons .moreicon{
		padding-right: 20px;
	}

	
	
	.thecontent .article_footer .share_single_bottom{
		padding-top: 20px;
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
	}
	.thecontent .entry-content figure.wp-block-gallery{
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
	}
	.thecontent .entry-content a.imagelink:after{
		right: 8px;
		top: 8px;
		width: 25px;
		height: 25px;
		background-position: -165px -358px;
	}
	
	.thecontent .entry-content .alignleft{
		margin-left: 0px;
	}
	.thecontent .entry-content .alignright{
		margin-right: 0px;
	}
	
	.thecontent .newsletter{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.thecontent .entry-content ol li:before, .thecontent .locked_holder ol li span:before{
		font-size: 36px;
		line-height: 36px;
		margin-left: -40px;
	}

	
	.nicelink .element.artpuff a .title_excerpt .inner .vinjett{
		font-size: 14px;
		line-height: 16px;
	}
	.nicelink .element.artpuff.fullbred.smaller.reg a .title_excerpt .inner h2{
		font-size: 26px;
		line-height: 30px;
	}

	.thecontent .nicelink .element.artpuff.fullbred.smaller .title_excerpt .inner{
		padding: 12px 30px;
	}
	.thecontent .nicelink .element.artpuff.fullbred.smaller a .overflowhidden{
		width: 200px;
	}
	.thecontent .nicelink .element.artpuff.fullbred.smaller .title_excerpt{
		margin-left: 200px;
	}

	
	.thecontent .nicelink{
		margin-left: 0;
		margin-right: 0;
	}
	
	.entry-content .factbox h3.title{
		font-size: 22px;
	    line-height: 24px;
	    margin-bottom: 35px;
	}
	
	
	.entry-content .factbox h3.toptitle{
		font-size: 16px;
	    line-height: 18px;
	    margin-bottom: 5px;
	}
	
	.factbox .insidefactbox{
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.eventpage .factbox.static .insidefactbox{
		padding-left: 30px;
		padding-right: 30px;
	}

	
	
	.thecontent .entry-content > 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,
	.thecontent .entry-content figure.wp-block-table{
		margin-left: 30px;
		margin-right: 30px;
	}
	
	.thecontent .entry-content blockquote.moremargin{
		margin-bottom: 80px;
	}

	.thecontent .entry-content blockquote .smaller{
	    font-size: 18px;
	    line-height: 20px;
    	bottom: -30px;
	}	
	.thecontent .entry-content blockquote cite{
		font-size: 18px;
		line-height: 20px;
		margin-top: 15px;
		margin-left: 90px;
	}
	
	.thecontent .entry-content blockquote p{
		margin: 0 auto;
		margin-left: 90px;
	}
	

	.thecontent .entry-content blockquote p:before{
		left: -60px;
		top: inherit;
		display: inline;
		font-size: 84px;
		line-height: 74px;
		width: auto;
	}
	
	.thecontent .entry-content blockquote{
		font-size: 26px;
		line-height: 38px;
		margin-bottom: 50px;
		margin-top: 40px;
		max-width: 500px;
	}

	
	
	.thecontent .huvudartikeln .image{
		margin-bottom: 35px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.thecontent .huvudartikeln .image .imgdescription{
		max-width: 280px;
		position: absolute;
		bottom: 5px;
		right: 5px;
		font-size: 16px;
		line-height: 20px;
		padding: 16px 15px 12px;
		color: black;
	}

	
	.thecontent{
		padding-top: 70px;
	}
	.share_and_pub_auth .pub_text{
		margin-left: 30px;
		font-size: 16px;
		line-height: 18px;
		margin-top: 10px;
	}
	.share_and_pub_auth .pub_text .linevertical{
		margin-right: 30px;
	}
	.share_and_pub_auth .pub_text .published{
		margin-right: 20px;
		margin-top: 8px;
	}

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

	
	.thecontent .hl_ingress_share h1.maintitle, .thecontent .hl_ingress_share p.ingress, .thecontent .hl_ingress_share .share_and_pub_auth{
		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 .hl_ingress_share p.ingress{
		font-size: 23px;
		line-height: 30px;
		margin-bottom: 25px;
		font-weight: 400;
	}
	.thecontent .hl_ingress_share p.ingress .vinjett{
		font-size: 18px;
	}
	

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

	.headersearch .searchfield{
		font-size: 32px;
		line-height: 36px;
		padding: 10px 30px;
		width: auto;
		max-width: 100%;
		border-bottom: solid 4px white;
	}
	
	.hamburgercontent .socialfooter{
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 50px;		
	}	
	
	#header .hamburgercontent .hamburger_liten{
		margin-bottom: 80px;
	}
	#header .hamburgercontent ul#menu-hamburgare_liten_1{
		margin-left: 0px;
		margin-right: 0px;
	}
	#header .hamburgercontent ul#menu-hamburgare_liten_2{
		margin-left: 0px;
		margin-right: 0px;
	}

	
	
	#header .hamburgercontent ul.menu#menu-hamburgare_stor li{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#header .hamburgercontent ul.menu#menu-hamburgare_stor li a{
		font-size: 40px;
		line-height: 42px;
	}

	
	
	
	.hamburgercontent, .searchcontent{
		padding-top: 130px;
		padding-bottom: 100px;
	}

	#header .hamburgercontent ul.menu#menu-hamburgare_stor{
		margin-right: 100px;
		margin-left: 0px;
		margin-bottom: 0px;
	}

	
	.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;
	}
	
	#footer .bottom_footer{
		text-align: left;
	}
	#footer .bottom_footer .left{
		float: left;
	}
	#footer .bottom_footer .left .pmlogo{
		margin-right: 20px;
		margin-bottom: 0px;
		float: left;
	}
	#footer .bottom_footer .left .menu_overall{
		display: inline-block;
		float: left;
		margin-top: 10px;
	}
	#footer .bottom_footer .left .menu_overall li{
		display: inline-block;
		float: left;
		margin-right: 20px;
		margin-bottom: 0px;
	}
	#footer .bottom_footer .copymadecont{
		display: inline-block;
		float: right;
		text-align: left;		
		font-size: 14px;
		line-height: 16px;
	}
	
	
	
	#footer .top_footer .left .menu li{
		margin-right: 20px;
		margin-left: 0px;
	}

	#footer #social_meny_cont_foot ul.menu{
		margin-top: 15px;
		margin-bottom: 0px;
		display: block;
	}
	.newsletter_footer{
		padding: 0px;
		border-style: none !important;
		margin-bottom: 0px;
	}
	#footer .footer_meny_cont_foot{
		text-align: left;
	}
	#footer #menu-sidfotsmeny{
		display: block;
		margin-bottom: 0px;
	}
	#footer .top_footer{
		padding-top: 130px;
		padding-bottom: 40px;
		text-align: left;
	}
	#footer .top_footer .cols .col.right{
		text-align: right;
	}
	#footer .top_footer .cols .col.right .inside{
		text-align: left;
	}
	#footer .top_footer .footerlogo{
		height: 70px;
		margin-bottom: 40px;
	}

	
	.black_widget .left_large .element.artpuff.smaller{
		margin-left: 0px;
		margin-right: 0px;
	}

	.premium_puff .inner .left .inside{
		padding-left: 50px;
		padding-right: 0px;
	}
	.premium_puff .inner .left .inside h2{
		font-size: 50px;
		line-height: 54px;
		margin-bottom: 20px;
	}
	.premium_puff .inner .left .inside .text{
		font-size: 20px;
		line-height: 34px;
		margin-bottom: 20px;	
	}
	.premium_puff .inner .left .inside .buttons{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.premium_puff .inner .left .inside .buttons .button{
		margin-left: 10px;
		margin-right: 10px;
		min-width: 170px;
	}

	.premium_puff .inner .right img{
		position: absolute;
		right: 0;
		top: -20px;
		height: auto;
		width: 100%;
	}

	.premium_puff .inner .left{
		width: 55%;
		padding-top: 130px;
	}
	.premium_puff .inner .right{
		width: 45%;
	}

	
	.w4_newsletter_widget .right form.nlform{
		margin-top: 15px;
		padding-left: 0px;
		padding-right: 40px;
	}
	.w4_newsletter_widget .max{
		padding-top: 50px;
		padding-bottom: 30px;
		margin: 0;
	}
	.w4_newsletter_widget .left h3, .thecontent .newsletter .left h3{
		font-size: 32px;
		line-height: 34px;
		margin-bottom: 5px;
	}
	.thecontent .newsletter .left h3{
		font-size: 24px;
		line-height: 26px;
	}
	.w4_newsletter_widget .left .text, .thecontent .newsletter .left .text{
		font-size: 22px;
		line-height: 32px;
	}
	.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.bggray .moblock, .modulescontainer.bggray .moblock .ad{
		margin-bottom: 30px;
	}
	
	.black_widget{
		padding-bottom: 40px;
	}
	
	.black_widget h2.modulehl, .thelatest h2.modulehl{
		margin-left: 0px;
	}
	.black_widget .sectionlink{
		margin-right: 0px;
	}

	#modules_startpage{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	
	.huvudflodet{
		margin-bottom: 130px;
	}
	.element.artpuff.ontop a.ontoplink .title_excerpt{
		padding: 80px 100px 40px 100px;
		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-top: 20px;
		margin-left: 18px;
		margin-right: 14px;
		padding-top: 0px;
	}
	
	.ad .insidead{
		max-width: inherit;
		margin-left: 0;
		margin-right: 0;
	}
	#header .logo{
		height: 54px;
		margin-top: 15px;
		margin-bottom: 12px;
	}
	#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: 20px;
		padding-bottom: 0px;
		padding-left: 0;
		padding-right: 0;
	}
	.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;
	}
	
	.big_event a{
		max-width: 560px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.big_event a h2{
		font-size: 74px;
		line-height: 78px;
		margin-bottom: 50px;
	}
	.big_event a .line{
		width: 50px;
		height: 5px;
		margin-bottom: 30px;
	}
	.big_event a .vinjett{
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 25px;
	}
	.big_event a .eventinfo{
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 25px;	
	}
	.button.eventbtn{
		padding-top: 28px;
		padding-bottom: 22px;
		padding-right: 110px;
		padding-left: 110px;
	}
	
	.button.mainload{
		padding-top: 30px;
		padding-bottom: 25px;
		padding-right: 200px;
		padding-left: 200px;
	}
	
	
	#footer .top_footer .cols{
		width: 66%;
	}
	#footer .top_footer .cols .col{
		width: 50%;
	}
	
	#footer .top_footer .newsp_image{
		width: 33%;
		display: inline-block;
		float: left;
		text-align: right;
	}
	.element.artpuff a .title_excerpt .inner .vinjett{
		
	}
	
	.element.artpuff{
		margin-right: 20px;
		margin-left: 0px;
		padding-bottom: 20px;
	}
	.element.artpuff a .title_excerpt .inner h2, .element.artpuff.fullbred a .title_excerpt .inner h2, .element.artpuff.ontop a .title_excerpt .inner h2{
		font-size: 34px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	
	.flow .element.artpuff.fullbred.mainp > a .title_excerpt .inner{
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
		margin-left: 30px;
		margin-right: 30px;
	}

	.published .clock{
		margin-right: 5px;
		margin-bottom: -5px;
		width: 22px;
		height: 22px;
		background-position: -152px -118px;
	}
	.ontoplink .published .clock, .black_widget .published .clock{
		background-position: -220px -118px;
	}

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

	.premium{
		font-size: 12px;
		line-height: 12px;
		padding: 10px;
		margin-bottom: 10px;
	}	
	.premium.abs{
		left: -10px;
		top: 20px;
	}
		
	.bluelinks{
		margin-top: 10px;
		padding-left: 30px;
	}	
	.bluelinks .element.artpuff a .title_excerpt .inner h2{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	.bluelinks .element.artpuff.vansterstalld .title_excerpt .inner{
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 10px;
		padding-top: 20px;
	}

	/*** LÄNGRE NED */
	
	
	
	.eventpage .thecontent .entry-content .gutter > p,
	.eventpage .thecontent .entry-content .exmarg,
	.eventpage .thecontent .entry-content .wpcf7-form,
	.eventpage .thecontent .entry-content blockquote,
	.eventpage .thecontent .entry-content ul,
	.eventpage .thecontent .entry-content ol,
	.eventpage .thecontent .entry-content h1,
	.eventpage .thecontent .entry-content h2,
	.eventpage .thecontent .entry-content h3,
	.eventpage .thecontent .entry-content h4,
	.eventpage .thecontent .entry-content h5,
	.eventpage .thecontent .entry-content h6,
	.eventpage .thecontent .entry-content h7,
	.eventpage .thecontent .entry-content h8{
		margin-left: 60px;
		margin-right: 60px;
	}
	
	figcaption{
	    font-size: 14px;
	    line-height: 18px;
	}

	
	.aligncenter figcaption{
		padding: 12px 20px 5px;
	    display: block;
	    font-size: 18px;
	    line-height: 24px;
	}
	
	
	
	.factbox.full .expand .square{
		width: 124px;
		height: 44px;
		margin-right: -62px;
	}
	.entry-content .factbox.full h3.title{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	.factbox.full .insidefactbox{
		padding-top: 40px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 0px;
	}

	

	
	.factbox.full .content{
		font-size: 18px;
		line-height: 26px;
	}
	
	
	
	.thecontent .entry-content h1,
	.thecontent .entry-content h2{
		font-size: 24px;
		line-height: 34px;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.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: 20px;
		line-height: 32px;
		margin-top: 0px;
		margin-bottom: 10px;
	}	
	.thecontent .entry-content, .thecontent .locked_holder{
		font-size: 20px;
		line-height: 32px;
		letter-spacing: 0em;
	}
	
	.thecontent .locked_holder{
		font-size: 22px;
		line-height: 34px;
	}
	
	
	
	
	
	
	
	
	.black_widget .element.artpuff.fullbred.smaller.reg.large .overflowhidden{
		height: 400px;
	}
	
	.black_widget.singleview .left_large{
		width: 43%;
		display: inline-block;
		float: left;
	}
	.black_widget.singleview .right_list{
		width: 57%;
		display: inline-block;
		float: left;	
	}
	.black_widget.singleview .right_list .element.artpuff.smaller{
		margin-left: 40px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: solid 1px #494949;
	}
	.black_widget.singleview .linecont{
		border-bottom: solid 1px #494949;
		display: inline-block;
		width: 100%;
		margin-bottom: 50px;
	}
	
	
	.black_widget.singleview .right_list .element.artpuff.smaller:last-child{
		border-bottom-style: none;
	}
	.black_widget.singleview .right_list .element.artpuff.smaller.reg .overflowhidden{
	    position: absolute;
	    height: 100%;
	    width: 150px;
	    left: 0;
	    top: 0;
	}
	.black_widget.singleview .right_list .element.artpuff.smaller .title_excerpt{
	    margin-top: 0;
		margin-left: 150px;
	}
	.black_widget.singleview .right_list .element.artpuff.smaller.noimg .title_excerpt{
		margin-left: 0px;
	}
	
	.black_widget.singleview .element.artpuff.fullbred.smaller.reg.large a .title_excerpt .inner h2{
		font-size: 34px;
		line-height: 38px;
	}
	.black_widget.singleview .right_list .element.artpuff.fullbred.smaller.reg a .title_excerpt .inner h2{
		font-size: 20px;
		line-height: 26px;
	}
	.black_widget.singleview .right_list .element.artpuff.smaller .title_excerpt .inner{
		padding: 0;
		padding-left: 30px;
	}
	.black_widget.singleview .right_list .element.artpuff.smaller.noimg .title_excerpt .inner{
		padding-left: 0;
	}
	

	
	.headersearch .searchfield{
		min-width: 680px;
	}

	
	
	.hamburgercontent .widget#nav_menu-2{
		width: 50%;
	}
	
	
	.hamburgercontent .widget{
		display: inline-block;
		float: left;
		width: 25%;
	}
	.hamburgercontent .widget .execphpwidget, .hamburgercontent .widget .menu-hamburgare_stor-container{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	
	.hamburgercontent .onlymobile{
		display: none;
	}
	
	
	.w4_newsletter_widget .nlform .holder.input:after, .thecontent .newsletter .nlform .holder:after{
		right: 180px;
	}
	.w4_newsletter_widget .nlform .holder .nl_submit, .thecontent .newsletter .nlform .holder .nl_submit{
		width: 155px;
		text-indent: 0;
		background-position: 112px -301px;
	}
	.w4_newsletter_widget .nlform .holder .nl_submit, .thecontent .newsletter .nlform .holder .nl_submit:hover{
		background-position: 112px -301px;
	}
	
	
	.w4_related .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 a .title_excerpt .inner .vinjett.above{
		display: none;
	}
	
	.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: 170px;
	}
	.black_widget .element.artpuff.fullbred.smaller.reg .overflowhidden{
		height: 210px;
	}
	.element.artpuff.vansterstalld .overflowhidden, .bluelinks .element.artpuff.vansterstalld .overflowhidden{
		position: absolute;
		height: 100%;
		width: 280px;
		left: 0;
		top: 0;
	}
	.bluelinks .element.artpuff.vansterstalld .overflowhidden{
		width: 120px;
	}
	
	.element.artpuff.vansterstalld .title_excerpt{
		margin-top: 0;
		margin-left: 280px;
	}
	.element.artpuff.vansterstalld .title_excerpt .inner{
		margin-right: 0px;
		padding-right: 0;
		padding-top: 0;
		margin-left: 0;
		padding-bottom: 0;
	}
	
	

	.factbox{
	    margin-bottom: 40px;
	}	
	
	.error404 .search_holder{
		margin-left: 30px;
	}


	.eventpage .gutter{
		margin-left: 40px;
		margin-right: 40px;
	}
	
	.bottom_header .amnen_in_header{
		border-top: solid 1px #d5d5d6;
	}
	
	.eventpage .container_more .eventprogram > li{
		padding-left: 0px;
		padding-right: 0px;
	}

	.filter-whitepapers{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.gridholder{
		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;
	}
	
	
	.eventpage .gutter{
		margin-left: 50px;
		margin-right: 50px;
	}

	
	.gridholder{
		width: 742px;
	}
	.gridholder.morewide{
		width: 762px;
	}	
	
}

@media screen and (min-width: 810px) {
	
	.aboveimage.takeover .ad{
		max-width: 710px;
	}
	
	.eventpage .gutter{
		margin-left: 60px;
		margin-right: 60px;
	}

	.gridholder{
		width: 770px;
	}
	.gridholder.morewide{
		width: 790px;
	}	
		
}


@media screen and (min-width: 846px) {
	
	.aboveimage.takeover .ad{
		max-width: 740px;
	}
	
	.eventpage .gutter{
		margin-left: 70px;
		margin-right: 70px;
	}

		
	.gridholder{
		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;
	}
	
	.eventpage .gutter{
		margin-left: 80px;
		margin-right: 80px;
	}

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

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

}
@media screen and (min-width: 1024px){
	
	.aboveimage.takeover .ad{
		max-width: 880px;
	}
	/*servicepack 1*/
	#subscribe_splash .inside .fifty.text .padd{
		padding: 70px 50px;
	}
	#subscribe_splash .inside .fifty.text .padd h2{
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 20px;
	}
	#subscribe_splash .inside .fifty.text .padd .text{
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 20px;	
	}
	
	
	.eventpage .container_more .talare .speaker{
		width: 25%;
	}
	.eventpage .container_more .talare .speaker .inside{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.eventpage .container_more .talare.smaller .speaker{
		text-align: left;
		
	}
	.eventpage .container_more .talare.smaller .speaker .inner_speak{
		text-align: center;
		float: left;
	}
	.eventpage .container_more .talare.smaller .speaker .text_right{
		float: left;
		width: 370px;
	}
	.eventpage .container_more .talare.smaller .speaker .text_right .pd{
		padding-left: 20px;
	}
	
	
	.eventpage .thecontent .entry-content .gutter > p,
	.eventpage .thecontent .entry-content .exmarg,
	.eventpage .thecontent .entry-content .wpcf7-form,
	.eventpage .thecontent .entry-content blockquote,
	.eventpage .thecontent .entry-content ul,
	.eventpage .thecontent .entry-content ol,
	.eventpage .thecontent .entry-content h1,
	.eventpage .thecontent .entry-content h2,
	.eventpage .thecontent .entry-content h3,
	.eventpage .thecontent .entry-content h4,
	.eventpage .thecontent .entry-content h5,
	.eventpage .thecontent .entry-content h6,
	.eventpage .thecontent .entry-content h7,
	.eventpage .thecontent .entry-content h8{
		margin-left: 80px;
		margin-right: 80px;
	}
	
	
	#footer #social_meny_cont_foot ul.menu li{
		padding-right: 10px;
		padding-left: 10px;
		float: left;
	}
	#footer #social_meny_cont_foot ul.menu li a{
		width: 50px;
		height: 50px;
	}
	
	#footer #social_meny_cont_foot ul.menu li a .hamic{
		width: 40px;
		height: 40px;
		margin-left: -20px;
		margin-top: -20px;
	}
	#footer #social_meny_cont_foot ul.menu li.fb a .hamic{
		background-position: -7px -194px;
	}
	#footer #social_meny_cont_foot ul.menu li.tw a .hamic{
		background-position: -55px -194px;
	}
	#footer #social_meny_cont_foot ul.menu li.linkedin a .hamic{
		background-position: -111px -194px;
	}
	
	
	.factbox.left, .factbox.right{
		width: 240px;
	}
	.factbox.left.expanded, .factbox.right.expanded{
		width: 240px;
	}
	
	.factbox.full{
		margin-left: 30px;
		margin-right: 40px;
	}
		
	.factbox.right{
		margin-left: 20px;
		margin-bottom: 30px;
	}
	.factbox.left{
		margin-right: 20px;
		margin-bottom: 30px;
	}
	
	.huvudflodet .buttonholder{
		position: absolute;
		left: 0;
		bottom: -90px;
		padding-top: 15px;
		margin-bottom: 0;
	}
	
	.thecontent .hl_ingress_share{
		width: 67%;
	}
	.huvudflodet .flow, .huvudartikeln .left_art{
		width: 67%;
		display: inline-block;
		float: left;
		background-color: white;
		position: relative;
		-webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.12);
		-moz-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.12);
		box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.12);
	}
	.flow .ad{
		text-align: left;
	}
	.flow .ad .insidead:after{
		position: absolute;
		top: -12px;
		left: 0px;
		transform: none;
	}
	
	
	.huvudflodet .flow .insideflow, .huvudartikeln .left_art .insideart{
		border-right: solid 1px #d7d7d8;
	}
	
	

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


	.huvudflodet > .gridholder, .huvudartikeln{
		background-color: #f4f7f8;
		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;
	}
	
	.insideflow .hide_shade, .left_art .hide_shade{
		display: block;
	}
	
	.eventpage .thecontent .image_inside_holder .inside h1{
		font-size: 78px;
		line-height: 80px;
	}
	
	.gridholder{
		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) {
	
	.aboveimage.takeover .ad{
		max-width: 900px;
	}
	
	
	.eventpage .container_more .eventprogram li .beneath{
		width: 80%;
		margin-left: 10%;
	}
	.eventpage .container_more .eventprogram li .beneath .inner,
	.eventpage .eventmap .adress_and_hl{
		padding-left: 100px;
	}

	.eventpage .container_more .talare.smaller .speaker .text_right{
		width: 100%;
	}
	.eventpage .container_more .talare.smaller .speaker .text_right .pd{
		padding-left: 0;
	}
	
	.eventpage .container_more .talare .speaker .inner_speak{
		width: 160px;
		margin-left: -160px;
	}
	.eventpage .container_more .eventprogram li.show .beneath{
		overflow: visible;
	}
	
	.eventpage .container_more .eventprogram li .topline h3.title{
		padding-left: 100px;
	}
	.eventpage .container_more .eventprogram li .beneath{
		width: 70%;
		margin-left: 20%;
	}
	
	.eventpage .container_more .eventprogram li .topline .time{
		width: 20%;
	}
	.eventpage .container_more .eventprogram li .topline .hlcont{
		width: 70%;
	}
	
	
	
	.eventpage .thecontent .entry-content .gutter > p,
	.eventpage .thecontent .entry-content .exmarg,
	.eventpage .thecontent .entry-content .wpcf7-form,
	.eventpage .thecontent .entry-content blockquote,
	.eventpage .thecontent .entry-content ul,
	.eventpage .thecontent .entry-content ol,
	.eventpage .thecontent .entry-content h1,
	.eventpage .thecontent .entry-content h2,
	.eventpage .thecontent .entry-content h3,
	.eventpage .thecontent .entry-content h4,
	.eventpage .thecontent .entry-content h5,
	.eventpage .thecontent .entry-content h6,
	.eventpage .thecontent .entry-content h7,
	.eventpage .thecontent .entry-content h8{
		margin-left: 100px;
		margin-right: 100px;
	}
	
	#header .login_search_menu .element{
		margin-left: 15px;
	}
	
	
	.entry-content .listofusers .userpuff{
		width: 33%;
	}
	
	.factbox.left, .factbox.right{
		width: 280px;
	}
	.factbox.left.expanded, .factbox.right.expanded{
		width: 280px;
	}
	
	.eventpage .gutter{
		margin-left: 90px;
		margin-right: 90px;
	}
	
	.ad.panorama .insidead{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.gridholder{
		width: 1000px;
	}
	.gridholder.morewide{
		width: 1020px;
	}			
}

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

}

@media screen and (min-width: 1080px) {
	
	.aboveimage.takeover .ad{
		max-width: 940px;
	}
		
	.thecontent .newsletter .left h3{
		display: inline;
	}
	
	.eventpage .gutter{
		margin-left: 100px;
		margin-right: 100px;
	}
	
	.factbox.static, .eventpage .entry-content .factbox.full{
		margin-left: 60px;
		margin-right: 60px;
	}

	.eventpage .container_more .talare .speaker{
		width: 20%;
	}
		
	.gridholder{
		width: 1040px;
	}
	.gridholder.morewide{
		width: 1060px;
	}
}

@media screen and (min-width: 1110px) {
	.aboveimage.takeover .ad{
		max-width: 970px;
	}
		
	.black_widget.singleview .left_large{
		width: 63%;
	}
	.black_widget.singleview .right_list{
		width: 37%;
	}		
		
	.gridholder{
		width: 1070px;
	}
	.gridholder.morewide{
		width: 1090px;
	}		
}
@media screen and (min-width: 1130px) {
	
	.aboveimage.takeover .ad{
		max-width: 990px;
	}
	
	
	
}


@media screen and (min-width: 1218px) {
	.aboveimage.takeover .ad{
		max-width: 1080px;
	}
	
	.thecontent .entry-content img.aligncenter, .thecontent .entry-content figure.aligncenter{
		max-width: 710px;
	}
	
	#header #meny_topp{
		margin-right: 115px;
	}
	
	.eventpage .thecontent .entry-content .gutter > p,
	.eventpage .thecontent .entry-content .exmarg,
	.eventpage .thecontent .entry-content .wpcf7-form,
	.eventpage .thecontent .entry-content blockquote,
	.eventpage .thecontent .entry-content ul,
	.eventpage .thecontent .entry-content ol,
	.eventpage .thecontent .entry-content h1,
	.eventpage .thecontent .entry-content h2,
	.eventpage .thecontent .entry-content h3,
	.eventpage .thecontent .entry-content h4,
	.eventpage .thecontent .entry-content h5,
	.eventpage .thecontent .entry-content h6,
	.eventpage .thecontent .entry-content h7,
	.eventpage .thecontent .entry-content h8{
		margin-left: 140px;
		margin-right: 140px;
	}
	
	.factbox.static, .eventpage .entry-content .factbox.full{
		margin-left: 100px;
		margin-right: 100px;
	}
	
	.eventpage .thecontent .image_inside_holder .inside h1{
		font-size: 92px;
		line-height: 94px;
	}
	
	.gridholder{
		width: 1180px;
	}
	.gridholder.morewide{
		width: 1200px;
	}
}

@media screen and (min-width: 1250px) {		
	
	.aboveimage.takeover .ad{
		max-width: 1150px;
	}
	
	.ad .insidead:after{
		right: -65px;
		left: inherit;
		top: 0px;
		transform: rotate(90deg);
		transform-origin: 0% 0%;
	}
	.eventpage .container_more .talare .speaker .img{
		width: 160px;
		height: 160px;
	}
}


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

}

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

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

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

	
}
@media screen and (min-width: 1550px) {
	
	
}
@media screen and (min-width: 1640px) {
	
	
	.gridholder.superwide{
		width: 1600px;
	}
	
}

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

@media screen and (min-width: 2150px) {
	#cookieinfo .insidepcookie{
		padding-top: 35px;
		padding-bottom: 20px;
	}
}



@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.bgspr, .entry-content a.imagelink:after, .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{
		background-image: url("images/sprites@2x.png");
		background-size: 473px 625px;
	}
}

/**
 * 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{
		width: 100%;
	}
	
}