/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

:root {
    --main-content-width: 1140px;
    --gap-s: 25px;
    --gap-m: 50px;
    --gap-l: 100px;
    --text-color: #0c2340;
    --grid-2-cols: 2;
    --grid-3-cols: 3;
    --grid-4-cols: 4;
    --grid-5-cols: 5;
    --grid-6-cols: 6;
    --grid-7-cols: 7;
    --grid-8-cols: 8;
    --grid-9-cols: 9;
    --grid-10-cols: 10;
    --grid-11-cols: 11;
    --grid-12-cols: 12;
}

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: #2C3F46; */
}

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
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #666;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "proxima-nova", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    color: #0c2340;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.4em;
}

h6 {
    font-size: 1.1em;
}

h1 span.ekstra-tekst {
    font-weight: 200;
    text-transform: none;
}

p {
    margin-bottom: 1em;
}

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 {
    box-sizing: inherit;
}

body {
    background: #fff;
    /* 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;
    clear: both;
}

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

a:visited {}

a:hover,
a:focus,
a:active {
    color: #0c2340
}

a:focus {
    outline: thin dotted;
}

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

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

.main-navigation {
    /* clear: both; */
    margin: 30px 0 0 0;
    display: block;
    float: right;
    /* width: 100%; */
}

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

.main-navigation li {
    float: left;
    position: relative;
    margin: 0;
    padding: 0 0 0 43px;
}

.main-navigation>li>a:first-of-type {
    padding-left: 0;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 16px 0px 14px 0;
    font-size: 16px;
    color: #676767;
    transition: 0s;
    font-family: "proxima-nova", sans-serif;
}

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

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

.main-navigation ul ul a {
    width: 224px;
    padding: 12px 16px;
    font-size: 1em;
    text-transform: none;
    line-height: 1.1;
}

.main-navigation ul ul li {
    padding: 0;
}

.main-navigation li:hover>a,
.main-navigation li.focus>a {
    border-bottom: 1px solid #004680;
}

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

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

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>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_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
    /* background: #2C3F46 !important; */
    /* color: #FFFFFF; */
    border-bottom: 1px solid #004680;
}

/* Small menu. */

.main-navigation.toggled ul#primary-menu {
    display: block;
}

.menu-toggle {
    display: none;
}

button.menu-toggle {
    top: 40px;
}


@media screen and (max-width: 1080px) {
    .menu-toggle {
        display: block;
    }

    /*.menu-container {
		display: none;
	}

	.menu-container.active {
		display: block;
	}*/
}

.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;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    font-size: 18px;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid #f5f5f5;
    position: fixed;
    /* height: 150px; */
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 150;
    border-bottom: 2px solid #004686 !important;
}

/*.site-branding {
	max-width:1140px;
	margin:0 auto;
	position: relative;
}*/

.site-branding #logo {
    padding: 20px 0;
}

#logo img {
    max-height: 65px;
    max-width: 250px;
    width: auto;
    height: auto;
    transition: max-width .3s;
}

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

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


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


#content,
.section {
    max-width: 1140px;
    margin: 0 auto;
}

#primary {
    width: 850px;
    float: left;
    margin-top: calc(50px + 1.5em);
}

#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: left top;*/
    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-picture{
	background-position: right top;
}*/
.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: #0c2340;
    /* padding: 35px 0; */
    font-size: 0.9em;
    color: #fff;
    margin-top: 0px;
    border-bottom: 5px solid #0c2340;
    position: relative;
}

.home footer.site-footer {
    margin-top: 100px;
}

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

}

footer.site-footer .site-info .copyright {
    padding: 3px 0;
    font-size: 11px;
    text-align: right;
    z-index: 99;
    position: absolute;
    color: #0c2340;
    right: 2%;
    bottom: -6px;
    font-weight: 600;
}

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-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-next:before,
.posts-navigation .nav-next:before,
.post-navigation .nav-previous:before {
    font-family: FontAwesome;
    content: "\f104";
    float: left;
    margin-right: 6px;
}

.comment-navigation .nav-next:after,
.posts-navigation .nav-next:after,
.post-navigation .nav-next:after {
    font-family: FontAwesome;
    content: "\f105";
    float: right;
    margin-right: 6px;
}

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

aside {
    width: 224px;
    float: right;
    margin-top: 54px;
}

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 {
    bottom: 0;
    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;
}

.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: 0;
    /* padding: 4px; */
    width: 100%;
    height: 100%;
}

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

/* --------------------- *\
 * WOOCOMMERCE DROP DOWN *
\* --------------------- */
.cat-parent ul {
    display: none;
}

.cat-parent {
    position: relative;
}

.cat-parent:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #4b6b80;
    position: absolute;
    top: 6px;
    ;
    right: 0;
    padding: 0;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
}

.cat-parent-open {
    position: relative;
}

li.cat-parent-open:after {
    content: "\f106";
    font-family: FontAwesome;
    color: #4b6b80;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
}

.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;
    /* background-image: url(../images/loading-icon.gif); */
    /* background-repeat:no-repeat; */
    /* background-position:50%; */
}

.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: FontAwesome;
    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: 15px;
}

.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 {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    line-height: 0;
}

.header-wrapper>* {
    /* line-height: 1.5; */
}

.site-branding {
    display: inline-block;
    float: left;
}

.site-branding #logo {
    padding: 40px 0 25px;
}

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

.header-wrapper #primary-menu:after {
    content: '';
    display: table;
    clear: both;
}

.nav-wrap {
    margin: 21px 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 .fa {
    font-size: 18px;
}



/* 
   Socials hover effect
   - Approved by Fischer
*/
.stom-social-shortcode .fa {
    transition: color .3s;
}

a.stom-social-shortcode:hover .fa-facebook,
a.stom-social-shortcode:hover .fa-facebook-official,
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-square {
    color: #0077b5;
}



/* 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: 1080px) {
    .style-header-1 .nav-wrap {
        max-width: 100%;
    }

    .style-header-4 .nav-wrap {
        margin-left: 0;
    }

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

    /*nav#site-navigation.main-navigation button.menu-toggle {
		display: inline-block;
	    margin: 0;
	    float: none;
	    outline-style: none;
	    vertical-align: middle;
	}*/
    .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;
    }

    /*.socials-wrapper.placement-menu {
		margin: 0 20px 0 0;
	}*/
    .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;
    }

    /*.header-wrapper .menu-toggle .fa {
		font-size: 1.2em;
		width: auto;
		height: auto;
	}*/
    #site-navigation .menu-container #close-menu {
        margin: 0;
        padding: 10px;
        color: #fff;
        font-weight: normal;
        cursor: pointer;
    }

    /*.menu-container {
		display: none;
	}
	.menu-container.active {
		position: absolute;
	    top: 100%;
	    right: 0;
	    left: 0;
	    z-index: 50;
	}*/
}

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


/* 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: 450px;
    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;
    /*display:  inline-block;*/
    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;
}

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

.section-wrap .section {
    padding: var(--gap-m) 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: 600px;
	margin-top: 50px;*/
}

.fullsized-overflowing-map .google-maps-canvas-wrapper,
.section-bg-map .google-maps-canvas-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}

.fullsized-overflowing-map .section>*:not(.google-maps-canvas-wrapper),
.section-bg-map .section>*:not(.google-maps-canvas-wrapper) {
    position: relative;
    z-index: 3;
}


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

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



.mere-tekst-wrapper>button {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 20px;
    font-size: 20px;
    text-align: left;
    outline-style: none;
    text-transform: none;
    background-color: white;
    color: #004680;
    border: 1px solid #004680;
    font-weight: 600;
}

.mere-tekst-wrapper>button:after {
    float: right;
    font-family: FontAwesome;
}

.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 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;
    max-height: 60px;
}


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

.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: FontAwesome;
    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 *
\* ------------------------ */

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



/* --------------------------------- *\
 * 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: 480px;
    margin: 0 auto;
    text-align: center;
}

.menu-navigation {
    display: none;
}

@media screen and (max-width: 1085px) {
    #site-navigation

    /*.st-burger*/
    .menu-container {
        position: fixed;
        display: none;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        z-index: 9999;
        padding: 0 15px;
    }

    #site-navigation

    /*.st-burger*/
    .stom-menu-overlay {
        max-width: 480px;
        height: 100%;
        margin: 0 auto;
        padding: 15px 0;
        overflow-y: auto;
    }

    .admin-bar #site-navigation

    /*.st-burger*/
    .stom-menu-overlay {
        padding-top: 60px;
    }

    #site-navigation

    /*.st-burger*/
    .menu-navigation {
        display: none;
        position: relative;
        padding-bottom: 15px;
        background-color: #fff;
    }

    #site-navigation

    /*.st-burger*/
    .active .menu-navigation {
        display: block;
    }

    #site-navigation

    /*.st-burger*/
    .active .menu-navigation:after {
        content: '';
        display: table;
        clear: both;
    }

    #site-navigation

    /*.st-burger*/
    #menu-back-one-level {
        margin: 0;
        padding: 14px 10px;
        float: left;
        color: #000;
        opacity: 0;
        visibility: hidden;
        transition: visibility 0s .5s, opacity .5s;
        cursor: pointer;
    }

    #site-navigation

    /*.st-burger*/
    #menu-back-one-level.visible {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }

    #site-navigation

    /*.st-burger*/
    #menu-back-one-level i {
        margin-right: 5px;
        font-size: 1.2em;
        vertical-align: middle;
    }

    #site-navigation

    /*.st-burger*/
    .menu-navigation img {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        max-height: 50px;
        transform: translateX(-50%);
    }

    #site-navigation

    /*.st-burger*/
    #close-menu {
        margin: 0;
        padding: 10px;
        float: right;
        color: #000;
        font-weight: normal;
    }

    #site-navigation

    /*.st-burger*/
    .menu-menu-1-container {
        overflow: hidden;
        clear: both;
    }

    #site-navigation

    /*.st-burger*/
    #primary-menu {
        position: relative;
        width: 100%;
        height: 100%;
        background: none !important;
    }

    #site-navigation

    /*.st-burger*/
    li {
        position: static;
        display: block;
        width: 100%;
        float: left;
        background: #fff;
        border-bottom: 1px solid #f2f2f2;
        clear: both;
    }

    #site-navigation

    /*.st-burger*/
    a {
        /*position: relative;*/
    }

    #site-navigation

    /*.st-burger*/
    li.menu-item-has-children:after {
        content: "\f067";
        font-family: FontAwesome;
        display: inline-block;
        width: 10%;
        float: right;
        background: rgba(208, 205, 205, 0.25098039215686274);
        color: #000;
        text-align: center;
        line-height: 3.4;
        vertical-align: top;
        z-index: 99;
    }

    #site-navigation

    /*.st-burger*/
    li.menu-item-has-children>a {
        display: inline-block;
        width: 90%;
    }

    #site-navigation
    /*.st-burger*/
    #primary-menu>li,
    #site-navigation

    /*.st-burger*/
    #primary-menu>li>a {
        max-height: 100px;
        transition: max-height 0s;
        transition-delay: 0s;
    }

    #site-navigation
    /*.st-burger*/
    #primary-menu.overflow-fix>li,
    #site-navigation

    /*.st-burger*/
    #primary-menu.overflow-fix>li>a {
        max-height: 0;
        transition-delay: .7s;
    }

    #site-navigation
    /*.st-burger*/
    .current_page_item>a,
    #site-navigation

    /*.st-burger*/
    .current-menu-item>a {
        color: #2C3F46;
        background: #f5f5f5 !important;
    }

    #site-navigation

    /*.st-burger*/
    ul ul {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        display: block !important;
        width: 100%;
        height: auto;
        box-shadow: none;
        transform: translateX(100%);
        transition: transform .7s;
        z-index: 999;
    }

    #site-navigation

    /*.st-burger*/
    li.menu-item-has-children.focus>ul {
        transform: translateX(0);
    }

    #site-navigation

    /*.st-burger*/
    li.menu-item-has-children.hide-overflow>ul {
        overflow: hidden;
    }

    #site-navigation

    /*.st-burger*/
    ul ul li {
        max-height: 0;
        transition: max-height 0s;
        transition-delay: .5s;
    }

    #site-navigation

    /*.st-burger*/
    ul ul a {
        width: 100%;
        /*padding: 20px 22px !important;*/
    }

    #site-navigation

    /*.st-burger*/
    .focus>ul>li {
        max-height: 100px;
        transition-delay: 0s;
    }

    #site-navigation

    /*.st-burger*/
    .hide-overflow>ul {
        /*max-height: 100%;*/
        overflow: hidden;
    }

    /*.st-burger*/
    .socials-wrapper.placement-menu {
        margin: 0 20px 0 0;
    }

    #site-navigation

    /*.st-burger*/
    .menu-toggle {
        display: inline-block;
        /* height: auto; */
        margin: 0;
        padding: 8px 10px;
        float: none;
        color: #ffffff;
        background: #004680;
        font-size: 2em;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        /* background: none; */
        box-shadow: none;
        outline-style: none;
        vertical-align: middle;
        font-size: 26px;
    }

    #site-navigation

    /*.st-burger*/
    .menu-toggle .fa {
        font-size: 1.2em;
    }
}

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

@media only screen and (max-width: 959px) {
    #content {
        position: relative;
    }

    #secondary {
        position: fixed;
        top: 0;
        right: -500px;
        bottom: 0;
        margin: 0;
        padding-top: 50px;
        float: none;
        background-color: #fff;
        transition: right .7s, box-shadow 1.5s;
        transition-timing-function: ease-in;
        z-index: 999;
    }

    #secondary.active {
        right: 0;
        box-shadow: 0 0 7px 0px rgba(0, 0, 0, .3);
        transition-timing-function: ease-out;
    }

    #content .open-button {
        color: #000;
        font-weight: bold;
        position: absolute;
        top: 135px;
        right: 0;
        display: block;
        padding: 8px;
        background-color: #fff;
        border: solid #000;
        border-width: 0 1px 1px 1px;
        line-height: 1;
        transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
        transform-origin: right top;
        cursor: pointer;
    }

    #secondary .close-button {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        font-size: 2em;
        line-height: 0;
    }

    #secondary .close-button i {
        padding: 10px 12px;
    }

    #secondary .custom-overflow-wrapper {
        height: 100%;
        overflow-y: auto;
        padding: 10px;
    }
}


@media only screen and (max-width: 449px) {
    #secondary {
        width: 100%;
    }

    #secondary .custom-overflow-wrapper {
        width: 260px;
        margin: 0 auto;
    }
}



/* ----------------------- *\
 * 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: 20px;
    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_page_ancestor>a,
.main-navigation .hover-active .current-menu-ancestor>a {
    color: #666;
    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: 10%;
}

.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 {
    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-family: fontAwesome;
}

/* --------------------------------- *\
 * 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 *
\* ----------------------- */


.slick-prev,
.slick-next {
    background: transparent;
    color: #666;
    top: 50%;
    z-index: 70 !important;
}

.slick-prev:before,
.slick-next:before {
    color: #fff;
    font-size: 20px;
    opacity: 10;
}

.stom-simple-slider.slick-slider .slick-slide {
    padding-left: 25px;
    padding-right: 25px;
    height: 149px;
    border: none;
    position: relative;
}

.stom-simple-slider.slick-slider img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    vertical-align: sub;
    left: 0;
    margin: auto;
    max-width: 177px;
    height: auto;
}

.slick-prev:hover,
.slick-next:hover {
    background: rgba(116, 103, 95, 0.4);
}


.item p {
    font-size: 0;
}


.item {
    position: relative;
    overflow: hidden;
    width: 350px;
    height: 180px;
    margin: auto;
}

.item img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    max-height: 100%;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.item:hover img,
.home-cateory:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

span.link a {
    color: #004680;
    border: 1px solid;
    padding: 5px 0px;
    text-align: center;
    display: block;
    width: 123px;
    font-weight: 900 !important;
    text-transform: uppercase;
}

span.link.btn a {
    display: inline-block;
    width: auto;
    padding: 5px 14px;
}

a.moretag {
    background: #5793ab;
    color: #fff;
    padding: 7px 30px;
    display: block;
    color: #fff !important;
    font-weight: 600 !important;

}


a.moretag {
    margin: auto;
    margin-top: 25px;
    padding: 4px 20px;
    background: #ffc062;
}

.item-two span.link a {
    margin: auto;

}

.item-two p {
    font-size: 99%;
}

.item-two {
    text-align: center;
    width: 350px;
    /* padding: 1px 18px; */
    margin: auto;
    height: 224px;
    position: relative;
    margin-top: 0px;
}

.item-two h3 {
    margin: 14px 0 0;
    border-bottom: 1px solid #0c2340;
    position: relative;
}

.item-two span.link a {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
}



.slider-inner {
    color: #fff;
    position: absolute;
    padding: 4px;
    max-width: 95%;
    top: 54%;
    transform: translateY(-50%);
    width: 1140px;
    left: 0;
    right: 0;
    margin: auto;
    text-shadow: 0px 5px 12px #00000073;
}

.slider-inner h1 strong {
    /* color: #004686; */
}

.slider-inner h1 em {
    font-size: 132%;
    margin-top: 9px;
    font-style: inherit;
    display: inline-block;
    /* color: #004680; */
    text-transform: uppercase;
    font-weight: 800;
}

.slider-inner h1 {
    color: #fff;
    font-size: 2.8em;
    font-weight: 400;
    line-height: 1.09;
    margin: 0;
    max-width: 580px;
    text-transform: none;
    /* font-style: italic; */
}

.slider-inner p {
    font-size: 25px;
    max-width: 539px;
    font-weight: 400;
    padding-bottom: 19px;
    padding-top: 0;
    margin: 0 0 10px;
}

p {
    line-height: 1.3;
}

span.more a {
    border: 2px solid #fff;
    text-transform: uppercase;
    font-size: 19px;
    padding: 4px 63px;
    font-weight: 800;
    color: #fff;
}

span.more a:hover {
    background: #004680;
    color: #fff;
    border-color: #004680;
}

a {
    text-decoration: none;
    transition: 0.3s;
}


.home .stom-slider-text-content {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.46262254901960786) 0%, rgba(255, 255, 255, 0) 70%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.46262254901960786) 0%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.46262254901960786) 0%, rgba(255, 255, 255, 0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

.item-two h3:after {
    content: '';
    height: 4px;
    width: 20px;
    background: #0c2340;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

span.link a:hover {
    background: #004680;
    color: #fff;
}


.rsContainer {
    /* border-top: 4px solid  #004680; */
    border-bottom: 2px solid #004680;
}

.item-two h3:after,
.stom-center-box h2:after,
.centertext h2:after,
h1.entry-title:after,
.center-text h2:after,
.text-box h2:after,
#primary h1:after,
.stom-center-box h1:after,
.header-left h2:after {
    content: '';
    height: 3px;
    width: 20px;
    background: #0c2340;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

span.link a:hover {
    background: #004680;
    color: #fff;
}

.stom-center-box h2,
.stom-center-box h1,
h1.entry-title {
    margin: 0;
    border-bottom: 1px solid #0c2340;
    display: inline;
    position: relative;
    padding-right: 13px;
}

.stom-center-box h2:after,
.centertext h2:after,
h1.entry-title:after,
.center-text h2:after,
.text-box h2:after,
#primary h1:after,
.stom-center-box h1:after,
.header-left h2:after {
    right: -29px;
    height: 4px;
    bottom: -1px;
    width: 29px;
}

.centertext h2,
.text-box h2 {
    display: inline;
    border-bottom: 1px solid #0c2340;
    position: relative;
    padding: 0 9px 0 32px;
}

#brands {
    text-align: center;
}

.text-box {
    max-width: 679px;
    display: block;
    margin: auto;
    text-align: center;
}

.text-box p {
    display: block;
    margin-top: 5px;
}

#brands span.link a {
    width: 189px;
    margin: auto;
}


.royalSlider:after {
    /* content: ''; */
    /* height: 17px; */
    width: 25%;
    background: #004680;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.royalSlider:after {
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
}

.royalSlider {
    margin-top: 105px;
}

.home #content {
    margin: 50px auto;
    display: none;
}

footer .section {
    padding: 00;
}

.section-wrap.footer-widget-area {
    padding: 9px 0;
}


.footer-widgets.stom-cols-3.widget-1 {
    width: 19%;
    margin: 0 4% 0 0;
}

.footer-widgets.stom-cols-3.widget-1:first-child {
    width: 30%;
}

.site-footer span.widget-title {
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid;
    position: relative;
}

.site-footer .textwidget a {
    color: #fff;
}

.site-footer .textwidget p {
    font-weight: 100;
    line-height: 1.4;
}

.site-footer .textwidget span {
    padding-bottom: 8px;
}

.site-footer span.widget-title:after,
.sidebar-brands h3:after,
aside span.widget-title:after {
    content: '';
    height: 3px;
    width: 20px;
    background: #fff;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

div#responsive_lightbox_image_widget-2 {}

.rl-image-widget span.widget-title {
    border: none;
}

.site-info {
    text-align: center;
    font-weight: 100;
    font-size: 13.5px;
    line-height: 1.2;
    margin-bottom: 15px;
}


footer.site-footer:after {
    /* content: ''; */
    /* height: 14px; */
    width: 400px;
    background: #ffffff;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

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

.main-navigation .current_page_item>a:before,
.main-navigation li:hover>a:before,
.main-navigation li.focus>a:before {
    /* content:  ''; */
    width: 78%;
    height: 1px;
    background: #004680;
    display: block;
    position: absolute;
    bottom: 13px;
    transition: 0.3s;
}

.main-navigation .current_page_item>a:after,
.main-navigation li:hover>a:after,
.main-navigation li.focus>a:after,
.main-navigation .current-menu-ancestor>a:after,
.main-navigation .current_page_ancestor>a:after {
    content: '';
    width: 10px;
    height: 2px;
    background: #004680;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}



/*ANIMATED BANNERS*/
@keyframes resizeBG {
    0% {
        transform: scale(1.03) translate(30px, 10px);
    }

    100% {
        transform: scale(1) translate(0px, 0px);
    }
}

.stom-slider-image-content>img,
.rsContent>img {
    animation: resizeBG 1.5s ease-out 0s;
    line-height: 0 !important;
}

.extra-header-text .wpml-ls {
    /* width: 62px; */
    float: right;
    position: relative;
    top: 12px;
    right: -17px;
}

.extra-header-text .wpml-ls a {
    border: none;
    color: #666;
}

.extra-header-text .wpml-ls a.wpml-ls-item-toggle:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: 0.3em solid transparent;
    border-top: 5px solid;
    position: absolute;
    right: 18px;
    top: calc(57% - 0.175em);
}

a.wpml-ls-link {
    border: 1px solid #ededed;
}

.firstfooter {
    color: #fff;
    position: relative;
    padding: 0 !important;
    margin-top: 100px;
    background-size: cover !important;
}

.firstfooter .image img {
    position: absolute;
    bottom: 10px;
    max-width: 49%;
}

#dart .image img {
    position: absolute;
    top: auto;
    bottom: 0;
}

.firstfooter .section {
    padding: 58px 0 !important;
}

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

.center-text div {
    max-width: 95.9%;
    display: block;
    margin: auto;
}


.center-text h2,
.center-text a {
    color: #fff;
}

.center-text h2 {
    margin: 0;
    border-bottom: 1px solid;
    display: inline;
    position: relative;
    padding: 0 10px;
}

span.footer-link {
    position: relative;
    top: 15px;
}

span.footer-link a {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid;
    padding: 5px 23px;
    display: inline-block;
}

span.footer-link a:hover {
    background: #fff;
    color: #0c2340;
    border-color: #fff;
}

.center-text h2:after {
    background: #fff;
}

.d-brands.stom-cols-9 {
    width: 74.5%;
    margin: 0 4% 0 0;
    margin-top: 0;
}

.sidebar-brands.stom-cols-3 {
    width: 21.5%;
    margin-top: -45px;
}

h1.entry-title {
    font-size: 35px;
    /* padding-left: 13px; */
}

#primary h1,
.header-left h2 {
    font-size: 35px;
    border-bottom: 1px solid;
    color: #0c2340;
    display: inline;
    position: relative;
    /* padding-right: 10px; */
}

.d-brands strong {
    font-weight: 400;
    color: #004680;
    font-size: 20px;
}

.sidebar-brands h3,
aside span.widget-title {
    margin: 0;
    font-size: 20px;
    position: relative;
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-weight: 300;
    color: #0c2340;
    margin-bottom: 22px;
    display: block;
}

.sidebar-brands h3:after,
aside span.widget-title:after {
    background: #0c2340;
    width: 29px;
}

.sidebar-brands strong {
    color: #000;
}

.sidebar-brands img {
    margin-bottom: -6px;
}

.sidebar-brands div,
.sidebar-brands div a {
    color: #004680;
    font-weight: 500;
}

.sidebar-brands div span {
    margin-right: 8px;
}

.sidebar-brands div p {
    margin: 0 0 9px;
}

.sidebar-brands span.fa.fa-phone {
    font-size: 20px;
}

aside span.widget-title {
    display: block;
}

.widget_nav_menu li a {
    padding: 4px 0;
    color: #0c2340;
}

.widget_nav_menu ul {
    margin-top: 17px;
}

/*FIXED HEADER STYLE*/


.site-header.header-menu-fixet-only #logo img {
    max-width: 200px;
}


/*ADD PADDING TO TOP OF SITE WHEN HEADER IS FIXED*/

.site-header:after {
    /* content: ''; */
    /* height: 17px; */
    width: 25%;
    /*background: #004680;*/
    display: block;
    position: absolute;
    left: 0;
    bottom: -18px;
    z-index: 99;
}

.centertext {
    text-align: center;
    clear: both;
    margin-bottom: 10px;
}

.product-gallery-grid-item {
    /*display: block;*/
    width: 32%;
    float: left;
    margin-bottom: 1.5%;
}

.product-gallery-grid .product-gallery-grid-gutter {
    width: 2%;
}

.product-gallery-grid {
    clear: both;
}

.centertext.centerbrands {
    display: block;
    margin: 50px 0 25px;
    float: left;
    width: 100%;
}

span.one-half {
    width: 44%;
    float: left;
    margin-top: -7px;
}

span.one-half p {
    font-size: 35px;
    font-weight: 200;
    margin: 0;
    padding: 0;
}

span.one-half a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

span.one-half.last {
    text-align: right;
}

.rapport p {
    margin: 0;
}

header#entry-header-top {
    /* text-align: center; */
}

div#rapporter,
div#rapporter .section {
    padding-top: 10px;
}

.rapport.stom-cols-3 {
    margin: 25px 2% 25px 0;
}

div#vaekst {
    margin-top: 50px;
}

div#vaekst img {
    margin-left: 88px;
}

#dart h3 {
    color: white;
    font-size: 30px;
    line-height: 1.2em;
    margin: 0;
}

#dart h4 {
    font-size: 20px;
    margin: 0;
    color: #fff;
    margin-top: 5px;
}

/* #dart .section {
    padding: 56px 0 !important;
}
 */
.darttekst {}

.darttekst div {
    max-width: 99.9%;
    display: block;
    margin: auto;
}

#dart .section {
    padding: 70px 0 !important;
}

.brandgrid .stom-cols-4 div {
    background-color: #fff;
    width: 260px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
    height: 41px;
}

.brandgrid .stom-cols-4 {
    position: relative;
    margin-bottom: 70px !important;
}

.brandgrid .stom-cols-4 div img {
    margin: auto;
    display: block;
    max-height: 74px;
    width: auto;
    margin-top: 20px;
}

.brandgrid,
.brandgrid .section {
    padding-top: 0 !important;
}

.staff.stom-cols-4 {
    line-height: 0;
    position: relative;
    /* max-height: 240px; */
    max-width: 360px;
    margin-bottom: 50px;
    margin-right: 2.5%;
}

span.staff-name strong {
    font-weight: 100;
}

span.staff-name {
    position: absolute;
    bottom: 7px;
    background: #004680;
    width: 90%;
    right: 00;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    padding: 10px 24px 5px;
    line-height: 1.7;
}

span.staff-name p {
    margin: 0;
}

.staff.stom-cols-4 p {
    margin: 0;
    line-height: 1.55;
}

.staff.stom-cols-4 img {
    border-bottom: 4px solid #004680;
}

.staff-container {
    display: block;
    /*margin-top: -25px;*/
}

.center-box {
    max-width: 534px;
    text-align: center;
    margin: auto;
    margin-top: -5px;
}

.contact strong {
    color: #004680;
    display: block;
    margin-top: 10px;
    /*     margin-bottom: -20px; */
}

.contact.stom-cols-4 {
    position: relative;
}

.contact.stom-cols-4:after {
    content: "";
    display: block;
    width: 1px;
    height: 82%;
    margin: 0 auto;
    top: 17px;
    background: #004680;
    position: absolute;
    right: 0;
    min-height: 311px;
}

.contact.last.stom-cols-4:after {
    background: transparent;
}

.contact.stom-cols-4 a {
    color: #666;
    font-weight: 400 !important;
}

.bluelink a {
    color: #004680;
    font-weight: 500;
}

.list ul {
    padding-left: 5px;
    line-height: 1.3;
}

.list {
    margin-top: -12px;
}

.list li {
    list-style-type: none;
}

.list li:before {
    content: "-";
    /* Insert content that looks like bullets */
    padding-right: 12px;
}

#primary a {
    font-weight: 600;
}

/*TIME LINE*/
/*
.time-wrap-mobile {
    display: none;
}

.time-wrap-mobile {
	display:none;
}
.time-table{
	display:table;
	table-layout:fixed;
	width:100%;
	font-size: 16px;
	font-weight: 400;
	margin-top:20px;
}
.time-row{
	display:table-row;
	table-layout:fixed;
}
.time-cell{
	display:table-cell;
	vertical-align:middle;
	padding:50px 1.5%;
	position:relative;
}
.time-cell--left,
.time-cell--right{
	width:60%;
}
.time-cell--center{
	width:40%;
	background: transparent;
	padding:50px 0;
}
.timeline-title{
	font-size:29px;
    font-weight: 800;
    text-transform: uppercase;
	position: relative;
    z-index: 1;
}
.timeline-year{
	font-size:75px;
	line-height: 0.75;
    font-weight: 800;
    text-transform: uppercase;
	color:#fff;
}
.timeline-year:before,
.timeline-year:after{
	content:"";
	display:block;
	position:absolute;
}
.timeline-year:before{
	width:100%;
	height: 2px;
	top:50%;
	left: 25%;
	width: 50%;
	background: #004680;
}
.time-row-odd .timeline-year:before{
	background: linear-gradient(to right,  #0c2340 50%,  #0c2340 51%);
}
.time-row-even .timeline-year:before{
	background: linear-gradient(to right,  #0c2340 50%,  #0c2340 51%);
}
.timeline-year:after{
	background: #004680;
	width: 2px;
	height:100%;
	left:50%;
	top:0;
}
.timeline-dot{
	display:block;
	position:absolute;
	background: #0c2340;
	width:10px;
	height:10px;
	top: calc(50% - 4px);
	left: calc(50% - 4px);
	border-radius:50%;
	z-index: 99;
}
.timeline-thumb-wrapper{
	position:absolute;
	top:50%;
	transform:translate(0, -50%);
	z-index:1;
}
.line-before {

	display: none;
    position: absolute;
    height: 1px;
    width: 47.5%;
    background: black;
    top: 50%;
    left: -70%;
}
.line-after {

	display: none;
    position: absolute;
    height: 1px;
    width: 47.5%;
    background: black;
    top: 50%;
    right: -70%;
}
.time-cell--left .timeline-thumb-wrapper{
	left:auto;
	right:-12.5%;
}
.time-cell--right .timeline-thumb-wrapper{
	right:auto;
	left: 0;
}
.timeline-thumb{
	display: inline-block;
    border-radius: 50%;
    line-height: 0;
	background: transparent;
    padding: 10px;
    border: 1px solid #004680;
}

.time-row-odd p.year {
    color: #0c2340;
}

p.year {
    font-size: 1.7em;
    font-weight: 900;
    margin: 0;
}

.time-row-even p.year {
    color: #004680;
}

p.title {
    margin:  0;
    font-size:  21px;
    font-weight:  300;
    border-bottom: 1px solid;
    color: #0c2340;
}
*/

/*TIME LINE END*/

.time-wrap-mobile {
    display: none;
}

.entry-content {
    margin-top: 10px;
}

/*ORGANISATION START*/

.seo.stom-cols-4 {
    clear: both;
    float: none;
    margin: auto !important;
}

.organisation .stom-cols-4 {
    width: 31%;
    margin: 0 3.5% 0 0;
    border: 1px solid #004680;
    text-align: center;
    position: relative;
    margin-bottom: 46px !important;
}

.organisation .stom-cols-4 p {
    margin: 0;
    line-height: 0;
}

.organisation .stom-cols-4 img {
    width: 100%;
    /*-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
    filter: grayscale(100%);*/
}

.organisation .stom-cols-4 span.more {
    display: none;
    position: absolute;
    left: 0px;
    background: transparent;
    z-index: 88;
    top: 100%;
    width: calc(100% + 0px);
    /* border-top: 1px solid #004680; */
    height: 0px;
    padding: 0px 0 21px;
    -webkit-box-shadow: 0px 8px 15px 1px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 8px 15px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 9px 9px 1px rgba(0, 0, 0, 0.44);
}

.organisation .stom-cols-4:hover span.more {
    /* display:  block; */
    height: auto;
    transition: 0.4s;
    background: #fff;
}

.organisation .stom-cols-4 h3 {
    margin: 0;
    font-size: 20px;
    color: #004680;
    font-weight: 800;
    border-bottom: 1px solid;
    border-top: 1px solid;
    line-height: 1.6;
    position: relative;
}

.organisation .stom-cols-4 h3:before {
    content: '';
    height: 3px;
    width: 30px;
    background: #004686;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.organisation .stom-cols-4 h3:after {
    content: '';
    height: 3px;
    width: 30px;
    background: #004686;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.organisation .stom-cols-4 .info p {
    line-height: 1.4;
    color: #0c2340;
}

.organisation .stom-cols-4 .info {
    padding: 10px 0;
    text-transform: uppercase;
    min-height: 65px;
    color: #666;
}

.organisation .stom-cols-4 .info strong {
    font-weight: 900;
}


.brake {
    background-color: #004680;
    height: 2px;
    width: 72%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
    float: left;
}


.vkr.middle.stom-cols-4:before {
    content: "";
    display: block;
    position: absolute;
    width: 222.5%;
    height: 2px;
    border-top: 2px solid #004680;
    margin: 0 auto;
    top: -51px;
    right: 0;
    transform: translateX(27.5%);
}

.vkr.second.right.last.stom-cols-4:before,
.vkr.second.left.stom-cols-4:before {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    margin: 0 auto;
    top: -51px;
    background: #004680;
    position: absolute;
    right: 0;
    left: 0;
}

.vkr.middle.stom-cols-4:after {
    content: "";
    display: block;
    width: 2px;
    height: 100px;
    margin: 0 auto;
    top: -100px;
    background: #004680;
    position: absolute;
    right: 0;
    left: 0;
}

.vkr.first.stom-cols-4 {
    margin-bottom: 99px !important;
    margin-top: 25px !important;
}

.organisation .vkr.stom-cols-4 h3 {
    padding: 4px 0;
    border: 1px solid #004680;
}

.vkr.second h3 {
    font-size: 20px !important;
    border-bottom: 1px solid !important;
}

span.more p {
    color: #666 !important;
    font-weight: 300;
    line-height: 1.6 !important;
    max-width: 80%;
    display: block;
    margin: auto !important;
    border-top: 1px solid #004680;
    border-bottom: 1px solid #004680;
    padding: 17px 0;
    text-transform: capitalize;
}

.second h3 {
    font-size: 17px !important;
    padding: 4px 0;
}

.third h3 {
    font-size: 15px !important;
    padding: 6px 0;
}

.organisation,
.organisation .section {
    padding: 14px 1% 0 !important;
}

.organisation .vkr.stom-cols-4 .info p {
    text-transform: initial;
    color: #666;
}

.organisation .vkr.stom-cols-4 {
    border: none;
    cursor: initial;
}

.stom-center-box h1 {
    font-size: 35px;
}

/*ORGANISATION END*/

.firstfooter figcaption.wp-caption-text {
    position: absolute;
    bottom: 0;
    font-weight: 100;
    font-size: 13px;
}

.text-box.organisationen {
    max-width: 527px;
    margin-top: 18px;
}

span.more strong {
    font-weight: 600 !important;
}

.sidebar-brands div a:hover,
.contact.stom-cols-4 a:hover {
    color: #0c2340;
}

table.strategi td {
    padding: 10px 0;
    text-align: center;
    color: #004680;
    text-transform: uppercase;
    border-right: 1px solid #fff;
}

table.strategi tr {
    border-bottom: 1px solid #fff;
}

table.strategi tr td:last-child,
table.strategi tr:last-child {
    border: none;
}

.clear-strategi .centertext h2 {
    border-color: #fff;
}

.clear-strategi .centertext h2:after {
    background: #fff;
}

.section-wrap.clear.clear-strategi {
    margin-bottom: -50px;
    padding: 0;
}

#allan .section {
    height: 600px;
    position: relative;
}

.quote {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    right: 0;
    width: 677px;
    max-width: 95%;
}

.quote h2 {
    color: #fff;
    font-size: 3.3em;
    line-height: 1.3;
    margin: 0;
}

.quote h3 {
    color: #fff;
    font-size: 2.2em;
    line-height: 1.3;
    margin: 0;
}

.quote p {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 12px;
}

div#allan {
    margin-top: 50px;
}

div#diagram .section {
    padding: 100px 0 50px !important;
}

.holding {
    text-align: center;
    padding: 35px 0 0;
}

.funds.stom-cols-4 p:first-child {
    min-height: 50px;
}

.funds span.link a {
    text-align: center;
    display: block;
    margin: auto;
}

.vkr-list ul {
    /*list-style-type: none;*/
    padding-left: 19px;
}


.vkr-list ul li {
    margin-bottom: 8px;
    line-height: 1.2;
}

.funds img {
    max-width: 235px;
    width: auto;
}

.d-brands tr {
    vertical-align: top;
}

.d-brands tr td:first-child {
    min-width: 116px;
}

.quote-finn {
    width: 760px;
    padding: 0 2%;
}

.quote-finn h2 {
    color: #fff;
    line-height: 1.2em;
    font-size: 40px;
}

div#finn {
    margin-top: 50px;
}

div#finn .section {
    padding: 112px 0 !important;
}

#finn h3 {
    font-size: 30px;
    margin: 0;
    color: #fff;
    margin-top: -14px;
}

.maps .section,
.section-wrap.clear.maps {
    padding: 0 !important;
}

iframe.stom_maps_free {
    height: 500px !important;
    margin-bottom: -32px;

}

.page-id-29 .stom-slider-tekst,
.page-id-1524 .stom-slider-tekst {
    width: 100%;
}

.page.page-id-29 .rsContent>img,
.page.page-id-1524 .rsContent>img {
    visibility: hidden;
    display: none;
}

iframe.stom_maps_free .place-card.place-card-large {
    padding-top: 23px !important;
}

.logged-in .royalSlider {
    margin-top: 50px;
}


.tabel-firstletter table h2 {
    margin: 0;
    font-size: 105px;
    font-weight: 900;
    text-align: center;
}

.tabel-firstletter table tr:nth-child(1) h2 {
    color: #0c2340;
}

.tabel-firstletter table tr:nth-child(2) h2 {
    color: #465773;
}

.tabel-firstletter table tr:nth-child(3) h2 {
    color: #647ba4;
}

.tabel-firstletter table tr:nth-child(4) h2 {
    color: #97b3d8;
}

.tabel-firstletter table tr:nth-child(5) h2 {
    color: #bfcfe6;
}

.tabel-firstletter table {
    line-height: 1.1;
}

.tabel-firstletter table tr td:first-child {
    padding: 8px 18px;
}

.tabel-firstletter table h3 {
    margin: 0;
    font-size: 35px;
    margin-bottom: 4px;
    margin-top: -3px;
}

.tabel-firstletter table p {
    margin: 0;
}

.tabel-firstletter {
    margin-top: -40px;
}

.text.stategi {
    padding-right: 15px;
}

div#bluefooter {
    min-height: 460px;
    margin-top: 30px;
}

.blue-footer.tabel-firstletter {
    width: 551px;
    max-width: 95%;
    float: right;
}

.blue-footer.tabel-firstletter * {
    color: #fff !important;
}


.blue-footer.tabel-firstletter table tr td:first-child {
    padding: 0 18px 0 0;
    vertical-align: text-top;
}

.blue-footer.tabel-firstletter table h2 {
    position: relative;
    top: -17px;
}

.blue-footer.tabel-firstletter {
    margin-top: 2%;
}

.blue-footer.tabel-firstletter table td {
    padding-bottom: 35px;
}

.blue-footer.tabel-firstletter table t:last-child {
    padding-bottom: 0;
}

div#bluefooter .section {
    padding-bottom: 0 !important;
}

span.staff-name a {
    color: #fff;
}

.header-left {
    margin-bottom: 30px;
    display: block;
    clear: both;
    float: none;
}


.header-left.brand-text {
    margin-bottom: -10px;
    margin-top: 30px;
    display: block;
}

.header-left h2 {
    padding-right: 13px;
}

.page-id-29 div#new-royalslider-2,
.page-id-1524 div#new-royalslider-2 {
    height: 500px !important;
}


.page-id-29 .site-header:after,
.page-id-1524 .site-header:after {
    height: 5px;
    bottom: -9px;
}

.page-id-29 .royalSlider:after,
.page-id-1524 .royalSlider:after {
    height: 5px;
    bottom: 4px;
}

.image.pusle img {
    top: -75px !important;
}

.site-footer .site-info a {
    color: #fff;
}

div#vaekst .center-text {
    text-align: left;
}

.site-info {
    max-width: 752px;
    margin: auto;
    padding-bottom: 10px;
}

.page-id-443 h1 {
    text-transform: none;
}

.vkr_business_grid .stom-cols-4 {
    text-align: center;
}

.vkr_business_grid h3 {
    margin-bottom: 0px;
    line-height: 30px;
}

.page-id-1441 .quote h2 {
    letter-spacing: -1px;
}



/*.page-id-2017.logged-in.admin-bar,
.page-id-2026.logged-in.admin-bar {
	padding-top: 0 !important;
}
.page-id-2017 #content,
.page-id-2026 #content {
	height: 116px;
	overflow: hidden;
}*/
.page-id-2017 .mapped,
.page-id-2026 .mapped,
.page-id-2017 .mapped .section,
.page-id-2026 .mapped .section {
    padding: 0;
    line-height: 0;
}

.page-id-2017 .mapped .section p,
.page-id-2026 .mapped .section p {
    margin: 0;
    line-height: 0;
}

.page-id-2017 .mapped .section img,
.page-id-2026 .mapped .section img {
    /*display: block;
	width: auto;
	height: calc(100vh - 116px);
	margin: 0 auto;*/
    border-top: 1px solid #004681;
}


.page-id-338 h2,
.page-id-1527 h2,
.page-id-1530 h2,
.page-id-337 h2 {
    margin-bottom: -14px;
}



#interactive-map {
    padding: 0;
    line-height: 0;
    border-top: 1px solid #004681;
}

#interactive-map .section-fullpage {
    max-width: 100%;
    padding: 0;
}

#interactive-map .stom-interactive-map {
    position: relative;
    overflow: hidden;
    outline: none;
}

#interactive-map .scroll-guide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10;
}

#interactive-map .scroll-guide div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 2vw;
    line-height: 1.5;
    text-align: center;
}

#interactive-map .map-wrapper {
    overflow: hidden;
}

#interactive-map .map-wrapper-inner {
    position: relative;
    padding-top: 56.25%;
    padding-top: 48.93%;
    z-index: 1;
}

#interactive-map .map-wrapper-inner>svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

#interactive-map .box-legend {
    position: absolute;
    top: 50px;
    left: 40px;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px -1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 13px -1px rgba(0, 0, 0, .4);
    z-index: 5;
}

#interactive-map .box-legend .legend {
    color: #004680;
    /*font-size: 19px;*/
    /*font-weight: 800;*/
    font-weight: 400;
    font-size: 15px;
}

#interactive-map .box-legend .legend.title>h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 35px;
    color: #01305C;
}

#interactive-map .box-legend .legend:not(:last-of-type) {
    margin-bottom: 10px;
}

#interactive-map .box-legend .legend img {
    height: 31px;
    margin-right: 10px;
    vertical-align: middle;
}

#interactive-map .box-legend .legend.alt img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 15px;
}

#interactive-map .map-china {
    position: absolute;
    width: 300px;
    right: 40px;
    bottom: 80px;
    padding: 35px 50px 20px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px -1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 13px -1px rgba(0, 0, 0, .4);
    z-index: 5;
}

#interactive-map .map-china .china-title {
    position: absolute;
    top: 25px;
    left: 20px;
    color: #004680;
    font-size: 19px;
    font-weight: 800;
}

#interactive-map .map-pin {
    position: absolute;
    transform: translate(-50%, -100%);
    transform-origin: bottom center;
    z-index: 5;
}

#interactive-map .map-pin.visible-when-zoomed {
    display: none;
}

#interactive-map .show-all .map-pin.visible-when-zoomed {
    display: block;
}

#interactive-map .map-pin.active {
    z-index: 7;
}

#interactive-map .map-pin img {
    width: 100%;
    cursor: pointer;
}

#interactive-map .map-pin.pin-major img {
    width: 18px;
}


#interactive-map .map-pin.pin-hq img {
    width: 30px;
}


#interactive-map .map-pin .description {
    display: none;
    position: absolute;
    top: -5px;
    left: calc(100% + 35px);
    width: 300px;
    height: 75px;
    background-color: #fff;
    color: #000;
    font-weight: 800;
    line-height: 1.5;
    border-bottom: 3px solid;
    -webkit-box-shadow: 0 6px 13px -1px rgba(0, 0, 0, .4);
    box-shadow: 0 6px 13px -1px rgba(0, 0, 0, .4);
    z-index: 5;
}

#interactive-map .map-pin.active .description {
    display: block;
}

#interactive-map .map-china .map-pin .description {
    right: calc(100% + 35px);
    left: auto;
}

#interactive-map .map-china .map-pin .description:before {
    right: auto;
    left: 95.2%;
}

#interactive-map .map-pin .description:before {
    content: '';
    position: absolute;
    top: 4px;
    right: 95%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    transform: rotateZ(45deg) skew(-7deg, -7deg);
    border-top: none;
    border-bottom: none;
    border-right: none;
    -webkit-box-shadow: 0 6px 13px -1px rgba(0, 0, 0, .4);
    box-shadow: 0 6px 13px -1px rgba(0, 0, 0, .4);
    -webkit-backface-visibility: hidden;
    z-index: 1;
}

#interactive-map .map-pin .description:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 50%;
    height: 7px;
}

#interactive-map .map-pin .description .pin-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
}

#interactive-map .map-pin .description div {
    position: relative;
    height: 75%;
    padding: 5px 28px 5px 10px;
    font-size: 18px;
    background-color: #fff;
    z-index: 3;
}

#interactive-map .map-pin.pin-production .description {
    border-bottom-color: #e2002c;
    cursor: pointer
}

#interactive-map .map-pin.pin-major .description {
    border-bottom-color: #009ADC;
    cursor: pointer
}

#interactive-map .map-pin.pin-major .description:after {
    background-color: #009ADC;
}

#interactive-map .map-pin.pin-production .description:after {
    background-color: #e2002c;
}

#interactive-map .map-pin.pin-sales .description {
    border-bottom-color: #fbc548;
}

#interactive-map .map-pin.pin-sales .description:after {
    background-color: #fbc548;
}

#interactive-map .map-pin.pin-distribution .description {
    border-bottom-color: #fe6a39;
}

#interactive-map .map-pin.pin-distribution .description:after {
    background-color: #fe6a39;
}

#interactive-map .map-pin.pin-hq .description {
    border-bottom-color: #666;
}

#interactive-map .map-pin.pin-hq .description:after {
    background-color: #666;
}

#interactive-map .map-pin.pin-00 {
    top: 69%;
    left: 39.5%;
}

#interactive-map .map-pin.pin-01 {
    top: 25%;
    left: 42.9%;
}

#interactive-map .map-pin.pin-02 {
    top: 39%;
    left: 37.8%;
}

#interactive-map .map-pin.pin-03 {
    top: 49.5%;
    left: 40.1%;
}

#interactive-map .map-pin.pin-04 {
    top: 54%;
    left: 40.6%;
}

#interactive-map .map-pin.pin-05 {
    top: 35.1%;
    left: 40.1%;
}

#interactive-map .map-pin.pin-06 {
    top: 34%;
    left: 42%;
}

#interactive-map .map-pin.pin-07 {
    top: 32.5%;
    left: 50.3%;
}

#interactive-map .map-pin.pin-08 {
    top: 43.7%;
    left: 45.2%;
}

#interactive-map .map-pin.pin-09 {
    top: 44.2%;
    left: 46.5%;
}

#interactive-map .map-pin.pin-10 {
    top: 75.5%;
    left: 49.65%;
    z-index: 6;
}

#interactive-map .map-pin.pin-11 {
    top: 70.3%;
    left: 54.8%;
}

#interactive-map .map-pin.pin-12 {
    top: 61.6%;
    left: 39.4%;
}

#interactive-map .map-pin.pin-13 {
    top: 68%;
    left: 38.5%;
}

#interactive-map .map-pin.pin-14 {
    top: 68.2%;
    left: 37.25%;
}

#interactive-map .map-pin.pin-15 {
    top: 68.2%;
    left: 37.55%;
}

#interactive-map .map-pin.pin-16 {
    top: 65.5%;
    left: 43%;
}

#interactive-map .map-pin.pin-17 {
    top: 74.5%;
    left: 39.45%;
}

#interactive-map .map-pin.pin-18 {
    top: 76.3%;
    left: 50.65%;
}

#interactive-map .map-pin.pin-19 {
    top: 65%;
    left: 56%;
}

#interactive-map .map-pin.pin-20 {
    top: 67.5%;
    left: 39.8%;
}

#interactive-map .map-pin.pin-21 {
    top: 69.3%;
    left: 41.6%;
}

#interactive-map .map-pin.pin-22 {
    top: 55.2%;
    left: 47.8%;
}

#interactive-map .map-pin.pin-23 {
    top: 74.6%;
    left: 38.55%;
}

#interactive-map .map-pin.pin-24 {
    top: 68%;
    left: 38.2%;
}

#interactive-map .map-pin.pin-25 {
    top: 46.2%;
    left: 44%;
}

#interactive-map .map-pin.pin-26 {
    top: 70%;
    left: 43.2%;
}

#interactive-map .map-pin.pin-27 {
    top: 60.5%;
    left: 41.5%;
}

#interactive-map .map-pin.pin-em {
    top: 79.2%;
    left: 24.5%;
}

#interactive-map .map-pin.pin-ek {
    top: 82%;
    left: 25.7%;
}

#interactive-map .map-pin.pin-ec {
    top: 83.2%;
    left: 27.5%;
}

#interactive-map .map-pin.pin-eb {
    top: 85.2%;
    left: 25.5%;
}

#interactive-map .map-pin.pin-eh {
    top: 86.7%;
    left: 27%;
}

#interactive-map .map-pin.pin-id {
    top: 79.2%;
    left: 20.2%;
}

#interactive-map .map-pin.pin-in {
    top: 81.5%;
    left: 19.5%;
}

#interactive-map .map-pin.pin-ic {
    top: 83.5%;
    left: 17%;
}

#interactive-map .map-pin.pin-ie {
    top: 78.5%;
    left: 18.6%;
}

#interactive-map .map-pin.pin-ig {
    top: 77.6%;
    left: 17.5%;
}

a {
    outline: 0 !important;
}

.pswp__bg {
    background: rgba(0, 0, 0, 0.31) !important;
}

#swipebox-overlay {
    background: rgba(13, 13, 13, 0.61) !important;
}

span.link.pfd a {
    width: auto;
    display: inline-block;
    padding: 5px 14px;
}

span.link.pfd {
    display: block;
}

.pdf-links h3 {
    margin-bottom: 0;
    font-size: 25px;
}

span.link.pfd p {
    margin: 6px 0 0;
}

body.lang_en #interactive-map .map-pin.lithuania .description div {
    height: 21%;
}

body.lang_en #interactive-map .map-pin.lithuania .description {
    height: 190px;
}

body.lang_en #interactive-map .map-pin.lithuania .description a {
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    line-height: 1.3;
}

body.lang_en #interactive-map .map-pin.lithuania .description hr {
    margin: 5px 0;
}

body.lang_da #interactive-map .map-pin.lithuania .description a,
body.lang_da #interactive-map .map-pin.lithuania .description hr {
    display: none;
}

div#interactive-map-old .section,
div#interactive-map-old {
    padding-top: 0;
    padding-bottom: 30px;
}


.text.col-two {
    padding-top: 56px;
}


/*--------------------------------------------------------------
## Mega Menu - start
--------------------------------------------------------------*/

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

    .main-navigation ul ul li.menu-item-has-children>a:after {
        content: "\f345";
        font-family: dashicons;
        position: absolute;
        right: 5px;
        font-size: 87%;
        vertical-align: text-top;
    }

    #primary-menu>li.mega-menu>ul>li {
        width: 25%;
        padding: 0 0 0 2%;
        /* display: table-cell; */
        /* float: none; */
        /* vertical-align: top; */
    }

    #primary-menu>li.mega-menu>ul.sub-menu {
        /* display: block; */
        width: 100%;
        left: 0;
        padding: 11px 0 16px;
        border-top: 3px solid #004686;
    }

    #primary-menu>li.mega-menu:hover>ul.sub-menu {

        top: auto;
    }

    .main-navigation li.mega-menu {
        position: static;
    }

    #primary-menu>li.mega-menu>ul>li>ul,
    #primary-menu>li.mega-menu>ul>li>ul ul {
        display: block;
        position: relative;
        left: 0;
        top: 100%;
        box-shadow: none;
    }

    span.staff-name .fa {
        margin-left: 6px;
        font-size: 140%;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    #primary-menu>li.mega-menu>ul>li>ul ul li a {
        font-weight: 400;
    }

    #primary-menu>li.mega-menu>ul>li>ul li:hover a {
        font-weight: 900;
    }

    #primary-menu>li.mega-menu>ul>li>ul li a {
        font-weight: 700;
        padding: 3px 0;
        width: auto;
        display: block;
    }

    .hover-entry-slide-in.hover-style-center li.mega-menu ul.menu a:before {
        opacity: 10;
    }

    .hover-entry-slide-in.hover-style-center li.mega-menu ul a:before {
        display: none !important;
    }

    #primary-menu>li.mega-menu>ul>li>a {
        /* text-transform: uppercase; */
        /* font-weight: 700; */
        font-size: 16px;
        padding-bottom: 3px;
        border-bottom: 1px solid #004686;
        padding: 7px 0 4px;
        margin: 0 0 9px;
        width: auto;
        max-width: 93%;
    }

    .main-navigation li.mega-menu>a {
        border-bottom: none;
    }

    #primary-menu>li.mega-menu>ul>li>a:after,
    .main-navigation li.mega-menu a:after {
        content: '';
        display: none;
    }

    .main-navigation ul ul {
        margin: 0;
    }

    #primary-menu>li.mega-menu li a:hover {
        font-weight: 700;
    }

    #primary-menu>li.mega-menu>ul>li>ul li a:hover {
        /* padding-left: 24px; */
    }

    .main-navigation li.mega-menu ul ul li {
        display: block;
        width: 100%;
    }

}

/*--------------------------------------------------------------
## Slut Mega Menu
--------------------------------------------------------------*/

.new-stom-post-wrapper.slick-slide {
    float: none !important;
    height: auto;
    clear: none !important;
    margin: auto !important;
    min-width: 200px;
}


.slick-slider .slick-slide {
    height: auto;
    border: none;
}

.new-stom-post-thumb {
    position: relative;
}


.new-stom-post-thumb .brand-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-height: 85px;
    width: auto;
    max-width: 166px;
    z-index: 2;
    transition: 0.3s;
    opacity: 0;
}

.header-center.brand-text {
    text-align: center;
}

.distinctive-brands .section {
    padding-top: 00 !important;
}


.distinctive-brands .stom-post-slide {
    width: calc((100% - (20px * 2)) / 3);
    display: inline-block;
    margin: 0 5px;
    position: relative;
}

.new-stom-post-thumb:hover .brand-logo img {
    opacity: 10;
}


.new-stom-post-thumb:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 0%);
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.3s;
    pointer-events: none;
}

a.new-stom-post-link:hover .new-stom-post-thumb:after {
    background: rgb(255 255 255 / 70%);
}

.stom-post-slide.slick-slide .new-stom-post-title {
    position: absolute;
    bottom: 0px;
    background: #ffffff;
    /* color: #fff; */
    padding: 0 12px;
    z-index: 2;
    left: 17px;
    color: #004680;
    border: 1px solid;
    padding: 5px 19px;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    transition: 0.3s;
}

.stom-post-slide.slick-slide {
    position: relative;
}

.single.single-brands .post-featured_img {
    display: none;
}

.brand-navigation {
    display: block;
    padding: 20px 0 60px;
}

.post-navigation .nav-next:after {
    margin-left: 6px;
}

span.link {}

.brand-slide span.link {
    display: block;
    text-align: center;
    width: 100%;
    padding: 40px 0 0;
}

.brand-slide span.link a {
    width: auto;
    display: inline-block;
    padding: 7px 18px;
}

.home .brand-slide .stom-center-small {
    max-width: 681px;
    margin: 0 auto 50px;
}

.brand-slide .section.section-fullpage {
    padding: 00px 2% 18px;
}

button.slick-prev {
    left: -1.8%;
}

button.slick-next {
    right: -1.8%;
}

.slick-prev,
.slick-next {
    background: #004680;
    border-radius: 0;
    color: #fff;
    width: 29px;
    height: 30px;
}


a.new-stom-post-link:hover .new-stom-post-title {
    background: #004680;
    color: #fff;
    border-color: #004680;
}

.distinctive-brands .new-stom-posts.columns-3 .new-stom-post-title {
    z-index: 2;
    /* display: none; */
    position: absolute;
    bottom: 10px;
    color: #004680;
    border: 1px solid;
    padding: 5px 19px;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    background: #fff;
    left: 0;
}

.distinctive-brands .stom-post-slide .new-stom-post-thumb {
    margin-bottom: 10px;
}

.distinctive-brands .stom-post-slide .new-stom-post-thumb .brand-logo img {
    max-width: 197px;
    max-height: 80px;
    /* min-width: 114px; */
    height: auto;
}

.page-template-page-blog header.entry-header.top-header {
    padding: 60px 0px 8px;
}

.page-template-page-blog div#primary {
    width: 100%;
    display: flex;
    justify-content: start;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 30px;
    width: 100% !important;
}

.page-template-page-blog div#primary article {
    width: calc((100% - (30px * 3)) / 3);
}

.page-template-page-blog div#primary article h2.entry-title {
    font-size: 17px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 7px 0 0;
}

.page-template-page-blog div#primary article p {
    margin: 0;
}

.single .post-featured_img {
    display: none;
}

.single div#primary {
    width: 100%;
    margin-bottom: 25px;
}

.post-featured_img img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    max-height: 100%;
    transition: all 0.3s;
}

.post-featured_img {
    position: relative;
    overflow: hidden;
    max-height: 194px;
}

.post-featured_img:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.presse-contact-footer {
    background: #0c2340;
    color: #fff;
}

.presse-footer a,
.presse-footer h2 {
    color: #fff;
}

.presse-footer .section {
    padding: 0;
}

.presse-logo {
    text-align: right;
}

.presse-about-footer {
    background: #666666;
    color: #fff;
}

.presse-about-footer p {
    line-height: 1.7;
    max-width: 805px;
}

.presse-footer h2 {
    margin-top: 7px;
}

body:not(.page-template-page-blog) .presse-footer {
    display: none;
}

.page-template-page-blog footer#colophon {
    display: none;
}

.archive article {
    display: inline-block;
    width: 33%;
}

.archive article h2.entry-title {
    margin: 0;
    font-size: 22px;
}

.archive header.page-header {
    margin: 0 0 29px;
}

a.readmorek {
    display: block;
    margin: 14px 0 0;
}

.presse-about-footer a:hover {
    text-decoration: underline;
}

.page-template-page-blog h2.entry-title a,
.page-template-page-blog a.blog-post-link,
.entry-meta a {
    pointer-events: none;
}

span.link.press-btn {
    padding: 17px 0 0px;
    display: inline-block;
    font-size: 85%;
    margin-right: 7px;
}

span.link.press-btn a {
    width: auto;
    padding: 7px 14px;
}

span.link.press-btn.de a:before {
    content: url('../images/de-flag.png');
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.post-content-wrapper .entry-content>p {
    min-height: 105px;
}

.distinctive-brands .new-stom-post-thumb:hover .brand-logo img {
    opacity: 0.85;
}

.home.lang_en .slider-inner h1 {
    max-width: 598px;
    margin-bottom: 18px;
}

.home .slider-inner h1 {

    margin-bottom: 18px;
}

.slider_single_slide .stom-simple-slider.slick-slider img {
    max-width: calc(100% - 50px);
    aspect-ratio: 1/1;
}

.slider_single_slide .stom-simple-slider.slick-slider .slick-slide {
    height: unset;
    aspect-ratio: 1/1;
}


/* Policies page */

.policies-page .section {
    padding: 50px 0 0 0;
}

.policies-page.stom-billede-sektion .stom-center-box {
    vertical-align: text-top;
}

.policies-page.stom-billede-sektion .stom-center-box h2 {
    font-size: 25px;
}

.policies-page.stom-billede-sektion .stom-cols-6,
.policies-page.stom-billede-sektion .stom-picture {
    max-height: 330px;
}

.policies-bottom .section {
    border-top: 1px solid #004680;
}

.policies-bottom .section h2 {
    margin-top: 0;
}

.section-wrap.policies-bottom {
    padding-bottom: 15px;
}

/* sustainability page */

.sustainability-reports tr:nth-child(odd) {
    background: #f5f5f5;
}

.sustainability-reports tr td {
    padding: 13px 14px;
}

.sustainability-reports tr td:last-child {
    text-align: right;
}

.sustainability-reports tr td:last-child span.link.download a {
    float: right;
    text-transform: none;
    background: #004686;
    color: #fff;
    border-radius: 4px;
}


.sustainability-reports tr td:first-child {
    font-weight: 600;
}

.sustainability-reports tr td:last-child span.link.download a:hover {
    background: #0c2340;
}

.hidden {
    display: none;
}



/* New split section */
.split-section .section {
    padding: 50px 0;
}

.split-section.last .section {
    padding: 50px 0 100px;
}

.infobox-frame {
    /*background-color: #ddeaf6;*/
    background-color: rgba(0, 70, 128, 0.1);
    padding: 10px 20px;
    border: solid 1px #004680;
    box-shadow: 5px 5px 15px -3px rgba(0, 0, 0, 0.3);
    margin: 40px 30px 0;
    font-size: 14px;
}

.infobox-frame li:not(:last-of-type) {
    padding-bottom: 15px;
}


/* stom-billede-sektion-ny style */

.section-wrap.stom-billede-sektion-ny .section {
    position: relative;
}

.section-wrap.stom-billede-sektion-ny .stom-picture img {
    display: none;
}

.section-wrap.stom-billede-sektion-ny .stom-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-wrap.stom-billede-sektion-ny.no-scaleing-image .stom-picture {
    background-image: unset !important;
}

.section-wrap.stom-billede-sektion-ny.no-scaleing-image .stom-picture img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.stom-billede-sektion-ny.picture-left .stom-picture {
    grid-row-start: 1;
}

.section-wrap.stom-billede-sektion-ny .section {
    display: grid;
    gap: var(--gap-m);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}


.section-wrap.stom-billede-sektion-ny .stom-center-box h3,
.section-wrap.stom-billede-sektion-ny .stom-center-box h2,
.section-wrap.stom-billede-sektion-ny .stom-center-box h1 {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    border-bottom: none;
    width: 100%;
}

.section-wrap.stom-billede-sektion-ny .stom-center-box h3:before,
.section-wrap.stom-billede-sektion-ny .stom-center-box h2:before,
.section-wrap.stom-billede-sektion-ny .stom-center-box h1:before {
    content: '';
    height: 2px;
    width: 90%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0c2340;
}

.section-wrap.stom-billede-sektion-ny .stom-center-box h3:after,
.section-wrap.stom-billede-sektion-ny .stom-center-box h2:after,
.section-wrap.stom-billede-sektion-ny .stom-center-box h1:after {
    display: none;
}

.section-wrap.stom-billede-sektion-ny .section:after {
    display: none;
}

.section-wrap.stom-billede-sektion-ny.not-fullwidth.picture-right .section .stom-center-box {
    justify-self: flex-end;
}

.section-wrap.stom-billede-sektion-ny .section {
    max-width: 100%;
}

.section-wrap.stom-billede-sektion-ny.not-fullwidth .section {
    max-width: var(--main-content-width);
}

.section-wrap.stom-billede-sektion-ny.not-fullwidth .section .stom-center-box {
    max-width: calc(var(--main-content-width) / 2 - (var(--gap-m) / 2));
}

/* stom-billede-sektion-ny END */


/* number_three_grid_sektion style */

.stom-grid-section .section .grid-elements {
    display: grid;
    gap: var(--gap-s);
}

.stom-grid-section .section.columns-1 .grid-elements {
    grid-template-columns: minmax(0, 1fr)
}

.stom-grid-section .section.columns-2 .grid-elements {
    grid-template-columns: repeat(var(--grid-2-cols), minmax(0, 1fr))
}

.stom-grid-section .section.columns-3 .grid-elements {
    grid-template-columns: repeat(var(--grid-3-cols), minmax(0, 1fr))
}

.stom-grid-section .section.columns-4 .grid-elements {
    grid-template-columns: repeat(var(--grid-4-cols), minmax(0, 1fr))
}

.stom-grid-section .section.columns-5 .grid-elements {
    grid-template-columns: repeat(var(--grid-5-cols), minmax(0, 1fr))
}

.stom-grid-section .section.columns-6 .grid-elements {
    grid-template-columns: repeat(var(--grid-6-cols), minmax(0, 1fr))
}

.stom-grid-section .section.columns-7 .grid-elements {
    grid-template-columns: repeat(var(--grid-7-cols), minmax(0, 1fr))
}

.stom-grid-section .section.columns-8 .grid-elements {
    grid-template-columns: repeat(var(--grid-8-cols), minmax(0, 1fr))
}

.stom-grid-section .section.columns-9 .grid-elements {
    grid-template-columns: repeat(var(--grid-9-cols), minmax(0, 1fr))
}

.stom-grid-section .section.columns-10 .grid-elements {
    grid-template-columns: repeat(var(--grid-10-cols), minmax(0, 1fr))
}

.stom-grid-section .section.columns-11 .grid-elements {
    grid-template-columns: repeat(var(--grid-11-cols), minmax(0, 1fr))
}

.stom-grid-section .section.columns-12 .grid-elements {
    grid-template-columns: repeat(var(--grid-12-cols), minmax(0, 1fr))
}

.stom-grid-section .section .grid-element.fullwidth {
    grid-column: 1 / -1;
}

.stom-grid-section .section .grid-element.text_on_image {
    position: relative;
    height: 600px;
}

.stom-grid-section .section .grid-element.text_on_image img {
    height: 100%;
    object-fit: cover;
}

.stom-grid-section .section .grid-element.text_on_image .overlay {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.stom-grid-section .grid-element:not(.text_on_image) {
    background-color: transparent !important;
    display: flex;
    flex-direction: column;
}

.stom-grid-section .grid-element:not(.text_on_image) .overlay {
    margin-top: 10px;
}

.stom-grid-section .grid-element:not(.text_on_image).has-color-background .overlay {
    padding: var(--gap-s) var(--gap-s) 10px;
    flex-grow: 1;
}

.stom-grid-section .section.columns-4 .grid-element:not(.text_on_image) .overlay h4 {
    font-size: 20px;
}

.stom-grid-section .section.columns-4 .grid-element:not(.text_on_image) .overlay p {
    font-size: 14px;
}

.stom-grid-section .grid-element.fill-the-rest-class{
    grid-column: 2 / -1;
}
.section-wrap.stom-grid-section .grid-element.fill-the-rest-class {
    display: flex;
    flex-direction: column;
}
.section-wrap.stom-grid-section .grid-element.fill-the-rest-class .overlay{
    flex-grow: 1;
    align-content: center;
    padding: var(--gap-s);
}

.section-wrap.stom-grid-section .grid-element.fill-the-rest-class div.blue-box-div {
    margin: 0;
}

/* number_three_grid_sektion END */




/* number_three_grid_sektion style */

div.section-wrap.full-width-banner {
    padding: var(--gap-m);
}

div.section-wrap.full-width-banner .section {
    padding: 0;
}

.section-wrap.stom-grid-section div.white-box-div,
.section-wrap.stom-grid-section div.blue-box-div {
    padding: var(--gap-s);
    display: block;
    margin: var(--gap-s) var(--gap-m);
}

div.white-box-div {
    background-color: rgba(255, 255, 255);
}

div.blue-box-div {
    background-color: rgba(12, 35, 64);
}

.section-wrap.no-padding-box .section div,
.section-wrap.no-padding-box .section div {
    padding: var(--gap-s);
}

.section-wrap.section_background_image_true div.white-box-div {
    background-color: rgba(255, 255, 255, 0.7);
}

.section-wrap.section_background_image_true div.blue-box-div {
    background-color: rgba(12, 35, 64, 0.7);
}

.section-wrap .grid-element.brand-logo-box * {
    margin: auto;
    display: inline-flex;
}

.section-wrap .grid-element.brand-logo-box img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
    object-position: center;
    margin-inline: 10px;
}

/* number_three_grid_sektion END */

.section-wrap.section_background_image_true {
    background-size: cover !important;
}

.section-wrap.ny-stylede-sektioner.stom-grid-section {
    padding: 0;
}

.ny-stylede-sektioner h1,
.ny-stylede-sektioner h2,
.ny-stylede-sektioner h3,
.ny-stylede-sektioner h4,
.ny-stylede-sektioner h5,
.ny-stylede-sektioner h6,
.ny-stylede-sektioner p,
.ny-stylede-sektioner a {
    color: var(--text-color);
}

.ny-stylede-sektioner h1,
.ny-stylede-sektioner h2,
.ny-stylede-sektioner h3,
.ny-stylede-sektioner h4,
.ny-stylede-sektioner h5,
.ny-stylede-sektioner h6 {
    margin: auto;
    text-transform: initial;
    line-height: 1;
}

.headline-bold h1,
.headline-bold h2,
.headline-bold h3,
.headline-bold h4 {
    font-weight: 700;
    line-height: 1;
}

.overskift-size-large h1,
.overskift-size-large h2,
.overskift-size-large h3,
.overskift-size-large h4 {
    font-size: 60px;
}

.overskift-size-medium h1,
.overskift-size-medium h2,
.overskift-size-medium h3,
.overskift-size-medium h4 {
    font-size: 40px;
}

.overskift-size-small h1,
.overskift-size-small h2,
.overskift-size-small h3,
.overskift-size-small h4 {
    font-size: 26px;
}

div.white-box-div,
div.blue-box-div {
    padding: var(--gap-l);
}

div.white-box-div *:first-of-type,
div.blue-box-div *:first-of-type {
margin-top: 0;
}

div.white-box-div h1,
div.white-box-div h2,
div.white-box-div h3,
div.white-box-div h4,
div.blue-box-div h1,
div.blue-box-div h2,
div.blue-box-div h3,
div.blue-box-div h4 {
    margin-top: var(--gap-s);
}

div.blue-box-div a,
div.white-box-div a {
    text-transform: uppercase;
}
.button-blue a{
    background-color: #0c2340;
    padding: var(--gap-s) var(--gap-m);
    font-size: 24px;
    font-weight: 500;
}
body .button-blue-round a{
    border-radius: 100px;
    padding: calc(var(--gap-s) / 2) var(--gap-s);
}
.table-border table td, .table-border table th {   
    border: 1px solid #000;
}
.page-id-5622 #primary h1 {
    font-weight:600;
}



/* CSS / header tilrettelser d. 31-01-2025 */

.site-branding #logo {
	padding: 25px 0;
}

.extra-header-text .wpml-ls {
	float: none;
	top: unset;
	right: unset;
	padding: 0;
	text-align: right;
	margin-top: 10px;
	border: none;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item:last-of-type > a{
	padding-right: 0;
}

.style-header-1 .nav-wrap {
	margin: 0;
}

.header-wrapper .header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-navigation li {
	padding: 0 0 0 30px;
}



/* Nyt forside banner */
.infobanner {
	padding: 10px 0 !important;
}
.infobanner .section {
	padding: 0 !important;
}
.infobanner .section h2,
.infobanner .section h3 {
	color: #fff;
	margin-bottom: 0;
	text-transform: none;
}

.infobanner .link {
    display: flex;
    justify-content: center;
}
.infobanner span.link a {
    color: #fff;
}


/*.infobanner.display-none {
	display: none;
}*/