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

body.admin-bar {
    padding-top: 32px !important;
}

* html body.admin-bar {
    padding-top: 32px !important;
}

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

    * html body.admin-bar {
        padding-top: 46px !important;
    }
}

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

body {
    margin: 0;
}

.noscroll {
    overflow: hidden;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2.2em;
    margin: 0.67em 0;
    text-transform: uppercase;
}

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: #333;
    font-family: "roboto", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "roboto", sans-serif;
    font-weight: 400;
    text-transform: none;
}

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: 1.1em;
    font-size: 15px;
    line-height: 1.4;
}

.home p {
    line-height: 1.3;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

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

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

body {
    background: #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: #ededed;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-color: #ccc #ccc #bbb;
    border-radius: 0;
    background: #79b2e3;
    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: #112744;
    box-shadow: none;
}

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

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

select {
    border: 1px solid #ccc;
}

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

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

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

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

a:visited {}

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

a:focus {
    outline: thin dotted;
}

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

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

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

#primary-menu {
	display: flex;
	align-items: center;
	justify-content: stretch;
}

#primary-menu > li {
	flex-grow: 1;
}

.main-navigation ul::after {
	content: '';
	display: table;
	clear: both;
}

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

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

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 12px 10px;
    font-size: 16px;
    color: #112744;
	text-align: center;
    /* text-transform: uppercase; */
    /* font-family: "roboto", sans-serif; */
}

.main-navigation .menu-item-has-children > a::after {
	content: "\f0d7";
    font-family: FontAwesome;
    font-size: 10px;
    color: #79b2e3;
	margin-left: 3px;
	transition: color .3s;
}

.main-navigation .current_page_item>a::after,
.main-navigation .current-menu-item>a::after,
.main-navigation .current_page_ancestor>a::after,
.main-navigation .current-menu-ancestor>a::after,
.main-navigation .menu-item-has-children:hover > a::after {
	color: #fff;
}

.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: 215px;
    padding: 10px 22px;
    font-size: 1em;
    text-transform: none;
    color: #333;
    /* text-transform: uppercase; */
    text-align: left !important;
}

.main-navigation ul ul li {}

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

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

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

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    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;
}

/* Small menu. */

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

.menu-toggle {
    display: none;
}

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


@media screen and (max-width: 1040px) {
    .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: 1.3em;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {
    width: 100%;
    /* background: #FFF; */
    /* border-bottom: 1px solid #f5f5f5; */
}

.header-fixed-active header#masthead {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	z-index: 100;
}

.admin-bar.header-fixed-active header#masthead {
	top: 32px;
}

.header-fixed-active header#masthead #logo img,
.header-fixed-active header#masthead .top-bar img,
.header-fixed-active .site-branding #logo,
.header-fixed-active .nav-wrap,
.header-fixed-active .main-navigation a,
.header-fixed-active header .section-wrap.nav-top-bar,
.header-fixed-active #site-navigation .menu-toggle {
	transition: height .200s, max-height .200s, padding .200s, margin .200s, font-size .200s;
}

.header-fixed-active header#masthead #logo img,
.header-fixed-active header#masthead .top-bar img {
	width: auto;
}

.scrolled.header-fixed-active header#masthead #logo img {
	max-height: 30px;
}

.scrolled.header-fixed-active header#masthead .top-bar img {
	max-height: 35px;
}

.scrolled.header-fixed-active .site-branding #logo {
	padding: 10px 0;
}

.scrolled.header-fixed-active .nav-wrap {
	margin: 0;
}

.scrolled.header-fixed-active .main-navigation a {
	padding: 6px 10px;
}

.scrolled.header-fixed-active header .section-wrap.nav-top-bar {
    padding: 2px 0;
}

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

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

#logo img {
    max-height: 47px;
    /* max-width: 250px; */
    width: auto;
    height: auto;
}

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

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


.nav-top-bar,
.nav-top-bar * {
	font-weight: 300;
	font-size: 14px;
}

header .section-wrap.nav-top-bar {
	padding: 7px 0;
}

header .section-wrap.nav-top-bar .section {
	padding: 0;
	text-align: right;
}

.nav-top-bar .separator {
	display: inline-block;
	height: 16px;
	margin: 0 15px;
	font-size: 0px;
	border-right: 1px solid currentColor;
	vertical-align: middle;
}

.nav-top-bar a {
	color: currentColor;
}

.nav-top-bar a .stom-custom-svg {
	margin-right: 3px;
	font-size: 16px;
	color: #79b2e3;
}

.nav-top-bar a .stom-custom-svg * {
	font-size: 1em;
}


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


#content,
footer.site-footer .site-info,
.section {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    max-width: 100%;
}

#primary {
    display: table-cell;
    width: calc(100% - 350px - 60px);
    margin: 90px 0;
    padding-left: 0;
    float: right;
}

#primary.sidebar-disabled {
	width: 1200px;
    max-width: 100%;
	margin-top: 40px;
    padding-bottom: 20px;
	padding-left: 0;
}

.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-color: #112744;
    padding: 35px 0;
    font-size: 1em;
	color: #fff;
	font-size: 18px;
}

footer.site-footer * {
	color: #fff;
}

footer.site-footer .stom-cols-9 {
	margin-top: 4px;
}

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

}

footer.site-footer .site-info .copyright {
    text-align: right;
}

footer.site-footer .site-info div>span>span:after {
    content: " | ";
}

footer.site-footer .site-info div>span>span:last-child:after {
    content: none;
}

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

.hentry {
    margin: 0 0 1.5em;
}

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

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

.page-content,
.entry-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;
}


div#content {
    position: relative;
    display: table;
    table-layout: fixed;
}

aside {
    width: 350px;
    float: left;
    height: 100% !important;
    display: block;
    position: relative;
    bottom: 0;
    top: 0;
    display: table-cell;
	margin: 90px 0;
	box-shadow: 0 0 10px rgba(12, 13, 13, 0.15);
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}

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

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

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


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

.bypostauthor {
    display: block;
}

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

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

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


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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery figure {
    margin: 0;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

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


#kontaktside h2 {
    text-transform: uppercase;
    text-align: center;
}

/* KONTAKTFORMULAR - KONTAKTSIDEN */


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

}

/* ALLE KONTAKTFORMULARER */

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

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

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

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





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

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

.stom-cols-12 {
    clear: both;
}

.stom-cols-11 {
    width: 91.5%;
}

.stom-cols-10 {
    width: 83%;
}

.stom-cols-9 {
    width: 74.5%;
}

.stom-cols-8 {
    width: 66%;
}

.stom-cols-7 {
    width: 57.5%;
}

.stom-cols-6 {
    width: 49%;
}

.stom-cols-5 {
    width: 40.5%;
}

.stom-cols-4 {
    width: 32%;
}

.stom-cols-3 {
    width: 23.5%;
}

.stom-cols-2 {
    width: 15%;
}

.stom-cols-1 {
    width: 6.5%;
}

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

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

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

.slider-tekst p {
    margin: 0;
}

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

.slider-tekst p.slide-desc {}

.rsUni .rsBullets {
    bottom: 30px;
}

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

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

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

.stom-tabs .tabs-header {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
    overflow: hidden;
    margin-bottom: -2px;
}

.stom-tabs .tabs-header li {
    float: left;
    margin: 0 4px 0 0;
}

.stom-tabs .tabs-header li a {
    display: block;
    background: #fff;
    border: 1px solid rgba(195, 192, 171, 0.38);
    padding: 10px 31px;
    color: #222;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
}

.stom-tabs .tabs-header li a:hover {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-bottom: 1px solid #ccc;
}

.stom-tabs .tabs-header li.active a {
    background: #FFF;
    border: 2px solid #c3c0ab;
    border-bottom: none;
    color: #333;
    position: relative;
    z-index: 9;

}

.stom-tabs .tabs-wrapper .tabs-content {
    display: none;
    padding: 0;
}

.stom-tabs .tabs-wrapper .tabs-content h2 {
    display: block;
    margin: 0 0 10px;
    font-weight: 600;
    color: #222;
    font-size: 31px;
}

.stom-tabs .tabs-wrapper .content-order-0 {
    display: block;
}

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

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

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

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

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

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

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

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

/* BLOG */

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

h2.entry-title a {
    text-decoration: none;
    color: #333 !important;
    font-weight: 400 !important;
}

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





.custom-svg-pil {
	font-size: 12px;
}



/* ---------------- NEW - stom_posts ---------------- */
.stom-posts .stom-post-wrapper {
    overflow: hidden;
    clear: both;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #eee;
    position: relative;
}

.stom-posts .stom-post-wrapper.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.stom-posts .stom-post-thumb {
    float: left;
    margin-right: 10px;
}

.stom-posts .stom-post-thumb img {
    display: block;
}

.stom-posts .stom-post-title {
    font-size: 0.8rem;
    font-weight: 600;
}

.stom-posts .stom-post-link span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

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

.st-text-overlay {
    position: relative;
    /*MIS*/
}

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

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

.st-text-overlay p:first-child {
    line-height: 0;
    background: #333;
    /*Hvis billedet ikke loader skal baggrunden ikke vÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦re hvid*/
}

.st-text-overlay a {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.nav-wrap {
    margin: 10px 0 0 0;
    float: none;
    background: #fff;
	border: solid #79b2e3;
	border-width: 1px 0;
}

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

.menu-container {
    max-width: 1200px;
	margin: 0 auto;
}

.socials-wrapper {
    display: inline-block;
	vertical-align: middle;
}

.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: 1040px) {
    .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: #000;
        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: 5px 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;
    width: 100%;
}


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

/* 2.01% = margin-right + IE support -- husk at ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ndre */
.grid-columns-wrapper .columns-2 {
    width: calc((100% - (2.01% * 1)) / 2);
}

.grid-columns-wrapper .columns-3 {
    width: calc((100% - (2.01% * 2)) / 3);
}

.grid-columns-wrapper .columns-4 {
    width: calc((100% - (2.01% * 3)) / 4);
}

.grid-columns-wrapper .columns-5 {
    width: calc((100% - (2.01% * 4)) / 5);
}

.grid-columns-wrapper .columns-6 {
    width: calc((100% - (2.01% * 5)) / 6);
}

.grid-columns-wrapper .columns-7 {
    width: calc((100% - (2.01% * 6)) / 7);
}

.grid-columns-wrapper .columns-8 {
    width: calc((100% - (2.01% * 7)) / 8);
}

.grid-columns-wrapper .columns-9 {
    width: calc((100% - (2.01% * 8)) / 9);
}

.grid-columns-wrapper .columns-10 {
    width: calc((100% - (2.01% * 9)) / 10);
}


/* No margin */
.grid-columns-wrapper.no-margin .columns-2 {
    width: calc(100% / 2);
}

.grid-columns-wrapper.no-margin .columns-3 {
    width: calc(100% / 3);
}

.grid-columns-wrapper.no-margin .columns-4 {
    width: calc(100% / 4);
}

.grid-columns-wrapper.no-margin .columns-5 {
    width: calc(100% / 5);
}

.grid-columns-wrapper.no-margin .columns-6 {
    width: calc(100% / 6);
}

.grid-columns-wrapper.no-margin .columns-7 {
    width: calc(100% / 7);
}

.grid-columns-wrapper.no-margin .columns-8 {
    width: calc(100% / 8);
}

.grid-columns-wrapper.no-margin .columns-9 {
    width: calc(100% / 9);
}

.grid-columns-wrapper.no-margin .columns-10 {
    width: calc(100% / 10);
}

.grid-columns-wrapper .grid-column>a {
    display: block;
    text-decoration: none;
    line-height: 0;
}

.grid-columns-wrapper .grid-column h3 {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
}

.grid-columns-wrapper .grid-column p {
    margin: 0 0 10px;
}

.grid-columns-wrapper .grid-column p:last-of-type {
    margin-bottom: 0;
}

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


/* Overlay */
.grid-columns-wrapper.overlay .grid-column-overlay {
    line-height: 1.4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

.grid-columns-wrapper.overlay .grid-overlay-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.grid-columns-wrapper.overlay .grid-overlay-content * {
    color: #fff;
}

.grid-columns-wrapper.overlay .grid-column a {
    position: relative;
}

.grid-columns-wrapper.overlay.top .grid-overlay-content {
    top: 0;
    transform: none;
}

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

.grid-columns-wrapper.left .grid-overlay-content {
    text-align: left;
}

.grid-columns-wrapper.right .grid-overlay-content {
    text-align: right;
}

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

.grid-columns-wrapper.overlay.hover .grid-column:hover .grid-column-overlay {
    opacity: 1;
}

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

.grid-columns-wrapper.overlay.lighten .grid-column:hover .grid-column-overlay {
    background-color: transparent;
}

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

.grid-columns-wrapper.overlay.text .grid-column:hover .grid-column-overlay {
    opacity: 1;
}



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

    .grid-columns-wrapper .grid-column {
        text-align: left;
    }

    .grid-columns-wrapper .columns-6 {
        width: calc((100% - (2.01% * 2)) / 3);
    }

    .grid-columns-wrapper .columns-6:first-of-type {
        margin-bottom: 2%;
    }

    .grid-columns-wrapper.no-margin .columns-6 {
        width: calc(100% / 3);
        margin-bottom: 0;
    }

    .grid-columns-wrapper .columns-6:nth-of-type(3n) {
        margin-right: 0;
    }

    .grid-columns-wrapper .columns-6:nth-of-type(4n) {
        clear: left;
    }
}

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

    .grid-columns-wrapper .columns-5:first-of-type {
        margin-bottom: 2%;
    }

    .grid-columns-wrapper.no-margin .columns-5 {
        width: calc(100% / 3);
        margin-bottom: 0;
    }

    .grid-columns-wrapper .columns-5:nth-of-type(3n) {
        margin-right: 0;
    }

    .grid-columns-wrapper .columns-5:nth-of-type(4n) {
        clear: left;
    }
}

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

    .grid-columns-wrapper .columns-4:first-of-type {
        margin-bottom: 2%;
    }

    .grid-columns-wrapper.no-margin .columns-4 {
        width: calc(100% / 2);
        margin-bottom: 0;
    }

    .grid-columns-wrapper .columns-4:nth-of-type(2) {
        margin-right: 0;
    }

    .grid-columns-wrapper .columns-4:nth-of-type(3) {
        clear: left;
    }
}

@media only screen and (max-width: 479px) {
    .grid-columns-wrapper {
        margin: 0;
        text-align: center;
    }

    .grid-columns-wrapper .grid-column {
        display: block;
        width: 100%;
        margin: 0 0 6% !important;
    }

    .grid-columns-wrapper.no-margin .grid-column {
        display: block;
        width: 100%;
        margin: 0 !important;
    }
}

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





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

.section-wrap {
    padding: 0;
}

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

header .section-wrap .section {
    padding: 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: 430px;
}

.maps-optimize .google-maps-canvas {
    height: 100%;
}

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

.maps-infowindow {
    margin: 10px;
}

.maps-infowindow a {
    text-decoration: none;
    font-weight: 600;
    display: block;
    margin: 0 0 5px;
}

.fullsized-overflowing-map,
.section-bg-map .section {
    position: relative;
    min-height: 360px;
}

.fullsized-overflowing-map .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 *
\* ------------------ */




/* ---------------------------- *\
 * NY LÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â S MERE SHORTCODE DESIGN *
\* ---------------------------- */

.mere-tekst-wrapper>button {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 20px;
    font-size: 20px;
    text-align: left;
    outline-style: none;
}

.mere-tekst-wrapper>button:after {
    float: right;
    font-family: 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 LÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â S MERE SHORTCODE DESIGN END *
\* -------------------------------- */




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

/* Generelt */
.new-stom-posts .new-stom-post-wrapper {
    position: relative;
}

.new-stom-posts .new-stom-post-wrapper.last+.new-stom-post-wrapper {
    clear: left;
}

.new-stom-posts .new-stom-post-date {
    font-size: .9em;
    color: #ccc;
}

.new-stom-posts .new-stom-post-thumb {
    display: block;
    margin-bottom: 15px;
}

.new-stom-posts .new-stom-post-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.new-stom-posts .new-stom-post-title {
    font-size: 18px;
    font-weight: 600;
}

.new-stom-posts .new-stom-post-link {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.new-stom-posts .new-stom-post-link span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}


/* 1-column design */
.new-stom-posts.columns-1 .new-stom-post-wrapper {
    margin: 0 0 30px;
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.new-stom-posts.columns-1 .new-stom-post-wrapper:last-of-type {
    border-bottom: 0;
}

.new-stom-posts.columns-1 .new-stom-post-thumb {
    display: none;
}

.new-stom-posts.columns-1 .new-stom-post-content {
    padding-right: 50px;
}

.new-stom-posts.columns-1 .new-stom-post-link {
    display: block;
    text-align: right;
}


/* x-column design */
.new-stom-posts:not(.columns-1):before,
.new-stom-posts:not(.columns-1):after {
    content: '';
    display: table;
    clear: both;
}

.new-stom-posts:not(.columns-1) .new-stom-post-wrapper {
    margin: 0 2% 4% 0;
    float: left;
}

.new-stom-posts:not(.columns-1) .new-stom-post-wrapper .new-stom-post-content {
    margin: 10px 0;
}

/* 2.01% = margin-right + IE support -- husk at ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ndre */
.new-stom-posts.columns-2 .new-stom-post-wrapper {
    width: calc((100% - (2.01% * 1)) / 2);
}

.new-stom-posts.columns-3 .new-stom-post-wrapper {
    width: calc((100% - (2.01% * 2)) / 3);
}

.new-stom-posts.columns-4 .new-stom-post-wrapper {
    width: calc((100% - (2.01% * 3)) / 4);
}

.new-stom-posts.columns-5 .new-stom-post-wrapper {
    width: calc((100% - (2.01% * 4)) / 5);
}

.new-stom-posts.columns-6 .new-stom-post-wrapper {
    width: calc((100% - (2.01% * 5)) / 6);
}

.new-stom-posts.columns-7 .new-stom-post-wrapper {
    width: calc((100% - (2.01% * 6)) / 7);
}

.new-stom-posts.columns-8 .new-stom-post-wrapper {
    width: calc((100% - (2.01% * 7)) / 8);
}

.new-stom-posts.columns-9 .new-stom-post-wrapper {
    width: calc((100% - (2.01% * 8)) / 9);
}

.new-stom-posts.columns-10 .new-stom-post-wrapper {
    width: calc((100% - (2.01% * 9)) / 10);
}


/* Responsiv */
@media only screen and (max-width: 959px) {
    .new-stom-posts {
        text-align: center;
    }

    .new-stom-posts .new-stom-post-wrapper {
        text-align: left;
    }

    .new-stom-posts .new-stom-post-wrapper.last+.new-stom-post-wrapper {
        clear: none;
    }

    .new-stom-posts.columns-6 .new-stom-post-wrapper {
        width: calc((100% - (2.01% * 2)) / 3);
    }

    .new-stom-posts.columns-6 .new-stom-post-wrapper:first-of-type {
        margin-bottom: 2%;
    }

    .new-stom-posts.columns-6 .new-stom-post-wrapper:nth-of-type(3n) {
        margin-right: 0;
    }

    .new-stom-posts.columns-6 .new-stom-post-wrapper:nth-of-type(4n) {
        clear: left;
    }
}

@media only screen and (max-width: 767px) {
    .new-stom-posts.columns-5 .new-stom-post-wrapper {
        width: calc((100% - (2.01% * 2)) / 3);
    }

    .new-stom-posts.columns-5 .new-stom-post-wrapper:first-of-type {
        margin-bottom: 2%;
    }

    .new-stom-posts.columns-5 .new-stom-post-wrapper:nth-of-type(3n) {
        margin-right: 0;
    }

    .new-stom-posts.columns-5 .new-stom-post-wrapper:nth-of-type(3n +4) {
        clear: left;
    }

    .new-stom-posts.columns-5 .new-stom-post-wrapper.last {
        margin-right: 2% !important;
    }
}

@media only screen and (max-width: 599px) {
    .new-stom-posts.columns-4 .new-stom-post-wrapper {
        width: calc((100% - (2.01% * 1)) / 2);
    }

    .new-stom-posts.columns-4 .new-stom-post-wrapper:first-of-type {
        margin-bottom: 2%;
    }

    .new-stom-posts.columns-4 .new-stom-post-wrapper:nth-of-type(2) {
        margin-right: 0;
    }

    .new-stom-posts.columns-4 .new-stom-post-wrapper:nth-of-type(3) {
        clear: left;
    }
}

@media only screen and (max-width: 479px) {
    .new-stom-posts {
        margin: 0;
        text-align: center;
    }

    .new-stom-posts .new-stom-post-wrapper {
        display: block;
        width: 100% !important;
        margin: 0 0 6% !important;
    }
}

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




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

.stom-simple-slider .stom-anmeldelse {
    height: auto;
    padding: 0 35px;
    border: none;
    text-align: center;
    outline: none;
}

.stom-simple-slider .stom-anmeldelse .stom-anmeldelse-heading {
    display: block;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
}

.stom-simple-slider .stom-anmeldelse .stom-anmeldelse-tekst {
    max-width: 500px;
    margin: 0 auto;
    font-size: 1rem;
}

.stom-simple-slider .stom-anmeldelse .stom-anmeldelse-tekst strong {
    display: block;
}

.stom-anmeldelse-wrapper .slick-prev {
    left: 0;
    padding: 8px 8px 8px 0;
}

.stom-anmeldelse-wrapper .slick-next {
    right: 0;
    padding: 8px 0 8px 8px;
}

.stom-anmeldelse-wrapper .slick-prev,
.stom-anmeldelse-wrapper .slick-next {
    width: auto;
    height: auto;
    top: 50%;
    background: none;
}

.stom-anmeldelse-wrapper .slick-prev:before,
.stom-anmeldelse-wrapper .slick-next:before {
    color: #222;
    font-family: 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 *
\* ------------------------ */




/* ------------------------------------ *\
 * UNDERSIDE-SLIDER 1140 UNDERSTÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œTTELSE *
\* ------------------------------------ */

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

/* ---------------------------------------- *\
 * UNDERSIDE-SLIDER 1140 UNDERSTÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œTTELSE END *
\* ---------------------------------------- */




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

.close-grid-wrapper:before,
.close-grid-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.close-grid-wrapper .close-grid {
    display: table;
    float: left;
    text-align: center;
    background-color: #cecfc7;
}

.close-grid-wrapper .close-grid:nth-of-type(2n) {
    background-color: #f47e43;
}

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

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

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

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

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

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

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

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

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

.close-grid-wrapper .close-grid .content {
    display: table-cell;
    vertical-align: middle;
}

.close-grid-wrapper .close-grid .content h3 {
    margin-top: 0;
    font-weight: bold;
}

.close-grid-wrapper .close-grid .content a {
    font-weight: bold;
    text-decoration: none;
}



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

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

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

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

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

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




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

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

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




/* ------------------------------ *\
 * NY MOBIL/BURGER FULDSKÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â RM MENU *
\* ------------------------------ */

.menu-navigation {
    display: none;
}

@media screen and (max-width: 1040px) {
    #site-navigation .menu-container {
        position: fixed;
        display: none;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        z-index: 9999;
    }

    #site-navigation .stom-menu-overlay {
        max-width: 480px;
        height: 100%;
        margin: 0 auto;
        padding: 15px;
        overflow-y: auto;
    }

    .admin-bar #site-navigation .stom-menu-overlay {
        padding-top: 60px;
    }

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

    #site-navigation .active .menu-navigation {
        display: block;
    }

    #site-navigation .active .menu-navigation:after {
        content: '';
        display: table;
        clear: both;
    }

    #site-navigation #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 #menu-back-one-level.visible {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }

    #site-navigation #menu-back-one-level i {
        margin-right: 5px;
        font-size: 1.2em;
        vertical-align: middle;
        margin-top: -5px;
    }

    #site-navigation .menu-navigation img {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        max-height: 42px;
        transform: translateX(-50%);
    }

    #site-navigation #close-menu {
        margin: 0;
        padding: 10px;
        float: right;
        color: #000;
        font-weight: normal;
    }

    #site-navigation .menu-menu-1-container {
        overflow: hidden;
        clear: both;
    }

    #site-navigation #primary-menu {
        position: relative;
        width: 100%;
        height: 100%;
        background: none !important;
    }

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

    #site-navigation a {
        position: relative;
    }

    #site-navigation li.menu-item-has-children:after {
        content: "\f067";
        font-family: FontAwesome;
        display: inline-block;
        width: 10%;
        float: right;
        background: rgba(118, 174, 224, 0.06);
        color: #222;
        text-align: center;
        line-height: 2.58;
        vertical-align: top;
        z-index: 99;
    }

    #site-navigation li.menu-item-has-children>a {
        display: inline-block;
        width: 90%;
		text-indent: 10%;
    }

    #site-navigation
    /*.st-burger*/
    #primary-menu>li,
    #site-navigation #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 #primary-menu.overflow-fix>li>a {
        max-height: 0;
        transition-delay: .7s;
    }

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

    #site-navigation 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 li.menu-item-has-children.focus>ul {
        transform: translateX(0);
    }

    #site-navigation li.menu-item-has-children.hide-overflow>ul {
        overflow: hidden;
    }

    #site-navigation ul ul li {
        max-height: 0;
        transition: max-height 0s;
        transition-delay: .5s;
    }

    #site-navigation ul ul a {
        width: 100%;
        padding: 10px 22px !important;
    }

    #site-navigation .focus>ul>li {
        max-height: 100px;
        transition-delay: 0s;
    }

    #site-navigation .hide-overflow>ul {
        /*max-height: 100%;*/
        overflow: hidden;
    }

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

    #site-navigation .menu-toggle {
        display: block;
		width: 100%;
        height: auto;
        margin: 0;
        padding: 11px;
        float: none;
        color: #112744;
        font-size: 2em;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        background: none;
        box-shadow: none;
        outline-style: none;
        vertical-align: middle;
    }

    #site-navigation .menu-toggle .fa {
        font-size: 1.2em;
    }


	.main-navigation .menu-item-has-children > a::after {
		content: none;
	}
}

/* ---------------------------------- *\
 * NY MOBIL/BURGER FULDSKÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â RM MENU END *
\* ---------------------------------- */



/* ----------------------------------- *\
 * NY FOLD-UD SIDEBAR PÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ MINDRE SKÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â RME *
\* ----------------------------------- */

#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: 70px;
        float: none;
        background-color: #fff;
        transition: right .7s, box-shadow 1.5s;
        transition-timing-function: ease-in;
		border-radius: 0;
        z-index: 999;
    }

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

    span.open-button.devices-toggle .fa {
        font-size: 8px;
        vertical-align: middle;
    }

    #content .open-button {
        color: #333;
        font-weight: bold;
        position: absolute;
        top: 100px;
        right: 0;
        display: block;
        padding: 8px;
        background-color: rgba(255, 255, 255, 0.90);
        border: solid #333;
        border-width: 1px;
        border-top: none;
        line-height: 1;
        transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
        transform-origin: right top;
        cursor: pointer;
        font-family: "roboto", sans-serif;
        z-index: 99;
    }

    #secondary .close-button {
        position: absolute;
        top: 46px;
        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;
    }
}

/* --------------------------------------- *\
 * NY FOLD-UD SIDEBAR PÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ MINDRE SKÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â RME END *
\* --------------------------------------- */



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

/* Generelt */
.hover-active ul.menu li:hover>a {
    background-color: transparent;
}

.hover-active:not(.hover-style-bold) ul.menu a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #2C3F46;
    transition: opacity .3s, width .3s, margin .3s, height .3s;
}

.main-navigation .hover-active .current_page_item>a,
.main-navigation .hover-active .current-menu-item>a,
.main-navigation .hover-active .current_page_ancestor>a,
.main-navigation .hover-active .current-menu-ancestor>a,
.main-navigation .hover-active li:hover > a {
    color: #ffffff;
    background-color: transparent !important;
}

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

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


/* Fuldbredde */
.hover-entry-none.hover-style-full ul.menu a:before {
    width: 0;
}

.hover-entry-fade-in.hover-style-full ul.menu a:before {
    width: 100%;
}

.hover-entry-slide-in.hover-style-full ul.menu a:before {
    width: 0;
}

.hover-entry-slide-up.hover-style-full ul.menu a:before {
    width: 100%;
    height: 0px;
}

/* 80% */
.hover-style-spaced ul.menu a:before {
    right: 0;
}

.hover-entry-none.hover-style-spaced ul.menu a:before {
    margin: 0 90% 0 10%;
}

.hover-entry-fade-in.hover-style-spaced ul.menu a:before {
    margin: 0 10%;
}

.hover-entry-slide-in.hover-style-spaced ul.menu a:before {
    margin: 0 90% 0 10%;
}

.hover-entry-slide-up.hover-style-spaced ul.menu a:before {
    height: 0;
    margin: 0 10%;
}

/* Center */
.hover-style-center ul.menu a:before {
    right: 0;
    margin: 0 auto;
}

.hover-entry-none.hover-style-center ul.menu a:before {
    width: 0;
}

.hover-entry-fade-in.hover-style-center ul.menu a:before {
    width: 30px;
}

.hover-entry-slide-in.hover-style-center ul.menu a:before {
    width: 0;
}

.hover-entry-slide-up.hover-style-center ul.menu a:before {
    width: 30px;
    height: 0;
}

/* Venstre */
.hover-entry-none.hover-style-left ul.menu a:before {
    width: 0;
}

.hover-entry-fade-in.hover-style-left ul.menu a:before {
    width: 50px;
}

.hover-entry-slide-in.hover-style-left ul.menu a:before {
    width: 0;
}

.hover-entry-slide-up.hover-style-left ul.menu a:before {
    width: 50px;
    height: 0;
}

/* Bold */
.hover-style-bold ul.menu a {
    text-align: center;
}

.hover-style-bold ul.menu a:before {
    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 *
\* ----------------------- */

.top-bar {
    position: absolute;
    max-width: 1200px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 0;
}

.top-bar img {
	max-height: 65px;
    float: right;
}


.item p {
    font-size: 0;
}


.item {
    position: relative;
    overflow: hidden;
    width: 336px;
    height: 234px;
    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;
}

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

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

.item-two {
    text-align: center;
    width: 336px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.item-two h3 {
    margin-bottom: -7px;
}

.item-two span.link a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-family: "roboto", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 100;
    text-align: right;
    padding-right: 16px;
    background: rgba(17, 39, 68, 0.9);
    padding: 9px 14px;
    color: #fff;
}


.home-cateory {
    position: relative;
}

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


.item-two span.link a:after {
    font-family: FontAwesome;
    content: "\f101";
    font-style: normal;
    font-size: 23px;
    font-weight: lighter;
    vertical-align: unset;
    padding-left: 10px;
}

.home-cateory:hover .item-two span.link a {
    background: rgba(157, 192, 224, 0.9);
}

.slider-inner {
    color: #fff;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 536px;
    max-width: 90%;
    margin: auto;
    left: 0;
    right: 0;
}

.slider-inner h2 {
    font-weight: 600;
    font-size: 4.4em;
    margin: 0;
    position: relative;
}

.slider-inner h2:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 8px;
    width: 90px;
    background: #112744;
    transition: opacity .3s, width .3s, margin .3s, height .3s;
    right: 0;
    margin: auto;
}

.slider-inner p {
    font-family: "roboto", sans-serif;
    font-size: 2.1em;
    font-weight: 100;
    line-height: 1.3;
    margin: 9px 0 0;
}

span.contact a {
    display: block;
    margin-top: 73px;
    width: 193px;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    font-family: "roboto", sans-serif;
    background: #79b2e3;
    margin: 27px auto 0;
    padding: 12px 0;
}

span.contact a:hover {
    background: rgba(17, 39, 68, 0.9);
}

.home h1.entry-title {
    text-align: center;
    margin: 30px 0 -5px;
}

.text-box {
    width: 489px;
    margin: auto;
    text-align: center;
    max-width: 95%;
}

span.read a,
a.moretag {
    font-family: "roboto", sans-serif;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 16px;
    outline: none;
    color: #333 !important;
}

span.read a:before,
a.moretag:before {
    position: relative;
    top: 8px;
    content: " ";
    background: url(../images/fav.png) no-repeat;
    height: 30px;
    width: 35px;
    display: inline-block;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

span.read p {
    margin: 0;
}

.text-box span.read {
    margin-top: -12px;
    display: block;
}

span.read a:hover:before,
a.moretag:hover:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.blog-post.stom-cols-6 {
    width: 50%;
    margin: 0;
    display: inline-block;
    float: none;
    vertical-align: top;
    min-height: 200px;
}

.blog-container {
    /* width: 100%; */
}

.blog-post.stom-cols-6:nth-child(1),
.blog-post.stom-cols-6:nth-child(2) {
    border-bottom: 1px solid #e1e1e1;
}

.blog-post.stom-cols-6:nth-child(2),
.blog-post.stom-cols-6:nth-child(4) {
    border-left: 1px solid #e1e1e1;
    padding-left: 2%;
}

.blog-info h3 {
    font-weight: 800;
    margin-bottom: -3px;
}

.blog.blog-date p {
    margin: 0;
    font-size: 13px;
    font-family: "roboto", sans-serif;
    color: #79b2e3;
    font-weight: 600;
}

.newsletter-wrap {
    background: rgba(17, 39, 68, 0.9);
    width: 614px;
    margin: auto;
    position: relative;
    max-width: 95%;
    text-align: center;
    padding: 23px 21px 38px;
    display: block;
}

.section-wrap.clear.footer {
    min-height: 385px;
    background-size: cover !important;
}

.newsletter-wrap img {
    position: absolute;
    right: 16px;
    top: 17px;
}

.newsletter-wrap h2 {
    font-weight: 100;
    margin-top: 0;
    display: block;
    font-size: 32px;

}


.mc4wp-form-fields input[type="email"],
.mc4wp-form-fields input[type="submit"] {
    height: 34px;
    vertical-align: text-bottom;
    border: none !important;
    line-height: 1;
    padding: 6px 17px;
    font-size: 14px;
}

.mc4wp-form-fields input[type="email"] {
    width: 80%;
    padding-left: 10px;
}

.mc4wp-form-fields p {
    width: 63%;
    margin: auto;
    margin-top: -13px;
}

.mc4wp-form-fields input[type="email"]::placeholder {
    color: #333;
}

.newsletter-wrap span {
    display: block;
    margin-top: 48px;
}

.footer .section {
    padding: 46px 0 0 !important;
}

.mc4wp-form-fields input[type="submit"]:hover {
    background: rgba(168, 199, 227, 0.90);
}

.news .section {
    padding: 0 0 80px;
}

li.intranet a {
    padding: 4px 15px;
    margin-top: 6px;
    border-left: 1px solid;
}

/*li.intranet a:after {
    content: "\f160";
    font-family:  dashicons;
    color: #79b2e3;
    float: left;
    font-size: 20px;
    position:  relative;
    top: -6px;
    right: 2px;
}
*/
li.intranet:hover a {
    font-weight: inherit !important;
    text-decoration: underline;
}

.widget_nav_menu,
.widget_recent_entries {
    border-left: 1px solid #ebebeb;
    padding: 0;
}

.widget_nav_menu ul,
.widget_recent_entries ul {
    list-style-type: none;
    width: 100%;
}

.widget_nav_menu li a,
.widget_recent_entries li a {
    padding: 11px 18px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "roboto", sans-serif;
}

.widget_nav_menu li,
.widget_recent_entries li,
.widget_nav_menu li.current-menu-parent.current-page-parent.current_page_parent>a {
    border-bottom: 1px solid #ededed;
}

.widget_nav_menu ul.sub-menu li:last-child {
    border-bottom: 0;
}

.widget_nav_menu li a:hover,
.widget_recent_entries li a:hover {
    padding-left: 25px;
}

.widget_nav_menu li.current_page_item>a,
.widget_nav_menu li.current-post-ancestor>a,
.menu-nyheder-container .current-menu-item li>a,
.widget_nav_menu .menu-item-object-category.current-menu-item a,
ul#menu-nyheder li a {
    background: #79b2e3;
    color: #fff;
}

.main-navigation ul ul {
    /*visibility: hidden;*/
}

.widget_recent_entries span.widget-title {
    display: none;
}

#primary a {
    color: #79b2e3;
    font-weight: 500;
}

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

#primary a:hover {
    color: #112744;
}

.home div#content {
    /*min-height: 0;*/
    /*margin-top: 25px;*/
}

h1.entry-title {
    margin: -0.425em 0 0;
}

ul#gform_fields_2 input::placeholder {
    display: none;
    visibility: hidden;
}

div#gform_wrapper_2 .gfield_html {
    margin-top: 40px !important;
    display: block;
}

label#label_2_19_1 {
    font-size: 15px;
    margin-top: 26px;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 3px;
}

li.form-text {
    font-weight: 900;
    font-size: 17px;
    border-bottom: 1px solid #ededed !important;
}

div#gform_wrapper_2 .gform_footer.top_label {
    margin-top: 30px;
}

.ui-datepicker-header {
    background-color: #79b2e3 !important;
    border-color: #79b2e3 !important;
}

div#mc_embed_signup_scroll {
    text-align: left;
}

input#mc-embedded-subscribe {
    background-color: #79b2e3 !important;
}

.rapport img {
    max-width: 20%;
    margin: 0 2% 2% 0;
}

.rapport {
    margin-top: 30px;
}

.rapport img:hover {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.3s;
}

.nav-next:after {
    padding-left: 8px;
}

#primary {
    padding-bottom: 20px;
}

section#nav_menu-8 {
    margin: 0;
}

.category h2.entry-title,
.page-template-page-blog h2.entry-title {
    margin: 33px 0 -9px 0;
    font-size: 22px;
    font-weight: 100 !important;
}


.widget_nav_menu .sub-menu {
    display: none;
    transition: 0.3s;
}

.widget_nav_menu .current-menu-ancestor .sub-menu,
.widget_nav_menu .current-menu-item .sub-menu {
    display: block;
}

.widget_nav_menu li ul.sub-menu a:before {
    font-family: FontAwesome;
    content: "\f105";
    font-style: normal;
    font-size: 12px;
    font-weight: lighter;
    vertical-align: unset;
    padding-right: 4px;
    padding-left: 5px;
}

#site-navigation ul ul li.menu-item-has-children>a:after {
    position: absolute;
    right: 8px;
    top: 0;
    width: 10%;
    height: 100%;
    font-family: dashicons;
    background: rgba(255, 255, 255, 0.1);
    color: #333;
    content: "\f345";
    text-align: center;
    line-height: 3.1;
    display: block;
    z-index: 99;
}

select {
    background: #fff !important;
}

figure.gallery-item {
    padding: 0 1% 1% 0;
}

span.page-numbers.current {
    background: #79b2e3;
    padding: 1px 7px;
    color: #fff;
    border-radius: 1px;
}

.nav-links {
    padding-top: 35px;
    text-align: center;
}

.nav-links .prev,
.nav-links .next {
    padding: 0px 7px;
}

.nav-links a {
    padding: 1px 7px;
    color: #333 !important;
}


.home .blog.blog-excerpt {
    overflow: hidden;
    height: 56px;
    /* line-height: 25px; */
    /* margin: 20px; */
    /* border: 5px solid #AAA; */
    padding-right: 16px;
}

.home .blog.blog-excerpt:before {
    content: "";
    float: left;
    width: 5px;
    height: 58px;
}

.home .blog.blog-excerpt>*:first-child {
    float: right;
    width: 100%;
    margin-left: -5px;
}

.home .blog.blog-excerpt:after {
    content: "\02026";
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    float: right;
    position: relative;
    top: -25px;
    left: 100%;
    width: 3em;
    margin-left: -3em;
    padding-right: 5px;
    text-align: right;
    background-size: 100% 100%;
    /* 512x1 image,gradient for IE9. Transparent at 0% -> white at 50% -> white at 100%.*/
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrDsYoVx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2ZdD9MFe56Y9z3LUG96mcX02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5NL5gPOeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC);
    background: -webkit-gradient(linear, left top, right top,
            from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}


.page-template-page-blog article {
    border-bottom: 1px solid #e1e1e1 !important;
    padding-bottom: 32px;
}

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

.main-navigation .hover-active ul ul .current_page_item>a,
.main-navigation .hover-active ul ul .current-menu-item>a,
.main-navigation .hover-active ul ul .current_page_ancestor>a,
.main-navigation .hover-active ul ul .current-menu-ancestor>a {
    color: #fff;
    background-color: transparent !important;
}

form#mc4wp-form-1 .mc4wp-alert.mc4wp-success {
    margin-top: 38px;
    margin-bottom: -24px;
    color: #79b2e3;
    font-weight: bold;
}



.widget_nav_menu ul.menu .menu-item-has-children>a:after {
    position: relative;
    bottom: 0;
    transform: translate(0%, 55%);
    content: '';
    width: 0;
    height: 0;
    border-top: solid 6px #79b2e3;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    border-bottom: solid 0px transparent;
    /* left: 0; */
    right: 0;
    margin: 0 auto;
    float: right;
    top: 6px;
}

.maps-infowindow a {
    color: #333 !important;
}

.maps-infowindow .fa {
    color: #79b2e3;
    padding-right: 5px;
}


.widget_subpages li a,
.widget_subpages span.widget-title a {
	display: block;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
    border: none;
}

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

.widget_subpages li {
	border-top: 1px solid #79b2e3;
}

.widget_subpages > ul > li:last-child {
	border-bottom: 1px solid #79b2e3;
}

.widget_subpages {
    width: auto;
	margin: 0;
    padding: 10px 30px 30px;
}

.widget_subpages span.widget-title a:hover,
.widget_subpages li a:hover {
	background-color: transparent !important;
	transform: translateX(10px);
}

.widget_subpages .widget_subpages_current_page {
	/* background-color: #79b2e3 !important; */
}

.widget_subpages .widget_subpages_current_page>a {
	/* padding: 7px 10px; */
    /* color: #fff; */
	background-color: transparent !important;
	color: #79b2e3;
	opacity: 1;
}

.widget_subpages .has_children>a:after {
    position: absolute;
    bottom: 0;
    transform: translate(0%, 55%) rotateZ(-90deg);
    content: '';
    width: 0;
    height: 0;
    border-top: solid 6px #79b2e3;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    border-bottom: solid 0px transparent;
    /* left: 0; */
    right: 0;
    margin: 0 auto;
    float: right;
    top: 22px;
	transition: right .3s;
}

.widget_subpages .has_children>a:hover:after {
	right: 10px;
}

.widget_subpages li.has_children {
    position: relative;
}

.widget_subpages .widget_subpages_current_page>a:hover {
    background-color: transparent !important;
}

.widget_subpages .widget_subpages_current_page.has_children>a:after,
.widget_subpages .active-parent>a:after {
	content: '';
	/* top: 14px; */
	/* right: 10px; */
	/* border-top: solid 6px #fff; */
	transform: translate(0%, 55%);
}

.widget_subpages .widget_subpages_current_page.has_children>a:hover:after,
.widget_subpages .active-parent>a:hover:after {
	/* right: 20px; */
}

.widget_subpages ul ul a:before {
    /* content: "\f105"; */
    font-family: FontAwesome;
    font-style: normal;
    font-size: 12px;
    font-weight: lighter;
    vertical-align: unset;
    padding-right: 4px;
    padding-left: 5px;
}

.widget_subpages ul ul li {
    background-color: #fff;
}

span.read.calender {
    display: block;
    margin: 8px 0 23px;
}

span.ai1ec-event-title {
    color: #333;
}

li.has_children.active-parent>a {
    /* border-bottom: 1px solid #ededed; */
}

#primary table td,
#primary table th {
    border: 1px solid #ddd;
    padding: 6px 7px;
}

#primary table tr:nth-child(even) {
    background-color: #ededed;
}

#primary table tr:hover {
    background-color: #e5e1e1;
}

#primary table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #79b2e3;
    color: white;
}

table.ai1ec-month-view tr:nth-child(even) {
    background: #fff !important;
}

table.ai1ec-month-view tr:hover {
    background-color: transparent !important;
}

h4 {
    margin-bottom: 0;
}

.main-navigation .current_page_item,
.main-navigation li:hover,
.main-navigation .current_page_item,
.main-navigation .current-menu-item,
.main-navigation .current_page_ancestor,
.main-navigation .current-menu-ancestor {
    background: #79b2e3;
}

.main-navigation li {
	transition: background-color .3s;
}

.forum aside {
    display: none;
}

.forum #primary {
    width: 100%;
}

.widget_subpages ul ul a,
.widget_nav_menu li ul.sub-menu a {
    padding: 5px 15px;
	color: #333;
	opacity: .7;
}

li.has_children.active-parent>a,
.current_page_parent.current_page_ancestor.menu-item-has-children>a {
    /* background: #ededed; */
	color: #79b2e3;
}

.hover-active:not(.hover-style-bold) ul.menu a:before {
	content: none;
}



/* Frontpage event-lists */

.home-news-display::after,
.home-news-display::before {
	content: none;
}

.home-news-display {
	--home-news-gap: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: var(--home-news-gap);
}

.home-news-display + .home-news-display {
	margin-top: 50px;
}

.home-news-display > .single-column,
.home-news-display > .double-column,
.home-news-display .single-column-afdeling {
	position: relative;
	margin-top: calc(var(--home-news-gap) + 5px);
	/* flex-grow: 1; */
	/* flex-basis: 0; */
}

.home-news-display .single-column-afdeling:first-child {
	margin-top: 0;
}

.home-news-display > .single-column {
	width: calc(100% / 3);
}

.home-news-display > .double-column {
	width: calc(100% - (100% / 3) - var(--home-news-gap));
}

.home-news-display > .single-column h2,
.home-news-display > .double-column h2 {
	margin-top: 0;
	text-transform: none;
}

.home-news-display .button-navigation h2,
.home-news-display .latest-news h2 {
	padding-bottom: 8px;
}

.front-news {
    /* position: relative; */
    opacity: 1;
    transition: opacity .5s;
}

.front-news:not(:last-of-type) {
    margin-bottom: 50px;
}

.front-news.loading {
    opacity: 0;
}

.front-news .news-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.front-news .single-news {
    padding: 11px 20px;
    box-shadow: 0 0 10px rgba(12, 13, 13, 0.15);
    border-radius: 10px;
	background-color: #fff;
	transition: box-shadow .175s;
	cursor: pointer;
}

.front-news .single-news:hover {
	box-shadow: 0 5px 15px rgba(12, 13, 13, 0.25);
}

.front-news.overflow .single-news.initial-hide {
    display: none;
}

.front-news .single-news.new .title .new-tag {
    display: inline-block;
    line-height: 0;
    transition: opacity .75s;
}

.front-news .single-news.new .title .new-tag:before {
    content: 'NY';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    color: #fff;
    background-color: #79b2e3;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}

/* .front-news .single-news.critical {
    background: #ff6464;
    color: #fff;
} */

/* .front-news .single-news.critical .title:before {
    content: '\f06a';
    font-family: fontawesome;
    margin-right: 6px;
    margin-left: 1px;
    font-size: 20px;
    line-height: 1;
    vertical-align: sub;
} */

/* .front-news .single-news.critical .date {
    color: #fff;
} */

/* #primary .front-news .single-news.critical .news-content a {
    color: #ff6464;
    background-color: #fff;
} */

.front-news .single-news-wrapper {
    display: flex;
    align-items: center;
}

.front-news .double-line .single-news-wrapper {
	align-items: flex-start;
    flex-direction: row-reverse;
}

.front-news .single-news .single-news-content {
	flex-grow: 1;
	overflow: hidden;
	line-height: 1.3;
}

.front-news .single-news .single-news-icon {
	
}

.front-news .single-news .single-news-icon-inner {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	color: #fff;
	background-color: #79b2e3;
	border-radius: 50%;
}

.front-news .single-news.double-line .single-news-icon-inner {
	margin-right: 0;
}

.front-news .single-news .single-news-icon--critical {
	background-color: #ff6464;
	font-size: 1.8em;
}

.front-news .single-news .single-news-icon--new {

}

.front-news .single-news.double-line.single-news--critical {
	color: #fff;
	background-color: #ff6464;
}
.front-news .single-news.double-line.single-news--critical * {
	color: currentColor;
}

.front-news .single-news.double-line .single-news-icon--critical {
	width: auto;
	height: auto;
	border-radius: 0;
	background-color: transparent;
}

.front-news .single-news .date,
.front-news .single-news .title {
    display: block;
}

.front-news .single-news .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 18px;
}

.front-news .single-news.double-line .title {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	white-space: unset;
    text-overflow: unset;
}

.front-news .single-news .date {
    color: #79b2e3;
	font-size: 14px;
}

.front-news .single-news .news-content {
    display: none;
}

.front-news .single-news .news-content p {
    margin: 8px 0;
    /* font-size: .85em; */
}

.front-news .single-news .single-news-click {
	margin-left: 30px;
    color: #79b2e3;
}

.stom-custom-svg svg *[style*="fill"] {
	fill: currentColor !important;
}

.stom-custom-svg {
	display: inline-block;
	line-height: 0;
}

/* .home .stom-cols-4 h2 { */
/* white-space: nowrap; */
/* overflow: hidden; */
/* text-overflow: ellipsis; */
/* font-size: 29px; */
/* } */


#primary .front-news .single-news .news-content a {
    display: inline-block;
    padding: 2px 8px;
    font-size: .95em;
    color: #fff;
    background-color: #79b2e3;
    text-transform: uppercase;
}

#primary .front-news .single-news.single-news--critical .news-content a {
	background-color: #fff;
    color: #ff6464;
}

.front-news .single-news.more .title {
    width: 100% !important;
}

.front-news .single-news.more .date {
    /* margin: 0;
    font-size: 11px; */
}

.front-news .single-news.more .news-content {
    display: block;
}

.front-news .no-posts {
    padding: 8px 10px;
    /*border: 1px solid #eee;*/
}

.front-news .read {
    position: absolute;
    top: 13px;
    right: 0;
}

.front-news .read a {
    font-size: 18px;
	color: #79b2e3 !important;
	font-family: "roboto", sans-serif;
	font-weight: 400 !important;
	text-transform: none;
}

.front-news .read a:hover {
	text-decoration: underline;
}

.front-news .read a:before {
	content: none;
}


.front-news .single-news.double-line {
	position: relative;
	min-height: 120px;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 0 5px rgba(11, 15, 16, 0.15);
}

.front-news .single-news.double-line:hover {
	box-shadow: 0 5px 15px rgba(12, 13, 13, 0.25);
}

.front-news .single-news.double-line .single-news-click {
	position: absolute;
    right: 20px;
    bottom: 15px;
}

/* END Frontpage event-lists */



.heading-underline h1,
.heading-underline h2,
.heading-underline h3,
.heading-underline h4 {
	position: relative;
}

.heading-underline h1::after,
.heading-underline h2::after,
.heading-underline h3::after,
.heading-underline h4::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #79b2e3;
}



.home .stom-slider-tekst h1 {
    font-size: 50px;
    line-height: 1.25;
}

.home .royalSlider {
    line-height: 0;
}



/* Special widget nav */
#secondary .widget_black_studio_tinymce.widget-extra-text {
    margin-top: 25px;
    padding: 0 10px 0 0;
}

#secondary .widget_black_studio_tinymce.widget-extra-text .widget-title {
    display: block;
    margin-bottom: 5px;
}

#secondary .widget_black_studio_tinymce.widget-extra-text .textwidget>p:first-of-type {
    display: none;
}

#secondary .widget_black_studio_tinymce.widget-extra-text .text {
    position: relative;
    max-height: 100px;
    overflow: hidden;
    transition: max-height 1s;
}

#secondary .widget_black_studio_tinymce.widget-extra-text .text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    z-index: 1000;
}

#secondary .widget_black_studio_tinymce.widget-extra-text .text.active {
    max-height: 800px;
}

#secondary .widget_black_studio_tinymce.widget-extra-text .text.active:before {
    content: unset;
}

#secondary .widget_black_studio_tinymce.widget-extra-text .text>p:last-of-type {
    margin-bottom: 0;
}

/* END Special widget nav */



/* ---------------- *\
 * START SEARCH FORM*
\* ---------------- */

form.search-form {
    display: none;
}

li.search a {
    cursor: pointer;
    padding-right: 0;
}

form.search-form input.search-field {
    width: 86%;
    line-height: 1.7;
}

form.search-form {
    max-width: 1200px;
    margin: auto;
    padding: 5px 0;
}

form.search-form input.search-submit {
    width: 13%;
    padding: 13.5px;
    background: #79b2e3;
    line-height: 1.2;
    border: 1px solid #bbb;
    margin-top: -4px;
    vertical-align: middle;

}

form.search-form input.search-submit:hover {
    background: #112744;
    transition-duration: 0.3s;
}


/* ------------ *\
 * SEARCH FORM*
\* ------------ */

li.intranet a span {
    color: #79b2e3;
    font-size: 16px;
    padding-right: 2px;
}


input#bbp_search {
    padding: 2px;
    line-height: 0;
    vertical-align: middle;
}

input#bbp_search_submit {
    vertical-align: middle;
    padding: 6px;
}


.nav-links {
    visibility: hidden;
}

.archive .nav-links {
    visibility: visible;
}

/* make sure tabs and the popular div itself are not shown */
#eventtype-pop,
#eventtype-tabs {
    display: none !important;
}

/* make sure the All Terms div is always shown, and remove extra spacing and styles */
#eventtype-all,
#eventtype-all,
#eventtype-all ul,
#eventtype-all ul {
    display: block !important;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
}

li.hide-if-no-js {
    display: none;
    visibility: hidden;
}

p.last-updated {
    margin: 0;
    font-size: 14px;
	color: #79b2e3;
}


.stom-mobile-login {
    /* padding: 10px 0 30px; */
    clear: both;
}

.stom-mobile-login a {
    display: inline-block;
    padding: 4px 20px;
    color: #fff;
    background-color: #79b2e3;
	border-radius: 17px;
}


/* Bagvagt styling */

.type-bagvagt {
    border: solid 1px #dedede;
    padding: 3%;
    border-radius: 20px 20px 20px 0px;
}

.bagvagt-date {
    border-bottom: solid 1px #dedede;
}

.bagvagt-created span {
    font-weight: bold;
}

.bagvagt-author span {
    font-weight: bold;
}

.rediger-bagvagt {
    float: right;
}


.bagvagt-comments {
    border-top: 1px solid #ccc;
}

.bagvagt-comment {
    border-top: 1px solid #ccc;
    margin: 10px 7px;
    padding: 10px 7px 0px 7px;

}

.bagvagt-comment .comment-item.user {
    font-weight: bold;
}

.bagvagt-comment .comment-item.separator {
    padding-left: 3px;
    padding-right: 3px;
}



.bagvagt-comment-form {
    padding-top: 10px;
}

.bagvagt-comments-title {
    padding: 10px 0 0px 10px;
    font-weight: bold;
}

.bagvagt-comment-form textarea {
    min-width: 100%;
    max-width: 100%;
}

.single-post .entry-header {
    position: relative;
}

.single-post #primary .print-post {
    position: absolute;
    top: 0;
    right: 0;
    color: #112744;
}

.archive #main article {
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.archive #main article:last-of-type {
    border-bottom: none;
}

.archive #main article .entry-footer {
    display: none;
}

.hide-desktop {
    display: none;
}

body.post-type-archive-lager_object #primary {
    width: 100%;
}

body.post-type-archive-lager_object aside {
    display: none;
}

a.btn-lager,
a.show-btn {
    border: none;
    border-color: #ccc #ccc #bbb;
    border-radius: 0;
    background: #79b2e3;
    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;
    color: #fff !important;
}

a.btn-lager:hover,
a.show-btn:hover {
    background: #112744;
}

.object-action-btn {
    padding-bottom: 20px;
}

#primary table a {
    color: #222;
}

table.dataTable.no-footer {
    border-bottom: none;
    margin: 20px 0;
}

div#myTable_filter {
    margin-bottom: 15px;
}

div#myTable_filter {}

body.post-type-archive-lager_object input[type="text"],
.dataTables_wrapper .dataTables_filter input {
    padding: 2.5px 5px;
}

body.post-type-archive-lager_object form div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0;
    margin-top: 10px;
}

p.lager-notice.link {
    display: inline-block;
    margin-right: 13px;
}

body.post-type-archive-lager_object #content .open-button,
.lager_object-template-default #content .open-button {
    display: none !important;
}

a.print-btn:before {
    display: inline-block;
    color: #112744;
    content: "\f02f";
    font-family: "Font Awesome 5 free";
    font-size: 19px;
    font-weight: 900;
    padding-right: 9px;
}

a.status-btn {
    border: none;
    border-color: #ccc #ccc #bbb;
    border-radius: 0;
    background: #79b2e3;
    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;
    color: #fff !important;
    transition: 0.3s;
}

a.print-btn {
    /* float: right; */
    margin-right: 20px;
}

a.edit-btn {
    margin-left: 20px;
}

.post-type-archive-lager_object .attached-image {
    margin-top: 35px;
}

body.post-type-archive-lager_object a.print-btn {
    float: right;
    margin: 0;
}

a.status-btn:hover {
    background: #112744;
}

@media print {

    .nav-wrap,
    aside,
    #main .navigation,
    .print-post,
    #respond,
    footer.site-footer {
        display: none;
    }

    #primary {
        display: block;
        width: 99%;
        margin: 100px 0 0;
        padding: 0;
        float: none;
    }

    #comments {
        margin-top: 100px;
    }
}

.bagvagt-wrapper {
    border: 1px solid #dcdcdc;
    margin: 10px 0px;
    padding: 5px;
}

.woocommerce-checkout-review-order dl.variation p {
    margin: 0;
}

#qr-code-to-print {
    cursor: pointer;
    width: 100%;
    max-width: 200px;
}

@media print {

    body.custom-print-qr-code #masthead,
    body.custom-print-qr-code #wpadminbar,
    body.custom-print-qr-code .screen-reader-text,
    body.custom-print-qr-code .nav-wrap,
    body.custom-print-qr-code #secondary,
    body.custom-print-qr-code #main .object-list,
    body.custom-print-qr-code.single #main .object-content>*:not(.object-qr-code),
    body.custom-print-qr-code .push,
    body.custom-print-qr-code #colophon,
    body.custom-print-qr-code.archive #main>*:not(.print-this-qr) {
        display: none !important;
    }

    body.custom-print-qr-code #content,
    body.custom-print-qr-code #primary {
        width: 100% !important;
        padding: 0 !important;
    }

    body.custom-print-qr-code * {
        margin: 0 !important;
        padding: 0 !important;
        height: auto;
        width: auto;
    }

    body.custom-print-qr-code.single #main .object-content .object-qr-code {
        right: auto;
        left: 0;
    }

    body.custom-print-qr-code #page {
        min-height: auto !important;
        height: auto !important;
    }

    body.custom-print-qr-code.admin-bar {
        min-height: auto !important;
        height: auto !important;
    }

    body.custom-print-qr-code.admin-bar {
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding: 0 !important;
    }

    body.custom-print-qr-code,
    body.custom-print-qr-code #qr-code-to-print {
        /* border:1px solid black !important; */
        max-width: 200px !important;
        max-height: 200px !important;
    }

}

.my_account_bookings .booking-status,
.woocommerce-order-received .entry-title,
.woocommerce-order-received .last-updated,
.woocommerce-order .woocommerce-order-overview,
.woocommerce-order-details__title,
.woocommerce-customer-details,
.order-again,
.woocommerce-table.shop_table .product-total,
.woocommerce-table.shop_table thead,
.woocommerce-table.shop_table tfoot,
.status-paid,
.woocommerce-orders-table__header-order-total,
.woocommerce-orders-table__cell-order-total,
.woocommerce-account .last-updated,
.wc-booking-summary-number span,
.product .woocommerce-product-gallery,
.product .wc-bookings-date-picker-timezone-block,
.product .product_meta,
.product .wc-bookings-booking-cost {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.product .summary.entry-summary {
    float: none !important;
    clear: both !important;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    text-decoration: underline;
}

.woocommerce-MyAccount-navigation li {
    display: block;
    padding: 5px 7px;
}

/*
 * Styling Af Booking View Shortcode - START
 */
.stom-booking-list-wrapper .stom-booking-item-row {
    border-bottom: 1px solid #eee;
    padding: 9px 10px;
}

.stom-booking-list-wrapper .stom-booking-item-row:last-child {
    border-bottom: none;
}

.stom-booking-list-wrapper .stom-booking-item-row.stom-booking-item-start .stom-booking-item-start-text span,
.stom-booking-list-wrapper .stom-booking-item-row.stom-booking-item-name .stom-booking-item-end-text span,
.stom-booking-list-wrapper .stom-booking-item-row.stom-booking-item-end .stom-booking-item-end-text span {
    margin-left: 5px;
    color: #79b2e3;
    font-weight: bold;
}

.stom-booking-list-wrapper .stom-booking-item {
    margin-bottom: 15px;
    border: 1px solid #b1b1b1;
}

.stom-booking-list-wrapper .stom-booking-group-title {
    font-size: 18px;
}

.page-id-9510 .entry-content .last-updated {
    display: none;
}

.stom-booking-list-wrapper .stom-booking-show-more.read {
    font-family: "roboto", sans-serif;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 16px;
    outline: none;
    color: #333 !important;
    cursor: pointer;
}

.stom-booking-list-wrapper .stom-booking-show-more.read::before {
    position: relative;
    top: 8px;
    content: " ";
    background: url(../images/fav.png) no-repeat;
    height: 30px;
    width: 35px;
    display: inline-block;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.stom-booking-list-wrapper .stom-booking-show-more.read:hover::before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.stom-booking-list-wrapper .stom-booking-item-row.stom-booking-item-start span.item-title.item-start,
.stom-booking-list-wrapper .stom-booking-item-row.stom-booking-item-end span.item-title.item-end,
.stom-booking-list-wrapper .stom-booking-item-row.stom-booking-item-note span.item-title.item-note,
.stom-booking-list-wrapper .stom-booking-item-row.stom-booking-item-name .stom-booking-item-name-text,
.stom-booking-list-wrapper .stom-booking-item-row.stom-booking-item-vehicle {
    font-weight: bold;
}

.stom-booking-list-wrapper span.stom-booking-item-start-text,
.stom-booking-list-wrapper span.stom-booking-item-end-text {
    float: right;
}

.stom-booking-list-wrapper span.stom-booking-item-start-text span,
.stom-booking-list-wrapper span.stom-booking-item-end-text span {
    margin-left: 0 !important;
}

.stom-booking-list-wrapper span.stom-booking-item-start-text span:first-of-type,
.stom-booking-list-wrapper span.stom-booking-item-end-text span:first-of-type {
    margin-right: 12px;
}

/*
 * Styling Af Booking View Shortcode - END
 */

.home .entry-content>.front-news.overflow {
    margin-bottom: 20px;
}


/* .stom-button */
.stom-button a,
.stom-button.one a {
    background: #112744;
    color: #fff !important;
    padding: .5em 1em;
    display: inline-flex;
    margin-bottom: .5rem;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    gap: .5em;
}

.stom-button a .stom-custom-svg {
    fill: currentColor;
    font-size: 1.2em;
    line-height: 0;
}

.stom-button a:hover,
.stom-button a:focus,
.stom-button.one a:hover,
.stom-button.one a:focus {
    background: #79b2e3;
}

.stom-button.fullwidth {
    margin-top: 1em;
}

.stom-button.fullwidth,
.stom-button.fullwidth a {
    display: flex;
    width: 100%;
}

.stom-button.fullwidth a {
    font-size: 1.5em;
    justify-content: center;
}

.fp_button_group {
    display: flex;
    gap: .5rem;
}

.fp_button_group .stom-button {
    flex-grow: 1;
}

.fp_button_group .stom-button a {
    width: 100%;
    font-size: 1.2em;
}

@media screen and (max-width: 639px) {
    .fp_button_group .stom-button a {
        font-size: 1em;
    }
}



.button-navigation.button-two-columns {
	display: flex;
	align-items: stretch;
	gap: 20px;
	margin: 20px 0;
}

.button-navigation.button-two-columns .stom-button-nav {
	flex-basis: 0;
	flex-grow: 1;
}

.button-navigation.button-two-columns .stom-button-nav + .stom-button-nav {
	margin-top: 0;
}

.button-navigation.button-two-columns .stom-button-nav a {
	height: 100%;
	min-height: 0px;
	font-size: 15px;
	padding: 10px 20px;
}

.button-navigation.button-two-columns .stom-button-nav a .stom-custom-svg:not(.custom-svg-pil) {
	font-size: 26px;
}


.stom-button-nav {
	display: block;
}

.stom-button-nav + .stom-button-nav {
	margin-top: 10px;
}

.stom-button-nav a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	min-height: 100px;
	padding: 10px 20px 10px 30px;
	box-shadow: 0 0 10px rgba(12, 13, 13, 0.15);
    border-radius: 10px;
    background-color: #fff;
	color: #222;
	font-size: 20px;
	transition: box-shadow .175s;
}
#primary .stom-button-nav a {
	color: #222;
}

.button-navigation.stretch-buttons a {
	min-height: 137px;
}

.stom-button-nav a:hover {
	box-shadow: 0 5px 15px rgba(12, 13, 13, 0.25);
}

.stom-button-nav a .custom-svg-pil {
	margin-left: auto;
}

.stom-button-nav a .stom-custom-svg {
	color: #79b2e3;
}

.stom-button-nav a .stom-custom-svg:not(.custom-svg-pil) {
	font-size: 39px;
}

.stom-button-nav a .stom-custom-svg svg * {
	fill: currentColor;
}



/* ===== Medarbejdere ===== */

.page-id-71791 #new-royalslider-2,
.page-id-71810 #new-royalslider-2 {
	height: 150px !important;
}

.page-id-71791 h1,
.page-id-71810 h1 {
	font-size: 40px;
	font-weight: 500;
	text-transform: none;
	font-family: "roboto", sans-serif;
	text-shadow: none;
}

.page-id-71791 #primary.sidebar-disabled,
.page-id-71810 #primary.sidebar-disabled {
	max-width: 1200px;
	margin-top: 20px;
	padding: 0;
}

.page-id-71791 .last-updated,
.page-id-71810 .last-updated {
	display: none;
}

.stom-medarbejdere {
	--gap-medarbejdere: 30px;
}

.medarbejder_isotope_container {
	display: grid;
	grid-template-columns: repeat(7, minmax(150px, 1fr));
	gap: 0;
	transform: translateX(-1px) translateY(-1px);
	overflow: hidden;
}

#primary .stom_medarbejder_vælg_omraade,
.stom_medarbejder_vælg_omraade {
	justify-content: center;
	padding: 12px 10px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 1.3;
	color: #112744;
	border: solid #112744;
	border-width: 0 1px 1px 0;
	transform: translateX(1px) translateY(1px);
}

#primary .stom_medarbejder_vælg_omraade:hover,
.stom_medarbejder_vælg_omraade:hover,
#primary .medarbejder_isotope_container:not(.filter_display_dropdown) .stom_medarbejder_vælg_omraade.is-checked {
	color: #fff;
	background-color: #112744;
}

.stom_medarbejdere_filtrering_wrapper .quicksearch {
	color: #112744;
	border: 1px solid #112744;
}

.omraadedivider {
	display: none;
}

.stom-medarbejdere-outer .stom-medarbejdere {
	padding-top: 2em;
}

.stom-medarbejdere-outer .stom-medarbejdere h2 {
	width: calc(100% - (2 * var(--gap-medarbejdere)));
	margin-inline: calc(0px + var(--gap-medarbejdere));
	margin-top: 0;
	padding: 0;
	font-size: 40px;
	font-weight: 500;
	color: #112744;
	font-family: "roboto", sans-serif;
	text-transform: none;
	border-bottom: 1px solid #79b2e3;
	transform-origin: left center;
}

.stom-medarbejdere .stom-medarbejder-wrapper {
	width: calc(100% / var(--cols-medarbejdere) - .1px);
	padding-bottom: 40px;
}

.stom-medarbejder-thumb {
	margin-bottom: 12px;
	padding-top: 0;
	font-size: 0;
}

.stom-medarbejder-thumb img {
	position: static;
	aspect-ratio: 360 / 260;
}

.stom-medarbejder-thumb-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	font-size: 1rem;
	color: #fff;
	transition: background-color .175s;
	z-index: 5;
}

.stom-medarbejder-thumb:hover .stom-medarbejder-thumb-overlay {
	background-color: rgba(157, 192, 224, .75);
}

#primary .stom-medarbejder-thumb-overlay *,
.stom-medarbejder-thumb-overlay *,
#primary .stom-medarbejder-thumb-overlay *:hover,
.stom-medarbejder-thumb-overlay *:hover {
	color: currentColor;
	font-weight: normal;
}

.stom-medarbejder-title {
	font-size: 25px;
	transition: text-shadow .2s;
}

.stom-medarbejder-thumb:not(:hover) .stom-medarbejder-thumb-overlay .stom-medarbejder-title {
	text-shadow: 0 0px 3px #333;
}

.stom-medarbejder-title hr {
	width: 90px;
	margin: 0 0 5px;
	background-color: currentColor;
	transition: opacity .175s;
}

.stom-medarbejder-thumb-overlay a {
	transition: opacity .175s;
}

.stom-medarbejder-thumb:not(:hover) .stom-medarbejder-thumb-overlay a,
.stom-medarbejder-thumb:not(:hover) .stom-medarbejder-title hr {
	opacity: 0;
}

.stom_medarbejder-detaljer {
	display: block;
	font-size: 16px;
}

.stom_medarbejder-detaljer tbody {
	display: block;
}

#primary .stom_medarbejder-detaljer tbody tr:nth-child(even),
#primary .stom_medarbejder-detaljer tbody tr:nth-child(odd),
#primary .stom_medarbejder-detaljer tbody tr:nth-child(even):hover,
#primary .stom_medarbejder-detaljer tbody tr:nth-child(odd):hover,
.stom_medarbejder-detaljer tbody tr,
.stom_medarbejder-detaljer tbody tr:hover {
	display: block;
	background-color: transparent;
}

.stom_medarbejder-detaljer tr,
.stom_medarbejder-detaljer tr:not(:last-child) {
	height: auto;
}

#primary .stom_medarbejder-detaljer tbody td {
	display: flex;
    align-items: flex-start;
    gap: 4px;
	padding: 0;
	border: none;
}

#primary .stom_medarbejder-detaljer tbody td::before {
	content: ' ';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-top: 0.6em;
    margin-right: 1px;
    font-size: 1em;
    line-height: 1.5;
    background-color: #79b2e3;
    border-radius: 50%;
    vertical-align: middle;
}

.stom-medarbejdere .stom-medarbejder-wrapper h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-family: "roboto", sans-serif;
	font-weight: 500;
	color: #79b2e3;
}


@media only screen and (max-width: 1140px) {
	.stom-medarbejdere {
		--gap-medarbejdere: 15px;
	}

	.medarbejder_isotope_container {
		grid-template-columns: repeat(4, minmax(150px, 1fr));
	}

	#primary .stom_medarbejder_vælg_omraade,
	.stom_medarbejder_vælg_omraade {
		font-size: 16px;
	}
}


@media only screen and (max-width: 767px) {
	.medarbejder_isotope_container {
		grid-template-columns: repeat(2, minmax(150px, 1fr));
	}
}


@media only screen and (max-width: 550px) {
	.stom-medarbejdere.cols_3 {
		--cols-medarbejdere: 1;
	}
}


@media only screen and (max-width: 479px) {
	.medarbejder_isotope_container {
		grid-template-columns: repeat(1, minmax(150px, 1fr));
	}
}

/* ===== END Medarbejdere ===== */



/* ===== Instantsearch ===== */

#stom-ais-wrapper {
	--stom-ais-color: #79b2e3;
}

#primary #stom-ais-wrapper {
	margin-top: 40px;
}

#stom-ais-input-wrapper__form__submit {
	--stom-ais-color: #112744;
}


#stom-ais-input-wrapper__form__input,
#stom-ais-input-wrapper__form__submit {
	box-shadow: 0 0 10px rgba(12, 13, 13, 0.15);
	transition: box-shadow .175s;
}

#stom-ais-input-wrapper__form__input:focus,
#stom-ais-input-wrapper__form__input:focus ~ #stom-ais-input-wrapper__form__submit {
	box-shadow: 0 5px 15px rgba(12, 13, 13, 0.25);
}


#stom-ais-wrapper *::-webkit-scrollbar {
	width: 26px;
}

#stom-ais-wrapper *::-webkit-scrollbar-thumb {
	background-color: currentColor;
    background-clip: content-box;
    border: 10px solid transparent;
	border-radius: 20px;
}


.stom-ais-details__controls__button {
	transition: color .175s, border .175s;
}


#stom-ais-results,
[data-display-type="grid"] #stom-ais-results {
	--stom-ais-gap: 2em;
	gap: var(--stom-ais-gap);
	margin-right: -10px;
	margin-left: -10px;
	padding: 10px 10px 18px;
}

.stom-ais-results__item {
	padding: 15px;
	box-shadow: 0 0 10px rgba(12, 13, 13, 0.15);
    border-radius: 10px;
	transition: box-shadow .175s;
}

.stom-ais-results__item:hover {
	box-shadow: 0 5px 15px rgba(12, 13, 13, 0.25);
}

#stom-ais-results hr {
	margin: calc(var(--stom-ais-gap) * .5) 0;
	background-color: transparent;
}

/* ===== END Instantsearch ===== */










/* ===== Nye Besøg din pårørende side ===== //Martin */


body.page-id-92145 div.nav-wrap, body.page-id-92145 p.last-updated, body.page-id-92145 div.nav-top-bar div.section > *:not(.socials-wrapper), body.page-id-92145 div.stom-mobile-login, body.page-id-92145 div.header-wrapper {
    display: none;
}

body.page-id-92145 .gform_wrapper form .gform-body .gfield_time_hour, body.page-id-92145 .gform_wrapper form .gform-body .gfield_time_minute {
    display: block;
}

body.page-id-92145 #page  {
	margin: auto;
}
body.page-id-92145 #field_5_23.gfield {
    height: 0px;
    width: 0;
    font-size: 0;
    top: 0;
}

/* ===== END Nye Besøg din pårørende side ===== //Martin */