/*
Theme Name: Jordens Vänner
Theme URI: https://wonderfour.se
Author: WONDERFOUR W4 Webbyrå Stockholm
Author URI: https://wonderfour.se/
*/

@font-face {
	font-family: 'LarsseitBold';
	src: url('fonts/LarsseitBold.eot');
	src: url('fonts/LarsseitBold.eot') format('embedded-opentype'),
		 url('fonts/LarsseitBold.woff2') format('woff2'),
		 url('fonts/LarsseitBold.woff') format('woff'),
		 url('fonts/LarsseitBold.ttf') format('truetype'),
		 url('fonts/LarsseitBold.svg#LarsseitBold') format('svg');
}

@font-face {
	font-family: 'LarsseitRegular';
	src: url('fonts/Larsseit.eot');
	src: url('fonts/Larsseit.eot') format('embedded-opentype'),
		 url('fonts/Larsseit.woff2') format('woff2'),
		 url('fonts/Larsseit.woff') format('woff'),
		 url('fonts/Larsseit.ttf') format('truetype'),
		 url('fonts/Larsseit.svg#Larsseit') format('svg');
}

@font-face {
	font-family: 'LarsseitMedium';
	src: url('fonts/LarsseitMedium.eot');
	src: url('fonts/LarsseitMedium.eot') format('embedded-opentype'),
		 url('fonts/LarsseitMedium.woff2') format('woff2'),
		 url('fonts/LarsseitMedium.woff') format('woff'),
		 url('fonts/LarsseitMedium.ttf') format('truetype'),
		 url('fonts/LarsseitMedium.svg#LarsseitMedium') format('svg');
}



/**
 * Table of Contents:
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
 
.grecaptcha-badge{
	display: none !important;
}

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: #000;
	font-size: 18px;
	letter-spacing: 0.025em;
	line-height: 1.5;
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="radio"]{
    -webkit-appearance: radio;
}

body {
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	font-family: 'LarsseitRegular';
	-webkit-font-feature-settings: 'lnum';
	-moz-font-feature-settings: 'lnum';
	-ms-font-feature-settings: 'lnum';
	padding-top: 0px;
}

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

a:focus {
	outline: none;
}

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

a:active,
a:hover {

}

.posrel {
    position: relative;
}

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

h1 {
	font-size: 20px;
	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 {
	font-family: 'LarsseitMedium';
}

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='checkbox']:checked {
  -webkit-appearance: none;
  }

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

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

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

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

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

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

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

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

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

del {
	color: #767676;
}

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

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

::-moz-selection {
	background: #191919;
	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;
}



.uppercase{
	text-transform: uppercase;
}

.positionrelative{
	position: relative;
}

.overflowhidden {
	overflow: hidden;
}

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


.desktoptext{
	display: none;
}
.mobiletext{
	display: inline;
}



/**
 * 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: #191919;
	padding: 10px 18px 10px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
	border: solid 2px #dadada;
	text-transform: left;
	background: none;
	font-weight: normal;
	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: #22ab4f;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -0.01em;
	padding: 20px 50px 20px;
	border-radius: 6px;
	border: 2px solid transparent;
	vertical-align: bottom;
	display: inline-block;
  	position: relative;
	font-weight: normal;
    font-family: 'LarsseitRegular';
	-webkit-transition: background 150ms ease-out, color 150ms ease-out;
  	-moz-transition: background 150ms ease-out, color 150ms ease-out;
  	-o-transition: background 150ms ease-out, color 150ms ease-out;
  	transition: background 150ms ease-out, color 150ms ease-out;
}

button.darkbtn,
.button.darkbtn {
	background: transparent;	
	font-size: 16px;
	letter-spacing: 0.025em;
	color: #191919;
	border: 2px solid #191919;
	text-transform: uppercase;
	font-family: 'LarsseitMedium';
	padding: 20px 50px 20px;
	border-radius: 0px;
}


.wpcf7 form .wpcf7-response-output {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin: 15px 0!important;
    padding: 15px!important;
}

.w4_newsletter_and_podcast .wpcf7-not-valid-tip {
	margin-top: 5px;
	margin-bottom: 20px;
}
.wpcf7-not-valid-tip {
    margin-top: 10px;
    margin-bottom: 20px;
}

button:hover,
.button:hover,
.entry-content .button:hover,
.wpcf7-submit:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	color: #22ab4f;
	background-color: white;
	border-color: #22ab4f;
}

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


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

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

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

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


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

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

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

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

.swiper-lazy,
.b-lazy {
	opacity: 0;
	-webkit-transition : opacity 350ms ease-out, transform 350ms ease-out;
  	-moz-transition : opacity 350ms ease-out, transform 350ms ease-out;
  	-o-transition : opacity 350ms ease-out, transform 350ms ease-out;
  	transition : opacity 350ms ease-out, transform 350ms ease-out;
}

.swiper-lazy.swiper-lazy-loaded,
.b-lazy.b-loaded {
	opacity: 1;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

.textaligncenter {
	text-align: left!important;
}

a.readmore {
	font-size: 16px;
	line-height: 18px;
	font-family: 'LarsseitMedium';
	color: #191919;
	letter-spacing: 0em;
	margin: 20px auto 0;
	display: table;
	position: relative;
}

a.readmore::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #22ab4f;
	bottom: -5px;
	left: 0;
	transition: height 150ms ease-in-out;
}

a.readmore:hover::after {
	height: 5px;
}

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

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

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

.hide {
	display: none;
}

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

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


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

/**
 * The modules
 *
 */

/**
HEADER
**/
#header{
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 101;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-webkit-transition : top 250ms ease-out, background-color 150ms ease-out, height 150ms ease-out;
  	-moz-transition : top 250ms ease-out, background-color 150ms ease-out, height 150ms ease-out;
  	-o-transition : top 250ms ease-out, background-color 150ms ease-out, height 150ms ease-out;
  	transition : top 250ms ease-out, background-color 150ms ease-out, height 150ms ease-out;
  	position: fixed;
	 border-bottom: 1px solid transparent;
}

#header.scrolldown{
	height: 80px;
	border-color: #f6f5eb;
}



#header .positionrelative{
	margin-left: 20px;
	margin-right: 20px;
	width: 100%;
}

#header.scrolldown {
	background: #FFF;
}


#header.menuopen .superwide .logo {

}



/* SÖK */


body.search .navigation.paging-navigation {
	margin: 0px 20px;
}

body.search .navigation.paging-navigation .nav-links_search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.search .nav-next a,
body.search .nav-previous a {
	border-bottom: 2px solid #191919;	
	display: inline-block;
	padding-bottom: 3px;
}

body.search .nav-next a:hover,
body.search .nav-previous a:hover {
	color: #22ab4f;
	border-color: #22ab4f;
}

body.search .page-title {
	margin-top: 120px;
	margin-bottom: 40px;
	text-align: center;
}

body.search .showsearch {
	display: none;
}

body.search .search-container .form {
	position: relative;
	max-width: 800px;
	margin-left:  auto;
	margin-right: auto;
}

body.search .search-container .form form {
	margin-left: 40px;
	margin-right: 40px;
}

body.search .search-container input[type="text"] {
	font-size: 22px;
	width: 100%;
	background: none;
	border: none;
	padding-bottom: 15px;
	padding-left: 0;
	border-bottom: 2px solid #000000;
	font-family: 'LarsseitRegular';
	color: #979797;
	outline: none!important;
}

body.search .search-container input::placeholder {
	font-family: 'LarsseitRegular';
	font-size: 22px;
	color: #979797;
}

body.search .search-container button {
    top: 15px;
    right: 45px;
    height:25px;
    width:25px;
	position: absolute;
	border: none;
    background: transparent;
    padding: 0;
    background-image: url(images/search-black.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
}

body.search .search-container button:hover {
	background-image: url(images/search-green.svg);
}

body.page #header.searchopen .showsearch .searchicon {
	background-image: url(images/search-black.svg);	
}

body.page #header.searchopen .showmenubtn span {
	background: #000;
}

body.page #header.searchopen .logo {
    background: url(images/logos/logo-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#header .collapsible-search {
	overflow: hidden;
	display: none;
	background: #FFF;
	width: 100%;
	height: 0px;
	position: fixed;
	top: 0px;
	z-index: 5;
	transition-duration: 0.4s;
	box-shadow: 0px 3px 10px 3px rgba(216, 216, 216, 0.4);
}


#header .collapsible-search .form {
	visibility: visible;
	margin: 0 auto;
	max-width: 900px;
	padding-top: 170px;
	opacity: 1;
	transition-duration: 0.4s;
}

#header .collapsible-search .form form {
	margin: 0px 30px;
}

#header .collapsible-search .form.animate {
	animation: formFade 1.8s;
	visibility: visible;
	opacity: 1;
}

@keyframes formFade {
	0%   { opacity: 0; visibility: hidden;}
	100% { opacity: 1; visibility: visible;}
}

#header .collapsible-search .form.visible {
	visibility: visible;
	opacity: 10;
}

#header .collapsible-search .form form {
	position: relative;
}

#header .collapsible-search input[type="text"] {
	font-size: 22px;
	width: 100%;
	background: none;
	border: none;
	padding-bottom: 5px;
	border-bottom: 2px solid #000000;
	font-family: 'LarsseitRegular';
	color: #979797;
	outline: none!important;
}

#header .collapsible-search input::placeholder {
	font-family: 'LarsseitRegular';
	font-size: 46px;
	color: #979797;
}

#header .collapsible-search button {
	position: absolute;
	border: none;
    top: 25px;
    right: 30px;
    height:30px;
    width:30px;
    background: transparent;
    padding: 0;
    background-image: url(images/search-black.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
}

#header .collapsible-search button:hover {
	background-image: url(images/search-green.svg);
}

#header .collapsible-search.hide.display {
	display: none;
}

#header .collapsible-search.show {
	animation: slideDown 0.4s;
	height: 346px;
	display: block;
}

@keyframes slideDown {
	0%   { opacity: 0; height: 0;}
	100% { opacity: 1; height: 346px;}
}

#header .collapsible-search.hide {
	animation: slideUp 0.4s;
	display: block;
}

@keyframes slideUp {
	0%   { height: 346px;}
	100% { height: 0;}
}

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


#header .gridholder.superwide{
	
}

#header .mainmenu_cont{
	display: none;
	float: right;
}

#header .language-chooser{
	display: none;
	float: right;
}
#header .hamburgercontent .language-chooser{
	float: none;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 30px;
	display: inline-block;
}

#header .hamburgercontent .gridholder {
	height: 100%;
}


#header .qtranxs_widget_end{
	display: none;
}


#header .language-chooser, #header .superwide .menu{
	text-align: center;
	margin: 0;
}

#header .language-chooser{
	list-style: none;
	padding: 0;
	text-transform: uppercase;
	margin-right: 60px;
}


#header .language-chooser li, #header .superwide .menu li{
	display: inline-block;
	color: #191919;
    font-size: 24px;
	font-family: 'LarsseitMedium';
	letter-spacing: 0.01em;
	padding: 0px 10px;
}

#header .superwide .mainmenu_cont .menu li a::after{
	content: "";
	width: 100%;
	height: 4px;
	background: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
}

body.page #header.scrolldown .superwide .mainmenu_cont .menu li.current_page_item a::after {
	background: #22ab4f;
}

#header .superwide .mainmenu_cont .menu li a:hover::after{
	background: #22ab4f;
}
#header .language-chooser li.btn, #header .superwide .menu li.btn{
	text-transform: unset;
	display: none;
	padding: 0px;
}
#header .superwide .menu li.btn.ml{
	margin-left: 20px;
	margin-right: 5px;
}
#header .superwide .menu li.btn.mr{
	margin-right: 20px;
	margin-left: 5px;
}
body.home #header.scrolldown .superwide .menu li.btn.nobg a{
	color: #22ab4f;	
}
body.home #header.scrolldown .superwide .menu li.btn a{
	color: #f8fdf5;	
}

body.home #header.scrolldown .superwide .menu li.btn a:hover {
	color: #22ab4f;
}

#header .superwide .menu li.btn.nobg a{
	background: transparent;
	color: #22ab4f;
	border: 2px solid #22ab4f;
}
#header .language-chooser li.btn a, #header .superwide .menu li.btn a{
	font-size: 16px;
	font-family: 'LarsseitBold';
    background: #22ab4f;
    padding: 20px 30px 14px 30px;
	letter-spacing: 0.025em;
    position: relative;
    border-radius: 6px;
    color: #FFF;
	transition: background 150ms ease-in-out;
	border: 2px solid transparent;
}

#header .language-chooser li.btn a, #header .superwide .menu li.btn a::after{
	content: none;
}

#header .language-chooser li.btn a:hover, #header .superwide .menu li.btn a:hover{
	background: #FFF;
	color: #22ab4f;
	border: 2px solid #22ab4f;
}
#header .language-chooser li{
	margin-left: 5px;
	margin-right: 5px;
}
#header .language-chooser li:last-child{
	margin-right: 0px;
}

body.home #header .language-chooser li a, body.home #header .superwide .menu li a {
	color: #f8fdf5;
}

body.home #header.scrolldown .language-chooser li a, body.home #header.scrolldown .superwide .menu li a {
	color: #191919;
}

#header .language-chooser li a, #header .superwide .menu li a{
	padding: 10px 0;
	color: #191919;
	border-bottom: solid 2px transparent;
	font-family: 'LarsseitMedium';
	position: relative;
}

#header .language-chooser li.active a{
	border-color: white;
}


#header .hamburgercontent .language-chooser li{
	color: #191919;
}
#header .hamburgercontent .language-chooser li a{
	color: #191919;
}
#header .hamburgercontent .language-chooser li a:hover{
	border-color: #5fd2b6;
}
#header .hamburgercontent .language-chooser li.active a{
	border-color: #5fd2b6;
}


#header .logo {
    display: inline-block;
	position: absolute;
    background-image: url(images/logos/jordens-vanner-logo-horisont.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
	top: 0px;
	height: 83px;
	width: 215px;
    z-index: 9;
   	transition: height 200ms ease-in-out, width 200ms ease-in-out;
}

body.home #header.scrolldown .logo {
	background-image: url(images/logos/jordens-vanner-logo-horisont.svg);
}

#header.scrolldown .logo {
	background-image: url(images/logos/jordens-vanner-logo-horisont.svg);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center center;
    left: 0px;
	top: 0px;
	height: 53px;
	width: 165px;
}

#header.scrolldown.menuopen,
#header.scrollup.menuopen {
	top: 0!important;
}

body.home #header .logo {
	background-image: url(images/logos/jordens-vanner-logo-negative.svg);
}

.showmenubtn{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    position: relative;
    padding-left: 13px;
	padding-right: 13px;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	box-shadow: 0px 2px 7px 0px rgba(34, 171, 79, 0.1);
    float: right;
    top: 10px;
	background: #f8fdf5;
	border-radius: 50%;
    cursor: pointer;
    
    z-index: 10000;
    -webkit-transition : background 150ms ease-out, top 250ms ease-out;
  	-moz-transition : background 150ms ease-out, top 250ms ease-out;
  	-o-transition : background 150ms ease-out, top 250ms ease-out;
  	transition : background 150ms ease-out, top 250ms ease-out;
  	right: 0px;
}

#header.scrolldown .showmenubtn{
	top: 0px;
}

.showmenubtn:hover span{
	background-color: #191919;
}

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

#header.scrollup.menuopen .showmenubtn:hover span,
#header.scrolldown.menuopen .showmenubtn:hover span{

}

#header.scrollup .showmenubtn:hover span,
#header.scrolldown .showmenubtn:hover span {
	background: #191919;
}

.showmenubtn span{
  display:block;
  background: #22ab4f;
  box-sizing: border-box;
  -webkit-transition: .150s ease-in-out;
  transition: .150s ease-in-out;
}
.whitebg .showmenubtn span{
	background-color: #191919;
}
.whitebg .showmenubtn:hover span{
	background-color: white;
}

.showsearch{
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    width: 24px;
    height: 23px;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    float: right;
    top: 0;
    cursor: pointer;
    height: 100%;
    z-index: 10000;
    -webkit-transition: background 150ms ease-out, top 250ms ease-out;
    -moz-transition: background 150ms ease-out, top 250ms ease-out;
    -o-transition: background 150ms ease-out, top 250ms ease-out;
    transition: background 150ms ease-out, top 250ms ease-out;
    right: 0px;
    display: none;
}


.showsearch:hover .searchicon{ 
	background-image: url(images/search-green.svg);
}

.showsearch .searchicon{
    position:relative;
    height:30px;
    width:30px;
    background-image: url(images/search-black.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    top: 0;
    right: 0;
    z-index: 1;
}

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

#header.menuopen .showmenubtn .press_fix,
#header.menuopen .showsearch .press_fix {
	border-color: transparent!important;
}

#header.menuopen .showsearch .searchicon {
	background-image: url(images/search-white.svg);
}

.hamburger{
    position:relative;
    height:100%;
    top: 0;
    right: 0;
    z-index: 1;
}

body.home #header.scrolldown .showmenubtn .press_fix,
body.home #header.scrolldown .showsearch .press_fix {
	border-color: #eee;
}

.showmenubtn:hover span {
	background: #000;
}
.hamburger span {
	height: 2px;
    left: 0px;
    margin: 5px 0;
    position: relative;
    top: 2px;
    width: 20px;
}
.hamburger span :nth-child(1), .cross span :nth-child(1){
    -webkit-transition-delay: .150s;
	transition-delay: .150s;
}
.hamburger span :nth-child(2), .cross span :nth-child(2){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
}

.showmenubtn:hover{
	cursor: pointer;
}

.showmenubtn.clicked .hamburger span {
	background-color: #22ab4f;
}
.showmenubtn.clicked .hamburger span:nth-child(1){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
	transform: rotate(-45deg);
	top: 5px;
}
.showmenubtn.clicked .hamburger span:nth-child(2){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
	transform: rotate(45deg);
	top: -2px;
}


.hamburgercontent{
    position: absolute;
    top: 0;
    right: -600px;
    width: calc(100vw - 100px);
    height: 100vh;
    background-color: #f6f5eb;
    z-index: 9;
	overflow-y: scroll;
    text-align: left;
	box-shadow: 0px 4px 27px 3px rgba(165, 164, 149, 0.3);
}

.hamburgercontent .wave {
	position: absolute;
    bottom: -100px;
}

.hamburgercontent .wave svg {
	height: 100px;
	width: 100vw;
}

.hamburgercontent .wave svg path {
	fill: #fdcac9;
}

.hamburgercontent .searchform {
	display: flex;
	position: relative;
	margin-bottom: 20px;
}

.hamburgercontent .searchform form {
	position: relative;
}

.hamburgercontent .searchform input[type="text"] {
	font-size: 16px;
	padding: 20px 50px 14px 20px;
	border-radius: 6px;
	width: 100%;
	border: none;
	font-family: 'LarsseitRegular';
	color: #191919;
	outline: none!important;
	background: #FFF;
	letter-spacing: 0em;
}

.hamburgercontent .searchform input::placeholder {
	font-family: 'LarsseitRegular';
	font-size: 16px;
	color: #191919;
}

.hamburgercontent .searchform input[type="submit"] {
	position: absolute;
	border: none;
	bottom: 14px;
	right: 20px;
	height: 24px;
	width: 24px;
    background: transparent;
    padding: 0;
    background-image: url(images/search-green.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
	font-size: 0px;
	text-indent: -99999px;
}


#header .hamburgercontent .col.left {
	width: 90%;
	padding-top: 140px;
}

#header .hamburgercontent .col.right {
	width: 100%;
}

#header .hamburgercontent .col h3 {
	font-size: 18px;
	line-height: 50px;
	margin: 0;
	color: #a3a3a3;
}

#header .hamburgercontent .col #menu-ge-gava-bli-medlem.menu {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

#header .hamburgercontent .col #menu-ge-gava-bli-medlem.menu li {
	width: 100%;
}

#header .hamburgercontent .col .menu {
	text-align: left;
}

#header .hamburgercontent .col .menu li {
	display: block;
	font-family: 'LarsseitRegular';
	padding: 0;
	margin: 0px 25px;
}

#header .hamburgercontent .col .menu li.current_page_item a {
	color: #22ab4f;
}

#header .hamburgercontent .col .menu li a {
	font-size: 22px;
	line-height: 40px;
	color: #191919;
	letter-spacing: 0em;
	text-decoration: none!important;
	font-family: 'LarsseitMedium';
}

#header .hamburgercontent .col #menu-hamburgermeny-2.menu li a {
	font-size: 18px;
	line-height: 36px;
}

#header .hamburgercontent .col .socials .menu-socials-container {
	margin-top: 20px;
}

#header .hamburgercontent .col .socials .menu-socials-container li {
	margin: 0px 5px 10px 0px;
	display: block;
    position: relative;
	text-transform: unset!important
}

#header .hamburgercontent .col .socials .menu-socials-container  li:last-of-type a::after {
	content: none;
}

#header .hamburgercontent .col .socials .menu-socials-container li a {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-family: 'LarsseitMedium';
	color: #191919;
}

#header .hamburgercontent .col .socials .menu-socials-container li a:hover,
#header .hamburgercontent .col .socials .menu-socials-container li a:hover::after {
	color: #22ab4f;	
}

#header .hamburgercontent .col .menu li a:hover {
	color: #22ab4f;	
}

#header .hamburgercontent .col.right .menu li a {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

#header .hamburgercontent .menu li.btn {
	margin: 0;
}

#header .hamburgercontent .col .menu li.btn.nobg a {
	background: transparent;
	color: #22ab4f;
	border: 2px solid #22ab4f;
}

#header .hamburgercontent .col .menu li.btn a {
	font-family: 'LarsseitMedium';
    max-width: 100%;
	padding: 18px 0 15px;
	font-size: 14px;
	line-height: 16px;
	border: 2px solid transparent;
    display: block;
    text-align: center;
    text-transform: unset;
    letter-spacing: 0em;
    background: #22ab4f;
    position: relative;
    border-radius: 3px;
    line-height: 16px;
    color: #FFF;
	transition: background 150ms ease-in-out;
}

#header .hamburgercontent .col .menu li.btn a:hover {
	background: #FFF;
	color: #22ab4f;
}

#header .hamburgercontent .menu li.btn a:hover {
	color: #FFF;
}

#header .hamburgercontent .col .icon.sik {
	display: block;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-left: 25px;
	width: 110px;
	height: 35px;
	background-image: url(images/svenskinslamlingskontroll.svg);	
}

.hamburgercontent .inner{
    height: 100%;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

#header .hamburgercontent .inner .menu-mainmenu-container ul.menu{
	display: inline-block;
	margin: 0;
	margin-bottom: 0px;
}
#header .hamburgercontent .inner .menu-socialmenu-container ul.menu{
	display: inline-block;
	margin: 0;
}


#header .hamburgercontent .inner .menu-mainmenu-container ul.menu li{
	width: 100%;
	float: none;
	margin: 0;
	margin-bottom: 20px;
	color: #191919;
}

#header .hamburgercontent .inner .menu-mainmenu-container ul.menu li a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    color: #191919;
    border-bottom: solid 2px transparent;
    padding-bottom: 2px;
    font-family: 'LarsseitMedium';
}

#header .hamburgercontent .inner ul.menu li a:hover{
	color: #22ab4f;
	border-color: #22ab4f;
}

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


.socialmenu ul.menu li,  #header ul#menu-socialmenu li{
	display: inline-block;
	float: none;
	border-right: solid 1px #c2c2c2;
	padding-left: 15px;
	padding-right: 15px;
	height: 8px;
	margin: 0;
}
.socialmenu ul.menu li:last-child,  #header ul#menu-socialmenu li:last-child{
	padding-right: 0;
	border-right-style: none;
}
.socialmenu ul.menu li:first-child, #header ul#menu-socialmenu li:first-child{
	padding-left: 0;
}

.socialmenu ul.menu li a, #header ul#menu-socialmenu li a{
	display: block;
	overflow: hidden;
	text-indent: 99999px;
	width: 20px;
	height: 20px;
	position: relative;
	margin-top: -8px;
	border-style: none;
	padding: 0;
}
.socialmenu ul.menu li a .hamic,  ul#menu-socialmenu li a .hamic{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	height: 20px;
	width: 20px;
}

li.tw a .hamic{
	background-position: -64px -586px;
}
li.li a .hamic{
    background-position: -113px -586px;
}
li.fb a .hamic{
    background-position: -14px -586px;
}
li.in a .hamic{
    background-position: -162px -586px;
}

li.tw a:hover .hamic{
	background-position: -64px -634px;
}
li.li a:hover .hamic{
	background-position: -113px -635px;
}
li.fb a:hover .hamic{
	background-position: -14px -635px;
}
li.in a:hover .hamic{
	background-position: -162px -634px;
}

.hamburgercontent .socialmenu ul.menu li, #header ul#menu-socialmenu li {
	border-color: #191919;
}

.hamburgercontent li.tw a:hover .hamic{
	background-position: -64px -682px;
}
.hamburgercontent li.li a:hover .hamic{
	background-position: -113px -682px;
}
.hamburgercontent li.fb a:hover .hamic{
	background-position: -14px -682px;
}
.hamburgercontent li.in a:hover .hamic{
	background-position: -162px -682px;
}


/* TOPSPLASH */

.topsplash {
	min-height: 500px;
	position: relative;
	height: 95vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center center;
	flex-wrap: wrap;
	background-color: #f6f5eb;
	margin-bottom: 20px;
}

.topsplash .overlay {
	position: absolute;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.3;
}

.topsplash .image {
	background-image: url(images/splash-1.jpg);
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
    background-position: -490px 0px;
    background-size: cover;
}

.topsplash .holder {
	margin: 30px 20px;
	position: relative;
}

.topsplash .inside {
	padding-bottom: 0px;
}

.topsplash .gridholder.positionrelative {
	height: 100%;
}

.topsplash .yellow-badge {
    width: 165px;
    height: 165px;
    bottom: -40px;
    right: 40px;
	background-image: url(images/tema-demokrati.svg);
	background-size: contain;
	background-repeat: no-repeat;
    position: absolute;
    transform: rotate(10deg);
    z-index: 1;
}

.topsplash .holder .logo {
	display: none;
    width: 280px;
    height: 280px;
	background-image: url(images/stamp-green.svg);
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: 90%;
    position: absolute;
    right: 0px;
    top: 0;
    background-position: center center;
    transform: rotate(-30deg);
}

.topsplash .text h1 {
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -0.02em;
	font-family: 'LarsseitRegular';
	color: #191919;
	padding-bottom: 30px;
}

.topsplash .text p {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0em;
	font-family: 'LarsseitRegular';
	color: #f8fdf5;
	max-width: 940px;
	margin: 20px auto 0px;
}

.topsplash .text {
    font-size: 54px;
	line-height: 56px;
	font-family: 'LarsseitMedium';
	letter-spacing: -0.025em;
	color: #f8fdf5;
	text-align: center;
}

.topsplash .text a {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0em;
	font-family: 'LarsseitRegular';
	color: #f8fdf5;
	padding-bottom: 0px;
	display: table;
	margin: 30px auto 0px;
	position: relative;
}

.topsplash .text a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #22ab4f;
	bottom: -5px;
	left: 0;
	transition: height 150ms ease-in-out;
}

.topsplash .text a:hover::after {
	height: 6px;
}

.topsplash .wave {
	bottom: -7px;
	position: absolute;
	width: 100%;
}

.wave-module {
	height: 340px;
	margin: 30px 0;
	width: 100%;
	position: relative;
}

.wave-module-splash .swiper-slide {
	background-size: cover;
	background-position: center center;
}

.wave-module .swiper-wrapper {
	position: absolute;
}

.wave-module .swiper-wrapper::before {
	content: "";
	background-image: url(images/overlay-wave-upside.svg);
    position: absolute;
    top: -10px;
    left: 0px;
    background-repeat: repeat-x;
	width: 100%;
    height: 100%;
    background-size: 250%;
    background-position: top;
    z-index: 9;
}

.wave-module .swiper-wrapper::after {
	content: "";
	background-image: url(images/overlay-wave.svg);
    position: absolute;
    bottom: -10px;
    left: 0;
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: 250%;
}

.topsplash_text_module {
	padding-top: 60px;
	padding-bottom: 60px;	
}

.topsplash_text_module .cont {
	max-width: 700px;	
	margin-left: 40px;
	margin-right: 40px;
}

.topsplash_text_module .cont p {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0em;
	color: #191919;
	margin-bottom: 20px;
}

.topsplash_text_module .cont a {
	font-size: 14px;
	font-family: 'LarsseitMedium';
	text-transform: uppercase;
	letter-spacing: 0.025em;
	color: #191919;
	padding-bottom: 5px;
	border-bottom: 4px solid #22ab4f;
}

.topsplash_text_module .cont a:hover {
	color: #22ab4f;
}


/* 2024 */

.container.min_utopi_archive {
	background-color: #e5f4cb;
}

.single-min-utopi article {
	padding-top: 50px;
}
.single-min-utopi .utopi_page {
	background-color: #e5f4cb;
}

.blockmodule .topcontent h6 {
	font-size: 21px;
	margin: 15px 0 0;
}
.widegrid {
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 2600px;
}
.pinterest_grid {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	grid-auto-rows: 5px;
	grid-auto-flow: dense;
	padding-bottom: 150px;
}
.pinterest_grid .notfound{
	text-align: center;
	width: 100%;
}

.utopi_puff {
	position: relative;
	break-inside: avoid;
	box-sizing: border-box;
	border-radius: 4px;
}
.utopi_puff.kvadratisk {
	grid-row-end: span 19; /* Adjust based on desired height */
}
.utopi_puff.staende {
	grid-row-end: span 23; /* Adjust based on desired height */
}
.utopi_puff .image{
	background-size: cover;
	background-position: center center;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 4px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	} 
.utopi_puff.noimg .image {
	background-color: #22ab4f;
}
.utopi_puff.noimg .image .title {
	color: #d4fa94;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	margin: 0;
	font-size: 30px;
	line-height: 1.1;
}
.utopi_puff .infobox {
	position: absolute;
	width: 96%;
	bottom: 2%;
	left: 2%;
	background-color: rgba(212, 250, 148, 0.85);
	display: flex;
	z-index: 3;
	border-radius: 4px;
	padding: 25px 15px 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
}
.utopi_puff .infobox.visible {
	opacity: 1;
}
.utopi_puff .infobox * {
	display: flex;
	font-size: 16px;
	letter-spacing: -0.02em;
	margin: 0;
	line-height: 1;
	font-family: 'LarsseitMedium';
}
.utopi_puff .infobox .left {
	width: 85%;
	flex-direction: column;
	justify-content: space-between;
	gap: 7px;
}
.utopi_puff .infobox .right {
	align-items: end;
	justify-content: end;
}

.utopi_puff .infobox .category {
	margin-bottom: 1px;
	color: #22ab4f;
}
.utopi_puff .infobox .icon {
	background-size: 40%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('images/pil-right-green.svg');
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #f7f6ef;
}
.utopi-fields .date {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	
}
.utopi-fields .larger .smaller {
	opacity: 0.7;
	font-size: 85%;
}

.fullscreen-btn {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-position: center center;
	background-size: 60%;
	background-color: white;
	background-image: url('images/expandera-green.svg');
	background-repeat: no-repeat;
	cursor: pointer;
	transition: 0.25s all ease-in-out;
}

#fullscreen-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

#fullscreen-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

#fullscreen-image {
	position: relative;
	max-width: 90%;
	max-height: 90%;
	z-index: 1001;
	object-fit: contain;
}

#fullscreen-container .close {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-position: center center;
	background-size: 60%;
	background-color: white;
	background-image: url('images/close-green.svg');
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 2.5%;
	right: 2.5%;
	z-index: 1002;
}
.utopi_page .utopi-img {
	cursor: pointer;
}
.utopi_page .imgholder:hover .fullscreen-btn,
.utopi_page .fullscreen-btn:hover {
	transform: scale(1.07);
}



/**
* W4 BLOCK MODUL
*/

.blockmodule.w4_postslider {
	padding: 0px 0px 100px;
}

.blockmodule .background {
	padding-top: 0px;
	margin-bottom: 40px;
	background: #fbfbf3;
	position: relative;
}

.blockmodule .background .gradient {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(165, 164, 149,0.2) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(165, 164, 149,0.2) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(165, 164, 149,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#f6f5eb",GradientType=1);
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
}

.blockmodule .top {
	top: 80px;
	position: relative;
}

.blockmodule .topcontent {
	text-align: center;
	padding: 0px 20px;
}

.blockmodule.w4_postslider a.readmore {
	position: relative;
	margin-top: 0;
	top: 10px;
}

.blockmodule .topcontent h2 {
	font-size: 60px;
	line-height: 50px;
	width: fit-content;
	margin: 0 auto;
	letter-spacing: -0.020em;
	color: #000000;
	font-family: 'LarsseitBold';
	position: relative;
}

.blockmodule .topcontent h2 .flarp {
	display: none;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0em;
	background: #22ab4f;
	position: absolute;
	bottom: 30px;
	right: -60px;
	padding: 18px 35px 12px;
	transform: rotate(-15deg);
	color: #fbfbf3;
	font-family: 'LarsseitMedium';
}

.blockmodule .topcontent p {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0em;
	color: #26060a;
	font-family: 'LarsseitRegular';
	margin-top: 20px;
}

.blockmodule .post-container {
	padding-top: 20px;
	display: flex;
}

.blockmodule.w4_postslider .swiper-container {
	padding-left: 20px;
	padding-bottom: 30px;
}

.blockmodule.w4_postslider .swiper-slide {
	flex-shrink: 0;
}

.blockmodule.w4_postslider .puff {
	margin: 0px;
	border-radius: 3px;
	overflow: hidden;
	z-index: 1;
}

.blockmodule.w4_postslider .puff .text-wrapper .title {
	font-size: 18px;
	line-height: 22px;
	color: #0f1212;
}

.blockmodule.w4_postslider .puff:hover .text-wrapper .title {
	color: #ffffff;
}

.blockmodule.w4_postslider .puff .image-holder.holder-loaded .overlay {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(251, 251, 243, 1) 20%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(251, 251, 243, 1) 20%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(251, 251, 243, 0.95) 20%, rgba(0,0,0,0) 100%);
}

.blockmodule.w4_postslider .puff:hover .image-holder.holder-loaded .overlay {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(34, 171, 79) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(34, 171, 79) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(34, 171, 79) 0%, rgba(0,0,0,0) 100%);
}
/**
* POST SLIDER + PUFF
*/

.w4_postslider {
	padding-top: 80px;
	padding-bottom: 100px;
	position: relative;
}

.w4_postslider .rotated-title {
/* 	display: none; */
    left: 20px;
    font-size: 12px;
	top: 0;
    position: absolute;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right;
    margin: 0;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'LarsseitMedium';
    font-style: italic;

	width: 280px;
}



.w4_postslider .read-more {
	display: block;
	margin-top: 20px;
	text-align: center;
}

.w4_postslider .read-more a {
	font-family: 'LarsseitRegular';
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 3px;
	border-bottom: 3px solid #191919;
	color: #191919;
}

.w4_postslider .read-more:hover a {
	color: #22ab4f;
	border-color: #22ab4f;
}

.w4_postslider .slider-holder {
	width: 100%;
	float: right;
	position: relative;
}

.w4_postslider .slider-holder .swiper-container {
	padding-top: 10px;
	margin-left: 35px;
	padding-bottom: 10px;
}

.w4_postslider .slider-holder .swiper-nav-container {
	display: none;
	bottom: 0;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    top: 90px;
}

body.page .w4_postslider .slider-holder .swiper-nav-container,
body.single .w4_postslider .slider-holder .swiper-nav-container {
	top: 70px;
}
.w4_postslider .slider-holder .swiper-nav-container .button {
	display: table;
	margin: 0 auto;
	top: -10px;
}

.w4_postslider .slider-holder .button.hidden-desktop {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.w4_postslider .slider-holder .swiper-nav-container .swiper-button-next, 
.w4_postslider .slider-holder .swiper-nav-container .swiper-button-prev {
    width: 60px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.w4_postslider .slider-holder .swiper-nav-container .swiper-button-next::after, 
.w4_postslider .slider-holder .swiper-nav-container .swiper-button-prev::after {
	content: none;
}

.w4_postslider .slider-holder .swiper-nav-container .swiper-button-next {
	background-image: url(images/pil-svart-right.svg);
}

.w4_postslider .slider-holder .swiper-nav-container .swiper-button-prev {
	background-image: url(images/pil-left-svart.svg);
}

.w4_postslider .slider-holder .swiper-nav-container .swiper-button-next:hover {
	background-image: url(images/pil-red-right.svg);
}

.w4_postslider .slider-holder .swiper-nav-container .swiper-button-prev:hover {
	background-image: url(images/pil-red-left.svg);
}

.w4_postslider .puff {
	margin: 0px 10px;
    height: 275px;
    width: 100%;
    position: relative;
	transition: box-shadow 150ms ease-in-out;	
	box-shadow: 0px 4px 27px 3px rgba(165, 164, 149, 0.3);
}

body.home .w4_postslider .swiper-slide a{
	cursor: url('images/las-mer.png'), auto;
}

.w4_postslider .puff:hover {
	box-shadow: 0px 4px 27px 3px rgba(165, 164, 149, 0.5);
}

.w4_postslider .puff:hover .image-holder .image {
	transform: scale(1.05);
}

.w4_postslider .puff .image-holder {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.w4_postslider .puff .image-holder .arrow {
	width: 60px;
	height: 60px;
	position: absolute;
	background: #FFF;
	border-radius: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(images/play-white-red.svg);
	z-index: 1;
}

.w4_postslider .puff .image-holder .image-fallback {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f6f5eb;
}

.w4_postslider .puff .image-holder .overlay {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
	-webkit-transition : opacity 150ms ease-out, transform 350ms ease-out;
  	-moz-transition : opacity 150ms ease-out, transform 350ms ease-out;
  	-o-transition : opacity 150ms ease-out, transform 350ms ease-out;
  	transition : opacity 150ms ease-out, transform 350ms ease-out;
}

.w4_postslider .puff .image-holder.holder-loaded .overlay {
	opacity: 1;
	visibility: visible;
}

.w4_postslider .puff .date-square {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 15px 20px;
	padding-top: 22px;
    background: #FFF;
	text-align: center;
}

.w4_postslider .puff .date-square .day {
	font-size: 30px;
	line-height: 24px;
	letter-spacing: 0em;
	color: #191919;
	margin-bottom: 5px;
	font-family: 'LarsseitRegular';
}

.w4_postslider .puff .date-square .month {
	font-size: 16px;
	letter-spacing: 0em;
	color: #191919;
	text-transform: uppercase;
}

.w4_postslider .puff .image-holder .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.w4_postslider .puff .text-wrapper {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 2;
}

.w4_postslider .puff .text-wrapper .inspadd {
	padding-left: 20px;
	padding-right: 20px;	
	padding-bottom: 20px;
}

.w4_postslider .puff.posttype_event .text-wrapper .inspadd {

}

.w4_postslider .puff .text-wrapper .cont {

}

.w4_postslider .puff .text-wrapper .title {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0em;
	font-family: 'LarsseitMedium';
	color: #FFF;
}

.w4_postslider.four-cols .puff .text-wrapper .title {
	font-size: 16px;
	line-height: 20px;
}

.w4_postslider .puff .text-wrapper .cat {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0em;
	font-family: 'LarsseitMedium';
	color: #FFF;
	margin-bottom: 5px;
}

.w4_postslider .puff .text-wrapper .date {
	font-family: 'LarsseitRegular';
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	letter-spacing: 0em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.w4_postslider .puff .text-wrapper .date .plus {
    width: 40px;
    height: 40px;
    position: relative;
    border: 2px solid #FFF;
    border-radius: 50px;
    transition: background 250ms ease-in-out, border-color 250ms ease-in-out;
}

.w4_postslider .puff .text-wrapper .date span.maxwidth {
	max-width: 80%;
}

.w4_postslider .puff.posttype_event:hover .text-wrapper .date .plus {
	background: #68d51f;
	border-color: #68d51f;
	cursor: pointer;
}

.w4_postslider .puff .text-wrapper .date .plus .icon {
    font-size: 24px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 2px;
    left: 0px;
}

/**
* Kalender
*/

.calender_grid {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-left: 25px;
	margin-right: 25px;
}

body.archive .calender_grid {
	padding-top: 0px;
}

.calender_grid h2 {
	font-size: 60px;
	line-height: 50px;
	width: fit-content;
	margin: 0 auto;
	letter-spacing: -0.020em;
	color: #000000;
	font-family: 'LarsseitBold';
}

.calender_grid .flex {
	display: flex;
	flex-wrap: wrap;	
}

.calender_grid.single {
	padding-top: 0px;
}

.calender_grid.single .flex {
	flex-wrap: wrap;
	gap: 0px;
}

.calender_grid .calender_puff {
	min-height: 100%;
	width: 100%;
	position: relative;
}

.calender_grid .calender_puff .align {
	display: flex;
	padding-top: 20px;
	align-items: center;
}

.calender_grid .calender_puff .image {
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: opacity 150ms ease-in-out;
	background-size: cover;
	background-position: center center;
}

.calender_grid .calender_puff .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
	transition: opacity 400ms ease-in-out;
} 

.calender_grid .calender_puff.hasimg.active .image::after,
.calender_grid .calender_puff.hasimg:hover .image::after {
	opacity: 0.2;
}

.calender_grid .calender_puff.hasimg.active .image,
.calender_grid .calender_puff.hasimg:hover .image {
	opacity: 1;
	visibility: visible;
}

.calender_grid .calender_puff .date {
	text-align: center;
	background: #f6f5eb;
	display: inline-block;
	height: fit-content;
	padding: 15px 15px 10px;
	letter-spacing: 0em;
	color: #0f1212;
	font-family: 'LarsseitMedium';
}

.calender_grid .calender_puff.active .date,
.calender_grid .calender_puff:hover .date {
	background: #22ab4f;
	color: #f6f5eb;
}

.calender_grid .calender_puff.hasimg .date {
	
}

.calender_grid .calender_puff .date .day {
	font-size: 32px;
	line-height: 32px;
}

.calender_grid .calender_puff .date .month {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

.calender_grid .calender_puff .title {
	font-size: 20px;
	line-height: 24px;
	padding-left: 20px;
	width: fit-content;
	margin: 0 auto;
	letter-spacing: 0em;
	color: #0f1212;
	font-family: 'LarsseitMedium';
}

.calender_grid .calender_puff .arrow {
	display: none;
	width: 16px;
	height: 12px;	
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: url(images/pil-right-green.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.container.archive_standard .calender_grid .flex {
	flex-wrap: wrap;
	gap: 0px;
}

/**
* Splitpuff
*/

.filteredduplex {
	background: #22ab4f;
}

.w4_postsplit .puff:hover .filteredduplex,
.filteredduplex.blue {
	background: #25bde2;
}

.w4_postsplit .puff:hover .filteredduplex .image,	
.filteredduplex .image {
	mix-blend-mode: screen;
	-webkit-filter: grayscale(100%) contrast(200%);
	filter: grayscale(100%) contrast(200%);
	opacity: 1;
	transition: all 300ms ease-in-out;
}

.puff:hover .filteredduplex {
	background: transparent;
}

.puff:hover .filteredduplex .image {
	-webkit-filter: none;
	filter: none;
	mix-blend-mode: normal;
}

.puff-frame {
	position: relative;
}



.w4_postsplit {
	
}

.w4_postsplit .padd {
	padding-top: 20px;
	padding-bottom: 20px;
}

.w4_postsplit .puff.type_vt1hb1 {
	flex-direction: row-reverse;
}

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

.w4_postsplit .puff {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.w4_postsplit .puff .image-holder {
	width: 100%;
	position: relative;
	height: 330px;
	float: left;
}

.w4_postsplit .puff .image-holder .image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
}

.w4_postsplit .puff .text-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}

.w4_postsplit .puff .text-wrapper .inspadd {
	padding: 50px 20px;
}

.w4_postsplit .puff .text-wrapper .title {
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0em;
	font-family: 'LarsseitMedium';
	color: #000;
	margin-bottom: 20px;
}

.w4_postsplit .puff .text-wrapper .vinjett {
    font-size: 13px;
    letter-spacing: 0.05em;
    font-family: 'LarsseitMedium';
    color: #191919;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.w4_postsplit .puff .text-wrapper .ingress {
	display: none;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0em;
	color: #191919;
	margin-bottom: 40px;
}

.w4_postsplit .puff .text-wrapper a {
	font-size: 16px;
	line-height: 22px;
	font-family: 'LarsseitMedium';
	letter-spacing: 0em;
	color: #191919;
	border-bottom: 3px solid #d75759;
	padding-bottom: 6px;
	transition: border-color 150ms ease-in-out, color 150ms ease-in-out;
}

.w4_postsplit .puff .text-wrapper a:hover {
	border-color: #22ab4f;
	color: #22ab4f;
}


#cookieinfo{
	bottom: 20px;
    right: 0px;
    position: fixed;
    text-align: right;
    z-index: 101;
}
#cookieinfo .insidepcookie{
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.025em;
	padding: 15px 20px 15px;
	display: flex;
	align-items: center;
	text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #191919;
    color: #f6f5eb;
    position: relative;
}
#cookieinfo .insidepcookie h3{
	font-family: 'LarsseitRegular';
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.025em;
	margin: 0;
	margin-bottom: 2px;
}
#cookieinfo .insidepcookie .text{
    max-width: 360px;
    display: block;
    margin: 10px auto;
	color: #f6f5eb;
}

#cookieinfo .insidepcookie .text a{
	border-bottom: 1px solid transparent;
	color: #f6f5eb;
}

#cookieinfo .insidepcookie .text a:hover{
	border-color: #f6f5eb;
}

#cookieinfo .insidepcookie .cookie-icon {
    left: 10px;
    bottom: 10px;
    height: 55px;
    width: 50px;
    position: absolute;
    background-position: -91px -474px;
}

#cookieinfo .insidepcookie .accept{
	text-transform: uppercase;
	font-size: 13px;
	color: #191919;
	line-height: 15px;
	padding: 12px 35px 10px;
	background: #f6f5eb;
	border: 2px solid transparent;
	font-family: 'LarsseitMedium';
	margin-left: 10px;
}

#cookieinfo .insidepcookie .accept:hover{
	background: transparent;
	color: #f6f5eb;
	border-color: #f6f5eb;
}


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


.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: 42px;
	height: 42px;
	border: solid 1px #eaeaea;
	background-color: white;
	text-indent: -99999px;
	margin-top: 0px;
	margin-right: 10px;
}
.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: 0px -624px;
	left: 0px;
	top: 0;
	transform: rotate(-180deg); /*TODO*/
}
.owl-carousel .owl-nav .owl-next{
/* 	background-image: url("images/sprites.png"); */
	background-position: 0px -624px;
	right: 0px;
	top: 0;
}
.owl-carousel .owl-nav .owl-next:hover{
	background-position: -88px -624px;
}
.owl-carousel .owl-nav .owl-prev:hover{
	background-position: -88px -624px;
}


.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: #191919;
}
.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: 20px;
	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: #191919;
}
.owl-dots .owl-dot:hover span{
	background-color: #a13c3c;

}


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

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

@viewport {
	width: device-width;
}


.fixfloat{
	clear: both;
}

/**
* HÄR JOBBAR VI
*/


article{
	max-width: 1050px;
	margin: 0 auto;
	padding-top: 130px;
}
article .imgholder{
    display: block;
	position: relative;
	text-align: center;
	height: 500px;
	width: 100%;
	/* overflow: hidden; */
    max-width: 1050px;
    margin: 0 auto;
	margin-bottom: 30px;
}
body.single-kalender article .imgholder{
	height: 420px;
}

body.page article{ 
	padding-top: 20px;
}

article .imgholder .miljotidningen{
	width: 100px;
	height: 100px;
	right: 10px;
	top: -16px;
	position: absolute;
	background-image: url(images/ur-miljotidningen-cirkel.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.single .imgholder.background {
	height: 280px;	
	width: 100%;
	position: relative;
}

.archive .imgholder.background,
.page .imgholder.background,
.single-min-utopi .imgholder.background {
	height: 160px;
	width: 100%;
	position: relative;
	background: #f6f5eb;
}

.no-featured-image {
	display: inline-block;
	width: 100%;
	padding-top: 100px;
}

.archive .imgholder svg,
.page .imgholder svg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transform: rotate(180deg);
}

.single-min-utopi .imgholder.background svg {
	transform: rotate(180deg);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	
}

.single .imgholder.background .image,
.page .imgholder.background .image{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: bottom center;
	background-size: cover;
}

.imgholder.background .wave {
	transform: rotate(180deg);
    position: absolute;
    bottom: -10px;
    width: 100%;
}

.topsplash .wave svg {
	height: 80px;	
	overflow: visible;
}

.imgholder.background .wave svg {
	height: 120px;
	overflow: visible;
}

#text-path {
	font-size: 34px;
	letter-spacing: -0.025em;
	fill: #22ab4f;
}

.topsplash .wave .ram {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	overflow: visible;
}

article .article-fields-holder {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 20px;
}

article .photoby,
article .byline {
	font-size: 16px;
	color: #666666;
	letter-spacing: 0em;
	line-height: 18px;
	display: flex;
}

article .photoby .by,
article .byline .by {
	font-size: 16px;
	color: #212121;
	font-family: 'LarsseitMedium';	
	margin-left: 5px;
}

article .byline a {
	border-bottom: 2px solid #22ab4f;
}

article .share-links {
	margin-top: 30px;
	margin-bottom: 30px;	
}

article .share-links .socials {
	position: relative;
	text-align: center;
}

article .share-links .socials span {
	display: none;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.02em;
	margin: 0px 8px 0px 0px;
}

article .share-links .socials a {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
	margin: 0px 10px 0px 10px;
	display: inline-block;
	border: none;
}

article .share-links .socials a.facebook {
	background-image: url(images/facebook-black.svg);
}

article .share-links .socials a.twitter {
	background-image: url(images/twitter-black.svg);
}

article .share-links .socials a.linkedin {
	background-image: url(images/linkedin-black.svg);
}

article .share-links .socials a.facebook:hover {
	background-image: url(images/facebook-green.svg);
}

article .share-links .socials a.twitter:hover {
	background-image: url(images/twitter-green.svg);
}

article .share-links .socials a.linkedin:hover {
	background-image: url(images/linkedin-green.svg);
}

article .share-links .socials a:hover {
	border-color: #22ab4f;
}

.inlpuff-wrap {
	flex-wrap: wrap;
	margin: 0px 20px 20px;
	display: flex;
}

.inlpuff-wrap.amount-smaller {
	flex-wrap: wrap;
	grid-gap: 20px 30px;
}

.inlpuff-wrap.amount-smaller .inlpuff.link {
	max-width: calc(100%);
}

.inlpuff {
	width: 100%;
	will-change: transform;
}

.inlpuff a {
	border: none!important;
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.inlpuff .nolink {
	border: none!important;
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
} 

.splash-margins {
	margin-top: 40px;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}

.product-flex {
	display: flex;
}

.swiper-container.product-slider {
	padding-bottom: 30px;
	margin-left: 20px;
}

/* REVERSE */

.inlpuff.splash.reversed .align {
	flex-direction: row-reverse;
}

/* LINK SYLE */
.inlpuff.link {
	border-radius: 4px;
	background: #f6f5eb;
	transition: background 150ms ease-in-out;
}

.inlpuff.link:nth-of-type(even) {
	margin-top: 10px;
	margin-bottom: 10px;
}

.inlpuff.link:hover {
	background: #22ab4f;
}

.inlpuff.link:hover .text-wrapper .title {
	color: #ffffff;
}

.inlpuff.link:hover .text-wrapper::after {
	background-image: url(images/pil-right-light.svg);
}

.inlpuff.link a {
	padding: 30px 60px 20px 30px;
}

.inlpuff.link .text-wrapper {
	display: flex;
	align-items: flex-end;
	height: 100%;
	position: relative;
}

.inlpuff.link .text-wrapper::after {
	content: "";
	position: absolute;
	right: -30px;
	bottom: 7px;
	width: 16px;
	height: 12px;	
	background-image: url(images/pil-right-black.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.inlpuff.link .text-wrapper .title {
	font-size: 18px;
	line-height: 22px;
	font-family: 'LarsseitMedium';
}

/* SPLASH SYLE */
.inlpuff.splash {
	min-height: 100%;
	width: auto;	
	background: #f6f5eb;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 150ms ease-in-out;
	margin-left: 20px;
	margin-right: 20px;
}

/* HOVER SPLASH */
.inlpuff.splash:hover {
	box-shadow: 0px 4px 27px 3px rgba(165, 164, 149, 0.3);
}

.inlpuff.splash:hover .bg {
	transform: scale(1.03);
}

/* LÅG */
.inlpuff.splash.vytyp-lagbild {
	height: auto;
}

.inlpuff.splash.vytyp-lagbild .content {
	
}

article .inlpuff.splash:nth-of-type(odd) .align {
	/* flex-direction: row-reverse; */
}

.inlpuff.splash .align {
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.inlpuff.splash .bg-holder {
	width: 100%;
	height: 320px;
	overflow: hidden;
	position: relative;
}

/* FULLBRED */

.inlpuff.splash.vytyp-helbred {
	min-height: 365px;
	background: unset;
	position: relative;
	display: inline-grid;
}

.inlpuff.splash.vytyp-helbred .align {
	
}

.inlpuff.splash.vytyp-helbred .bg-holder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.inlpuff.splash.vytyp-helbred .bg-holder .bg {
	background-color: rgb(0 0 0 / 25%);
	background-blend-mode: multiply;
}

.inlpuff.splash.vytyp-helbred .content {
	width: 100%;
	z-index: 2;
	color: #f6f5eb;
}

.inlpuff.splash.vytyp-helbred .content .gap {
	max-width: 930px;
}

.inlpuff.splash.vytyp-helbred .content .title {
	font-size: 40px;
	line-height: 50px;
}

.inlpuff.splash.vytyp-helbred .content .link-text {
	border-color: #f6f5eb;
}

.inlpuff.splash .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	transition: transform 150ms ease-in-out;
}

.inlpuff.splash .content.full {
	width: 100%;
}

.inlpuff.splash .content {
	width: 100%;
	margin-top: 40px;
	text-align: center;
	letter-spacing: -0.02em;
	font-family: 'LarsseitMedium';
	color: #191919;
}

.inlpuff.splash .content .gap {
	padding: 0px 20px 40px;
	max-width: 450px;
	margin: 0 auto;
}

.inlpuff.splash .content .small-title {
	font-size: 16px;
	line-height: 18px;
}

.inlpuff.splash .content .title {
	font-size: 24px;
	line-height: 28px;
	margin: 20px 0px 20px;
}

.inlpuff.splash .content .link-text {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 3px;
	display: inline-block;
	position: relative;
}

.inlpuff.splash .content .link-text::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #22ab4f;
	bottom: -5px;
	left: 0;
	transition: height 150ms ease-in-out;
}

.inlpuff.splash:hover .content .link-text::after {
	height: 5px;
}

/* SLUT SPLASH SYLE */

/* GÅVA */

.inlpuff.splash.vytyp-gava {
	background: #FFF;
	box-shadow: 0px 4px 27px 3px rgba(165, 164, 149, 0.3);
}

.inlpuff.splash.vytyp-gava:hover {
}

.inlpuff.splash.vytyp-gava:hover .bg {
	transform: none;
}

.inlpuff.splash.vytyp-gava .content .link-text {
	border: none;
	width: 100%;
}

.inlpuff.splash.vytyp-gava .content .link-text::after {
	content: none;
}

.inlpuff.splash.vytyp-gava .content .title {
	font-size: 28px;
	line-height: 32px;
}

/* GÅVA PUFF I BRÖDTEXT */

.entry-content .inlpuff.vytyp-gava {
	box-shadow: 0px 4px 27px 3px rgba(165, 164, 149, 0.3);
	background: transparent;
}

.entry-content .inlpuff.vytyp-gava .bg {
	display: none;	
}

.entry-content .inlpuff.vytyp-gava .content {
	width: 100%;
}

.entry-content .inlpuff.vytyp-gava .content .gap {
	padding: 0px;
}

.entry-content .inlpuff.vytyp-gava .content .title {
	margin: 0px;
}

.entry-content .inlpuff.vytyp-gava .content .octany-wrapper {
	max-width: 100%;
}

/* SMALLSPLASH SYLE */
.inlpuff.smallsplash {
	margin: 0px 20px 30px;
	border-radius: 4px;
	display: grid;
	background: #f6f5eb;
	width: auto;
	overflow: hidden;
	transition: box-shadow 150ms ease-in-out;
}

/* HOVER SMALLSPLASH */
.inlpuff.smallsplash:hover {
	box-shadow: 0px 4px 27px 3px rgba(165, 164, 149, 0.3);
}

.inlpuff.smallsplash:hover .bg {
	transform: scale(1.03);
}

.inlpuff.smallsplash a {
	padding: 0;
}

.smallsplash .align {
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.smallsplash .bg {
	width: 35%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	transition: transform 150ms ease-in-out;
}

.smallsplash .content {
	width: 75%;
	letter-spacing: 0em;
	font-family: 'LarsseitMedium';
	color: #191919;
}

.smallsplash .content .gap {
	padding: 20px 20px 15px;
}

.smallsplash .content .small-title {
	font-size: 22px;
	line-height: 24px;
}

.smallsplash .content .title {
	font-size: 20px;
	line-height: 24px;
	margin: 0px 0px 20px;
}

.smallsplash .content .link-text {
	font-size: 16px;
	line-height: 18px;
	padding-right: 20px;
	position: relative;
}

.smallsplash .content .link-text::after {
	content: "";
	position: absolute;
	right: 0;
	top: 4px;
	width: 16px;
	height: 12px;	
	background: url(images/pil-right-green.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

/* SLUT  SMALLSPLASH SYLE */
.inlpuff.product {
	background: #f6f5eb;
	/* border: 1px solid #f6f5eb; */
	border-radius: 6px;
	overflow: hidden;
	box-shadow: none;
	transition: box-shadow 150ms ease-in-out;
}

.inlpuff.product:hover {
	box-shadow: 0px 4px 27px 3px rgba(165, 164, 149, 0.3);
}

.inlpuff.product:hover .bg {
	transform: scale(1.03);
}

.inlpuff.product .bg-holder {
	height: 200px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.inlpuff.product .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	transition: transform 150ms ease-in-out;
}

.inlpuff.product .bg .overlay {
	background: #77655d;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: opacity 150ms ease-in-out;
}

.inlpuff.product:hover .bg .overlay {
	opacity: 0.7;
}

.inlpuff.product .bg .desc {
	color: #f6f5eb;
	position: relative;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	padding: 20px;
	height: 100%;
	box-sizing: border-box;
	align-items: center;
	font-size: 22px;
	line-height: 30px;
	display: flex;
	transform: scale(0.8);
	transition: transform 150ms ease-in-out, opacity 150ms ease-in-out;
}

.inlpuff.product:hover .bg .desc {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.inlpuff.product .content {
	letter-spacing: 0em;
	font-family: 'LarsseitMedium';
	color: #191919;
}

.inlpuff.product .content .gap {
	padding: 20px 20px;
}

.inlpuff.product .content .title {
	font-size: 18px;
	line-height: 22px;
	min-height: 80px;
}

.inlpuff.product .content .price {
	font-size: 18px;
	line-height: 20px;
	margin-top: 20px;
	position: relative;
}

.inlpuff.product .content .price::after {
	content: "";
	right: 0;
	top: 3px;
	width: 14px;
	height: 14px;
	position: absolute;
	background: url(images/pil-right-green.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

article .imgholder img{
	display: inline-block;
	max-width: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}

article .entry-content table {
	border: none;	
}

article .entry-content *.has-background {
	padding-top: 20px;
	padding-bottom: 20px;
}

article .entry-content td {
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 8px 0px 5px;
}

article .important-links .wrapper,
article .cats,
article .article-fields-holder,
article .entry-content table,
article .share-links,
article .smaller-title,
article .large-title,
article .entry-content .date_publish,
article .entry-content .vinjett,
article .entry-content .page-title,
article .entry-content .ingress,
article .entry-content p,
article .entry-content h1,
article .entry-content h2,
article .entry-content h3,
article .entry-content ul,
article .entry-content ol {
	padding: 0px 30px;
}

article .wpcf7 h3 {
	text-align: center;
}
article .wpcf7 p{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 20px;
}

article .wpcf7 input[type="text"],
article .wpcf7 input[type="email"] {
	border-radius: 6px;
	min-height: 60px;
}

article .wpcf7 .wpcf7-checkbox label,
article .wpcf7 .wpcf7-radio label {
	display: flex;
	align-items: center;
}

article .wpcf7 .wpcf7-checkbox span,
article .wpcf7 .wpcf7-radio span {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.02em;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
}

article .wpcf7 input[type="radio"] {
	width: 1.1em;
	height: 1.1em;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: red;
	border: 2px solid #dadada;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}

article .wpcf7 input[type="radio"]::before {
	content: "";
	width: 0.45em;
	height: 0.45em; 
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #22ab4f;
	background-color: #22ab4f;
}

article .wpcf7 input[type="radio"]:checked::before {
	transform: scale(1);
}

article .wpcf7 input[type="radio"]:checked {
	border-color: #22ab4f;
}


article .wpcf7 input[type="checkbox"] {
	width: 1.1em;
	height: 1.1em;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: red;
	padding: 0px;
	border: 2px solid #dadada;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}

article .wpcf7 input[type="checkbox"]::before {
	content: "";
	top: 2px;
	left: 6px;
	width: 2px;
	height: 7px;
	display: block;
	position: absolute;
	border: solid transparent;
	transform: rotate(45deg);
	border-width: 0 3px 3px 0;
}

article .wpcf7 input[type="checkbox"]:checked::before {
	border-color: #22ab4f;	
}

article .wpcf7 input[type="checkbox"]:checked {
	border-color: #22ab4f;
}

article .wpcf7 select {
	width: 100%;
	border-radius: 6px;
	min-height: 60px;
	border: solid 2px #dadada;
	font-size: 18px;
	line-height: 20px;
	color: #a8a8a8;
	font-family: 'LarsseitMedium';
	padding: 5px 30px 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 17px;
}

article .wpcf7 input[type="text"],
article .wpcf7 input[type="email"],
article .wpcf7 textarea {
	padding: 5px 20px 0px;
	font-size: 16px;
	line-height: 18px;
	font-family: 'LarsseitMedium';
	color: #000;
	width: 100%;
	letter-spacing: -0.02em;
}

article .wpcf7 textarea {
	border-radius: 12px;
	padding-top: 20px;
}

article .wpcf7 input::placeholder {
	font-size: 16px;
	line-height: 18px;
	color: #a8a8a8;
}

article .wpcf7 .wpcf7-submit {
	min-height: 60px;
	font-size: 16px;
	line-height: 18px;
	padding: 5px 20px 0px;
	background-color: #22ab4f;
	border: none;
	color: #FFF;
	font-family: 'LarsseitMedium';
	width: 100%;
	background-image: url(images/pil-right-light.svg);
	background-size: 70px 13px;
	background-repeat: no-repeat;
	background-position: center right;
}

article .wpcf7 .wpcf7-submit:hover {	
	background-color: #299666;
}

article .wpcf7{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: #222222;
	background-color: #f6f5eb;
	-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);
}

article .wpcf7 p {
	padding: 0px!important;
}
article .wpcf7 label, article .wpcf7 strong{
	font-family: 'LarsseitMedium';
}
article .wpcf7 .wpcf7-form-control-wrap{
	display: block;
}

article .wpcf7 .wpcf7-form-control-wrap.error input {
	border-color: #eb5c1d;
}

article .wpcf7 .wpcf7-form-control-wrap.success input {
	border-color: #22ab4f;
}

.entry-content .wpcf7-not-valid-tip{
	margin-top: 5px;
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
	font-family: 'LarsseitMedium';
	margin-bottom: 0px;
}
article .wpcf7 form.invalid .wpcf7-response-output, article .wpcf7 form.unaccepted .wpcf7-response-output, article .wpcf7 form.payment-required .wpcf7-response-output{
	border-style: none;
	background-color: #dc3232;
	color: white;
	font-family: 'LarsseitRegular';
	font-size: 16px;
	line-height: 18px;
	padding: 20px;
	float: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #22ab4f;
	border: none;
	color: #FFF;
	float: none;
	border-style: none;
	font-family: 'LarsseitRegular';
	font-size: 16px;
	line-height: 18px;
	padding: 20px;
}

article .published{
	color: #18d773;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 0.05em;
	font-family: 'LarsseitRegular';
	margin-bottom: 30px;
}

article .imgholder .date-square {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 15px 20px;
    padding-top: 22px;
    background: #FFF;
    line-height: normal;
	text-align: center;
}

article .imgholder .date-square .day {
	font-size: 30px;
	line-height: 24px;
	letter-spacing: 0em;
	color: #191919;
	margin-bottom: 5px;
	font-family: 'LarsseitRegular';
}

article .imgholder .date-square .month {
	font-size: 16px;
	letter-spacing: 0em;
	color: #191919;
	text-transform: uppercase;
}

article .imgholder .imgdescription {
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	bottom: -10px;
	right: 0px;
	background: #22ab4f;
	margin: 0;
	padding: 12px 16px 10px;
	font-family: 'LarsseitMedium';
	color: #FFF;
	max-width: 210px;
}


article .published .place {
    display: block;
    margin-top: 5px;
}

article .published .hidden-mobile {
	display: none;
}


article .ingress{
  font-size: 18px;
  line-height: 25px;
  font-family: 'LarsseitMedium';
  margin-bottom: 30px;
  letter-spacing: 0em;
}

article .ingress.in-content {
	display: block;
	padding: 0!important;
	margin-bottom: 20px;
}

article .vinjett{
  font-size: 17px;
  line-height: 27px;
}

article h1{
	font-family: 'LarsseitRegular';
	margin: 0;
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0em;
}

article .smaller-title {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0em;
	color: #000000;
	font-family: 'LarsseitMedium';
}

article .smaller-title .slash {
	font-size: 24px;
	color: #22ab4f;
	font-family: 'LarsseitMedium';
	margin-right: 5px;
}

article .date {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0em;
	color: #000000;
	font-family: 'LarsseitRegular';
}

article .smaller-title.in-content {
	display: block;
	padding: 0;
    margin-bottom: -10px;
}

article .large-title {
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: 'LarsseitBold';
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -0.02em;
	color: #26060a;	
}

body.single article .large-title {
	font-family: 'LarsseitMedium';
}

body.single article .ingress {
	font-family: 'LarsseitRegular';	
}

article .large-title.calender-flex {
	display: flex;
	justify-content: space-between;
}

article .large-title .calender-date {
	text-align: center;
	background: #f6f5eb;
	display: inline-block;
	height: fit-content;
	padding: 15px 15px 4px;
	letter-spacing: 0em;
	color: #0f1212;
	font-family: 'LarsseitMedium';
	margin-left: 20px;
	box-sizing: border-box;
	top: -30px;
	position: relative;
}

article .large-title .calender-date .day {
	font-size: 32px;
	line-height: 32px;
}

article .large-title .calender-date .month {
	font-size: 12px;
	line-height: 14px;
	top: -5px;
	position: relative;
}

article p .largetitle {
	margin-top:10px;
	margin-bottom: 20px;
	letter-spacing: -0.02em;
	font-size: 22px;
	line-height: 28px;	
	position: relative;
	font-family: 'LarsseitRegular';
}

article p .largetitle::before {
    content: "";
    height: 6px;
    width: 90px;
    background: #22ab4f;
    display: block;
    margin-bottom: 30px;
}

article .cats {
	display: flex;	
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0em;
	color: #000;
	gap: 10px;
}

article .cats span {
	font-size: 24px;
	color: #22ab4f;
	font-family: 'LarsseitMedium';
}

article .cats .cat {
	
}

article .cat_date {
	font-family: 'LarsseitRegular';
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.025em;
	color: #191919;
	letter-spacing: 0em;
	text-transform: uppercase;	
	margin-bottom: 35px;
}

article .entry-content blockquote p::before {
    content: "";
    background-image: url(images/citat.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -10px;
    top: 25px;
    width: 25px;
    height: 25px;
}

article .entry-content blockquote {
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0px;
	display: block;
	padding-top: 20px;
	padding-bottom:10px;
	clear: both;
	margin-left: 40px;
	margin-right: 40px;
	position: relative;
	font-family: 'LarsseitMedium';
}

article .entry-content blockquote cite {
	font-size: 16px;
	line-height: 16px;
	padding: 0px 30px;
	font-style: normal;
}

article .cat_date .cat {
	color: #22ab4f;
	padding-right: 10px;
}
article .entry-content{
	color: #26060a;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0em;
	padding-bottom: 20px;
}

article .entry-content figure.wp-block-embed-youtube iframe {
	height: 320px;
	width: 100%;
}

article .entry-content iframe.instagram-media {
	max-width: 730px!important;
	margin-bottom: 40px!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

article .entry-content figure {
	position: relative;
}

article .entry-content figure.size-thumbnail figcaption,
article .entry-content figure.size-medium figcaption {
	position: relative;
	top: 0px;
}

article .entry-content figcaption{
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	bottom: -10px;
	right: 0px;
	background: #22ab4f;
	margin: 0;
	padding: 12px 16px 10px;
	font-family: 'LarsseitMedium';
	color: #FFF;
	max-width: 210px;
}

article .border {
	height: 6px;
	width: 90px;
	background: #22ab4f;
	margin: 30px 30px;
}

article .entry-content .wp-block-embed iframe {
	margin: 0 auto;
	display: table;
}

article .entry-content .wp-block-buttons>.wp-block-button {
	margin: 0 20px 20px;	
	max-width: 570px;
	width: 100%;	
}

article .entry-content .wp-block-buttons>.wp-block-button .wp-block-button__link {
	border-radius: 4px;
	padding: 18px 60px 14px 15px;
	font-size: 16px;
	line-height: 18px;
	width: 100%;
	letter-spacing: 0em;
	font-family: 'LarsseitMedium';
	text-align: left;
	position: relative;
	background-color: transparent;
	border: 2px solid #22ab4f;
	color: #22ab4f;
	transition: background 150ms ease-in-out;
}

article .entry-content .wp-block-buttons>.wp-block-button.medlem .wp-block-button__link {
	background-color: #22ab4f;
	border-color: transparent;
	color: #FFF;
}

article .entry-content .wp-block-buttons>.wp-block-button.medlem .wp-block-button__link:hover {
	background-color: #FFF;
	color: #22ab4f;
}

article .entry-content .wp-block-buttons>.wp-block-button .wp-block-button__link:hover {
	background-color: #22ab4f;
	border-color: #22ab4f;
	color: #FFF;
}

article .entry-content .wp-block-buttons>.wp-block-button .wp-block-button__link::after {
	content: "";
	width: 14px;
	height: 10px;
	top: 23px;
	right: 20px;
	position: absolute;
	background-image: url(images/pil-right-green.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

article .entry-content .wp-block-buttons>.wp-block-button .wp-block-button__link:hover::after {
	background-image: url(images/pil-right-light.svg);
}

article .entry-content .wp-block-buttons>.wp-block-button.medlem .wp-block-button__link::after {
	background-image: url(images/pil-right-light.svg);
}

article .entry-content .wp-block-buttons>.wp-block-button.medlem .wp-block-button__link:hover::after {
	background-image: url(images/pil-right-green.svg);
}

.entry-content .alignright, .entry-content .alignleft{
	margin-top: 10px;
	max-width: 140px;
	margin-bottom: 10px;
	display: inline-block;
}
.entry-content .alignright{
	float: right;
	margin-left: 10px;
}
.entry-content .alignleft{
	float: left;
	margin-right: 10px;
}

article .entry-content p,  article .entry-content ul,  article .entry-content ol,  article .entry-content p > img,  article .entry-content figure,  article .entry-content blockquote{
	margin-bottom: 20px;
}

article .entry-content h2 {
	margin-top:10px;
	margin-bottom: 20px;
	font-family: 'LarsseitMedium';
	letter-spacing: 0;
	font-size: 22px;
	line-height: 28px;
}

article .entry-content h3, article .entry-content h4, article .entry-content h5{
	font-family: 'LarsseitMedium';
	margin: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 26px;
}
article .entry-content strong,  article .entry-content b{
	font-family: 'LarsseitMedium';
}
article .entry-content a{
	border-bottom: solid 2px #22ab4f;
	padding-bottom: 2px;
}
article .entry-content a:hover{
	border-color: #191919;
}



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

article .entry-content ol li{
	overflow: hidden;
	margin-bottom: 20px;
	padding-left: 40px;
}
article .entry-content ol li:before {
    content: counter(item, decimal)'.';
    counter-increment: item;
    display: block;
    float: left;
    position: relative;
    color: #191919;
    font-family: 'LarsseitRegular';
    font-weight: 400;
    position: relative;
    text-align: center;
    left: -10px;
    margin-left: -20px;
	font-size: 24px;
	line-height: 30px;
}

article .entry-content ul li{
    padding-left: 60px;
	margin-bottom: 20px;
}
article .entry-content ul li:before{
	position: relative;
	content: " ";
	border: 2px solid #22ab4f;
	border-radius: 50%;
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -30px;
	float: left;
	top: 4px;
	left: 0px;
}

.paging-navigation {
	margin-top: 40px;
}

.paging-navigation .nav-links_search {
	display: flex;
	align-items: center;
	justify-content: center;
}

.paging-navigation .nav-links_search h4 {
	margin: 0px 30px;
}

.paging-navigation .nav-links_search a {
	font-size: 18px;
	border-bottom: 2px solid #22ab4f;
	font-family: 'LarsseitMedium';
	letter-spacing: 0em;
}

.paging-navigation .nav-links_search a:hover {
	border-width: 3px;
}

.container.archive_standard {
	padding-top: 80px;
}

.container.archive_standard.margins-s {
	padding-top: 20px;
}

body.page .container.archive_standard,
body.single-event .container.archive_standard {
	padding-top: 0px;
	padding-bottom: 40px;
}

/* ARCHIVE TEMPL */
body.archive .container.archive_standard {
	padding-top: 60px;
}

body.archive .topcontent {
	margin-bottom: 60px;
}

body.archive .container.archive_standard .container {
	
}

.container.archive_standard .archive_hl {
    font-size: 24px;
    line-height: 26px;
    font-family: 'LarsseitRegular';
    letter-spacing: 0em;
    color: #191919;
    margin-bottom: 40px;
	margin-left: 20px;
    position: relative;
}

.container.archive_standard .archive_hl::after {
	content: "";
	height: 6px;
	width: 40px;
	background: #22ab4f;
	position: absolute;
	left: 0;
	top: -20px;
}

.container.archive_standard.w4_postslider .post-grid-layout-slide .container {
	display: flex;
	grid-gap: unset;
	margin: 0;
}

.container.archive_standard.w4_postslider .container.latest_post {
	margin-bottom: 10px;	
}

.container.archive_standard.w4_postslider .container.latest_post .puff {
	height: 245px;
}

.container.archive_standard.w4_postslider .container.latest_post .puff .text-wrapper .title {
	font-size: 28px;
	line-height: 32px;
}

.container.archive_standard.w4_postslider .post-grid-layout-slide {
	margin-left: 20px;
}

.container.archive_standard.w4_postslider .post-grid-layout-slide .container .puff {
	height: 175px;
	box-shadow: unset;
}

.container.archive_standard.w4_postslider .post-grid-layout-slide .container .puff .text-wrapper .title {
	font-size: 16px;
	line-height: 20px;
}

.container.archive_standard.w4_postslider .post-grid-layout-slide .container .puff .text-wrapper .inspadd {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

.container.archive_standard.w4_postslider .container {
    grid-template-columns: 1fr;
    display: grid;
    grid-gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.container.archive_standard.four-cols.w4_postslider .container {
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}

.container.archive_standard.w4_postslider .container.hidden-desktop {
	display: none;
}

.container.archive_standard.four-cols.w4_postslider .container .puff {
	height: 220px;
}

.container.archive_standard.w4_postslider .container .puff {
	height: 260px;
	width: auto;
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
	will-change: transform;
}

.centerit{
	text-align: center;
}

.padding-404 {
	padding: 200px 40px 80px;
}

.padding-404 .title-404 {
	display: flex;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
}

.padding-404 .title-404 h1 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 20px;
	width: 100%;
}

.padding-404 .title-404 span {
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}

.padding-404 .title-404 .test {
	display: none;
}

.padding-404 .title-404 #toggleSearch {
	border-bottom: 2px solid #191919;
	cursor: pointer;
	padding-bottom: 2px;
}

.padding-404 .title-404 #toggleSearch:hover {
	border-color: #22ab4f;
}

.padding-404 .title-404 a {
	display: table;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 3px;
	border-bottom: 3px solid #191919;
	font-family: 'LarsseitRegular';
}

.padding-404 .title-404 a:hover {
	border-color: #22ab4f;
}

/* Partners */

.our_partners {
	padding: 40px 10px 20px;
}

.our_partners .holder {
	max-width: 1700px;
	margin: 0 auto;
	text-align: center;
}

.our_partners .partners-title {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	letter-spacing: 0em;
	font-family: 'LarsseitMedium';
	color: #191919;
}

.our_partners .partner {
	margin: 5px 5px;
	letter-spacing: 0em;
	font-family: 'LarsseitRegular';
	color: #191919;
	display: inline-block;
}

.our_partners .partner:hover .name {
	color: #22ab4f;
}

.our_partners .partner .name {
	font-size: 30px;
	line-height: 40px;
	margin-right: 10px;
	transition: color 150ms ease-in-out;
	display: inline-block;
}

.our_partners .partner .country {
	font-size: 16px;
	line-height: 20px;
}

/* Press */

.posts_module {
	padding: 40px 20px 40px;
}

.posts_module .post-title {
	margin: 0 auto 20px;
	font-size: 60px;
	line-height: 50px;
	width: fit-content;
	letter-spacing: -0.020em;
	color: #000000;
	font-family: 'LarsseitBold';
}

.posts_module .holder {
	display: flex;
	flex-wrap: wrap;
}

.posts_module .presspuff {
	width: 100%;
	letter-spacing: 0em;
	color: #0f1212;
	display: block;
	margin-bottom: 20px;
}

.posts_module .presspuff:hover .border {
	background: #22ab4f;
}

.posts_module .presspuff .border {
	width: 50px;
	height: 4px;
	margin-bottom: 10px;
	background: #f6f5eb;
	transition: background 150ms ease-in-out;
}

.posts_module .presspuff .title {
	font-size: 18px;
	line-height: 24px;
	font-family: 'LarsseitMedium';
	margin-bottom: 10px;
}

.posts_module .presspuff .date {
	font-size: 14px;
	line-height: 16px;
	font-family: 'LarsseitRegular';
}

.important-links {
	border-top: 2px solid #f6f5eb;
	padding-top: 40px;
	margin-top: 20px;
}

.important-links .wrapper {
	color: #000000;
	letter-spacing: 0em;
	font-family: 'LarsseitMedium';
}

.important-links .wrapper .top {
	display: flex;
}

.important-links .wrapper .icon {
	width: 30px;
	height: 30px;
	top: 0px;
	margin-right: 10px;
	position: relative;
}

.important-links .wrapper .icon img {
	height: auto!important;
	width: auto!important;
}
.important-links .wrapper .top .upper-title {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}

.important-links .wrapper .item {
	display: table;
	margin: 10px 0px;
	border-color: #f6f5eb;
}

.important-links .wrapper .item:hover {
	border-color: #17a847;
}

#footer{
	text-align: left;
	overflow: hidden;
	position: relative;
	padding-top: 80px;
}

#footer .footerbg {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: rgb(232,247,223);
	background: -moz-linear-gradient(180deg, rgba(232,247,223,1) 0%, rgba(0,0,0,0) 62%);
	background: -webkit-linear-gradient(180deg, rgba(232,247,223,1) 0%, rgba(0,0,0,0) 62%);
	background: linear-gradient(180deg, rgba(232,247,223,1) 0%, rgba(0,0,0,0) 62%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f5eb",endColorstr="#000000",GradientType=1);
}
#footer .insidefooter{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
	padding-bottom: 100px;
}
#footer .footerlogo {
	font-family: 'LarsseitMedium';
	font-size: 24px;
	letter-spacing: -0.015em;
/*
    width: 170px;
    height: 80px;
	margin-bottom: 30px;
    background: url(images/logos/logo-vert.green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
*/
}

#footer .scroll-up {
	width: 45px;
	height: 45px;
	position: absolute;
	right: 0px;
	bottom: -10px;
	background: #fbfbf3;
	box-shadow: 0px 4px 27px 3px rgba(34, 171, 79, 0.2);
	border-radius: 50%;
	background-image: url(images/pil-right-green.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 40%;
	transform: rotate(-90deg);
	transition: background-color 150ms ease-in-out, bottom 150ms ease-in-out;
}

#footer .scroll-up:hover {
	background-color: #22ab4f;
	background-image: url(images/pil-right-light.svg);
	cursor: pointer;
}

#footer .wave {
	position: relative;
	bottom: -5px;
}

#footer .copyright{
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 15px;
}

#footer .copymadecont{
	text-transform: uppercase;
	font-size: 8px;
	line-height: 10px;
	color: #989898;
	letter-spacing: 0.1em;
}

#footer .copy-sitename{
	font-size: 8px;
	line-height: 12px;
	color: #191919;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#footer .copy-sitename .smaller{
	margin-top: 5px;
	font-size: 8px;
}

#footer .copymadecont .hidden {
	display: none;
}

#footer .copymadecont .heart::after {
	content: "\2665\FE0E";
	-webkit-appearance: none!important;
	color: #22ab4f;
}

#footer .copymadecont a{
	color: #989898;
}

#footer .copymadecont a b{
	font-family: 'LarsseitMedium';
}

#footer .copy-sitename.hidden-mobile {
	display: none;
}

#footer .row {
    width: 100%;
	position: relative;
}

#footer .row.hidden-mobile {
	display: none;
}

#footer .flex {
    flex-wrap: wrap;
    display: flex;
}

#footer .row .col {
    width: 100%;
    float: left;
    text-align: left;
    margin: 10px 0;
}

#footer .row .col h3 {
	margin-top: 20px;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0em;
	color: #191919;
	font-family: 'LarsseitMedium';
}

#footer .row .flex.two-cols.spacebetween {
	margin-top: 20px;
	justify-content: space-between;
	align-items: flex-end;
}

#footer .row .flex.two-cols.spacebetween .col {
	width: 100%;
	margin: 0;
}

#footer .row .col .icon {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

#footer .row .col .icon.sik {
	width: 110px;
	height: 35px;
	background-image: url(images/svenskinslamlingskontroll.svg);
}

#footer .row .col .icon.aa {
	/* background-image: url(images/svenskinslamlingskontroll.svg); */
	widows: 170px;
	height: 55px;
}

#footer .row .flex.four-cols .col ul li:first-of-type a {
	font-family: 'LarsseitRegular';
	font-size: 14px;
	line-height: 34px;
	letter-spacing: 0.1em;
	color: #000;
	margin-bottom: 30px;
}

#footer h2 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0em;
	color: #000;
	margin-bottom: 30px;
}

#footer .row .col ul {
	padding: 0;
	margin: 0;
}

#footer .row .col ul li {
	list-style: none;
	margin-bottom: 5px;
}

#footer .row .col p {
    font-size: 16px;
    line-height: 20px;		
    letter-spacing: 0em;    
    color: #191919;
    margin-bottom: 0px;
}

#footer .row .col p.env {
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	max-width: 210px;
	display: flex;
	margin-bottom: 20px;
}

#footer .row .col p.env img {
	margin-right: 10px!important;
}

#footer .row .col p b {
	font-size: 13px;
	font-family: 'LarsseitMedium';
	margin-bottom: 5px;
	display: block;
}

#footer .row .col a:hover {
	border-color: #22ab4f;
}

#footer .row .flex.four-cols .col ul li a:hover {
	border-color: #22ab4f;
}

#footer .row .col p a {
	border-bottom: 2px solid #22ab4f;
	padding-bottom: 2px;
}

#footer .row .col ul li a {
	font-family: 'LarsseitRegular';
    position: relative;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0em;
    color: #191919;
	border-bottom: 2px solid #f6f5eb;
	padding-bottom: 2px;
}


/**
 * 	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) {
	.pinterest_grid {
		grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	}
}

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

@media screen and (min-width: 551px) {
	.pinterest_grid {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}

}

@media screen and (min-width: 594px){
	
	.container.archive_standard.four-cols.w4_postslider .container .puff {
		height: 280px;
	}
	
	.smallsplash .bg {
		width: 40%;	
		min-height: 220px;		
	}
	
	.container.archive_standard.w4_postslider .container.latest_post .puff {
		height: 360px;	
	}
	
	.container.archive_standard.w4_postslider .container.latest_post {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.container.archive_standard.w4_postslider .post-grid-layout-slide {
		margin-left: 0px;
	}
	
	.swiper-container.product-slider {
		margin-left: 0px;
	}
	
	.posts_module {
		padding: 40px 0px 40px;
	}
	
	.calender_grid {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.posts_module .post-title,
	.calender_grid h2,
	.blockmodule .topcontent h2 {
		font-size: 80px;
		line-height: 90px;
	}
	
	.blockmodule.w4_postslider .puff .w4_postslider .puff {
		height: 380px;
	}	
	
	.w4_postslider .puff {
		height: 350px;
	}	
	
	.topsplash_text_module .cont {
		margin: 0;
	}

	.w4_postsplit .gutter {
		margin: 0;
	}

	.w4_postslider .rotated-title {
		left: 27px;
		width: 380px;
	}
	
	.w4_postslider.background-spellistor .rotated-title {
		top: calc(50% - 230px);
	}

	#footer .insidefooter{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 150px;
		padding-bottom: 150px;
	}

	#footer .row.hidden-mobile {
		display: block;
	}
	

	.topsplash .holder {
		margin: 30px 40px;
	}

	.w4_postslider .slider-holder .swiper-container {
		margin-left: 50px;
	}
	
	.gridholder{
		width: 554px;
		margin: 0 auto;
	}

	.gridholder.morewide{
		width: 574px;
	}


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

}


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

	.gridholder{
		width: 632px;
	}
	.gridholder.morewide{
		width: 652px;
	}


}

@media screen and (max-width: 749px ) {	
	
	.gridholder.slidergrid {
		width: 100%;	
	}
	

	.w4_postslider.background-publicerar .rotated-title,
	.w4_postslider.background-post .rotated-title,
	.w4_postslider.background-event .rotated-title {
	    position: unset;
	    transform: none;
	    margin-left: 30px;
	    margin-bottom: 30px;
	    font-family: 'LarsseitRegular';
	}

	#header .collapsible-search {
		display: none!important;
	}

	.w4_postslider .slider-holder .swiper-container.break-mobile {
		margin-left: 30px;
		margin-right: 30px;
	}
	.w4_postslider .slider-holder .swiper-container.break-mobile .swiper-wrapper {
		transform: unset!important;
		display: block!important
	}

	.w4_postslider .slider-holder .swiper-container.break-mobile .swiper-wrapper .swiper-slide {
		width: 100%!important;
	}
	
	.w4_postslider .swiper-container.break-mobile .puff {
		height: auto;
	}
	
	.w4_postslider .swiper-container.break-mobile .puff .image-holder {
		height: 200px;
	}
	
	.w4_postslider .swiper-container.break-mobile .puff .image-holder .overlay {
		display: none;
	}
	
	.w4_postslider .swiper-container.break-mobile .puff .text-wrapper {
		position: unset;
	}
	.w4_postslider .swiper-container.break-mobile .puff .text-wrapper .date {
		color: #191919;
	}
	.w4_postslider .swiper-container.break-mobile .puff .text-wrapper .title {
		font-family: 'LarsseitRegular';
		color: #191919;
		font-size: 22px;
		line-height: 26px;
	}
	
	.w4_postslider .swiper-container.break-mobile .puff .text-wrapper .inspadd {
	    padding-left: 15px;
	    padding-right: 15px;
	    padding-top: 20px;
	    padding-bottom: 30px;
	}
	
	.w4_postslider.background-publicerar,
	.w4_postslider.background-post {
		background: #baf3d5;
	}
	
	.w4_postslider.background-event {
		background: #fff3bc;
	}
}

@media screen and (min-width: 748px) {
	
	.inlpuff-wrap.amount-smaller .inlpuff.link {
		max-width: calc(50% - 20px);
	}
	
	article .entry-content figure.wp-block-embed-youtube iframe {
		height: 450px;
	}
	
	article .imgholder .miljotidningen{
		width: 140px;
		height: 140px;
		right: 0px;
		top: -50px;
	}
	
	article .wpcf7 input[type="checkbox"]::before {
		top: 5px;
		left: 8px;
		width: 5px;
		height: 9px;
		border-width: 0 3px 3px 0;
	}
	
	article .wpcf7 input[type="checkbox"] {
		width: 1.55em;
		height: 1.55em;
	}
	
	article .wpcf7 input[type="radio"] {
		width: 1.55em;
		height: 1.55em;
	}
	
	.entry-content .wpcf7-not-valid-tip{
		font-size: 16px;
		line-height: 16px;
		margin-left: 20px;
		margin-top: 10px;
	}
	
	article .wpcf7 .wpcf7-submit {
		min-height: 80px;
		font-size: 18px;
		line-height: 20px;
		padding: 5px 40px 0px;
	}
	
	article .wpcf7 select {
		width: 100%;
		height: 78px;
		border-radius: 50px;
		background-position-y: 27px;
		padding: 5px 30px 0px;
	}
	
	article .wpcf7 input[type="text"],
	article .wpcf7 input[type="email"] {
		border-radius: 50px;
		min-height: 78px;
	}
	
	article .wpcf7 input::placeholder {
		font-size: 18px;
		line-height: 20px;
	}
	
	article .wpcf7 input[type="text"],
	article .wpcf7 input[type="email"],
	article .wpcf7 textarea {
		padding: 5px 30px 0px;
		font-size: 18px;
		line-height: 20px;
	}
	
	article .wpcf7 textarea {
		padding-top: 20px;
	}
	
	article .wpcf7{
		margin-left: 40px;
		margin-right: 40px;
		padding-left: 60px;
		padding-right: 60px;
		padding-top: 60px;
		padding-bottom: 15px;
	}
	
	#footer .scroll-up {
		left: 0px;
		bottom: -80px;
		width: 60px;
		height: 60px;
	}
	
	article .photoby,
	article .byline {
		font-size: 16px;
		line-height: 18px;
	}
	
	article .photoby .by,
	article .byline .by {
		font-size: 18px;
	}
	
	article .article-fields-holder {
		flex-wrap: nowrap;
		gap: 40px;
		margin-bottom: 30px;
	}
	
	article .imgholder{
		height: 580px;
	}
	body.single-kalender article .imgholder{
		height: 440px;
	}
	
	#header .hamburgercontent .col .icon.sik {
		display: none;
	}
	
	#header .hamburgercontent .col .menu {
		padding: 0px 40px;
	}
	
	article .large-title .calender-date {
		padding: 40px 25px 15px;
		top: -40px;
	}

	article .large-title .calender-date .day {
		font-size: 60px;
		line-height: 60px;
	}
	
	article .large-title .calender-date .month {
		font-size: 24px;
		line-height: 24px;
		top: -10px;
	}
	
	.container.archive_standard.four-cols.w4_postslider .container {
		grid-gap: 30px;
	}
	
	.container.archive_standard.four-cols.w4_postslider .container .puff {
		height: 320px;
	}
	
	.important-links .wrapper .icon {
		width: 40px;
		height: 40px;
		top: -5px;
		margin-right: 20px;
	}
	
	.important-links .wrapper .top .upper-title {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	
	.smallsplash .content .gap {
		padding: 20px 30px 10px;
	}
	
	.smallsplash .content .link-text {
		font-size: 18px;
		line-height: 20px;
	}
	
	.smallsplash .content .title {
		font-size: 24px;
		line-height: 28px;
	}
	
	.inlpuff.smallsplash {
		min-height: 180px;
		margin: 0px 60px 30px;
		border-radius: 10px;
	}
	
	.inlpuff.link {
		border-radius: 10px;
	}
	
	.inlpuff.link:nth-of-type(even) {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.inlpuff.link a {
		padding: 20px 60px 20px 30px;
		min-height: 110px;
	}
	
	.inlpuff.link .text-wrapper .title {
		font-size: 22px;
		line-height: 26px;
	}
	
	.inlpuff-wrap {
		flex-wrap: nowrap;
		gap: 30px;
		margin: 0px 0px 40px;
	}
	
	article .entry-content .wp-block-buttons>.wp-block-button {
		margin: 0 auto 20px;	
	}
	
	article .entry-content .wp-block-buttons>.wp-block-button .wp-block-button__link::after {
		width: 16px;
		height: 12px;	
		top: 30px;
		right: 30px;
	}
	
	article .entry-content .wp-block-buttons>.wp-block-button .wp-block-button__link {
		border-radius: 6px;
		padding: 25px 60px 18px 25px;
		font-size: 22px;
		line-height: 24px;
	}
	
	#header.scrolldown .showmenubtn{
		top: -17px;
	}
	
	.topsplash .text a {
		font-size: 18px;
		line-height: 20px;
	}
	
	.topsplash .text p {
		font-size: 20px;
		line-height: 24px;
		margin: 40px auto 0px;
	}
	
	.topsplash .wave svg {
		height: 150px;	
	}
	
	.topsplash .wave {
		bottom: -5px;
	}
	
	.container.archive_standard.w4_postslider .container.latest_post {
		display: none;
	}
	
	.container.archive_standard.w4_postslider .post-grid-layout-slide .container {
		display: none;
	}
	
	.container.archive_standard.w4_postslider .container.hidden-desktop {
		display: grid;
	}
	
	.inlpuff.product .content .gap {
		padding: 20px 30px;
	}
	
	.inlpuff.product .bg-holder {
		height: 220px;
	}
	
	.posts_module .post-title {
		margin: 0 auto 40px;
	}
	
	.posts_module .presspuff .border {
		width: 60px;
		height: 5px;
		margin-bottom: 20px;	
	}
	
	.posts_module {
		padding: 80px 0px 60px;
	}
	
	.posts_module .presspuff {
		width: 50%;
		margin-bottom: 40px;
	}
	
	.posts_module .presspuff .date {
		font-size: 16px;
		line-height: 18px;
	}
	
	.posts_module .presspuff .title {
		font-size: 22px;
		line-height: 26px;
	}
	
	.calender_grid {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	
	.calender_grid .calender_puff.hasimg.active .title,
	.calender_grid .calender_puff.hasimg:hover .title {
		color: #f6f5eb;
	}
	
	.calender_grid .calender_puff.active .arrow,
	.calender_grid .calender_puff:hover .arrow {
		display: block;
	}
	
	.calender_grid .calender_puff .date {
		padding: 20px 20px 15px;
	}
	
	.calender_grid .calender_puff .date .month {
		font-size: 18px;
		line-height: 18px;
	}
	
	.calender_grid .calender_puff .date .day {
		font-size: 36px;
		line-height: 36px;
	}
	
	.calender_grid .calender_puff .align {
		align-items: unset;
		padding-top: 40px;
	}
	
	.calender_grid .calender_puff.hasimg .date {
		margin-left: 10px;
	}
	
	.calender_grid .calender_puff .image {
		display: block;
	}
	
	.calender_grid .calender_puff .title {
		font-size: 24px;
		line-height: 28px;
		padding-right: 10px;
	}
	
	.calender_grid .calender_puff {
		min-height: 180px;
		width: 50%;
	}
	
	a.readmore {
		font-size: 20px;
		line-height: 22px;
		margin: 40px auto 0;
	}
	
	.blockmodule.w4_postslider a.readmore {
		margin: 40px auto 0;
		top: unset;
	}
	
	.blockmodule.w4_postslider .swiper-slide {
		flex-shrink: unset;
	}
	
	.blockmodule.w4_postslider .swiper-container {
		overflow: visible;
		margin: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
	}
	
	.blockmodule .top {
		top: 100px;
	}
	
	.blockmodule.w4_postslider {
		padding: 20px 0px 80px;
	}
	
	.blockmodule.w4_postslider .puff .text-wrapper .title {
		font-size: 24px;
		line-height: 28px;
	}
	
	.blockmodule .post-container {
		gap: 20px;
		padding-top: 40px;
		transform: unset!important;
	}
	
	.blockmodule .background {
		padding-top: 40px;
		margin-bottom: 120px;
	}
	
	.blockmodule.w4_postslider .swiper-slide {
		width: 100%!important;
	}
	
	.blockmodule .topcontent p {
		font-size: 20px;
		line-height: 26px;
		margin-top: 0px;
	}
	
	.posts_module .post-title,
	.calender_grid h2,
	.blockmodule .topcontent h2 {
		font-size: 100px;
		line-height: 110px;
	}
	
	.splash-margins {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	
	.inlpuff.splash.vytyp-helbred {
		min-height: 520px;
	}
	
	.inlpuff.splash.vytyp-helbred .content .title {
		font-size: 50px;
		line-height: 60px;
	}
	
	.inlpuff.splash.vytyp-lagbild .content {
		margin-top: 0px;
	}
	
	.inlpuff.splash .content .link-text {
		font-size: 20px;
		line-height: 22px;
	}
	
	.inlpuff.splash .content .small-title {
		font-size: 20px;
		line-height: 22px;
	}
	
	.inlpuff.splash .content .gap {
		padding: 0px 20px 0px;
	}
	
	.inlpuff.splash .content {
		width: 52%;
		margin-top: 80px;
	}
	
	.inlpuff.splash .align {
		flex-wrap: nowrap;
	}
	
	.smallsplash .align {
	
	}
	
	.smallsplash .content {
		width: 60%;
	}
	
	.inlpuff.splash .bg-holder {
		width: 48%;
		height: 100%;
	}
	
	.smallsplash .bg {
		height: 100%;
	}
	
	.inlpuff.splash {
		width: 100%;
		min-height: 520px;
		display: inline-grid;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.inlpuff.splash.vytyp-lagbild {
		min-height: 380px;
		display: inline-grid;
	}
	
	.inlpuff.splash .content .title {
		font-size: 36px;
		line-height: 42px;
		margin: 20px 0px 20px;
	}
	
	.our_partners .partners-title {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 40px;
	}
	
	.our_partners {
		padding: 60px 20px 0px;
	}
	
	.our_partners .partner {
		margin: 10px 10px;
	}
	
	.our_partners .partner .country {
		font-size: 20px;
		line-height: 22px;
	}
	
	.our_partners .partner .name {
		font-size: 40px;
		line-height: 50px;
	}
	
	.paging-navigation {
		margin-top: 60px;
	}
	
	.paging-navigation .nav-links_search h4 {
		margin: 0px 80px;
	}
	
	.paging-navigation .nav-links_search a {
		font-size: 22px;
	}
	
	.showmenubtn{
		/* display: none; */
		top: -17px;
	}
	
	
	
	.topsplash .image {
		background-position: bottom center;
		background-size: auto;
	}
	
	.topsplash .inside {
		padding-bottom: 80px;
	}
	
	#header.scrolldown{
		height: 80px;
		padding-top: 40px;
	}
	
	.hamburgercontent .searchform input[type="text"] {
		font-size: 18px;
		padding: 30px 60px 20px 20px;
		border-radius: 10px;
	}
	
	.hamburgercontent .searchform input::placeholder {
		font-size: 18px;
	}
	
	.hamburgercontent .wave svg {
		width: 100%;
	}
	
	.hamburgercontent .searchform input[type="submit"] {
		height: 32px;
		width: 32px;
		bottom: 15px;
	}
	
	.hamburgercontent .searchform {
		margin-bottom: 30px;	
	}
	
	#header .hamburgercontent .inner .menu-mainmenu-container ul.menu li a{
	    font-size: 20px;
	    line-height: 26px;
	}
	
	.w4_postslider .puff .image-holder .arrow {
		width: 100px;
		height: 100px;
	}

	.topsplash .yellow-badge {
	    width: 200px;
	    height: 200px;
	    bottom: -50px;
	    right: 0;
	}
	
	#footer .row .flex.two-cols.spacebetween .col {
		width: auto;
	}
	
	#footer .row .col p span.hidden {
		display: none;	
	}
	
	#footer .row .col p.env {
		font-size: 14px;
		line-height: 16px;
		max-width: 100%;
		display: block;
		margin-bottom: 0px;
	}
	
	#footer .row .col .icon.sik {
		width: 210px;
		height: 55px;
	}
	
	#footer .row .col ul li {
		margin-bottom: 10px;
	}
	
	#footer .row .col p {
	    font-size: 18px;
	    line-height: 20px;		
	}
	
	#footer .row .col ul li a {
		font-size: 18px;
		line-height: 20px;
	}
	
	.imgholder.background .wave svg {
		height: 200px;
	}
	
	#text-path {
		font-size: 28px;
	}
	
	.w4_postslider .slider-holder .button.hidden-desktop {
		display: none;
	}
	
	.topsplash_text_module .cont a {
		font-size: 18px;
	}
	
	.topsplash_text_module .cont p {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 40px;
	}
	
	.w4_postslider .rotated-title {
		display: block;
		width: 500px;
	}

	.padding-404 {
		padding: 340px 40px 80px;
	}

	.padding-404 .title-404 a {
		margin-top: 40px;
	}

	.padding-404 .title-404 h1 {
		font-size: 58px;
		line-height: 68px;
	}
	
	.padding-404 .title-404 span {
		font-size: 20px;
		line-height: 24px;
	}
	
	.padding-404 .title-404 .hidden {
		display: inline-block;
	}

	.wave-module .swiper-wrapper::before {
		background-size: 110%;
		background-position: -9.5vw 0;
	}
	
	.wave-module .swiper-wrapper::after {
		background-size: 110%;
	}
	
	.w4_postslider .puff .date-square {
	    left: 30px;
	    top: 30px;
	}


	article .published .hidden-mobile {
		display: inline-block;
	}

	article .published .place {
	    display: inline-block;
	    margin-top: 0px;
	}

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


	body.search .page-title {
		margin-top: 180px;
		margin-bottom: 80px;
	}

	body.search .search-container button {
	    top: 25px;
	    height:30px;
	    width:30px;
	}
	
	body.search .search-container input::placeholder,
	body.search .search-container input[type="text"] {
		font-size: 36px;
	}

	#header .collapsible-search input[type="text"] {
		font-size: 46px;
	}

	.showmenubtn .press_fix{
	    
	}

	article .share-links {
		margin-top: 30px;
		margin-bottom: 20px;	
	}
	
	article .share-links .socials span {
		font-size: 18px;
		line-height: 26px;
		display: inline-block;
	}

	article .share-links .socials a {	
		margin: 0px 10px 0px 10px;
	}

	#footer h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 50px;
	}

	#footer .row .col {
	    margin: 30px 0;
	}
	
	#footer .row .col h3 {
		font-size: 26px;
		line-height: 28px;
	}

	#footer .flex {
	    flex-wrap: nowrap;
	}

    #footer .row .flex.four-cols .col {
		width: 50%;
    }
    
    #footer .row .flex.two-cols .col {
		width: 100%;
    }
    
    #header .hamburgercontent .inner .menu-mainmenu-container ul.menu li{
	    margin-bottom: 35px;
    }

	#header .hamburgercontent .col .socials .menu-socials-container li a::after {
	    content: "/";
	    position: relative;
	    right: -10px;
	}

	#header .hamburgercontent .col .socials .menu-socials-container li {
		margin: 0px 15px 0px 0px;
		display: inline-block;
	}


	#header .hamburgercontent .col .menu li {
		margin: 0;
	}

	#header .hamburgercontent .col.left {
		width: 100%;
		padding-top: 0px;
	}

	#header .hamburgercontent .col .menu li.btn a {
		border-radius: 6px;
		max-width: 260px;
		padding: 26px 0 20px;
		font-size: 18px;
	}

	#header .hamburgercontent .col.right {
		display: block;
	}

	#header .hamburgercontent .col.right .menu li a {
		font-size: 16px;
		line-height: 40px;
	}

	#header .hamburgercontent .col #menu-hamburgermeny-2.menu li a,
	#header .hamburgercontent .col .menu li a {
		font-size: 24px;
		line-height: 40px;
	}
	
	#header .hamburgercontent .col .socials .menu-socials-container li a {
		font-size: 16px;
		line-height: 26px;
	}
	
	.wave-module {
		height: 440px;
	}

	.topsplash {
		min-height: 880px;
		height: 75vh;
		margin-bottom: 100px;
	}

	.topsplash .text {
		-webkit-hyphens: none;
		-ms-hyphens: none;
		hyphens: none;
		font-size: 60px;
		line-height: 70px;
	}

	.topsplash .holder {
		margin: 30px 0px 0px;
	}

	.topsplash .text h1 {
		max-width: 870px;
		font-size: 60px;
		line-height: 60px;
	}
	
	.container.archive_standard {
		padding-top: 140px;
	}
	
	body.archive .container.archive_standard {
		padding-top: 100px;
	}
	
	.container.archive_standard.margins-s {
		padding-top: 20px;
	}

	.container.archive_standard .archive_hl::after {
		width: 90px;
	}

	.container.archive_standard .archive_hl {
	    font-size: 34px;
	    line-height: 42px;
	    margin-bottom: 40px;
		margin-left: 0;
	}


	.container.archive_standard.w4_postslider .container {
		grid-gap: 30px;
	    grid-template-columns: 1fr 1fr;
	    margin-left: 0px;
	    margin-right: 0px;
	}	
	
	.container.archive_standard.w4_postslider .container .puff {
		height: 360px;
		border-radius: 10px;	
	}
	
	#header{
		height: 180px;
	}
	
	.single .imgholder.background {
		height: 320px;	
	}
	
	.single.single-min-utopi .imgholder.background {
		height: 220px;	
	}
	
	.archive .imgholder.background,
	.page .imgholder.background{
		height: 200px;
	}
	
	
	
	article .smaller-title {
		font-size: 24px;
		line-height: 26px;
	}
	
	article .cats {
		font-size: 22px;
		line-height: 24px;
	}

	article .date {
		font-size: 20px;
		line-height: 22px;
	}

	article .large-title {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 64px;
		line-height: 74px;
	}
	
	.w4_postslider .read-more {
		display: none;
	}

	article .cat_date {
		font-size: 18px;
		line-height: 20px;
	}

	article .border {
		margin: 30px 100px;
	}
	
	article .important-links .wrapper,
	article .cats,
	article .article-fields-holder,
	article .entry-content table,	
	article .share-links,
	article .smaller-title,
	article .large-title,
	article .entry-content .date_publish,
	article .entry-content .vinjett,
	article .entry-content .page-title,
	article .entry-content .ingress,
	article .entry-content p,
	article .entry-content h1,
	article .entry-content h2,
	article .entry-content h3,
	article .entry-content ul,
	article .entry-content ol {
		padding: 0px 60px;
	}
	
	article .entry-content blockquote cite,
	article .entry-content blockquote p {
		padding: 0px 50px;
	}

	article .entry-content .w4_related h3.modulehl {
		font-size: 24px;
		line-height: 28px;
	}

	article .entry-content .w4_related .puffs a {
		padding-bottom: 20px;
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 28px;	
	}

	.w4_postslider .slider-holder .swiper-wrapper{
		flex-wrap: unset;
	}
	
	article .entry-content blockquote p::before {
	    left: -30px;
	    top: 30px;
	    width: 50px;
	    height: 50px;
	}
	
	article .entry-content blockquote {
		max-width: 600px;
		font-size: 40px;
		line-height: 48px;
		padding-top: 20px;
		padding-bottom: 10px;
		margin-left: 60px;
		margin-bottom: 30px;
		margin: 0 auto;
	}
	
	article .entry-content blockquote cite {
		font-size: 28px;
		line-height: 28px;
	}

	.w4_postslider .slider-holder .swiper-container {
		padding-bottom: 120px;
	}

	.w4_postslider .slider-holder .swiper-nav-container {
		display: block;
	}

	.w4_newsletter_and_podcast .holder .col input[type="submit"] {
		text-align: unset;
		width: auto;
	}

	button,
	.button,
	.entry-content .button,
	.wpcf7-submit,
	input[type="submit"],
	input[type="button"],
	input[type="reset"]{
		font-size: 18px;
		line-height: 18px;
		padding: 24px 65px 24px;
	}
	
	button.darkbtn,
	.button.darkbtn {
		font-size: 18px;
		line-height: 18px;
		padding: 30px 65px 25px;
	}

	.w4_postsplit .puff {
	    display: flex;
	    padding-top: 50px;
	    padding-bottom: 50px;
	}

	.w4_postsplit .puff .text-wrapper {
		width: 65%;
		background: transparent;
	}

	.w4_postsplit .puff .text-wrapper .title {
		font-size: 26px;
		line-height: 34px;
	}
	
	.w4_postsplit .puff .text-wrapper a {
		font-size: 18px;
		line-height: 24px;	
	}
	
	.w4_postsplit .puff .text-wrapper .ingress {
		display: block;
		font-size: 18px;
		line-height: 26px;	
	}
	
	.w4_postsplit .puff .text-wrapper .vinjett {
	    font-size: 16px;
	    line-height: 20px;
	    margin-bottom: 40px;
	}

	.w4_postsplit .puff .text-wrapper .inspadd {
		padding: 0px 40px;
	}
	
	.w4_postsplit .puff .image-holder {
		height: 450px;
		width: 50%;
	}

	article .imgholder .date-square {
	    padding: 15px 25px;
	    padding-top: 30px;
	    left: 30px;
	    top: 30px;
	}
		
	article .imgholder .date-square .day {
		font-size: 40px;
		line-height: 28px;
	}
	
	article .imgholder .date-square .month {
		font-size: 20px;
	}

	.w4_postslider .puff .date-square .month {
		font-size: 20px;
	}

	.w4_postslider .puff .date-square .day {
		font-size: 40px;
		line-height: 28px;
	}

	.w4_postslider .puff .text-wrapper .date {
		font-size: 18px;
		line-height: 18px;
	}
	
	.w4_postslider.four-cols .puff .text-wrapper .title {
		font-size: 24px;
		line-height: 28px;
	}
	
	.w4_postslider.four-cols .puff .text-wrapper .cat {
		font-size: 14px;
		line-height: 16px;
	}

	.w4_postslider .puff .text-wrapper .title {
		font-size: 32px;
		line-height: 38px;
	}
	
	.w4_postslider .puff .text-wrapper .cat {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.w4_postslider .puff .text-wrapper .date .plus .icon {
	    font-size: 34px;
	}
	
	.w4_postslider .puff .text-wrapper .date .plus {
	    width: 50px;
	    height: 50px;
	}

	.w4_postslider .puff .text-wrapper .inspadd {
		padding-left: 30px;
		padding-right: 30px;	
		padding-bottom: 30px;
	}

	.w4_postsplit .padd {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.w4_postslider {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.blockmodule.w4_postslider .puff .w4_postslider .puff {
		height: 410px;
	}	
	
	.w4_postslider .puff {
		height: 370px;
	}	
	
	.hamburgercontent .inner{
		padding: 180px 60px 0px;
	    height: 100%;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}

	#header .language-chooser, #header .superwide .menu{
		text-align: right;
	}

	#header .language-chooser li, #header .superwide .menu li{
		font-size: 16px;
		line-height: 32px;
		padding: 0px 10px;
	}


    .hamburgercontent{
        width: 600px;
        right: -600px;
    }

    #footer .row .col.links a {
        margin-left: 35px;
        margin-right: 0px;
        font-size: 18px;
        line-height: 18px;
    }


    .showmenubtn::after{
        height: calc(100% + 6px);
    }

	article .share.small span {
		font-size: 14px;
	}

	#header .logo {
	    background-size: contain;
	    background-repeat: no-repeat;
		top: -8px;
		left: 0;
		height: 85px;
		top: -30px;
		width: 255px;
	}
	
	#header.scrolldown .logo {
	    top: -30px;
		height: 80px;
		width: 243px;
	    background-size: contain;
	    background-repeat: no-repeat;
	    left: 0;
	}
	
	#footer .copymadecont .hidden {
		display: inline-block;
	}

	.paddingtop {
		padding-top: 100px;
	}

	.no-featured-image {
		padding-top: 80px;
	}
	
	article{
		padding-top: 240px;
	}
	
	body.page article{ 
		padding-top: 10px;
	}

	article .ingress{
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 40px;	
	}
	
	article .imgholder{
    	display: table;
		margin-bottom: 50px;
	}
	article .published{
		font-size: 15px;
		line-height: 14px;
		letter-spacing: 0.1em;
		margin-bottom: 50px;
	}
	article h1{
		margin-bottom: 30px;
		font-size: 60px;
		line-height: 66px;
	}
	article .vinjett{
	    font-size: 20px;
	    line-height: 30px;
	 }
	article .entry-content{
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 30px;
	}
	

	article .entry-content figure.size-thumbnail figcaption,
	article .entry-content figure.size-medium figcaption {
		position: absolute;
		top:	unset;
	}
	
	article .entry-content p, article .entry-content ul, article .entry-content ol, article .entry-content p > img, article .entry-content figure, article .entry-content blockquote{
		margin-bottom: 30px;
	}

	article p .largetitle {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 50px;
		line-height: 60px;
	}
	
	article .entry-content h2 {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 40px;
		line-height: 42px;
	}
	 article .entry-content h3, article .entry-content h4, article .entry-content h5{
		margin-top: 0px;
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 32px;
	}
	article .entry-content a{
		
	}


	article .entry-content ol li{
		margin-bottom: 30px;
		padding-left: 40px;
	}
	article .entry-content ol li:before {
	    left: -20px;
	    margin-left: -20px;
		font-size: 30px;
		line-height: 36px;
	}

	article .entry-content ul li{
	    padding-left: 40px;
		margin-bottom: 15px;
	}
	article .entry-content ul li:before{
		width: 12px;
		height: 12px;
		margin-left: -30px;
		top: 5px;
		left: 0px;
	}

	.entry-content .alignright, .entry-content .alignleft{
		margin-top: 10px;
		max-width: 240px;
		margin-bottom: 30px;
	}
	.entry-content .alignright{
		margin-left: 30px;
	}
	.entry-content .alignleft{
		margin-right: 30px;
	}

	.socialmenu ul.menu li,  #header ul#menu-socialmenu li{
		padding-left: 30px;
		padding-right: 30px;
		height: 15px;
	}
	.socialmenu ul.menu li a, #header ul#menu-socialmenu li a{
		width: 40px;
		height: 40px;
		margin-top: -15px;
	}
	.socialmenu ul.menu li a .hamic,  ul#menu-socialmenu li a .hamic{
		margin-left: -20px;
		margin-top: -20px;
		height: 40px;
		width: 40px;
	}


    li.tw a .hamic{
    	background-position: -260px -584px;
    }
    li.li a .hamic{
        background-position: -326px -584px;
    }
    li.fb a .hamic{
        background-position: -202px -584px;
    }
    li.in a .hamic{
        background-position: -390px -585px;
    }

    li.tw a:hover .hamic{
    	background-position: -260px -639px;
    }
    li.li a:hover .hamic{
        background-position: -326px -640px;
    }
    li.fb a:hover .hamic{
        background-position: -202px -640px;
    }
    li.in a:hover .hamic{
        background-position: -390px -640px;
    }



	#footer{
		padding-top: 100px;
	}
	#footer .footerlogo {
		font-size: 50px;
		/*
		width: 270px;
		height: 140px;
		margin-bottom: 30px;
		display: block;
		*/
	}
	#footer .adress{
        font-size: 34px;
        line-height: 48px;
	}
	#footer .socialmenu{
		margin-bottom: 70px;
	}

	#footer .copyright{
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 25px;
	}
	
	#footer .copy-sitename.hidden-desktop {
		display: none;
	}
	
	#footer .copy-sitename.hidden-mobile {
		display: block;
	}
	
	#footer .copy-sitename .smaller{
		margin-top: 10px;
		font-size: 10px;
	}

	#footer .copy-sitename{
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 0px;
	}
	
	#footer .copymadecont{
		font-size: 10px;
		line-height: 12px;
	}

	#cookieinfo .insidepcookie .accept{
		font-size: 16px;
		line-height: 18px;
		padding: 12px 35px 10px;
	}

	#cookieinfo .insidepcookie h3{
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	#cookieinfo{
		bottom: 20px;
	    right: 20px;
	}


	#cookieinfo .insidepcookie{
	    font-size: 14px;
	    line-height: 20px;
	    margin-left: 0px;
	    margin-right: 0px;
		padding: 20px 50px 13px 30px;
		width: 450px;
	    max-width: 100%;
	}

	.showmenubtn{
	    padding-left: 18px;
		padding-right: 18px;
		padding-top: 18px;
		padding-bottom: 18px;	
	}
	#header .language-chooser{
		display: inline-block;
	}
	#header .hamburgercontent .language-chooser{
		display: none;
	}

	.gridholder{
		width: 708px;
	}
	.gridholder.morewide{
		width: 728px;
	}

}


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

}


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


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


}

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

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


}


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


	.gridholder{
		width: 806px;
	}
	.gridholder.morewide{
		width: 826px;
	}


}

@media screen and (min-width: 900px){
	
	.blockmodule .topcontent h2 .flarp {
		display: block;
		padding: 14px 20px 8px;
		font-size: 18px;
	}


	.topsplash .holder .logo {
		display: block;
	}

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

}

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



}
@media screen and (min-width: 1024px){
	
	.utopi_puff.staende {
		grid-row-end: span 27;
	}
	
	.inlpuff-wrap.amount-smaller .inlpuff.link {
		max-width: calc(33.333% - 20px);
	}
	
	article .entry-content figure.wp-block-embed-youtube iframe {
		height: 600px;
	}
	
	#header .mainmenu_cont{
		display: inline-block;
	}
	
	article .wpcf7{
		margin-left: 60px;
		margin-right: 60px;
		padding-left: 80px;
		padding-right: 80px;
	}
	
	#text-path {
		font-size: 30px;
	}
	
	#header .hamburgercontent .col #menu-ge-gava-bli-medlem.menu {
		
	}
	
	article .large-title .calender-date {
		min-width: 140px;
		top: -50px;
	}
	
	article .large-title .calender-date .day {
		font-size: 100px;
		line-height: 90px;
	}
	
	article .large-title .calender-date .month {
		font-size: 34px;
		line-height: 34px;
		top: -15px;
	}
	
	.container.archive_standard.four-cols.w4_postslider .container .puff {
		height: 340px;
	}
	
	.important-links .wrapper .top .upper-title {
		font-size: 34px;
		line-height: 36px;
	}
	
	.smallsplash .content .link-text {
		font-size: 20px;
		line-height: 24px;
	}
	
	.smallsplash .content .title {
		font-size: 30px;
		line-height: 32px;
	}
	
	.inlpuff.smallsplash {
		min-height: 220px;
		margin: 0px 80px 30px;
		border-radius: 10px;
	}
	
	.inlpuff.link .text-wrapper .title {
		font-size: 26px;
		line-height: 28px;
	}
	
	article .imgholder img{
		border-radius: 8px;
	}
	
	.topsplash .text a {
		font-size: 24px;
		line-height: 32px;
	}
	
	.topsplash .text p {
		font-size: 24px;
		line-height: 32px;	
	}
	
	.topsplash .wave .ram {
		
	}
	
	/* PRODUCT SLIDE */
	
	.swiper-container.product-slider {
		overflow: visible;
	}
	
	.product-flex {
		gap: 20px;
	}
	
	.product-flex .swiper-slide {
		flex-shrink: unset;
	}
	
	.inlpuff.product .content .title {
		font-size: 20px;
		line-height: 24px;
	}
	
	.inlpuff.product .bg-holder {
		height: 260px;
	}
	
	.posts_module .presspuff .border {
		width: 90px;
		height: 6px;
		margin-bottom: 30px;
	}
	
	.posts_module {
		padding: 100px 0px 80px;
	}
	
	.posts_module .holder {
		gap: 20px;
		flex-wrap: nowrap;	
	}
	
	.posts_module .presspuff {
		width: 25%;
		margin-bottom: 0px;
	}
	
	.posts_module .presspuff .date {
		font-size: 18px;
		line-height: 20px;
	}
	
	.posts_module .presspuff .title {
		font-size: 26px;
		line-height: 32px;
	}
	
	.calender_grid {
		padding-top: 120px;
		padding-bottom: 60px;
	}
	
	.calender_grid .calender_puff .title {
		font-size: 20px;
		line-height: 24px;
	}
	
	.calender_grid .flex {
		gap: 0px;	
		flex-wrap: nowrap;
	}
	
	a.readmore {
		font-size: 22px;
		line-height: 24px;
	}
	
	.blockmodule .background {
		margin-bottom: 40px;
	}
	
	.blockmodule .top {
		top: 120px;
	}
	
	.blockmodule.w4_postslider {
		padding: 20px 0px 80px;
	}
	
	.blockmodule.w4_postslider .puff .text-wrapper .title {
		font-size: 28px;
		line-height: 32px;
	}
	
	.blockmodule .post-container {
		gap: 40px;
		padding-top: 60px;
	}
	
	.blockmodule .topcontent p {
		font-size: 24px;
		line-height: 38px;
	}
	
	.blockmodule .topcontent h2 .flarp {
		font-size: 20px;
		line-height: 22px;
		padding: 18px 30px 12px;
	}
	
	.posts_module .post-title,
	.calender_grid h2,
	.blockmodule .topcontent h2 {
		font-size: 120px;
		line-height: 140px;
	}
	
	.splash-margins {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	
	.inlpuff.splash.vytyp-helbred .content .title {
		font-size: 60px;
		line-height: 70px;
	}
	
	.inlpuff.splash .content .small-title {
		font-size: 22px;
		line-height: 24px;
	}
	
	.inlpuff.splash .content .link-text {
		font-size: 22px;
		line-height: 24px;
	}
	
	.inlpuff.splash.vytyp-lagbild {
		min-height: 400px;
	}
	
	.inlpuff.splash {
		min-height: 570px;
	}
	
	.inlpuff.splash.vytyp-helbred {
		min-height: 570px;
	}
	
	.inlpuff.splash .content .title {
		font-size: 40px;
		line-height: 50px;
		margin: 20px 0px 40px;
	}
	
	.our_partners .partners-title {
		font-size: 26px;
		line-height: 28px;
	}
	
	.our_partners {
		padding: 80px 40px 0px;
	}
	
	.our_partners .partner {
		margin: 15px 15px;
	}
	
	.our_partners .partner .country {
		font-size: 30px;
		line-height: 32px;
	}
	
	.our_partners .partner .name {
		font-size: 50px;
		line-height: 60px;
	}
	
	.paging-navigation .nav-links_search h4 {
		margin: 0px 150px;
	}
	
	.topsplash .yellow-badge {
	    width: 250px;
	    height: 250px;
	    bottom: -0px;
	    right: 0;
	}
	
	
	
	.imgholder.background .wave svg {
		height: 200px;
	}
	
	.topsplash_text_module .cont p {
		font-size: 30px;
		line-height: 46px;
		margin-bottom: 60px;
	}

	.padding-404 .title-404 .test {
		display: inline-block;
	}

	.padding-404 {
		padding: 360px 40px 180px;
	}
	
	article h1{
		margin-bottom: 40px;
		font-size: 80px;
		line-height: 86px;
	}

	article .event-fullbokat .banner {
	    font-size: 17px;
	    line-height: 18px;
	    height: 80px;
	    width: 80px;
	    padding: 40px;
		right: -20px;
		top: -10px;
	}

	.w4_postslider .slider-holder .swiper-container {
		margin-left: 10%;	
	}

	.showsearch{
		display: block;
	}
	
	#footer{
		padding-top: 150px;
	}

	#footer h2 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 100px;
	}

    #footer .row .flex.four-cols .col {
		width: 25%;
    }
	
	#header .hamburgercontent .col.right .menu li a {
		font-size: 18px;
		line-height: 50px;
	}

	#header .hamburgercontent .col .socials .menu-socials-container li a {
		font-size: 16px;
		line-height: 26px;
	}

	#header .hamburgercontent .col #menu-hamburgermeny-2.menu li a,
	#header .hamburgercontent .col .menu li a {
		font-size: 28px;
		line-height: 56px;
	}
	
	.wave-module {
		height: 540px;
	}
	
	.topsplash .text {
		font-size: 80px;
		line-height: 80px;
	}

	.topsplash .text h1 {
		font-size: 80px;
		line-height: 80px;
	}
	
	.container.archive_standard {
		padding-top: 160px;
	}
	
	body.archive .container.archive_standard {

	}

	.container.archive_standard .archive_hl {
	    font-size: 40px;
	    line-height: 48px;
	}
	
	.container.archive_standard.four-cols.w4_postslider .container,
	.container.archive_standard.w4_postslider .container {
	    grid-template-columns: 1fr 1fr 1fr;
	}
	
	.container.archive_standard.w4_postslider .container .puff {
		height: 400px;
	}
	
	

	.no-featured-image {
		padding-top: 120px;
	}
	article{
		padding-top: 300px;
	}
	
	.single .imgholder.background {
		height: 380px;
	}
	
	.archive .imgholder.background,
	.page .imgholder.background{
		height: 240px;
	}
	
	.single.single-min-utopi .imgholder.background {
		height: 300px;
	}

	article .border {
		margin: 30px 200px;
	}
	
	article .important-links .wrapper,
	article .cats,
	article .article-fields-holder,
	article .entry-content table,
	article .share-links,
	article .smaller-title,
	article .large-title,
	article .entry-content .date_publish,
	article .entry-content .vinjett,
	article .entry-content .page-title,
	article .entry-content .ingress,
	article .entry-content p,
	article .entry-content h1,
	article .entry-content h2,
	article .entry-content h3,
	article .entry-content ul,
	article .entry-content ol {
		padding: 0px 120px;
	}

	article .entry-content .w4_related h3.modulehl {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 40px;
	}

	article .entry-content .w4_related .puffs a {
		padding-bottom: 25px;
		margin-bottom: 25px;
		font-size: 28px;
		line-height: 32px;	
	}
	

	.w4_postslider .slider-holder .swiper-nav-container {
    	left: 0px;
	}

	.w4_postsplit .puff .text-wrapper a {
		font-size: 18px;
		line-height: 24px;	
	}

	.w4_postsplit .puff .text-wrapper {
		width: 50%;
	}

	.w4_postsplit .puff .text-wrapper .ingress {
		font-size: 20px;
		line-height: 28px;	
	}

	.w4_postsplit .puff .text-wrapper .title {
		font-size: 34px;
		line-height: 48px;
	}

	.w4_postsplit .puff .text-wrapper .inspadd {
		padding: 0px 60px;
	}
	
	.w4_postsplit .puff .image-holder {
		height: 550px;
	}

	.w4_postslider .rotated-title {
		left: 40px;
		font-size: 20px;
		width: 530px;
	    position: absolute;
	    margin: 0;
	}
	
	.w4_postslider .puff .date-square .day {
		font-size: 50px;
		line-height: 38px;
	}

	.w4_postslider .puff .text-wrapper .date {
		font-size: 20px;
		line-height: 20px;
	}
	
	.w4_postslider.four-cols .puff .text-wrapper .title {
		font-size: 28px;
		line-height: 32px;
	}
	
	.w4_postslider.four-cols .puff .text-wrapper .cat {
		font-size: 16px;
		line-height: 18px;
	}
	
	.w4_postslider .puff .text-wrapper .title {
		font-size: 36px;
		line-height: 40px;
	}
	
	.w4_postslider .puff .text-wrapper .cat {
		font-size: 18px;
		line-height: 22px;
	}

	.w4_postslider .puff .text-wrapper .date .plus .icon {
	    font-size: 45px;
	}
	
	.w4_postslider .puff .text-wrapper .date .plus {
	    width: 60px;
	    height: 60px;
	}

	.w4_postslider .puff .text-wrapper .inspadd {
		padding-left: 35px;
		padding-right: 35px;	
		padding-bottom: 35px;
	}

	.w4_postslider {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.w4_postslider .slider-holder {
		width: 100%;
	}

	.blockmodule.w4_postslider .puff .w4_postslider .puff {
		height: 440px;
	}	
	
	.w4_postslider .puff {
		height: 400px;
	}	

	.paddingtop {
		padding-top: 150px;
	}

	.entry-content .alignright, .entry-content .alignleft{
		max-width: 340px;
		margin-bottom: 40px;
	}
	.entry-content .alignright{
		margin-left: 30px;
	}
	.entry-content .alignleft{
		margin-right: 30px;
	}


	.gridholder{
		width: 984px;
	}
	.gridholder.morewide{
		width: 1004px;
	}


}



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

	.gridholder{
		width: 1000px;
	}
	.gridholder.morewide{
		width: 1020px;
	}

}

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

}

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

	.gridholder{
		width: 1040px;
	}
	.gridholder.morewide{
		width: 1060px;
	}


}

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



	.gridholder{
		width: 1070px;
	}
	.gridholder.morewide{
		width: 1090px;
	}


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



}


@media screen and (min-width: 1218px) {
	
	article .entry-content figcaption{
		font-size: 16px;
		line-height: 18px;
		bottom: -10px;
		right: -10px;
		padding: 16px 20px 12px;
	}
	
	article .imgholder .imgdescription {
		font-size: 16px;
		line-height: 18px;
		bottom: -10px;
		right: -10px;
		padding: 16px 20px 12px;
	}

	#header .language-chooser li.btn, #header .superwide .menu li.btn{
		display: inline-block;
	}
	
	.topsplash .holder .logo {
	    width: 360px;
	    height: 360px;
	}
	
	
	.showsearch{
		padding-left: 30px;
		padding-right: 30px;		
	}
	
	.showmenubtn{
		padding-left: 20px;
		padding-right: 20px;	
		padding-top: 20px;
		padding-bottom: 20px;	
	}

	
	.gridholder{
		width: 1180px;
	}
	.gridholder.morewide{
		width: 1180px;
	}

}

@media screen and (min-width: 1292px) {
	.w4_postslider .slider-holder {
		width: 1240px;
	}

	.blockmodule.w4_postslider .puff .w4_postslider .puff {
		height: 470px;
	}	
	
	.w4_postslider .puff {
		height: 430px;
	}	
}


@media screen and (min-width: 1300px) {
	
	article .imgholder .miljotidningen{
		width: 170px;
		height: 170px;
		right: -100px;
		top: -100px;
	}
	
	article .wpcf7{
		margin-left: 80px;
		margin-right: 80px;
		padding-left: 120px;
		padding-right: 120px;
	}
	
	#footer .scroll-up {
		position: relative;
		right: 0px;
		left: unset;
		bottom: -15px;	
	}
	
	#header.scrolldown .logo {
		top: -40px;
		height: 100px;
		width: 263px;
	}
	
	#header.scrolldown{
		height: 80px;
		padding-top: 40px;
	}
	
	.inlpuff.product .content .title {
		font-size: 22px;
		line-height: 26px;
	}
	
	.inlpuff.product .content .gap {
		padding: 30px 40px;
	}
	
	.inlpuff.product .bg-holder {
		height: 290px;
	}
	
	.posts_module .presspuff .date {
		font-size: 20px;
		line-height: 22px;
	}
	
	.posts_module .presspuff .title {
		font-size: 28px;
		line-height: 36px;
	}
	
	.container.archive_standard.w4_postslider .container .puff {
		height: 500px;
	}
	
	.calender_grid .calender_puff {
		min-height: 230px;
		width: 25%;
	}
	
	.calender_grid .flex {
		gap: 30px;	
	}
	
	.calender_grid .calender_puff .title {
		font-size: 26px;
		line-height: 30px;
	}
	
	.blockmodule.w4_postslider .puff .text-wrapper .title {
		font-size: 34px;
		line-height: 38px;
	}
	
	.blockmodule .post-container {
		gap: 60px;
	}
	
	.blockmodule .topcontent h2 .flarp {
		font-size: 22px;
		line-height: 24px;
		padding: 18px 35px 12px;
	}
	
	.posts_module .post-title,
	.calender_grid h2,
	.blockmodule .topcontent h2 {
		font-size: 140px;
		line-height: 160px;
	}
	
	.splash-margins {
		margin-top: 140px;
		margin-bottom: 100px;
	}
	
	.inlpuff.splash.vytyp-helbred .content .title {
		font-size: 80px;
		line-height: 90px;
	}
	
	.inlpuff.splash.vytyp-lagbild {
		min-height: 450px;
	}
	
	.inlpuff.splash {
		min-height: 690px;
	}
	
	.inlpuff.splash.vytyp-helbred {
		min-height: 690px;
	}
	
	.inlpuff.splash .content .title {
		font-size: 50px;
		line-height: 60px;
	}
	
	.our_partners .partner {
		margin: 20px 20px;
	}
	
	.our_partners .partner .country {
		font-size: 40px;
		line-height: 50px;
	}
	
	.our_partners .partner .name {
		font-size: 70px;
		line-height: 80px;
	}
	
	article .large-title {
		font-size: 70px;
		line-height: 80px;
	}

	.topsplash .text {
		font-size: 90px;
		line-height: 90px;
	}

	#header .logo {
	    height: 100px;
		top: -40px;
		width: 300px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.single .imgholder.background {
		height: 420px;	
	}
	
	.single.single-min-utopi .imgholder.background {
		height: 400px;	
	}
	
	.archive .imgholder.background,
	.page .imgholder.background{
		height: 300px;
	}

	.paddingtop {
		padding-top: 180px;
	}

    .gridholder.evenmorewide{
        width: 1280px;
    }
      .gridholder.superwide {
	    width: 1280px;
	 }

}

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

}

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

@media screen and (min-width: 1460px) {
	
	#text-path {
		font-size: 36px;
	}
	

	
	.topsplash .holder {
		margin: 30px 0px 0px;
	}
	
	.calender_grid .calender_puff .title {
		font-size: 28px;
		line-height: 32px;
	}
	
	.posts_module .post-title,
	.calender_grid h2,
	.blockmodule .topcontent h2 {
		font-size: 160px;
		line-height: 180px;
	}
	
	.gridholder{
		width: 1370px;
	}

	.topsplash .yellow-badge {
	    width: 360px;
	    height: 360px;
	    bottom: -50px;
	    right: 0;
	}
	
	.topsplash .text {
		font-size: 100px;
		line-height: 100px;
	}

	.gridholder.wider {
	    width: 1410px;
	}
	
	.topsplash .holder .logo {
		right: -150px;
	}

	.wave-module {
		height: 650px;
	}
	
	.topsplash .text h1 {
		font-size: 100px;
		line-height: 100px;
	}
	
	.container.archive_standard.four-cols.w4_postslider .container {
	    grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
	.container.archive_standard.four-cols.w4_postslider .container .puff {
		height: 380px;
	}

	.w4_postslider .slider-holder .swiper-nav-container {
    	left: -80px;
	}

	.w4_postsplit .puff .text-wrapper .title {
		font-size: 42px;
		line-height: 52px;
	}
	
	.w4_postsplit .puff .text-wrapper .inspadd {
		padding: 0px 80px;
	}

    .gridholder.superwide {
	    width: 1400px;
	 }

	.w4_postsplit .puff .image-holder {
		height: 690px;
	}

	.w4_postslider {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.w4_postslider .slider-holder {
		width: 1340px;
	}

	.blockmodule.w4_postslider .puff .w4_postslider .puff {
		height: 500px;
	}	
	
	.w4_postslider .puff {
		height: 460px;
	}	
}
@media screen and (min-width: 1500px) {

}

@media screen and (min-width: 1550px) {
	
	
	#header .positionrelative{
		margin-left: 80px;
		margin-right: 100px;
	}
	
	.w4_postslider .slider-holder {
		width: 1500px;
	}

	.blockmodule.w4_postslider .puff .w4_postslider .puff {
	    height: 530px;
	}	
	
	.w4_postslider .puff {
		height: 490px;
	}	
	
	.gridholder.superwide {
		width: 1450px;
	}
}

@media screen and (min-width: 1640px) {
	
	.pinterest_grid {
		grid-template-columns: repeat(6, 1fr); /* Fixed 6 columns */
	}
	
	.posts_module .post-title,
	.calender_grid h2,
	.blockmodule .topcontent h2 {
		font-size: 180px;
		line-height: 190px;
	}
	
	.w4_postslider .slider-holder .swiper-container {
		margin-left: 0%;
	}

	.w4_postslider .rotated-title {
		left: -80px;
		width: 630px;
		font-size: 24px;
	}

	.gridholder.superwide {
		width: 1550px;
	}
}

@media screen and (min-width: 1880px) {
	
	.utopi_puff.kvadratisk {
		grid-row-end: span 22; /* Adjust based on desired height */
	}
	.utopi_puff.staende {
		grid-row-end: span 30; /* Adjust based on desired height */
	}
	
	article .imgholder{
		height: 720px;
	}
	
	.topsplash .text {
		font-size: 120px;
		line-height: 120px;
	}
	
	.topsplash {
		min-height: 1150px;
	}
	
	.topsplash .holder {
		margin: 130px 0px 0px;
	}
	
	#header.scrolldown{
		height: 100px;
		padding-top: 50px;
	}
	
	article .large-title {
		font-size: 80px;
		line-height: 90px;
	}
	
	body.page article{ 
		padding-top: 20px;
	}
	
	#header .language-chooser li, #header .superwide .menu li{
		padding: 0px 15px;
		font-size: 20px;
	}
	
	.archive .imgholder.background,
	.page .imgholder.background{
		height: 400px;
	}
	
	#header{
		height: 230px;
	}
	
	#header .logo {
		height: 130px;
		top: -50px;
		width: 390px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.wave-module {
		height: 850px;
	}

	.w4_postslider .slider-holder .swiper-nav-container {
    	left: -200px;
	}
	.gridholder.superwide {
		width: 1760px;
	}

	.w4_postslider .slider-holder {
		width: 1720px;
	}
	.paddingtop {
		padding-top: 200px;
	}

	#footer .footerlogo {
	}
	#footer .adress{
		font-size: 38px;
		line-height: 50px;
	}
	#footer .socialmenu{
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 2150px) {
	.w4_postslider .slider-holder {
		width: 2000px;
	}
	
	.utopi_puff.kvadratisk {
		grid-row-end: span 27; /* Adjust based on desired height */
	}
	.utopi_puff.staende {
		grid-row-end: span 37; /* Adjust based on desired height */
	}
}

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

}

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

@media print {

}
