/* ===== Admin bar override ===== */

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

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

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

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


/* ===== END Admin bar override ===== */


/* ===== CSS Variables ===== */

:root {
    --header-height: 100px;
    --sidebar-gap: var(--gap-m);
}


/* ===== END CSS Variables ===== */


/* ===== General overrides ===== */

#page {
    overflow-x: hidden;
}

body.post,
body.page {
    margin: 0;
}

body {
    background-color: #fff;
}

html,
body,
input,
button,
.stom-button a,
select,
optgroup,
textarea {
    line-height: 1.5;
    text-decoration: none;
}

button,
.stom-button a,
input[type="button"] {
    font-family: var(--btn-fam);
}

html,
body,
input,
select,
optgroup,
textarea {
    font-family: var(--p-fam);
    font-size: var(--p);
    color: var(--color-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
.widget-title,
#colophon .copyright {
    color: var(--color-dark);
    font-weight: 600;
}

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

h1,
.page-slider-section h2 {
    font-size: var(--h1);
}

h2,
.page-slider-section h3 {
    font-size: var(--h2);
}

h3 {
    font-size: var(--h3);
}

h4 {
    font-size: var(--h4);
}

h5 {
    font-size: var(--h5);
}

h6 {
    font-size: var(--h6);
}

p {
    margin: 0 0 1.5em;
}

p:last-child {
    margin-bottom: 0;
}

p:empty {
    display: none;
}

pre {
    background: #f5f5f5;
    font-size: 1rem;
    text-decoration: none;
    color: #000;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
    color: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.stom-off-canvas-wrapper .widgettitle,
.stom-tabs .tabs-wrapper .tab-heading {
    font-family: var(--h-fam);
}

button,
.stom-button a,
input[type="button"],
input[type="reset"],
input[type="submit"],
.gform_wrapper .gform_footer input[type=submit] {
    padding: 0.6em 1em;
    color: #fff;
    background-color: var(--color-1);
    border-radius: 0;
    box-shadow: none;
    border: 1px solid var(--color-1);
    transition: background-color, border, color;
    transition-duration: .175s;
    cursor: pointer;
    font-family: var(--btn-fam);
}

button.borderless,
.stom-button.borderless a {
    border: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.stom-button a:hover,
.stom-button a:active,
.stom-button a:focus,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:active,
.gform_wrapper .gform_footer input[type=submit]:focus {
    background-color: var(--color-2);
    border-color: var(--color-2);
    color: #fff;
}

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"],
button,
textarea {
    padding: 5px 10px;
    border-radius: 0;
}

.stom-button,
.stom-button a {
    display: inline-block;
}

.stom-button a {
    padding: .3em 1.2em;
}

ul,
ol {
    margin-left: 0;
    padding-left: 1.3em;
}

ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

table {
    width: auto;
}

table:last-child {
    margin-bottom: 0;
}

.stom-custom-svg {
    line-height: 1;
    vertical-align: middle;
}

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

.clear {
    clear: both;
}

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

.post,
.page {
    margin: 0;
}

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


/* ===== END General overrides ===== */


/* ===== Header general ===== */

header#masthead {
    width: 100%;
    background-color: #fff;
    color: var(--color-dark);
}

header .section-wrap {
    padding: 0;
}

header.site-header .section-wrap .section {
    padding: 5px 0;
}

header .header-wrapper {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

#masthead .stom-button a {
    color: #fff;
}


/* Absolute header */

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-absolute #masthead {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: transparent;
    border: none;
    z-index: 50;
}

body.admin-bar:not(.woocommerce-cart):not(.woocommerce-checkout) .header-absolute #masthead {
    top: 32px;
}


/* Fixed header */

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active #masthead,
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-resize #masthead {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    z-index: 50;
}

body.admin-bar:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active #masthead,
body.admin-bar:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-resize #masthead {
    top: 32px;
}

.header-placeholder {
    display: none;
    clear: both;
    overflow: hidden;
    transition: height .1s;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-placeholder {
    display: block;
}


/* Sticky header scrolled */

.header-sticky-active #masthead {
    transition: box-shadow;
}

.header-sticky-active header .site-branding #logo {
    transition: padding;
}

.header-sticky-active header .site-branding #logo img,
.header-sticky-active header .site-branding #logo svg {
    transition: height, max-height;
}

.header-sticky-active header .section-wrap .section {
    transition: margin, padding;
}

.header-sticky-active #masthead,
.header-sticky-active header .section-wrap .section,
.header-sticky-active header .site-branding #logo,
.header-sticky-active header.style-header-5 .site-branding #logo a,
.header-sticky-active header .site-branding #logo img,
.header-sticky-active header .site-branding #logo svg,
.header-sticky-active header.style-header-2 .nav-wrap,
.header-sticky-active header.style-header-3 .nav-wrap,
.header-sticky-active header #primary-menu>li>a,
.header-sticky-active .style-header-1 .socials-wrapper.placement-right~.nav-wrap,
.header-sticky-active .style-header-1 #woo-icons+.nav-wrap,
.header-sticky-active .style-header-4 #woo-icons+.nav-wrap {
    transition-duration: .175s;
}

.header-sticky-resize #masthead,
.header-sticky-resize #masthead * {
    transition-duration: 0s;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled #masthead {
    box-shadow: 0 -8px 10px 5px #cecece;
}

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

.header-sticky-active.scrolled header .site-branding #logo img:not(.logo-landscape),
.header-sticky-active.scrolled header .site-branding #logo svg {
    max-height: 65px;
}

.header-sticky-active.scrolled header .site-branding #logo img.logo-landscape {
    max-height: 35px;
}

.header-sticky-active.scrolled .style-header-01 .section-wrap .section {
    margin: 5px 0;
}

.header-sticky-active.scrolled .style-header-02 .section-wrap .section {
    padding: 2px 0;
}

/* ===== END Header general ===== */


/* ===== Default "top bar" in header ===== */

header .top-bar {
    font-size: 14px;
}

header .top-bar .section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

header .top-bar .section > * {
    flex-grow: 1;
}

header .top-bar .top-bar-left {
    margin-right: 30px;
}

header .top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .top-bar p {
    margin: 0;
}

header .top-bar a {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}

header .top-bar p a+a {
    margin-left: 7px;
}

header .top-bar .top-bar-left .stom-custom-svg {
    font-size: 16px;
}

header .top-bar ul {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
}

header .top-bar ul li {
    margin: 0;
    padding: 0;
}

header .top-bar ul li a {
    display: block;
    margin: 0;
    padding: 0 12px;
    line-height: 1;
    font-weight: normal;
}

header .top-bar ul li:not(:last-child) a {
    padding-right: 0;
}

header .top-bar ul li:not(:last-child) a:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 0.8em;
    margin: 1px 0 0 13px;
    background-color: currentColor;
    vertical-align: top;
}

header .top-bar ul+.socials-wrapper a .stom-custom-svg {
    line-height: 0;
}

header .top-bar .socials-wrapper a:last-of-type {
    padding-right: 0;
}


/* ===== END Default "top bar" in header ===== */


/* ===== Logo in header ===== */

.site-branding {
    flex-grow: 1;
}

.site-branding #logo {
    padding: var(--gap-s) 0;
    line-height: 0;
}

.site-branding #logo a {
    display: inline-block;
}

.site-branding #logo img,
.site-branding #logo svg {
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 80px;
}

.site-branding #logo svg {
    width: 100%;
}


/* ===== END Logo in header ===== */


/* ===== Social Icons header & shortcode "stom_social" ===== */

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

.socials-wrapper a {
    display: block;
    padding: 5px;
    float: left;
    color: #000;
    text-decoration: none;
    line-height: 0;
    font-size: 19.15px;
}

.socials-wrapper a span.stom-custom-svg {
    line-height: 0;
}


/* Social icons hover effects */

.stom-social-shortcode .fab,
.stom-social-shortcode .stom-custom-svg svg {
    transition: color .3s, fill .3s;
}

a.stom-social-shortcode:hover [class*="fa-facebook"] {
    color: #3b5998;
}

a.stom-social-shortcode:hover [class*="fa-twitter"] {
    color: #00aced;
}

a.stom-social-shortcode:hover [class*="fa-instagram"] {
    color: #bc2a8d;
}

a.stom-social-shortcode:hover [class*="fa-linkedin"] {
    color: #0077b5;
}

a.stom-social-shortcode:hover [class*="fa-youtube"] {
    color: #f00;
}


/* Social Icons in header */

header .socials-wrapper.placement-menu {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

header .socials-wrapper.placement-right {
    position: absolute;
    top: 10px;
    right: 15px;
}

header .socials-wrapper.placement-right.woo-icons-activate {
    right: 175px;
}

header .socials-wrapper.placement-right a {
    padding-top: 3px;
    padding-bottom: 3px;
}


/* ===== END Social Icons header & shortcode "stom_social" ===== */


/* ===== Primary menu ===== */

header .main-navigation {
    display: flex;
    height: 100%;
}

header .main-navigation.toggled ul.menu,
header .main-navigation.toggled ul.menu ul {
    display: flex;
}

header .nav-wrap {
    flex-grow: 1;
}

header .menu-navigation {
    display: none;
}

header .menu-toggle {
    display: none;
    top: var(--gap-m);
}

header .menu-container>ul.menu {
    height: 100%;
}

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

header .main-navigation ul.menu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: .7em 1.5em;
}

header .main-navigation ul.menu a .stom-menu-item-arrow {
    margin-left: .3em;
    font-size: .8em;
    opacity: .8;
}

header .main-navigation ul.menu ul {
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 0px 13px -6px rgba(0, 0, 0, 0.5);
    z-index: 500;
}

header .main-navigation ul.menu li:not(.mega-menu) ul.sub-menu {
    flex-direction: column;
    font-size: .9em;
}

header .main-navigation ul.menu ul a {
    width: 215px;
    padding: .7em 1.25em;
}

header .main-navigation ul.menu ul a .stom-menu-item-arrow {
    margin-right: -.2em;
    float: right;
}

header .main-navigation ul.menu ul li:hover>ul,
header .main-navigation ul.menu ul li.focus>ul {
    left: 100%;
}

body .number-three-burger-menu-content {
    display: none;
}


/* Mega menu */

header .main-navigation li.mega-menu a {
    position: relative;
}

header .main-navigation ul.menu li.mega-menu>ul {
    display: none;
    right: 0;
    left: 0;
    border-top: 1px solid #000;
    box-shadow: none;
}

header .main-navigation ul.menu li.mega-menu>ul::before,
header .main-navigation ul.menu li.mega-menu>ul::after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: 0;
    width: calc((100vw - var(--content-width)) / 2);
    background-color: #fff;
}

header .main-navigation ul.menu li.mega-menu>ul::before {
    right: 100%;
}

header .main-navigation ul.menu li.mega-menu>ul::after {
    left: 100%;
}

header .main-navigation ul.menu li.mega-menu:hover>ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 0 35px;
}

header .main-navigation ul.menu li.mega-menu>ul li {
    display: block;
    flex-grow: 1;
    flex-basis: 0;
}

header .main-navigation ul.menu li.mega-menu>ul>li>a {
    display: block;
    font-size: 1.2em;
    padding: 7px 0;
}

header .main-navigation ul.menu li.mega-menu>ul>li>a .stom-menu-item-arrow {
    display: none;
}

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

header .main-navigation ul.menu li.mega-menu>ul>li>ul {
    position: static;
    display: flex;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
}

header .main-navigation ul.menu li.mega-menu>ul>li>ul>li {
    flex-basis: 100%;
}

header .main-navigation ul.menu li.mega-menu ul ul a {
    padding: 1px 0;
    font-size: .9em;
}


/*** HOVER EFFEKTER ***/


/* Generelt */

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

.hover-active.hover-entry-none ul.menu a:before {
    transition: none;
}


/* 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 calc(100% - 15px) 0 15px;
}

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

.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 calc(100% - 15px) 0 15px;
}

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

.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 {
    display: flex;
    align-items: center;
    text-align: center;
}

.hover-style-bold ul.menu a:before {
    content: attr(data-title);
    display: block;
    height: auto;
    font-weight: 700;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}

.hover-style-bold ul.menu a>span.hidden-menu-item {
    position: absolute;
    display: flex;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    align-items: center;
    justify-content: center;
}

.hover-style-bold ul.sub-menu a>span.stom-menu-item-arrow {
	display: none;
}

.hover-style-bold #primary-menu>li>a>span.hidden-menu-item .stom-menu-item-arrow {
    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-menu-item>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-menu-item>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-menu-item>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-menu-item>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-menu-item>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-menu-item>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-menu-item>a:before,
.hover-entry-slide-in.hover-style-spaced ul.menu .current-menu-ancestor>a:before {
    margin: 0 15px;
}

.hover-entry-slide-in.hover-style-spaced ul.menu .mega-menu ul li:hover>a:before,
.hover-entry-slide-in.hover-style-spaced ul.menu .mega-menu ul li.focus>a:before,
.hover-entry-slide-in.hover-style-spaced ul.menu .mega-menu ul .current-menu-item>a:before,
.hover-entry-slide-in.hover-style-spaced ul.menu .mega-menu ul .current-menu-ancestor>a:before {
    margin: 0 20% 0 0;
}

.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-menu-item>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-menu-item>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-menu-item>a:before,
.hover-entry-slide-up ul.menu .current-menu-ancestor>a:before {
    height: 1px;
}


/* Bold :hover */

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


/* ===== END Primary menu ===== */


/* ===== Header setups ===== */


.site-header .header-wrapper {
	max-width: calc(var(--content-width) + calc(2 * var(--gap-m)));
    padding-inline: var(--gap-m);
}


/* Setup #1 */

.style-header-01 .header-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.style-header-01 .site-branding {
    display: flex;
    align-items: center;
}

.style-header-01 .site-branding #logo {
    padding: 12px 0;
}

.style-header-01 .site-branding #logo img,
.style-header-01 .site-branding #logo svg {
    max-width: 300px;
    max-height: 100px;
}

.style-header-01 .section-wrap {
    margin-inline: 0;
}

.style-header-01 .section-wrap .section {
    margin: 12px 0 5px;
    padding: 0;
    border-bottom: none;
}

.style-header-01 .top-bar .top-bar-right>*:not(:last-child) {
    margin: 0 30px 0 0;
}

.style-header-01 .socials-wrapper a {
    font-size: 16px;
}


/* Setup #2 */

.style-header-02 .header-wrapper {
    align-items: stretch;
}

.style-header-02 .header-inner {
    display: flex;
}

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

.style-header-02 .top-bar .top-bar-right>*:not(:last-child) {
    margin: 0 var(--gap-s) 0 0;
}

.style-header-02 .socials-wrapper a {
    font-size: 17px;
}


/* Setup #3 */

.style-header-03 .header-inner {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.style-header-03 .site-branding {
    flex-grow: 0;
}

.style-header-03 .section-wrap {
    margin-inline: 0;
	align-self: center;
}

.style-header-03 .section-wrap .section {
    padding: 5px 0;
}

.style-header-03 .section .stom-button+.stom-button {
    margin-left: 10px;
}

.style-header-03 .nav-wrap {
    margin: 0 var(--gap-s);
    flex-grow: 1;
}

.style-header-03 .menu-container {
    display: block;
}

.style-header-03 .main-navigation a {
    padding-right: 10px;
    padding-left: 10px;
}

.style-header-03 #site-navigation {
    justify-content: flex-end;
}


/* ===== END Header setups ===== */


/* ===== "#Content", "#Primary" & "#Secondary" ===== */


/* Content width */

.header-wrapper,
#content,
.section,
footer.site-footer .site-info {
    max-width: var(--content-width);
    margin: 0 auto;
}


/* #content {
    padding: 40px 0;
} */

body:not(.no-sidebar).sidebar-new #content {
    position: relative;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

body:not(.no-sidebar).sidebar-new .main-slider-section+#main-content #content {
    padding-top: 90px;
}

#primary,
#secondary {
    margin: 0;
}

.header-divider~#primary,
.header-divider~#secondary {
    margin-top: 40px;
}

body:not(.no-sidebar) #primary,
.single #single-post-content-sidebar+.entry-content {
    width: calc(100% - var(--sidebar-width) - var(--sidebar-gap));
    float: left;
}

body.sidebar-new:not(.no-sidebar) #primary {
    width: calc(var(--content-width) - var(--sidebar-width) - var(--sidebar-gap) - (var(--sidebar-gap) * 1.5));
}

#secondary,
.single #single-post-content-sidebar {
    width: var(--sidebar-width);
}

#secondary {
    float: right;
}

.sidebar-new #secondary {
    flex-shrink: 0;
    margin-left: calc(var(--sidebar-gap) + (var(--sidebar-gap) * 1.5));
}

.sidebar-new #secondary:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: calc(var(--sidebar-gap) * -1);
    background-color: #fafafa;
    z-index: -1;
    width: calc((var(--sidebar-width) + ((100% - var(--content-width)) / 2)) + var(--sidebar-gap));
}

.aside-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: left .3s .3s, opacity .3s;
    z-index: 1100;
}

#secondary.active+.aside-overlay {
    left: 0;
    opacity: 1;
    transition: left 0s, opacity .3s;
}

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

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
    padding: var(--gap-m) calc(var(--gap-s) * 1.5);
    background: var(--color-bg);
    font-size: .95rem;
}

body.sidebar-new .widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
	--color-bg: transparent;
}

.widget-area .widget.widget_instagram-feed-widget h2.widget-title {
    text-align: center;
}

.widget-area .widget .stom_maps_free {
    min-height: 260px;
}

.widget-area .widget.widget_instagram-feed-widget #sbi_images {
    padding-top: 0;
}

.widget-area .widget:not(:last-child) {
    margin: 0 0 2em;
}

.widget-area .widget .stom-post-thumb {
    float: left;
    margin-right: var(--gap-s);
}

.widget-area .widget .stom-posts .stom-post-title h5 {
    margin: 0 0 4px;
}

.widget-area .widget .stom-posts .stom-post-date {
    font-size: var(--h6);
    font-style: italic;
    opacity: 0.85;
}

.widget-area .widget .stom-posts .stom-post-wrapper {
    margin: 0 0 var(--gap-s);
}

.widget-area .widget .stom-posts a.stom-post-link {
    /* font-weight: 700; */
    color: var(--color-dark);
    text-decoration: none;
    margin: 5px 0 0;
    display: block;
}

.sidebar-new .widget-area .widget {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}

.sidebar-new .widget-area .widget:not(:last-child) {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid var(--sidebar-primary-color);
}


/* ===== END "#Content", "#Primary" & "#Secondary" ===== */


/* ===== Default footer ===== */

#colophon {
    padding: 35px 0;
    background: #f5f5f5;
    font-size: .9rem;
}

#colophon .section-wrap {
    padding-inline: var(--gap-m);
}

#colophon .site-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

#colophon .copyright {
    font-size: .9em;
}

#colophon .site-info div>span>span:not(:last-child):after {
    content: " | ";
}

#colophon .widget {
    margin: 0;
}

#colophon .widget+.widget {
    margin-top: 15px;
}

#colophon .widget-title {
    display: block;
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: bold;
}

#colophon a:not(:hover) {
    text-decoration: none;
}

#colophon .footer-widget-area-site-info .section {
    padding: 15px 0;
}

#colophon .footer-widget-area.stom-grid-section .grid-element .overlay {
    justify-content: flex-start;
}

.footer-columns {
    display: grid;
    gap: 25px;
    margin-top: 50px;
}

.footer-columns.columns-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.footer-columns.columns-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.footer-columns.columns-4 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.footer-column-element ul {
    display: grid;
    grid-template-columns: var(--gap-s) 1fr;
    gap: 0 1.3em;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column-element ul li:nth-child(1) {
    grid-row: 1 / span 2;
}

.footer-column-element ul li:nth-child(2) {
    font-weight: 700;
    line-height: normal;
}

.footer-column-element .stom-custom-svg {
    font-size: 1.8em;
}

#colophon ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#colophon ul li a {
    display: inline-block;
    padding: 3px 0;
}


/* Setup-1 */

#colophon.footer-setting-01 {
    padding: 0;
    color: #fff;
    background-color: var(--color-1);
	--color-dark: currentColor;
}

.footer-setting-01 .footer-widget-area .section {
    position: relative;
    padding: 90px 0;
}

.footer-setting-01 .section-wrap .section:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 45px 45px 0 45px;
    border-color: #fff transparent transparent transparent;
}

.footer-setting-01 .gform_wrapper.gravity-theme .gform_fields {
    gap: var(--gap-s);
}

body:not(.stom-gform-legacy) .footer-setting-01 .gform_wrapper .gform_body {
    padding-top: 0;
}

.footer-setting-01 .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 80px;
}

.footer-setting-01 .gform_wrapper.gravity-theme .gform_footer {
    justify-content: flex-end;
}

.footer-setting-01 .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
	background-color: #fff;
	color: var(--color-1);
}

.footer-setting-01 .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
	background-color: var(--color-2);
	color: #fff;
}

.footer-setting-01 .footer-widget-area-site-info .section {
    border-top: 1px solid #fff;
}

.footer-setting-01 .website-designed-by {
    font-weight: bold;
}


/* Setup-2 */

#colophon.footer-setting-02 {
    padding: 0;
    color: #fff;
    background-color: var(--color-1);
	--color-dark: currentColor;
}

.footer-setting-02 .footer-widget-area .section {
    padding: 90px 0;
}

.footer-setting-02 .footer-widget-area-site-info .section {
    border-top: 1px solid #fff;
}

.footer-setting-02 .website-designed-by {
    font-weight: bold;
}


/* Setup-3 */

#colophon.footer-setting-03 {
    padding: 0;
    background-color: #fff;
    border-top: 1px solid #000;
}

.footer-setting-03 .section-wrap {
    border-bottom: 1px solid #000;
}

.footer-setting-03 .footer-widget-area .section {
    padding: 60px 0;
}

.footer-setting-03 .footer-widget-area-extra .section {
    padding: var(--gap-s) 0;
}

.footer-setting-03 .footer-widget-area-extra .textwidget {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-setting-03 .footer-widget-area-extra img {
    margin: 0 10px;
}

.footer-setting-03 .footer-widget-area-site-info .textwidget {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-setting-03 .footer-widget-area-site-info table {
    border-spacing: 0;
    line-height: 1;
}

.footer-setting-03 .footer-widget-area-site-info table td {
    padding: 0 10px;
}

.footer-setting-03 .footer-widget-area-site-info table td:first-child {
    padding-left: 0;
}

.footer-setting-03 .footer-widget-area-site-info table td:last-child {
    padding-right: 0;
}

.footer-setting-03 .footer-widget-area-site-info table td:not(:last-child) {
    border-right: 1px solid #000;
}

.footer-setting-03 .copyright .socials-wrapper a {
    font-size: 24.7px;
}


/* ===== END Default footer ===== */


/* ===== "Grid" shortcodes ===== */

.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,
.stom-cols-elm.last {
    margin-right: 0;
}


/* ===== END "Grid" shortcodes ===== */


/* ===== "Tabs" shortcode ===== */

.stom-tabs .tabs-wrapper {
    position: relative;
    padding: 21px;
    background: #fff;
    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: #000;
    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,
.stom-tabs .tabs-wrapper .tabs-content .tab-heading {
    display: block;
    margin: 0 0 10px;
    font-weight: 600;
    color: #000;
    font-size: 31px;
}

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


/* ===== END "Tabs" shortcode ===== */


/* ===== "stom_hent_indlaeg" shortcode ===== */

.new-stom-post-wrapper .new-stom-post-thumb img {
    height: 220px;
    object-fit: cover;
}

.new-stom-post-wrapper .new-stom-post-thumb,
.new-stom-post-wrapper .new-stom-post-content {
    margin-bottom: var(--gap-s);
}


/* ===== END "stom_hent_indlaeg" shortcode ===== */


/* ===== "Slider & Tekst" custom section ===== */

.page-slider-section {
    /* margin-bottom: 50px; */
}

.page-slider-section.main-slider-section {
    font-size: 1.2rem;
}

body:not(.no-sidebar).sidebar-new .main-slider-section {
    margin-bottom: 0;
}

.page-slider-section .slides:not(.slick-slider) .slide-element~.slide-element {
    display: none;
}

.page-slider-section .slide-element iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.page-slider-section .full-slide-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
    color: transparent;
    z-index: 1;
}

.page-slider-section .slick-track {
    display: flex;
}

.page-slider-section:not(.different-text) .slider-inner,
.page-slider-section.different-text .slide-element {
    display: grid;
    grid-template-columns: 100%;
}

.page-slider-section .slick-slider {
    padding: 0;
}

.page-slider-section:not(.different-text) .slides,
.page-slider-section:not(.different-text) .slider-text,
.page-slider-section.different-text .image-aligner,
.page-slider-section.different-text .slider-text {
    grid-column: 1/-1;
    grid-row: 1/-1;
}

.page-slider-section:not(.different-text) .slick-slider .slick-list,
.page-slider-section:not(.different-text) .slick-slider .slick-track {
    height: 100% !important;
}

.slick-list:not(.draggable) {
    -webkit-user-select: unset;
    user-select: unset;
}

.page-slider-section .slide-element {
    height: auto;
    margin: 0;
}

.page-slider-section:not(.different-text) .slide-element {
    height: 100%;
}

.page-slider-section .slide-element .element-spacer {
    display: none;
}

.page-slider-section .slide-element .image-aligner {
    padding: 0 !important;
    height: 100%;
}

.page-slider-section .slider-text {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: var(--gap-m);
    background-color: var(--color-overlay);
}

.page-slider-section .slider-text-inner {
    width: var(--content-width);
    max-width: 100%;
    margin-inline: auto;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper {
    max-width: var(--slider-text-width);
}

.page-slider-section .image-aligner img,
.page-slider-section .slide-element video,
.page-slider-section .slide-element iframe {
    width: 100%;
    height: auto;
    max-height: calc(100vh - var(--header-height));
    min-height: 100%;
    object-fit: cover;
}

.page-slider-section.image-pos-top-left .image-aligner img {
    object-position: top left;
}

.page-slider-section.image-pos-top-center .image-aligner img {
    object-position: top center;
}

.page-slider-section.image-pos-top-right .image-aligner img {
    object-position: top right;
}

.page-slider-section.image-pos-center-left .image-aligner img {
    object-position: center left;
}

.page-slider-section.image-pos-center-center .image-aligner img {
    object-position: center center;
}

.page-slider-section.image-pos-center-right .image-aligner img {
    object-position: center right;
}

.page-slider-section.image-pos-bottom-left .image-aligner img {
    object-position: bottom left;
}

.page-slider-section.image-pos-bottom-center .image-aligner img {
    object-position: bottom center;
}

.page-slider-section.image-pos-bottom-right .image-aligner img {
    object-position: bottom right;
}


/* ===== END "Slider & Tekst" custom section ===== */


/* ===== Post archive & Single post ===== */

hr {
    background-color: var(--color-bg);
}

.posts-archive .header-divider~#primary {
    margin-top: 0;
}

.posts-archive .page-header h1,
.single .entry-header h1 {
    margin: 0;
}

.posts-archive .page-header .archive-description {
    margin-top: var(--gap-s);
}

.posts-archive .header-divider,
.single .header-divider {
    margin: var(--gap-s) 0 0;
}

.posts-archive .header-divider~#secondary {
    margin-top: var(--gap-m);
}

.posts-archive .entry-title {
    margin: 0;
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    font-size: var(--h6);
    font-style: italic;
    opacity: 0.85;
}

.entry-meta a {
    text-decoration: none;
}

.entry-meta .date:first-child .date-spacer {
    display: none;
}

.entry-meta>span~span:before {
    content: ' - ';
}

.posts-archive .entry-content {
    margin-top: 10px;
    padding: 0 0 var(--gap-s);
}

.entry-meta .tags-links:not(:first-child) {
    margin-left: 2em;
    font-size: .95em;
}

.entry-meta .tags-links a {
    display: inline-block;
    padding: 0 5px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.entry-meta .tags-links a:hover {
    background-color: #f1f1f1;
}


/* No images option */

.posts-archive #content.no-blog-images>header h1 {
    font-size: 28px;
}

.posts-archive .widget-area .widget.archive-disable {
    display: none;
}

.single-post .widget-area .widget.single-disable {
    display: none;
}


/* Setup 1 */

.posts-archive-layout-1.posts-archive article {
    padding: var(--gap-m) 0;
}

.posts-archive-layout-1.posts-archive #primary {
    display: flex;
    flex-direction: column;
}

.posts-archive-layout-1.posts-archive article:not(:last-of-type) {
    border-bottom: 1px solid var(--color-bg);
}

.posts-archive-layout-1.posts-archive .post-thumbnail {
    width: calc(100% - 60% - var(--gap-s));
    float: left;
    line-height: 0;
}

.posts-archive-layout-1.posts-archive .post-thumbnail img {
    height: 370px;
    object-fit: cover;
    object-position: center;
}

.posts-archive-layout-1.posts-archive .post-thumbnail+.post-content-wrapper {
    width: calc(100% - 40% - var(--gap-s));
    float: right;
}

.posts-archive-layout-1.posts-archive article .entry-title {
    font-size: var(--h4);
}


/* No images option */

.posts-archive-layout-1 #content.no-blog-images>header {
    width: 300px;
    float: left;
    margin-top: 40px;
    margin-right: 40px;
}

.posts-archive-layout-1.posts-archive #content.no-blog-images .header-divider {
    display: none;
}

.posts-archive-layout-1 #content.no-blog-images #primary {
    width: calc(100% - 40px - var(--sidebar-width) - 300px - 40px);
    margin-top: 40px;
}

.posts-archive-layout-1 #content.no-blog-images article.post {
    padding-left: 40px;
    border-left: 1px solid #ddd;
}

.posts-archive-layout-1 #content.no-blog-images article.post:first-of-type {
    padding-top: 0;
}

.posts-archive-layout-1.posts-archive #content.no-blog-images article.post .post-content-wrapper {
    width: 100%;
}

.posts-archive #primary {
    margin-bottom: var(--gap-l);
}


/* Setup 2 */

.posts-archive-layout-2.posts-archive #primary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--gap-m);
    margin-top: var(--gap-m);
}

.posts-archive-layout-2.posts-archive #primary article {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.posts-archive-layout-2.posts-archive .post-content-wrapper .entry-content {
    flex-grow: 1;
}

.posts-archive-layout-2.posts-archive .post-content-wrapper {
    padding: var(--gap-s) 0;
    background-color: #fff;
    /* border: 1px solid #eee; */
    border-top-width: 1px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.posts-archive-layout-2.posts-archive .post-thumbnail {
    display: block;
    font-size: 0;
}

.posts-archive-layout-2.posts-archive article .entry-title {
    font-size: var(--h4);
    font-weight: 600;
}

.posts-archive-layout-2.posts-archive .post-thumbnail img {
    height: 250px;
    object-fit: cover;
    object-position: center;
}


/* No images option */

.posts-archive-layout-2.posts-archive .no-blog-images .post-content-wrapper {
    border-top-width: 1;
}


/* Archive navigation */

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

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

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

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

#main .navigation.pagination .nav-links .prev {
    margin-right: 15px;
}

#main .navigation.pagination .nav-links .next {
    margin-left: 15px;
}

#main .navigation.pagination .nav-links .current {
    background-color: #eee;
}

.posts-archive-layout-2.posts-archive #primary .pagination {
    grid-column: 1 / -1;
}

.pagination .page-numbers,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    background-color: var(--color-bg);
    color: var(--color-dark);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.pagination .nav-links {
    display: flex;
}

.pagination .page-numbers.current {
    background-color: var(--color-1);
    color: #fff;
}

.pagination .page-numbers:not(.current):hover,
.single .post-navigation a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background-color: #ededed;
    color: var(--color-dark);
}

.pagination .page-numbers.dots {
    display: none;
}

.pagination .next.page-numbers:before,
.woocommerce-pagination .next.page-numbers:before {
    content: url(../images/angle-right-solid.svg);
    width: 8px;
    height: 11px;
}

.pagination .prev.page-numbers:before,
.woocommerce-pagination .prev.page-numbers:before {
    content: url(../images/angle-left-solid.svg);
    width: 8px;
    height: 11px;
}

.pagination .prev,
.pagination .next,
.woocommerce-pagination .prev.page-numbers,
.woocommerce-pagination .next.page-numbers {
    font-size: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    display: flex;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--color-1);
    color: #fff;
}


/* ===== END Post archive & Single post ===== */


/* ===== Single post ===== */

.single .post-thumbnail {
    margin-bottom: 40px;
    line-height: 0;
}

.single #single-post-content-sidebar {
    margin-right: 40px;
    float: left;
}

.single .entry-content {
    width: 100%;
    margin-top: var(--gap-s);
}

.single .post-thumbnail img {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}

.single .entry-header h1 {
    font-size: var(--h2);
}

.single .post-navigation a {
    background-color: var(--color-bg);
    border: 1px solid var(--color-bg);
    padding: 11.5px 17px;
    text-decoration: none;
    transition: background-color 0.3s;
    color: var(--color-dark);
}

.single .navigation.post-navigation {
    display: block;
    margin-top: var(--gap-m);
    clear: both;
}


/* ===== END Single post ===== */


/* ===== Slick slider ===== */

.slick-slider {
    padding-inline: 30px;
}

.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
    padding-top: 3px;
    z-index: 3;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    font-size: 1.1rem;
    color: var(--color-dark);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #333;
}

.slick-prev {
    left: 0;
    padding-right: 2px;
    transform: none;
}

.slick-next {
    right: 0;
    padding-left: 2px;
    transform: none;
}

.slick-prev:before,
.slick-next:before {
    content: none;
}

.slick-prev .stom-custom-svg,
.slick-next .stom-custom-svg {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
    bottom: auto;
    top: calc(100% + 15px);
    line-height: 0;
}

.slick-dots li {
    width: auto;
    height: auto;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}

.slick-dots li button:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 50%;
}

.slick-slide {
    margin: 0 15px;
    outline: none;
}


/* ===== END Slick slider ===== */


/* ===== "Anmeldelser" CPT slick slider ===== */

.stom-anmeldelse-wrapper,
.stom-anmeldelse-wrapper.slick-dotted {
    margin-bottom: calc(var(--gap-s) + 1.5em);
}

.stom-anmeldelse-wrapper:last-child,
.stom-anmeldelse-wrapper.slick-dotted:last-child {
    margin-bottom: var(--gap-s);
}

/* New design */

.anmeldelse-updated-design {
	
}

.anmeldelse-updated-design .slick-track {
	display: flex;
}

.anmeldelse-updated-design .stom-anmeldelse {
	display: flex;
    flex-direction: column;
    height: auto;
	cursor: pointer;
}

.anmeldelse-updated-design .stom-anmeldelse-tekst {
	flex-grow: 1;
}

.anmeldelse-updated-design .stom-anmeldelse-tekst-content,
.anmeldelse-updated-design .stom-anmeldelse-popup .stom-anmeldelse-popup-inner {
	height: 100%;
	padding: var(--gap-s) calc(var(--gap-s) + .3em);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 5px;
}

.anmeldelse-updated-design .stom-anmeldelse-heading {
	display: block;
	margin-bottom: .4em;
	font-weight: bold;
}

.anmeldelse-updated-design .stom-anmeldelse-reviewer:before {
	content: '';
    display: block;
    width: 0;
    height: 0;
    margin-left: 2em;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    border-top: 1.5em solid #fff;
    transform: translateY(-1px);
    filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, .1));
}

.anmeldelse-updated-design .stom-anmeldelse-reviewer {
	
}

.anmeldelse-updated-design .stom-anmeldelse-reviewer > span {
	display: inline-block;
	margin-top: .5em;
	vertical-align: middle;
}

.anmeldelse-updated-design .stom-anmeldelse-reviewer-name {
	font-weight: bold;
}

.anmeldelse-updated-design .stom-anmeldelse-reviewer-name:not(:last-child):after {
	content: ',\00a0';
}

.anmeldelse-updated-design .stom-anmeldelse-reviewer-title {

}

.anmeldelse-updated-design .stom-anmeldelse-reviewer-verified {
	display: flex;
	align-items: center;
	gap: .8em;
	margin-top: .2rem;
}

.anmeldelse-updated-design .stom-anmeldelse-reviewer-stars {
	
}

.anmeldelse-updated-design .stom-anmeldelse-reviewer-stars svg {
	width: 101px;
    height: 20px;
}

.anmeldelse-updated-design .stom-anmeldelse-reviewer-verified {
	color: #2b6d47;
}

.anmeldelse-updated-design .stom-anmeldelse-reviewer-verified-desc .stom-custom-svg {
	font-size: 18px;
}


.anmeldelse-updated-design .stom-anmeldelse-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999;
}

.anmeldelse-updated-design .stom-anmeldelse-popup .stom-anmeldelse-popup-inner {
	position: relative;
    width: 580px;
    max-width: 90%;
	height: auto;
    border: none;
	overflow: hidden;
}

.anmeldelse-updated-design .stom-anmeldelse-popup-close {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 5px;
	line-height: 0;
	font-size: 30px;
	transition: color, background-color;
	transition-duration: .175s;
	border-radius: 50%;
	cursor: pointer;
	z-index: 3;
}

.anmeldelse-updated-design .stom-anmeldelse-popup-close:hover {
	color: #fff;
	background-color: var(--color-text);
}

.anmeldelse-updated-design .stom-anmeldelse-popup-close span {
	line-height: 0;
}

.anmeldelse-updated-design .stom-anmeldelse-popup .stom-anmeldelse-heading {
	max-width: calc(100% - 50px);
	margin-bottom: 1em;
	font-size: 1.1em;
}

.anmeldelse-updated-design .stom-anmeldelse-popup .stom-anmeldelse-reviewer:before {
	content: none;
}


.anmeldelse-updated-design .slick-prev,
.anmeldelse-updated-design .slick-next {
	font-size: 1.1rem;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
	box-shadow: none;
}

.anmeldelse-updated-design .slick-prev:hover,
.anmeldelse-updated-design .slick-prev:focus,
.anmeldelse-updated-design .slick-next:hover,
.anmeldelse-updated-design .slick-next:focus {
	background-color: rgba(0, 0, 0, .3);
}

/* END New design */

/* ===== END "Anmeldelser" CPT slick slider ===== */


/* ===== Single page ===== */

body.page:not(.woocommerce-checkout):not(.posts-archive) .entry-header {
    margin-bottom: var(--gap-m);
}


/* ===== END Single page ===== */


/* ===== Custom section general ===== */

.section-wrap {
    background-position: center center;
    background-repeat: no-repeat;
    margin-inline: var(--gap-m);
}

.section-wrap.section-fullpage {
    margin-inline: 0;
}

.section-wrap.sub-inherit-color {
	--color-dark: currentColor;
}

.section-wrap.has-background,
.site-main .section-wrap.has-background,
.site-main .stom-billede-sektion,
.site-main .page-slider-section,
.site-footer .section-wrap {
    margin-inline: var(--content-margin);
}

main .section-wrap~.section-wrap,
main+.section-wrap,
main+#colophon,
.section-wrap~.page-slider-section,
.page-slider-section~.page-slider-section,
.page-slider-section~.section-wrap,
.page-slider-section~main,
#content+.page-slider-section,
#content+.stomFEE-edit-cta+.page-slider-section,
#content+.section-wrap,
#content+.stomFEE-edit-cta+.section-wrap {
    margin-top: var(--gap-l);
}

*:not(.page-slider-section)+main>.section-wrap:first-child,
*:not(.page-slider-section)+main>.stomFEE-edit-cta:first-child+.section-wrap,
*:not(.page-slider-section)+main>#content {
    margin-top: var(--gap-m);
}

main>.stomFEE-edit-cta:first-child {
    margin-top: 15px;
}

.section-wrap.has-background {
    padding-inline: var(--gap-m);
}

.section-wrap.has-background .section {
    padding-block: var(--gap-l);
}

.section-wrap.double-padding .section {
    padding: calc(2 * var(--gap-l)) 0;
}

.section-wrap:not(.stom-grid-section) .section:after {
    content: '';
    display: table;
    clear: both;
}

.section-wrap.section-fullpage .section {
    max-width: 100%;
    padding-left: var(--gap-m);
    padding-right: var(--gap-m);
}

.section-wrap.section-fullpage.grid-slider.grid-slider-always .section {
    padding-left: 0;
    padding-right: 0;
}


/* inner background */

.section-wrap.has-background.inner-background {
    padding-inline: 0;
}

.section-wrap.has-background.inner-background .section {
    padding-inline: var(--gap-m);
}


/* Video background */

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


/* ===== END Custom section general ===== */


/* ===== Google Maps custom section ===== */

.stom_maps_free {
    width: 100%;
    min-height: 450px;
    border: none;
}

.section-map .map-container {
    line-height: 0;
}

.section-map.maps-optimize .map-container {
    height: 100%;
}

.section-map.maps-optimize {
    position: relative;
    line-height: 0;
    overflow: visible;
}

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

.small-maps .section {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

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

.google-maps-canvas-wrapper {
    height: 420px;
}

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

.section-map .stom_maps_free {
    height: 100%;
    min-height: auto;
}

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

.maps-infowindow {
    margin: 10px;
}

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

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

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

.section-map .stom-cols-6 {
    width: 50%;
    margin: 0;
}

.section-map .stom-cols-6:not(.map-container) {
    width: 50%;
    margin: 0;
    padding: var(--gap-s);
}

.section-map.maps-optimize.optimize-left .stom-cols-6:not(.last) {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    margin: 0;
    line-height: 0;
}

.section-map.maps-optimize.optimize-left .stom-cols-6.last {
    float: right;
    line-height: 1.5;
}

.section-map.maps-optimize.optimize-right .stom-cols-6:not(.last) {
    float: left;
    line-height: 1.5;
}

.section-map.maps-optimize.optimize-right .stom-cols-6.last {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    margin: 0;
    line-height: 0;
}


/* ===== END Google Maps custom section ===== */


/* ===== "Billede & Tekst" custom section ===== */

.stom-billede-sektion:not(.not-fullwidth) {
    position: relative;
    overflow: hidden;
}

.stom-billede-sektion .section {
    padding: 0;
}

.stom-billede-sektion.not-fullwidth .section {
    position: relative;
    overflow: hidden;
}

.stom-billede-sektion .stom-picture {
    position: absolute;
    width: 50%;
    font-size: 0;
    top: 0;
    bottom: 0;
}

.stom-billede-sektion .stom-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stom-billede-sektion .stom-cols-6 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    min-height: 300px;
    margin: 0;
    padding: var(--gap-l) 0;
    float: none;
}

.stom-billede-sektion.picture-right .stom-cols-6 {
    padding-right: var(--gap-l);
}

.stom-billede-sektion.picture-left .stom-cols-6 {
    margin-left: auto;
    padding-left: var(--gap-l);
}


/* overlap-image  */

.overlap-image.stom-billede-sektion .stom-cols-6,
.overlap-image.stom-billede-sektion .stom-picture {
    width: calc(50% + var(--gap-l));
}

.overlap-image.stom-billede-sektion .stom-cols-6 {
    background: white;
    margin-block: var(--gap-l);
    padding-block: var(--gap-l);
}

.overlap-image.stom-billede-sektion.picture-left .stom-cols-6 {
    padding-left: var(--gap-l);
}

.overlap-image.stom-billede-sektion.picture-right .stom-cols-6 {
    padding-right: var(--gap-l);
}

.overlap-image.stom-billede-sektion .stom-picture {
    z-index: -1;
}


/* ===== END "Billede & Tekst" custom section ===== */


/* ===== "Kalender" CPT ===== */

.posts-archive .site-content:not(.no-blog-images) article.kalender.has-post-thumbnail {
    position: relative;
}

.posts-archive .site-content:not(.no-blog-images) article.kalender.has-post-thumbnail .date-tag {
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px #3333338c;
}

.posts-archive article.kalender .date-tag {
    color: var(--color-dark);
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    font-weight: 500;
    pointer-events: none;
    background: #fff;
    display: inline-block;
    line-height: 1.2;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.posts-archive article.kalender .date-tag strong {
    font-size: 1rem;
    display: block;
}

.posts-archive-layout-2.posts-archive.kalender.has-post-thumbnail .date-tag {
    top: calc(var(--gap-m) + 10px);
}

.posts-archive article.kalender .date-tag-content span.date-to {
    display: block;
}


/* Sorterings form */

.activities-sorting-form input {
    width: 100%;
}

.activities-sorting-form {
    margin: 40px 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
}

.activities-sorting-form .field {
    display: inline-block;
    width: 50%;
    padding-right: 2%;
    font-size: 1rem;
}

.activities-sorting-form .field.field-date {
    width: 30%;
}

.activities-sorting-form .field label {
    display: block;
    font-size: .9em;
    text-align: center;
    text-transform: uppercase;
}

.activities-sorting-form .field input span {
    width: 100%;
    padding: 7px 10px;
}

.activities-sorting-form button {
    display: inline-block;
    width: 20%;
    vertical-align: bottom;
}

form.activities-sorting-form button {
    width: 20%;
}


/* Single kalender */

.single-kalender .post-featured_img {
    display: block;
    margin: auto;
}

.single-kalender article.type-kalender .post-featured_img img {
    height: auto;
}

.single-kalender article.type-kalender {
    display: block;
}


/* Kalender slick slider */

.kalender-container .kalender-wrap {
    max-width: 100%;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 1px 2px 3px rgba(51, 51, 51, 0.17);
}

.kalender-container .kalender-wrap a {
    text-decoration: none;
}

.kalender-container .slick-slide {
    border: none;
}

.blog-container.kalender-container {
    margin: auto;
}

.kalender-container .slick-prev:before,
.kalender-container .slick-next:before {
    color: #666;
}

.kalender-container .slick-prev,
.kalender-container .slick-next {
    background: transparent;
}

.kalender-container .slick-prev {
    left: -2.5%;
}

.kalender-container .slick-next {
    right: -2.5%;
}

.kalender-container .blog-information {
    padding: 2% 4%;
    text-align: center;
}

.kalender-container .blog-information {
    min-height: 150px;
    background: #fff;
}

.blog-container.kalender-container.slick-initialized.slick-slider {
    height: auto;
}

.blog-container.kalender-container.slick-initialized.slick-slider .slick-list {
    padding: 1% 0;
}

.kalender-container .slick-slide {
    height: auto;
    margin: 0 var(--gap-s);
    padding: 0;
}

.kalender-container .blog-excerpt {
    font-size: 14px;
}

.kalender-container .blog-title {
    min-height: 50px;
    position: relative;
}

.kalender-container .slick-prev:hover,
.kalender-container .slick-next:hover {
    background: rgba(127, 163, 70, 0.58);
}

.kalender-container .blog-title h4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}


/* ===== END "Kalender" CPT ===== */


/* ===== "Åbningstider" visning ===== */

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

.header-aabningstider .afdeling {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.header-aabningstider .afdeling::after {
    position: absolute;
    content: "";
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
}

.header-aabningstider .afdeling:last-of-type::after {
    display: none;
}

.header-aabningstider a {
    text-decoration: none;
    position: relative;
    margin-right: 18px;
}

.header-aabningstider a:focus {
    outline: 0;
}

.header-aabningstider a .stom-custom-svg {
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .175s;
}

.header-aabningstider.active a .stom-custom-svg {
    transform: translateY(-50%) rotate(-180deg);
}

.header-aabningstider .fa-clock {
    margin-right: 5px;
    font-size: 16px;
    vertical-align: middle;
}

.header-aabningstider .full-openhours {
    padding-top: 10px;
}

.header-aabningstider .full-openhours table {
    margin: 0;
    border-spacing: 0;
}

.special-day-notice p {
    margin: 0;
}


/* ===== END "Åbningstider" visning ===== */


/* ===== Shortcode "stom-small" ===== */

.stom-small {
    max-width: calc(var(--content-width) / 2);
}

.stom-small.large,
.inner-background .stom-small {
    max-width: calc((var(--content-width) + (2 * var(--gap-l))) / 2);
}

.stom-small:not(:last-child) {
    margin-bottom: 1.5em;
}

.stom-small.small-left {
    margin-right: auto;
    text-align: left;
}

.stom-small.small-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.stom-small.small-right {
    margin-left: auto;
    text-align: left;
}


/* ===== END Shortcode "stom-small" ===== */


/* ===== Gravity Forms design ===== */

body:not(.stom-gform-legacy) .gform_wrapper {
    position: relative;
}

body:not(.stom-gform-legacy) .stom_spinner_wrapper .gform_ajax_spinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    margin: auto;
    z-index: 30;
}

body:not(.stom-gform-legacy) .stom_spinner_wrapper .stom-overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .75);
    z-index: 25;
}

body:not(.stom-gform-legacy) .stom_spinner_wrapper .gform_ajax_spinner+.stom-overlay {
    display: block;
}

body:not(.stom-gform-legacy) .stom-small .gform_wrapper .gform_body {
    text-align: left;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_body {
    padding-top: var(--gap-s);
}

body:not(.stom-gform-legacy) .gform_wrapper .gfield {
    position: relative;
}

body:not(.stom-gform-legacy) .gform_wrapper .gfield_validation_message {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    width: auto;
    padding: 5px;
    font-size: 1em;
    line-height: 1;
    cursor: default;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_validation_errors {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    text-align: center;
    border-radius: 0;
    border-width: 1px 0 0;
    transition: transform .3s;
    cursor: pointer;
    z-index: 100;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_validation_errors .gform_submission_error {
    font-size: 1.3rem;
    font-weight: bold;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_validation_errors>h2 .gform-icon {
    display: inline-flex;
    left: auto;
    position: static;
    top: auto;
    vertical-align: middle;
}

body:not(.stom-gform-legacy) .gform_wrapper input,
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container input,
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container select,
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container textarea {
    font-size: 1rem;
}

body:not(.stom-gform-legacy) .gform_wrapper .ginput_container input,
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container select,
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container textarea {
    color: var(--color-text);
}

body:not(.stom-gform-legacy) .gform_wrapper .ginput_container_textarea {
    line-height: 0;
}

body:not(.stom-gform-legacy) .gform_wrapper .ginput_container_textarea>*:not(textarea) {
    line-height: initial;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_footer,
body:not(.stom-gform-legacy) .gform_wrapper .gform_page_footer {
    margin: 16px 0 0;
    padding: 0;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_footer button,
body:not(.stom-gform-legacy) .gform_wrapper .gform_footer input,
body:not(.stom-gform-legacy) .gform_wrapper .gform_page_footer button,
body:not(.stom-gform-legacy) .gform_wrapper .gform_page_footer input {
    margin: 0;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_validation_errors>ol {
    display: inline-block;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_validation_errors>ol li {
    text-align: left;
}


/*** Legacy Gravity Forms > 2.5 ***/


/* Resets & fejlbeskeder */

body.stom-gform-legacy>.ui-datepicker {
    display: none;
}

body.stom-gform-legacy #secondary .gform_widget {
    overflow: visible;
}

body.stom-gform-legacy .gform_anchor {
    margin-top: -80px;
    padding-bottom: 80px;
    display: block;
}

body.stom-gform-legacy div.gform_wrapper form ul.gform_fields li.gfield {
    margin: 10px 0 0;
}

body.stom-gform-legacy div.gform_wrapper form ul.gform_fields li.gfield:first-child,
body.stom-gform-legacy div.gform_wrapper form ul.gform_fields li.gfield:first-child+li.gfield {
    margin-top: 0;
}

body.stom-gform-legacy div.gform_wrapper form .top_label li.gfield.gf_left_half {
    padding-right: 5px;
}

body.stom-gform-legacy div.gform_wrapper form .top_label li.gfield.gf_right_half {
    padding-left: 5px;
}

body.stom-gform-legacy .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body.stom-gform-legacy .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: 0;
}

body.stom-gform-legacy .gform_wrapper .top_label li ul.gfield_checkbox,
body.stom-gform-legacy .gform_wrapper .top_label li ul.gfield_radio,
body.stom-gform-legacy .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
body.stom-gform-legacy .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
body.stom-gform-legacy .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: 100%;
}

body.stom-gform-legacy .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
    padding: 0;
}

body.stom-gform-legacy .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error,
body.stom-gform-legacy .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%;
    margin: 10px 0 0;
}

body.stom-gform-legacy .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    width: 100%;
}

body.stom-gform-legacy .gform_wrapper ul.gform_fields li.gfield,
body.stom-gform-legacy .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error {
    background-color: transparent;
    border: none;
}

body.stom-gform-legacy .gform_wrapper li.gfield.gfield_error .ginput_container {
    position: relative;
}

body.stom-gform-legacy .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;
}

body.stom-gform-legacy .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;
}

body.stom-gform-legacy .gform_wrapper .top_label div.ginput_container,
body.stom-gform-legacy .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
body.stom-gform-legacy .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
    margin-top: 0;
}

body.stom-gform-legacy .gform_wrapper .top_label div.ginput_container.ginput_container_textarea {
    line-height: 0;
}

body.stom-gform-legacy .gform_wrapper .top_label div.ginput_container_date input {
    width: calc(100% - 25px);
}

body.stom-gform-legacy .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 */

body.stom-gform-legacy #cookie_box[style*="display:none"]~#page .gform_wrapper div.validation_error,
body.stom-gform-legacy #cookie_box[style*="display: none"]~#page .gform_wrapper div.validation_error {
    bottom: 0;
}

body.stom-gform-legacy .gform_wrapper div.validation_error .fa {
    margin-right: 15px;
    font-size: 1.8em;
}

body.stom-gform-legacy .gform_wrapper div.validation_error * {
    vertical-align: middle;
}

body.stom-gform-legacy .gform_wrapper .gform_footer {
    margin-top: 10px;
    padding: 0;
}

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

body.stom-gform-legacy .gform_wrapper .ginput_container_password span::before {
    color: #000;
}


/*** FORM DESIGNS ***/


/* Generelt */

body.stom-gform-legacy .gform_wrapper,
body.stom-gform-legacy .gform_confirmation_wrapper {
    margin: 0;
    padding: 30px 0;
}

body.stom-gform-legacy .gform_wrapper form {
    position: relative;
}

body.stom-gform-legacy .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
body.stom-gform-legacy .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body.stom-gform-legacy .gform_wrapper textarea {
    min-height: 0;
    padding: 5px 8px;
    line-height: 1.5;
}

body.stom-gform-legacy .gform_wrapper .gfield select {
    padding: 6px 5px;
}

body.stom-gform-legacy .gform_wrapper .gfield_required {
    color: #b20000;
}

body.stom-gform-legacy .gform_wrapper .gform_footer input[type=submit]:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    margin: 0;
    padding: 5px var(--gap-s);
    font-weight: bold;
}


/* Minimal */

body.stom-gform-legacy .stomform-minimal .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body.stom-gform-legacy .stomform-minimal .gfield textarea,
body.stom-gform-legacy .stomform-minimal .gform_wrapper .gfield select,
body.stom-gform-legacy .stomform-minimal .gform_footer input[type=submit] {
    border: none;
}

body.stom-gform-legacy .stomform-minimal .gform_wrapper .gfield select {
    padding: 5px;
    border: none;
}

body.stom-gform-legacy .stomform-minimal .gform_wrapper .gform_footer input[type=submit] {
    color: #000;
    background-color: #fff;
}


/* Transparent */

body.stom-gform-legacy .stomform-ghost .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body.stom-gform-legacy .stomform-ghost .gform_wrapper .gfield textarea,
body.stom-gform-legacy .stomform-ghost .gform_wrapper .gfield select,
body.stom-gform-legacy .stomform-ghost .gform_wrapper .gform_footer input[type=submit] {
    color: #000;
    background-color: rgba(255, 255, 255, .5);
    border: none;
    transition: background-color .3s;
}

body.stom-gform-legacy .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,
body.stom-gform-legacy .stomform-ghost .gform_wrapper .gfield textarea:focus,
body.stom-gform-legacy .stomform-ghost .gform_wrapper .gfield select:focus,
body.stom-gform-legacy .stomform-ghost .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #fff;
}

body.stom-gform-legacy .stomform-ghost .gform_wrapper .gfield select {
    padding: 5px;
    border: none;
}

body.stom-gform-legacy .stomform-ghost .gform_wrapper .gfield *::-webkit-input-placeholder {
    color: #000;
    font-style: italic;
}

body.stom-gform-legacy .stomform-ghost .gform_wrapper .gfield *::-moz-placeholder {
    color: #000;
    font-style: italic;
}

body.stom-gform-legacy .stomform-ghost .gform_wrapper .gfield *:-ms-input-placeholder {
    color: #000;
    font-style: italic;
}

body.stom-gform-legacy .stomform-ghost .gform_wrapper .gfield *:-moz-placeholder {
    color: #000;
    font-style: italic;
}


/* Border */

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

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

body.stom-gform-legacy .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,
body.stom-gform-legacy .stomform-stroked .gform_wrapper .gfield textarea:focus,
body.stom-gform-legacy .stomform-stroked .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #fff;
    color: #000;
}

body.stom-gform-legacy .stomform-stroked .gform_wrapper .gfield select {
    padding: 5px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    transition: background-color .3s, color .3s;
}

body.stom-gform-legacy .stomform-stroked .gform_wrapper .gfield select:focus {
    background-color: #fff;
    color: #000;
}

body.stom-gform-legacy .stomform-stroked .gform_wrapper .gfield select:not([multiple="multiple"]) option {
    color: #000;
}

body.stom-gform-legacy .stomform-stroked .gform_wrapper .gfield *::-webkit-input-placeholder {
    color: #fff;
    font-style: italic;
    transition: color .3s;
}

body.stom-gform-legacy .stomform-stroked .gform_wrapper .gfield *::-moz-placeholder {
    color: #fff;
    font-style: italic;
    transition: color .3s;
}

body.stom-gform-legacy .stomform-stroked .gform_wrapper .gfield *:-ms-input-placeholder {
    color: #fff;
    font-style: italic;
    transition: color .3s;
}

body.stom-gform-legacy .stomform-stroked .gform_wrapper .gfield *:-moz-placeholder {
    color: #fff;
    font-style: italic;
    transition: color .3s;
}

body.stom-gform-legacy .stomform-stroked .gform_wrapper .gfield *:focus::-webkit-input-placeholder {
    color: #000;
}

body.stom-gform-legacy .stomform-stroked .gform_wrapper .gfield *:focus::-moz-placeholder {
    color: #000;
}

body.stom-gform-legacy .stomform-stroked .gform_wrapper .gfield *:focus:-ms-input-placeholder {
    color: #000;
}

body.stom-gform-legacy .stomform-stroked .gform_wrapper .gfield *:focus:-moz-placeholder {
    color: #000;
}


/* Lille formular design "center_small" */

body.stom-gform-legacy .stom-small .gform_wrapper,
body.stom-gform-legacy .stom-small .gform_confirmation_wrapper,
body.stom-gform-legacy #secondary .gform_confirmation_wrapper,
body.stom-gform-legacy #secondary .gform_wrapper {
    max-width: 450px;
    margin: 0 auto;
}

body.stom-gform-legacy .stom-small.halfsized-overflowing-map .gform_wrapper {
    padding: 30px 0;
}

body.stom-gform-legacy .stom-small .gform_confirmation_wrapper,
body.stom-gform-legacy #secondary .gform_confirmation_wrapper {
    text-align: center;
}

body.stom-gform-legacy .stom-small .gform_wrapper ul.gform_fields li.gfield,
body.stom-gform-legacy #secondary .gform_wrapper ul.gform_fields li.gfield {
    padding: 0;
}

body.stom-gform-legacy .stom-small .gform_wrapper .gform_footer input[type=submit],
body.stom-gform-legacy #secondary .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    margin: 0;
}

body.stom-gform-legacy .stom-small .gform_wrapper .gform_heading,
body.stom-gform-legacy #secondary .gform_wrapper .gform_heading {
    margin: 0 0 15px;
}

body.stom-gform-legacy .stom-small .gform_wrapper h3.gform_title,
body.stom-gform-legacy #secondary .gform_wrapper h3.gform_title {
    margin: 0;
    font-size: 1.8em;
    text-align: center;
}


/* Ny AJAX spinner og overlay */

body.stom-gform-legacy .gform_wrapper .gform_ajax_spinner {
    display: none;
}

body.stom-gform-legacy .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;
}

body.stom-gform-legacy .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%);
}

body.stom-gform-legacy .gform_wrapper .gform_ajax_spinner~#spinner-overlay .spinner-element {
    display: inline-block;
}

body.stom-gform-legacy .gform_wrapper .spinner-element .fa {
    font-size: 60px;
}


/* ===== END Gravity Forms design ===== */


/* ===== Grid custom shortcode "grid_billeder" ===== */

.grid-columns-wrapper {
    margin: 0 0 40px;
    line-height: 0;
}

.grid-columns-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.grid-columns-wrapper .grid-column {
    position: relative;
    margin-right: var(--gap-s);
    float: left;
}

.grid-columns-wrapper.no-margin .grid-column {
    margin-right: 0;
}

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

.grid-columns-wrapper .columns-2 {
    width: calc((100% - (var(--gap-s) * 1)) / 2);
}

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

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

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

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

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

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

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

.grid-columns-wrapper .columns-10 {
    width: calc((100% - (var(--gap-s) * 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;
}


/* ===== END Grid custom shortcode "grid_billeder" ===== */


/* ===== Grid custom section ===== */

.stom-css-grid,
.stom-grid-section .section .grid-elements {
    display: grid;
    gap: var(--gap-m);
}

.stom-grid-section .section .grid-elements.slick-slider {
    padding-right: 0;
    padding-left: 0;
}

.stom-grid-section .grid-element-slider-wrap {
    /* padding: 0 30px; */
}

.stom-grid-section.grid-slider-centermode .grid-element-slider-wrap {
    padding: 0 50px;
}

.stom-grid-section.section-fullpage .grid-element-slider-wrap,
.stom-grid-section.section-fullpage.grid-slider-centermode .grid-element-slider-wrap {
    padding: 0;
}

.stom-grid-section .grid-element-slider-wrap .slick-track {
    display: flex;
    gap: var(--gap-m);
    margin-left: -10px;
}

.stom-grid-section .grid-element-slider-wrap .slick-track .grid-element {
    height: auto;
}

.stom-grid-section .grid-element-slider-wrap .grid-element.slick-slide {
    margin: 0;
}

.stom-grid-section .grid-element-slider-wrap .slick-dots {
    position: static;
    margin-top: var(--gap-s);
}

:root {
    --grid-2-cols: 2;
    --grid-3-cols: 3;
    --grid-4-cols: 4;
    --grid-5-cols: 5;
    --grid-6-cols: 6;
    --grid-7-cols: 7;
    --grid-8-cols: 8;
    --grid-9-cols: 9;
    --grid-10-cols: 10;
    --grid-11-cols: 11;
    --grid-12-cols: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

.stom-grid-section .grid-element {
    position: relative;
    background-size: cover;
    display: grid;
    grid-template-columns: auto;
}

.stom-grid-section .grid-element>img,
.stom-grid-section .grid-element .overlay {
    grid-column: 1/-1;
    grid-row: 1/-1;
}

.stom-grid-section .grid-element .overlay *:last-child {
    margin-bottom: 0;
}

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

.stom-grid-section .grid-element .full-element-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
    z-index: 5;
}

.stom-grid-section .grid-element>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.stom-grid-section .grid-element .overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    word-break: break-word;
}

.stom-grid-section .grid-element.has-background .overlay {
    padding: var(--gap-m);
}

.stom-grid-section.section-fullpage .grid-element.has-background .overlay {
    padding: var(--gap-m);
}

.stom-grid-section.section-fullpage .grid-element .full-element-link~.overlay .stom-button {
    position: relative;
    z-index: 10;
}

.stom-grid-section .grid-elements.slick-slider .slick-arrow {
    transform: translateY(-50%);
}

.stom-grid-section.section-fullpage .grid-elements.slick-slider .slick-arrow.slick-prev {
	left: 10px;
}

.stom-grid-section.section-fullpage .grid-elements.slick-slider .slick-arrow.slick-next {
	right: 10px;
}


/* ===== END Grid custom section ===== */


/* ===== STOM login form shortcode ===== */

.stom-login-wrap input:not(#rememberme) {
    width: 100%;
    margin-top: 5px;
}

.stom-login-wrap label {
    float: left;
}

.stom-login-wrap label:last-child {
    float: none;
}

.stom-login-wrap .login-remember {
    margin: 5px 0 0;
}


/* ===== END STOM login form shortcode ===== */


/* ===== STOM logout button shortcode ===== */

.stom-logout-btn {
    border: none;
    border-color: #ccc #ccc #bbb;
    border-radius: 4px;
    background: #2C3F46;
    color: #fff;
    font-size: 12px;
    box-shadow: none;
    padding: 0.7em 1.3em;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
}

.stom-logout-btn:hover {
    color: #fff;
    background: #000;
}


/* ===== END STOM logout button shortcode ===== */


/* ===== Sidebar widgets ===== */


/* Widget titles */

.widget-area .widget-title {
    display: block;
    margin-bottom: var(--gap-s);
    font-weight: 600;
}

.widget-area .widget .widget-title-icon,
.widget-area .widget .widget-title {
    font-size: var(--h4);
}


/* Search widget */

.widget-area .widget_search .widget-title {
    display: block;
}

.widget-area .widget_search .search-form label {
    font-size: 0;
    flex-grow: 1;
}

.widget-area .widget_search .search-field,
.widget-area .widget_search .search-submit {
    font-size: 13px;
    line-height: normal;
    border-radius: 0;
    -webkit-appearance: none;
    vertical-align: top;
}

.widget-area .widget_search .search-field {
    padding: 15px 20px;
    padding-right: 0;
    border: none;
    width: 100%;
    outline: 0;
}

.widget-area .widget_search .search-submit {
    padding: 5px 0;
    border: 1px solid transparent;
    color: transparent;
    background: url(../images/template-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 15px;
    background-size: 23px;
}

.widget-area .widget_search .search-submit::-moz-focus-inner {
    border: 0;
}

.widget-area .widget_search .search-form {
    border: 2px solid;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    align-content: stretch;
    flex-wrap: wrap;
}


/* Category widget */

.widget-area .widget_categories ul {
    margin: 0;
    padding: 0;
}

.widget-area .widget_categories ul li {
    display: block;
    border: 1px solid #dfddd9;
    border-width: 0 0 1px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.widget-area .widget_categories ul li:last-of-type {
    border-bottom-width: 1px;
}

.widget-area .widget_categories ul li a {
    display: inline-block;
    padding: 11px 0;
    text-decoration: none;
    color: var(--color-dark);
}

.widget-area .widget_categories ul li.current-cat a {
    font-weight: 600;
}


/* Stom_posts widget */

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

.widget-area .widget .stom-posts+p {
    margin: 0;
}


/* Number Three default widgets */

.widget.number-three-default-widget p:first-child {
    margin: 0 0 .4em;
}

.widget.number-three-default-widget h2,
.widget.number-three-default-widget .widget-title {
    /* margin-bottom: 0; */
}

.widget.number-three-default-widget h2 {
    font-size: 1em;
}

.widget.number-three-default-widget p:first-child .stom-custom-svg {
    margin-bottom: .1em;
}

.widget.number-three-default-widget .widget-reviews-icon {
    display: inline-block;
    width: 100%;
    font-size: 2em;
    text-align: center;
}

.widget.number-three-default-widget a .stom-custom-svg {
    margin-right: .4em;
    color: var(--color-1);
}

.widget.number-three-default-widget .stom_maps_free {
    height: 180px !important;
}

.widget.number-three-default-widget .stom-button {
    width: 100%;
    text-align: center;
}

.widget.number-three-default-widget .stom-button a {
    width: 100%;
    color: #fff;
}

.widget.number-three-default-widget .stom-button a:hover {
    text-decoration: none;
}

.widget.number-three-default-widget a {
    text-decoration: none;
    color: var(--color-dark);
}

.widget.number-three-default-widget a:hover {
    text-decoration: underline;
}

.widget.number-three-default-widget.widget_media_image {
    text-align: center;
    line-height: 0;
}

.widget.number-three-default-widget .aabningstider-list {
    margin-bottom: 1.5em;
    width: 100%;
}

.widget.number-three-default-widget .aabningstider-list thead {
    display: none;
}

.widget.number-three-default-widget .aabningstider-list tr td:last-child {
    text-align: right;
}


/* ===== END Sidebar widgets ===== */


/* ===== Search page ===== */

.search #primary {}

.search .page-header,
.search #primary {
    max-width: 800px;
    margin: 0 auto;
    /* text-align: center; */
}

.search .page-header {
    text-align: center;
    margin-block: var(--gap-m);
}

.search #content>header h1 {
    line-height: 1.15;
    word-break: break-word;
}

.search .site-main .search-form,
.search .site-main .search-form label {
    display: flex;
}

.search .site-main .search-form label,
.search .site-main .search-form .search-field {
    flex-grow: 1;
}

.search .site-main .search-form .search-field {
    margin-right: .5em;
}

.search .site-main h2 {
    font-size: var(--h4);
    margin-bottom: .5rem;
}

.search .site-main .entry-meta {
    margin-top: 0;
    margin-bottom: .5rem;
    color: var(--color-text-light);
}

.search .site-main article {
    background: var(--color-bg);
    padding: var(--gap-s);
}

.search .site-main article:not(:last-of-type) {
    margin-bottom: var(--gap-s);
}

.search .site-main article .entry-summary {
    margin-bottom: .3em;
}

.search .site-main article .entry-footer a {
    text-decoration: none;
}

.search .site-main article .entry-footer a:hover {
    text-decoration: underline;
}

.search .posts-navigation a {
    background-color: var(--color-bg);
    border: 1px solid var(--color-bg);
    padding: 11.5px 17px;
    text-decoration: none;
    transition: background-color 0.3s;
    color: var(--color-dark);
    display: inline-block;
}

.search .navigation.posts-navigation {
    display: block;
    margin-block: var(--gap-m);
}

.search-no-results .page-content {
    text-align: center;
}

.search-no-results .page-header {
    margin-bottom: 0;
}


/* ===== END Search page ===== */


/* ===== "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: url('../modules/font-awesome-cdn/solid/check.svg');
    position: absolute;
    left: 0;
    width: 1em;
}


/* ===== END "checkmark_list" shortcode ===== */


/* ===== "close_grid" shortcode ===== */

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


/* ===== END "close_grid" shortcode ===== */


/* ===== "mere" shortcode ===== */

.mere-tekst-wrapper>button {
    position: relative;
    display: block;
    width: 100%;
    padding: .4em 1em;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1;
    outline-style: none;
}

.mere-tekst-wrapper>button .stom-custom-svg {
    float: right;
}

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


/* ===== END "mere" shortcode ===== */


/* ===== STOM clear cache link ===== */

.number-three-clear-cache-link {
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    padding: 7px;
    align-items: center;
    line-height: 1;
    background-color: #fff;
    text-decoration: none;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 50%);
    z-index: 999999999;
}

body.stom-admin:not(.admin-bar) .number-three-clear-cache-link {
    display: flex;
}

.number-three-clear-cache-link .stom-custom-svg {
    margin-right: 5px;
    line-height: .5;
}

.number-three-clear-cache-link .stom-custom-svg svg {
    width: auto;
    height: 1.5em;
}


/* ===== END STOM clear cache link ===== */


/* ===== STOM inline popup style ===== */

body.inline-popup-open {
    overflow: hidden;
}

.stom-inline-overlay-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .7);
    z-index: 150;
}

.stom-inline-overlay-content {
    position: relative;
}

.stom-inline-overlay-close {
    position: absolute;
    bottom: calc(100% - 8px);
    left: calc(100% - 8px);
    padding: 6px;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    line-height: 0;
    font-size: 18px;
    box-shadow: 0px 0px 8px -2px #2a2a2a;
    transition: color, background-color;
    transition-duration: .175s;
    cursor: pointer;
    z-index: 5;
}

.stom-inline-overlay-close:hover {
    color: #fff;
    background-color: #000;
}

.stom-inline-overlay-content-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80vw;
    height: 80vh;
    max-width: 700px;
    max-height: 500px;
    background-color: #fff;
    overflow: auto;
}


/* ===== END STOM inline popup style ===== */


/* ===== STOM Sticky Mobile CTA links ===== */

#number-three-sticky-mobile-cta {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 11px 10px 5px #000;
    z-index: 49;
}

#number-three-sticky-mobile-cta .cta-container {
    display: flex;
    align-items: center;
    justify-content: stretch;
}

#number-three-sticky-mobile-cta .cta-container .stom-button {
    flex-basis: 0;
    flex-grow: 1;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 5px calc(15px + (env(safe-area-inset-bottom) / 2)) 5px;
    text-align: center;
    background: var(--color-bg);
    color: var(--color-dark);
    font-size: 1rem;
    font-weight: 500;
}

#number-three-sticky-mobile-cta .cta-container .stom-button:not(:last-child) a {
    border-right: 1px solid rgb(0 0 0 / 8%);
}

#number-three-sticky-mobile-cta .cta-container .stom-button a .stom-custom-svg {
    color: var(--color-1);
}

#number-three-sticky-mobile-cta-placeholder {
	height: var(--sticky-mobile-cta-height);
}


#number-three-sticky-mobile-cta-admin-errors {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: var(--wp-admin--admin-bar--height, 0px);
	color: #333;
	background-color: #fff;
	opacity: 0;
	overflow: hidden;
	transition: opacity 250ms;
	z-index: 99;
}

#number-three-sticky-mobile-cta-admin-errors,
#number-three-sticky-mobile-cta-admin-errors * {
	font-size: 18px;
	font-family: sans-serif;
}

#number-three-sticky-mobile-cta-admin-errors-aligner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	overflow: hidden;
}

#number-three-sticky-mobile-cta-admin-errors-inner {
	width: 100%;
	max-height: 100%;
	padding: 30px;
	overflow: auto;
}

#number-three-sticky-mobile-cta-admin-errors-inner > * {
	display: block;
}

#number-three-sticky-mobile-cta-admin-errors-inner > *:not(:last-child) {
	margin-bottom: 30px;
}

#number-three-sticky-mobile-cta-admin-errors-inner > span {
	text-align: center;
}

#number-three-sticky-mobile-cta-admin-errors-notice {
	font-weight: bold;
}

#number-three-sticky-mobile-cta-admin-errors-list {
	text-align: center;
}

#number-three-sticky-mobile-cta-admin-errors-inner ul {
	display: inline-block;
	padding-left: 1em;
	list-style-type: disc;
	text-align: left;
}

#number-three-sticky-mobile-cta-admin-errors-inner ul > li:not(:last-child) {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#number-three-sticky-mobile-cta-admin-errors-inner ul li {
	margin-top: 10px;
}

#number-three-sticky-mobile-cta-admin-errors-inner ul ul {
	display: block;
	list-style-type: circle;
}

#number-three-sticky-mobile-cta-admin-errors-link span {
	display: inline-block;
	background-color: currentColor;
}

#number-three-sticky-mobile-cta-admin-errors-link a {
	display: inline-block;
	padding: 7px 15px;
	color: #fff;
	text-decoration: none;
}

#number-three-sticky-mobile-cta-admin-errors-dismiss {
	opacity: .5;
	cursor: pointer;
}

/* ===== END STOM Sticky Mobile CTA links ===== */


/* ===== ANIMATIONS ===== */

.stom-animation {
    --animation-length: 10vw;
    transition: transform 1s ease-out, opacity 1s ease-out;
    opacity: 0;
}

.stom-animation.is-visible {
    transform: unset !important;
    opacity: 1 !important;
}

.stom-animation.slide-right {
    transform: translateX(var(--animation-length));
}

.stom-animation.slide-left {
    transform: translateX(calc(0px - var(--animation-length)));
}

.stom-animation.slide-up {
    transform: translateY(var(--animation-length));
}

.stom-animation.fade-in {
    opacity: 0;
}


/* ===== END ANIMATIONS ===== */


/* =====  404 side ===== */

.error404 #primary {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.error404 h1.page-title {
    font-size: 6em;
}

.error404 .page-title {
    text-align: center;
}

.error404 .site-main .search-form,
.error404 .site-main .search-form label {
    display: flex;
}

.error404 .site-main .search-form label,
.error404 .site-main .search-form .search-field {
    flex-grow: 1;
}

.error404 .site-main .search-form .search-field {
    margin-right: .5em;
}


/* ===== END  404 side ===== */


/* ===== WOOCOMMERCE ACCOUNT PAGE ===== */

body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li {
    border: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul a {
    color: var(--color-dark);
    margin-bottom: .5em;
    border-radius: .5em;
    padding: 1em 3.5em 1em 1.5em;
    line-height: 1.3;
    transition: var(--transition);
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul .stom-custom-svg {
    position: absolute;
    top: 50%;
    right: .7em;
    transform: translateY(-50%);
    left: unset;
    font-size: 1.3em;
    display: flex;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: var(--color-1);
    color: #fff;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    margin-bottom: 1em;
}


/* ===== END WOOCOMMERCE ACCOUNT PAGE ===== */


/* ===== WHITE CONTENT CLASSES ===== */

.white-text {
    --color-text: #fff;
    --color-dark: #fff;
    color: var(--color-text);
}

.white-bg {
    background: #fff;
    padding: var(--gap-l);
}


/* ===== END WHITE CONTENT CLASSES ===== */


/* ===== UNDERLINE FORM ===== */

.underline-form .gform_wrapper.gravity-theme .gfield:not(#field_submit) input,
.underline-form .gform_wrapper.gravity-theme .gfield select,
.underline-form .gform_wrapper.gravity-theme .gfield textarea {
    background: transparent;
    outline: none;
    border: none;
    color: var(--color-text);
    border-bottom: 1px solid var(--color-text);
    padding-inline: 0;
}

.underline-form .gform_wrapper.gravity-theme .gfield input::placeholder,
.underline-form .gform_wrapper.gravity-theme .gfield select::placeholder,
.underline-form .gform_wrapper.gravity-theme .gfield textarea::placeholder {
    color: var(--color-text);
}

.underline-form .gform_wrapper.gravity-theme .gfield {
    position: relative;
}

.underline-form .gform_wrapper.gravity-theme .gfield:after {
    content: '';
    position: absolute;
    bottom: 1px;
    height: 1px;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: var(--transition);
    background-color: var(--color-1);
}

.underline-form .gform_wrapper.gravity-theme .gfield:focus-within:after {
    width: 100%;
}

.underline-form .gform_wrapper.gravity-theme .gform_footer {
    justify-content: flex-end;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
    min-height: var(--gap-l);
    height: var(--gap-l);
    resize: vertical;
}


/* ===== END UNDERLINE FORM ===== */


/* ===== CENTERED GRID og CENTER-TEXT CLASS ===== */

.centered-grid.stom-grid-section .grid-element .overlay {
    justify-content: center;
}

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


/* ===== END CENTERED GRID CLASS ===== */


/* ===== INSTAGRAM STANDARD SECTION ===== */

.instagram.stom-grid-section .grid-element.icon-top-right .overlay {
    justify-content: space-between;
}

.instagram.stom-grid-section .grid-element.icon-top-right .overlay:after {
    content: unset;
}

.instagram.stom-grid-section .grid-element.icon-top-right .overlay .stom-custom-svg {
    text-align: end;
    font-size: 3em;
}

.section-wrap #sb_instagram #sbi_images,
.section-wrap #sb_instagram #sbi_images .sbi_item {
    padding: calc(0.5 * var(--gap-s));
}

.section-wrap #sb_instagram #sbi_images.sbi_carousel,
.section-wrap #sb_instagram #sbi_images {
    margin-inline: calc(0px - var(--gap-s));
    width: calc(100% + (2 * var(--gap-s)));
}

.widget.widget_instagram-feed-widget #sb_instagram {
    margin-left: -10px;
    min-width: calc(100% + 20px);
}


/* ===== END INSTAGRAM STANDARD SECTION ===== */