/*
Theme Name: Trade Point
Theme URI: https://tradepoint.dk
Author: T
Author URI: https://mouret.dk
Description: Trade Point theme
Version: 1.0
Text Domain: tradepoint
*/



:root {
	--mouret-body: 22px;
	--mouret-body-big: calc( var(--mouret-body) * 1.6);
	--spacer: max(2vw, 75px);
	
	--space-s: max(2vw, 75px);
	--space: max(3vw, 100px);
	--space-l: max(4vw, 150px);
	--space-xl: max(6vw, 250px);
	--gutter-l: max(8%, calc((100vw - 1400px) / 2));
	--gutter-m: max(130px, calc((100vw - 1600px) / 2));
	--gutter-s: max(40px, 8%);
	--gutter: 12%;
	--xxxl: max(12vw, 150px);
	--xxl: calc( var(--mouret-body) * 7);
	--xl: calc( var(--mouret-body) * 4.5);
	--l: calc( var(--mouret-body) * 3);
	--m: calc( var(--mouret-body) * 2);
	--n: calc( var(--mouret-body) * 1.4);
	--s: calc( var(--mouret-body) * 0.8);
	
	--xxxl-lh: 0.8;
	--xxl-lh:  1;
	--xl-lh:  1;
	--l-lh:  1.2;
	--m-lh:  1.2;
	
	--xxxl-ls: -0.04em;
	--xxl-ls:  -0.03em;
	--xl-ls:  -0.03em;
	
	--menu-l: calc( var(--mouret-body) * 2);
	--menu-m: calc( var(--mouret-body) * 1.5);
	--menu-s: var(--mouret-body);
	
	
	--gapx: max(3vw, 40px);
	--gapy: max(1vw, 20px);
	
	--logo-width: 120px;
	--menupadding: max(3vw, 40px);
	
	--gallery-padding: max(20px, 1vw);
	
	--payoff: calc( var(--mouret-body) * 5);
}

@media(max-width: 1600px) {
	:root {
		--mouret-body: 20px;
	}
}
@media(max-width: 1366px) {
	:root {
		--gutter-m: max(5%, calc((100vw - 1600px) / 2));
		--l: calc( var(--mouret-body) * 2.75);
	}
}
@media(max-width: 1024px) {
	:root {
		--mouret-body: 18px;
		--space: 100px;
		--space-l: 120px;
		--space-xl: 150px;
		
	}
}
@media (max-width: 767px) {
	:root {
		--mouret-body: 16px;
		--space: 80px;
		--space-l: 90px;
		--space-xl: 110px;
		--logo-width: 100px;
		
		--xl: calc( var(--mouret-body) * 3);
		--xxl: calc( var(--mouret-body) * 4);
		--payoff: calc( var(--mouret-body) * 2.8);
	}
}


html{line-height:1.15;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin-block-start:.5rem;margin-block-end:1rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-block-start:0;margin-block-end:.9rem}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em;white-space:pre-wrap}a{background-color:transparent;text-decoration:none;}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}abbr[title]{border-block-end:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;height:auto;max-width:100%}details{display:block}summary{display:list-item}figcaption{font-size:16px;line-height:1.4;font-style:italic;font-weight:400}[hidden],template{display:none}@media print{*,:after,:before{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{-moz-column-break-inside:avoid;break-inside:avoid;border:1px solid #ccc}thead{display:table-header-group}img,tr{-moz-column-break-inside:avoid;break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{-moz-column-break-after:avoid;break-after:avoid}}label{display:inline-block;line-height:1;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;margin:0}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{width:100%;border:1px solid #666;border-radius:3px;padding:.5rem 1rem;transition:all .3s}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#333}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{width:auto;-webkit-appearance:button}[type=button],[type=submit],button{display:inline-block;font-weight:400;;text-align:center;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid;padding:.5rem 1rem;font-size:1rem;border-radius:3px;transition:all .3s}[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{color:#fff;background-;text-decoration:none}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}select{display:block}table{background-color:transparent;width:100%;margin-block-end:15px;font-size:.9em;border-spacing:0;border-collapse:collapse}table td,table th{padding:15px;line-height:1.5;vertical-align:top;border:1px solid hsla(0,0%,50.2%,.5019607843)}table th{font-weight:700}table tfoot th,table thead th{font-size:1em}table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{border-block-start:1px solid hsla(0,0%,50.2%,.5019607843)}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:hsla(0,0%,50.2%,.0705882353)}table tbody tr:hover>td,table tbody tr:hover>th{background-color:hsla(0,0%,50.2%,.1019607843)}table tbody+tbody{border-block-start:2px solid hsla(0,0%,50.2%,.5019607843)}@media (max-width:767px){table table{font-size:.8em}table table td,table table th{padding:7px;line-height:1.3}table table th{font-weight:400}}dd,dl,dt,li,ol,ul{margin-block-start:0;margin-block-end:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}

html {
	overflow-y:scroll;
}
html, body {
	scroll-behavior: auto !important;

}
body {
	margin: 0;
}
body:not(.elementor-editor-active) {
	opacity: 0;
	visibility: hidden;
}
a:active,a:hover{color:var(--e-global-color-primary);}
body a.elementor-button { text-decoration: none; }

html.lenis,
html.lenis body {
height: auto;
}
.lenis:not(.lenis-autoToggle).lenis-stopped {
overflow: clip;
}
.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
overscroll-behavior: contain;
}
.lenis.lenis-smooth iframe {
pointer-events: none;
}
.lenis.lenis-autoToggle {
transition-property: overflow;
transition-duration: 1ms;
transition-behavior: allow-discrete;
}

#openmenu .elementor-button,
.elementor-element .elementor-widget-container,.elementor-element:not(:has(.elementor-widget-container)),
.elementor-icon,
.e-con:before,
.e-con { transition-property: none !important; }


/* __________ header ___________ */

/* only logo + menu fixed */
.elementor-location-header .elementor-sticky {
	top: 0  !important;
	position: absolute !important;
}
.elementor-location-header .right,
.elementor-location-header .middle {
	position: fixed;
}
.elementor-location-header .right {
	right: 0;
}
.elementor-location-header .left a {
	text-decoration: none;
	font-size: var(--s);
}
.elementor-location-header .left a {
	-webkit-tap-highlight-color: transparent;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	text-decoration-color: transparent;
	transition: 
		text-underline-offset 0.3s ease,
		text-decoration-color 0.3s ease,
		color 0.3s ease;
}
.elementor-location-header .left a:hover {
	text-decoration-color: currentColor;
	text-underline-offset: 0.4em;
}


.homelink {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.elementor-location-header  {
	pointer-events: none;
}
.elementor-location-header a {
	pointer-events: auto;
}
.elementor-location-header .logowrapper {
	height: 70px;
    width: 276px;
    margin: auto;
}
.elementor-location-header .logo {
	height: 70px;
	width: 100%;
	background: #FFF;
	border-radius: 10em;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.elementor-location-header .logo svg {
	height: 100%;
	width: auto;
	flex-shrink: 0; 
	display: block;
}
.elementor-location-header .logo #shape .end { opacity: 0; }
.elementor-location-header .logo #shape .start { opacity: 0; }
.elementor-location-header .logo #animlogo path { fill: #000; }
.elementor-widget-theme-site-logo a {
	user-drag: none;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
@media(max-width: 767px) {
	.homelink {
		margin-left: 0;
		transform-origin: 0% 50%;
		transform: scale(0.65);
	}
	.elementor-location-header .logowrapper {
		margin-left: 0;
	}
}



body .elementor-location-header .elementor-button,
body .elementor-location-header .elementor-button:hover,
body .elementor-location-header .menu a,
body .elementor-location-header .menu a:hover {
	color: #fff;
}

.payoff .elementor-heading-title {
	font-size: var(--payoff) !important;
	font-weight: 600 !important;
	line-height: var(--xl-lh) !important;
}
.payoff .line-mask {
	overflow-x: visible !important;
	overflow-y: clip !important;
	white-space: nowrap;
}
.payoff span {
	display: block;
}
.payoff .line-mask:nth-child(1) .line {
	padding-right: 2em;
} 
.payoff .line-mask:nth-child(2) .line {
	text-align: end !important;
} 
.payoff .line-mask:nth-child(3) .line {
	text-align: end !important;
	padding-right: 0.3em;
}



/* themes control */
.e-con-full.section-theme-dark,
.e-con-full.section-theme-blue,
.e-con-full.section-theme-beige,
.e-con-full.section-theme-white {
	--padding-top: var(--space);
	--padding-bottom: var(--space);
	--padding-left: var(--gutter-l);
	--padding-right: var(--gutter-l);
}

body > div > div:first-child.section-theme-dark:has(.scrolldown),
body > div > div:first-child.section-theme-blue:has(.scrolldown),
body > div > div:first-child.section-theme-beige:has(.scrolldown),
body > div > div:first-child.section-theme-white:has(.scrolldown) {
	--padding-left: var(--gutter-s);
	--padding-right: var(--gutter-s);
}

.section-theme-dark {
	background-color: #000;
	color: #FFF;
}
.section-theme-blue {
	background-color: var(--e-global-color-accent);
	color: #FFF;
}

.section-theme-beige {
	background-color: var(--e-global-color-secondary);
	color: var(--e-global-color-primary);
}
.section-theme-white {
	background-color: var(--e-global-color-19e7d96);
	color: var(--e-global-color-primary);
}
.section-theme-dark a.elementor-button,
.section-theme-blue a.elementor-button {
	color: var(--e-global-color-19e7d96);
	border-color: var(--e-global-color-19e7d96);
}
.section-theme-dark a.elementor-button:hover,
.section-theme-blue a.elementor-button:hover {
	color: var(--e-global-color-primary);
	background-color: var(--e-global-color-19e7d96);
}
.section-theme-white a, .section-theme-dark a:active, .section-theme-dark a:hover {
	color: var(--e-global-color-primary);
}
.section-theme-dark a, .section-theme-dark a:active, .section-theme-dark a:hover,
.section-theme-blue a, .section-theme-blue a:active, .section-theme-blue a:hover {
	color: var(--e-global-color-19e7d96);
}

.playicon .elementor-icon {
	background-color: #ffffff42 !important;
	backdrop-filter: blur(6px);
	transition: transform 0.3s !important;
	transform:scale(1);
}
.playicon.playicondark .elementor-icon {
	background-color: #65717C42 !important;
}
/*
.playicon .elementor-icon:before {
	content: "watch";
	font-family: var(--e-global-typography-68b2efc-font-family), Sans-serif;
	font-size: var(--s);
	position: absolute;
	transform: translate(-50%, 180%);
	left: 50%;
	top: 50%;
	font-style: italic;
	color: #FFF;
}*/
.playicon:hover .elementor-icon {
	transform:scale(1.15);
}
.playicon  .icon.icon-play:after {
	/*top: -50%;*/
	left: 0%;
	position: absolute;
	transform: translateX(-50%) scale(0);
	content: '\e80c';
	font-family: "ikoner";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	transition: left 0.3s, transform 0.3s, opacity 0.3s;
}
.playicon .icon.icon-play:before {
	transition: left 0.3s, transform 0.3s, opacity 0.3s;
	top: 0;
	opacity: 1;
	transform: translateX(-50%) scale(1);
}
.playicon:hover .icon.icon-play:after {
	left: 50%;
	opacity: 1;
	transform: translateX(-50%) scale(1);
}
.playicon:hover .icon.icon-play:before {
	left: 100%;
	opacity: 0;
	transform: translateX(-50%) scale(0);
}



body .scrolldown {
	z-index: 1;
	width: max(100px, 4vw);
	width: clamp(3.75rem, 1.875rem + 5vw, 6.25rem);
	aspect-ratio: 1;
}
body .scrolldown .elementor-icon-wrapper {
	height: 100%;
}
body .scrolldown .elementor-icon {
	background-color: #ffffff42;
	backdrop-filter: blur(6px);
	height: 100%;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

body .scrolldown:before, body .scrolldown:after {
content: "";
display: block;
position: absolute;
left: 50%;
top: -100vh;
height: 200vh;
width: 1px;
background: rgba(255, 255, 255, 0.50);
z-index: -1;
pointer-events: none;
}

.section-theme-white .scrolldown:before, .section-theme-white .scrolldown:after {
	background: rgba(0, 0, 0, 0.50);
}

body .scrolldown .icon {
font-size: 5rem;
font-size: clamp(1.875rem, 0.9375rem + 2.5vw, 3.125rem);
}
/*
.scrolldown:after {
content: "";
display: block;
position: absolute;
top: 50%;
left: -100vw;
width: 200vw;
height: 1px;
background: rgba(255, 255, 255, 0.50);
z-index: -1;
pointer-events: none;
}*/


body .scrolldown .elementor-icon {
	overflow: hidden;
	border: 1px solid #00000033;
}
body .scrolldown .icon.icon-down-open-big:before {
	transition: top 0.3s, transform 0.3s, opacity 0.3s;
	top: 0;
	opacity: 1;
	transform: translateX(-50%) scale(1);
}
body .scrolldown .icon.icon-down-open-big:after {
	top: -50%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scale(0);
	content: '\e800';
	font-family: "ikoner";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	transition: top 0.3s, transform 0.3s, opacity 0.3s;
}
body .scrolldown:hover .icon.icon-down-open-big:after {
	top: 0;
	opacity: 1;
	transform: translateX(-50%) scale(1);
}
body .scrolldown:hover .icon.icon-down-open-big:before {
	top: 50%;
	opacity: 0;
	transform: translateX(-50%) scale(0);
}

/*
.section-theme-white .scrolldown .icon.icon-down-open-big:after, .section-theme-white .scrolldown:hover .icon.icon-down-open-big:before  {
	background: rgba(0, 0, 0, 0.50);
}
*/
body .section-theme-white .scrolldown .elementor-icon {
	color: #262626 !important;
}
body .section-theme-dark .scrolldown .elementor-icon,
body .section-theme-blue .scrolldown .elementor-icon {
	border: 1px solid #ffffff33;
}

body:not(.elementor-editor-active) .arrowbox {
	pointer-events: none;
}
.arrowbox {
	width: 100%;
	height: 100%;
}
.arrowbox .elementor-widget-container {
	position: relative;
	left: -20px;
	top: -20px;
	height: calc(100% + 40px) !important;
	width: calc(100% + 40px) !important;
	overflow: hidden;
}
.arrowbox .elementor-icon-wrapper {
	width: 100%;
	height: 100%;
}
.arrowbox .elementor-icon {
	width: 2000px;
	height: 2000px;
	inset-block-start: 50%;
	inset-inline-start: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	pointer-events:none;
}
.arrowbox .elementor-icon svg {
	width: 100%;
	height: 100%;
	shape-rendering: crispEdges;
}

div.fair * {
	margin-block: 0.1em;
}
div.fair + .fair {
	margin-top: 3rem;
}


.galleryslider { position: relative; width: 100%; }

.galleryslider .gallery {
	display: flex !important;
	flex-wrap: nowrap !important;
	/*align-items: flex-start;*/
	gap: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	pointer-events: auto;
	touch-action: pan-y;
	user-select: none;
	will-change: transform;
	cursor: grab;
	transform: translate3d(0,0,0);
}
.galleryslider .gallery:active { cursor: grabbing; }

.galleryslider .gallery .gallery-item {
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

.galleryslider .gallery .gallery-item img {
	display: block;
	width: auto;
	height: auto;
	max-width: none;
}
.galleryslider .gallery .gallery-item .gallery-icon {
	margin-inline: var(--gallery-padding);
}
.galleryslider .gallery-item { display:flex; flex-direction: column; }

.galleryslider:not(.meettp) .gallery-item.v-top    { align-items: flex-start; transform: translateY(calc( -1 * var(--gallery-padding))); }
.galleryslider:not(.meettp) .gallery-item.v-mid    { align-items: center; }
.galleryslider:not(.meettp) .gallery-item.v-bottom { align-items: flex-end; transform: translateY(var(--gallery-padding)); }

.galleryslider.meettp .gallery-item img {
	width: max(25vw, 300px);
}
.galleryslider .gallery-item figcaption {
	align-self: flex-start;
	width: max(25vw, 300px);
	padding-inline: var(--gallery-padding);
	padding-top: 10px;
	font-weight: bold;
	font-style: normal;
	font-size: var(--mouret-body);
}

.galleryslider .gallery-item figcaption span {
	display: block;
	font-weight: normal;
}
.galleryslider .gallery-item a {
	color: inherit;
	text-decoration: none;
}
.galleryslider .gallery .gallery-item a .gallery-icon {
	overflow: hidden;
}
.galleryslider .gallery .gallery-item a .gallery-icon img {
	transition: 0.6s;
	transform: scale(1);
}
.galleryslider .gallery .gallery-item a:hover .gallery-icon img {
	transition: 0.35s;
	transform: scale(1.05);
}

.galleryslider .gallery .gallery-item a .gallery-icon img {
	height: 100%;
	object-fit: cover;
}
.galleryslider .gallery .gallery-item a .gallery-icon {
	aspect-ratio: 1;
}


/* posts - faces */
.person-hero--video {
	max-height: 80vh;
}
.person-hero--video .elementor-video {
	-o-object-fit: cover;
	object-fit: cover;
}

.person-hero--video video {
	background-color: #000;
	border: none;
	display: flex;
	height: 100%;
	width: 100%;
}



/* ANIM */


body:not(.elementor-editor-active) {

	& .anim.elementor-widget-heading .word div {
		will-change: transform;
	}
	& .anim.elementor-widget-heading .elementor-widget-container {
		padding: 10px 0;
	}
	& .anim.elementor-widget-heading .line-mask {
		padding: 10px 0;
		margin: -20px 0;
	}
	
	& .animlarge.elementor-widget-heading .elementor-widget-container {
		padding: 30px 0;
	}
	& .animlarge.elementor-widget-heading .line-mask {
		padding: 30px 0;
		margin: -60px 0;
	}
	& .animlarge.elementor-widget-heading .line {
		white-space: nowrap;
	}

	& a > .word {
		text-decoration: inherit;
	}
	
	& .animblock p {
		opacity: 0;
		will-change: opacity, transform;
	}
	& .animblock:not(:has(p)) {
		opacity: 0;
		will-change: opacity, transform;
	}
}


/* __________ GENERELT ___________ */
.elementor-heading-title i {
	font-weight: 400;
	font-family: "Source Serif 4";
}
body .elementor .elementor-background-video, body .elementor .elementor-background-video-embed, body .elementor .elementor-background-video-hosted {
	inset-block-start: 50.1%;
	inset-inline-start: 50.1%;
	position: absolute;
	transform: translate(-50.1%, -50.1%);
}
.readable p,
.readable ul {
	max-width: 80ch;
}

.elementor-location-header {
	z-index: 100;
	position: relative;
	height: 0;
}



/* __________ MENU ___________ */
#openmenu .elementor-button-text {
	font-size: var(--s);
}
body .menudialog {
	display: flex !important;
}
body:not(.menu-open) .menudialog {
	visibility: hidden;
}
body.menu-open .menudialog {
	visibility: visible;
}
body.elementor-editor-active .menudialog {
	visibility: visible;
}
body.menu-closing .elementor-popup-modal .dialog-widget-content {
	pointer-events: none !important;
}
nav a,
.menu a {
	text-transform: lowercase !important;
}

/* override eleementor bug */
@media (max-width: 1024px) {
	body.admin-bar .dialog-type-lightbox {
		height: 100vh;
		position: fixed;
		margin-top: 32px;
	}
}

@media (max-width: 1024px) {
	body .dialog-type-lightbox {
		height: 100vh !important;
		height: 100svh  !important;
		top: 0;
	}
	body .dialog-type-lightbox .dialog-message {
		height: 100%  !important;
	}
}

.elementor-widget-wp-widget-nav_menu ul {
	list-style: none;
	padding-left: 0;
}
.menudialog li {
	display: block;
	margin: 0 0 17px 0;
}
.menudialog li a {
	-webkit-tap-highlight-color: transparent;
	color: var(--e-global-color-d6cea4e);
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	padding: 1rem 2rem 1rem 1rem;
	font-size: var(--menu-m) !important;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	text-decoration-color: transparent;
	transition: 
		text-underline-offset 0.3s ease,
		text-decoration-color 0.3s ease,
		color 0.3s ease;
}
.menudialog li a:hover {
	text-decoration-color: currentColor;
	text-underline-offset: 0.4em;
}
.menudialog .elementor-icon-list-items li a {
	font-size: var( --menu-s) !important;
	padding: 0.25rem 2rem 0.25rem 1rem;
}
.menudialog li {
	will-change: transform;
}

.menudialog.dialog-type-lightbox {
	z-index: 101;
}













@media only screen and (max-width: 767px) {
  .elementor-tab-title{
	display:flex;
	justify-content: center;
  }
	 .elementor-tab-content p{
		 text-align: center;
	}
}

/* LANDINGPAGE */
:root {--color-sand: #F3F1EC;}
:root {--color-grey: #DCE1E5;}
:root {--mosaic-gap: 16px;}
:root {--benefits-gap: 50px;}

.wrapper.inner {
   max-width: 1360px;
   max-width: 100%;
   margin: 0 auto;
}

.wrapper.sand {
   background-color: var(--color-sand);
}
.wrapper.grey {
   background-color: var(--color-grey);
}
.wrapper.inner.padding {
   padding: 0 40px;
   padding: 0;
}
@media (max-width: 1420px) {
   .wrapper.inner {
      max-width: 100%;
   }
}

.lp-btn {
   font-size: 14px;
   padding: 12px 50px 12px 50px;
   display: inline-block;
   margin-top: .9rem;
   color: var(--e-global-color-a226665);
   border: 1px solid var(--e-global-color-a226665);
   cursor: pointer;
}
.lp-btn.black {
   color: #fff;
   background-color: var(--e-global-color-a226665);
}
.lp-btn.black:hover {
   color: #fff;
}
.lp-btn.icon {
   display: flex;
   align-items: center;
   gap: 5px;
}

.lp-video {
   position: relative;
}
.lp-video .video-box {
   background-color: #000;
   position: absolute;
   z-index: 1;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.lp-video .video-box video {
   width: 100%;
   height: 100%;
   position: relative;
   z-index: 1;
}
.lp-video .video-overlay {
   position: relative;
   z-index: 10;
   height: 100%;
}
.lp-video .video-overlay.hidden,
.lp-inspiration .lp-carousel .owl-item .description.hidden,
.lp-carousel .lp-carousel-item .info.hidden {
   z-index: -1;
}
.lp-video .video-overlay .play-btn,
.lp-video + .info .play-btn {
   position: absolute;
   width: 80px;
   height: 80px;
   cursor: pointer;
   background: transparent url('gfx/play-circle.svg') center center no-repeat;
   background-size: 70% 70%;
   z-index: 19;
   top: 50%;
   left: 50%;
   margin-top: -40px;
   margin-left: -40px;
   background-size: 100% 100%;
   transform:scale(1);
   transition: 0.4s ease-in-out;
   border-radius: 400px;
   background-color: #ffffff42 !important;
	backdrop-filter: blur(6px);
	border: 1px solid #FFFFFF;
}
/*
.meet-tradepointer .video-overlay .play-btn {
   display: none;
}*/
@media (max-width: 767px) {
   .lp-video .video-overlay .play-btn,
   .lp-video + .info .play-btn {
      width: 60px;
      height: 60px;
      margin-top: -30px;
      margin-left: -30px;
   }
}
@media (max-width: 620px) {
   .lp-video .video-overlay .play-btn,
   .lp-video + .info .play-btn {
      width: 50px;
      height: 50px;
      margin-top: -25px;
      margin-left: -25px;
   }
}
.lp-video .video-overlay .play-btn:hover,
.lp-video + .info .play-btn:hover {
	transform:scale(1.1);
	transition: 0.2s ease-in-out;
}
.landingpage {
   padding: 0px 0px 100px;
}
body .landingpage h2 {
   line-height: 1.2em;
   word-break: break-word;
   font-size: var(--l);
}

.lp-hero {
   display: flex;
   height: 100%;
   max-height: 600px;
   align-items: stretch;
}
.lp-hero .lp-video {
   flex-basis: 45%; /*600px;*/
   max-width: 600px;
}
.lp-hero .lp-hero-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.lp-hero > div.text {
   flex-basis: 55%;/*calc(100% - 600px);*/
   color: var(--e-global-color-primary);
   padding: 0 2% 0 6.5%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: flex-start;
}
.lp-hero > div.text h1 {
   margin-top: 0px;
}
@media (max-width: 1420px) {
   .wrapper.inner.lp-hero {
      margin: 0 30px;
      gap: 3%;
   }
   .lp-hero > div.text,
   .lp-hero > .lp-hero-image {
      flex: 1 1 48%;
      padding: 0;
   }
}
@media (max-width: 1220px) {
   .lp-hero > div.text h1 {
      font-size: 60px;
      /*margin-bottom: 0.5rem;*/
      line-height: 1.1;
   }
   .lp-hero > div.text .lp-btn.black {
      /*margin-top: 0px;*/
   }
}
@media (max-width: 767px) {
   .wrapper.inner {
      width: 100%;
   }
}
@media (max-width: 1023px) {
   .wrapper.inner.lp-hero {
      margin: 0 20px;
   }
   .lp-hero > div.text {
      padding: 0 2% 0 0;
   }
   .lp-hero > div.text h1 {
      line-height: 1em;
      font-size: 58px;
   }
   .lp-hero .lp-btn {
      margin-top: 0px;
   }
}
@media (max-width: 900px) {
   .wrapper.inner.lp-hero {
      flex-direction: column;
      align-items: center;
      gap: 40px;
      padding: 40px 20px 50px;
      max-height: none;
   }
   .lp-hero .lp-video {
      order: 2;
      flex-basis: 100%;
      max-width: 100%;
   }
   .lp-hero > div.text {
      order: 1;
      padding: 0;
      /*max-width: 600px;*/
   }
}
@media (max-width: 767px) {
   .wrapper.inner.lp-hero {
      margin: 0;
      max-width: 100%;
   }
}

.lp-kickstart {
   /*padding: 100px 30px;*/
   display: flex;
   flex-direction: column;
   gap: 45px;
}
.lp-kickstart .mosaic {
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   gap: var(--mosaic-gap);
   height: calc(58 * var(--mosaic-gap));
}
.lp-kickstart .mosaic > div {
   width: calc((100% - (var(--mosaic-gap) * 2)) / 3)
}
.lp-kickstart .mosaic .mosaic1 {
   height: calc(26 * var(--mosaic-gap))
}
.lp-kickstart .mosaic .mosaic2 {
   height: calc(31 * var(--mosaic-gap))
}
.lp-kickstart .mosaic .mosaic3 {
   height: calc(19 * var(--mosaic-gap))
}
.lp-kickstart .mosaic .mosaic4 {
   height: calc(38 * var(--mosaic-gap))
}
.lp-kickstart .mosaic .mosaic5 {
   height: calc(31 * var(--mosaic-gap))
}
.lp-kickstart .mosaic .mosaic6 {
   height: calc(26 * var(--mosaic-gap))
}
.lp-kickstart .mosaic .image img,
.lp-video .video-overlay img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}
.lp-kickstart > .lp-btn {
   margin: 0 auto;
}
@media (max-width: 1023px) {
   .lp-kickstart {
      /*padding-right: 20px;
      padding-left: 20px;*/
   }
   .lp-kickstart .mosaic {
      height: calc(90 * var(--mosaic-gap));
   }
   .lp-kickstart .mosaic > div {
      width: calc((100% - (var(--mosaic-gap) * 1)) / 2)
   }
   .lp-kickstart .mosaic .mosaic2 {
      height: calc(33 * var(--mosaic-gap));
      order: 1;
   }
   .lp-kickstart .mosaic .mosaic1 {
      height: calc(27 * var(--mosaic-gap));
      order: 2;
   }
   .lp-kickstart .mosaic .mosaic6 {
      height: calc(28 * var(--mosaic-gap));
      order: 3;
   }
   .lp-kickstart .mosaic .mosaic3 {
      height: calc(19 * var(--mosaic-gap));
      order: 4;
   }
   .lp-kickstart .mosaic .mosaic4 {
      height: calc(38 * var(--mosaic-gap));
      order: 5;
   }
   .lp-kickstart .mosaic .mosaic5 {
      height: calc(31 * var(--mosaic-gap));
      order: 6;
   }
}
@media (max-width: 767px) {
   .lp-kickstart .mosaic {
      height: auto;
      flex-wrap: nowrap;
   }
   .lp-kickstart .mosaic > div {
      width: 100%;
   }
}

.lp-hero .lp-video .video-overlay:after,
.lp-kickstart .lp-video .video-overlay:after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.4) 87.5%);
   opacity: 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.lp-hero .lp-video:hover .video-overlay:after,
.lp-kickstart .lp-video:hover .video-overlay:after {
   opacity: 1;
}

.lp-benefits .inner,
.lp-touchpoints .inner,
.lp-vacancies .inner,
.lp-corestory .inner {
   padding: 70px 30px;
   padding: 0;
}
@media (max-width: 1420px) {
   .lp-benefits .inner,
   .lp-touchpoints .inner,
   .lp-vacancies .inner {
      padding: 70px 30px;
	  padding: 0;
   }
}
.benefits-list {
   display: flex;
   flex-wrap: wrap;
   gap: var(--benefits-gap);
   padding-top: 30px; 
}
.benefits-list > div {
   width: calc((100% - (var(--benefits-gap) * 2)) / 3);
   display: flex;
   flex-direction: column;
}
.benefits-list > div .number {
   font-size: 20px;
   font-weight: 600;
   line-height: 1.5em;
}
.benefits-list > div .title {
   font-size: 26px;
   font-weight: 600;
   line-height: 1.1em;
   margin: 25px 0 10px;
   padding-top: 25px;
   border-top: 1px solid #333;
   word-break: break-word;
}
@media (max-width: 1023px) {
   .benefits-list > div {
      width: calc((100% - (var(--benefits-gap) * 1)) / 2);
   }
}
@media (max-width: 767px) {
   .benefits-list > div {
      width: 100%;
   }
}
@media (max-width: 1023px) {
   .lp-benefits .inner, 
   .lp-touchpoints .inner, 
   .lp-vacancies .inner,
   .lp-corestory .inner {
      padding-right: 0;
      padding-left: 0;
   }
}

.meet-tradepointer,
.lp-inspiration {
   padding: 85px 0 100px 30px;
   padding: 0;
}
@media (max-width: 1420px) {
   .meet-tradepointer,
   .lp-inspiration {
      padding-left: 30px;
      padding-left: 0;
   }
}
@media (max-width: 1023px) {
   .meet-tradepointer,
   .lp-inspiration {
      padding-left: 20px;
      padding-left: 0;
   }
}


.lp-carousel {
   position: relative;
}
.lp-carousel .owl-nav {
   height: 0px;
}
.lp-carousel .owl-nav button.owl-prev,
.lp-carousel .owl-nav button.owl-next {
   position: absolute;
   top: 50%;
   left: 20px;
   transform: translateY(-50%);
   background: transparent url('gfx/arrow-circle-left-white.svg') no-repeat center center;
   background-size: cover;
   color: transparent;
   height: 30px;
   width: 30px;
}
.lp-carousel .owl-nav button.owl-next {
   background: transparent url('gfx/arrow-circle-right-white.svg') no-repeat center center;
   left: auto;
   right: 20px;
   background-size: cover;
}
.lp-carousel .lp-carousel-item {
/*   width: 85%;
   max-width: 1170px;*/
   width: 1170px;
   /*height: auto;*/
   position: relative;
}
.lp-carousel .lp-carousel-item .image {
   /*background-color: #333;*/
/*   width: 100%;
   height: 100%;*/
   position: relative;
   z-index: 1;
}
.lp-carousel .lp-carousel-item .image:after,
.lp-carousel .lp-carousel-item .lp-video .video-overlay:after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.4) 87.5%);
}
.lp-carousel .lp-carousel-item .image img {
   /*width: calc(100% - 35px);*/
}
.lp-carousel .lp-carousel-item .info {
   color: #fff;
   position: absolute;
   top: 50px;
   right: 50px;
   bottom: 50px;
   left: 50px;
   z-index: 10;
   pointer-events: none;
}
.lp-carousel .lp-carousel-item .info .meta-info {
   font-size: 16px;
   font-weight: 600;
   display: flex;
   height: 40px;
   gap: 10px;
}
.lp-carousel .lp-carousel-item .info .meta-info .logo {
   background-color: #fff;
   border-radius: 50%;
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.lp-carousel .lp-carousel-item .info .meta-info .logo img {
   width: auto;
}
.lp-carousel .lp-carousel-item .info .meta-info .name-position {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   line-height: 1.3em;
}
.lp-carousel .lp-carousel-item .info .description {
   position: absolute;
   bottom: 0px;
   max-width: 760px;
}
@media (max-width: 1360px) {
   .lp-carousel .lp-carousel-item {
      width: 1000px;
   }
}
@media (max-width: 1150px) {
   .lp-carousel .lp-carousel-item {
      width: 920px;
   }
}
@media (max-width: 1023px) {
   .lp-carousel .lp-carousel-item {
      width: 650px;
   }
   .lp-carousel .lp-carousel-item .info {
      top: 20px;
      right: 20px;
      bottom: 20px;
      left: 20px;
   }
   .lp-carousel .lp-carousel-item .info .description {
      font-size: 16px;
      line-height: 1.4em;
   }
   .lp-carousel .owl-nav {
      display: none;
   }
}
@media (max-width: 900px) {
   .lp-carousel .lp-carousel-item {
      width: 600px;
   }
}
@media (max-width: 767px) {
   .lp-carousel .lp-carousel-item {
      width: 450px;
   }
   .lp-carousel .lp-carousel-item .info {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      color: var(--e-global-color-primary);
      padding: 10px 0 0;
   }
   .lp-carousel .lp-carousel-item .info .play-btn {
      display: none;
   }
   .meet-tradepointer .video-overlay .play-btn {
      display: block;
   }
   .lp-carousel .lp-carousel-item .info .meta-info {
      position: absolute;
      top: calc(-100% - 25px);
      top: -255px;
      left: 10px;
      color: #fff;
      font-size: 14px;
   }
   .lp-carousel .lp-carousel-item .info .description {
      padding-top: 10px;
      position: relative;
   }
}
@media (max-width: 620px) {
   .lp-carousel .lp-carousel-item {
      width: 350px;
   }
}
@media (max-width: 485px) {
   .lp-carousel .lp-carousel-item {
      width: 290px;
   }
   .lp-carousel .lp-carousel-item .info .meta-info {
      top: -170px;
   }
}
@media (max-width: 389px) {
   .lp-carousel .lp-carousel-item {
      width: 240px;
   }
   .lp-carousel .lp-carousel-item .info .meta-info {
      top: -140px;
   }
}

.lp-touchpoints .inner {
   display: flex;
   gap: 60px;
}
.lp-touchpoints .tp-image {
   flex-basis: 630px;
}
.lp-touchpoints .tp-text {
   flex-basis: 630px;
   display: flex;
   flex-direction: column;
   gap: 25px;
   align-items: flex-start;
   padding-top: 30px;
   padding-top: 0;
   
}
.lp-touchpoints .tp-text .tp-title {
   font-weight: 600;
   font-size: 26px;
}
.lp-touchpoints .tp-text .tp {
   display: flex;
   justify-content: flex-start;
   gap: 10px;
}
.lp-touchpoints .tp-text .tp .number {
   font-weight: 600;
   width: 30px;
}
.lp-touchpoints .tp-text .tp p {
   flex-basis: calc(100% - 30px);
}
.lp-touchpoints .tp-text .tp p:last-child {
   margin-bottom: 0px;
}
/*
.lp-touchpoints .tp-text .tp-read-more {
   display: none;
}
.lp-touchpoints .tp-text .tp-read-more.visible {
   display: block;
}
.lp-touchpoints .tp-text .tp-read-more.visible + .lp-btn span {
   display: none;
}
.lp-touchpoints .tp-text .tp-read-more.visible + .lp-btn:after {
   content: "Læs mindre";
}
*/
@media (max-width: 1023px) {
   .lp-touchpoints .inner {
      flex-direction: column;
   }
   .lp-touchpoints .tp-text {
      order: 1;
      flex-basis: auto;
   }
   .lp-touchpoints .tp-image {
      order: 2;
      flex-basis: auto;
   }
}

.lp-inspiration > h2,
.lp-inspiration > p {
   padding-right: 40px;
}
.lp-inspiration .lp-carousel {
   margin-top: 50px;
}
.lp-inspiration .lp-carousel .owl-item .description {
   position: absolute;
   bottom: 50px;
   left: 50px;
   max-width: 760px;
   z-index: 10;
   color: #fff;
   left: 50px;
}
@media (max-width: 1023px) {
   .lp-inspiration .lp-carousel .owl-item .description {
      right: 20px;
      bottom: 20px;
      left: 20px;
      font-size: 16px;
      line-height: 1.4em;
   }
}
@media (max-width: 767px) {
/*   .lp-carousel .lp-carousel-item .info .meta-info {
      position: absolute;
      top: calc(-100% - 25px);
      left: 15px;
      color: #fff;
   }*/
   .lp-inspiration .lp-carousel .owl-item .video-box {
      /*bottom: auto;*/
   }
   .lp-inspiration .lp-carousel .owl-item .description {
      padding-top: 10px;
      position: relative;
      right: auto;
      left: auto;
      bottom: auto;
      color: var(--e-global-color-primary);
   }
}

.lp-corestory {
   margin-bottom: 100px;
}
.lp-corestory .inner {
   display: flex;
   flex-wrap: wrap;
   gap: 4em;
   align-items: center;
}
.lp-corestory .title {
   font-size: 45px;
   font-weight: 700;
   line-height: 1.2em;
   margin-bottom: 20px;
   display: block;
}
.lp-corestory .inner > div {
   flex: 1 1 calc((100% - 4em ) / 2);
}

.lp-vacancies .vacancies {
   display: flex;
   flex-direction: column;
   gap: 15px;
   padding-top: 40px;
}
.lp-vacancies .vacancies > a {
   display: flex;
   flex-direction: column;
   padding: 25px 30px;
   background: #EBE7DC url('gfx/arrow-right-solid.svg') no-repeat calc(100% - 30px) center;
   color: var(--e-global-color-primary);
}
.lp-vacancies .vacancies > a .title {
   font-weight: 600;
}
.lp-vacancies .vacancies > a .job-description {
   width: 80%;
   margin: 0;
   font-size: 14px;
}
@media (max-width: 1024px) {
   .lp-corestory .inner {
      gap: 50px;
   }
   .lp-corestory .inner > div {
      flex-basis: calc((100% - 50px ) / 2);
   }
}
@media (max-width: 767px) {
   .lp-corestory .inner {
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 20px;
   }
   .lp-corestory .inner > div:nth-child(1) {
      order: 1;
   }
   .lp-corestory .inner > div:nth-child(2) {
      order: 2;
   }
   .lp-corestory .inner > div:nth-child(3) {
      order: 4;
   }
   .lp-corestory .inner > div:nth-child(4) {
      order: 3;
   }
   .lp-corestory .inner > div:nth-child(5) {
      order: 5;
   }
   .lp-corestory .inner > div:nth-child(6) {
      order: 6;
   }
   .lp-corestory .inner > div:nth-child(7) {
      order: 8;
   }
   .lp-corestory .inner > div:nth-child(8) {
      order: 7;
   }
   .lp-corestory .inner > div:nth-child(9) {
      order: 9;
   }
   .lp-corestory .inner > div:nth-child(10) {
      order: 10;
   }
   .lp-corestory .inner > div.image:not(:last-child) {
      margin-bottom: 50px;
   }
}
@media (max-width: 430px) {
   .lp-corestory .title {
      font-size: 32px;
   }
}

/* MODAL */
.modal {
   position: fixed;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   background-color: rgba(0,0,0,0.6);
   z-index: 99;
   justify-content: center;
   align-items: center;
   /*display: none;*/
   opacity: 0;
   pointer-events: none;
   transition: opacity 0.5s ease-in-out;
   display: flex;
}
.modal.visible {
   opacity: 1;
   pointer-events: auto;
}
.modal .modal-content {
   background-color: #000;
   max-height: calc(100vh - 100px);
   max-width: calc(100vw - 100px);
   position: relative;
}
.modal .modal-content video {
   display: block;
   max-height: calc(100vh - 100px);
   max-width: calc(100vw - 100px);
}
.modal.text .modal-content {
   padding: 25px;
   margin: 20px;
   background-color: var(--color-grey);
   color: #000;
   max-width: 600px;
}
.modal .modal-content .close {
   position: absolute;
   top: -35px;
   right: -35px;
   height: 28px;
   width: 28px;
   background: transparent url('gfx/icon-close-white.svg') no-repeat center center;
   cursor: pointer;
   z-index: 999999;
}
@media (max-width: 600px) {
   .modal.text .modal-content {
      font-size: 15px;
   }
}

.splitter {
	display: grid;
  	grid-template-columns: 60% 34%;
 	gap: 6%; /* Optional: adds spacing between columns */
}

@media (max-width: 1024px) {
  .splitter {
    grid-template-columns: 1fr; /* Single column */
    grid-template-rows: auto auto; /* Two rows */
  }
}


[type=submit] .elementor-button-text {
	text-transform: lowercase;
}


body:not(.elementor-editor-active) .kenburns:before {
	transform-origin: center center;
	animation: kenburns-inout 16s ease-in-out infinite;
}

@keyframes kenburns-inout {
	0% {
		transform: scale(1) translate(0, 0);
	}
	50% {
		transform: scale(1.08) translate(0%, 2%);
	}
	100% {
		transform: scale(1) translate(0, 0);
	}
}
