/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/*-----------------------
------- Revolution slider Martin 23. april 2021 -------
-----------------------*/
.tp-caption {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.75);
}

.hermes .tp-bullet {
	width: 14px !important;
	height: 14px !important;
	right: 20px !important;
}

div#rev_slider_1_1_wrapper, .tp-fullwidth-forcer {
}

#rev_slider_1_1_wrapper {
	left: 0 !important;
}

/*-----------------------
------- Link test -------
-----------------------*/
li {
    margin-bottom: 10px;
}

.cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
    position:relative;
}

/*-----------------------
---- Download Katalog ---
-----------------------*/
.pb-0 p {
	padding-bottom: 0px;
}

.pb-10 p {
	padding-bottom: 10px;
}

/*-----------------------
---- Kontakt os modul ---
-----------------------*/
.contact-us-module h5.vc_custom_heading {
	font-weight: 400;
}

.contact-us-module .row-bg.using-image:after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .3);
    position: absolute;
}

@media only screen and (max-width: 478px) {
	.full-width-section.standard_section.contact-us-module {
		height: auto;
	}

	h4.vc_custom_heading {
		font-size: 40px !important;
	}
}

/*-----------------------
------ New footer -------
------ 2025-03-11 ------*/
.contact-us > .wpb_row {
	margin-bottom: 0;
}

.contact-us > .wpb_row p {
	padding-bottom: 0;
}

.custom-footer-wrapper {
	position: relative;
	background-color: #f8f7f5;
	z-index: 99;
}

#footer {
	background-color: #f8f7f5;
	z-index: 99;
}

.main-content #footer ul {
	margin: 0;
}

#footer .vertical-menu ul,
#footer .nectar-fancy-ul ul {
	display: flex;
	gap: 22px;
}

@media only screen and (max-width: 478px) {
	#footer .vertical-menu ul,
	#footer .nectar-fancy-ul ul {
		gap: 15px;
		flex-wrap: wrap;
		justify-content: center;
	}
}

#footer .vertical-menu ul li,
#footer .nectar-fancy-ul ul li {
	list-style: none;
	padding: 0;
}

#footer .nectar-fancy-ul ul li i {
	display: none;
}

#footer .nectar-fancy-ul ul li,
#footer .nectar-fancy-ul ul li a {
	color: #DEDDDA;
	font-size: 14px;
}

#footer img.logo {
	max-width: 230px;
	width: 100%;
}

/* #footer .text-align-right {
	text-align: right;
} */

/* Social icons */
#footer .text-align-right .wpb_wrapper {
	display: flex;
	justify-content: flex-end;
	gap: 22px;
}

#footer .text-align-right .wpb_wrapper > div {
	margin-bottom: 0;
}

.wpb_wrapper > div.mb-0 {
	margin-bottom: 0;
}

.pb-0 {
	padding-bottom: 0;
}

@media only screen and (max-width: 478px) {
	#footer .text-align-right .wpb_wrapper {
		justify-content: center;
	}

	#footer .nectar-fancy-ul ul {
		flex-direction: column;
		gap: 0;
	}
}

/* Button */
#footer .fa-angle-left:before, 
#footer .fa-angle-right:before {
	color: black;
	font-size: 14px;
}

#footer .nectar-button {
	width: 100%;
}

.nectar-button.medium {
	padding: 10px 20px;
}

/*-----------------------
---- New footer SLUT ----
------ 2025-03-11 ------*/




/* as text might break to a new line, cool link doesnt underline all lines */
/* so just show normal underline when at <= 480px in width */
@media only screen and (max-width: 480px) {
	.cool-link {
		text-decoration: underline !important;
	}

	.cool-link::after, .cool-link > a::after {
		display: none !important;
	}

	.cool-link::before, .cool-link > a::before {
		display: none !important;
	}
}

.container-wrap p a::after,
.work-meta a::after,
a.cool-link::after,
span.read-more-news::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #99B6B8;
    transition: width .3s;
    position:absolute;
    z-index:999;
    bottom:0px;
}

.container-wrap p a:hover::after,
.work-info a:hover .work-meta a::after,
a.cool-link:hover::after,
span.read-more-news:hover::after {
    width: 100%;
    transition: width .3s;
}
.container-wrap p a::before,
.work-meta a::before,
a.cool-link::before,
span.read-more-news::before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #CCDADC;
    transition: width .3s;
    width: 100%;
    position:absolute;
    bottom:0px;
}

.postid-948 a::before,
.postid-948 a::after,
.postid-837 a::before,
.postid-837 a::after,
.page-id-428 a::after,
.page-id-428 a::before,
.page-id-2661 a::after,
.page-id-2661 a::before,
.page-id-2946 a::after,
.page-id-2946 a::before,
.page-id-16 a::after,
.page-id-16 a::before,
.page-id-2656 a::before,
.page-id-2656 a::after,
.page-id-2941 a::before,
.page-id-2941 a::after {
	display: none !important;
}

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

/*-----------------------
-- Translate transform --
-----------------------*/
@media only screen and (max-width: 1024px) {
	#AarhusReference {
		transform: translateY(-5%) !important;
	}
}

/*-----------------------
------ Link test END ----
-----------------------*/

/* General styling */

.klaviyo-form p {
	padding-bottom: 0 !important;
}

.klaviyo-form h1 {
	line-height: unset !important;
}

[class^="icon-"], i[class*=" icon-"] {
	background-color: transparent;
	font-size: 24px;
	top: 3px;
	left: 1px;
}

body[data-header-resize="0"] .container-wrap, body[data-header-resize="0"] .project-title {
	padding-top: 0;
}

p {
	font-family: helvetica, sans serif !important;
	font-size: 16px;
	line-height: 24px;
}

header#top nav ul li a {
	color: rgba(0,0,0,1);
}

a {
	color: rgba(0,0,0,1);
}

.home .blog-recent .col .post-header h3 {
	font-size: 30px;
    padding-bottom: 6%;
    line-height: 40px;
}

#header-outer:not([data-lhe="animated_underline"]) header#top nav ul li a:hover,
#header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.sfHover >a,
#header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current_page_ancestor >a,
#header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current-menu-item >a,
#header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current-menu-ancestor >a,
#header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current_page_item >a {
	color: rgba(0,0,0,1);
	cursor: pointer;
}

a, .read-more-news {
	font-family: Merriweather;
	font-weight: 700;
	font-size: 16px;
}

.ascend #footer-outer #footer-widgets .col ul li a, .ascend #sidebar div ul li a,
li a {
	font-family: helvetica neue;
	font-weight: 400;
}

.grey-text-p p {
	color: grey;
	line-height: 28px;
}

/* .nectar-slider-wrap, .swiper-container, .swiper-slide, .swiper-slide .video-wrap {
	height: calc(100vh - 62px) !important;
} */

/* .admin-bar .nectar-slider-wrap,
.admin-bar .swiper-container,
.admin-bar .swiper-slide,
.admin-bar .swiper-slide .video-wrap {
	height: calc(100vh - 110px) !important;
}

.nectar-slider-wrap,
.swiper-container,
.swiper-slide,
.swiper-slide .video-wrap {
	height: calc(100vh - 85px) !important;
} */

.home .nectar-slider-wrap,
.home .swiper-container,
.home .swiper-slide,
.home .swiper-slide .video-wrap {
	height: auto !important;
    aspect-ratio: 16 / 12;
    /* width: 125% !important; */
	z-index: 0;
}

.home .nectar-slider-wrap {
	/* left: -25%; */
}

body[data-transparent-header="false"][data-bg-header="true"]:not(.material) .wpb_row.first-section {
	margin-top: 0 !important;
}

.swiper-container, .swiper-slide {
	top: 0!important;
}

/* Ingen padding i bunden */
.row, div.clear {
	padding-bottom: 0 !important;
}

/* Hvid ramme rundt om alt indhold */
body {
	/*padding: 0 80px !important;*/
    background-color: #ffffff;
    box-sizing: border-box;
}

#border-left {
	width: 80px;
	height: 100vh;
	position: fixed;
	left: 0;
	background-color: white;
	z-index: 99;
}

#border-right {
	width: 80px;
	height: 100vh;
	position: fixed;
	right: 0;
	background-color: white;
	z-index: 99;
}

html .container-wrap {
	overflow: hidden;
}

body .owl-carousel .owl-stage-outer {
	padding: 0 !important;
}

/* Hvid ramme slut */

/*header styling*/
#header-outer[data-full-width="true"] header >.container, #header-secondary-outer[data-full-width="true"] >.container {
	padding: 0 80px;
}


.slide-count {
	display: none;
}

.swiper-container .slider-prev, .swiper-container .slider-next {
	transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    background-color: transparent !important;
}

.swiper-container .slider-prev i, .swiper-container .slider-next i {
	font-size: 35px !important;
}

.swiper-container .slider-prev {
	left: 80px !important;
}

.swiper-container .slider-next {
	right: 90px !important;
}

body[data-bg-header="true"] .container-wrap, body.single-portfolio .container-wrap,
body.page-template-template-portfolio-php .container-wrap, body.tax-project-type .container-wrap {
	padding-bottom: 0 !important;
}

.row {
	background-color: transparent !important;
}

.swiper-container {
	overflow: visible !important;
}

.swiper-slide,
.image-bg {
	overflow: hidden;
}

.grey-contrast {
	background-color: #EBE9E5;
}

.border-line {
	border-bottom: 1px solid rgba(0,0,0,1);
}

/*Slut med padding bund på grund af farveskift */
.container-wrap, .project-title {
	padding-bottom: 0;
}
/*Slut med padding bund på grund af farveskift */

/*--------------------------
----------Produkter---------
--------------------------*/
.slide-down-menu .nectar-fancy-ul ul {
	margin-bottom: 0;
	padding: 15px 0;
	display: flex;
	flex-direction: row;
	gap: 60px;
	justify-content: center;
}

.slide-down-menu .nectar-fancy-ul ul li a {
	font-weight: 500;
}

@media only screen and (max-width: 1200px) {
	.slide-down-menu .nectar-fancy-ul ul {
		gap: 20px;
		justify-content: flex-start;
		padding: 15px 30px;
	}
}

@media only screen and (max-width: 1000px) {
	.slide-down-menu .nectar-fancy-ul ul {
		overflow: scroll;
	}

	.slide-down-menu .nectar-fancy-ul ul:before,
	.slide-down-menu .nectar-fancy-ul ul:after {
		content: "";
		width: 40px;
		height: 100%;
		position: absolute;
		top: 0;
		pointer-events: none;
	}

	.slide-down-menu .nectar-fancy-ul ul:before {
		left: 0;
		background: linear-gradient(90deg, white, transparent);
	}

	.slide-down-menu .nectar-fancy-ul ul:after {
		right: 0;
		background: linear-gradient(90deg, transparent, white);
	}

	.hero-slider {
		height: auto;
	}

	.wpb_wrapper >div.owl-carousel.toggle-show {
		margin-bottom: 0;
	}
}

.slide-down-menu .nectar-fancy-ul ul li {
	white-space: nowrap;
}

body.single-portfolio .post-area {
	padding-right: 0;
}

.image-title {
	float: left;
	padding-top: 5px;
}

.pdf-download p {
	position: absolute;
	bottom: 10px;
    left: 15px;
}

.pdf-download img {
	max-width: 	80% !important;
	padding: 8%;
}

.pdf-download .inner {
	height: 220px;
}

.portfolio-filters-inline .active {
	color: rgba(0,0,0,1);
	text-decoration: underline;
}

.portfolio-items .work-meta {
	color: #444 !important;
}

.portfolio-items .work-meta p {
	font-size: 14px;
	padding-bottom: 10px;
}

.nectar-hor-list-item[data-columns="4"] >.nectar-list-item {
    width: 25% !important;
    display: inline-block !important;
}

/*.portfolio-items .work-meta a {
	text-decoration: underline;
}*/

.portfolio-items[data-ps="9"] .col:hover img {
	transform: none !important;
    box-shadow: none !important;
}

div[data-style="minimal"] .toggle {
	border-bottom: none;
	padding: 10px 0;
}

div[data-style*="minimal"] .toggle h3 i {
	border: none;
}

div[data-style="minimal"] .toggle h3 i:before {
	height: 1px;
}

div[data-style="minimal"] .toggle h3 i:after {
	width: 1px;
}

.toggle.open h3 a {
	color: #888888 !important;
}

.goToProducts {
	width: 100%;
	font-size: 20px;
}

.woocommerce .products ul, .woocommerce ul.products {
	padding-bottom: 5%;
}

.fa-angle-left:before,
.fa-angle-right:before {
	font-size: 38px;
}

img.image-shadow {
	box-shadow: 5px 5px 5px rgba(0,0,0,.4);
}

.portfolio-filters-inline .container > ul a, .portfolio-filters-inline .container > ul li#sort-label {
	font-size: 15px !important;
}

.pdfDownloadBox {
	height: 260px;
}

	/* Popup træsort Start */
		.pum-theme-885 .pum-title, .pum-theme-default-theme .pum-title {
			font-family: merriweather !important;
			text-align: center !important;
		    padding-bottom: 20px;
		}

		.pum-container .pum-content>:last-child {
		    font-family: helvetica;
			line-height: 1.4em;
		}

		.pum-theme-885 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
			right: -10px !important;
			top: -15px !important;
			background-color: rgba(0,0,0,0.8) !important;
		    padding: 10px !important;
		    font-size: 14px !important;
	        line-height: 10px !important;
		}

		.pum-theme-885, .pum-theme-default-theme {
			background-color: rgba(0,0,0,0.25) !important;
		}
	/* Popup træsort Slut*/

	/*Produkt filter start*/
	.tabbed > ul li a,
	.tabbed > ul li a.active-tab {
		background-color: transparent !important;
		border-color: transparent!important;
	}

	.tabbed > ul li a.active-tab {
		color: black;
	}

	.tabbed > ul li a:first-child {
		padding-left: 0;
	}
	/*Produkt filter slut*/

	/* Test om Hørning */
	.wpb_row .span_12 >.col.padding-5-percent, .column-inner.padding-5-percent {
		height: auto;
	}

/*Produkter slut*/

/*Portfolio ændringer*/
.post-area img {
	margin-bottom: 0 !important;
}

.single-portfolio .row .col.section-title h1,
.single-portfolio .row .col.section-title .subheader {
	text-align: left;
}

.single-portfolio .row.project-title .container .title-wrap {
	border-bottom: none;
	padding-bottom: 0;
	display: none;
}

.bottom_controls {
	display: none;
}

.portfolio-items .col img {
	width: 100% !important;
}

.ascend #author-bio.no-pagination, .ascend .comment-wrap {
	border-top: none !important;
}

.border-bottom-row {
	border-bottom: 1px solid black;
}

/* Button styling */
.nectar-button {
	background-color: transparent;
	border: 1px solid black;
	color: black;
}

.nectar-button span {
	color: black;
    font-family: merriweather;
	text-transform: math-auto;
}

/*Forside Nectar slider*/
.swiper-slide .button.transparent a.primary-color{
	padding: 10px !important;
}

.primary-color .fa-angle-right {
	right: -2px;
}

.slider-pagination {
	text-align: right !important;
	right: 100px;
}

.nectar-hor-list-item {
	padding: 10px;
}

.swiper-slide .content h2 {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.75) !important;
    padding-bottom: 5%;
}

.swiper-slide .content p {
    font-size: 14px !important;
    line-height: 24px !important;
    font-family: helvetica neue !important;
    font-weight: 400 !important;
    padding-bottom: 5%;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.75) !important;
}

.nectar-hor-list-item[data-columns="4"][data-column-layout="small_first_last"] >div:nth-child(2),
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_first_last"] >div:nth-child(3),
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_first"] >div:nth-child(1),
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_first"] >div:nth-child(2),
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_nth"] >div:nth-child(1),
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_nth"] >div:nth-child(3),
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_nth"] >div:nth-child(2),
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_nth"] >div:nth-child(4) {
    padding-right: 3%;
}

.toggle h3 a, .ascend #respond h3,
.ascend h3#comments, .woocommerce ul.products li.product.text_on_hover h3, .woocommerce ul.products li.product.material h3,
.woocommerce-page ul.products li.product.material h3, .portfolio-items[data-ps="8"] .col h3,
.nectar-hor-list-item[data-font-family="h3"], .woocommerce ul.products li.product h2 {
    font-size: 14px !important;
    line-height: 30px !important;
}

body .col:not(.post-area):not(.span_12):not(#sidebar):hover .extra-color-1.hovered .circle-border,
.woocommerce-page table.cart a.remove, #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,
#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove, body #sidebar .widget:hover .extra-color-1 .circle-border,
.woocommerce-page table.cart a.remove,
body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote .bottom-arrow:after,
body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote .bottom-arrow:after,
div[data-style="minimal"] .toggle.open.extra-color-1 i, div[data-style="minimal"] .toggle.extra-color-1:hover i,
.nectar_icon_wrap[data-style="border-basic"][data-color="extra-color-1"] .nectar_icon,
.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-1"]:not([data-draw="true"]) .nectar_icon, .nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-1"][data-draw="true"]:hover .nectar_icon,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"] span.play:before, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"] span.play:after,
#header-outer:not(.transparent) header#top nav > ul > li.button_bordered_2 > a:hover:before {
	border-color:	#000000 !important;
}

.icon-3x[class^="icon-"].extra-color-1:not(.alt-style), .icon-tiny[class^="icon-"].extra-color-1,
.icon-3x[class*=" icon-"].extra-color-1:not(.alt-style), body .icon-3x[class*=" icon-"].extra-color-1:not(.alt-style) .circle-border,
.woocommerce-page table.cart a.remove, #header-outer .widget_shopping_cart .cart_list li a.remove,
#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove, .nectar-milestone .number.extra-color-1,
span.extra-color-1, .team-member ul.social.extra-color-1 li a, .stock.out-of-stock, body [class^="icon-"].icon-default-style.extra-color-1,
body [class^="icon-"].icon-default-style[data-color="extra-color-1"], .team-member a.extra-color-1:hover,
.pricing-table[data-style="flat-alternative"] .pricing-column.highlight.extra-color-1 h3,
.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-1 h4,
.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-1 .interval,
.svg-icon-holder[data-color="extra-color-1"], div[data-style="minimal"] .toggle.extra-color-1:hover h3 a,
div[data-style="minimal"] .toggle.extra-color-1.open h3 a,
.nectar-icon-list[data-icon-style="border"][data-icon-color="extra-color-1"] .list-icon-holder[data-icon_type="numerical"] span,
.nectar-icon-list[data-icon-color="extra-color-1"][data-icon-style="border"] .content h4, .nectar_icon_wrap[data-color="extra-color-1"] i,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-1-underline"].full-width-section a.active,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-1-underline"].full-width-section a:hover,
.testimonial_slider[data-rating-color="extra-color-1"] .star-rating .filled:before, header#top nav > ul > li.button_bordered_2 > a:hover,
body.material .tabbed[data-color-scheme="extra-color-1"][data-style="minimal"]:not(.using-icons) >ul li:not(.cta-button) a:hover,
body.material .tabbed[data-color-scheme="extra-color-1"][data-style="minimal"]:not(.using-icons) >ul li:not(.cta-button) a.active-tab,
.tabbed[data-style*="material"][data-color-scheme="extra-color-1"] ul li a:not(.active-tab):hover,
body.material .nectar-button.see-through.extra-color-1[data-color-override="false"],
div[data-style="minimal_small"] .toggle.extra-color-1 > h3 a:hover, div[data-style="minimal_small"] .toggle.extra-color-1.open > h3 a,
.nectar_single_testimonial[data-color="extra-color-1"] p span.open-quote {
	color: #000000 !important;
}
/*Portfolio ændringer slut*/

/* Produkt undersiger CSS */
.woocommerce div.product {
	padding-top: 5% !important;
}

.woocommerce div.product .woocommerce-tabs > .full-width-content {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    border-top: 1px solid lightgrey;
    padding-top: 5% !important;
    margin-top: 5% !important;
}

.related.products {
	text-align: center;
}

html .single-product .container-wrap,
html .single-product .ascend .container-wrap {
	background-color: #FFFFFF !important;
}

.single-product-main-image {
	float: right;
	margin-right: 0;
}

.ascend #header-outer .cart-menu-wrap,
.single #single-meta ul {
	display: none;
}

table.produkt-tabel {
	width: 60% !important;
	background-color:	transparent !important;
	border-top: none !important;
}

table.produkt-tabel td {
	border: none !important;
}

body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
	background-color: transparent !important;
}

.produkt-tabel td:nth-child(2n+2) {
	text-align: right;
	color: grey;
}

.produkt-tabel tr {
	border-bottom: 1px solid grey;
}

.woocommerce .products.related h2,
.woocommerce .products.related p {
	text-align: center;
	padding-bottom: 5%;
}


.iosSlider.product-thumbs,
.woocommerce-breadcrumb {
	display: none;
}

.toggle-show,
.owl-carousel.owl-loaded  {
	display: none !important;
}

.toggle-show.show {
	display: block !important;
}

.hero-slider {
    height: calc(100vh - 160px);
    overflow: hidden;
    margin-top: 0 !important;
}

.overflow-y-scroll {
	overflow-y: scroll;
}

.owl-carousel .owl-stage {
	padding: 0;
}

.grid-spacing {
	padding-bottom: 45px;
    display: inline-block !important;
}

.close-cross-heroslider {
    width: 35px !important;
    height: 35px !important;
    top: 35px;
}

/* Fullscreen jesper slider */
/* Fullscreen jesper slider */
.hoerningfloor-active{
	width: 100% !important;
	height: 100% !important;
	margin-left:0px !important;
}
body .hoerningfloor-active .owl-carousel .owl-stage-outer{
	border:none !important;
}
.close-full-screen{
	display:none !important;
}
.close-full-screen .vc_column-inner,
.close-full-screen .wpb_wrapper{
	display:inline-block !important;
}
.hoerningfloor-active .close-full-screen{
	display:block !important;
	position: absolute !important;
    right: 0 !important;
    top: 50px !important;
    width: 150px !important;
}


.our_thumbnails_owl_slider {
	padding: 0 45px;
}

/* pile til Owl slider */
.owl-carousel.owl-loaded:before {

}

/*Table styling*/
.left-table {

}

.right-table {

}

/*Table styling SLUT*/

/* Medarbejder side */
.medarbejder-profil {
	background-color: #EBE9E5;
	padding: 15px 20px;
    margin-top: -15px;
    line-height: 18px;
    height: 150px;
}
/* Medarbejder side slut */

/* Formular CSS */

.gform_wrapper .gform_heading {
	display: none;
}

@media only screen and (min-width: 641px) {
	.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
		width: 100% !important;
	}

	.gform_wrapper ul.gform_fields li.gfield {
		padding-right: 0 !important;
	}

	.gform_wrapper .gform_footer:not(.top_label) {
		margin: 0 auto !important;
	}

	.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
		margin-left: 0 !important;
	}
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 100%;
}

.ginput_container {
	background-color: #fff;
}

.ginput_container.ginput_recaptcha {
	background-color: transparent;
	margin-left: 0 !important;
}

.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
	margin-left: 0 !important;
}

body[data-form-style="minimal"] .span_12.light #field_1_7 .minimal-form-input label:before {
	border: none;
}

body[data-form-style="minimal"] .container-wrap .span_12.light input[type="text"],
body[data-form-style="minimal"] .container-wrap .span_12.light textarea,
body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"],
body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"],
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=password],
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=tel],
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=url],
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=search],
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=date] {
	color: black;
	padding: 15px !important;
}

body[data-form-style="minimal"] .minimal-form-input label span.text {
	padding: 15px;
}

#gform_2 .minimal-form-input label span.text,
#gform_3 .minimal-form-input label span.text,
#gform_4 .minimal-form-input label span.text {
	margin-top: 0;
}
#gform_2 label:before,
#gform_2 label:after,
#gform_3 label:before,
#gform_3 label:after,
#gform_4 label:before,
#gform_4 label:after {
	display: none;
}

#gform_2 label,
#gform_3 label,
#gform_4 label {
	overflow: visible;
}

body[data-form-style="minimal"] .span_12.light .minimal-form-input label span.text .text-inner {
	color: rgba(0,0,0,.6) !important;
}

body[data-button-style="rounded"].ascend .container-wrap input[type="submit"], body[data-button-style="rounded"].ascend .container-wrap button[type="submit"] {
    padding: 16px 23px!important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
    background-color: transparent !important;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 0px !important;
}

body[data-button-style^="rounded"] button.needsclick {
	border-radius: 0 !important;
}

/*-------------------------------
---------------------------------
--------- Kontakt Side ----------
---------------------------------
-------------------------------*/

.SoMe a {
	text-decoration: underline;
	color: #B3B1B1;
}

.contact-padding {
	padding-top: 4%;
}

.page-id-16 a,
.page-id-2656 a,
.page-id-2941 a {
    font-family: helvetica neue, sans-serif;
    font-weight: 400;
}

.page-id-428 a,
.page-id-2661 a,
.page-id-2946 a {
    font-family: helvetica neue, sans-serif;
    font-weight: 400;
}

/*-------------------------------
---------------------------------
------ Kontakt Side Slut --------
---------------------------------
-------------------------------*/


/*-------------------------------
---------------------------------
--------- Nyheds Side -----------
---------------------------------
-------------------------------*/


.blog-recent[data-style="minimal"] .col {
	padding: 0;
}

.page-id-595 .news-border-bottom,
.page-id-2665 .news-border-bottom,
.page-id-2950 .news-border-bottom {
	border-bottom: 1px solid black;
	padding-bottom: 8% !important;
}

.blog-recent[data-style="minimal"] .meta {
    font-family: merriweather;
    font-size: 14px;
    color: rgba(0,0,0,1);
}

.blog-recent.columns-1 div:nth-child(1n+1) {
	color: black;
	font-size: 12px;
}

.section-title.blog-title {
	visibility: hidden;
}

#page-header-bg[data-bg-pos="top"] .page-header-bg-image {
	background-position: center;
}

/*.page-id-595 .category-nyhed {
	border-bottom: 1px solid black;
}*/

.category-nyhed {
	padding: 3% 0 !important;
	margin-bottom: 0 !important;
}

.category-nyhed img {
	float: right;
	clear: right;
	width: 100%;
}

.nyheds-dato {
	display: none;
}

.category-news .nyheds-dato,
.category-nyhed .nyheds-dato,
.category-nyheter .nyheds-dato {
	display: block;
}

span.read-more-news {
	margin-top: 2%;
}

.single-post .category-nyhed {
	border-bottom: none;
}

.recent-news-border-top {
	border-top: 1px solid black;
}

/*Reference kategorien*/
.heading-title {
	display: none;
}

.page-id-8 .excerpt,
.page-id-2653 .excerpt,
.page-id-2938 .excerpt {
	color: #444;
	padding-bottom: 3%;
}

.category-reference .post-header {
	padding-top: 4%;
}

body .tabbed div.post-header,
.post-header, #single-below-header {
	padding-top: 5%;
	color: #444;
}

.category-reference .title a {
	font-weight: 400;
	font-size: 20px;
}

.meta-category a {
	font-family: helvetica neue;
	font-weight: 400;
}

h3.title a {
    font-size: 18px;
    font-weight: 400;
}

article.post .content-inner {
    padding-bottom: 40px;
    margin-bottom: 0;
}

.nectar-hor-list-item:hover .nectar-list-item, .nectar-hor-list-item:hover .nectar-list-item-btn,
.span_12.light .nectar-hor-list-item .nectar-list-item, .span_12.light .nectar-hor-list-item .nectar-list-item-btn {
	color: inherit;
}

.nectar-hor-list-item:hover {
	border-color:rgba(0,0,0,0.14)!important;
}

.excerpt {
	display: none;
}

.page-id-8 .excerpt,
.page-id-2653 .excerpt,
.page-id-2938 .excerpt {
	display: block;
}

.blog-recent a.cool-link {
	display: none;
}

.page-id-8 .blog-recent a.cool-link,
.page-id-2653 .blog-recent a.cool-link,
.page-id-2938 .blog-recent a.cool-link {
	display: inline-block;
}

.references .blog-recent img.attachment-portfolio-thumb.size-portfolio-thumb.wp-post-image {
	aspect-ratio: 16 / 8;
    object-fit: cover;
	width: 100%;
}

.single-format-standard img.attachment-portfolio-thumb.size-portfolio-thumb.wp-post-image {
	aspect-ratio: 16 / 10;
    object-fit: cover;
	width: 100%;
}

/*Footer CSS*/
#footer-outer .row {
	padding: 15px 0 !important;
}

#footer-outer .widget {
	margin-bottom: 0 !important;
}

.ascend #footer-outer #footer-widgets .col ul li, .ascend #sidebar div ul li,
.ascend #sidebar .widget.widget_categories li, .ascend #sidebar .widget.widget_pages li, .ascend #sidebar .widget.widget_nav_menu li {
	display: inline-block;
	margin-left: 40px;
}

#menu-footer-menu,
#menu-footer-menu-en,
#menu-footer-menu-se {
	text-align: right;
}

#footer-outer .row {
	background-color: #FFFFFF;
}

#footer-outer[data-full-width="1"] .container {
	padding: 0 !important;
}
/* Footer CSS slut */

/*Slider leg skift mellem flere states */
/*GRID STATE*/
.swiper-wrapper {
	width: 25%;
	height: 25%;
}

.owl-theme .owl-nav [class*='owl-'] {
    display: inline-block !important;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.owl-nav {
	display: block;
	position: absolute;
    top: 35vh;
    bottom: 0;
    left: 0;
    right: 0;
}

.hoerningfloor-active .owl-nav {
	top: 50vh !important;
}

.owl-theme .owl-nav [class*='owl-'],
.owl-theme .owl-nav [class*='owl-']:hover {
	background: transparent;
}

.owl-theme .owl-nav [class*='owl-'] i {
	color: #D6D6D6;
}

.owl-theme .owl-nav [class*='owl-'] i:hover {
	color: #869791;
}

.owl-prev {
	position: absolute;
	left: 80px;
}

.owl-next {
	position: absolute;
	right: 80px;
}

.download-img {
	position: absolute;
    color: white;
    top: 55px; left: 0; bottom: 0; right: 0;
    display: none;
    text-decoration: underline;
    font-size: 18px;
}

a.download-img i {
	font-size: 24px;
}

a.download-img:hover {
	color: white;
}

.inner:hover .download-img {
	display: block;
}

.open-grid-icon:hover {
	cursor: pointer;
}

/*.slider-icons {
	padding: 0 120px !important;
}*/

.slider-icons img {
    float: right;
    margin-left: 15px;
    padding: 10px;
    overflow: visible;
    height: 40px !important;
}

body div[data-style*="minimal"] .toggle.open h3 a, body div[data-style*="minimal"] .toggle h3 a {
    padding: 5px 15px;
    border: 1px solid rgba(0,0,0,0.1);
}

body div[data-style*="minimal"] .toggle.open h3 a {
    background-color: #EBE9E5 !important;
}

.nectar-hor-list-item .nectar-list-item:first-child {
	font-weight: 600;
}

/* Fjernet af JKK d. 3 juli 2018 */
/*
body .read-more-aligned p a {
	position: absolute;
	bottom: 0;
}

.read-more-aligned {
	height: 345px;
}*/

#footer-outer, #footer-outer a:not(.nectar-button), body[data-form-style="minimal"] #footer-outer #footer-widgets .col input[type="text"] {
	padding: 0 80px;
}

body #slide-out-widget-area a.slide_out_area_close .icon-default-style[class^="icon-"] {
	color: #8C8C8C !important;
}

body.admin-bar #slide-out-widget-area a.slide_out_area_close {
	top: 35px;
}

/* Laptop størrelser */
@media only screen and (min-width: 1368px) {
	.slider-pagination {
		padding-right: 80px;
	}

	.nectar-slider-wrap {
		left: -80px;
	}

}

@media only screen and (max-width: 1550px) {

}


/* Tablet landscape version */
@media only screen and (max-width : 1367px) {

	/*.nectar-slider-wrap, .swiper-container, .swiper-slide, .swiper-slide .video-wrap {
		height: 700px !important;
	}*/

	.medarbejder-profil {
		height: 145px;
	}

	/* Forsøg på at fixe centrering af inhold på Hero slider */
	.nectar-slider-wrap {
		/*margin-left: -100px;*/
		/*width: 100vw;*/
	}
	/* Forsøg SLUT */

	#border-left {
		width: 40px;
		height: 100vh;
		position: fixed;
		left: 0;
		background-color: white;
		z-index: 99;
	}

	#border-right {
		width: 40px;
		height: 100vh;
		position: fixed;
		right: 0;
		background-color: white;
		z-index: 99;
	}

	/* Owl carousel dots */
	.owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: -35px;
		white-space: nowrap;
	}

	.single-post .slider-icons {
		margin-top: -60px;
	}

	.owl-theme .owl-dots .owl-dot span {
	    width: 12px;
    	height: 12px;
    	background: transparent;
    	border: 2px solid rgba(255,255,255,.75);
	}

	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
		background: rgba(255,255,255,.75);
		border: none;
	}

	.owl-theme .owl-dots .owl-dot.active span {
	    transform: scale(1);
	    -moz-transform: scale(1);
	    -webkit-transform: scale(1);
	}

	/*.hero-slider {
		height: auto;
	}*/

	body .owl-carousel .owl-stage-outer {
		border: none;
	}

	.owl-prev {
		left: 40px;
	}

	.owl-next {
		right: 40px;
	}

	.our_thumbnails_owl_slider img.grid-spacing{
		padding: 15px;
	}

	.pdf-download {
		width: 33% !important;
	}

	.single-portfolio .post-area {
		padding-right: 0 !important;
	}

	.pdf-download .inner  {
		height: 260px;
	}
}

/* Udkommenteret efter borderløsning
@media only screen and (max-width: 1367px) and (min-width: 769px) {
	.hero-slider {
		margin-left: -130px !important;
	}
}
*/
@media only screen and (max-width: 1000px) and (min-width: 1px) {
	.nectar-hor-list-item >.nectar-list-item[data-text-align="right"] {
		text-align: right !important;
	}
}

@media only screen and (max-width: 1024px) {
	.gulvloesninger {
		height: 300px !important;
	}

	.gulvloesninger .work-meta .cool-link {
		position: absolute;
		bottom: 0;
	}

	.gulvloesninger .work-meta h4.title {
		line-height: 24px !important;
	}
}

@media only screen and (max-width : 768px)  {
	.tp-leftarrow {
		transform: matrix(1, 0, 0, 1, 10, -25) !important;
	}

	.tp-rightarrow {
		transform: matrix(1, 0, 0, 1, -60, -25) !important;
	}

	#cookie-notice {
		display: none !important;
	}

	img.image-overflow-frontpage {
	    min-width: 250% !important;
    	margin-left: -70%;
	}

	img.overlapping-image-on-image {
		width: 50% !important;
	    transform: translate(100%,-70%);
        margin-bottom: -25% !important;
	}

	.wpb_row.full-width-content,
	.full-width-section,
	.standard_section {
		transform: none !important;
	}

	.right.img-with-aniamtion-wrap img {
	    padding: 5% 0;
	}

	#border-left {
		width: 0;
		height: 100vh;
		position: fixed;
		left: 0;
		background-color: white;
		z-index: 99;
	}

	#border-right {
		width: 0;
		height: 100vh;
		position: fixed;
		right: 0;
		background-color: white;
		z-index: 99;
	}

	.swiper-container .slider-next {
		right: 10px !important;
	}

	.swiper-slide .content {
	    top: calc(40vh - 62px) !important;
	}

	.admin-bar .swiper-slide .content {
	    top: calc(50vh - 110px)!important;
    	bottom: 50vh !important;
	}

	.swiper-slide .container {
		height: calc(100vh - 62px);
	}

	.nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a, #boxed .swiper-slide .content a {
		padding: 10px !important;
	}

	body .owl-carousel .owl-stage-outer {
		border-left: none;
		border-right: none;
	}

	.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-nav {
		top: 15vh;
	}

	.owl-prev {
		left: 0;
	}

	.owl-next {
		right: 0;
	}

	.slider-pagination {
	    right: 35px;
	    bottom: 10px;
	}

	/*.nectar-slider-wrap, .swiper-container, .swiper-slide, .swiper-slide .video-wrap {
		height: 50vh !important;
	}*/

	.hero-slider {
		height: auto;
		/*margin-left: -85px !important;*/
	}

	.slider-icons {
		display: none;
	}

	.product-prev-padding {
		padding: 0 25px;
	}

	.nectar-hor-list-item >.nectar-list-item[data-text-align="right"] {
		text-align: right !important;
	}

	.gulvloesninger {
		height: auto !important;
	}

	.gulvloesninger .work-meta .cool-link {
		position: relative;
		bottom: 0;
	}

	.gulvloesninger .work-meta h4.title {
		line-height: 24px !important;
	}

	.hero-slider {
	    height: auto;
	}

	#footer-outer, #footer-outer a:not(.nectar-button), body[data-form-style="minimal"] #footer-outer #footer-widgets .col input[type="text"] {
		padding: 0;
	}

	#footer-outer .container .col:first-child {
		width: 60%;
	}

	#footer-outer .container .col:last-child {
		width: 30%;
	}

	#footer-outer .container .col {
		margin-bottom: 0;
	}

	#dedicated-translate {
	    transform: translate(10%,-40%) !important;
	}

	.dedicated-translate {
		margin-top: -160px;
	}

	.dedicated-translate-om-os {
		margin-top: -70px;
	}

	.om-hoerning-two-transform {
		transform: translateY(-75%) !important;
	}

	.om-hoerning-three-transform {
		transform: translateY(-40%) !important;
	}

	#realign-on-tablet {
	    top: -145px;
	}

	.pdf-download .inner {
	    height: 210px;
	}

}

@media only screen and (max-width: 1000px) and (min-width: 690px) {

}

@media only screen and (max-width: 690px) {
	body .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button.transparent a, body .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button.transparent_2 a {
		padding: 10px !important;
	}

	.swiper-container .slider-prev {
		left: 0 !important;
	}

	.swiper-container .slider-prev, .swiper-container .slider-next {
		width: 50px !important;
	}

	/*.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content {
		top: 50px !important;
	}*/

	.front-page-title h1 {
		background-color: #f8f7f5;
		font-size: 20px;
   	 	line-height: 26px;
	}

	img.image-overflow-frontpage {
	    min-width: 250% !important;
    	margin-left: -70%;
	}

	img.overlapping-image-on-image {
		width: 50% !important;
	    transform: translate(100%,-70%);
        margin-bottom: -25% !important;
	}

	img.images-align-to-edge {
	    min-width: 118%;
    	transform: translateX(-8%);
	}
}

@media only screen and (max-width: 1000px) and (min-width: 1px) {
	.project-title {
		padding-top: 0!important;
	}
}

@media only screen and (max-width: 375px) {
	.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-nav {
		top: 60px;
	}

	#footer-outer .container .col:last-child {
	    margin-top: 18px;
	}
}

/* ----------------------------
------ Responsive menu --------
-----------------------------*/
#slide-out-widget-area a, #slide-out-widget-area, #slide-out-widget-area h4, #slide-out-widget-area h3 {
	color: #000000;
}

#slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-size: 26px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 0px;
}

#slide-out-widget-area.slide-out-from-right {
	background-color: #EBE9E5;
}

/*-----------------------
------- Downloads -------
-----------------------*/



/* row */
.downloads-row {
	margin-bottom: 5%;
	margin-top: 11%;
}

/* image */
.downloads-image {
	text-align: center;
	position: relative;
}

.downloads-image__image {
	width: 100% !important;
	display: block;
}

.downloads-image:hover .downloads-image__overlay {
	opacity: 1 !important;
}

.downloads-image__overlay {
	opacity: 0;
	transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
    background: rgba(0, 0, 0, 0.5);
    font-family: helvetica, sans serif !important;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: white;
}

.downloads-image__text {
    height: 100%;
	/* transform: translateY(calc(50% - 24px)); */ /* nested calc doesnt work in IE */
	/* TODO Responsiv? */
	margin-top: calc(25% - 6px);
}

.downloads-image__resolution {
    font-weight: normal;
}

.downloads-image__download {
    text-decoration: underline;
    font-weight: bold;
}

/* item */
.downloads-item {
	background-color: #ebe9e5;
	text-align: center;
	min-height: 220px;
	position: relative;
}

.downloads-item__image {
    max-width: 80% !important;
    padding: 8%;
}

#portfolio-extra img {
	margin: 0 auto;
}

.downloads-item__text {
    font-family: helvetica, sans serif !important;
    /*position: absolute;*/
    text-align: left;
    bottom: 10px;
    left: 15px;
    padding: 0 15px 10px;
}

.downloads-item__title {
    font-weight: normal;
}

.downloads-item__filesize {
    font-weight: normal;
	color: #b3b1b1;
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
	.downloads-item {
		min-height: 200px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
	.downloads-item {
		min-height: 180px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
	.downloads-item__text {
	    bottom: 20px;
	    left: 30px;
	}

	.downloads-item {
		min-height: 240px;
	}
}

@media only screen and (max-width: 690px) {
	.downloads-item__text {
	    bottom: 10px;
	    left: 20px;
	}

	.downloads-item__image {
	    max-width: 60% !important;
	}
}

/* main */
.downloads-main h2 {
	margin-bottom: 20px;
}

.downloads-main hr:first-child {
	margin-bottom: 60px;
}

.downloads-main h4 {
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.downloads-main .divider {
	/* height: 60px !important; */
}

.downloads-main .col {
	padding: 0px 6px;
}

.downloads-main .span_12 .pdf-download {
	padding: 0;
}

/* nav */
.downloads-nav {
	padding-top: 20px;
}

.downloads-nav > div li {
	display: list-item !important;
}

.downloads-nav > div ul li ul li a:before {
	content: '– ';
}

.downloads-nav div > ul > li {
	margin-left: 16px !important;
}

.downloads-nav div > ul > li > a {
    text-transform: none;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    display: block;
}

.downloads-nav div > ul > li > ul li {
	margin-left: 0px !important;
	margin-bottom: 2px !important;
}

.downloads-nav .menu-item a:hover {
    opacity: 1;
}

.downloads-nav div > ul > li, .downloads-nav div > ul > li > ul {
	margin-bottom: 0;
}

.downloads-nav .current-menu-parent > a, .downloads-nav .current-menu-item > a {
    text-decoration: underline;
    opacity: 1 !important;
}

.downloads-nav .sub-menu {
	display: none !important;
	margin-left: 5px !important;
	margin-bottom: 0;
}

.downloads-nav .sub-menu .sub-menu {
	margin-left: 15px !important;
}

.downloads-nav .current-menu-parent .sub-menu, .downloads-nav .current-page-ancestor .sub-menu, .downloads-nav .current-menu-item > .sub-menu, .downloads-nav .current_page_item > .sub-menu {
	display: block !important;
}

.downloads-nav div > ul > li > ul > li > a  {
    opacity: 0.5;
}

.downloads-nav div > ul > li > ul > li > ul > li > a  {
    opacity: 0.5;
}


 /*
  * Home
  * ---------------------------
  */

@media only screen and (max-width: 1300px) and (min-width: 690px) {
	.home__title h1 {
		font-size: 30px !important;
	}
}

@media only screen and (max-width: 690px) {
	.home__title h1 {
		font-size: 18px !important;
	}
}


@media only screen and (max-width: 1000px) {
	.home__aligned-right-image .img-with-aniamtion-wrap.right {
		text-align: center !important;
		padding-bottom: 5%;
	}
}

@media only screen and (min-width: 1000px) {
	.home__translate-y-row {
		transform: translateY(-20%);
	}
	/* Align "Read more" - only on desktop/tablets */
	.wpb_row.align-items .wpb_column .wpb_wrapper {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.wpb_row.align-items .wpb_column > .vc_column-inner > .wpb_wrapper {
		height: 100%;
		flex-flow: column;
	}

	.wpb_row.align-items .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
		height: 100%;
	}

	.wpb_row.align-items .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_wrapper {
		height: 100%;
	    display: flex;
	    flex-direction: column;
	}

	.wpb_row.align-items .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_wrapper p:last-of-type {
		margin-top: auto;
	}
	/* Align "See more" on product page */
	.portfolio-items[data-ps="9"] .col .work-meta {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		min-height: 145px;
	}

	.portfolio-items[data-ps="9"] .col .work-meta a.cool-link {
		margin-top: auto;
		align-self: flex-start;
	}

	/* Align "Read more" on references page (blog posts) */
	.vc_row-o-equal-height .row.blog-recent {
		display: inline-block;
		flex-wrap: wrap;
		background: red;
	}

	.vc_row-o-equal-height .row.blog-recent .col.post {
		display: flex;
		flex-direction: column;
	}
	.vc_row-o-equal-height .row.blog-recent .col a.cool-link {
		align-self: flex-start;
		margin-top: auto;
	}
}

/*
 * Fixes - 13. juni, 18 <PJ>
 * ---------------------------
 */

/* @link https://webstarters.teamwork.com/#/tasks/10199610 */
body.single-post article.post .post__news .wp-post-image {
    margin-bottom: 20px !important;
}

body.single-post article.post .post__news span.meta-category {
    display: none;
}

/* @link https://webstarters.teamwork.com/#tasks/10199574 */
@media only screen and (min-width: 1000px) {
    .om-hoerning-specific__text-block h1 {
        font-size: 48px;
    }
}

/* --------------------------------------
------------ Language Switcher ----------
-------------------------------------- */

header#top .sf-menu > li > ul {
	background: #FFF;
}

header#top .sf-menu li ul li a {
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,.9);
}

.sf-menu li ul li a:hover, .sf-menu li ul li.sfHover >a {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

/**
 * Gravity forms - 18. march 2024
 */
@media only screen and (min-width: 641px) {
	html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_description,
	html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
		margin-left: 0 !important;
    	width: 100% !important;
	}
}



/*** single stories **/
.single-stories .content_main_wrapper img {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
	transform: scale(1.2);
}
.single-stories .content_main_wrapper{
    font-weight: 200;
}
.stories-date{
    font-size:12px;
    color: #fff;
    opacity: 0.5;
    font-weight: 200;
}
.stories-count-up,
.intro-single-story-text{
    color:#c4b097;
    font-family: Merriweather;
    font-weight: 200 !important;
}
.stories_outer_container .date_container{
    padding-bottom:0px;
    margin-top:-15px;
    padding-bottom:15px;
}
.stories_outer_container h3{
    margin-bottom:0px;
    padding-top:10px;
}
.stories_outer_container a{
    color:#fff;
    position: relative;
}
.stories_outer_container .vc_column_container {
	padding-inline: 20px !important;
	margin-bottom: 30px !important;
}
.stories-excerpt{
    font-size:14px;
    padding-bottom:10px;
    font-weight: 200;
}
.story-filter{
    text-align: center;
    padding-bottom:40px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}
.story-filter a{
    padding:10px 20px;
    border: 1px solid #fff;
    color:#fff;
}
.story-filter a.active{
    background-color:#fff;
    color:#000;
}
.story_number{
    position: absolute;
    bottom:20px;
    left:20px;
    color:#c4b097;
    font-size:20px;
    font-style: italic;
    font-weight: 200;
    font-family: Merriweather;
}
.story_image_wrapper{
    position: relative;
}
.stories_certificate{
    max-width:150px !important;
}
.page-id-10253 #border-left,
.page-id-10253 #border-right,
.page-id-11155 #border-left,
.page-id-11155 #border-right,
.page-id-11178 #border-left,
.page-id-11178 #border-right,
.single-stories #border-left,
.single-stories #border-right{
    display:none;
}
.story-sidebar-header{
    padding-bottom:0px;
}
.story-sidebar-header span{
    font-size:15px;
    font-weight: 200;
    opacity: 0.2;
}
.story-link-container{
    font-weight: inherit !important;
}
.stories_outer_container h3{
    font-weight: 200 !important;
}
.stories_outer_container .vc_col-sm-4{
    margin-left:1.1% !important;
}

.wpb_raw_code.absolute h2 {
	position: absolute;
	top: calc(50% - 25px);
	width: 100%;
	font-size: 76px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0.3);
	text-align: center;
	font-style: italic;
}

span.helvetica {
	font-family: helvetica neue;
	font-weight: 400;
	font-style: normal;
}

@media only screen and (max-width: 1000px) {
	.wpb_raw_code.absolute h2 {
		top: calc(50% - 15px);
		font-size: 36px;
	}
}

.mobile-only {
	display: none;
}

.hide-mobile {
	display: block;
}

@media only screen and (max-width: 478px) {
	.wpb_raw_code.absolute h2 {
		top: calc(50% - 12px);
		font-size: 32px;
	}

	.col.span_12.center {
		display: flex;
		justify-content: center;
	}

	.stories_outer_container .vc_column_container {
		padding-inline: 0 !important;
	}

	.home .nectar-slider-wrap {
		left: 0;
	}

	.mobile-only {
		display: block;
	}

	.hide-mobile {
		display: none;
	}
}

/* 100 stories slide */
rs-slide[data-title="100 stories"] rs-layer[data-type="text"] {
    text-shadow: 2px 2px 10px rgba(0, 0, 0.3);
}

/* Tilmeld Nyhedsbrev */
.gform_wrapper a {
	font-family: inherit;
    font-weight: 400;
    text-decoration: underline;
}

input#gform_submit_button_2,
input#gform_submit_button_3,
input#gform_submit_button_4,
body .nectar-button.medium {
	font-family: Merriweather;
	font-size: 14px;
}

.load-more-wrapper {
	display: flex;
	justify-content: center;
}

.load-more-wrapper #load-more {
	padding: 10px 20px;
	background-color: white;
	border: none;
	border-radius: 0 !important;
}

.load-more-wrapper #load-more:hover {
	cursor: pointer;
}

/*--------------------------
---------Referencer---------
-------- 2025-03-12 -------*/
.reference-tabs .tabbed[data-style*="material"] ul:after,
.nectar-recent-posts-slider_multiple_visible .flickity-page-dots {
	display: none;
}

.reference-tabs .tabbed[data-style*="material"] ul li {
	background-color: transparent;
	transition: none;
}

.reference-tabs .tabbed[data-style*="material"][data-color-scheme="accent-color"] ul li a:after {
	/* border: 1px solid black; */
}

.reference-tabs .tabbed[data-style*="material"][data-color-scheme="accent-color"] ul li a.active-tab:after {
	border: 1px solid white;
	box-shadow: none;
	background-color: white;
}

.reference-tabs .tabbed[data-style*="material"] ul li a:after {
	opacity: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.reference-tabs ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
	display: flex;
    justify-content: center;
    gap: 15px;
}

.reference-tabs .tabbed >ul li a {
	color: black;
	font-family: merriweather;
	padding: 10px 20px;
	font-weight: 700;
	border: 1px solid black !important;
    border-radius: 0;
}

.reference-tabs .tabbed >ul li a.active-tab {
	border: 1px solid white !important;
}

/* img.attachment-portfolio-thumb.size-portfolio-thumb.wp-post-image {
	padding-bottom: 20px;
} */

.reference-tabs .blog-recent[data-style="default"] .col .post-header h3 {
	margin-bottom: 15px;
}

/*--------------------------
---------- Katalog ---------
-------- 2025-03-12 -------*/
.catalogues .img-with-aniamtion-wrap img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.catalogues .wpb_text_column {
	margin: 15px 0;
}

.catalogues h2 {
	font-size: 24px;
}

.catalogues .nectar-fancy-ul ul {
	display: flex;
	flex-direction: row;
	gap: 15px;
}

.catalogues .nectar-fancy-ul ul li {
	padding-left: 0;
}

.catalogues .nectar-fancy-ul ul li i {
	display: none;
}

/*--------------------------
----- New image styles -----
-------- 2025-03-13 -------*/
.ratio-4-3,
.ratio-2-1,
.ratio-1-1 {
	object-fit: cover;
}

.ratio-4-3 {
	aspect-ratio: 4 / 3;
}

.ratio-2-1 {
	aspect-ratio: 2 / 1;
}

.ratio-1-1 {
	aspect-ratio: 1 / 1;
}

/*--------------------------
------- Nectar slider ------
-------- 2025-03-13 -------*/
.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content p {
	max-width: 850px;
	margin: 0 auto;
}

.text-overflow-130 .wpb_text_column {
	width: 130%;
}

@media only screen and (max-width: 478px) {
	.text-overflow-130 .wpb_text_column {
		width: 100%;
	}
}

.home .swiper-slide .video-wrap video {
	transform: scale(1.3);
}

.nectar-recent-posts-slider_multiple_visible .nectar-recent-post-slide .nectar-recent-post-bg:after {
	background-color: transparent;
}

h5.vc_custom_heading a {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
}