/* ===== Admin bar override ===== */

body.admin-bar {
	padding-top: 32px !important;
}

* html body.admin-bar {
	padding-top: 32px !important;
}

@media screen and (max-width: 782px) {
	body.admin-bar {
		padding-top: 46px !important;
	}

	* html body.admin-bar {
		padding-top: 46px !important;
	}
}

/* ===== END Admin bar override ===== */



/* ===== CSS Variables ===== */

:root {
	--stom-header-height: 100px;
}

/* ===== END CSS Variables ===== */



/* ===== General overrides ===== */

body.post,
body.page {
	margin: 0;
}

body {
	background-color: #fff;
}


html,
body,
button,
.stom-button a,
input,
select,
optgroup,
textarea {
	color: #000;
	line-height: 1.5;
	text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	font-weight: 400;
	line-height: 1.2;
}

h1 span.ekstra-tekst {
	font-weight: 200;
	text-transform: none;
}

p {
	margin: 0 0 1.5em;
}

p:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

pre {
	background: #f5f5f5;
	font-size: 1rem;
}

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;
}

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: #000;
	background-color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	border-color: #fff;
	box-shadow: none;
	border: 1px solid #000;
	transition: background, border, color;
	transition-duration: .175s;
	cursor: pointer;
}

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: #000;
	border-color: #000;
	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: 5px 20px;
	font-size: 25px;
}


ul,
ol {
	margin-left: 0;
	padding-left: 1.3em;
}

ul:last-child,
ol:last-child {
	margin-bottom: 0;
}


table {
	width: auto;
}


.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;
}

header .section-wrap {
	padding: 0;
}

header .section-wrap .section {
	padding: 5px 0;
}

header .header-wrapper {
	position: relative;
}


/* 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 */
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled #masthead {
	box-shadow: 0 -8px 10px 5px #cecece;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .section-wrap .section {
	padding: 3px 0;
	font-size: .9em;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header:not(.style-header-4) .site-branding #logo {
	padding: 10px 0;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header.style-header-5 .site-branding #logo a {
	padding: 5px;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
	max-height: 35px;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header.style-header-2 .nav-wrap,
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header.style-header-3 .nav-wrap {
	margin-top: 5px;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.burger-menu) .header-sticky-active.scrolled header #primary-menu>li>a {
	padding: 5px 15px;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled .style-header-1 .socials-wrapper.placement-right~.nav-wrap,
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled .style-header-1 #woo-icons+.nav-wrap,
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled .style-header-4 #woo-icons+.nav-wrap {
	margin-top: 45px;
}

.header-sticky-active #masthead {
	transition: box-shadow;
}

.header-sticky-active header:not(.style-header-4) .site-branding #logo,
.header-sticky-active header.style-header-5 .site-branding #logo a,
.header-sticky-active header #primary-menu>li>a {
	transition: padding;
}

.header-sticky-active header .site-branding #logo img {
	transition: height, max-height;
}

.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, .header-sticky-active header.style-header-2 .nav-wrap, .header-sticky-active header.style-header-3 .nav-wrap {
	transition: margin;
}

.header-sticky-active header .section-wrap .section {
	transition: padding, font-size;
}

.header-sticky-active #masthead, .header-sticky-active header .section-wrap .section, .header-sticky-active header:not(.style-header-4) .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.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 !important;
}

/* ===== 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;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

header .top-bar .section>* {
	flex-grow: 1;
}

header .top-bar .top-bar-left {
	margin-right: 30px;
}

header .top-bar .top-bar-right {
	text-align: right;
}

header .top-bar p {
	margin: 0;
}

header .top-bar a,
header .top-bar strong {
	margin-left: 5px;
}

header .top-bar a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}

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;
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
}

header .top-bar ul li:not(:last-child) a {
	padding-right: 0;
	/* border-right: 1px solid rgba(255, 255, 255, .5); */
}

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 {
	margin-left: 10px;
}

header .top-bar ul+.socials-wrapper a {
	margin-left: 2px;
	padding: 2px;
	font-size: 1em;
}

header .top-bar ul+.socials-wrapper a .stom-custom-svg {
	line-height: 0;
}

/* ===== END Default "top bar" in header ===== */



/* ===== Logo in header ===== */

.site-branding {
	flex-grow: 1;
	display: inline-block;
	vertical-align: middle;
}

.site-branding #logo {
	padding: 30px 0;
	line-height: 0;
}

.site-branding #logo img {
	/* width: auto; */
	/* height: auto; */
	max-width: 260px;
	max-height: 80px;
}

/* ===== 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;
}

/* 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.toggled ul.menu,
header .main-navigation.toggled ul.menu ul {
	display: flex;
}

header .nav-wrap {
	margin: 25px 0 0 0;
	float: right;
	clear: right;
}

header .menu-container {
	display: inline-block;
	vertical-align: middle;
}

header .menu-navigation {
	display: none;
}

header .menu-toggle {
	display: none;
	top: 40px;
}

header .main-navigation a {
	position: relative;
	padding: 5px 15px;
}

header .main-navigation 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;
}

body:not(.burger-menu) header .main-navigation ul.menu>li:hover:not(.mega-menu)>ul,
body:not(.burger-menu) header .main-navigation ul.menu>li.focus:not(.mega-menu)>ul {
	right: 50%;
	transform: translateX(50%);
	transform: translateX(calc(50% - .5px));
}

header .main-navigation ul ul a {
	width: 215px;
	padding: 10px 20px;
	text-transform: none;
}

header .main-navigation ul ul a .stom-menu-item-arrow {
	margin-right: -.2em;
	float: right;
}

header .main-navigation ul ul li:hover>ul,
header .main-navigation ul ul li.focus>ul {
	left: 100%;
}


/* Mega menu */
header .main-navigation li.mega-menu {
	position: static;
}

header .main-navigation li.mega-menu a {
	position: relative;
}

header .main-navigation ul li.mega-menu>ul {
	display: none;
	right: 0;
	left: 0;
	border-top: 1px solid #000;
	box-shadow: none;
}

header .main-navigation ul li.mega-menu>ul::before,
header .main-navigation ul li.mega-menu>ul::after {
	content: '';
	position: absolute;
	top: -1px;
	bottom: 0;
	width: calc((100vw - 1140px) / 2);
	background-color: #fff;
}

header .main-navigation ul li.mega-menu>ul::before {
	right: 100%;
}

header .main-navigation ul li.mega-menu>ul::after {
	left: 100%;
}

header .main-navigation li.mega-menu:hover>ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 15px 0 35px;
}

header .main-navigation ul li.mega-menu>ul li {
	display: block;
	flex-grow: 1;
	flex-basis: 0;
}

header .main-navigation ul li.mega-menu>ul>li>a {
	display: block;
	font-size: 1.2em;
	padding: 7px 0;
}

header .main-navigation ul li.mega-menu>ul>li>a .stom-menu-item-arrow {
	display: none;
}

header .main-navigation ul li.mega-menu ul a {
	display: block;
	width: 100%;
}

header .main-navigation ul li.mega-menu>ul>li>ul {
	position: static;
	display: flex;
	width: 100%;
	background-color: transparent;
	box-shadow: none;
}

header .main-navigation ul li.mega-menu>ul>li>ul>li {
	flex-basis: 100%;
}

header .main-navigation ul 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: #2C3F46;
	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 #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 ===== */

/* Setup #1 */
.style-header-1 .nav-wrap {
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
	margin: 0;
}

.style-header-1 .socials-wrapper.placement-right~.nav-wrap,
.style-header-1 #woo-icons+.nav-wrap {
	margin-top: 65px;
}

.style-header-1 .main-navigation {
	display: flex;
	width: auto;
}

.style-header-1 .header-wrapper {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.style-header-1 .header-wrapper .clear {
	display: none;
}

.style-header-1 .menu-container {
	display: flex;
}

.style-header-1 .main-navigation li {
	display: flex;
}

.style-header-1 .main-navigation li a {
	display: flex;
	align-items: center;
}


/* Setup #2 */
.style-header-2 .socials-wrapper.placement-right.woo-icons-activate {
	top: 55px;
	right: 10px;
}

.style-header-2 .site-branding {
	display: block;
	text-align: center;
}

.style-header-2 #logo {
	display: table;
	margin: 0 auto;
	padding: 10px 0;
	float: none;
}

.style-header-2 #logo a {
	float: none;
}

.style-header-2 #logo img {
	display: block;
}

.style-header-2 .nav-wrap {
	display: block;
	margin: 15px auto 0;
	float: none;
	font-size: 0;
	text-align: center;
}

.style-header-2 #site-navigation {
	display: inline-block;
	float: none;
	font-size: 14px;
}

.style-header-2 #primary-menu {
	text-align: left;
}


/* Setup #3 */
.style-header-3 .site-branding {
	display: inline-block;
}

.style-header-3 .nav-wrap {
	margin-top: 15px;
	float: none;
}


/* Setup #4 */
.style-header-4 .site-branding {
	position: relative;
	margin-top: 10px;
	z-index: 5;
}

.style-header-4 #logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	float: none;
}

.style-header-4 .nav-wrap {
	margin: 10px 0 10px 175px;
}

.style-header-4 #woo-icons+.nav-wrap {
	margin-top: 75px;
}

.style-header-4 .socials-wrapper.placement-right~.nav-wrap {
	margin-top: 65px;
}


/* Setup #5 */
header#masthead.style-header-5 {
	border-bottom: 0;
}

header.style-header-5 .menu-container {
	position: relative;
}

header.style-header-5 .header-wrapper {
	text-align: right;
}

.style-header-5 .socials-wrapper.placement-right.woo-icons-activate {
	top: 35px;
	right: 10px;
}

.style-header-5 .site-branding {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	text-align: center;
	z-index: 5;
}

.style-header-5 #logo {
	display: table;
	margin: 0 auto;
	padding: 0;
	float: none;
}

.style-header-5 #logo a {
	display: block;
	padding: 20px 30px;
	float: none;
	background-color: #fdfdfd;
}

.style-header-5 #logo img {
	display: block;
	max-width: 100%;
	max-height: 100px;
}

.style-header-5 .nav-wrap {
	display: block;
	margin: 45px auto 0;
	float: none;
	font-size: 0;
	text-align: center;
}

body.woocommerce-checkout .style-header-5 .nav-wrap {
	margin: 0 0 45px;
	padding-top: 45px;
}

body.woocommerce-checkout .style-header-5 #logo img {
	max-height: 80px;
}

.style-header-5 #site-navigation {
	display: inline-block;
	float: none;
	font-size: 14px;
}

.style-header-5 #primary-menu {
	display: block;
	font-size: 0;
	text-align: left;
}

.style-header-5 #primary-menu .logo-center-aligner {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	opacity: 0;
	text-align: right;
}

.style-header-5 #primary-menu .logo-center-aligner+.logo-center-aligner {
	text-align: left;
}

.style-header-5 #primary-menu .logo-center-aligner .aligner-inner {
	display: inline-block;
	font-size: 1rem;
	text-align: left;
}

.style-header-5 .main-navigation li {
	float: left;
}

.style-header-5 .main-navigation a {
	padding: 10px 20px;
	line-height: 1;
}

.style-header-5 #woo-icons {
	position: static;
	margin-top: 10px;
	font-size: 0;
	text-align: right;
}

.style-header-5 #woo-icons .woo-search,
.style-header-5 #woo-icons .site-header-cart,
.style-header-5 #woo-icons .konto-inds {
	display: inline-block;
	float: none;
}

.style-header-5 #woo-icons .mini-cart {
	display: inline-block;
	vertical-align: middle;
}

/* ===== END Header setups ===== */



/* ===== "#Content", "#Primary" & "#Secondary" ===== */

/* Content width */
.header-wrapper,
#content,
.section,
footer.site-footer .site-info {
	max-width: 1140px;
	margin: 0 auto;
}

#content {
	padding: 40px 0;
}

#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% - 260px - 40px);
	float: left;
}

#secondary,
.single #single-post-content-sidebar {
	width: 260px;
}

#secondary {
	float: right;
}

.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 {
	margin: 0;
	padding: 1.5em;
	background: #fff;
	border: 1px solid #eee;
}

.widget-area .widget:not(:last-child) {
	margin: 0 0 1.5em;
}

.widget-area .widget .widget-title {
	display: block;
	margin-bottom: 15px;
	font-size: 1.3rem;
}

/* ===== END "#Content", "#Primary" & "#Secondary" ===== */



/* ===== Default footer ===== */

#colophon {
	padding: 35px 0;
	background: #f5f5f5;
	font-size: .9rem;
}

#colophon .site-info {
	overflow: hidden;
}

#colophon .copyright {
	font-size: .9em;
	text-align: right;
}

#colophon .site-info div>span>span:not(:last-child):after {
	content: " | ";
}

/* ===== 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 {
	margin-right: 0 !important;
}

/* ===== 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 {
	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 ===== */



/* ===== "Slider & Tekst" custom section ===== */

.page-slider-section {
	margin-bottom: 50px;
}

.section-wrap~.page-slider-section {
	margin-top: 50px;
}

.page-slider-section .slider-inner {
	position: relative;
}

.page-slider-section .slick-slider {
	margin: 0;
	padding: 0;
}

.page-slider-section .slider-text {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 1140px;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 40px 0;
}

.page-slider-section .slider-text-inner {
	width: 100%;
	max-width: 100%;
}

.page-slider-section .slide-element {
	position: relative;
	max-height: 80vh;
	min-height: 400px;
	margin: 0 !important;
	overflow: hidden;
	border: none;
	outline: none;
	line-height: 0;
}

.main-slider-section .slide-element {
	max-height: calc(100vh - var(--stom-header-height));
}

.page-slider-section .slides .slide-element~.slide-element {
	display: none;
}

.page-slider-section .slides.slick-initialized .slide-element {
	display: block;
}

.page-slider-section .slide-element .slider-text-inner {
	line-height: 1.5;
}

.page-slider-section .slide-element .video-aligner,
.page-slider-section .slide-element .image-aligner,
.page-slider-section .slide-element .service-aligner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/* margin: auto; */
	overflow: hidden;
}

.page-slider-section .slide-element .element-spacer,
.page-slider-section .slide-element .service-aligner {
	padding-top: 56.25%;
}

.page-slider-section .slide-element img,
.page-slider-section .slide-element video,
.page-slider-section .slide-element iframe {
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	width: auto;
	max-width: none;
	height: 100%;
	max-height: none;
	margin: auto;
}

.page-slider-section .slide-element iframe {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.template-slidertext h1,
.template-slidertext h2 {
	margin: 0 0 10px;
	color: #fff;
}

.page-slider-section .full-slide-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 0;
	color: transparent;
	z-index: 1;
}

/* ===== END "Slider & Tekst" custom section ===== */



/* ===== Post archive & Single post ===== */

body.category .header-divider~#primary {
	margin-top: 0;
}

.archive .page-header h1,
.single .entry-header h1 {
	margin: 0;
}

.archive .page-header .archive-description {
	margin-top: 20px;
}

.archive .header-divider,
.single .header-divider {
	margin: 40px 0 0;
}

.archive .header-divider~#secondary {
	margin-top: 40px;
}

.archive article {
	padding: 40px 0;
}

.archive article:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.archive .post-thumbnail {
	width: calc(100% - 60% - 20px);
	float: left;
	line-height: 0;
}

.archive .post-thumbnail+.post-content-wrapper {
	width: calc(100% - 40% - 20px);
	float: right;
}

.archive .entry-title {
	margin: 0;
}

.entry-meta {
	margin-top: 15px;
}

.archive .entry-content {
	margin-top: 20px;
}

.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 */
.archive #content.no-blog-images>header {
	width: 300px;
	float: left;
	margin-top: 40px;
	margin-right: 40px;
}

.archive #content.no-blog-images>header h1 {
	font-size: 28px;
}

.archive #content.no-blog-images .header-divider {
	display: none;
}

.archive:not(.woocommerce) #content.no-blog-images #primary {
	width: calc(100% - 40px - 260px - 300px - 40px);
	margin-top: 40px;
}

.archive #content.no-blog-images article.post {
	padding-left: 40px;
	border-left: 1px solid #ddd;
}

.archive #content.no-blog-images article.post:first-of-type {
	padding-top: 0;
}

.archive #content.no-blog-images article.post .post-content-wrapper {
	width: 100%;
}


/* 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;
}

/* ===== 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: 0;
}

/* ===== END Single post ===== */



/* ===== Slick slider ===== */

.slick-slider {
	padding-right: 20px;
	padding-left: 20px;
}

.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: 22px;
	color: #fff;
	background-color: #000;
	border-radius: 50%;
}

.slick-prev {
	left: 0;
	padding-right: 2px;
	transform: translateX(-50%);
}

.slick-next {
	right: 0;
	padding-left: 2px;
	transform: translateX(50%);
}

.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 !important;
	outline: none;
}

/* ===== END Slick slider ===== */



/* ===== "Anmeldelser" CPT slick slider ===== */

.stom-anmeldelse-wrapper,
.stom-anmeldelse-wrapper.slick-dotted {
	margin-bottom: calc(20px + 1.5em);
}

.stom-anmeldelse-wrapper:last-child,
.stom-anmeldelse-wrapper.slick-dotted:last-child {
	margin-bottom: 20px;
}

/* ===== END "Anmeldelser" CPT slick slider ===== */



/* ===== Single page ===== */

body.page:not(.woocommerce-checkout) .entry-header {
	margin-bottom: 40px;
}

/* ===== END Single page ===== */



/* ===== Custom section general ===== */

.section-wrap {
	background-position: center center;
	background-repeat: no-repeat;
}

.section-wrap .section {
	padding: 50px 0;
}

.section-wrap:not(.stom-grid-section) .section:after {
	content: '';
	display: table;
	clear: both;
}

.section-wrap.section-fullpage {
	padding-left: 40px;
	padding-right: 40px;
}

.section-wrap.section-fullpage .section {
	max-width: 1720px;
	padding-left: 0;
	padding-right: 0;
}


/* 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 ===== */

.section-map .map-container {
	line-height: 0;
}

.section-map.maps-optimize {
	position: relative;
	line-height: 0;
	overflow: visible;
}

.maps-optimize .section,
.small-maps .section {
	padding: 0;
}

.google-maps-canvas {
	height: 100%;
	width: 100%;
}

.google-maps-canvas-wrapper {
	height: 420px;
}

.maps-optimize .google-maps-canvas {
	height: 100%;
}

.google-maps-canvas-wrapper>.maps-infowindow {
	display: none;
}

.maps-infowindow {
	margin: 10px;
}

.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: 20px;
}

.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 .section {
	padding: 0;
}

.stom-billede-sektion .stom-picture {
	position: absolute;
	width: 50%;
	min-height: 1px;
	line-height: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.stom-billede-sektion.not-fullwidth .stom-picture {
	position: static;
}

.stom-billede-sektion.picture-right.not-fullwidth .stom-picture {
	float: right;
}

.stom-billede-sektion .stom-picture img {
	visibility: hidden;
}

.stom-billede-sektion.picture-left .stom-cols-6 {
	float: right;
	margin-right: 0px;
	position: relative;
}

.stom-billede-sektion .stom-cols-6 {
	display: table;
	width: 47%;
	padding: 20px 0;
}

.stom-billede-sektion .stom-center-box {
	display: table-cell;
	/*padding: 20px 0;*/
	vertical-align: middle;
}

/* ===== END "Billede & Tekst" custom section ===== */



/* ===== "Pop-up" custom section ===== */

.modal-content {
	display: none !important;
}

.st-modal-overlay-outer.from-left {
	transform: translate(-100%, 0);
	transition: all 0.5s;
}

.st-modal-overlay-outer.from-top {
	transform: translate(0, -100%);
	transition: all 0.5s;
}

.st-modal-overlay-outer.from-right {
	transform: translate(100%, 0);
	transition: all 0.5s;
}

.st-modal-overlay-outer.from-bottom {
	transform: translate(0, 100%);
	transition: all 0.5s;
}

.st-modal-overlay-outer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(256, 256, 256, 0.95);
	opacity: 0;
	transition: all 0.5s;
}

.st-modal-overlay-outer.st-modal-opaque {
	opacity: 1;
	transform: translate(0, 0);
	transition: all 0.5s;
}

.st-modal-overlay-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.st-modal-overlay-content {
	display: inline-block;
	background: #fbfbfb;
	border: 1px solid #eee;
	box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.3);
	padding: 1rem;
	position: relative;
}

.st-modal-overlay-content .wp-video {
	width: auto !important;
}

.st-modal-overlay-content .wp-video .mejs-container {
	width: auto !important;
	height: auto !important;
}

.st-modal-overlay-content .wp-video .mejs-mediaelement {
	position: relative;
}

.st-modal-overlay-content .wp-video .mejs-mediaelement .wp-video-shortcode {
	width: auto !important;
	height: auto !important;
}

.st-modal-overlay-content .wp-video .mejs-overlay.mejs-layer {
	width: 100% !important;
	height: 100% !important;
}

.st-modal-string {
	min-height: 310px;
	min-width: 310px;
}

.st-modal-string iframe {
	min-height: 310px;
	min-width: 310px;
}

.st-modal-close-btn {
	position: absolute;
	right: -1px;
	top: -1px;
	padding: 8px 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

button#st-modal-close-btn:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00d";
	font-size: 20px;
	line-height: 1;
}

/* ===== END "Pop-up" custom section ===== */



/* ===== "Kalender" CPT ===== */

article.type-kalender {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

article.type-kalender:not(:last-of-type) {
	margin-bottom: 2.5%;
	padding-bottom: 2.5%;
	border-bottom: 1px solid #ddd;
}

article.type-kalender .date-tag {
	flex-basis: 11%;
	padding: 0;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	background-color: #2C3F46;
	text-align: center;
}

article.type-kalender .date-tag .date-tag-content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1.2;
	text-transform: capitalize;
}

article.type-kalender .date-tag .date-to {
	display: block;
}

article.type-kalender .post-featured_img {
	flex-basis: 23%;
	font-size: 1rem;
	vertical-align: top;
	line-height: 0;
}

article.type-kalender .post-featured_img img {
	height: 218px;
	object-fit: cover;
}

article.type-kalender .post-content-wrapper {
	flex-basis: 66%;
	font-size: 1rem;
	vertical-align: top;
}

article.type-kalender .post-content-wrapper header.entry-header {
	margin: 0 0 0 1.5em;
	text-align: inherit;
	border: none;
	line-height: 1;
}

article.type-kalender .post-content-wrapper h2.entry-title {
	margin: 0 0 15px;
}

article.type-kalender .post-content-wrapper .entry-content {
	margin-left: 1.5em;
	margin-top: 0;
}

article.type-kalender .post-content-wrapper .entry-content .readmore {
	display: inline-block;
	padding: .3em 1em;
	color: #fff;
	background-color: #2C3F46;
	text-decoration: none;
}


.blog-info.kalender-info {
	position: relative;
}

.blog-dato {
	background: #2C3F46;
	min-width: 80px;
	transition: 0.3s;
	padding: 14px 11px 10px;
	text-align: center;
}

.blog-image+.blog-dato {
	position: absolute;
	top: 0;
	left: 0;
}

.blog-dato h3 {
	margin: 0;
	padding: 0 12px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
}

.kalender-container .blog-image {
	margin-bottom: 15px;
	text-align: inherit;
}

.kalender-container .blog-title {
	text-align: center;
}


/* 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 20px;
	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 "center_small" ===== */

.stom-center-small {
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
}

/* ===== END Shortcode "center_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-center-small .gform_wrapper .gform_body {
	text-align: left;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_body {
	padding-top: 20px;
}

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: inherit;
}

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% !important;
	margin: 10px 0 0 !important;
}

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% !important;
}

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 !important;
}

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 20px;
	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 .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 .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 .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-center-small .gform_wrapper,
body.stom-gform-legacy .stom-center-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-center-small.halfsized-overflowing-map .gform_wrapper {
	padding: 30px 0;
}

body.stom-gform-legacy .stom-center-small .gform_confirmation_wrapper,
body.stom-gform-legacy #secondary .gform_confirmation_wrapper {
	text-align: center;
}

body.stom-gform-legacy .stom-center-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-center-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-center-small .gform_wrapper .gform_heading,
body.stom-gform-legacy #secondary .gform_wrapper .gform_heading {
	margin: 0 0 15px;
}

body.stom-gform-legacy .stom-center-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: 20px;
	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% - (20px * 1)) / 2);
}

.grid-columns-wrapper .columns-3 {
	width: calc((100% - (20px * 2)) / 3);
}

.grid-columns-wrapper .columns-4 {
	width: calc((100% - (20px * 3)) / 4);
}

.grid-columns-wrapper .columns-5 {
	width: calc((100% - (20px * 4)) / 5);
}

.grid-columns-wrapper .columns-6 {
	width: calc((100% - (20px * 5)) / 6);
}

.grid-columns-wrapper .columns-7 {
	width: calc((100% - (20px * 6)) / 7);
}

.grid-columns-wrapper .columns-8 {
	width: calc((100% - (20px * 7)) / 8);
}

.grid-columns-wrapper .columns-9 {
	width: calc((100% - (20px * 8)) / 9);
}

.grid-columns-wrapper .columns-10 {
	width: calc((100% - (20px * 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-grid-section .section .grid-elements {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.stom-grid-section .section .grid-element {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background-size: cover;
}

.stom-grid-section .section.columns-1 .grid-element {
	width: 100%;
}

.stom-grid-section .section.columns-2 .grid-element {
	width: calc((100% - (20px * 1)) / 2);
}

.stom-grid-section .section.columns-3 .grid-element {
	width: calc((100% - (20px * 2)) / 3);
}

.stom-grid-section .section.columns-4 .grid-element {
	width: calc((100% - (20px * 3)) / 4);
}

.stom-grid-section .section.columns-5 .grid-element {
	width: calc((100% - (20px * 4)) / 5);
}

.stom-grid-section .section.columns-6 .grid-element {
	width: calc((100% - (20px * 5)) / 6);
}

.stom-grid-section .section.columns-7 .grid-element {
	width: calc((100% - (20px * 6)) / 7);
}

.stom-grid-section .section.columns-8 .grid-element {
	width: calc((100% - (20px * 7)) / 8);
}

.stom-grid-section .section.columns-9 .grid-element {
	width: calc((100% - (20px * 8)) / 9);
}

.stom-grid-section .section.columns-10 .grid-element {
	width: calc((100% - (20px * 9)) / 10);
}

.stom-grid-section .section.columns-11 .grid-element {
	width: calc((100% - (20px * 10)) / 11);
}

.stom-grid-section .section.columns-12 .grid-element {
	width: calc((100% - (20px * 11)) / 12);
}

/*
.stom-grid-section.section-fullpage .section.columns-2  .grid-element { width: calc((100% - (40px * 1))  / 2);  }
.stom-grid-section.section-fullpage .section.columns-3  .grid-element { width: calc((100% - (40px * 2))  / 3);  }
.stom-grid-section.section-fullpage .section.columns-4  .grid-element { width: calc((100% - (40px * 3))  / 4);  }
.stom-grid-section.section-fullpage .section.columns-5  .grid-element { width: calc((100% - (40px * 4))  / 5);  }
.stom-grid-section.section-fullpage .section.columns-6  .grid-element { width: calc((100% - (40px * 5))  / 6);  }
.stom-grid-section.section-fullpage .section.columns-7  .grid-element { width: calc((100% - (40px * 6))  / 7);  }
.stom-grid-section.section-fullpage .section.columns-8  .grid-element { width: calc((100% - (40px * 7))  / 8);  }
.stom-grid-section.section-fullpage .section.columns-9  .grid-element { width: calc((100% - (40px * 8))  / 9);  }
.stom-grid-section.section-fullpage .section.columns-10 .grid-element { width: calc((100% - (40px * 9))  / 10); }
.stom-grid-section.section-fullpage .section.columns-11 .grid-element { width: calc((100% - (40px * 10)) / 11); }
.stom-grid-section.section-fullpage .section.columns-12 .grid-element { width: calc((100% - (40px * 11)) / 12); }
*/

.stom-grid-section .section .grid-element .full-element-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: transparent;
	z-index: 5;
}

.stom-grid-section .section .grid-element>img {
	width: 100%;

}

.stom-grid-section .section .grid-element img~.overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.stom-grid-section .section .grid-element .overlay {
	flex-grow: 1;
	padding: 20px;
}

.stom-grid-section.section-fullpage .grid-element .overlay {
	padding: 40px;
}

.stom-grid-section.section-fullpage .grid-element .full-element-link~.overlay .stom-button {
	position: relative;
	z-index: 10;
}

.template-grid-section h2 {
	margin: 0;
}

/* ===== 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: 15px;
}


/* Search widget */
.widget-area .widget_search .widget-title {
	display: block;
	margin-bottom: 15px;
}

.widget-area .widget_search .search-form label {
	font-size: 0;
}

.widget-area .widget_search .search-field,
.widget-area .widget_search .search-submit {
	display: inline-block;
	font-size: 13px;
	line-height: normal;
	border-radius: 0;
	-webkit-appearance: none;
	vertical-align: top;
}

.widget-area .widget_search .search-field {
	width: 77%;
	padding: 5px 10px;
}

.widget-area .widget_search .search-submit {
	width: 23%;
	padding: 5px 0;
	border: 1px solid transparent;
}

.widget-area .widget_search .search-submit::-moz-focus-inner {
	border: 0;
}


/* Category widget */
.widget-area .widget_categories ul {
	margin: 0;
	padding: 0;
}

.widget-area .widget_categories ul li {
	display: block;
	background-color: #fff;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
	list-style: none;
}

.widget-area .widget_categories ul li:last-of-type {
	border-bottom-width: 1px;
}

.widget-area .widget_categories ul li a {
	display: inline-block;
	padding: 5px 0 5px 8px;
}

.widget-area .widget_categories ul li.current-cat {
	background-color: #f1f1f1;
}


/* Stom_posts widget */
.widget-area .widget .stom-posts .stom-post-wrapper:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.widget-area .widget .stom-posts+p {
	margin: 0;
}

/* ===== END Sidebar widgets ===== */



/* ===== Search page ===== */

.search #content>header {
	margin: 30px 0 20px;
}

.search #content>header h1 {
	margin: 0;
	line-height: 1.15;
	word-break: break-word;
}

.search .header-divider {
	margin: 30px 0 0;
	background-color: #ddd;
}

.search #primary {
	margin-top: 0;
}

.search #main article {
	margin: 0;
	padding: 30px 0;
	border-top: 1px solid #ddd;
}

.search #main article:first-of-type {
	border-top: none;
}

.search #main article:last-of-type {
	border-bottom: 1px solid #ddd;
}

.search #main article h2.entry-title {
	margin-top: 0;
	font-size: 1.7em;
}

.search #main article .posted-on a {
	color: #2c3f46;
	font-weight: bold;
	text-decoration: none;
}

.search #main article .entry-summary>p:last-of-type {
	margin-bottom: 0;
}

#main .navigation.posts-navigation {
	margin: 30px 0;
}

.search #secondary {
	margin: 30px 0;
}

.search #secondary .widget:last-of-type {
	margin-bottom: 0;
}


.search #primary .search-form label {
	font-size: 0;
}

.search #primary .search-field,
.search #primary .search-submit {
	display: inline-block;
	font-size: 13px;
	line-height: normal;
	border-radius: 0;
	-webkit-appearance: none;
	vertical-align: top;
}

.search #primary .search-field {
	padding: 8px 10px;
}

.search #primary .search-submit {
	padding: 8px 15px;
	border: 1px solid transparent;
}

.search #primary .search-submit::-moz-focus-inner {
	border: 0;
}

/* ===== END Search 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: 7px 20px;
	font-size: 20px;
	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 ===== */



/* ===== "betingelser" pages ===== */

.stom-terms-page #primary h2 {
	font-size: 35px;
}

/* ===== END "betingelser" pages ===== */



/* ===== 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 {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 11px 10px 5px #000;
	z-index: 50;
}

#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: block;
	padding: 18px 5px;
	padding-bottom: calc(18px + (env(safe-area-inset-bottom) / 2));
	text-align: center;
}

#number-three-sticky-mobile-cta .cta-container .stom-button:not(:last-child) a {
	border-right: 1px solid rgba(0, 0, 0, .2);
}

/* ===== END STOM Sticky Mobile CTA links ===== */