/*
Theme Name: Number Three One - Child
Theme URI: https://standoutmedia.dk/
Author: Standoutmedia A/S
Author URI: https://standoutmedia.dk/
Description: Et helt specielt Standoutmedia Tema
Template: number-three-one
Text Domain: number-three-child
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


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

:root {
    /* Font sizes */
    --h1: 50px;
    --h2: 50px;
    --h3: 25px;
    --h4: 22px;
    --h5: 16px;
    --h6: 14px;
    --p: 18px;

    /* Gaps */
    --gap-l: 90px;
    --gap-m: 40px;
    --gap-s: 20px;

    /* font families */
    --h-fam: 'Poppins', sans-serif;
    --p-fam: 'Poppins', sans-serif;
    --btn-fam: var(--p-fam);

    /* colors */
    --color-1: #005296;
    --color-2: #084980;
	--color-3: #d87001;
	--color-4: #b5630b;
    --color-bg: #fcfaf8;
    --color-text: #182625;
    --color-dark: #182625;
    --color-overlay: rgb(0 0 0 / 45%);

    /* transitions */
    --transition: .175s ease-out;

    /* Margin on the right and left of the main content sections (change 0 to 1 to match template distances)*/
    --content-margin: calc(0 * var(--gap-m));
    --slider-text-width: 960px;
    
    /* Theme defined variables from PHP */
    --content-width: initial;
    --sidebar-width: initial;
    /* END Theme defined variables from PHP */
}


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


/*======================================================================//
// style.css                                                            //
//======================================================================*/


/* Generel */
html {
	scroll-behavior: smooth;
}

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

html, body, input, select, optgroup, textarea {
	font-weight: 400;
	/* line-height: 1.25; */
	line-height: 1.5;
}

h1 {
	font-weight: 500;
	line-height: 1.25;
}

h1 {
	font-weight: 500;
}

h2, h3, h4, h5, h6 {
	font-weight: 400;
}

b, strong {
	font-weight: 600;
}

p {
	margin: 0 0 1.25em;
}

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

ul li::marker {
	color: var(--color-3);
}

.stom-billede-sektion .section {
	max-width: 1740px;
}

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

.stom-grid-section .grid-element .overlay {
	justify-content: flex-start;
}

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

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

.section-wrap.section-fullpage .section {
	padding-left:  var(--gap-l);
	padding-right: var(--gap-l);
}

.overlap-image.stom-billede-sektion .stom-cols-6 {
	background-color: var(--color-bg);
}

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

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

.stom-button a {
	font-size: var(--p);
	font-weight: 400;
	border-radius: 25rem;
	padding: 10px 25px;
}

.stom-button.inline:not(:last-of-type) {
	margin-right: 15px;
}

.stom-button.orange a {
	background-color: var(--color-3);
}

.stom-button.orange a:hover {
	background-color: var(--color-4);
}

.stom-button.grey a {
	border-color: #e7e7e7;
	background-color: #e7e7e7;
	color: var(--color-1);
}

.stom-button.grey a:hover {
	border-color: #c9c9c9;
	background-color: #c9c9c9;
}

span.read-more a {
	font-size: var(--p);
	font-weight: 500;
	text-decoration: none;
	
	display: flex;
	align-items: center;
}

span.read-more a .stom-custom-svg {
	font-size: 21px;
	line-height: 0;
	margin-left: .5em;
	color: var(--color-3);
}

.section-wrap.split-section .section .grid-elements {
	grid-row-gap: var(--gap-s);
}

.section-wrap.split-section .section .grid-elements .grid-element .overlay > h2 {
	color: var(--color-1);
}

body.narrow-content #main-content .section-wrap .section,
body.narrow-content #main-content #content {
	/* max-width: 950px; */
	max-width: 1030px;
	margin-inline: auto;
	padding-inline: var(--gap-m);
}

/* Logo + Menu */
.site-branding #logo img, 
.site-branding #logo svg {
	max-width: 140px;
	max-height: 140px;
}

.style-header-02 .site-branding #logo {
	position: absolute;
	top: 0;
	left: 0;
	float: none;
}

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

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

.style-header-02 > .top-bar {
	display: none;
}

.style-header-02 .header-wrapper {
	max-width: 100%;
	padding-inline: 0;
	/* padding-inline: var(--gap-l); */
}

.style-header-02 .header-wrapper .site-branding {
	flex-grow: 0;
	z-index: 5;
	position: relative;
	
	left: var(--gap-l);
}

.style-header-02 .header-inner .nav-wrap .main-navigation {
	display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto 1fr;
    /* gap: 0 30px; */
	gap: 0;
    grid-template-areas:
        "topbar topbar topbar"
        "mainnav socials cta";
}

.style-header-02 .header-inner {
	width: 100%;
	/* margin: 10px 0 10px 175px; */
}

.style-header-02 .header-inner .nav-wrap .main-navigation .top-bar {
	grid-area: topbar;
	margin-inline: 0;
	
	padding-left: 290px;
}

.style-header-02 .header-inner .nav-wrap .main-navigation .top-bar .section {
	justify-content: space-between;
	max-width: none;
	padding: 0 0;
	width: 100%;
}

.style-header-02 .header-inner .nav-wrap .main-navigation .top-bar .section:after {
	display: none;
}

.style-header-02 .header-inner .nav-wrap .main-navigation .menu-container {
	background-color: var(--color-1);
}

#header-top-section .section .button-wrapper {
	display: inherit;
}

#header-top-section .section .button-wrapper .stom-button {
	margin-right: 0;
}

#header-top-section .section .button-wrapper .stom-button:last-of-type {
	border-right: 1px solid var(--color-2);
}

#header-top-section .section .button-wrapper .stom-button a {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	border-radius: 0;
	border: none;
	height: 78px;
	min-width: 180px;
	padding: 10px 20px;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

#header-top-section .section .button-wrapper .stom-button a .stom-custom-svg {
	line-height: 0;
	margin-right: .25em;
	
}

#header-top-section .section .button-wrapper .stom-button.white a {
	font-weight: 500;
	background-color: var(--color-bg);
	color: var(--color-1);
}

#header-top-section .section .button-wrapper .stom-button.white a:hover {
	background-color: #e7e7e7;
}

#header-top-section .section .button-wrapper .stom-button.orange a .stom-custom-svg {
	font-size: 22px;
}

#header-top-section .section .button-wrapper .stom-button.white a .stom-custom-svg {
	font-size: 35px;
}

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

header .main-navigation ul.menu a {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}

header .main-navigation ul.menu a .stom-menu-item-arrow {
	font-size: 12px;
	opacity: 1;
	margin-left: .5em;
}

#primary-menu {
	padding-left: calc(290px - 1.5em);
}

#primary-menu li.menu-item-has-children ul.sub-menu {
	padding-block: .7em;
}

#primary-menu li.menu-item-has-children ul.sub-menu li.menu-item a {
	font-size: 14px;
	width: 350px;
	color: initial;
	justify-content: space-between;
	transition: var(--transition);
}

#primary-menu li.menu-item-has-children ul.sub-menu li.menu-item:hover > a {
	color: var(--color-3);
}

header .main-navigation ul.menu ul a .stom-menu-item-arrow {
	color: var(--color-1);
}

.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 {
	background-color: #fff;
	height: 2px;
	width: 40px;
}

/* Header */
.page-slider-section .slider-text {
	background-color: transparent;
	padding: 0 0;
	align-items: flex-end;
}

.page-slider-section .slider-text-inner {
	margin-inline: 0;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper {
	padding: var(--gap-l) var(--gap-l) 0;
	background-color: var(--color-bg);
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper > h1,
.page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-print-title > h1 {
	color: var(--color-1);
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper > p {
	font-size: 20px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper > .stom-button a {
	min-width: 268px;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper > .stom-button a .stom-custom-svg {
	font-size: 19px;
	line-height: 0;
	margin-left: .5em;
}


/* Frontpage */
.job-section,
.member-text-section,
.logo-section,
.shortcuts-section,
.news-split-section,
.stom-billede-sektion,
.contact-footer-section {
	margin-top: calc(var(--gap-l) * 2) !important;
}

.job-section .section > h2 {
	margin-bottom: var(--gap-m);
}


.positions-section .section .grid-elements {
	gap: 0;
}

.positions-section .section .grid-elements .grid-element.image .overlay {
	height: 100%;
}

.positions-section .section .grid-elements .grid-element.image .overlay > p:first-of-type {
	margin: 0;
	line-height: 0;
	height: 100%;
}

.positions-section .section .grid-elements .grid-element.image .overlay > p:first-of-type img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.positions-section .section .grid-elements .grid-element.content .overlay .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.positions-section .section .grid-elements .grid-element.content .overlay .heading span.read-more a {
	font-size: 20px;
	font-weight: 300;
}

.positions-section .section .grid-elements .grid-element.content .overlay .heading span.read-more a .stom-custom-svg {
	color: #fff;
}

.positions-section .section .grid-elements .grid-element.content .overlay .post-wrapper .post {
	border-color: #fff;
}

.positions-section .section .grid-elements .grid-element.content .overlay .post-wrapper .post .post-date {
	color: #fff;
	font-size: 20px;
}

.positions-section .section .grid-elements .grid-element.content .overlay .post-wrapper .post .post-title {
	display: block;
	font-weight: 300;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	min-height: 65px;
}

.positions-section .section .grid-elements .grid-element.content .overlay .post-wrapper .post .read-more a {
	font-size: 20px;
	font-weight: 300;
	justify-content: flex-end;
	transition: var(--transition);
}

.positions-section .section .grid-elements .grid-element.content .overlay .post-wrapper .post .read-more a:hover {
	
}

.positions-section .section .grid-elements .grid-element.content .overlay .post-wrapper .post .read-more a .stom-custom-svg {
	color: #fff;
}

.member-text-section .section .grid-elements .grid-element.content .overlay > ul {
	padding-left: 1.5em;
}

.member-text-section .section .grid-elements .grid-element.content .overlay > ul li:not(:last-of-type) {
	margin-bottom: 10px;
}

.logo-section .section > h2 {
	font-size: 60px;
	margin-bottom: 50px;
}

.logo-section .section .stom-logo-slider > ul .slick-list .slick-track {
	display: flex;
	align-items: center;
}

.logo-section .section .stom-logo-slider > ul .slick-list .slick-track .slick-slide > img {
	margin-inline: auto;
}

.logo-section .section .stom-logo-slider > ul .slick-prev {
	left: 0;
}

.logo-section .section .stom-logo-slider > ul .slick-next {
	right: 0;
}

.logo-section .section .stom-logo-slider > ul .slick-arrow {
	background-color: transparent;
	box-shadow: none;
}

.shortcuts-section {
	background-size: cover;
}

.shortcuts-section.has-background {
	background-position: left;
	padding-inline: 0;
}

.shortcuts-section.has-background .section {
	padding-block-end: 0;
}

.shortcuts-section.has-background .section .grid-elements {
	grid-template-columns: 2fr 1fr;
}

.shortcuts-section .section .grid-elements .grid-element.shortcuts {
	padding-bottom: calc(var(--gap-l) * 2);
}

.shortcuts-section .section .grid-elements .grid-element.shortcuts .overlay {
	display: block;
}

.shortcuts-section .section .grid-elements .grid-element.shortcuts .overlay > p {
	max-width: 850px;
	font-size: 20px;
}

.shortcuts-section .section .grid-elements .grid-element.shortcuts .overlay > ul {
	padding-left: 0;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 50px;
}

.shortcuts-section .section .grid-elements .grid-element.shortcuts .overlay > ul li {
	list-style-type: none;
}

.shortcuts-section .section .grid-elements .grid-element.shortcuts .overlay > ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background-color: var(--color-bg);
	/* font-size: var(--h3); */
	font-size: 1.25vw;
	color: #182625;
	text-decoration: none;
	padding: 30px;
}

.shortcuts-section .section .grid-elements .grid-element.shortcuts .overlay > ul li a .stom-custom-svg {
	font-size: 24px;
	color: var(--color-3);
	line-height: 0;
	transition: var(--transition);
}

.shortcuts-section .section .grid-elements .grid-element.shortcuts .overlay > ul li a .stom-custom-svg:first-of-type {
	font-size: 30px;
	margin-right: .5em;
}

.shortcuts-section .section .grid-elements .grid-element.shortcuts .overlay > ul li a .stom-custom-svg:last-of-type {
	margin-left: auto;
}


.shortcuts-section .section .grid-elements .grid-element.shortcuts .overlay > ul li a:hover .stom-custom-svg {
	margin-right: .5em;
}

.shortcuts-section .section .grid-elements .grid-element.faq .overlay {
	/* padding-right: 0; */
	padding: var(--gap-l) 70px; 
}

.shortcuts-section .section .grid-elements .grid-element.faq .overlay > h3 {
	font-size: 30px;
	font-weight: 600;
	color: var(--color-1);
	margin-bottom: 50px;
}

.shortcuts-section .section .grid-elements .grid-element.faq .overlay > ul {
	padding-left: 0;
}

.shortcuts-section .section .grid-elements .grid-element.faq .overlay > ul li {
	list-style-type: none;
	border-bottom: 1px solid var(--color-1);
	/*
	margin-bottom: 26px;
	padding-bottom: 26px;
	*/
}

.shortcuts-section .section .grid-elements .grid-element.faq .overlay > ul li:not(:first-of-type) a {
	padding-top: 26px;
}

.shortcuts-section .section .grid-elements .grid-element.faq .overlay > ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	transition: var(--transition);
	/* font-size: 20px; */
	font-size: .9vw;
	padding-bottom: 26px;
}

.shortcuts-section .section .grid-elements .grid-element.faq .overlay > ul li a:hover {
	color: var(--color-3);
}

.shortcuts-section .section .grid-elements .grid-element.faq .overlay > ul li a .stom-custom-svg {
	font-size: 19px;
	color: var(--color-1);
	line-height: 0;
}

.news-split-section .section .grid-elements {
	gap: 0;
}

.news-split-section .section .grid-elements .grid-element .overlay > h2 {
	margin-bottom: 20px;
}

.news-split-section .section .grid-elements .grid-element.calendar .overlay .post-wrapper .post {
	border-color: #fff;
}

.news-split-section .section .grid-elements .grid-element.calendar .overlay .post-wrapper .post .post-date {
	color: #fff;
}

.news-split-section .section .grid-elements .grid-element.calendar .overlay span.read-more a .stom-custom-svg {
	color: #fff;
}

.news-split-section .section .grid-elements .grid-element .overlay .read-more {
	margin-top: var(--gap-s);
}

.news-split-section .section .grid-elements .grid-element .overlay .read-more a {
	font-size: 20px;
	justify-content: flex-start;
}

.news-split-section .section .grid-elements .grid-element .overlay .read-more a:hover {
	text-decoration: underline;
}

.news-split-section .section .grid-elements .grid-element .overlay .post-wrapper .post {
	position: relative;
	margin-top: 25px;
}

.news-split-section .section .grid-elements .grid-element .overlay .post-wrapper .post .content {
	position: relative;
}

.news-split-section .section .grid-elements .grid-element .overlay .post-wrapper .post .content > a.full-element-link {
	
}

.news-split-section .section .grid-elements .grid-element .overlay .post-wrapper .post .content .post-title {
	transition: var(--transition);
}

.news-split-section .section .grid-elements .grid-element .overlay .post-wrapper .post .content:hover .post-title {
	opacity: .5;
}

.news-split-section .section .grid-elements .grid-element .overlay .post-wrapper .post .content > .content {
	min-height: 68px;
}

.news-split-section .section .grid-elements .grid-element .overlay > .read-more {
	margin-top: 55px;
}

.news-split-section .section .grid-elements .grid-element .overlay > .read-more a {
	justify-content: flex-end;
}

.news-split-section .section .grid-elements .grid-element .overlay > .read-more a:hover {
	text-decoration: underline;
}

/* Subpages */
body:not(.home) #main-content .entry-content > h2,
body:not(.home) #main-content .entry-content > h3 {
	font-size: 30px;
	color: var(--color-1);
}

body:not(.home) #main-content .entry-content > p a {
	color: var(--color-1);
	transition: var(--transition);
}

body:not(.home) #main-content .entry-content > p a:hover {
	color: var(--color-3);
}

body:not(.home) #main-content .entry-content > ul {
	/* margin-bottom: 2.5em; */
}

body:not(.home) #main-content .entry-content > ul li:not(:last-of-type) {
	margin-bottom: 6px;
}

body:not(.home) #main-content .entry-content > ul li a {
	text-decoration: none;
	color: var(--color-1);
	transition: var(--transition);
}

body:not(.home) #main-content .entry-content > ul li a:hover {
	text-decoration: underline;
}

body:not(.home) .page-slider-section .slide-element {
	line-height: 0;
}

body:not(.home) #main-content .stom-grid-section .section .grid-elements {
	gap: var(--gap-m);
}

body:not(.home) #main-content .stom-grid-section .section .grid-elements .grid-element .overlay > p a {
	color: var(--color-1);
	transition: var(--transition);
}

body:not(.home) #main-content .stom-grid-section .section .grid-elements .grid-element .overlay > p a:hover {
	color: var(--color-3);
}

body:not(.home) #main-content .stom-grid-section .section .grid-elements .grid-element.has-background .overlay {
	padding: var(--gap-m);
}

body:not(.home) .union-section:not(:first-of-type) {
	margin-top: var(--gap-m);
}

body:not(.home) .section-wrap.clear.facebook-section {
	margin-top: var(--gap-l);
}

body:not(.home) .section-wrap.clear.member-breaker-section {
	margin-top: var(--gap-l);
}

.section-wrap.clear.facebook-section .section > h2 {
	text-align: center;
	margin-bottom: var(--gap-m);
}

#cff.cff-masonry {
	margin-bottom: 0;
}

.union-section .section .grid-elements {
	gap: 0 !important;
}

.union-section .section .grid-elements .grid-element.heading .overlay {
	padding: var(--gap-s) var(--gap-m) !important;
}

.union-section .section .grid-elements .grid-element.heading .overlay > h2 {
	font-size: var(--h3);
}

.loensats-section .section .grid-elements {
	grid-column-gap: var(--gap-s);
	grid-row-gap: var(--gap-s);
}

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

.loensats-section .section .grid-elements .grid-element .overlay > h3 {
	color: var(--color-1);
}

.adress-section .section .grid-elements .grid-element:not(.heading) {
	border-bottom: 1px solid var(--color-1);
	padding-bottom: var(--gap-m);
}

.sponsor-section .section .grid-elements .grid-element .overlay {
	justify-content: center;
}

.sponsor-section .section .grid-elements .grid-element .overlay > h2 {
	color: var(--color-1);
}

.sponsor-section .section .grid-elements .grid-element {
	transition: var(--transition);
}

.sponsor-section .section .grid-elements .grid-element:not(.heading):hover {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.faq-section .section > h3,
.faq-section .section div > h3 {
	font-size: 30px;
	color: var(--color-1);
}

.faq-section .section ul li a {
	text-decoration: none;
	color: var(--color-1);
	transition: var(--transition);
}

.faq-section .section ul li a:hover {
	text-decoration: underline;
}

.faq-section .section ul li:not(:last-of-type) {
	margin-bottom: 6px;
}

/* Bestyrelse template */
body.page-template-page-bestyrelsen {
	
}

body.page-template-page-bestyrelsen #main-content #content #primary #main article:not(:last-of-type) {
	margin-bottom: var(--gap-m);
    border-bottom: 1px solid;
    padding-bottom: var(--gap-m);
}

body.page-template-page-bestyrelsen #main-content #content #primary #main article > .post-content-wrapper {
	margin-top: var(--gap-s);
}

body.page-template-page-bestyrelsen #main-content #content #primary #main article > .post-content-wrapper .entry-header .entry-title {
	font-size: 30px;
	color: var(--color-1);
	margin-bottom: 4px;
}

body.page-template-page-bestyrelsen #main-content #content #primary #main article > .post-content-wrapper .entry-header .entry-meta {
	font-size: 16px;
    font-family: 'DM Mono', monospace;
    font-style: normal;
	color: var(--color-1);
    margin-top: 0;
}

body.page-template-page-bestyrelsen #main-content #content #primary #main article > .post-content-wrapper > .stom-button {
	margin-top: var(--gap-m);
}

body.single-post #content {
	max-width: 1030px;
    margin-inline: auto;
    padding-inline: var(--gap-m);
	margin-top: var(--gap-l);
}

body.single-post .entry-content > h3 {
	
}

.single .navigation.post-navigation {
	margin-top: var(--gap-l);
}

/* Timeline */
.stom-timeline table,
.stom-timeline table tbody tr td {
	border: none;
}

.stom-timeline table tbody tr {
	border-bottom: 1px solid var(--color-1);
}

.stom-timeline table tbody tr td {
	font-size: 14px;
	padding: 20px 15px;
}

.stom-timeline table tbody tr td:first-of-type {
	border-right: 1px solid var(--color-1);
	font-weight: 600;
	vertical-align: top;
}

.stom-timeline table tbody tr:nth-child(odd) {
	background-color: #f4f4f4;
}

/* [mere] */
.mere-tekst-wrapper > button {
	font-size: var(--p);
	color: var(--color-3);
	padding: 8px 0;
	background-color: transparent;
	border-left: none;
	border-right: none;
	border-top: none;
}

.mere-tekst-wrapper > .mere-tekst {
	background-color: #e6e6e6;
	padding: var(--gap-m);
	font-size: 14px;
}


/* Price */
.stom-price-table {
	margin-block: var(--gap-m);
}

.stom-price-table > h3 {
	font-size: 30px;
	color: var(--color-1);
}

.stom-price-table table,
.stom-price-table table tbody tr td,
.stom-price-table table tbody tr th {
	border: none;
}

.stom-price-table table tbody tr:not(:first-of-type) {
	border-bottom: 1px solid var(--color-1);
}

.stom-price-table table tbody tr td,
.stom-price-table table tbody tr th {
	font-size: 14px;
	padding: 15px 15px;
}

.stom-price-table table tbody tr th {
	background-color: var(--color-1);
	color: #fff;
}

/* Colophon - top */
.contact-footer-section.has-background {
	background-size: cover;
	padding-inline: 0;
}

.contact-footer-section .section .grid-elements .grid-element.content .overlay > p {
	font-size: 19px;
}

.member-breaker-section.has-background .section {
	padding-block: var(--gap-s);
}

.member-breaker-section.has-background .section:after {
	display: none;
}

.member-breaker-section .section .content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.member-breaker-section .section .content > h3 {
	font-weight: 400;
	margin-bottom: 0;
}

/* Jobopslag - grid */
.post-wrapper.stillingsopslag {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: start;
}

.post-wrapper.stillingsopslag .post {
	margin-top: 0 !important;
	padding-top: 0;
	border: none;
	background-color: #fff;	
	transition: var(--transition);
	position: relative;
}

.post-wrapper.stillingsopslag .post > a.full-element-link {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
    z-index: 5;
}

.post-wrapper.stillingsopslag .post:hover {
	background-color: #f2f2f2;
}

.post-wrapper.stillingsopslag .post .content {
	padding: 30px;
}

.post-wrapper.stillingsopslag .post:not(:last-of-type) {
	border-right: 1px solid var(--color-1);
}

.post-wrapper.stillingsopslag .post .content .post-date {
	font-size: 16px;
}

.post-wrapper.stillingsopslag .post .content .post-title {
	display: block;
	font-size: 20px;
	margin-bottom: 0;
	
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	min-height: 52px;
}

.post-wrapper.stillingsopslag .post .content .read-more {
	display: block;
	margin-top: 20px;
}

.post-wrapper.stillingsopslag .post .content .read-more > a {
	font-weight: 400;
	justify-content: flex-end;
}

.post-wrapper.stillingsopslag .post .content .read-more > a .stom-custom-svg {
	font-size: 17px;
	color: var(--color-1);
	transition: var(--transition);
}

.post-wrapper.stillingsopslag .post .content .read-more > a:hover .stom-custom-svg {
	color: var(--color-3);
}

.post-wrapper.stillingsopslag .post .post-thumbnail {
	height: 170px;
	border-bottom: 1px solid var(--color-1);
	padding: 30px;
	text-align: center;
	
	display: flex;
	align-items: center;
    justify-content: center;
}

.post-wrapper.stillingsopslag .post .post-thumbnail.dummy > img {
	/*filter: grayscale(100%);*/
}

.single .entry-header .entry-title {
	font-size: 30px;
	font-weight: 400;
    color: var(--color-1);
	margin-bottom: 4px;
}

.single .entry-meta {
	font-size: 16px;
	font-family: 'DM Mono', monospace;
	font-style: normal;
    color: var(--color-1);
	margin-top: 0;
}

.post-wrapper.stillingsopslag .post .post-thumbnail > img {
	max-width: 300px;
	/* max-height: 75px; */
	max-height: 95px;
	width: auto;
	height: auto;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
	font-size: var(--p);
    font-weight: 400;
    border-radius: 25rem;
    padding: 10px 25px;
	background-color: var(--color-1);
    border-color: var(--color-1);
    color: #fff;
	transition: var(--transition);
}

.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
	background-color: var(--color-2);
    border-color: var(--color-2);
}

/* Gravity Form */
.gform_wrapper form .gform_body .gform_fields {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gsection {
	margin-top: var(--gap-m);
}

.gform_wrapper form .gform_body .gform_fields .gfield.gsection .gsection_title {
	color: var(--color-1);
	font-weight: 500;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > * {
	font-size: 18px;
	font-weight: 400;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *::placeholder {
	font-size: 20px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_date .datepicker {
	width: 100%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_upload {
	margin-top: 10px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_upload .ginput_container .gform_fileupload_multifile {
	background-color: #fff;
	border-radius: 10px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_upload .ginput_container_fileupload .gfield_description {
	font-size: 12px;
	text-align: center;
	margin-top: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_upload .ginput_container .gform_fileupload_multifile .gpfup .gpfup__droparea {
	border: none;
	height: 54px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_upload .ginput_container .gform_fileupload_multifile .gpfup .gpfup__droparea > div span {
	color: var(--color-1);
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_upload .ginput_container .gform_fileupload_multifile .gpfup .gpfup__droparea > div .gpfup__select-files-container .gpfup__select-files {
	padding: 0;
	border: none;
	background-color: transparent;
	color: var(--color-3);
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_upload .ginput_container .gform_fileupload_multifile .gpfup .gpfup__files div .gpfup__file .gpfup__file-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_upload .ginput_container .gform_fileupload_multifile .gpfup .gpfup__files div .gpfup__file .gpfup__file-info > .gpfup__filename {
	font-size: 12px;
	color: var(--color-1);
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_upload .ginput_container .gform_fileupload_multifile .gpfup .gpfup__files div .gpfup__file .gpfup__file-info > .gpfup__filesize {
	font-size: 12px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > select option {
	color: initial;
}

.gform_wrapper form .gf_page_steps .gf_step_active .gf_step_number {
	background-color: var(--color-1);
	color: #fff;
}

.gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-inner {
	max-width: none;
	width: 100%;
	background-color: #fff;
	border-radius: 0;
	border-color: #ccc;
}

.gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-description {
	font-size: 14px;
}

.gform_wrapper form .gform_footer {
	margin: 25px 0 0 !important;
}

.gform_wrapper form .gform_footer .gform_button,
.gform_wrapper form .gform_body .gform_page .gform_page_footer .gform_next_button,
.gform_wrapper form .gform_body .gform_page .gform_page_footer .gform_previous_button {
	font-size: calc(var(--p) + 2px);
	font-weight: 300;
	border-radius: 25em;
	border-color: var(--color-3);
	background-color: var(--color-3);
	line-height: 1 !important;
	padding: 16px 36px;
	color: #fff;
}

.gform_wrapper form .gform_body .gform_page .gform_page_footer {
	float: right;
	margin: 25px 0 0;
	display: flex;
	gap: 10px;
}

.gform_wrapper form .gform_footer .gform_button:hover,
.gform_wrapper form .gform_body .gform_page .gform_page_footer .gform_next_button:hover,
.gform_wrapper form .gform_body .gform_page .gform_page_footer .gform_previous_button:hover {
	border-color: var(--color-4);
	background-color: var(--color-4);
}

.gform_wrapper form .gform_body .gform_page .gform_page_footer .gform_button {
	font-size: calc(var(--p) + 2px);
	font-weight: 300;
	border-radius: 25em;
	border-color: var(--color-1);
	background-color: var(--color-1);
	line-height: 1 !important;
	padding: 16px 36px;
	color: #fff;
}

/* Colophon - bottom */
#colophon .section-wrap {
	padding-inline: var(--gap-l);
}

#colophon .section-wrap .section {
	max-width: none;
}

#colophon.footer-setting-02 {
	font-size: 18px;
	color: initial;
	background-color: initial;
}

#colophon.footer-setting-02 .footer-widget-area .section .grid-elements {
	gap: var(--gap-l);
}

#colophon.footer-setting-02 .footer-widget-area .section .grid-elements .grid-element .overlay .footer-widgets .widget .textwidget .aabningstider > p {
	margin-bottom: 10px;
}

#colophon.footer-setting-02 .footer-widget-area .section .grid-elements .grid-element .overlay .footer-widgets .widget .textwidget .aabningstider .aabningstider-list .aabningstider-dage .aabningstider-dag:not(:last-of-type) {
	margin-bottom: 8px;
}

#colophon.footer-setting-02 .footer-widget-area .section .grid-elements .grid-element .overlay .footer-widgets .widget .textwidget >ul.menu li.menu-item:not(:last-of-type) {
	margin-bottom: 3px;
}

#colophon .widget-title {
	font-size: 30px;
	font-weight: 400;
	color: var(--color-1);
	border-bottom: 1px solid var(--color-3);
	padding-bottom: 8px;
    margin-bottom: 18px;
}

.footer-setting-02 .footer-widget-area-site-info .section {
	border-top: 1px solid var(--color-1);
}

#colophon .copyright {
	font-size: 18px;
	font-weight: 400;
}

#colophon .copyright .section .footer-widgets .widget .textwidget {
	display: flex;
	justify-content: space-between;
}

#colophon .copyright .section .footer-widgets .widget .textwidget > ul {
	display: flex;
	align-items: center;
	padding-left: 0;
}

#colophon .copyright .section .footer-widgets .widget .textwidget > ul li {
	list-style-type: none;
}

#colophon .copyright .section .footer-widgets .widget .textwidget > ul li:not(:last-of-type):after {
	content: '|';
	margin: 0 8px;
}


/*======================================================================//
// END style.css                                                        //
//======================================================================*/

#number-three-sticky-mobile-cta .cta-container .stom-button a {
	font-size: 14px;
	border-radius: 0;
	background-color: var(--color-1);
	color: #fff;
	
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

#number-three-sticky-mobile-cta .cta-container .stom-button:not(:last-child) a {
	background-color: var(--color-3);
}

#number-three-sticky-mobile-cta .cta-container .stom-button a > .stom-custom-svg {
	color: #fff;
	line-height: 0;
}

#number-three-sticky-mobile-cta .cta-container .stom-button:not(:last-child) a {
	border-right-color: #fff;
	background-color: var(--color-3);
}


/*======================================================================//
// woocommerce.css                                                      //
//======================================================================*/


/* woocommerce style goes here */


/*======================================================================//
// END woocommerce.css                                                  //
//======================================================================*/

/* Åbningstider */
.aabningstider-dage{
    display: flex;
}
.aabningstider-dage p{
    white-space: nowrap;
    margin: 0;
}

.aabningstider-list .aabningstider-dag{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 0.5ch;
}

.aabningstider-list.horisontal{
    padding: 10px 0;
    border-bottom: 1px solid var(--STOM-maincolor);
}

.aabningstider-list.horisontal .aabningstider-dage{
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

.aabningstider-list.horisontal .aabningstider-dag:not(:last-child):after{
    content: "";
    display: block;
    position: absolute;
    right: -18px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--STOM-maincolor);
    top: 50%;
    transform: translateY(-50%);
}

.aabningstider-list.vertikal .aabningstider-dage{
    flex-direction: column;
}

.aabningstider-list.vertikal .aabningstider-dag{
    gap: 0;
    justify-content: space-between;
}

/* Posts */
.post-wrapper .post {
	/*
	border-top: 1px solid var(--color-1);
	padding-top: 25px;
	*/
	
	
}

.post-wrapper .post:not(:last-of-type) {
	margin-bottom: 50px;
	padding-bottom: var(--gap-m);
	border-bottom: 1px solid #ccc;
}

.post-wrapper .post .post-date {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	font-family: 'DM Mono', monospace;
	color: var(--color-1);
}

.post-wrapper .post .post-title {
	font-size: var(--h3);
	margin-bottom: 8px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.post-wrapper .post .post-thumbnail {
	margin-bottom: 15px;
	
	line-height: 0;
}

.post-wrapper .post .content {
	font-size: 18px;
}

.post-wrapper .post .content > .read-more {
	display: block;
	margin-top: var(--gap-s);
}

/* Search form */
.is-search-form {
	width: calc(100% - 470px);
}

.is-form-style input.is-search-input {
	border: none !important;
	background-color: #f1f0ef;
	border-radius: 10px;
	height: 48px;
	padding: 0 20px;
	font-size: 18px !important;
	font-weight: 300 !important;
}

.is-form-style input.is-search-input::placeholder {
	font-size: 18px;
	font-weight: 300;
	color: var(--color-text);
}

/* Stillingsopslag */
body.stillingsopslag-page #main-content #content {
	max-width: 1723px;
	background-color: #fff;
	padding: var(--gap-m);
}

body.stillingsopslag-page #main-content #content #primary article .entry-content > .stom-button {
	float: right;
}

body.stillingsopslag-page #main-content #content #primary article .entry-content > p + .stom-button {
	margin-top: 0;
}

body.stillingsopslag-page .post-wrapper.stillingsopslag {
	grid-row-gap: var(--gap-m);
}

body.stillingsopslag-page .post-wrapper.stillingsopslag .post:nth-child(4n+4) {
	border-right: none;
}


/* Beskyttet indhold */
body.page-template-page-logged-in #main-content #content #primary #main .entry-header > h1 {
	font-size: 30px;
	font-weight: 400;
	color: var(--color-1);
}

/* Loginform */
#loginform {
	margin-top: var(--gap-m);
}

#loginform .login-username label,
#loginform .login-password label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
}

#loginform .login-username input,
#loginform .login-password input {
	width: 100%;
	height: 50px;
	border-color: var(--color-1);
}

#loginform .login-remember label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
}	

#loginform .login-submit input[type="submit"] {
	font-size: var(--p);
    font-weight: 400;
    border-radius: 25rem;
    padding: 14px 25px;
	min-width: 200px;
}

.tml-alerts {
	margin-bottom: var(--gap-m);
}

.tml .tml-action-confirmaction .success, 
.tml .tml-error, 
.tml .tml-message, 
.tml .tml-success {
	font-size: 14px;
	box-shadow: none;
}

/* Sidebar */
body:not(.home),
body:not(.home) #page {
	overflow: visible;
}

aside#secondary {
	position: sticky;
	top: 200px;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
	font-size: 16px;
	background-color: #e7e7e7;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) ul.menu {
	margin-bottom: 0;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) ul.menu li.menu-item:not(:last-of-type) {
	margin-bottom: 10px;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) ul.menu li.menu-item a {
	text-decoration: none;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) ul.menu li.menu-item a:hover {
	text-decoration: underline;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) ul.menu li.menu-item a > .stom-menu-item-arrow {
	display: none;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) ul.menu li.menu-item-has-children > ul.sub-menu {
	margin-left: 0;
	margin-block: 12px;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) ul.menu li.menu-item-has-children > ul.sub-menu li.menu-item {
	list-style-type: circle;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) ul.menu li.menu-item-has-children > ul.sub-menu li.menu-item a {
	font-size: 14px;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) > .widget-title {
	font-weight: 400;
	color: var(--color-1);
	border-bottom: 1px solid var(--color-1);
	padding-bottom: 5px;
}





.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	font-size: 14px;
}

body.woocommerce-cart #main-content #content {
	margin-top: var(--gap-l);
}


/* */
.home #footer-logo-section,
.home #footer-shortcuts-section,
.home #footer-news-section,
.home #footer-member-section {
	display: none;
}

.woocommerce div.product p.stock {
	/* display: none; */
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	margin-bottom: var(--gap-s);
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:not(.disabled) {
	font-size: 20px;
	font-weight: 400;
	background-color: var(--color-1);
	border-color: var(--color-1);
	border-radius: 25rem;
	padding: 16px 36px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	
}

.woocommerce .cart-collaterals, .woocommerce-page .shop_table_divider {
	
}

.woocommerce-page.single .custom-woocommerce-message .custom-message-title {
	font-size: 20px;
}

.woocommerce-page.single .custom-woocommerce-message > .stom-fa-times {
	font-size: 16px;
}

.woocommerce-page.single .custom-woocommerce-message .custom-button-wrapper .button {
	font-size: 14px;
	padding: .7em 1em;
}

.woocommerce-page.single .custom-woocommerce-message .custom-button-wrapper .button.wc-forward {
	background-color: var(--color-1);
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	font-size: 16px;
	font-weight: 500;
	background-color: var(--color-1);
}

.woocommerce div.product .woocommerce-product-details__short-description, 
.woocommerce div.product .single_variation_wrap .woocommerce-variation-description {
	font-size: 16px;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-descriptions .product-name > dl.variation dt.variation-Restbelb {
	margin-left: .5em;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-descriptions .product-name > dl.variation dd.variation-Indskud > p .woocommerce-Price-amount,
.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-descriptions .product-name > dl.variation dd.variation-Restbelb > p .woocommerce-Price-amount {
	font-weight: 400;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-descriptions .product-quantity > small {
	display: block;
	margin-top: 15px;
}

body.woocommerce-checkout header#masthead {
	background-color: var(--color-bg);
}

body.woocommerce-checkout .style-header-02 .header-wrapper {
	display: block;
	border-bottom: 1px solid var(--color-1);
}

body.woocommerce-checkout .style-header-02 .site-branding {
	left: 0;
}

body.woocommerce-checkout .style-header-02 .site-branding #logo {
	position: static;
}

body.woocommerce-checkout #main-content #content {
	margin-bottom: var(--gap-m);
	padding-bottom: 25px;
}

/* Deposit */
.awcdp-deposits-wrapper .awcdp-deposits-option {
	width: 100%;
}




.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item {
	font-size: 14px;
}

#add_payment_method .cart-collaterals .cart_totals table td, 
#add_payment_method .cart-collaterals .cart_totals table th, 
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th, 
.woocommerce-checkout .cart-collaterals .cart_totals table td, 
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	font-size: 14px;
}


.woocommerce-checkout h3:before {
	border-radius: 0;
	background-color: var(--color-1);
}

.woocommerce-checkout .woocommerce form .form-row {
	margin: 0 0 10px;
}

.woocommerce form .form-row input.input-text::placeholder, 
.woocommerce form .form-row textarea::placeholder {
	font-size: 14px;
}	


/* Stillingsopslag - NY */
body.single-product #main-content #content {
	margin-top: var(--gap-l);
}

body.single-product #footer-shortcuts-section {
	margin-top: var(--gap-l) !important;
}

.single-product-fullwidth #primary .product_title {
	padding: 0 0 10px;
	color: var(--color-1);
	line-height: 1.5;
}

body.postid-11997 div.product form.cart div.quantity,
body.postid-11997 div.product p.stock,
body.postid-11997 div.product div.product_meta {
	display: none;
}

body.postid-11997 #primary > .product .woocommerce-product-gallery {
	position: sticky;
	top: 180px;
}

body.postid-11997.admin-bar #primary > .product .woocommerce-product-gallery {
	top: calc(180px + 32px);
}

.wccpf-fields-container .wccpf-fields-group-container .wcff-fields-group > .wcff-label {
	background-color: transparent;
	padding: 0 0 8px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #ccc;
}

.wccpf-fields-container .wccpf-fields-group-container .wcff-fields-group > .wcff-label:not(:first-of-type) {
	margin-top: var(--gap-m);
}

.wccpf-fields-container .wccpf-fields-group-container .wcff-fields-group > .wcff-label .label {
	display: block;
	font-size: var(--h3);
	font-weight: 500;
	color: var(--color-1);
	margin-bottom: 15px;
}

.wccpf-fields-container .wccpf-fields-group-container .wcff-fields-group > .wccpf_fields_table:not(:last-of-type) {
	margin-bottom: 15px;
}

.wccpf-fields-container .wccpf-fields-group-container .wcff-fields-group > .wccpf_fields_table tbody tr td > label {
	display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}

.wccpf-fields-container .wccpf-fields-group-container .wcff-fields-group > .wccpf_fields_table tbody tr td > label > span {
	color: #c02b0a;
	display: inline-block;
    font-size: 13.008px;
    padding-left: .125em;
}

.wccpf-fields-container .wccpf-fields-group-container .wcff-fields-group > .wccpf_fields_table tbody tr td > input,
.wccpf-fields-container .wccpf-fields-group-container .wcff-fields-group > .wccpf_fields_table tbody tr td > select {
	border-color: #ccc;
	height: 45px;
	font-size: 14px;
	text-indent: 5px;
	padding: 8px;
}

.wccpf-fields-container .wccpf-fields-group-container .wcff-fields-group > .wccpf_fields_table tbody tr td > textarea {
	height: 150px;
	border-color: #ccc;
	font-size: 14px;
	text-indent: 5px;
	padding: 12px 8px;
}

.wccpf-fields-container .wccpf-fields-group-container .wcff-fields-group > .wccpf_fields_table tbody tr td > input[type="file"] {
	display: block;
	width: 100%;
	padding: 0;
	text-indent: 0;
	margin-top: 15px;
}

.wccpf-fields-container .wccpf-fields-group-container .wcff-fields-group > .wccpf_fields_table tbody tr td .wccpf-validation-message {
	display: block;
	font-size: 15px;
    letter-spacing: normal;
    line-height: inherit;
    padding-top: 13px;
    width: 100%;
	color: var(--color-text);
}

.wccpf-fields-container .wccpf-fields-group-container .wcff-fields-group > .wccpf_fields_table.posting-form-wrapper {

}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:not(.disabled) {
	padding: 10px 25px;
	font-size: 18px;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:not(.disabled):hover {
	background-color: var(--color-2);
}

.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-descriptions .product-name .variation > * {
	display: block;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-descriptions .product-name .variation > dd {
	font-weight: 400;
	margin-bottom: 10px;
}

.woocommerce div.product form.cart .button {
	height: 49px;
}

#woo-icons {
	margin-inline: 20px;
}

#woo-icons .stom-off-canvas-wrapper .widgettitle {
	text-transform: inherit;
}

#woo-icons .stom-custom-svg, 
header .stomWF-favourites-list-link a {
	color: var(--color-1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: var(--p);
	padding: 10px 20px;
}

.woocommerce div.product .woocommerce-tabs .panel > h2 {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel > p,
.woocommerce div.product .woocommerce-tabs .panel > ul li,
.woocommerce div.product .woocommerce-tabs .panel > ol li {
	font-size: 16px;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	margin-bottom: var(--gap-l);
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	margin-bottom: var(--gap-l);
}

#main-content .section-wrap.clear.contact-section .section .grid-elements {
	gap: 0;
}

#main-content .section-wrap.clear.contact-section .section .grid-elements .grid-element .overlay {
	padding: 50px var(--gap-m);
}

#main-content .section-wrap.clear.contact-section .section .grid-elements .grid-element.info .overlay > p a {
	color: #fff;
}

#barsel-sektion,
#normperioden-sektion,
#sygedages-120-reglen {
	scroll-margin-top: 200px;
}

#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item {
	font-size: 12px;
}

#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item > .variation {
	width: calc(100% - 90px);
	float: right;
}

#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item > .variation > dd,
#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item > .variation > dl {
	margin-bottom: 0;
}

#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item > .variation > dd {
	display: block;
	float: none;
	margin: 0;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
	border-left-color: var(--color-2);
}

#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item .quantity {
	margin-top: var(--gap-s);
}

#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item .product-title {
	font-size: 14px;
	margin-bottom: 15px;
}

#woo-icons .stom-off-canvas-wrapper .buttons a {
	font-size: 16px;
}

#woo-icons .stom-off-canvas-wrapper .total {
	font-size: 16px;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-descriptions .product-name > dl.variation dt.variation-Restbelb {
	margin-left: 0;
}


.style-header-02 .header-inner .nav-wrap .main-navigation > #woo-icons {
	display: none;
}

#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item a:after {
	display: none;
}

/* Tilmeldingsliste */
.participant-container {
	margin-top: var(--gap-m);
}

.participant-container label,
.participant-container select {
	display: block;
	width: 100%;
}

.participant-container > label {
	display: block;
    font-size: var(--h3);
    font-weight: 500;
    color: var(--color-1);
    margin-bottom: 15px;
}

.participant-container select {
	width: 100%;
    border-color: #ccc;
    height: 45px;
    font-size: 14px;
    text-indent: 5px;
    padding: 8px;
}

#participant-fields > div {
	margin-top: var(--gap-s);
}

#participant-fields div label {
	display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}

#participant-fields div input {
	width: 100%;
    border-color: #ccc;
    height: 45px;
    font-size: 14px;
    text-indent: 5px;
    padding: 8px;
}


.instantsearch-placeholder {
	height: 48px;
	width: calc(100% - 470px);
	display: block;
	background-color: #f0f0f0;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 10px 20px;
	color: #999;
	font-size: 18px;
	font-weight: 400 !important;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.dyr_antal, .dyr_timer, .dyr_fte, .syg_antal .syg_timer, .syg_fte, .hj_anta, .hj_timer, .hj_fte, .elev_antal, .elev_timer, .elev_fte{
	height: 0px;
}