/*--------------------------------------------------------------
# WP admin bar margin to padding
--------------------------------------------------------------*/

body.admin-bar { padding-top: 32px !important; }
* html body.admin-bar { padding-top: 32px !important; }
@media screen and ( max-width: 782px ) {
	body.admin-bar { padding-top: 46px !important; }
	* html body.admin-bar { padding-top: 46px !important; }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
	margin: 0;
}
.noscroll{
	overflow: hidden;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

.woo-search input {
	-webkit-appearance: none;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2.2em;
	margin: 0.67em 0;
	/*text-transform: uppercase;*/
	color: #000;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html,
body,
button,
input,
select,
textarea {
	color: #222;
	font-family: "Open Sans", sans-serif;
	font-size: 1vw;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Open Sans", sans-serif;
	font-weight:400;
}
h1{
	margin-top: 0;
	font-size: 2.2em;
	font-weight: bold;
}
h2{
	font-size: 1.3vw;
}
h3{
	font-size: 1.3vw;
}
h4{
	font-size: 1.2vw;
}
h5{
	font-size: 1.1vw;
}
h6{
	font-size: 1vw;
}
h1 span.ekstra-tekst{
	font-weight:200;
	text-transform: none;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f5f5f5;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #e6e6e6; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-color: #ccc #ccc #bbb;
	border-radius: 0;
	background: #2C3F46;
	color: #fff;
	font-size: 12px;
	font-size: 0.75em;
	line-height: 1;
	box-shadow: none;
	padding: .6em 1em;
	font-size: 0.8em;
	line-height: 1.5;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: none;
	background:#222;
	box-shadow: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: .6em 0.6em;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #222;
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color: #222;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	margin: 30px 0 0 0;
	display: block;
	float: right;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#primary-menu {
	display: flex;
}

.main-navigation li {
	/*position: relative;*/
	display: inline-block;
	margin: 0;
	/*float: left;*/
}
.main-navigation li ul {
	display: none !important;
}

#primary-menu > li {
	/* width: 100%; */
	/*width: 14.5%;*/
	flex-grow: 1;
}
#primary-menu > li > a {
	color: #fff;
	text-align: center;
}
#primary-menu > li:not(.current-menu-item):not(.current-sublevel) > a {
	border-right: 1px solid #fff;
}
#primary-menu > li:not(:last-of-type):not(.current-sublevel) > a {
	border-right: 1px solid #fff;
}
#primary-menu > li.menu-item-shop.current-sublevel > a {
	border-right: none !important;
}
@media only screen and (min-width: 1200px) {
	#primary-menu > li.menu-item-shop:hover > a {
		border-right: none !important;
	}
}

.main-navigation a {
	display: block;
	text-decoration: none;
	/*padding: 15px 55px 17px;*/
	padding: 1vw 0;
	/*font-size: .6rem;*/
	color: #676767;
	letter-spacing: .5px;
	font-family: "Open Sans", sans-serif;
}

.main-navigation ul ul {
	display: none;
	position: absolute;
	/*top: 100%;*/
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	/*box-shadow: 0 0px 13px -6px rgba(0, 0, 0, 0.5);*/
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	width: 215px;
	padding: 10px 22px;
	font-size: 1em;
	text-transform: none;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	/*background: #f5f5f5;*/
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	/*background:#f5f5f5;*/
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul li.current-menu-item > ul {
	display: block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-sublevel > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
#primary-menu > li.focus > a {
	background: #fff !important;
	color: #000 !important;
}
@media only screen and (min-width: 1200px) {
	#primary-menu > li:hover > a {
		background: #fff !important;
		color: #000 !important;
	}
}

/* Small menu. */

.menu-navigation {
	display: none;
}

.main-navigation.toggled ul#primary-menu {
	display: block;
}
.menu-toggle{
	display: none;
}
button.menu-toggle{
	top: 40px;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	overflow: hidden;
}

span.widget-title {
	font-weight:500;
	letter-spacing: 0px;
	font-size: 1.3em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	padding: 0;
	background: #333333;
	border-bottom: .2vw solid #bbb;
	z-index: 1000;
}
.admin-bar header#masthead {
	top: 32px;
}

.site-branding #logo {
	padding:20px 0;
}
#logo img{
	width: 100%;
	height: auto;
}

.site-branding #logo,
.site-branding #logo a{
	display: block;
	/*float:left;*/
}

#logo a{
	line-height: 0 !Important;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


#content, footer.site-footer .site-info, .section{
	/*max-width:1140px;*/
	margin:0 auto;
}

#content {
	padding: 0 1vw;
}
body.home #content,
body.page-template-page-frontpage-template #content,
.page-template-page-grid #content {
	padding: 0;
}

#primary {
	/*width: 850px;*/
	margin: 1vw 0;
	overflow: hidden;
}
.home #primary,
.page-template-page-frontpage-template #primary,
.page-template-page-grid #primary {
	margin: 0;
	padding: 1%;
}

#primary.sidebar-disabled {
	width:100% !important;
}

.section-wrap {
	padding: 50px 0;
}

header .section-wrap {
	padding: 2px 0;
}
header .section-wrap p {
	margin: 0px;
}


/*--------------------------------------------------------------
# Sektions design
--------------------------------------------------------------*/
.stom-billede-sektion{
	padding: 0;
}
.stom-billede-sektion .stom-picture {
	position: absolute;
	width: 50%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.stom-billede-sektion.not-fullwidth .stom-picture {
	position: static;
}
.stom-billede-sektion.picture-right.not-fullwidth .stom-picture {
	float: right;
}
.stom-billede-sektion .stom-picture img{
	visibility: hidden;
}
.stom-billede-sektion.picture-left .stom-cols-6{
	float: right;
	margin-right: 0px;
	position: relative;
}
.stom-billede-sektion .stom-cols-6{
	display: table;
	width: 47%;
}
.stom-billede-sektion .stom-center-box {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.stom-billede-sektion{
		padding: 20px 0;
	}
	.stom-billede-sektion .stom-picture{
		position: relative;
		width: 100%;
		float: left;
		background-position: center center;
		height: auto !important;

	}
	.stom-billede-sektion .stom-cols-6{
		height: auto !important;
	}
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

footer.site-footer {
	background:#f5f5f5;
	padding: 1.8% .7%;
	padding: 0;
	font-size: 0.9em;
}

footer.site-footer .site-info {
	overflow:auto;

}

footer.site-footer .site-info .copyright{
	padding: 3px 0;
	font-size: 11px;
	text-align: right;
}
footer.site-footer .site-info div > span > span:after{
	content: " | ";
}
footer.site-footer .site-info div > span > span:last-child:after{
	content: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* SINGLE POST NAVIGATION */

.post-navigation .nav-links .nav-previous a, .post-navigation .nav-links .nav-next a {
    text-decoration: none;
    font-style: italic;
}

.comment-navigation .nav-previous:before,
.posts-navigation .nav-previous:before,
.post-navigation .nav-previous:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    float: left;
    margin-right: 6px;
}
.comment-navigation .nav-next:after,
.posts-navigation .nav-next:after,
.post-navigation .nav-next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    float: right;
    margin-left: 6px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

aside {
	width: 260px;
	float:right;
	margin-top:60px;
}

aside section {
	padding: 1.5rem;
	background: #fff;
	outline: 1px solid #eee;
}

aside section ul {
	margin: 0;
	padding:0;
}

aside section ul li a {
	text-decoration: none;
	font-weight:400;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#comments.comments-area h2.comments-title {
    font-size: 1.5em;
}

ol.comment-list {
    list-style-type:none;
    margin:0;
    padding:0;
}

ol.comment-list li.comment {
    background:#fff;
    margin: 0 0 15px;
    padding:10px;
    border:solid 1px #c3c0ab;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery figure{
	margin: 0;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## KONTAKTSIDE
--------------------------------------------------------------*/


#kontaktside h2 {
	text-transform: uppercase;
	text-align:center;
}
/* KONTAKTFORMULAR - KONTAKTSIDEN */


#kontaktside form#kontakt {
	width:450px;
	margin:0 auto;

}

/* ALLE KONTAKTFORMULARER */

form#kontakt .stom-felt {
	margin-bottom:7px;
}

form#kontakt .stom-felt input {
	border-radius:0px;
}

form#kontakt .stom-felt textarea {
	height:140px;
}

form#kontakt .stom-felt textarea, form#kontakt .stom-felt input {
	width: 100%;
	border-radius:0px;
	padding:5px 10px;
	max-width: 450px;
	font-size:12px;
}





/*--------------------------------------------------------------
## GRID SYSTEMET
--------------------------------------------------------------*/

.stom-cols-1, .stom-cols-2, .stom-cols-3, .stom-cols-4, .stom-cols-5, .stom-cols-6, .stom-cols-7, .stom-cols-8, .stom-cols-9, .stom-cols-10, .stom-cols-11 {
	float: left;
	margin: 0 2% 0 0;
}

.stom-cols-12 {	clear: both; }
.stom-cols-11 { width: 91.5%; }
.stom-cols-10 { width: 83%; }
.stom-cols-9 { width: 74.5%; }
.stom-cols-8 { width: 66%; }
.stom-cols-7 { width: 57.5%; }
.stom-cols-6 { width: 49%; }
.stom-cols-5 { width: 40.5%; }
.stom-cols-4 { width: 32%; }
.stom-cols-3 { width: 23.5%; }
.stom-cols-2 { width: 15%; }
.stom-cols-1 { width: 6.5%; }

.last {
	margin-right: 0 !important;
}

/*--------------------------------------------------
			SLIDER
---------------------------------------------------*/

.slider-tekst {
	position:absolute;
	left:30px;
	width:400px;
	bottom:30px;
	font-size:1.6em;
}

.slider-tekst p {
	margin:0;
}

.slider-tekst p.slide-title {
	font-size:2.2em;
}
.slider-tekst p.slide-desc {}

.rsUni .rsBullets {
	bottom:30px;
}

.rsUni .rsBullet span {
	background:#fff !important;
}

.rsUni .rsBullet.rsNavSelected span {
	background:#77a464 !important;
}

/*--------------------------------------------------
			TABS
---------------------------------------------------*/
.stom-tabs .tabs-wrapper {
	background:#fff;
	padding: 21px;
	position: relative;
	border: 2px solid #c3c0ab;
}

.stom-tabs .tabs-header {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	overflow: hidden;
	margin-bottom: -2px;
}
.stom-tabs .tabs-header li {
	float: left;
	margin: 0 4px 0 0;
}
.stom-tabs .tabs-header li a {
	display: block;
	background: #fff;
	border: 1px solid rgba(195, 192, 171, 0.38);
	padding: 10px 31px;
	color: #222;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight:600;
}
.stom-tabs .tabs-header li a:hover {
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #ccc;
}
.stom-tabs .tabs-header li.active a{
	background: #FFF;
	border: 2px solid #c3c0ab;
	border-bottom: none;
	color: #333;
	position: relative;
	z-index: 9;
	
}
.stom-tabs .tabs-wrapper .tabs-content {
	display: none;
	padding: 0;
}
.stom-tabs .tabs-wrapper .tabs-content h2 {
	display: block;
    margin: 0 0 10px;
    font-weight: 600;
    color: #222;
    font-size: 31px;
}
.stom-tabs .tabs-wrapper .content-order-0 {
	display: block;
}

/*--------------------------------------------------
			Forside bokse
---------------------------------------------------*/

.home .wp-caption {
	float: left;
	position: relative;
	margin: 0 2% 0 0;
	width: 32% !important;
}

.home .wp-caption img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.home .wp-caption:last-child {
	margin-right: 0;
}

.home .wp-caption.last {
	margin-right: 0;
}

.home .wp-caption a {
	position: relative;
	display: block;
}

.home .wp-caption p a {
	position: absolute;
	padding: 15px 10.1%;
	background: #6D5B56;
	background: rgba(109, 91, 86, 0.8);
	color: #FFF;
	z-index: 1;
	font-weight: bold;
	font-size: 16px;
	bottom: 0px;
	width: 80%;
}

/* Typekit fix */
.wf-loading {
	visibility: hidden;
}

/* BLOG */

h2.entry-title {
	font-size:2em;
}

h2.entry-title a {
	text-decoration: none;
}
span.posted-on {
	font-size:0.9em;
}

/*
 * jQuery Popup START
 */
.stom-popup{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	z-index:1500;
}
.popup-content{
	margin: 100px auto;
	width: 960px;
	position: relative;
	background:#fff;
	padding:15px 35px;
	border-radius:10px;
	max-height: 70%;
	overflow: auto;
}
.popup-exit{
	position:fixed;
	right: 50%;
	top:20px;
	z-index: 10;
}
.popup-exit .fa{
	font-size: 35px;
	padding: 10px;
	color: #fff;
	cursor:pointer;
	width: auto;
	height: auto;
	text-align: right;
}
/*
 * jQuery Popup END
 */










/* ---------------- NEW - stom_posts ---------------- */
 .stom-posts .stom-post-wrapper {
    overflow: hidden;
    clear: both;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #eee;
    position: relative;
}
.stom-posts .stom-post-wrapper.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.stom-posts .stom-post-thumb {
    float: left;
    margin-right: 10px;
}
.stom-posts .stom-post-thumb img {
    display: block;
}
.stom-posts .stom-post-title {
    font-size: 0.8rem;
    font-weight: 600;
}
.stom-posts .stom-post-link span {
	position: absolute; 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

/* ------------- *\
 * Tekst Overlay *
\* ------------- */

.st-text-overlay {
    position:relative; /*MIS*/
}
.st-text-overlay p,
.st-text-overlay p img {
    margin: 0; /*MIS*/
    padding: 0; /*MIS*/
    text-align: center; /*MIS*/
    font-size: 1rem;  /*MIS*/
}

.st-text-overlay p strong {
    text-align: center; /*MIS*/
	display: block; /*MIS*/
    font-size: 1.6rem;
    line-height: 1;   
    clear: both;
}

.st-text-overlay p:first-child {
    line-height: 0;
    background: #333; /*Hvis billedet ikke loader skal baggrunden ikke være hvid*/
}
.st-text-overlay a {
    color: #fff;
}

.st-text-overlay p:first-child:after {
    content:''; /*MIS*/
    position: absolute; /*MIS*/
    top: 0; /*MIS*/
    left: 0; /*MIS*/
    width: 100%; /*MIS*/
    height: 100%; /*MIS*/
	pointer-events: none; /*MIS*/
    background: black; /*Kan evt udskiftes med en CSS gradient*/
    opacity: 0.3;
    transition: opacity 0.5s;  
}

.st-text-overlay:hover p:first-child:after {
    opacity: 0;   
}

.st-text-overlay p:last-child {
    position: absolute; /*MIS*/
    margin: auto; /*MIS*/
	width:100%; /*MIS*/
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    font-weight: bold;
}

.stom-slider-image-content {
    position: relative;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.stom-slider-text-content {
    position: absolute;
    bottom: 22px;
    padding: 4px;
    width: 100%;
}

/* ----------------- *\
 * Tekst Overlay End *
\* ----------------- */

/* --------------------- *\
 * WOOCOMMERCE DROP DOWN *
\* --------------------- */
.cat-parent ul{
    display: none;
}
.cat-parent {position:relative;}
.cat-parent:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4b6b80;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
}

.cat-parent-open {
	position:relative;
}
.cat-parent-open:after,
.current-cat.cat-parent:after,
.current-cat.cat-parent .cat-parent:after {
    content: "\f106";
}
.current-cat.cat-parent.cat-parent-open:after,
.current-cat.cat-parent .cat-parent.cat-parent-open:after {
    content: "\f107";
}

.current-cat.cat-parent ul {display:block;}
.current-cat-parent ul{display:block;}

ul.children .current-cat {display:block;}
/* --------------------- *\
 * WOOCOMMERCE DROP DOWN END *
\* --------------------- */


/* --------------------- *\
     * MODAL POPUPS *
\* --------------------- */
.modal-content{
	display:none!important;
}
.st-modal-overlay-outer.from-left {
	transform:translate(-100%,0);
	transition:all 0.5s;
}
.st-modal-overlay-outer.from-top{
	transform:translate(0,-100%);
	transition:all 0.5s;
}
.st-modal-overlay-outer.from-right{
	transform:translate(100%,0);
	transition:all 0.5s;
}
.st-modal-overlay-outer.from-bottom{
	transform:translate(0,100%);
	transition:all 0.5s;
}
.st-modal-overlay-outer{
    display: none;
    position:fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background: rgba(256,256,256,0.95);
	opacity:0;
	transition:all 0.5s;
}
.st-modal-overlay-outer.st-modal-opaque{
	opacity:1;
	transform:translate(0,0);
	transition:all 0.5s;
}
.st-modal-overlay-inner{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.st-modal-overlay-content{
    display:inline-block;
    background:#fbfbfb;
	border:1px solid #eee;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.3);
    padding: 1rem;
    position:relative;
}
.st-modal-string {
    min-height: 310px;
    min-width: 310px;
}
.st-modal-string iframe {
    min-height: 310px;
    min-width: 310px;
}
.st-modal-close-btn{
    position: absolute;
    right: -1px;
    top: -1px;
    padding: 8px 10px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}
button#st-modal-close-btn:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    font-size: 20px;
    line-height: 1;
}
/* --------------------- *\
   * MODAL POPUPS END *
\* --------------------- */












.custom-facebook-breakline + span {
	display: block;
}


/* ---------- *\
 * NEW HEADER *
\* ---------- */

/* Top-bar */
header .top-bar {
	padding: 10px 0;
	font-size: 14px;
}
.top-bar .top-bar-left {
	float: left;
}
.top-bar .top-bar-right {
	float: right;
}
.top-bar a {
	margin-left: 5px;
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
.top-bar .top-bar-left {
	margin-right: 30px;
}
.top-bar strong {
	margin-left: 5px;
}
.top-bar .fa-phone {
	font-size: 13px;
}
.top-bar .fa-envelope {
	font-size: 13px;
}


/* New General styling */
#page.header-absolute {
    position: relative;
}

.header-absolute #masthead {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: transparent;
	border: none;
	z-index: 50;
}

.header-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	/*line-height: 0;
	font-size: 0;*/
}
.header-wrapper > * {
	/*display: table-cell;
	font-size: 14px;
	line-height: 1.5;
	vertical-align: middle;*/
}

.header-wrapper .header-top-level {
	display: flex;
	align-items: center;
	padding: 0 .7%;
}

.site-branding {
	/*width: 230px;*/
	/*display: inline-block;*/
	align-self: stretch;
}
.site-branding #logo {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
}
.site-branding #logo a {
	display: table-cell;
	height: 100%;
	padding: .7vw .3vw .2vw 0;
	vertical-align: middle;
}

.burger-menu-wrapper {
	display: none;
}
.header-wrapper #primary-menu:after {
	content: '';
	display: table;
	clear: both;
}
.nav-wrap {
	margin: 25px 0 0 0;
    float: right;
    clear: right;
}

.main-navigation {
	display: block;
	margin: 0;
    float: none;
}

.menu-container {
	/*display: inline-block;*/
	/*vertical-align: middle;*/
}

.socials-wrapper {
	display: inline-block;
}
.header-wrapper .socials-wrapper.placement-menu {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}
.header-wrapper .socials-wrapper.placement-right {
	position: absolute;
	top: 10px;
	right: 15px;
}
.header-wrapper .socials-wrapper.placement-right.woo-icons-activate {
	right: 175px;
}
header .section-wrap .socials-wrapper a{
	color: #fff;
}
.socials-wrapper a {
	display: block;
    padding: 5px;
    float: left;
    color: #222;
    text-decoration: none;
    line-height: 0;
}
.socials-wrapper .fab {
	font-size: 18px;
}



/* 
   Socials hover effect
   - Approved by Fischer
*/
.stom-social-shortcode .fab {
	transition: color .3s;
}
a.stom-social-shortcode:hover .fa-facebook,
a.stom-social-shortcode:hover .fa-facebook-f,
a.stom-social-shortcode:hover .fa-facebook-square {
	color: #3b5998;
}
a.stom-social-shortcode:hover .fa-twitter,
a.stom-social-shortcode:hover .fa-twitter-square {
	color: #00aced;
}
a.stom-social-shortcode:hover .fa-instagram {
	color: #bc2a8d;
}
a.stom-social-shortcode:hover .fa-linkedin,
a.stom-social-shortcode:hover .fa-linkedin-in {
	color: #0077b5;
}
a.stom-social-shortcode:hover .fa-youtube,
a.stom-social-shortcode:hover .fa-youtube-square {
	color: #f00;
}
/* END Socials hover effect */



/* New setup #1 (basic) */
.style-header-1 .nav-wrap {
	/* max-width: calc( 100% - 175px ); */
}
.style-header-1 .socials-wrapper.placement-right ~ .nav-wrap,
.style-header-1 #woo-icons + .nav-wrap {
	margin-top: 65px;
}


/* New setup #2 */
.style-header-2 .socials-wrapper.placement-right.woo-icons-activate {
	top: 70px;
	right: 10px;
}
.style-header-2 .site-branding {
	display: block;
	text-align: center;
}
.style-header-2 #logo {
	display: table;
    margin: 0 auto;
    padding: 10px 0;
    float: none;
}
.style-header-2 #logo a {
    float: none;
}
.style-header-2 #logo img {
	display: block;
}
.style-header-2 .nav-wrap {
	display: block;
    margin: 15px auto 0;
    float: none;
    font-size: 0;
    text-align: center;
}
.style-header-2 #site-navigation {
	display: inline-block;
	float: none;
	font-size: 14px;
}
.style-header-2 #primary-menu {
	text-align: left;
}


/* New setup #3 */
.style-header-3 .site-branding {
	display: inline-block;
}
.style-header-3 .nav-wrap {
	margin-top: 15px;
	float: none;
}


/* New setup #4 */
.style-header-4 .site-branding {
	position: relative;
	margin-top: 10px;
    z-index: 5;
}
.style-header-4 #logo {
	position: absolute;
	top: 0;
	left: 0;
    padding: 0;
    float: none;
}
.style-header-4 .nav-wrap {
	margin: 10px 0 10px 175px;
}
.style-header-4 #woo-icons + .nav-wrap {
	margin-top: 75px;
}
.style-header-4 .socials-wrapper.placement-right ~ .nav-wrap {
	margin-top: 65px;
}



/*** Responsive ***/
@media screen and (max-width: 767px) {
	.style-header-1 .nav-wrap {
		max-width: 100%;
	}
	.style-header-4 .nav-wrap {
		margin-left: 0;
	}

	.burger-menu-wrapper {
		display: block;
	}

	.style-header-2 nav#site-navigation.main-navigation button.menu-toggle {
		padding: 11px;
	}
	.style-header-3 nav#site-navigation.main-navigation button.menu-toggle {
		padding: 11px 11px 11px 0;
	}
	.style-header-3 nav#site-navigation.main-navigation button.menu-toggle {
		float: left;
	}

	.style-header-3 .socials-wrapper.placement-menu {
		margin: 13px 0 0 30px;
	}
	.socials-wrapper .fa {
	    font-size: 20px;
	}
	.socials-wrapper a {
		padding: 5px;
	}
	.header-wrapper .socials-wrapper a:not(:last-of-type) {
		margin-right: 10px;
	}

	#site-navigation .menu-container #close-menu {
		position: relative;
		margin: 2vw;
	    padding: 3vw;
	    color: #fff;
	    font-weight: normal;
	    background-color: #333;
	    border-radius: 50%;
	    cursor: pointer;
	}
	#site-navigation .menu-container #close-menu:before,
	#site-navigation .menu-container #close-menu:after {
		content: '';
	    position: absolute;
	    top: 50%;
	    left: 51%;
	    width: 1px;
	    height: 60%;
	    transform: translate(-50%, -50%) rotate(45deg);
	    background-color: #fff;
	}
	#site-navigation .menu-container #close-menu:after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
}

/* -------------- *\
 * NEW HEADER END *
\* -------------- */





/* --------------- *\
 * NEW FORM DESIGN *
\* --------------- */

/* Resets & fejlbeskeder */
body > .ui-datepicker {
	display: none;
}

#secondary .gform_widget {
	overflow: visible;
}
.gform_anchor {
	margin-top: -80px;
	padding-bottom: 80px; 
	display: block; 
}

#page .gform_wrapper ul.gform_fields li.gfield {
	margin: 10px 0 0;
}
#page .gform_wrapper .top_label li.gfield.gf_left_half {
	padding-right: 8px;
}
#page .gform_wrapper .top_label li.gfield.gf_right_half {
	padding-left: 8px;
}
#page .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#page .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin: 0;
}
#page .gform_wrapper .top_label li ul.gfield_checkbox,
#page .gform_wrapper .top_label li ul.gfield_radio,
#page .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
#page .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
#page .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
	width: 100%;
}
#page .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
	padding: 0;
}

#page .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error {
	max-width: 100% !important;
	margin: 10px 0 0 !important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	width: 100% !important;
}
#page .gform_wrapper ul.gform_fields li.gfield,
#page .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error {
	background-color: transparent;
	border: none; 
}
#page .gform_wrapper li.gfield.gfield_error .ginput_container {
	position: relative;
}
#page .gform_wrapper li.gfield.gfield_error .gfield_description.validation_message {
	position: absolute;
	bottom: calc(100% + 3px);
	left: 0;
	width: auto;
	padding: 2px 5px;
	background-color: #febfb6;
	border: 1px solid #ffa294;
	color: #cd3437;
	border-radius: 2px;
	font-size: .9em;
	text-align: center;
	line-height: 1.5;
	cursor: default;
	z-index: 50;
}
#page .gform_wrapper li.gfield.gfield_error .gfield_description.validation_message:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 5%;
	width: 0;
	height: 0;
	border-top: 4px solid #ffaeae;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
#page .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}
#page .gform_wrapper .top_label div.ginput_container.ginput_container_textarea {
	line-height: 0;
}
#page .gform_wrapper .top_label div.ginput_container_date input {
	width: calc(100% - 25px);
}

#page .gform_wrapper div.validation_error {
	display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    margin: 0;
    padding: 8px 15px;
    font-size: 1.5em;
    color: #fff;
    border: none;
    background-color: rgba(199, 66, 66, 0.9);
    cursor: pointer;
    z-index: 250;
}
/* Cookie besked support */
#cookie_box[style*="display:none"] ~ #page .gform_wrapper div.validation_error,
#cookie_box[style*="display: none"] ~ #page .gform_wrapper div.validation_error {
	bottom: 0 !important;
}
#page .gform_wrapper div.validation_error .fa {
	margin-right: 15px;
	font-size: 1.8em;
}
#page .gform_wrapper div.validation_error * {
	vertical-align: middle;
}

#page .gform_wrapper .gform_footer {
	margin-top: 10px;
	padding: 0;
}

#page .gform_wrapper.gf_browser_chrome .gfield_error input[type=email],
#page .gform_wrapper.gf_browser_chrome .gfield_error input[type=number],
#page .gform_wrapper.gf_browser_chrome .gfield_error input[type=password],
#page .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel],
#page .gform_wrapper.gf_browser_chrome .gfield_error input[type=text],
#page .gform_wrapper.gf_browser_chrome .gfield_error input[type=url],
#page .gform_wrapper.gf_browser_chrome .gfield_error select,
#page .gform_wrapper.gf_browser_chrome .gfield_error textarea,
#page .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
	margin-bottom: 0;
}



/*** FORM DESIGNS ***/

/* Generelt */
#page .gform_wrapper,
#page .gform_confirmation_wrapper {
	margin: 0;
	padding: 30px 0;
}
#page .gform_wrapper form {
	position: relative;
}

#page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	min-height: 0;
	padding: 5px 8px;
	line-height: 1.5;
}
#page .gform_wrapper .gfield select {
	padding: 6px 5px;
}
#page .gform_wrapper .gfield_required {
	color: #b20000;
}
#page .gform_wrapper .gform_footer input[type=submit]:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	margin: 0;
	padding: 5px 50px;
	font-weight: bold;
	background-color: #0a3266;
}


/* Minimal */
#page .stomform-minimal .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#page .stomform-minimal .gfield textarea,
#page .stomform-minimal .gform_wrapper .gfield select,
#page .stomform-minimal .gform_footer input[type=submit] {
	border: none;
}
#page .stomform-minimal .gform_wrapper .gfield select {
	padding: 5px;
	border: none;
}
#page .stomform-minimal .gform_wrapper .gform_footer input[type=submit] {
	color: #222;
	background-color: #fff;
}


/* Transparent */
#page .stomform-ghost .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#page .stomform-ghost .gform_wrapper .gfield textarea,
#page .stomform-ghost .gform_wrapper .gfield select,
#page .stomform-ghost .gform_wrapper .gform_footer input[type=submit] {
	color: #222;
	background-color: rgba(255, 255, 255, .5);
	border: none;
	transition: background .3s;
}
#page .stomform-ghost .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
#page .stomform-ghost .gform_wrapper .gfield textarea:focus,
#page .stomform-ghost .gform_wrapper .gfield select:focus,
#page .stomform-ghost .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #fff;
}
#page .stomform-ghost .gform_wrapper .gfield select {
	padding: 5px;
	border: none;
}

#page .stomform-ghost .gform_wrapper .gfield *::-webkit-input-placeholder {
	color: #222;
	font-style: italic;
}
#page .stomform-ghost .gform_wrapper .gfield *::-moz-placeholder {
	color: #222;
	font-style: italic;
}
#page .stomform-ghost .gform_wrapper .gfield *:-ms-input-placeholder {
	color: #222;
	font-style: italic;
}
#page .stomform-ghost .gform_wrapper .gfield *:-moz-placeholder {
	color: #222;
	font-style: italic;
}


/* Border */
#page .stomform-stroked .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]),
#page .stomform-stroked .gform_wrapper .gfield textarea,
#page .stomform-stroked .gform_wrapper .gform_footer input[type=submit],
#page .stomform-stroked .gform_wrapper .gfield label,
#page .stomform-stroked .gform_wrapper .gfield_time_hour i {
	color: #fff;
}

#page .stomform-stroked .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#page .stomform-stroked .gform_wrapper .gfield textarea,
#page .stomform-stroked .gform_wrapper .gform_footer input[type=submit] {
	background-color: transparent;
	border: 1px solid #fff;
	transition: background .3s, color .3s;
}
#page .stomform-stroked .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
#page .stomform-stroked .gform_wrapper .gfield textarea:focus,
#page .stomform-stroked .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #fff;
    color: #222;
}

#page .stomform-stroked .gform_wrapper .gfield select {
	padding: 5px;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	transition: background .3s, color .3s;
}
#page .stomform-stroked .gform_wrapper .gfield select:focus {
	background-color: #fff;
    color: #222;
}
#page .stomform-stroked .gform_wrapper .gfield select:not([multiple="multiple"]) option {
	color: #222;
}

#page .stomform-stroked .gform_wrapper .gfield *::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
	transition: color .3s;
}
#page .stomform-stroked .gform_wrapper .gfield *::-moz-placeholder {
	color: #fff;
	font-style: italic;
	transition: color .3s;
}
#page .stomform-stroked .gform_wrapper .gfield *:-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	transition: color .3s;
}
#page .stomform-stroked .gform_wrapper .gfield *:-moz-placeholder {
	color: #fff;
	font-style: italic;
	transition: color .3s;
}
#page .stomform-stroked .gform_wrapper .gfield *:focus::-webkit-input-placeholder {
	color: #222;
}
#page .stomform-stroked .gform_wrapper .gfield *:focus::-moz-placeholder {
	color: #222;
}
#page .stomform-stroked .gform_wrapper .gfield *:focus:-ms-input-placeholder {
	color: #222;
}
#page .stomform-stroked .gform_wrapper .gfield *:focus:-moz-placeholder {
	color: #222;
}



/* Lille formular design */
#page .stom-center-small .gform_wrapper,
#page .stom-center-small .gform_confirmation_wrapper,
#page #secondary .gform_confirmation_wrapper,
#page #secondary .gform_wrapper {
	max-width: 95%;
	margin: 0 auto;
}
#page .stom-center-small.halfsized-overflowing-map .gform_wrapper, {
	padding: 30px 0;
}
#page .stom-center-small .gform_confirmation_wrapper,
#page #secondary .gform_confirmation_wrapper {
	text-align: center;
}
#page .gform_wrapper ul.gform_fields li.gfield,
#page #secondary .gform_wrapper ul.gform_fields li.gfield {
	padding: 0;
}
#page .stom-center-small .gform_wrapper .gform_footer input[type=submit],
#page #secondary .gform_wrapper .gform_footer input[type=submit] {
	width: 100%;
	margin: 0;
}
#page .stom-center-small .gform_wrapper .gform_heading,
#page #secondary .gform_wrapper .gform_heading {
	margin: 0 0 15px;
}
#page .stom-center-small .gform_wrapper h3.gform_title,
#page #secondary .gform_wrapper h3.gform_title {
	margin: 0;
	font-size: 1.8em;
	text-align: center;
}



/* Ny AJAX spinner og overlay */
#page .gform_wrapper .gform_ajax_spinner {
	display: none;
}
#page .gform_wrapper .gform_ajax_spinner ~ #spinner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
	z-index: 60;
}
#page .gform_wrapper #spinner-overlay .spinner-element {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#page .gform_wrapper .gform_ajax_spinner ~ #spinner-overlay .spinner-element {
	display: inline-block;
}
#page .gform_wrapper .spinner-element .fa {
	font-size: 60px;
}



/* Responsiv */
@media only screen and (max-width: 640px) {
	#page .gform_wrapper .top_label li.gfield.gf_left_half,
	#page .gform_wrapper .top_label li.gfield.gf_right_half {
		padding: 0;
	}

	#page .gform_wrapper div.validation_error {
		padding: 20px 30px;
		font-size: 1.3em;
	}
	#page .gform_wrapper div.validation_error .fa {
		margin-right: 5px;
		font-size: 1.1em;
	}
}

/* ------------------- *\
 * NEW FORM DESIGN END *
\* ------------------- */





/* -------------------------------- *\
 * NEW VIDEO-WRAPPER & SLIDER-TEKST *
\* -------------------------------- */

.stom-page-slider {
	position: relative;
	height: 100vh;
    overflow: hidden;
}
.stom-page-slider video {
	min-width: 100%;
    min-height: 100%;
	position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
}
.stom-slider-tekst,
.stom-slider-image-content .royalSlider .slider-tekst {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: auto;
	left: 0;
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.stom-slider-tekst h1,
.stom-slider-image-content .royalSlider .slider-tekst h1 {
	font-size: 70px;
	font-weight: bold;
}
.stom-slider-tekst h2,
.stom-slider-image-content .royalSlider .slider-tekst h2 {
	font-size: 35px;
}
.stom-slider-tekst h1,
.stom-slider-tekst h2,
.stom-slider-image-content .royalSlider .slider-tekst h1,
.stom-slider-image-content .royalSlider .slider-tekst h2 {
	margin: 20px 0;
	color: #fff;
	line-height: 1;
}
.stom-slider-tekst a,
.stom-slider-image-content .royalSlider .slider-tekst a {
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	background-color: #2C3F46;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
}

/* Muted video controller */
.stom-page-slider .video-muted-icon,
.section-video .video-muted-icon {
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 1.8rem;
    line-height: 100%;
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s;
    z-index: 10;
}
.section-video .video-muted-icon {
	font-size: 1.3rem;
}
.stom-page-slider .video-muted-icon.unmuted,
.section-video .video-muted-icon.unmuted {
	opacity: 0;
}
.stom-page-slider:hover > .video-muted-icon,
.section-video:hover > .video-muted-icon {
	opacity: 1;
}
.stom-page-slider .video-muted-icon .fa,
.section-video .video-muted-icon .fa {
	margin-right: 3px;
	font-size: 1.5em;
	vertical-align: sub;
}
.stom-page-slider .video-muted-icon .fa-volume-up,
.section-video .video-muted-icon .fa-volume-up,
.stom-page-slider .video-muted-icon.unmuted .fa-volume-off,
.section-video .video-muted-icon.unmuted .fa-volume-off {
	display: none;
}
.stom-page-slider .video-muted-icon.unmuted .fa-volume-up,
.section-video .video-muted-icon.unmuted .fa-volume-up,
.stom-page-slider .video-muted-icon .fa-volume-off,
.section-video .video-muted-icon .fa-volume-off {
	display: inline-block;
}
.stom-page-slider .video-muted-icon span,
.section-video .video-muted-icon span {
	font-weight: bold;
}
.stom-page-slider .video-muted-icon.unmuted span,
.section-video .video-muted-icon.unmuted span {
	display: none;
}
/* END Muted video controller */

/* ------------------------------------ *\
 * NEW VIDEO-WRAPPER & SLIDER-TEKST END *
\* ------------------------------------ */





/* -------------------- *\
 * NEW VIDEO-BG-SECTION *
\* -------------------- */

.section-wrap.video-bg {
	position: relative;
}
.section-wrap.video-bg .section {
	position: relative;
	z-index: 1;
}
.section-video {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.section-video video {
	min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
}

/* ------------------------ *\
 * NEW VIDEO-BG-SECTION END *
\* ------------------------ */




/* --------------------------- *\
 * NEW GRID_BILLEDER SHORTCODE *
\* --------------------------- */

.grid-columns-wrapper {
	margin: 0 0 2%;
	line-height: 0;
}
.grid-columns-wrapper:after {
	content: '';
	display: table;
	clear: both;
}
.grid-columns-wrapper .grid-column {
	position: relative;
	margin-right: 2%;
	float: left; 
}
.grid-columns-wrapper.no-margin .grid-column {
	margin-right: 0;
}
.grid-columns-wrapper .grid-column:last-of-type {
	margin-right: 0;
}
														/* 2.01% = margin-right + IE support -- husk at ændre */
.grid-columns-wrapper .columns-2 { width: calc( ( 100% - ( 2.01% * 1 ) ) / 2 ); }
.grid-columns-wrapper .columns-3 { width: calc( ( 100% - ( 2.01% * 2 ) ) / 3 ); }
.grid-columns-wrapper .columns-4 { width: calc( ( 100% - ( 2.01% * 3 ) ) / 4 ); }
.grid-columns-wrapper .columns-5 { width: calc( ( 100% - ( 2.01% * 4 ) ) / 5 ); }
.grid-columns-wrapper .columns-6 { width: calc( ( 100% - ( 2.01% * 5 ) ) / 6 ); }
.grid-columns-wrapper .columns-7 { width: calc( ( 100% - ( 2.01% * 6 ) ) / 7 ); }
.grid-columns-wrapper .columns-8 { width: calc( ( 100% - ( 2.01% * 7 ) ) / 8 ); }
.grid-columns-wrapper .columns-9 { width: calc( ( 100% - ( 2.01% * 8 ) ) / 9 ); }
.grid-columns-wrapper .columns-10 { width: calc( ( 100% - ( 2.01% * 9 ) ) / 10 ); }


/* No margin */
.grid-columns-wrapper.no-margin .columns-2  { width: calc(  100% / 2 ); }
.grid-columns-wrapper.no-margin .columns-3  { width: calc(  100% / 3 ); }
.grid-columns-wrapper.no-margin .columns-4  { width: calc(  100% / 4 ); }
.grid-columns-wrapper.no-margin .columns-5  { width: calc(  100% / 5 ); }
.grid-columns-wrapper.no-margin .columns-6  { width: calc(  100% / 6 ); }
.grid-columns-wrapper.no-margin .columns-7  { width: calc(  100% / 7 ); }
.grid-columns-wrapper.no-margin .columns-8  { width: calc(  100% / 8 ); }
.grid-columns-wrapper.no-margin .columns-9  { width: calc(  100% / 9 ); }
.grid-columns-wrapper.no-margin .columns-10 { width: calc( 100% / 10 ); }

.grid-columns-wrapper .grid-column > a {
	display: block;
	text-decoration: none;
	line-height: 0;
}
.grid-columns-wrapper .grid-column h3 {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}
.grid-columns-wrapper .grid-column p {
	margin: 0 0 10px;
}
.grid-columns-wrapper .grid-column p:last-of-type {
	margin-bottom: 0;
}

.grid-columns-wrapper .grid-column .grid-overlay-content {
	padding: 5px 10px;
	line-height: 1.4;
	text-align: center;
}


/* Overlay */
.grid-columns-wrapper.overlay .grid-column-overlay {
	line-height: 1.4;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}
.grid-columns-wrapper.overlay .grid-overlay-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.grid-columns-wrapper.overlay .grid-overlay-content * {
	color: #fff;
}
.grid-columns-wrapper.overlay .grid-column a {
	position: relative;
}

.grid-columns-wrapper.overlay.top .grid-overlay-content {
	top: 0;
	transform: none;
}
.grid-columns-wrapper.overlay.bottom .grid-overlay-content {
	top: auto;
	bottom: 0;
	transform: none;
}
.grid-columns-wrapper.left .grid-overlay-content {
	text-align: left;
}
.grid-columns-wrapper.right .grid-overlay-content {
	text-align: right;
}

/* Hover */
.grid-columns-wrapper.overlay.hover .grid-column-overlay {
	opacity: 0;
	transition: opacity .3s;
}
.grid-columns-wrapper.overlay.hover .grid-column:hover .grid-column-overlay {
	opacity: 1;
}

/* Hover lighten */
.grid-columns-wrapper.overlay.lighten .grid-column-overlay {
	transition: background-color .3s;
}
.grid-columns-wrapper.overlay.lighten .grid-column:hover .grid-column-overlay {
	background-color: transparent;
}

/* Hover text */
.grid-columns-wrapper.overlay.text .grid-column-overlay {
	opacity: 0;
	background-color: transparent;
	transition: opacity .3s;
}
.grid-columns-wrapper.overlay.text .grid-column:hover .grid-column-overlay {
	opacity: 1;
}



/* Responsiv */
@media only screen and (max-width: 959px) {
	.grid-columns-wrapper {
		text-align: center;
	}
	.grid-columns-wrapper .grid-column {
		text-align: left;
	}

	.grid-columns-wrapper .columns-6{
		width: calc( ( 100% - ( 2.01% * 2 ) ) / 3 );
	}
	.grid-columns-wrapper .columns-6:first-of-type {
		margin-bottom: 2%;
	}
	.grid-columns-wrapper.no-margin .columns-6 {
		width: calc( 100%  / 3 );
		margin-bottom: 0;
	}
	.grid-columns-wrapper .columns-6:nth-of-type(3n) {
		margin-right: 0;
	}
	.grid-columns-wrapper .columns-6:nth-of-type(4n) {
		clear: left;
	}
}

@media only screen and (max-width: 767px) {
	.grid-columns-wrapper .columns-5 {
		width: calc( ( 100% - ( 2.01% * 2 ) ) / 3 );
	}
	.grid-columns-wrapper .columns-5:first-of-type {
		margin-bottom: 2%;
	}
	.grid-columns-wrapper.no-margin .columns-5 {
		width: calc( 100% / 3 );
		margin-bottom: 0;
	}
	.grid-columns-wrapper .columns-5:nth-of-type(3n) {
		margin-right: 0;
	}
	.grid-columns-wrapper .columns-5:nth-of-type(4n) {
		clear: left;
	}
}

@media only screen and (max-width: 599px) {
	.grid-columns-wrapper .columns-4 {
	    width: calc( ( 100% - ( 2.01% * 1 ) ) / 2 );
	}
	.grid-columns-wrapper .columns-4:first-of-type {
		margin-bottom: 2%;
	}
	.grid-columns-wrapper.no-margin .columns-4 {
	    width: calc( 100% / 2 );
	    margin-bottom: 0;
	}
	.grid-columns-wrapper .columns-4:nth-of-type(2) {
		margin-right: 0;
	}
	.grid-columns-wrapper .columns-4:nth-of-type(3) {
		clear: left;
	}
}

@media only screen and (max-width: 479px) {
	.grid-columns-wrapper {
		margin: 0;
		text-align: center;
	}
	.grid-columns-wrapper .grid-column {
		display: block;
		width: 100%;
		margin: 0 0 6% !important;
	}
	.grid-columns-wrapper.no-margin .grid-column {
		display: block;
		width: 100%;
		margin: 0 !important;
	}
}

/* ------------------------------- *\
 * NEW GRID_BILLEDER SHORTCODE END *
\* ------------------------------- */





/* ------------------ *\
 * NY SECTION PADDING *
\* ------------------ */

.section-wrap {
	padding: 0;
	background-position: top center;
	background-repeat: no-repeat;
}
.section-wrap .section {
	padding: 50px 0;
}
header .section-wrap .section {
	padding: 2px 0;
}
.section-wrap .section:after {
	content: '';
	display: table;
	clear: both;
}

.maps-optimize .section,
.small-maps .section {
	padding: 0;
}
.stom-billede-sektion .section {
	padding: 0;
}

/* ---------------------- *\
 * NY SECTION PADDING END *
\* ---------------------- */





/* -------------- *\
 * NY GOOGLE MAPS *
\* -------------- */

.maps-optimize {
	overflow-x: hidden;
}
#kontaktside .google-maps-canvas-wrapper {
	height: 342px;
}
.google-maps-canvas {
	height: 100%;
	width: 100%;
}
.google-maps-canvas-wrapper {
	height: 420px;
}
.maps-optimize .google-maps-canvas {
	height: 100%;
}

.google-maps-canvas-wrapper > .maps-infowindow {
	display: none;
}

.maps-infowindow {
	margin: 10px;
}

.maps-infowindow a {
	text-decoration: none;
	font-weight:600;
	display: block;
	margin: 0 0 5px;
}
.fullsized-overflowing-map,
.section-bg-map .section {
	position: relative;
	min-height: 360px;
}
.fullsized-overflowing-map .stom_maps_free,
.section-bg-map .stom_maps_free {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	left: 0;
	z-index: 1;
}
.fullsized-overflowing-map .section > *:not(.stom_maps_free),
.section-bg-map .section > *:not(.stom_maps_free) {
	position: relative;
	z-index: 3;
}


@media only screen and (max-width: 1140px) {
	.maps-optimize .google-maps-canvas {
		max-width: 100%;
	}
}

/* ------------------ *\
 * NY GOOGLE MAPS END *
\* ------------------ */




/* ---------------------------- *\
 * NY LÆS MERE SHORTCODE DESIGN *
\* ---------------------------- */

.mere-tekst-wrapper > button {
	position: relative;
	display: block;
	width: 100%;
	padding: 5px 20px;
	font-size: 20px;
	text-align: left;
	outline-style: none;
}
.mere-tekst-wrapper > button:after {
	float: right;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.mere-tekst-wrapper button.fold-ud:after {
	content: '\f067';
}
.mere-tekst-wrapper button.fold-ind:after {
	content: '\f068';
}
.mere-tekst-wrapper .mere-tekst:before,
.mere-tekst-wrapper .mere-tekst:after {
	content: '';
	display: table;
	clear: both;
}

/* -------------------------------- *\
 * NY LÆS MERE SHORTCODE DESIGN END *
\* -------------------------------- */




/* ------------------- *\
 * NY STOM_POSTS STYLE *
\* ------------------- */

/* Generelt */
.new-stom-posts .new-stom-post-wrapper {
    position: relative;
}
.new-stom-posts .new-stom-post-wrapper.last + .new-stom-post-wrapper {
    clear: left;
}
.new-stom-posts .new-stom-post-date {
	font-size: .9em;
    color: #ccc;
}
.new-stom-posts .new-stom-post-thumb {
    display: block;
    margin-bottom: 15px;
}
.new-stom-posts .new-stom-post-thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.new-stom-posts .new-stom-post-title {
    font-size: 18px;
    font-weight: 600;
}
.new-stom-posts .new-stom-post-link {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.new-stom-posts .new-stom-post-link span {
	position: absolute; 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}


/* 1-column design */
.new-stom-posts.columns-1 .new-stom-post-wrapper {
	margin: 0 0 30px;
    padding: 0 0 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.new-stom-posts.columns-1 .new-stom-post-wrapper:last-of-type {
	border-bottom: 0;
}
.new-stom-posts.columns-1 .new-stom-post-thumb {
	display: none;
}
.new-stom-posts.columns-1 .new-stom-post-content {
	padding-right: 50px;
}
.new-stom-posts.columns-1 .new-stom-post-link {
	display: block;
    text-align: right;
}


/* x-column design */
.new-stom-posts:not(.columns-1):before,
.new-stom-posts:not(.columns-1):after {
	content: '';
	display: table;
	clear: both;
}
.new-stom-posts:not(.columns-1) .new-stom-post-wrapper {
	margin: 0 2% 4% 0;
	float: left;
}
.new-stom-posts:not(.columns-1) .new-stom-post-wrapper .new-stom-post-content {
	margin: 10px 0;
}
																		/* 2.01% = margin-right + IE support -- husk at ændre */
.new-stom-posts.columns-2 .new-stom-post-wrapper { width: calc( ( 100% - ( 2.01% * 1 ) ) / 2 ); }
.new-stom-posts.columns-3 .new-stom-post-wrapper { width: calc( ( 100% - ( 2.01% * 2 ) ) / 3 ); }
.new-stom-posts.columns-4 .new-stom-post-wrapper { width: calc( ( 100% - ( 2.01% * 3 ) ) / 4 ); }
.new-stom-posts.columns-5 .new-stom-post-wrapper { width: calc( ( 100% - ( 2.01% * 4 ) ) / 5 ); }
.new-stom-posts.columns-6 .new-stom-post-wrapper { width: calc( ( 100% - ( 2.01% * 5 ) ) / 6 ); }
.new-stom-posts.columns-7 .new-stom-post-wrapper { width: calc( ( 100% - ( 2.01% * 6 ) ) / 7 ); }
.new-stom-posts.columns-8 .new-stom-post-wrapper { width: calc( ( 100% - ( 2.01% * 7 ) ) / 8 ); }
.new-stom-posts.columns-9 .new-stom-post-wrapper { width: calc( ( 100% - ( 2.01% * 8 ) ) / 9 ); }
.new-stom-posts.columns-10 .new-stom-post-wrapper { width: calc( ( 100% - ( 2.01% * 9 ) ) / 10 ); }


/* Responsiv */
@media only screen and (max-width: 959px) {
	.new-stom-posts {
		text-align: center;
	}
	.new-stom-posts .new-stom-post-wrapper {
		text-align: left;
	}
	.new-stom-posts .new-stom-post-wrapper.last + .new-stom-post-wrapper {
		clear: none;
	}

	.new-stom-posts.columns-6 .new-stom-post-wrapper {
		width: calc( ( 100% - ( 2.01% * 2 ) ) / 3 );
	}
	.new-stom-posts.columns-6 .new-stom-post-wrapper:first-of-type {
		margin-bottom: 2%;
	}
	.new-stom-posts.columns-6 .new-stom-post-wrapper:nth-of-type(3n) {
		margin-right: 0;
	}
	.new-stom-posts.columns-6 .new-stom-post-wrapper:nth-of-type(4n) {
		clear: left;
	}
}

@media only screen and (max-width: 767px) {
	.new-stom-posts.columns-5 .new-stom-post-wrapper {
		width: calc( ( 100% - ( 2.01% * 2 ) ) / 3 );
	}
	.new-stom-posts.columns-5 .new-stom-post-wrapper:first-of-type {
		margin-bottom: 2%;
	}
	.new-stom-posts.columns-5 .new-stom-post-wrapper:nth-of-type(3n) {
		margin-right: 0;
	}
	.new-stom-posts.columns-5 .new-stom-post-wrapper:nth-of-type(3n +4) {
		clear: left;
	}
	.new-stom-posts.columns-5 .new-stom-post-wrapper.last {
		margin-right: 2% !important;
	}
}

@media only screen and (max-width: 599px) {
	.new-stom-posts.columns-4 .new-stom-post-wrapper {
	    width: calc( ( 100% - ( 2.01% * 1 ) ) / 2 );
	}
	.new-stom-posts.columns-4 .new-stom-post-wrapper:first-of-type {
		margin-bottom: 2%;
	}
	.new-stom-posts.columns-4 .new-stom-post-wrapper:nth-of-type(2) {
		margin-right: 0;
	}
	.new-stom-posts.columns-4 .new-stom-post-wrapper:nth-of-type(3) {
		clear: left;
	}
}

@media only screen and (max-width: 479px) {
	.new-stom-posts {
		margin: 0;
		text-align: center;
	}
	.new-stom-posts .new-stom-post-wrapper {
		display: block;
		width: 100% !important;
		margin: 0 0 6% !important;
	}
}

/* ----------------------- *\
 * NY STOM_POSTS STYLE END *
\* ----------------------- */




/* -------------------- *\
 * NY ANMELDELSE SLIDER *
\* -------------------- */

.stom-simple-slider .stom-anmeldelse {
	height: auto;
	padding: 0 35px;
	border: none;
	text-align: center;
	outline: none;
}
.stom-simple-slider .stom-anmeldelse .stom-anmeldelse-heading {
	display: block;
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: bold;
}
.stom-simple-slider .stom-anmeldelse .stom-anmeldelse-tekst {
	max-width: 500px;
	margin: 0 auto;
	font-size: 1rem;
}
.stom-simple-slider .stom-anmeldelse .stom-anmeldelse-tekst strong {
	display: block;
}

.stom-anmeldelse-wrapper .slick-prev {
	left: 0;
	padding: 8px 8px 8px 0;
}
.stom-anmeldelse-wrapper .slick-next {
	right: 0;
	padding: 8px 0 8px 8px;
}
.stom-anmeldelse-wrapper .slick-prev,
.stom-anmeldelse-wrapper .slick-next {
	width: auto;
	height: auto;
	top: 50%;
	background: none;
}
.stom-anmeldelse-wrapper .slick-prev:before,
.stom-anmeldelse-wrapper .slick-next:before {
	color: #222;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 22px;
	opacity: 1;
}
.stom-anmeldelse-wrapper .slick-prev:before {
	content: '\f053';
}
.stom-anmeldelse-wrapper .slick-next:before {
	content: '\f054';
}

.stom-anmeldelse-wrapper .slick-dots li.slick-active button:before {
	color: #222;
	opacity: 1;
}

/* ------------------------ *\
 * NY ANMELDELSE SLIDER END *
\* ------------------------ */




/* ------------------------------------ *\
 * UNDERSIDE-SLIDER 1140 UNDERSTØTTELSE *
\* ------------------------------------ */

#new-royalslider-2.rsUni,
#new-royalslider-2.rsUni .rsOverflow,
#new-royalslider-2.rsUni .rsSlide,
#new-royalslider-2.rsUni .rsVideoFrameHolder,
#new-royalslider-2.rsUni .rsThumbs {
	background-color: transparent;
}

/* ---------------------------------------- *\
 * UNDERSIDE-SLIDER 1140 UNDERSTØTTELSE END *
\* ---------------------------------------- */




/* --------------------------------- *\
 * STOM_CLOSE_GRID SHORTCODE STYLING *
\* --------------------------------- */

.close-grid-wrapper:before,
.close-grid-wrapper:after {
	content: '';
	display: table;
	clear: both;
}
.close-grid-wrapper .close-grid {
	display: table;
	float: left;
	text-align: center;
	background-color: #cecfc7;
}
.close-grid-wrapper .close-grid:nth-of-type(2n) {
	background-color: #f47e43;
}
.close-grid-wrapper .columns-2 { width: calc( 99.99% / 2 ); }
.close-grid-wrapper .columns-3 { width: calc( 99.99% / 3 ); }
.close-grid-wrapper .columns-4 { width: calc( 99.99% / 4 ); }
.close-grid-wrapper .columns-5 { width: calc( 99.99% / 5 ); }
.close-grid-wrapper .columns-6 { width: calc( 99.99% / 6 ); }
.close-grid-wrapper .columns-7 { width: calc( 99.99% / 7 ); }
.close-grid-wrapper .columns-8 { width: calc( 99.99% / 8 ); }
.close-grid-wrapper .columns-9 { width: calc( 99.99% / 9 ); }
.close-grid-wrapper .columns-10 { width: calc( 99.99% / 10 ); }

.close-grid-wrapper .close-grid .content {
	display: table-cell;
	vertical-align: middle;
}
.close-grid-wrapper .close-grid .content h3 {
	margin-top: 0;
	font-weight: bold;
}
.close-grid-wrapper .close-grid .content a {
	font-weight: bold;
	text-decoration: none;
}



/* Responsiv */
@media only screen and (max-width: 959px) {
	.close-grid-wrapper {
		text-align: center;
	}

	.close-grid-wrapper .columns-6 {
		width: calc( 99.99% / 3 );
	}
}

@media only screen and (max-width: 767px) {
	.close-grid-wrapper .columns-5 {
		width: calc( 99.99% / 3 );
	}
}

@media only screen and (max-width: 599px) {
	.close-grid-wrapper .columns-4 {
	    width: calc( 99.99% / 2 );
	}
}

@media only screen and (max-width: 479px) {
	.close-grid-wrapper .close-grid {
		width: 100%;
	}
}

/* ------------------------------------- *\
 * STOM_CLOSE_GRID SHORTCODE STYLING END *
\* ------------------------------------- */




/* ----------------------------------- *\
 * STOM_CENTER_SMALL SHORTCODE STYLING *
\* ----------------------------------- */

.stom-center-small {
	max-width: 30vw;
	margin: 0 auto;
	text-align: center;
}

/* --------------------------------------- *\
 * STOM_CENTER_SMALL SHORTCODE STYLING END *
\* --------------------------------------- */



/* ----------------------------------- *\
 * NY FOLD-UD SIDEBAR PÅ MINDRE SKÆRME *
\* ----------------------------------- */

#content .open-button,
#secondary .close-button {
	display: none;
}

/* --------------------------------------- *\
 * NY FOLD-UD SIDEBAR PÅ MINDRE SKÆRME END *
\* --------------------------------------- */



/* ----------------------- *\
 * NYE MENU-HOVER EFFEKTER *
\* ----------------------- */

/* Generelt */
.hover-active ul.menu li:hover > a {
	background-color: transparent;
}
.hover-active:not(.hover-style-bold) ul.menu a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #2C3F46;
    transition: opacity .3s, width .3s, margin .3s, height .3s;
}
.main-navigation .hover-active .current_page_item > a,
.main-navigation .hover-active .current-menu-item > a,
.main-navigation .hover-active .current-sublevel > a,
.main-navigation .hover-active .current_page_ancestor > a,
.main-navigation .hover-active .current-menu-ancestor > a {
	color: #676767;
	background-color: transparent !important;
}

/* Fade ind setup */
.hover-entry-fade-in ul.menu a:before {
	opacity: 0;
}

/* Ingen transition */
.hover-entry-none ul.menu a:before {
	transition: opacity 0s, width 0s, margin 0s, height 0s;
}


/* Fuldbredde */
.hover-entry-none.hover-style-full ul.menu a:before {
	width: 0;
}
.hover-entry-fade-in.hover-style-full ul.menu a:before {
	width: 100%;
}
.hover-entry-slide-in.hover-style-full ul.menu a:before {
	width: 0;
}
.hover-entry-slide-up.hover-style-full ul.menu a:before {
	width: 100%;
	height: 0px;
}

/* 80% */
.hover-style-spaced ul.menu a:before {
	right: 0;
}
.hover-entry-none.hover-style-spaced ul.menu a:before {
	margin: 0 90% 0 10%;
}
.hover-entry-fade-in.hover-style-spaced ul.menu a:before {
	margin: 0 10%;
}
.hover-entry-slide-in.hover-style-spaced ul.menu a:before {
	margin: 0 90% 0 10%;
}
.hover-entry-slide-up.hover-style-spaced ul.menu a:before {
	height: 0;
	margin: 0 10%;
}

/* Center */
.hover-style-center ul.menu a:before {
	right: 0;
	margin: 0 auto;
}
.hover-entry-none.hover-style-center ul.menu a:before {
	width: 0;
}
.hover-entry-fade-in.hover-style-center ul.menu a:before {
	width: 30px;
}
.hover-entry-slide-in.hover-style-center ul.menu a:before {
	width: 0;
}
.hover-entry-slide-up.hover-style-center ul.menu a:before {
	width: 30px;
	height: 0;
}

/* Venstre */
.hover-entry-none.hover-style-left ul.menu a:before {
	width: 0;
}
.hover-entry-fade-in.hover-style-left ul.menu a:before {
	width: 50px;
}
.hover-entry-slide-in.hover-style-left ul.menu a:before {
	width: 0;
}
.hover-entry-slide-up.hover-style-left ul.menu a:before {
	width: 50px;
	height: 0;
}

/* Bold */
.hover-style-bold ul.menu a {
	text-align: center;
}
.hover-style-bold ul.menu a:before,
.second-level-menu .menu > li > a:before {
	content: attr(data-title);
	display: block;
	height: 0;
	font-weight: bold;
	color: transparent;
	overflow: hidden;
	visibility: hidden;
}


/* Ingen :hover; */
.hover-entry-none.hover-style-full ul.menu li:hover > a:before,
.hover-entry-none.hover-style-full ul.menu li.focus > a:before,
.hover-entry-none.hover-style-full ul.menu .current_page_item > a:before,
.hover-entry-none.hover-style-full ul.menu .current-menu-item > a:before,
.hover-entry-none.hover-style-full ul.menu .current_page_ancestor > a:before,
.hover-entry-none.hover-style-full ul.menu .current-menu-ancestor > a:before {
	width: 100%;
}
.hover-entry-none.hover-style-spaced ul.menu li:hover > a:before,
.hover-entry-none.hover-style-spaced ul.menu li.focus > a:before,
.hover-entry-none.hover-style-spaced ul.menu .current_page_item > a:before,
.hover-entry-none.hover-style-spaced ul.menu .current-menu-item > a:before,
.hover-entry-none.hover-style-spaced ul.menu .current_page_ancestor > a:before,
.hover-entry-none.hover-style-spaced ul.menu .current-menu-ancestor > a:before {
	margin: 0 10%;
}
.hover-entry-none.hover-style-center ul.menu li:hover > a:before,
.hover-entry-none.hover-style-center ul.menu li.focus > a:before,
.hover-entry-none.hover-style-center ul.menu .current_page_item > a:before,
.hover-entry-none.hover-style-center ul.menu .current-menu-item > a:before,
.hover-entry-none.hover-style-center ul.menu .current_page_ancestor > a:before,
.hover-entry-none.hover-style-center ul.menu .current-menu-ancestor > a:before {
	width: 30px;
}
.hover-entry-none.hover-style-left ul.menu li:hover > a:before,
.hover-entry-none.hover-style-left ul.menu li.focus > a:before,
.hover-entry-none.hover-style-left ul.menu .current_page_item > a:before,
.hover-entry-none.hover-style-left ul.menu .current-menu-item > a:before,
.hover-entry-none.hover-style-left ul.menu .current_page_ancestor > a:before,
.hover-entry-none.hover-style-left ul.menu .current-menu-ancestor > a:before {
	width: 50px;
}

/* Fade ind :hover */
.hover-entry-fade-in ul.menu li:hover > a:before,
.hover-entry-fade-in ul.menu li.focus > a:before,
.hover-entry-fade-in ul.menu .current_page_item > a:before,
.hover-entry-fade-in ul.menu .current-menu-item > a:before,
.hover-entry-fade-in ul.menu .current_page_ancestor > a:before,
.hover-entry-fade-in ul.menu .current-menu-ancestor > a:before {
	opacity: 1;
}

/* Slide ind :hover; */
.hover-entry-slide-in.hover-style-full ul.menu li:hover > a:before,
.hover-entry-slide-in.hover-style-full ul.menu li.focus > a:before,
.hover-entry-slide-in.hover-style-full ul.menu .current_page_item > a:before,
.hover-entry-slide-in.hover-style-full ul.menu .current-menu-item > a:before,
.hover-entry-slide-in.hover-style-full ul.menu .current_page_ancestor > a:before,
.hover-entry-slide-in.hover-style-full ul.menu .current-menu-ancestor > a:before {
	width: 100%;
}
.hover-entry-slide-in.hover-style-spaced ul.menu li:hover > a:before,
.hover-entry-slide-in.hover-style-spaced ul.menu li.focus > a:before,
.hover-entry-slide-in.hover-style-spaced ul.menu .current_page_item > a:before,
.hover-entry-slide-in.hover-style-spaced ul.menu .current-menu-item > a:before,
.hover-entry-slide-in.hover-style-spaced ul.menu .current_page_ancestor > a:before,
.hover-entry-slide-in.hover-style-spaced ul.menu .current-menu-ancestor > a:before {
	margin: 0 10%;
}
.hover-entry-slide-in.hover-style-center ul.menu li:hover > a:before,
.hover-entry-slide-in.hover-style-center ul.menu li.focus > a:before,
.hover-entry-slide-in.hover-style-center ul.menu .current_page_item > a:before,
.hover-entry-slide-in.hover-style-center ul.menu .current-menu-item > a:before,
.hover-entry-slide-in.hover-style-center ul.menu .current_page_ancestor > a:before,
.hover-entry-slide-in.hover-style-center ul.menu .current-menu-ancestor > a:before {
	width: 30px;
}
.hover-entry-slide-in.hover-style-left ul.menu li:hover > a:before,
.hover-entry-slide-in.hover-style-left ul.menu li.focus > a:before,
.hover-entry-slide-in.hover-style-left ul.menu .current_page_item > a:before,
.hover-entry-slide-in.hover-style-left ul.menu .current-menu-item > a:before,
.hover-entry-slide-in.hover-style-left ul.menu .current_page_ancestor > a:before,
.hover-entry-slide-in.hover-style-left ul.menu .current-menu-ancestor > a:before {
	width: 50px;
}

/* Slide op :hover; */
.hover-entry-slide-up ul.menu li:hover > a:before,
.hover-entry-slide-up ul.menu li.focus > a:before,
.hover-entry-slide-up ul.menu .current_page_item > a:before,
.hover-entry-slide-up ul.menu .current-menu-item > a:before,
.hover-entry-slide-up ul.menu .current_page_ancestor > a:before,
.hover-entry-slide-up ul.menu .current-menu-ancestor > a:before {
	height: 3px;
}

/* Bold :hover */
.hover-style-bold ul.menu li:hover > a,
.hover-style-bold ul.menu li.focus > a,
.hover-style-bold ul.menu .current_page_item > a,
.hover-style-bold ul.menu .current-menu-item > a,
.hover-style-bold ul.menu .current_page_ancestor > a,
.hover-style-bold ul.menu .current-menu-ancestor > a {
	font-weight: bold;
}

/* --------------------------- *\
 * NYE MENU-HOVER EFFEKTER END *
\* --------------------------- */




/* ----------------------------- *\
 * NY [CHECKMARK_LIST] SHORTCODE *
\* ----------------------------- */

.stom-checkmark-list ul {
	padding-left: 25px;
}
.stom-checkmark-list ul li {
	position: relative;
	padding-left: 1.3em;
	list-style: none;
}
.stom-checkmark-list ul li:before {
	content: '\f00c';
	position: absolute;
	left: 0;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

/* --------------------------------- *\
 * NY [CHECKMARK_LIST] SHORTCODE END *
\* --------------------------------- */




/* ------------------- *\
 * NY FULLPAGE-SECTION *
\* ------------------- */

.section-wrap .section-fullpage {
	max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
}

/* ----------------------- *\
 * NY FULLPAGE-SECTION END *
\* ----------------------- */



/*** Standard wp blog template; custom blog template; post category template ***/

.blog #content > header,
.page-template-page-blog #content > header,
.archive.category #content > header,
.archive.tag #content > header {
	margin: 30px 0 20px;
}

.blog #content > header h1,
.page-template-page-blog #content > header h1,
.archive.category #content > header h1,
.archive.tag #content > header h1 {
	margin: 0;
	line-height: 1.15;
    word-break: break-word;
}

.page-template-page-blog .blog-page-description p:last-child,
.archive.category .blog-page-description p:last-child,
.archive.tag .blog-page-description p:last-child {
	margin-bottom: 0;
}

.blog .header-divider,
.page-template-page-blog .header-divider,
.archive.category .header-divider,
.archive.tag .header-divider {
	margin: 30px 0 0;
	background-color: #ddd;
}

.blog #primary,
.page-template-page-blog #primary,
.archive.category #primary,
.archive.tag #primary {
	margin-top: 0;
}

.blog article.post,
.page-template-page-blog article.post,
.archive.category article.post,
.archive.tag article.post {
	margin: 0;
	padding: 40px 0;
	border-top: 1px solid #ddd;
}
.blog article.post:first-of-type,
.page-template-page-blog article.post:first-of-type,
.archive.category article.post:first-of-type,
.archive.tag article.post:first-of-type {
	border-top: none;
}
.blog article.post:last-of-type,
.page-template-page-blog article.post:last-of-type,
.archive.category article.post:last-of-type,
.archive.tag article.post:last-of-type {
	border-bottom: 1px solid #ddd;
}
.blog article.post:after,
.page-template-page-blog article.post:after,
.archive.category article.post:after,
.archive.tag article.post:after {
	content: '';
	display: table;
	clear: both;
}

.blog article.post .post-featured_img,
.page-template-page-blog article.post .post-featured_img,
.archive.category article.post .post-featured_img,
.archive.tag article.post .post-featured_img {
	width: 38%;
	float: left;
}
.blog article.post .post-featured_img a,
.page-template-page-blog article.post .post-featured_img a,
.archive.category article.post .post-featured_img a,
.archive.tag article.post .post-featured_img a {
	display: block;
	line-height: 0;
}

.blog article.post .post-content-wrapper .cat-links,
.page-template-page-blog article.post .post-content-wrapper .cat-links,
.archive.category article.post .post-content-wrapper .cat-link,
.archive.tag article.post .post-content-wrapper .cat-links,
.blog article.post .post-content-wrapper .tags-links,
.page-template-page-blog article.post .post-content-wrapper .tags-links,
.archive.category article.post .post-content-wrapper .tags-links,
.archive.tag article.post .post-content-wrapper .tags-links {
	display: block;
}

.blog article.post .post-content-wrapper .cat-links,
.page-template-page-blog article.post .post-content-wrapper .cat-links,
.archive.category article.post .post-content-wrapper .cat-links,
.archive.tag article.post .post-content-wrapper .cat-links {
	margin-top: 10px;
}

.blog article.post .post-content-wrapper .cat-links a,
.page-template-page-blog article.post .post-content-wrapper .cat-links a,
.archive.category article.post .post-content-wrapper .cat-links a,
.archive.tag article.post .post-content-wrapper .cat-links a,
.blog article.post .post-content-wrapper .tags-links a,
.page-template-page-blog article.post .post-content-wrapper .tags-links a,
.archive.category article.post .post-content-wrapper .tags-links a,
.archive.tag article.post .post-content-wrapper .tags-links a {
	display: inline-block;
	color: #2c3f46;
    text-decoration: none;
}

.blog article.post .post-content-wrapper .post-meta-info,
.page-template-page-blog article.post .post-content-wrapper .post-meta-info,
.archive.category article.post .post-content-wrapper .post-meta-info,
.archive.tag article.post .post-content-wrapper .post-meta-info {
	margin-top: 10px;
}

.blog article.post .post-content-wrapper .post-meta-info .cat-links,
.page-template-page-blog article.post .post-content-wrapper .post-meta-info .cat-links,
.archive.category article.post .post-content-wrapper .post-meta-info .cat-links,
.archive.tag article.post .post-content-wrapper .post-meta-info .cat-links {
	display: inline-block;
	margin: 0;
}
.blog article.post .post-content-wrapper .post-meta-info .posted-on,
.page-template-page-blog article.post .post-content-wrapper .post-meta-info .posted-on,
.archive.category article.post .post-content-wrapper .post-meta-info .posted-on,
.archive.tag article.post .post-content-wrapper .post-meta-info .posted-on {
	font-size: 1em;
}
.blog article.post .post-content-wrapper .post-meta-info a,
.page-template-page-blog article.post .post-content-wrapper .post-meta-info a,
.archive.category article.post .post-content-wrapper .post-meta-info a,
.archive.tag article.post .post-content-wrapper .post-meta-info a {
	display: inline-block;
	color: #2c3f46;
	font-weight: bold;
	text-decoration: none;
}

.blog article.post .post-content-wrapper,
.page-template-page-blog article.post .post-content-wrapper,
.archive.category article.post .post-content-wrapper,
.archive.tag article.post .post-content-wrapper {
	width: 58%;
	float: right;
}

.blog article.post h2.entry-title,
.page-template-page-blog article.post h2.entry-title,
.archive.category article.post h2.entry-title,
.archive.tag article.post h2.entry-title {
	margin: 0;
	font-size: 1.7em;
}

.blog article.post .entry-content,
.page-template-page-blog article.post .entry-content,
.archive.category article.post .entry-content,
.archive.tag article.post .entry-content {
	margin-top: 5px;
}
.blog article.post .entry-content p:last-of-type,
.page-template-page-blog article.post .entry-content p:last-of-type,
.archive.category article.post .entry-content p:last-of-type,
.archive.tag article.post .entry-content p:last-of-type {
	margin-bottom: 0;
}

.blog article.post .entry-footer,
.page-template-page-blog article.post .entry-footer,
.archive.category article.post .entry-footer,
.archive.tag article.post .entry-footer {
	margin-top: 20px;
}

.blog article.post .post-content-wrapper .tags-links a,
.page-template-page-blog article.post .post-content-wrapper .tags-links a,
.archive.category article.post .post-content-wrapper .tags-links a,
.archive.tag article.post .post-content-wrapper .tags-links a {
	margin-bottom: 4px;
	padding: 0 5px;
	border: 1px solid #ddd;
}
.blog article.post .post-content-wrapper .tags-links a:hover,
.page-template-page-blog article.post .post-content-wrapper .tags-links a:hover,
.archive.category article.post .post-content-wrapper .tags-links a:hover,
.archive.tag article.post .post-content-wrapper .tags-links a:hover {
	background-color: #f1f1f1;
}


.blog #secondary,
.page-template-page-blog #secondary,
.archive.category #secondary,
.archive.tag #secondary {
	margin: 40px 0;
}
.blog #secondary .widget:last-of-type,
.page-template-page-blog #secondary .widget:last-of-type,
.archive.category #secondary .widget:last-of-type,
.archive.tag #secondary .widget:last-of-type {
	margin-bottom: 0;
}


#main .navigation.pagination {
	margin: 40px 0;
}

#main .navigation.pagination .nav-links {
	text-align: center;
}

#main .navigation.pagination .nav-links > * {
	padding: 3px 8px;
	border: 1px solid #ccc;
	text-decoration: none;
	background-color: #fff;
}

#main .navigation.pagination .nav-links a:hover {
	background-color: #f9f9f9;
}

#main .navigation.pagination .nav-links .prev {
	margin-right: 15px;
}
#main .navigation.pagination .nav-links .next {
	margin-left: 15px;
}
#main .navigation.pagination .nav-links .current {
	background-color: #eee;
}


/* No images option */
.blog #content.no-blog-images > header,
.page-template-page-blog #content.no-blog-images > header,
.archive.category #content.no-blog-images > header,
.archive.tag #content.no-blog-images > header {
	width: 300px;
	float: left;
	margin-top: 40px;
	margin-right: 30px;
}

.blog #content.no-blog-images > header h1,
.page-template-page-blog #content.no-blog-images > header h1,
.archive.category #content.no-blog-images > header h1,
.archive.tag #content.no-blog-images > header h1 {
	font-size: 28px;
}

.blog #content.no-blog-images .header-divider,
.page-template-page-blog #content.no-blog-images .header-divider,
.archive.category #content.no-blog-images .header-divider,
.archive.tag #content.no-blog-images .header-divider {
	display: none;
}

.blog #content.no-blog-images #primary,
.page-template-page-blog #content.no-blog-images #primary,
.archive.category #content.no-blog-images #primary,
.archive.tag #content.no-blog-images #primary {
	width: 510px;
	margin-top: 40px;
}

.blog #content.no-blog-images article.post,
.page-template-page-blog #content.no-blog-images article.post,
.archive.category #content.no-blog-images article.post,
.archive.tag #content.no-blog-images article.post {
	padding-left: 30px;
	border-left: 1px solid #ddd;
}
.blog #content.no-blog-images article.post:first-of-type,
.page-template-page-blog #content.no-blog-images article.post:first-of-type,
.archive.category #content.no-blog-images article.post:first-of-type,
.archive.tag #content.no-blog-images article.post:first-of-type {
	padding-top: 0;
}

.blog #content.no-blog-images article.post .post-content-wrapper,
.page-template-page-blog #content.no-blog-images article.post .post-content-wrapper,
.archive.category #content.no-blog-images article.post .post-content-wrapper,
.archive.tag #content.no-blog-images article.post .post-content-wrapper {
	width: 100%;
}
/* END No images option */


/* Single post page */
.single-post #content > header {
	margin: 1% 0 0;
	padding: 2% 1% 1.5%;
	background-color: #fff;
}
.single-post #content > header h1 {
	margin: 0;
    line-height: 1.15;
}

.single-post #content > header .post-meta-info {
	margin-top: 1em;
}

.single-post #primary {
	width: 100%;
	margin-right: 0;
	padding: 1vw 1vw 0;
	float: none;
	background-color: #fff;
}
.single-post #secondary {
	width: 18%;
	float: right;
}
.single-post #primary,
.single-post #secondary {
	margin-top: 0;
}

.single-post .stom-posts .stom-post-thumb {
	float: none;
}
.single-post .stom-posts .stom-post-thumb img {
    display: block;
    width: 100px;
}

.single-post .header-divider {
	margin: 2% 0;
	background-color: #ddd;
}
.single-post .entry-header .post-meta-info a {
	display: inline-block;
	color: #2c3f46;
	font-weight: bold;
	text-decoration: none;
}

.single-post .entry-header .post-meta-info .byline {
	display: none;
}

.single-post article.post:after {
	content: '';
	display: table;
	clear: both;
}

.single-post .post-featured_img {
	margin-bottom: 2%;
	line-height: 0;
}

.single-post #single-post-content-sidebar {
    width: 25%;
    margin: 0 4% 0 0;
    float: left;
}

.single-post .entry-content {
	width: 100%;
	margin-top: 0;
}
.single-post #single-post-content-sidebar + .entry-content {
	width: calc(100% - 25% - 4%);
    float: left;
}

.single-post .entry-content > p:first-of-type {
	margin-top: 0;
}
/* END Single post page */

/*** END Standard wp blog template; custom blog template; post category template ***/



/* Search template */
.search #content > header {
	margin: 30px 0 20px;
}
.search #content > header h1 {
	margin: 0;
	line-height: 1.15;
    word-break: break-word;
}

.search .header-divider {
	margin: 30px 0 0;
	background-color: #ddd;
}

.search #main article {
	margin: 0;
	padding: 30px 0;
	border-top: 1px solid #ddd;
}
.search #main article:first-of-type {
	border-top: none;
}
.search #main article:last-of-type {
	border-bottom: 1px solid #ddd;
}

.search #main article h2.entry-title {
	margin-top: 0;
	font-size: 1.7em;
}
.search #main article .posted-on a {
	color: #2c3f46;
    font-weight: bold;
    text-decoration: none;
}

.search #main article .entry-summary > p:last-of-type {
	margin-bottom: 0;
}

#main .navigation.posts-navigation {
	margin: 30px 0;
}

.search #secondary {
	margin: 30px 0;
}
.search #secondary .widget:last-of-type {
	margin-bottom: 0;
}


.search #primary .search-form label {
	font-size: 0;	
}
.search #primary .search-field,
.search #primary .search-submit {
	display: inline-block;
	font-size: 13px;
	line-height: normal;
	border-radius: 0;
    -webkit-appearance: none;
    vertical-align: top;
}
.search #primary .search-field {
    padding: 8px 10px;
}

.search #primary .search-submit {
	padding: 8px 15px;
	border: 1px solid transparent;
}
.search #primary .search-submit::-moz-focus-inner {
	border: 0;
}
/* END Search template */



/* Widget titles */
.widget-area .widget-title {
	display: block;
	margin-bottom: 15px;
}
/* END Widget titles */



/* Search widget */
.widget-area .widget_search .widget-title {
	display: block;
	margin-bottom: 15px;
}

.widget-area .widget_search .search-form label {
	font-size: 0;	
}
.widget-area .widget_search .search-field,
.widget-area .widget_search .search-submit {
	display: inline-block;
	font-size: 13px;
	line-height: normal;
	border-radius: 0;
    -webkit-appearance: none;
    vertical-align: top;
}
.widget-area .widget_search .search-field {
    width: 77%;
    padding: 5px 10px;
}

.widget-area .widget_search .search-submit {
	width: 23%;
	padding: 5px 0;
	border: 1px solid transparent;
}
.widget-area .widget_search .search-submit::-moz-focus-inner {
	border: 0;
}
/* END Search widget */



/* Category widget */
.widget-area .widget_categories ul {
	margin: 0;
	padding: 0;
}
.widget-area .widget_categories ul li {
	display: block;
	background-color: #fff;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
	list-style: none;
}
.widget-area .widget_categories ul li:last-of-type {
	border-bottom-width: 1px;
}
.widget-area .widget_categories ul li a {
	display: inline-block;
	padding: 5px 0 5px 8px;
}
.widget-area .widget_categories ul li.current-cat {
	background-color: #f1f1f1;
}
/* END Category widget */



/* Stom_posts widget */
.widget-area .widget .stom-posts .stom-post-wrapper:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.widget-area .widget .stom-posts + p {
	margin: 0;
}
/* END Stom_posts widget */



#page {
	padding-top: 50px;
	transition: padding .2s;
}

.nav-wrap {
	/*display: inline-block;*/
	max-width: 100%;
	flex-grow: 4;
	margin: 0;
	float: none;
	clear: none;
}

body.logged-in .logged-in,
.not-logged-in {
	display: inline-block;
}
body .logged-in,
body.logged-in .not-logged-in {
	display: none;
}

.site-branding {
	width: 12vw;
	padding-right: 1.5vw;
}


.main-navigation .menu-item-shop {
	flex-grow: 1.5 !important;
}
.main-navigation li > a {
	border-top-color: #283a68 !important;
	outline: none;
}
.main-navigation .menu-item-esd {
	flex-grow: 1.5 !important;
}
.main-navigation .menu-item-esd > a {
	color: #ffff00 !important;
	border-top-color: #ffff00 !important;
	font-weight: bold;
	outline: none;
}
.main-navigation li.current-sublevel > a,
.main-navigation li.current-menu-item > a {
	padding-top: .55vw;
	border-top: .45vw solid;
}
.main-navigation .menu-item-esd.current-sublevel > a {
	color: #000 !important;
}

@media only screen and (min-width: 1200px) {
	.main-navigation li:hover > a {
		padding-top: .55vw;
		border-top: .45vw solid;
	}

	.main-navigation .menu-item-esd:hover > a {
		color: #000 !important;
	}
}

body.logged-in .main-navigation .logged-in a {
	padding-top: .4vw;
    padding-bottom: .55vw;
	font-weight: bold;
}
body.logged-in .main-navigation .logged-in div {
	font-size: .7em;
	font-weight: normal;
}
body.logged-in .main-navigation .logged-in:hover a,
body.logged-in .main-navigation .logged-in.current-menu-item a {
    padding-top: .1vw;
    padding-bottom: .4vw;
}



.second-level-menu > ul,
.second-level-menu > div > ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.second-level-menu > ul > li,
.second-level-menu > div > ul li {
	flex-grow: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* IE 10/11 fix til sub-menu */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.second-level-menu > ul > li,
	.second-level-menu > div > ul li {
		flex-basis: 0;
	}
	
	.second-level-menu li.batterier_og_lys {
		flex-grow: 1.1;
	}
	.second-level-menu li.emballage_rengoering {
		flex-grow: 1.5;
	}
	.second-level-menu li.entreprenoermateriel {
		flex-grow: 1.25;
	}
	.second-level-menu li.haandvaerktoej {
		flex-grow: 0.9;
	}
	.second-level-menu li.hoejspaending {
		flex-grow: 0.9;
	}
	.second-level-menu li.indretning_opbevaring {
		flex-grow: 1.6;
	}
	.second-level-menu li.inspektion {
		flex-grow: 0.8;
	}
	.second-level-menu li.kabel_tilbehoer {
		flex-grow: 1;
	}
	.second-level-menu li.kemi {
		flex-grow: 0.5;
	}
	.second-level-menu li.loddeudstyr {
		flex-grow: 0.9;
	}
	.second-level-menu li.personligt_udstyr {
		flex-grow: 1.1;
	}
	.second-level-menu li.test_maaleudstyr {
		flex-grow: 1.2;
	}
	
	.second-level-menu li.esd_indretning_og_opbevaring {
		flex-grow: 1.4;
	}
}
.second-level-menu > ul > li:not(:last-of-type) > a:after,
.second-level-menu > div > ul > li:not(:last-of-type) > a:after,
.second-level-menu.handled > ul > li:last-of-type > a:after,
.second-level-menu.handled > div > ul > li:last-of-type > a:after {
	content: '';
	position: absolute;
	top: 25%;
	right: 0;
	width: 2px;
	height: 50%;
	background-color: #eee;
}
.second-level-menu > ul > li > a,
.second-level-menu > div > ul > li > a,
.second-level-menu .show-more-list .more-list > li > a  {
	position: relative;
	display: block;
	padding: .95vw .2vw;
	font-size: .8em;
	text-decoration: none;
	text-align: center;
	border-bottom: 5px solid transparent;
	/*transition: padding .3s;*/
	outline: none;
}

.second-level-menu .show-more-list {
	/*position: relative;*/
	height: 5.2vw;
    overflow: visible;
}
.second-level-menu .show-more-list .show-more {
	padding: 2.3vw 4vw;
	text-align: center;
	cursor: pointer;
}
.second-level-menu .show-more-list .show-more svg {
	height: 1.5vw;
}
.second-level-menu .show-more-list .show-more span {
	display: block;
	font-weight: bold;
}
.second-level-menu .show-more-list .more-list {
	position: relative;
    top: -999vw;
    /*margin-top: .2vw;*/
    background-color: #fff;
    border-top: 1px solid #ccc;
    box-shadow: -1px 8px 20px -5px black;
}
.second-level-menu .show-more-list.active .more-list {
	position: static;
}
.second-level-menu .show-more-list .more-list > .menu-item {
	margin: 0;
	padding: 0;
	list-style: none;
}
.second-level-menu .show-more-list .more-list > .menu-item > a {
	padding-right: .5vw;
	padding-left: .8vw;
	font-weight: normal !important;
	text-align: left;
	border: none;
	white-space: pre;
}
.search-focus .second-level-menu .show-more-list .more-list {
	background-color: transparent;
}
.search-focus .second-level-menu .show-more-list .more-list > .menu-item > a {
	position: relative;
    top: -999vw;
}
.second-level-menu .show-more-list .more-list > .menu-item > a > svg {
	display: inline-block;
    width: 4vw;
    margin: 0 1vw 0 0;
    vertical-align: middle;
}


.second-level-menu .close-cta {
	float: right;
}
.second-level-menu .mega-sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 6.5%;
	width: 87%;
	padding: 1.3vw 1.5vw 0;
	background-color: #ddd;
}
.second-level-menu .mega-sub-menu:after {
    content: '';
    position: absolute;
    left: 1.5vw;
    bottom: 1.5vw;
    width: calc(100% - (1.5vw * 2));
    height: 1.7vw;
    background: -moz-linear-gradient(top, rgba(221,221,221,0) 0%, rgba(221,221,221,0) 1%, rgba(221,221,221,1) 100%);
    background: -webkit-linear-gradient(top, rgba(221,221,221,0) 0%,rgba(221,221,221,0) 1%,rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(221,221,221,0) 0%,rgba(221,221,221,0) 1%,rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dddddd', endColorstr='#dddddd',GradientType=0 );
    pointer-events: none;
    z-index: 5;
}
.second-level-menu .current > .mega-sub-menu,
.second-level-menu .current-menu-item > .mega-sub-menu {
	display: block;
}
/*.second-level-menu .mega-sub-menu:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2vw;
	background-color: rgba(255, 255, 255, .3);
}*/

.second-level-menu .parent-title {
	display: inline-block;
	font-size: 1.1em;
}

.second-level-menu .mega-sub-menu-item-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	max-height: 55vh;
	margin: 1.3vw 0 1.5vw;
	padding-bottom: 1.5vw;
	overflow: auto;
}

.second-level-menu .mega-sub-menu-item {
	width: 24%;
	min-height: 7.5vw;
	margin: 0 1.3% 1.3% 0;
	padding: 0;
	float: left;
	font-size: .85em;
	background-color: #fff;
	-webkit-box-shadow: 0 -1px 7px -2px black;
    box-shadow: 0 -1px 7px -2px black;
	overflow: hidden;
}
.second-level-menu .mega-sub-menu-item:nth-of-type(4n) {
	margin-right: 0;
}
.second-level-menu .mega-sub-menu-item a {
	display: block;
	text-decoration: none;
}
.second-level-menu .mega-sub-menu-item img {
	max-width: 8vw;
	margin: .3vw;
	float: right;
}
.second-level-menu .mega-sub-menu-item .item-title {
	display: block;
	padding: .8vw 0 0 .8vw;
	font-weight: bold;
}
.second-level-menu .mega-sub-menu-item .sub-categories-wrapper {
	margin: .2vw 0 0;
	padding-left: .8vw;
}
.second-level-menu .mega-sub-menu-item .sub-categories-wrapper .sub-category {
	margin-top: .2vw;
}
.second-level-menu .mega-sub-menu-item .sub-categories-wrapper .sub-category:last-of-type {
	margin-bottom: .7vw;
}


.second-level-menu svg {
    display: block;
	height: 2vw;
    margin: 0 auto .2vw;
}

.scrolled #masthead:not(:hover) .second-level-menu:not(.current-visible) svg,
body.scrolled:not(.home):not(.term-elektronikproduktion):not(.woocommerce-account) #masthead:not(:hover) .second-level-menu:not(.current-visible) svg {
	display: none;
}
.scrolled #masthead:not(:hover) .second-level-menu:not(.current-visible) .menu > li > a,
.scrolled #masthead:not(:hover) .second-level-menu:not(.current-visible) .show-more-list .show-more,
body.scrolled:not(.home):not(.term-elektronikproduktion):not(.woocommerce-account) #masthead:not(:hover) .second-level-menu:not(.current-visible) .menu > li > a {
	padding: 5px .2vw 0;
}
.scrolled #masthead:not(:hover) .second-level-menu:not(.current-visible) .show-more-list {
	height: 2.2vw;
}
.scrolled #masthead:not(:hover) .second-level-menu:not(.current-visible) .show-more-list .show-more span {
	display: inline-block;
	margin-left: .5vw;
}


.second-level-menu .current > a,
.second-level-menu .current-menu-item > a,
.second-level-menu .current-mega-parent > a,
.second-level-menu li:hover > a {
	font-weight: bold;
	border-bottom-color: #283a68;
}
.esd-menu .current > a,
.esd-menu li:hover > a,
.esd-menu .current-mega-parent > a {
	font-weight: bold;
	border-bottom-color: #ffff00;
}



.grid-setup .block-item {
	float: left;
	padding: 1%;
	/*font-size: 1.5rem;*/
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #bbb;
	-webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
}
.grid-setup .block-item p {
	font-size: 1.5rem;
}
.grid-setup .top-wide {
	width: 71.85%;
	height: 21.3vw;
	margin: 0 1.3% 1.3% 0;
	padding: 1.2% 1.5%;
}
.grid-setup .top-wide.slider {
	padding:0;
}
.grid-setup .top-wide p {
	margin: .7em 0 .5em;
}
.grid-setup .top-tall {
	width: 26.85%;
	height: 43.3vw;
	float: right;
}
.grid-setup .bottom-left,
.grid-setup .bottom-middle,
.grid-setup .bottom-right {
	width: 23.07%;
	height: 20.65vw;
	margin-right: 1.3%;
	padding: .7% 1.3%;
}
.grid-setup .bottom-left {
	border: 4px solid #283a68;
	background-size: 8.5vw auto;
    background-position: bottom .8vw right .8vw;
}
.grid-setup .bottom-middle {
	position: relative;
	padding: .7% 0 0 0;
	border-top-width: 0;
	overflow: hidden;
}
.grid-setup .bottom-middle:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background-color: #283a68;
}
.grid-setup .bottom-middle h2 {
	padding: 0 5%;
}
.grid-setup .bottom-right {
	float: right;
	background-position: bottom right;
}

.grid-setup .block-item h1,
.grid-setup .block-item h2 {
	margin-top: 0;
	color: #000;
	font-size: 1.7vw;
	text-transform: none;
}
.grid-setup .block-item h2 {
	margin-bottom: 10px;
	line-height: 130%;
}
.grid-setup .block-item .content-logged-in {
	padding: 0 5%;
}
.grid-setup .block-item h2 + p {
	margin: .5em 0 .7em;
}
.grid-setup .block-item .cta {
	margin-top: 1.5vw;
}

.grid-setup .top-tall {
	position: relative;
}
.grid-setup .top-tall p {
	position: absolute;
	bottom: 15vw;
	left: 50%;
	margin: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 0;
}
.grid-setup .top-tall p img {
	width: 100%;
}

.grid-setup .custom-wp-loginform {
	margin-top: 4%;
	padding: 5% 5% 15%;
	background-color: #e6e6e6;
}
.grid-setup .custom-wp-loginform p {
	margin: 0 0 4%;
	font-size: .8rem;
}
.grid-setup .custom-wp-loginform .login-submit {
	margin: 8% 0;
}

.grid-setup .custom-wp-loginform .login-remember {
	display: block;
	position: relative;
	padding-left: 1.2rem;
	font-size: .8rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.grid-setup .custom-wp-loginform .login-remember label {
	padding-left: .3rem;
	cursor: pointer;
}
.grid-setup .custom-wp-loginform #rememberme {
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0;
}
.grid-setup .custom-wp-loginform .checkmark {
	position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    padding: 2.5%;
    background-color: #fff;
    border: 1px solid #000;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.grid-setup .custom-wp-loginform .login-remember label:hover input ~ .checkmark {
	/*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.grid-setup .custom-wp-loginform .login-remember input:checked ~ .checkmark {
	background-color: #283a68;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.grid-setup .custom-wp-loginform .login-remember input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.grid-setup .custom-wp-loginform .login-remember .checkmark:after {
	left: 55%;
	top: 40%;
	width: 35%;
	height: 70%;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.grid-setup .custom-wp-loginform input:not(#rememberme) {
	width: 100%;
	padding: .5% 2% .7%;
	font-size: 1rem;
	outline: 0;
	border: 1px solid #000;
	border-radius: 3px;
}

.grid-setup .custom-wp-loginform .login-submit input#wp-submit {
	/*font-size: .7rem;*/
	background-color: #283a68;
	text-transform: none;
}

.grid-setup .custom-wp-loginform .login-remember a {
	float: right;
	text-decoration: none;
}

.grid-setup .custom-wp-loginform .create-account a {
	display: block;
	width: 100%;
    padding: .5% 2% .7%;
    font-size: 1rem;
    outline: 0;
    border: 1px solid #000;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
}


.cta {
	display: inline-block;
}
.cta a {
	display: inline-block;
	padding: 1px 12px 3px;
	/*font-size: .7rem;*/
	color: #fff;
	background-color: #283a68;
	text-decoration: none;
	border: 1px solid #000;
	border-radius: 3px;
}


#footer-section {
	padding: 1% 5% 3%;
}
#footer-section .section {
	padding: 0;
}

#footer-section .footer-title {
	display: block;
	margin-bottom: 1.7em;
	color: #fff;
	font-size: 1.15rem;
	font-weight: bold;
}
#footer-section .footer-title.image {
	margin-bottom: 0.7em;
}
#footer-section .footer-title.image img {
	max-width: 9.5vw;
}
#footer-section .social-icons {
	margin-top: 1.5vw;
}
#footer-section .social-icons a {
	display: inline-block;
	width: 2.5vw;
	margin-right: .5vw;
}
#footer-section .social-icons br {
	display: none;
}
#footer-section .cta-links .svg-icon {
	width: 2.5vw;
	display: inline-block;
	margin-right: 1.5vw;
	vertical-align: middle;
}
#footer-section .cta-links a {
	font-size: 1.3em;
	font-weight: bold;
}
#footer-section .cta-links p {
	margin-bottom: 1em;
}

#footer-section p,
#footer-section .span-p {
	display: block;
	margin: 0 0 .5em;
}

#footer-section a {
	color: inherit;
	text-decoration: none;
}



.search-focus-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
    z-index: 50;
}

#page.search-focus .nav-wrap {
	/*display: none;*/
}
#page.search-focus #content,
#page.search-focus #footer-section {
	position: relative;
}
#page.search-focus .search-focus-overlay {
	/*display: block !important;*/
}



#customer-support-wrapper {
	position: fixed;
	bottom: 2.5vw;
	right: 2.5vw;
	max-width: 19vw;
	text-align: right;
	line-height: 0;
	z-index: 20;
}
#customer-support-wrapper .customer-support-toggle {
	position: relative;
	display: inline-block;
	padding: 2vw;
	background-color: #283a68;
	border-radius: 50%;
	cursor: pointer;
}
#customer-support-wrapper .customer-support-toggle:before,
#customer-support-wrapper .customer-support-toggle:after {
	content: ' ';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 50%;
	background-color: #fff;
}
#customer-support-wrapper .customer-support-toggle:before {
	-webkit-transform: translate(-50%, -50%) rotateZ(45deg);
	-ms-transform: translate(-50%, -50%) rotateZ(45deg);
	-o-transform: translate(-50%, -50%) rotateZ(45deg);
	transform: translate(-50%, -50%) rotateZ(45deg);
}
#customer-support-wrapper .customer-support-toggle:after {
	-webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
	-ms-transform: translate(-50%, -50%) rotateZ(-45deg);
	-o-transform: translate(-50%, -50%) rotateZ(-45deg);
	transform: translate(-50%, -50%) rotateZ(-45deg);
}

#customer-support-wrapper .customer-support-content {
	margin-bottom: .7vw;
	padding: 1vw 1.3vw 1.7vw;
	text-align: left;
	line-height: 1.3;
	border-radius: .4vw;
	-webkit-box-shadow: 0 0 12px -2px #000;
	box-shadow: 0 0 12px -2px #000;
	background: rgb(40,58,104);
	background: -moz-linear-gradient(top, rgba(40,58,104,1) 0%, rgba(40,58,104,1) 28%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(40,58,104,1) 0%,rgba(40,58,104,1) 28%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(40,58,104,1) 0%,rgba(40,58,104,1) 28%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283a68', endColorstr='#ffffff',GradientType=0 );
}

#customer-support-wrapper .customer-support-title {
	display: block;
	margin-bottom: 1.5vw;
	color: #fff;
	font-size: 1.5rem;
}
#customer-support-wrapper .customer-support-title .smiley {
	margin-left: 1vw;
}

#customer-support-wrapper .customer-support-description,
#customer-support-wrapper .customer-support-options > div {
	margin-bottom: 1.2vw;
	background-color: #fff;
	border-radius: .2vw;
	-webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .5);
	box-shadow: 0 0 5px -1px rgba(0, 0, 0, .5);
}

#customer-support-wrapper .customer-support-description {
	padding: .8vw .7vw;
}
#customer-support-wrapper .customer-support-description strong {
	display: block;
	margin-bottom: 1vw;
}

#customer-support-wrapper .customer-support-options > div:last-of-type {
	margin-bottom: 0;
}
#customer-support-wrapper .customer-support-options > div a {
	display: block;
	padding: .4vw .7vw;
	font-size: .9rem;
	text-decoration: none;
	text-align: center;
}



.close-cta span {
	margin-left: 10px;
    text-transform: uppercase;
}


body.page:not(.home):not(.page-template-page-frontpage-template) #content,
body.archive.category #content,
body.page-id-7 #content {
    margin: 1.5vw;
    padding: 1.5vw;
    background: #fff !important;
}

body.page-id-7.logged-in #content {
	margin:0;
	padding: 0 1vw;
	background: #E6E6E6 !important;
}

.page-id-7 form.woocommerce-form.woocommerce-form-login.login {
    max-width: 30vw;
    margin: 0 auto;
    border: none;
}

.page-id-7 button.woocommerce-Button.button {
    background-color: #0a3266;
    color: #fff;
}


#content > .logout-message {
    margin-top: 1%;
    padding: 0 1%;
	text-align: center;
}
#content > .logout-message div {
	padding: 1%;
    background-color: #fff;
    font-weight: bold;
}


/*FOOTER POP UP*/
.stom-footer-pop-up {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 272px;
    padding: 0;
    line-height: 0;
    border-radius: 8px 0 0 0;
    -webkit-box-shadow: -5px -4px 10px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: -5px -4px 10px 0px rgba(0,0,0,0.45);
	box-shadow: -5px -4px 10px 0px rgba(0,0,0,0.45);
    z-index: 5;
}

.stom-footer-pop-up .gform_wrapper .top_label .gfield_label {
    display: none!important;
}

.stom-footer-pop-up-content p {
    font-size: 16px;
}

.stom-footer-pop-up .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    font-size: 14px !important; 
}

.stom-footer-pop-up .gform_wrapper {
	padding:0 !important;
}

.stom-footer-pop-up .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    min-width: 100%;
    margin: 0 !important;
    padding: 7px 10px !important;
    text-transform: uppercase;
    border-radius: 0;
    transition:0.2s;
}

.stom-footer-pop-up .gform_wrapper .gform_footer input[type=submit]:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	background:#000 !important;
	border:solid 2px #000;
    color: #fff;
}

.stom-footer-pop-up .gform_wrapper .gform_footer input[type=submit]:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):hover {
	background:#0A3266 !important;
	border:solid 2px #fff;
	transition:0.2s;
}
.pop-content a{
	color: #ffd19d;
	text-decoration: none;
}
.pop-open {
	display: block;
	padding: 8px 0 5px;
	line-height: 1.5;
	border: none;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 25px;
	color: #fff;
	line-height: 1;
	background-color: #0A3266;
	border-radius: 8px 0 0 0;
	cursor: pointer;
}
.pop-open img {
	margin-right: 10px;
	vertical-align: baseline;
	max-width: 66px;
}
.pop-close{
	cursor:pointer; position:absolute; top:-5px; right:-5px;
	width:20px;
	height:20px;
	background:#fff;
	border-radius:50%;
}
.pop-content {
	line-height: 1.5;
}
.pop-header{
	line-height:0;
	margin:0;
	padding:0;
}
.pop-wrap{
	padding:1rem;
	background: #0A3266;
	color:#fff;
	text-align:center;
}
.pop-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.pop-wrap .gform_wrapper textarea {
	border:none;
}
.pop-wrap h3.stom-footer-pop-up-title {
    color: #fff;
    margin-top: 17px;
    margin-bottom: -10px;
    font-size: calc(18px + 1.05vw);
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
.pop-wrap .stom-footer-pop-up-content p {
	margin-top: 0;
}
.pop-wrap .gform_wrapper ul.gform_fields li.gfield {
	display: inline-block;
	width: 100%;
}
.pop-wrap .gform_wrapper ul.gform_fields li.gfield,
.pop-wrap .gform_wrapper .gform_footer {
	margin-top: 4% !important;
}
.pop-wrap .gform_wrapper ul.gform_fields li.gfield .ginput_container {
	margin: 0 !important;
    line-height: 0;
}
.pop-wrap .gform_wrapper ul.gform_fields li.gfield.gf_left_half,
.pop-wrap .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
	width: 48% !important;
}
.pop-wrap .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
	margin-left: 4% !important;
}

/*FOOTER POP UP END*/

.woocommerce-checkout .stom-login-form-wrap {
    margin-top: 20px;
    padding: 15px 15px;
 	max-width: 400px;
    border: 1px solid #bbb;
    -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
}
.woocommerce-checkout .stom-login-form-wrap p {
	margin: 0 0 4%;
	font-size: .8rem;
}

.woocommerce-checkout .stom-login-form-wrap .login-remember {
	display: block;
	position: relative;
	padding-left: 1.2rem;
	font-size: .8rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.woocommerce-checkout .stom-login-form-wrap .login-remember label {
	padding-left: .3rem;
	cursor: pointer;
}
.woocommerce-checkout .stom-login-form-wrap #rememberme {
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0;
}
.woocommerce-checkout .stom-login-form-wrap .checkmark {
	position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    padding: 2.5%;
    background-color: #fff;
    border: 1px solid #000;
    cursor: pointer;
}

.woocommerce-checkout .stom-login-form-wrap .login-remember .checkmark:after {
	left: 55%;
	top: 40%;
	width: 35%;
	height: 70%;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.woocommerce-checkout .stom-login-form-wrap input:not(#rememberme) {
	width: 100%;
    padding: 5px 10px;
	font-size: 1rem;
	outline: 0;
	border: 1px solid #000;
	border-radius: 3px;
}

.woocommerce-checkout .stom-login-form-wrap .login-submit input#wp-submit {
	background-color: #283a68;
	text-transform: none;
    font-size: 1rem;
    color: #fff;
}

.woocommerce-checkout .stom-login-form-wrap .login-remember a {
	float: right;
	text-decoration: none;
}

.woocommerce-checkout .stom-login-form-wrap .create-account a {
	display: block;
	width: 100%;
	font-size: 1rem;
    outline: 0;
    border: 1px solid #000;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
}

.woocommerce-checkout .stom-login-form-wrap p.login-submit {
    overflow: auto;
}

/* On mouse-over, add a grey background color */
.woocommerce-checkout .stom-login-form-wrap .login-remember label:hover input ~ .checkmark {
	/*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.woocommerce-checkout .stom-login-form-wrap .login-remember input:checked ~ .checkmark {
	background-color: #283a68;
}

/* Show the checkmark when checked */
.woocommerce-checkout .stom-login-form-wrap .login-remember input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.woocommerce-checkout .stom-login-form-wrap .login-remember .checkmark:after {
	left: 55%;
	top: 40%;
	width: 35%;
	height: 70%;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}


/*MEDARBEJDERE*/
.page-id-562 h1.entry-title {
    text-align: center;
}

.all-medarb-wrap .stom-cols-4.last + .stom-cols-4 {
    clear: left;
}
.medarbejder-nav{
	list-style:none;
	padding:0;
	margin-top:38px;
	font-family:"Oswald", sans-serif;
}
.medarbejder-nav a{
	text-decoration:none;
	font-weight: 600;
}
.medarbejder-nav .current-item a{
	font-weight:700;
}
.all-medarb-wrap{
	text-align:center;
}
.all-medarb-wrap a{
	text-decoration:none;
}
.medarb-navn h4{
	margin-bottom:5px;
	font-size: 1.3em;
	font-weight:600;
}
.medarb-email a:before{
	font-family:dashicons;
	content: "\f466";
	vertical-align:middle;
	margin-right:5px;
}
.medarb-telefon__mobil a:before{
	font-family:dashicons;
	content: "\f525";
	vertical-align:middle;
	margin-right:5px;
}

.page-id-562 .site-content ul li {
    margin: 0 0 1em 0;
}


/****** Logoer i menu på konto side ***********/
/* a[data-title="Fakturaoversigt"]:before,
a[data-title="Ordreroversigt"]:before,
a[data-title="Mine favoritter"]:before,
a[data-title="Indkøbsordre"]:before,
a[data-title="Indstillinger"]:before,
a[data-title="Log ud"]:before {
    visibility: visible !important;
    overflow: auto;
    height: 45px!important;
	width: 40px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 86%;
}

a[data-title="Fakturaoversigt"]:before {
    background-image: url(../images/svg/invoice.svg) !important;
}

a[data-title="Ordreroversigt"]:before {
	background-image: url(../images/svg/orders.svg) !important;
}

a[data-title="Mine favoritter"]:before {
	background-image: url(../images/svg/favorites.svg) !important;
}

a[data-title="Indkøbsordre"]:before {
	background-image: url(../images/svg/purchase_order.svg) !important;
}

a[data-title="Indstillinger"]:before {
	background-image: url(../images/svg/settings.svg) !important;
}

a[data-title="Log ud"]:before {
	background-image: url(../images/svg/log_out.svg) !important;
} */

.home p.login-error {
    color: #E2001A;
    font-weight: 600;
    margin: 0;
    text-align: center;
	border: 2px solid #E2001A;
    padding: 1%;
    margin-bottom: 6px;
}

/********** Liste visning *************/

.page-id-14767 img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 5vw !important;
    width: auto;
}

.page-id-14767 td.product-thumbnail,
.page-id-14767 td.product-name  {
	text-align: left !important;
}

.page-id-14767 .cart_item td.product-quantity {
	text-align: center !important;
}

.page-id-14767 #wl-wrapper .wl-table td {
	vertical-align: middle;
}

/********** Liste visning END *************/

.single-post #content {
    text-align: center;
}

.price-center .product-special-price .meta-values {
    width: 100%;
}

.price-center .product-special-price .special-price-value {
    text-align: center;
}

/* Royal slider styling */

#new-royalslider-1 .rsContent .royalslider-text-box {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    padding: 1.2% 1.5%;
}

#new-royalslider-1 .rsContent .royalslider-text-box p {
	color:#222;
}

#new-royalslider-1 .rsArrow .rsArrowIcn {
	top:55% !important;
}

#new-royalslider-1  .royalslider-text-box .specials {
    right: 1.5%;
    bottom: 8%;
    position: absolute;
    color: #005E87;
    font-size: 92px;
    font-weight: 600;
    margin: 0;
}

#new-royalslider-1 .royalslider-text-box .rsABImage {
    position: absolute;
    top: 6.2%;
    right: 0;
    max-width: 250px;
}

@media only screen and (max-width: 1140px) {
	#new-royalslider-1 .royalslider-text-box .rsABImage {
		max-width: 200px;
	}
}

@media only screen and (max-width: 959px) {
	#new-royalslider-1 {
		height: 100%!important;
	}
}

@media only screen and (max-width: 767px) {
	#new-royalslider-1 .royalslider-text-box .rsABImage {
		top:20%;
		max-width: 120px;
	}
	
	#new-royalslider-1 .royalslider-text-box .specials {
		font-size: 45px !important;
	}
}
	
/* Royal slider styling END */



/* Forside sektioner */
.home .section-wrap:not(#footer-section) {
	margin: 0 1% 1%;
	padding: 1%;
}
.home .section-wrap:not(#footer-section) .section {
	paddinG: 0;
}

.home .section-wrap:not(#footer-section) .section .stom-cols-3 {
	width: 23.07%;
    margin-right: 1.3%;
	background-color: #fff;
    border: 1px solid #bbb;
    -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
}
.home .section-wrap:not(#footer-section) .section .stom-cols-3.last {
	width: 26.85%;
}
.home .section-wrap:not(#footer-section) .section .stom-cols-3 > :first-child {
	margin-top: 0;
}
.home .section-wrap:not(#footer-section) .section .stom-cols-3 > :last-child {
	margin-bottom: 0;
}
/* END Forside sektioner */



/* IFM. Tilføjelse af IceCat LIVE */
#stom-scroll-to-top {
	position: fixed;
	right: 40px;
	bottom: calc(38px + 40px);
	display: table;
	width: 60px;
	height: 60px;
	background-color: #333;
	color: #fff;
	line-height: 0;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.29);
	z-index: 4;
}
#stom-scroll-to-top span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#stom-scroll-to-top span i {
	font-size: 30px;
	line-height: .5;
}
/* END IFM. Tilføjelse af IceCat LIVE */



.page-template-page-frontpage-template article,
.page-template-page-frontpage-template .entry-content {
	margin: 0;
}


.custom-gutenberg-slider .slick-slider .slick-slide {
	height: auto;
	padding: 0;
	border: none;
}
.custom-gutenberg-slider .uagb-column__inner-wrap > * {
	margin: 0;
}
.custom-gutenberg-slider .slick-slider .slick-arrow {
	top: 50%;
	width: 3vw;
    height: 3vw;
	background-color: transparent;
	transform: translateY(calc(-50% - .5px));
}
.custom-gutenberg-slider .slick-slider .slick-arrow:before {
	font-size: 2.5vw;
	color: #fff;
	text-shadow: 0 0 3px black;
}
