/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  Nicolai Sørensen
Author URI:  https://nicolaisoerensen.dk
Template: Divi
Version:  1.0.2
*/


/* =Theme customizations
------------------------------------------------------- */


/* CONTAINER */

.container, .et_pb_row {
    width: 90%;
}


/* TYPOGRAPHY */

body {
    font-weight: 400;
		text-size-adjust: 100%;
    word-wrap: break-word;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	scroll-behavior: smooth;
	font-family: 'IBM Plex Sans', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 400 !important;
}

body p {
		margin-top: 0;
    /* margin-bottom: 16px; */
	line-height: 1.7em;
}

h1, h2, h3 {
	line-height: 1.2em !important;
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 25px;
	font-weight: 600 !important;
	font-family: 'IBM Plex Serif', Helvetica, Arial, Lucida, sans-serif !important;
	letter-spacing: -0.03em;
	
}

h1,h2,h3,h4,h5,h6 {}

h4, h5 {
	line-height: 1.4em !important;
	font-weight: 600 !important;
	font-family: 'IBM Plex Serif', Helvetica, Arial, Lucida, sans-serif !important;
	letter-spacing: -0.03em;
}

strong, b {font-weight: 600 !important;}

.main-content-section h2, .main-content-section h3, .main-content-section h4 {padding-top: 20px;}
.main-content-section h4 {padding-bottom: 10px;}
.main-content-section h5 {padding-bottom: 10px; padding-top: 30px;}
.main-content-section .et_pb_column_1_3 h4 {padding-top: 0px; padding-bottom: 20px;}

.secondary-content-section {
	border-bottom: 1px solid #eaf1f0;	
}

.secondary-content-section::last-child {
	border-bottom: none;	
}

.title-big, .title-big h2, .title-big h3 {
    font-size: 44px !important;
    font-weight: 300 !important;
    line-height: 1.2em;
	padding-bottom: 25px;
	font-family: 'IBM Plex Serif', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 600 !important;
	letter-spacing: -0.03em;
}

p.title-big {
    font-size: 44px !important;
    line-height: 1.2em;
	padding-bottom: 25px;
	font-family: 'IBM Plex Serif', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 600 !important;
	letter-spacing: -0.03em;
}


.title-hero, .et_pb_fullwidth_header_subhead, .title-hero h2, .title-hero h3, .title-hero h1, .et_pb_nextend_smart_slider_3_fullwidth .title-hero p {
    font-size: 52px !important;
    line-height: 1.2em !important;
	padding-bottom: 25px !important;
	font-family: 'IBM Plex Serif', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 600 !important;
	letter-spacing: -0.03em;
}


p.title-hero, .title-hero p {
	font-size: 52px !important;
    line-height: 1.2em;
	padding-bottom: 25px;
	font-family: 'IBM Plex Serif', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 600 !important;
	letter-spacing: -0.03em;
}
.et_pb_bg_layout_light p.title-hero, .et_pb_bg_layout_light p.title-big, .et_pb_bg_layout_light .title-hero p, .et_pb_bg_layout_light .title-big p, .title-hero.et_pb_bg_layout_light p, .title-big.et_pb_bg_layout_light  p, .title-hero.et_pb_bg_layout_light  {
color: #004643 !important;
}

.et_pb_nextend_smart_slider_3_fullwidth .title-hero p {
    color: #fff !important;
}


.intro, .content-post p:first-child {
    font-size: 22px;
    line-height: 1.5em;
}

.intro-big {
    font-size: 30px;
    line-height: 1.5em;
}

.intro-big.et_pb_bg_layout_light strong {
	color: #004643;
}

.intro-big.et_pb_bg_layout_dark strong {
	color: #fff;
}

.quote-big {
	font-size: 1.6em;
	line-height: 1.5em;
}

strong {
    font-weight: 700;
}

.primary-color {
    color: #749f59;
}

.highlight {
  background: linear-gradient(180deg,rgba(255,255,255,0) 50%, #e2caa6 50%);
}

h1.preheader-white, h1.et_pb_module_header, .preheader-white h1, .preheader-white h2, .preheader-white h3, .preheader-white p, h3.preheader-white {
    font-size: 13px !important;
    color: #fff !important;
	font-weight: 400 !important;
	margin-bottom: 20px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding:  6px !important;
	border-radius: 6px;
	width: auto;
	display: inline-block;
	background: rgba(255,255,255,.05);
		-webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
	border: 1px solid rgba(255,255,255,.12);
	line-height: 1.2em;
	font-family: 'IBM Plex Sans', Helvetica, Arial, Lucida, sans-serif !important;
}

h1.preheader, .preheader h1, .preheader h2, .preheader h3, .preheader p {
	    font-size: 13px !important;
    color: #1b1b1b !important;
	font-weight: 400 !important;
	margin-bottom: 20px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding:  6px !important;
	border-radius: 6px;
	width: auto !important;
	display: inline-block !important;
	background: rgba(0,0,0,.05);
		-webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
	border: 1px solid rgba(0,0,0,.12);
	line-height: 1.2em;
	font-family: 'IBM Plex Sans', Helvetica, Arial, Lucida, sans-serif !important;
}

p.preheader, p.preheader-white {
	margin-bottom: 20px !important;
	padding: 6px !important;
	line-height: 1.2em;
}

.preheader p:not(.has-background):last-of-type {
    padding-bottom: 6px !important;
}

h2.preheader {
	color: #749f59 !important; 

}

/* h1.et_pb_module_header {
    font-size: 13px !important;
    color: #fff !important;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: uppercase;
	font-family: 'IBM Plex Sans', Helvetica, Arial, Lucida, sans-serif !important;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.25);
    width: auto;
    display: inline-block;
    border-radius: 6px;
    margin-bottom: 20px;
} */

.text-small {
    font-size: 13px !important;
	font-weight: 400;
	padding-bottom: 20px;
	line-height: 1.4em;
}


#et-info, #et-secondary-menu>ul>li a {
    font-weight: 400;
}

#et-top-navigation nav>ul>li>a {
    font-weight: 400;
}

.h3-small h3 {
	font-size: 20px;
	line-height: 1.3em;
	padding-bottom: 12px;
}

/* TOP BAR */

#logo {
    max-width: 250px;
	    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#logo:hover {
    opacity: .6;
}

/* NAVIGATION */

#et_search_icon:before {
    color: #999;
}

#main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	    border-bottom: 1px solid rgba(255, 255, 255, .3);
}


.blog #main-header, .single #main-header, .search #main-header, .archive #main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


#top-menu li {
	padding-right: 25px;
}

#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, #top-menu li.current_page_item>a {
    color: #fff;
    font-weight: 900;
    text-decoration: underline;
}

/* SUB NAVIGATION */

/* #top-header {
    padding-top: 5px;
    padding-bottom: 5px;
} */

/* SLIDER / HERO SECTION */

.et-pb-arrow-prev:before {
	content: "\23";
}

.et-pb-arrow-next:before {
	content: "\24";
}


.et_pb_fullwidth_header {
    padding-top: 8% !important;
    padding-bottom: 8% !important;
}

.et_pb_fullwidth_header.hero-small {
    padding-top: 6% !important;
    padding-bottom: 5% !important;
}

.et_pb_fullwidth_header.hero-pullup {
    padding-top: 4% !important;
    padding-bottom: 168px !important;
}

.hero-front {
    padding-top: 16% !important;
    padding-bottom: 12% !important;
}

.hero-front .et_pb_text {
    max-width: 560px;
}

.hero-front .et_pb_row {
	padding-top: 0px !important;
	padding-bottom: 0px;
}

.et_pb_fullwidth_header .header-content {padding: 0px;}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    margin-left: 0;
    text-align: left;
    margin-right: 0;
    max-width: 760px;
	margin-top: 0%;
	margin-bottom: 0%;
}

@media (min-width: 981px) {
	
	.et_pb_gutters3 .et_pb_column_2_3.et_pb_specialty_column, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
		width: 57.8% !important;
	}
	
	.et_pb_gutters3 .no-pullup .et_pb_column_1_3.et_pb_column_single, .no-pullup.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		width: 36.7% !important;
		margin-top: 0px;
	}
	
	 .et_pb_gutters3 .pullup .et_pb_column_2_3.et_pb_specialty_column, .pullup.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
		width: 57.8% !important;
	}
	.et_pb_gutters3 .pullup .et_pb_column_1_3.et_pb_column_single, .pullup.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		width: 36.7% !important;
		margin-top: -150px;
	}
	
	
}

@media (min-width: 981px) {
	 .et_pb_gutters3 .et_pb_column_3_4.et_pb_specialty_column, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
		width: 67.8% !important;
	}
	.et_pb_gutters3 .et_pb_column_1_4.et_pb_column_single, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
		width: 26.7% !important;
	}
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {max-width: 1300px !important; width: 90% !important;}

.et_pb_header_content_wrapper {margin-bottom: 15px;}

.et_pb_fullwidth_header.hero-subpage .et_pb_fullwidth_header_container.left .header-content {
    max-width: 730px;
	margin-top: 4%;
	margin-bottom: 0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 90%;
    max-width: 960px;
    margin: 5% auto 5%;
}

.et_pb_fullwidth_header.hero-callout .et_pb_fullwidth_header_container.center .header-content {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}


/* SIDEBAR */

#sidebar li a {
    padding-left: 0px;
    transition: all 0.2s;
}

 #sidebar li a:hover {
     padding-left: 15px; 
} 

 #sidebar li a::before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #000000;
    font-family: 'ETmodules';
    content: "\35";
	 display: inline-block !important;
} 

#sidebar ul {
}

#sidebar .et_pb_widget ul li {
        margin-bottom: 7px !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 7px;
}

.post-date {
    display: block;
    position: relative;
    font-size: 13px;
    color: #999;
}

/* FOOTER */

#main-footer>.container {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

#footer-widgets .footer-widget li {
    padding-left: 0;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

#main-footer .widget_recent_entries li a, #main-footer .widget_nav_menu li a, .et-l--footer .widget_nav_menu li a {
    padding-left: 0px;
    transition: all 0.2s;
}

.footer-widget h4 {font-weight: 900;}

.bottom-nav, .bottom-nav a {
    font-size: 13px;
}

#main-footer .widget_recent_entries li a:hover, #main-footer .widget_nav_menu li a:hover {
    padding-left: 8px;
}

#main-footer .widget_recent_entries li a::before, #main-footer .widget_nav_menu li a::before, .et-l--footer .widget_nav_menu li a::before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #749f59 !important;
    font-family: 'ETmodules';
    content: "\35";
	display: inline-block !important;
}

.et_pb_widget_area_left {
    border-right: none;
    padding-right: 0;
}

.et_pb_widget li a:hover, #main-footer .widget_nav_menu li a:hover {
    padding-left: 8px;
}

.et_pb_bg_layout_dark .et_pb_widget li a:hover {
    color: #fff !important;
}

.et_pb_widget li a::before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #749f59;
    font-family: 'ETmodules';
    content: "\35";
	display: inline-block !important;
	display: none !important;
}

/* .fwidget a {color: rgba(0,0,0,0.4) !important;} */

.et_pb_widget ul li {
    /* margin-bottom: .5em;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: .5em;*/
	margin-bottom: 0.3em;
}

.main-content-section .et_pb_widget li a::before {display: none !important;}

.more-link {
    background-color: #02132c;
    padding: 10px 35px;
    color: #fff !important;
    top: 15px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
	border-radius: 50px;
	max-width: 140px !important;
}

.et_pb_posts .et_pb_post {
    position: relative;
    border-top: 1px solid #e1e1e1 !important;
    padding-top: 60px !important;
    margin-bottom: 80px !important;
}

/* BLOG POSTS */

.single #sidebar {display: none !important;}

.single #left-area {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
}

.single-post .post-meta {text-align: center; display: block;}
.single-wpcm_vehicle .post-meta {text-align: center; display: none;}

.et_pb_blog_grid .et_pb_post {
    padding: 0;
    border: none;
    background-color: #fff;
}

.et_pb_blog_grid .et_pb_post h2.entry-title {
    padding-bottom: 8px;
    text-align: left;
}
.published {    font-size: 13px;    color: #999;}
.et_pb_blog_grid .post-meta {padding-bottom: 10px;}

.et_monarch .et_social_inline_top {margin-bottom: 10px;}
.et_pb_blog_grid img {border-radius: 8px;}

.et_pb_blog_grid .et_pb_image_container {
    margin: 0px 0px 20px 0px;
}

.blog .et_pb_posts article {
	margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.et_pb_blog_grid article {margin-bottom: 68px !important;}

.wp-block-video {margin-top: 40px; margin-bottom: 40px;}

.main-content-section .wp-block-image {
	margin-top: 40px;
}

.main-content-section .wp-block-gallery {
	margin-top: 20px;
}

.main-content-section .wp-block-gallery {
	margin-bottom: 40px;
}

.main-content-section .wp-block-image img {
	border-radius: 10px !important;
	overflow: hidden;
}

.main-content-section .wp-block-gallery .wp-block-image img {
	border-radius: 0px !important;
}

/* BLOG POSTS */

.post .forbehold {display: none !important;}
.post .et_post_meta_wrapper img {margin-top: 34px;}

.et_pb_post .post-meta {
    font-size: 13px !important;
    color: #999;
}

.et_pb_post h1.entry-title, .et_pb_post h2.entry-title {
    padding-bottom: 8px;
}

.single .et_pb_post {
    margin-bottom: 0;
    /* padding-bottom: 68px; */
}

.sb_mod_acf_table_item_label {
    display: none !important;
}

.single-post .post-meta {display: block;}

.et_pb_blog_grid .et_pb_post {
    padding: 0;
    border: none;
background: rgba(255,255,255,0);
}

.et_pb_blog_grid .et_pb_post h2.entry-title {
    padding-bottom: 8px;
    text-align: left;
}
.published {    font-size: 13px;    color: #999;}
.et_pb_blog_grid .post-meta {padding-bottom: 10px;}

.et_monarch .et_social_inline_top {margin-bottom: 10px;}

.signup-box {background: #262b34; padding: 34px; margin-top: 100px; color: #fff; text-align: center;}
.signup-box h3 {color: #fff; padding-top: 14px;}
.signup-box img {margin-left: auto; margin-right: auto; text-align: center;}

/* C2A SERVICES */

.c2a-services .et_pb_column {background-color: #fff; border-radius: 8px;
    box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
		-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.c2a-services .et_pb_column.et_pb_column_empty {background-color: rgba(255,255,255,0); border-radius: 8px;
    box-shadow: none !important;
    -webkit-box-shadow:  none !important;
    -moz-box-shadow:  none !important;
}

.c2a-services .et_pb_blurb_container {padding: 0px 30px 0px; font-size: 16px;}

.c2a-services .et_pb_button_module_wrapper {
	margin: 0px 30px 20px !important;
}

.c2a-services .et_pb_button {
	width: 100%;
}

.c2a-services .et_pb_blurb_content {
	min-height: 520px;
}

.c2a-services .et_pb_blurb_content h4 {padding-bottom: 10px;}
.c2a-services .et_pb_main_blurb_image img {border-radius: 10px 10px 0 0;}

/* BLURPS */

.et_pb_blurb_position_left h4.et_pb_module_header, .et_pb_blurb_position_left h3.et_pb_module_header {
	font-size: 20px !important;
	padding-bottom: 15px;
	padding-top: 8px;
}

h4.et_pb_module_header, h3.et_pb_module_header {
	font-size: 22px !important;
	padding-bottom: 10px;
	padding-top: 8px;
}

.et_pb_promo h4.et_pb_module_header, .et_pb_promo h3.et_pb_module_header {
	padding-bottom: 8px;
}

.dwd-main-blurb-image .et_pb_main_blurb_image {
	margin-bottom: 0px !important;
}

.dwd-perky-content-inner .dwd-perky-content-inner-wrap {
	display: none !important;
}

.et_pb_blurb_description {
	font-size: 16px;
}

/* VIDEO */

.invis-video iframe {
	opacity: 0;
}



.et_pb_video_overlay_hover {
    background: rgba(0,0,0,0.20);
}

.invis-video .et_pb_video_overlay_hover:hover {
    background-color: rgba(0,0,0,10) !important;
}

.invis-video .et_pb_video_overlay {
	background: none !important;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 40px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-left .video-play-button {
	left: 40px !important;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #749f59;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  /* background: #fa183d; */
	background: rgba(255,255,255,0.2);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
top: -16px;
    left: 9px;
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
}

.btn-video {
	position: relative; height: 450px;
	/* margin-top: 60px; */
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


/* MEDARBEJDERE */

.medarbejdere .et_pb_promo_description {
	max-width: 360px;
    margin: 340px 0 0;
    padding: 0px;
	color: #fff !important;
}

.medarbejdere .et_pb_promo_description h4 {
	color: #fff !important;
	font-size: 22px !important;
}

.et_pb_team_member_description {font-size: 13px;}
.et_pb_team_member_description h4 {
}


.et_pb_member_position {
    padding-bottom: 8px !important;
}

.medarbejdere p:not(.has-background):last-of-type {
    padding-bottom: 0px !important;
}

.medarbejdere .entry-content .et_pb_member_social_links {
    margin-top: 0px;
}

.medarbejdere ul {
    list-style-type: disc;
    padding: 1px 0 28px 2em;
}

.medarbejdere .et_pb_member_social_links {
    margin-top: 0px !important;
}

.medarbejdere h4.et_pb_module_header, .medarbejdere h3.et_pb_module_header {
    padding-bottom: 0px;
	font-size: 20px !important;
}

.medarbejdere .et_pb_team_member {
	background-color: #004643;
	border-radius: 10px !important;
	color: #fff;
	overflow: hidden;
}

.medarbejdere h4.et_pb_module_header {
	color: #fff !important;
}

.medarbejdere p {
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 1.7em !important;
}

.medarbejdere .et_pb_member_position {
	padding-top: 0px;
	padding-bottom: 10px;
}

.medarbejdere .et_pb_team_member_description {
	padding: 0px 15px 30px;
}

.medarbejdere a {
	color: #fff !important;
}



/* MEDARBEJDERE 2 TIL KONTAKTSIDE */

.medarbejdere-2 h4.et_pb_module_header, .medarbejdere-2 h3.et_pb_module_header {
    font-size: 20px !important;
    padding-bottom: 0px;
    padding-top: 8px;
}

.medarbejdere-2 .et_pb_team_member_description h4 {
	margin-top: 0px !important;
}

.medarbejdere-2 .et_pb_team_member_description {
    font-size: 13px;
    margin-top: -85px;
	background: linear-gradient(180deg, rgba(16,26,35,0) 0%, rgba(16,26,35,1) 100%);
}

.medarbejdere-2 .et_pb_member_position {
    padding-bottom: 40px !important;
}

.medarbejdere-2 .et_pb_team_member_image img {
	border-radius: 4px;
}



/* FAQ SPØRGSMÅL & SVAR */

.et_pb_toggle.et_pb_toggle_item {
    margin-bottom: 0px !important;
	border-radius: 10px;
}

.et_pb_toggle.et_pb_module{
    margin-bottom: 12px !important;
}

.et_pb_toggle_close {
	background: #fff;
	border: none;
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.et_pb_toggle_open {
	background: #fff;
	border: none;
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.et_pb_toggle_content {
	padding-bottom: 25px;
}

.et_pb_toggle {
	border-radius: 10px;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.04);
}

.et_pb_toggle_content {
    position: relative;
}

.et_pb_toggle_title:before {
    color: #749f59;
	content: '\59';
	font-size:24px;
}

.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
    color: #004643;
}

.et_pb_toggle.et_pb_toggle_item h5 {
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 18px;
	font-weight: 400 !important;
    color: #004643;
}

.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
	    color: #004643;
}

.et_pb_toggle_open, .et_pb_toggle_close {
	padding: 10px 25px !important;
}



/* BOX-C2A til forsiden */

.box-c2a {
	padding:8% 34px !important;
	-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;
	box-shadow: inset 0px 0px 0px 0px #CCC, inset 0px -500px 150px -50px rgba(0,19,50,0.5);
	font-size: 14px;
}

.box-c2a:hover, .box-c2a:focus {
	padding:8% 34px !important;
	box-shadow: inset 0px 0px 0px 0px #CCC, inset 0px -500px 150px -50px rgba(0,19,50,0.9);
}

.box-c2a .btn-stripped {color: #749f59 !important;}

/* SLIDE ANYTHING */

.et_pb_mini_menu, .et_pb_minimenu_item {
		-webkit-transition:all 1s;-moz-transition:all 1s;transition:all 1s;
}

.et_pb_mini_menu a .sub-title {
	opacity: 0 !important;
	height: 0px;
		-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s;
	
}

.et_pb_mini_menu a.active .sub-title {
	opacity: 1 !important;
	height: auto;
	padding-top: 10px;
}

.et_pb_minimenu_item a {
	border: 1px solid #E4ECF0 !important;
	border-radius: 4px !important;
}

.et_pb_minimenu_item .title {
	font-size: 16px !important;
	padding-top: 3px;
}

.et_pb_minimenu_item a.active {
    border: 1px solid #ECFCFC!important;
}


.as_slide_content_wrapper {
    width: 100% !important;
    text-align: left;
    margin-left: 0;
}

.swiper-slide .intro {
	max-height: 290px;
	overflow: hidden;
}

/* SUPREME SWIPER SLIDER */

/* .dsm_image_carousel .swiper-slide img {
    width: auto;
    max-width: 120px;
	margin-left: 20px;
	margin-right: 20px;
} */

.logo-swiper .dsm_image_carousel .swiper-slide img, .dsm_image_carousel.logo-swiper .swiper-slide img {
    width: auto;
    max-width: 120px;
	margin-left: 20px;
	margin-right: 20px;
	max-height: 90px;
}



.swiper-button-prev, .swiper-button-next {
    height: 60px;
    width: 60px;
}

/* .swiper-button-prev {
    left: 40px !important;
}

.swiper-button-next {
    right: 40px !important;
} */

/* .c2a-cases .dsm_card_carousel_0 .swiper-button-prev, .c2a-cases .dsm_card_carousel_0 .swiper-button-next {
    margin-top: -330px;
} */

.c2a-cases h4.dsm_card_title.et_pb_module_header {
	line-height: 1.3em;
	font-weight: 900;
	font-size: 26px !important;
	max-width: 460px;
}

.c2a-cases .dsm_card_wrapper {
    max-width: 460px;
}

.c2a-cases .dsm_card_wrapper {
	background-image: url('/wp-content/uploads/2023/11/right-6.svg') !important;
    background-position: left 50px bottom 50px !important;
    background-repeat: no-repeat !important;
    background-size: 46px !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.c2a-cases .et_pb_module_inner {
	border-radius: 0px !important;
}



.c2a-cases .dsm_card_wrapper:hover  {
	background-position: left 58px bottom 50px !important;
	background-size: 46px !important;
}

.c2a-cases .dsm_card_wrapper {
	    padding-top: 400px !important;
    padding-right: 50px;
    padding-bottom: 130px !important;
    padding-left: 50px;
}

.c2a-cases .dsm_card_carousel_child_subtitle {
	max-width: 480px;
	margin-bottom: 0px !important;
}


/* SEGMENTS CAROUSEL */

.segments .dsm_card_wrapper {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 34px !important;
    padding-left: 25px;
}

.segments .swiper-slide .et_pb_module_inner {
}




/* CASES */

.dp-dfg-skin-default .dp-dfg-item {
    border: none !important;
	background-color: rgba(255,255,255,0) !important;
}

.dp-dfg-layout-grid .dp-dfg-item {
    padding: 0em 0em !important;
}

.details .dmach-acf-item-content {
	width: 100%;
}

.details .dmach-acf-label {
	    text-align: left;
    float: left;
	font-weight: 900;
}

.details .dmach-acf-item-containter {
	text-align: right;
}

.details .et_pb_de_mach_acf_item {
	margin-bottom: 20px !important;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e6eb;
}

.case-details .dmach-icon-image-content {
	margin-right: 15px;
	padding-top: 4px;
}

.dp-dfg-custom-field:first-child {
	font-size: 13px!important;
    color: rgba(26,34,86,0.61)!important;
}

.dp-dfg-meta {
	margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 16px;
	margin-top: 0px;
}

.dp-dfg-meta .published {
	font-size: 13px!important;
    color: rgba(26,34,86,0.35)!important;
	font-weight: bold;
}

.dp-dfg-content {font-size: 16px !important;}

.cases-gallery .sb_mod_acf_table_item_label {display: none;}

.cases-gallery .et_pb_acf_table table td, .cases-gallery .et_pb_acf_table table th {
    padding: 0px;
}

.single-cases .main-content-section ul li {
		font-size: 15px;
}

.dpdfg_filtergrid .dp-dfg-items article/*, .et_pb_blurb_content*/ {
	    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	margin-bottom: 34px;
	border-radius: 0px !important;
}

.dpdfg_filtergrid img.dp-dfg-featured-image {border-radius: 0px !important;}


.dpdfg_filtergrid .dp-dfg-items article:hover, .nyheder .et_pb_blurb_content:hover {

}

.dpdfg_filtergrid .dp-dfg-items article:hover h1, .dpdfg_filtergrid .dp-dfg-items article:hover h2, .dpdfg_filtergrid .dp-dfg-items article:hover h3, .dpdfg_filtergrid .dp-dfg-items article:hover h4, .nyheder .et_pb_blurb_content:hover h4.et_pb_module_header, .nyheder .et_pb_blurb_content:hover h4.et_pb_module_header:after {

}

.dpdfg_filtergrid .dp-dfg-items article:hover .dp-dfg-custom-field:first-child, .dpdfg_filtergrid .dp-dfg-items article:hover .dp-dfg-meta .published {

}

.dpdfg_filtergrid.nyheder .dp-dfg-items article:hover .dp-dfg-header h4 a::after {

}

.dp-dfg-skin-default .et_pb_button_wrapper .et_pb_button {
    font-size: 13px !important;
	color: #02132c;
	background: rgba(255,255,255,0);
	border-color: #000000;
}

.nyheder .et_pb_blurb {margin-bottom: 50px !important;}

.nyheder .et_pb_blurb_content, .services .et_pb_blurb_content {}

.dp-dfg-skin-default .dp-dfg-filter a.active, .dp-dfg-skin-default .pagination li.active a, .et-l .dp-dfg-skin-default .dp-dfg-filter a.active, .et-l .dp-dfg-skin-default .pagination li.active a {
	color: #fff !important;
    background-color: #2c2c2c !important;
}

.dp-dfg-filters {
	margin-bottom: 0px !important;
}

.dp-dfg-filters .dp-dfg-level {
	float: left;
}

/* FILTER GRID */

/* .dp-dfg-items article, .nyheder .et_pb_blurb_content, .services .et_pb_blurb_content {
	background-image: url('/wp-content/uploads/2021/11/right.svg') !important;
	background-position: left 0px bottom 0px !important;
	background-repeat: no-repeat !important;
	background-size: 26px !important;
	    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
} 

.dp-dfg-items article:hover, .nyheder .et_pb_blurb_content:hover, .services .et_pb_blurb_content:hover  {
	background-position: left 20px bottom 0px !important;
} */

.dp-dfg-header {
	padding: 25px 0px 0px !important;
}

/* .cases .dp-dfg-header h4 a::before {
	content: 'CASE: ';
}

.cases .dp-dfg-custom-field:first-child::before {
	content: 'Kunde: ';
} */


.cases .dp-dfg-header {
	    padding: 25px 25px 0px !important;
    margin-top: -105px !important;
	background: rgb(0,0,0);
background: linear-gradient(360deg, rgba(0,0,0,0.8688068977591037) 0%, rgba(0,0,0,0.5018601190476191) 50%, rgba(0,0,0,0) 100%);
}

.cases .dp-dfg-header h2.entry-title {
	    color: #fff !important;
}

.cases .dp-dfg-skin-default .dp-dfg-meta {
    margin-top: -60px !important;
	color: #fff !important;
	padding-left: 25px;
}

.cases .dp-dfg-skin-default .dp-dfg-header h2.entry-title {
    font-size: 2em;
}

.cases .dpdfg_filtergrid .dp-dfg-items article {
    margin-bottom: 0px !important;
    border-radius: 10px !important;
}

.nyheder .dp-dfg-header, .nyheder h4.et_pb_module_header, .services h4.et_pb_module_header {
	padding: 25px 0px 0px !important;
	position: relative;
}

.nyheder h4.et_pb_module_header::after {
	    right: 20px;
}

.nyheder .dp-dfg-skin-default .dp-dfg-item>div:last-of-type {
	padding-bottom: 0px !important;
}

/* FILTERGRID PAGINATION */

.dp-dfg-pagination .pagination a, .dp-dfg-skin-default .dp-dfg-filter a {
    color: #2b2b2b;
    font-size: 13px !important;
	font-weight: 700;
	text-transform: uppercase;
    display: block;
    overflow: hidden;
    height: auto;
    margin: -1px -1px 0 0;
    padding: .6em 2.2em;
	border: 1px solid #e1e1e1 !important;
    border-radius: 80px;
    margin-left: 4px !important;
    margin-right: 4px !important;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.dp-dfg-filters {
	margin-bottom: 20px !important;
	margin-top: 10px !important;
}

.dp-dfg-skin-default .dp-dfg-filter a.active, .dp-dfg-skin-default .pagination li.active a {
    color: #fff !important;
    background-color: #e0e0e0 !important;
}

/* BLURB SERVICES */

.dp-dfg-items article, .services .et_pb_blurb_content {
	    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	background-color: none;
}

.services .dp-dfg-items article h4, .services .et_pb_blurb_content h4 {
		    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.services .dp-dfg-items article:hover h4, .services .et_pb_blurb_content:hover h4 {
	color: #749f59 !important;
}

.services h4.et_pb_module_header {
	padding: 30px 30px 3px 30px !important;
	position: relative;
	font-size: 21px;
}

.services .et_pb_blurb_content {
	
}

/* .services .dp-dfg-header h4 a::after, .services h4.et_pb_module_header::after {
    position: absolute;
    margin-right: 0px;
    top: 25px;
    right: 15px;
    font-family: 'ETmodules';
    content: "\24";
    font-weight: 900;
    font-size: 32px;
    color: #00bada;
} */

/* .services h4.et_pb_module_header::after {
	    right: 20px;
} */

/* CUSTOM TING
.nyheder .dp-dfg-header h4 a::after, .nyheder h4.et_pb_module_header::after {
    position: absolute;
    margin-right: 0px;
    top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    padding: 25px 22px;
    padding: bottom;
    font-family: 'ETmodules';
    content: "\24";
    font-weight: 900;
    font-size: 32px;
    color: #00bada;
    background: #00bada;
    height: 19px;
}

.nyheder h4.et_pb_module_header::after {
    right: 0px;
} */

.nyheder .et_pb_main_blurb_image, .services .et_pb_main_blurb_image {
	margin-bottom: 0px;
}



.selskaber .et_pb_main_blurb_image {
	margin-top: 34px;
	max-width: 200px;
	max-height: 80px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}

.selskaber .et_pb_blurb_content {
    text-align: left;
}

.nyheder .et_pb_blurb_container, .services .et_pb_blurb_container {
	margin-top: -9px;
}

.nyheder .et_pb_blurb_description {
	padding: 0 0px 50px 0px;
}

.services .et_pb_blurb_description {
	padding: 0 34px 0px 34px;
}


.dp-dfg-content.entry-summary {
	    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 80px !important;
    padding-top: 0px !important;
}


/* NUMBER COUNTER */

.et_pb_number_counter .percent p {
	    font-size: 46px !important;
    line-height: 1.2em;
    font-weight: 900;
}

.et_pb_circle_counter, .et_pb_number_counter {
    margin: 0 auto 10px;
}

.et_pb_number_counter .percent {
    height: 46px;
    position: relative;
}

.et_pb_number_counter h4.title {
	font-size: 16px !important;
	font-weight: 400 !important;
	opacity: 0.6;
}


/* C2A SERVICES */

.c2a {
	 transition: all 0.2s;
}

.c2a .et_pb_main_blurb_image {
    margin-bottom: 20px;
	height: 74px;
	display: inline-block !important;
}

.c2a .et_pb_main_blurb_image img {
    max-width: 74px;
	max-height: 74px;
}

.c2a .et_pb_blurb_position_top .et_pb_main_blurb_image img {
    max-width: 74px;
	max-height: 74px;
}

.c2a .et_pb_blurb_position_top .et_pb_main_blurb_image {
    margin-bottom: 20px;
	height: 74px;
	display: flex; 
    flex-direction: column; 
    justify-content: center;
}

.c2a .et_pb_blurb_position_top .et_pb_image_wrap {
	vertical-align: center;	
}

.c2a-logoer {
	 transition: all 0.2s;
}

.c2a-logoer .et_pb_main_blurb_image {
    margin-bottom: 20px;
	height: 48px;
	display: inline-block !important;
}

.c2a-logoer .et_pb_main_blurb_image img {
    max-width: 180px;
	max-height: 48px;
}

.c2a-logoer .et_pb_blurb_position_top .et_pb_main_blurb_image img {
    max-width: 180px;
	max-height: 48px;
}

.c2a-logoer .et_pb_blurb_position_top .et_pb_main_blurb_image {
    margin-bottom: 20px;
	height: 48px;
	display: flex; 
    flex-direction: column; 
    justify-content: center;
}

.c2a .et_pb_blurb_position_top .et_pb_image_wrap {
	vertical-align: center;	
}


/* KUNDEUDTALELSER */ 

.kundeudtalelser .dsm_card_carousel_child_description strong {
	color: #0c1c49 !important;
}

.kundeudtalelser .dsm_card_carousel {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.kundeudtalelser .dsm_card_carousel .swiper-container {
	padding-left: 15px !important;
    padding-right: 15px !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

@media only screen and (min-width: 1140px) {
    .kundeudtalelser .dsm_card_carousel .swiper-container {
	padding-left: 130px !important;
    padding-right: 130px !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

}

.kundeudtalelser .dsm_card_wrapper {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}

.kundeudtalelser .dsm_card_carousel_child {
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
/*         box-shadow: 0 5px 15px 0px rgba(0,0,0,.107) !important;
    -webkit-box-shadow: 0 5px 15px 0px rgba(0,0,0,.07) !important;
    -moz-box-shadow: 0 8px 15px 0px rgba(0,0,0,.07) !important; */
}

.kundeudtalelser .dsm_card_carousel_child_image_wrapper {
	margin: 25px 20px 0 25px;
    float: left;
    width: 74px;
}

.kundeudtalelser .dsm_card_title.et_pb_module_header {
	
}

.kundeudtalelser h4.et_pb_module_header, .kundeudtalelser h3.et_pb_module_header {
    font-size: 18px !important;
    padding-bottom: 5px;
    padding-top: 37px;
	background-image: url('/wp-content/uploads/2024/05/5-stjerner-t-1.png');
	background-position: 98px 15px;
	background-repeat: no-repeat;
	background-size: 100px;
	min-height: 93px;
}

.kundeudtalelser .dsm_card_carousel_child_subtitle {
    margin-bottom: 30px;
	margin-top: 10px;
    display: block;
    width: 100%;
    float: left;
    min-height: 130px;
	font-size: 16px;
    line-height: 1.7em;
}

.kundeudtalelser .dsm_card_carousel_child_description {
		font-size: 14px;
    line-height: 1.7em;
	font-weight: 700;
}


.kundeudtalelser .swiper-arrow-button, .kundeudtalelser .dsm_card_carousel .swiper-button-prev, .kundeudtalelser .dsm_card_carousel .swiper-button-next {
    top: -40px !important;
    background: rgba(2,39,52,0.1) !important;
}

@media only screen and (min-width: 641px) {
	.kundeudtalelser .dsm_card_carousel .swiper-button-prev {
		left: auto !important;
		right: 100px !important;
		/* width: 30% !important; */
		margin-left: 17.5% !important;
		border-radius: 200px;
	}
}

@media only screen and (min-width: 641px) {
	.kundeudtalelser .dsm_card_carousel .swiper-button-next {
		right: 40px !important;
	}
}

.kundeudtalelser .swiper-button-next, .kundeudtalelser .swiper-button-prev {
    background-image: none!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 50px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-style: solid;
	border-radius: 200px;
}

/* UDTALELSER */

.udtalelser .dsm_card_carousel img {
	max-width: 74px;
    margin-bottom: 20px;
}

.udtalelser .dsm_card_carousel_child_subtitle {
	padding-bottom: 0px;
}

.udtalelser .dsm_card_carousel_child_subtitle {
	font-size: 13px;
    line-height: 1.3em;
	font-weight: 400;
}

/* COOKIE */

#cookie-law-info-bar {
    font-size: 15px;
    margin: 0 auto;
    padding: 12px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    display: none;
    left: 0;
    font-weight: 300;
    box-shadow: 0 -1px 10px 0 rgb(172 171 171 / 30%);
    width: 80%;
    max-width: 800px;
}

/* CONTACTFORM */

.et_pb_contact p input, .et_pb_contact p textarea {
-webkit-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    width: 100%;
    border-width: 0;
    border-bottom: 2px solid #e1e1e1;
    border-radius: 0;
    color: #999;
    font-size: 16px;
    padding: 16px;
    border-radius: 0;
}

.et_pb_contact_select {
    color: #000;
    font-weight: bold;
    background-color: #fff;
    padding: 14px 20px 14px 20px;
    font-size: 16px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
	-moz-appearance:  auto !important;
    -webkit-appearance: auto !important;
    appearance: auto !important;
}

.et_pb_contact_field.et_pb_contact_field_last {
	margin-bottom: 30px !important;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 14px 20px;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 15px !important;
}

.wpcf7-submit.et_pb_button {
    width: auto !important;
    max-width: 100%;
    background-color: #fa3151 !important;
    border-color: #fa3151 !important;
	border: 2px solid #fa3151 !important;
}






.play {
	animation: pulse 2s infinite;
	border-radius: 500px;
	margin-left: auto !important;
	margin-right: auto !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(137, 181, 109, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(137, 181, 109, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(137, 181, 109, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(137, 181, 109, 0.4);
    box-shadow: 0 0 0 0 rgba(137, 181, 109, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(137, 181, 109, 0);
      box-shadow: 0 0 0 20px rgba(137, 181, 109, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(137, 181, 109, 0);
      box-shadow: 0 0 0 0 rgba(137, 181, 109, 0);
  }
}


/* UDTALELSER */

.udtalelser .dsm_card_carousel img {
	max-width: 80px;
    margin-bottom: 40px;
}

.udtalelser .dsm_card_carousel .dsm_card_carousel_child_description img {
	max-width: 80px;
}

.udtalelser .dsm_card_carousel_child_subtitle {
	padding-bottom: 0px;
}

.udtalelser .dsm_card_carousel_child_subtitle {
    font-size: 36px;
    line-height: 1.3em;
}

.udtalelser.img-round .dsm_card_carousel_child_image_wrapper img {
		border-radius: 200px !important;
	}

.dp-dfg-layout-grid .dp-dfg-image, .dp-dfg-layout-grid .dp-dfg-overlay {
    margin: 0 !important;
	border-radius: 10px !important;
	overflow: hidden;
}

/* CONTACT INFO */

.contact-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-information .info:first-of-type {
    margin-left: 0;
}

.contact-information .info {
    margin-top: 56px;
    margin-left: 56px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding-right: 32px;
}

.contact-information .info:last-of-type {
    border-right: 0;
    padding-right: 0;
}

.contact-information .info a {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    color: #749f59;
}

.contact-information .info .text {
    margin-top: 10px;
}

/* USECASES */

.usecases .dsm_icon_list li.dsm_icon_list_child {
	display: inline-block;
	width: auto;
	padding: 6px 20px 6px 16px; 
	border-radius: 25px; 
	background: rgba(255,255,255,0.07);
	margin-right: 8px;
	margin-bottom: 8px !important;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
	border: 1px solid #3b3b3b;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.usecases .dsm_icon_list li.dsm_icon_list_child:hover {
	background: #749f59 !important;
	color: #fff !important;
}

.usecases .dsm_icon_list li.dsm_icon_list_child:hover a, .usecases .dsm_icon_list li.dsm_icon_list_child:hover .dsm_icon_list_icon {
	color: #fff !important;
}

/* FLICKER */

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.rotate { animation: rotation 12s infinite linear; } @keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }



@media only screen and (min-width: 981px) {
    .ledige-stillinger a::before {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-right: 10px;
        border-radius: 50%;
        background: #749f59;
        cursor: pointer;
        box-shadow: 0 0 0 rgba(189, 166, 159, 0.4);
        animation: pulse 2s infinite;
        content: ' ';
        position: relative;
        top: 0px;
    }
	
	.et_pb_module.bounce {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		width: 600px;
	}
}

/* BOUNCE */ 
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-6px);
  }
}



.et_pb_module.bounce img {
	max-width: 50px !important;
	margin-left: 0px;
}

/* ADDITION CSS */

h5.dsm_card_title.et_pb_module_header  {
		padding-bottom: 0px !important;
	}

.dsm_card_carousel .dsm_card_carousel_child_subtitle {
	line-height: 1.5em !important;
}

.bg-green .dsm-readmore-shadow[data-readmore]:after, .bg-green .dsm-readmore-shadow [data-readmore]:after {
	    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #004643), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, #004643 10%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(bottom, #004643 10%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top, #004643 10%, rgba(0, 0, 0, 0) 100%);
}

.mask-image {
    max-height: 100%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    opacity: 1;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
margin-left: auto;
margin-right: auto;
position: relative;
}

.et-l.et-l--footer {
	overflow: visible !important;
}   

.kontaktpersoner .et_pb_blurb_container {
	padding-left: 34px;
}

.kontaktpersoner .et_pb_main_blurb_image {
	border-radius: 10px;
	overflow: hidden;
}

.kontaktpersoner .et_pb_blurb_description {
	padding-top: 26px;
}


.slider-kontakt .dsm_image_carousel_item img {
	border-radius: 10px;
	overflow: hidden;
	 border: 15px solid rgba(255, 255, 255, 0.1);
}

.et_pb_accordion .et_pb_module.et_pb_accordion_item.et_pb_toggle.et_pb_accordion_item {
    border-top-width: 1px !important;
	border-top-color: #ccc !important;
	border-top-style: solid !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.et_pb_testimonial_author {
    margin-top: 32px;
    font-weight: 700;
    display: block;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    padding-top: 32px;
    color: #c14149;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.et_pb_testimonial_position {
    font-size: 14px;
    opacity: 0.6;
}

.et_pb_testimonial_content {
	font-style: italic;
}

.et_pb_testimonial {
    background-color: #f4f4f4 !important;
    border-radius: 10px 10px 10px 10px !important;
    overflow: hidden !important;
    border-top: 5px solid #749f59!important;
    padding-top: 10% !important;
    padding-right: 10% !important;
    padding-bottom: 10% !important;
    padding-left: 10% !important;
    margin-bottom: 68px !important;
    overflow: visible !important;
	border-bottom: 0px solid #fff!important;
	border-left: 0px solid #fff!important;
	border-right: 0px solid #fff!important;
}

#afdelinger .dsm_card_wrapper {
	padding-right: 10px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}

#afdelinger .dsm_card {
    padding-right: 0px !important;
    margin-right: 0px !important;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

#afdelinger h4.et_pb_module_header, #afdelinger h3.et_pb_module_header {
    font-size: 18px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

#afdelinger .dsm_card_subtitle {
	font-size: 14px !important;
	padding-bottom: 20px !important;
}

#afdelinger .dsm_card_description {
	line-height: 1.3em !important;
}

#afdelinger .dsm_card_description a {
	color: #749f59 !important;
}


#recent-posts-2 h4 {
	display: none !important;
}

.trustpilot-widget {
	width: 280px !important;
    margin-left: -4px !important;
}


.projekter .dsm_blog_carousel .swiper-button-prev {
    left: auto;
    right: 60px;
}

.projekter .swiper-button-prev {
    left: auto !important;
    right: 70px !important;
}

.projekter .swiper-button-next {
    right: 0px !important;
}

.projekter .dsm_card_carousel .swiper-button-next, .projekter .dsm_card_carousel .swiper-button-prev {
    height: 60px;
    width: 60px;
    background-image: none;
    background-size: initial;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -30px;
    top: -60px;
}

.dsm-entry-meta {
	font-size: 14px !important;
	color: rgba(12,44,81,0.5)!important;
}

.dsm-entry-header h4.dsm-entry-title {padding-bottom: 5px !important;}

footer, .et-l--footer, #main-content {
    overflow: hidden !important;
}

.dsm_content_timeline_0 .dsm-content-timeline-item-wrapper:nth-child(even) .dsm-content-timeline-date.dsm-desktop {
    text-align: left !important;
}

.dsm_content_timeline_0 .dsm-content-timeline-item-wrapper .dsm-content-timeline-date.dsm-desktop {
    top: -5px;
    position: relative;
}

.dsm_content_timeline_0 .dsm-content-timeline-content-wrapper .dsm-title {
padding-bottom: 10px;
}

.dsm-timeline-content {
    margin-top: 2px !important;
}

.dsm-left .dsm-content-timeline-content-wrapper {
    top: -10px;
}

.dsm-content-timeline-date.dsm-desktop .date, .dsm-content-timeline-date .date {
	text-shadow: none !important;
	font-weight: 700 !important;
}

.page-id-243514 .the-authors {
	display: none;
}

.et_fixed_nav #et-top-navigation {
    -webkit-transition: all 0s ease-in-out !important;
    transition: all 0s ease-in-out !important;
}

#page-container {
    overflow-y: hidden;
	overflow-x: hidden;
}

.dsm_icon_list .dsm_icon_list_icon {
    font-size: 16px;
    margin-top: 5px;
	font-weight: 900;
}



.dsm-text-divider-before.dsm-divider {
    margin: 0 10px 0 0px;
}

.dsm-text-divider-after.dsm-divider {
    margin: 0 0px 0 10px;
}

.divider-left .dsm-divider {
    margin: 0 0 0 10px;
}

.et_divi_100_custom_hamburger_menu--type-4 .et_divi_100_custom_hamburger_menu__icon div {
    width: auto;
}

.et_pb_image .et_pb_image_wrap img[src*=".svg"] {
    width: 100%;
}

::selection {
  background: #749f59;
	color: #fff;
}


.et_pb_team_member:hover ul.et_pb_member_social_links a.et_pb_font_icon {
	color: #749f59 !important;
}


.text-outlined {
	    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
	text-shadow: none !important;
}

.spin {
  transition: transform 1.7s ease-in-out;
}

.spin:hover {
  transform: rotate(80deg);
}

.et_pb_contact p input[type=checkbox]+label i, .et_pb_contact p input[type=radio]+label i, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i {
	background-color: rgba(0,0,0,0.1);
}

.breadcrumb a {
	color: rgba(255,255,255,0.6);
	font-size: 13px !important;
}

.breadcrumb {
	padding-top: 34px;
	font-size: 13px !important;
}

.et_pb_contact_field_radio {
	display: inline-block;
	margin-right: 15px;
}

.list-topalign .dsm_icon_list_icon {
	margin-top: 6px;
}

.dsm-bottom-meta img {
	border-radius: 50% !important;
}

.et_pb_newsletter_button::after {
	display: none;
}

.split .et_pb_button_module_wrappers {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
}

.dsm_icon_list.split, .et_pb_module.split {
    max-width: 600px !important;
    width: 100% !important;
	margin-left: auto;
    margin-right: auto;
}

.et_pb_text.split, .split .et_pb_text {
    max-width: 600px;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	display: block;
}

.split-left .et_pb_button_module_wrapper {
    max-width: 600px;
    margin-right: auto;
}

.split-right .et_pb_button_module_wrapper {
    max-width: 600px;
    margin-left: auto;
}

.split .dsm_icon_list {
	    max-width: 600px;
	width: 100%;
	    margin-left: auto;
    	margin-right: auto;
}

.split .et_pb_blurb .et_pb_blurb_content {
	max-width: 600px;
}

.hero .split {
	padding-top: 15vh;
	padding-bottom: 15vh;
}


.vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 



	ul.list-arrows li::before, .main-content-section .et_pb_text ul li::before, .secondary-content-section ul li::before, .et_pb_fullwidth_header ul li::before {
    position: relative;
    margin-right: 10px;
    margin-left: -34px;
    top: 5px;
    color: rgba(0,0,0,0.3);
    font-family: 'ETmodules';
    content: "\35";
    font-weight: 900;
    font-size: 25px;
    color: #749f59;
}

	
	ul.list-arrows, .main-content-section .et_pb_text ul, .secondary-content-section ul, .et_pb_fullwidth_header ul {
    width: 100%;
    margin: 0;
		margin-top: 25px;
    list-style: none;
		list-style-type: none !important;
		    padding: 0 0 1.5em 34px !important;
}

.et_pb_fullwidth_header ul {
		margin-top: 34px;
	font-size: 16px !important;
}

	ul.list-checkmark li::before {
    position: relative;
    margin-right: 10px;
    top: 2px;
    color: rgba(0,0,0,0.3);
    font-family: 'ETmodules';
    content: "\52";
	font-weight: 900;
    font-size: 18px;
    color: #749f59;
}
	
	ul.list-checkmark {
    width: 100%;
    margin: 0;
		margin-top: 25px;
    list-style: none;
		list-style-type: none !important;
		padding: 0 0 1.5em 0 !important;
}

ul.list-checkmark li {
	margin-bottom: 10px;
}


.box-shadow {
    box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
}

.box-shadow-dark {
    box-shadow: 0 20px 60px -10px rgba(0,0,0,.7);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.7);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.7);
}


.shadow-hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.shadow-hover:hover {
    -webkit-box-shadow: 0 8px 75px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 8px 75px rgba(0, 0, 0, .08);
    box-shadow: 0 8px 75px rgba(0, 0, 0, .08);
}

.border-radius {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
		overflow: hidden;
}

.et_pb_video_play:before {

}

.mfp-iframe-holder .mfp-content {
    margin-top: 8%;
}

.c2a-box {
    padding: 50px 34px;
	background: #fff;
	margin-bottom: 40px;
}

.content-box {
    padding: 50px 34px;
	background: #fff;
	margin-bottom: 40px;
	/* box-shadow: 0 6px 18px 0px rgba(0,0,0,.0.07);
    -webkit-box-shadow: 0 6px 18px 0px rgba(0,0,0,.07);
    -moz-box-shadow: 0 6px 18px 0px rgba(0,0,0,.07); */
	border-radius: 10px;
}

/* .content-box:hover {
	    box-shadow: 0 6px 24px 0px rgba(0,0,0,.0.07);
    -webkit-box-shadow: 0 6px 24px 0px rgba(0,0,0,.07);
    -moz-box-shadow: 0 6px 24px 0px rgba(0,0,0,.07);
} */

.card {
    padding: 34px 34px;
	background-color: #f0f5f5;
	margin-bottom: 20px;
	border-radius: 10px;
	background-image: url('/wp-content/uploads/2024/11/circle-dot.png');
	background-size: 10px;
	background-position: right 30px top 35px;
	background-repeat: no-repeat;
	font-size: 16px;
}

.section-light .card {
	background-color: #fff;
}

.card h2, .card h3 {
	padding-bottom: 10px !important;
	padding-right: 40px;
}


.c2a-front .et_pb_column {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.c2a-front .et_pb_column:hover {
	    box-shadow: 0 6px 24px 0px rgba(0,0,0,.0.07);
    -webkit-box-shadow: 0 6px 24px 0px rgba(0,0,0,.07);
    -moz-box-shadow: 0 6px 24px 0px rgba(0,0,0,.07);
}

.content-box-white {
    padding: 34px;
    box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    background: #fff;
    margin-bottom: 10px!important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

a {
    cursor: pointer !important;
    z-index: 9999 !important;
}

/* button {
    color: #fff;
    background-color: #227efb;
    padding: 16px 35px 16px 35px;
    border-radius: 0px;
	border: 2px solid #227efb;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	font-size: 16px;
	font-weight: 900;
} */

/* CUSTOM ICONS */

.icon-media:before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #0db3aa;
    font-family: 'ETmodules';
}

.icon-android:before {
    content: "\e009";
}

/* CONTACT ICONS */

.contact-media:before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #749f59;
    font-family: 'ETmodules';
}

.contact-address:before {
    content: "\e009";
}

.contact-media {
    margin-bottom: 2px;
}

.contact-phone:before {
    content: "\e090";
}

.contact-login:before {
    content: "\e00";
}

.contact-email:before {
    content: "\e010";
}

.contact-fax:before {
    content: "\e103";
}



/* ANIMATION SPEED */

.et_pb_animation_right.et-animated {
    opacity: 1;
    -webkit-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation-name: fadeRight;
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-delay: initial;
    animation-iteration-count: 1;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}

.et_pb_animation_left.et-animated {
    opacity: 1;
    -webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation-name: fadeLeft;
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-delay: initial;
    animation-iteration-count: 1;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}

.et_pb_animation_bottom.et-animated {
    opacity: 1;
    -webkit-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation-name: fadeBottom;
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-delay: initial;
    animation-iteration-count: 1;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}

#et-secondary-nav a {
    -webkit-transition: background-color .2s, color .2s ease-in-out;
    -moz-transition: background-color .2s, color .2s ease-in-out;
    transition: background-color .2s, color .2s ease-in-out;
}


/* POPUP */

.evr_fb_popup_modal {
    background: rgba(24,22,36,0.9);
}

#popup-kontakt.et_pb_section {
    background: none !important;
}

/* #popup-kontakt div.et_pb_row {
	width: 100% !important;
} */

#popup-kontakt .et_pb_contact p input, #popup-kontakt .et_pb_contact p textarea {
    padding: 14px;
    border: 1px solid rgba(0,0,0,0.1);
    color: #666;
    background-color: #fff;
    font-size: 13px;
    -webkit-appearance: none;
    border-radius: 5px;
}

#popup-kontakt p.et_pb_contact_field {
    margin-bottom: 3%;
    padding: 0 0 0 3%;
}

#popup-kontakt .et_pb_contact_field textarea.et_pb_contact_message {
    min-height: 80px;
}

@media (max-width: 980px) { 
	.et_pb_column .et_pb_contact p.et_pb_contact_field_half {
		width: 50%;
		clear: none;
		float: left;
	}
}


.et_pb_section.popup {
    box-shadow: none !important;
}

.et_pb_section.popup .evr-close {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    opacity: 1;
    transition: all 0.3s;
	box-shadow: none !important;
	color: #fff;
}

#et-boc .area-outer-wrap .da-close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    font-family: Courier New,monospace;
    font-size: 50px;
    font-weight: 900;
    cursor: pointer;
    opacity: .7;
    transition: all .3s;
    pointer-events: all;
}




/* DROP DOWN MENU */

#top-menu li li a {
    width: 240px;
    padding: 6px 10px 6px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	text-transform: none !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#top-menu li li:hover {
    padding-right: 8px;
}

#top-menu li li a:hover {
    color: #749f59 !important;
}

#top-menu li li::before {
    position: relative;
    margin-right: 8px;
    top: 3px;
    color: rgba(0,0,0,0.2);
    font-family: 'ETmodules';
    content: "\35";
	float: left;
}

.nav li ul {
    box-shadow: 0 20px 60px -10px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.15);
}


/* *************************** RESPONSIVE MOBILE *************************** */

@media only screen and (max-width: 980px) {
	
	
	
	.hero-undersider .et_pb_row {
		width: 100%;
	}
	
	.hero-undersider .split-mobile {
		border-radius: 0px !important;
	}
	
	.hero-undersider .et_pb_column_0 {
		width: 90% !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	#top-header {display: none;}
	#main-header {top: 0px !important;}
	
	    #main-header {
        background-color: #fff !important;
    }
	
	.et_pb_column.content-sidebar {
		padding: 50px 30px !important;
		background: #f5f5f5 !important;
		margin-bottom: 50px !important;
		border-radius: 10px;
	}
	
	.et_pb_toggle.et_pb_toggle_item h5 {
		font-size: 16px !important;
		padding-top: 14px !important;
		padding-bottom: 14px !important;
	}
	
	.services .et_pb_blurb_description {
    min-height: auto !important;
}
	
	.front-cta .et_pb_column {
		margin-bottom: 20px !important;
	}
	
	.contact-information .info {
width: 100% !important;
}
	
	.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-next {
    right: 30px !important;
}
	.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-prev {
    left: 30px !important;
}
	
	.kundeudtalelser .swiper-arrow-button, .kundeudtalelser .dsm_card_carousel .swiper-button-prev, .kundeudtalelser .dsm_card_carousel .swiper-button-next {
		top: 0px !important;
	}
	
	    .kundeudtalelser .dsm_card_carousel .swiper-container {
	padding-left: 40px !important;
    padding-right: 40px !important;
}
	
	.c2a-front .et_pb_column.content-box {
		margin-bottom: 30px !important;
	}
	
	.quote-big {
    font-size: 1.2em;
    line-height: 1.4em;
}
	
	 /* #logo {
    content: url("/wp-content/uploads/2024/04/Black-on-Transparent.png");
  } */
	
	.ydelser .et_pb_column {
    margin-bottom: 0px;
}
	
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget {
    width: 49% !important;
    margin: 0.5% !important;
}
	
	.cases .dpdfg_filtergrid .dp-dfg-items article {
		margin-bottom: 10px !important;
	}
	
	
		/* Udtalelser */

.udtalelser .dsm_card_carousel_child_subtitle {
    font-size: 24px;
    line-height: 1.3em;
}
	
	
	.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {display: none;}
	
	
	.et_pb_row {
		position: relative;
		width: 90%;
	}
	
	#main-header .container {
		width: 90%;
	}
	
	/* BTN MENU */
	#et_mobile_nav_menu .btn-menu-app a, .btn-menu a {
	margin: 20px 0px;
    padding: 16px 32px !important;
    background: none;
    color: #000000 !important;
    border-radius: 0px;
	margin-left: auto;
    margin-right: auto;
    max-width: 86%;
		text-transform: uppercase;
	font-weight: 900;
	}
	
	.et_mobile_menu li a {
    border-bottom: 1px solid rgba(0,0,0,.03);
    padding: 10px 7%;
    display: block;
}
	
	.et_mobile_menu li a {color: #000 !important;}
	.et_mobile_menu li.btn-menu a {color: #fff !important; background: #749f59 !important; border-radius: 5px !important;}

	.et_divi_100_custom_hamburger_menu__icon div {
	margin: 0.325rem 0 0px;
    height: 2px;
}
	
	.et_divi_100_custom_hamburger_menu__icon div:nth-child(2) {
    width: 70%;
	margin: 0.25rem 0 0px;
     height: 2px;
}
	
	.et_divi_100_custom_hamburger_menu__icon {
    position: relative;
    display: block;
    width: 2.3rem;
    height: 1.875rem;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0.25rem;
    clear: both;
}
	
	.et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
    padding-bottom: 10px;
    padding-top: 12px;
}
	
	.et_pb_fullwidth_header.hero-front {
		padding-top: 130px !important;
		padding-bottom: 50px !important;
	}
	
	.dsm_button .et_pb_button_two, .et_pb_button_two.et_pb_button, body #page-container .et_pb_section .et_pb_button_two.et_pb_button {
    margin-left: 0px !important;
}
	
	
	
	
.c2a-cases .dsm_card_wrapper {
    background-position: left 34px bottom 34px !important;
}


.c2a-cases .dsm_card_wrapper:hover  {
	background-position: left 48px bottom 34px !important;
}

.c2a-cases .dsm_card_wrapper {
	    padding-top: 150px !important;
    padding-right: 34px !important;
    padding-bottom: 120px !important;
    padding-left: 34px !important;
}
	

	
		/* CUSTOM OVERLAY */
	
	.et_mobile_menu {
		border:0px #fff;/*Change this*/
		width:125%;
		margin-left: -12.5%;
				padding-left: 5%;
				padding-right: 5%;
		}

	
    body {
        font-size: 15px !important;
    }
    .title-big, .et_pb_fullwidth_header_subhead {
        font-size: 30px !important;
        line-height: 1.25em;
    }
	p.title-big, .title-big, .title-big h2, .title-big h3 {
        font-size: 30px !important;
        line-height: 1.25em;
    }
    .title-hero, .title-hero h2, .title-hero h3, .title-hero h1 {
        font-size: 30px !important;
        line-height: 1.25em;
        padding-bottom: 10px;
    }
	.et_pb_nextend_smart_slider_3_fullwidth .title-hero p {
        font-size: 30px !important;
        line-height: 1.25em;
        padding-bottom: 10px;
    }
	p.title-hero {
        font-size: 30px !important;
        line-height: 1.25em;
        padding-bottom: 10px;
    }
    .hero-front .intro, .et_pb_header_content_wrapper {
    font-size: 20px !important;
    line-height: 1.4em !important;
}
	
		.intro {
		font-size: 18px;
		line-height: 1.5em;
	}
	
	.intro-big {
    font-size: 21px;
    line-height: 1.5em;
}
	
    .subtitle-big, .et_pb_fullwidth_header_subhead {
        font-size: 18px;
        line-height: 1.4em;
    }
		h2, .product .related h2, .et_pb_column_1_2 .et_quote_content blockquote p {
			font-size: 26px;
	}

	
	.et_pb_promo h2 {padding-bottom: 0px;}
	
	.mobile-text-left {text-align: left !important;}
	
    .visible-phone {
        display: block !important;
    }
    .hidden-phone {
        display: none !important;
    }
    .hero-subpages {
        padding-top: 68px!important;
        padding-bottom: 50px !important;
    }
	
	.et_pb_fullwidth_header.hero-pullup {
		padding-top: 130px !important;
		padding-bottom: 130px !important;
	}
	
	
	.menu-item.wpml-ls-item {display: none;}
	
	
    .c2a-frontboxes {
        padding: 0px !important;
    background-color: rgba(255,255,255,0);
		    -webkit-box-shadow: none;
    -moz-box-shadow: none ;
    box-shadow: none;
    }
    .btn-inline .et_pb_button_module_wrapper {
        display: block;
    }
    .btn-inline-center .et_pb_button_module_wrapper {
        display: block;
    }
    .et_pb_button {
        width: 100%;
    }
	
	.dsm_button .et_pb_button_two {margin-left: 0px !important;}
	
	.et_pb_fullwidth_header_container {width: 90% !important;}
	
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
        margin-left: 0px;
    }
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
        margin-left: 0px;
    }
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
        width: 100%;
    }

	
	/* UDTALELSE MED IKON VENSTRE OG TEKST HØJRE */
	
	.et_pb_team_member {
		text-align: center;
	}
	
	.et_pb_team_member_description {
		display: inline-block;
		margin-left: 10px;
		margin-top: 5px;
	}
	
	.et_pb_team_member_image {
    display: inline-block;
}
	
    /* SLIDER / HERO SECTION */
    .hero-front {
        padding-top: 68px !important;
        padding-bottom: 50px !important;
    }
	.hero-front .subtitle-big {margin-bottom: -30px !important;}

.full-mobile.et_pb_row, .full-mobile.et_pb_row.et_pb_row_fullwidth {
    width: 100% !important;
}
	
	.full-mobile.et_pb_row>.et_pb_column {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

.split-mobile {
		display: block !important;
    	min-height: 200px !important;
	}



/* MOBILE MENU */

	#main-header {

	}
	
.et_mobile_menu {
	background: #fff !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
	}




.box-c2a {
	padding:150px 34px 34px 34px !important;
	-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;
	box-shadow: inset 0px 0px 0px 0px #CCC, inset 0px -350px 150px -50px rgba(11,31,47,0.95);
	border: 8px solid #f0f2f7;
	font-size: 14px;
}

.box-c2a:hover, .box-c2a:focus {
	padding:150px 34px 34px 34px !important;
	box-shadow: inset 0px 0px 0px 0px #CCC, inset 0px -350px 150px -50px rgba(11,31,47,0.95);
}
	
		/* #main-header { top: 40px !important; } */
.et_pb_fullwidth_header {
padding-top: 130px !important;
	padding-bottom: 60px !important;
}
	
}


	/*------------------------------------------------*/
/*---------[GQ - MOBILE MENU BUTTON 1]------------*/
/*------------------------------------------------*/
 
    .mobile_menu_bar:before {
      color: #749f59 !important;       
	}
    .mobile_menu_bar::after {
            content: "MENU";
            position: relative;
            color: #004643!important;
        	cursor: pointer;
		    top: -9px;
    		left: 2px;
	}
    .mobile_nav.opened .mobile_menu_bar:after {
        color: #004643 !important;
}


/* Alt pånær telefoner */

@media only screen and (min-width: 981px) {
	
	
	/* .hero-undersider .et_pb_column_1, .hero-undersider  .et_pb_row .et_pb_column.et-last-child, .hero-undersider .et_pb_row .et_pb_column:last-child {
        width: 800px !important;
        margin-right: -185px !important;
	} */
	
	.front-cta .et_pb_column {
	margin-bottom: 50px !important;
}
	
	.dsm_card_carousel .swiper-pagination-bullets, .dsm_card_carousel .swiper-pagination-custom, .dsm_card_carousel .swiper-pagination-fraction {
		bottom: -60px !important;
	}
	
	
    .c2a-row .et_pb_gutters2 .et_pb_column_1_3, .c2a-row .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
        width: 33.3333%;
    }
	
	.c2a-row .et_pb_gutters2 .et_pb_column, .c2a-row .et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 1%;
    }
	
	.c2a-row .et_pb_gutters2 .et_pb_column_1_3, .c2a-row .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
        width: 33.3333%;
    }
	
	.c2a-row .et_pb_gutters2 .et_pb_column_1_2, .c2a-row .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
        width: 49.5% !important;
    }
	
	.c2a-row .et_pb_gutters2 .et_pb_column, .c2a-row .et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 1%;
        margin-bottom: 1% !important;
    }
	
	 .et_pb_gutters3 .et_pb_column_2_3.main-content-section .et_pb_grid_item {
		width: 48.5% !important;
        margin-right: 1.5% !important;
        margin-bottom: 1.5% !important;
	}
	
	
	.c2a-front.et_pb_gutters1 .et_pb_column_1_3, .c2a-front.et_pb_gutters1.et_pb_row .et_pb_column_1_3 {
    width: 32.3333%;
}
	
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget {
    width: 24% !important;
    margin: 0.5% !important;
}

	
/* 	#main-header.et-fixed-header #logo {
    content: url(/wp-content/uploads/2024/04/White-on-Transparent.png) !important;
}
	
	.page-id-262066 .et_secondary_nav_enabled #page-container #top-header {
    background-color: rgba(255, 255, 255, 0) !important;
}
	
	.page-id-262066.et_secondary_nav_enabled #page-container #top-header {
    background-color: rgba(255, 255, 255, 0) !important;
}
	
	.page-id-262066 #top-header, .page-id-262066 #top-header a {
    color: #fff !important;
} */
	
/* 	.c2a-front.et_pb_gutters1 .et_pb_column, .c2a-front.et_pb_gutters1.et_pb_row .et_pb_column {
    margin-right: 1%;
} */
	
	 .c2a-front .et_pb_column_4 {
    margin-bottom: auto !important;
}
	
	.c2a-front h3, .c2a-front h4, .c2a-front h2 {
		padding-bottom: 10px !important;
	}
	
	/* BOXED 

 .et_boxed_layout #page-container, .et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header, .et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #main-header, .et_fixed_nav.et_boxed_layout #page-container #top-header, .et_fixed_nav.et_boxed_layout #page-container #main-header, .et_boxed_layout #page-container .container, .et_boxed_layout #page-container .et_pb_row {
    max-width: 100%;
} 

.et_boxed_layout #page-container, .et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header, .et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #main-header, .et_fixed_nav.et_boxed_layout #page-container #top-header, .et_fixed_nav.et_boxed_layout #page-container #main-header, .et_boxed_layout #page-container .container, .et_boxed_layout #page-container .et_pb_row {
	max-width: 1300px !important;
} 


.et_boxed_layout #page-container, .et_fixed_nav.et_boxed_layout #page-container #main-header {
    max-width: 100% !important;
}

.et_boxed_layout #page-container, .et_boxed_layout #page-container .container, .et_boxed_layout #page-container .et_pb_row, .et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header, .et_boxed_layout.et_pb_pagebuilder_layout.single #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row, .et_fixed_nav.et_boxed_layout #page-container #main-header, .et_fixed_nav.et_boxed_layout #page-container #top-header, .et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container #main-header {
    width: 98%; 
    margin: auto;
}

.et_boxed_layout #page-container {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
} 

#main-header.et-fixed-header {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.et_boxed_layout #page-container .et_pb_row {width: 90%;}

.et_boxed_layout #page-container .et_pb_row.fullwidth {
    max-width: 100% !important;
}

.et_boxed_layout #page-container .et_pb_row.centered {
    max-width: 900px !important;
} */
	
		/* BTN MENU */

#main-header .btn-menu a {
        color: #fff !important;
background: #749f59 !important;
	border: 1px solid #749f59!important;
		padding: 14px 30px 14px 30px !important;
        margin-top: -16px;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
	border-radius: 5px;
	font-weight: 600 !important;
	font-size: 16px !important;
    }
	
	#main-header .page-id-262066 #main-header .btn-menu a {
        color: #fff !important;
background: none !important;
	border: 1px solid #fff!important;
    }
    #main-header .btn-menu a:hover {
        color: #fff !important;
        background-color: #749f59!important;
		border: 1px solid #749f59!important;
		opacity: 1 !important;
		border-radius: 5px;
			font-weight: 600 !important;
	font-size: 16px !important;
    }
    #top-header #et-secondary-nav .btn-menu.a:hover {
        color: #fff !important;
    }

	.et-fixed-header #top-menu .btn-menu a {
		color: #fff !important;
		background: #749f59 !important;
	border: 1px solid #749f59!important;
	}
	
	.et-fixed-header #top-menu .btn-menu a:hover {
		color: #fff !important;
		background: #749f59 !important;
	border: 1px solid #749f59!important;
	}
	
	
	
	
	
	/* 	.page-id-262066 #main-header {
		background-color: rgba(255,255,255,0);
	}
	
	.page-id-262066 #et-main-area {
		top: -125px !important;
		position: relative;
		margin-bottom: -125px;
	}
	
	.page-id-262066 .et_pb_section.et_pb_section_0 {
		padding: 16% 0 10% 0 !important;
	}
	
	.page-id-262066 .menu-divider-left a::before {
		color: rgba(255,255,255,0.3);
	}
	
	.page-id-262066 #top-menu a {
		color: #fff !important;
	}
	
	.page-id-262066 #logo {
    content: url(/wp-content/uploads/2024/04/White-on-Transparent.png) !important;
}
	 
	#top-header.et-fixed-header, #top-header.et-fixed-header a {
    color: #fff !important;
} */
	
	
	
	
		/* BOXED CUSTOM 

 #page-container, .et_non_fixed_nav.et_transparent_nav #page-container #top-header, .et_non_fixed_nav.et_transparent_nav #page-container #main-header, .et_fixed_nav #page-container #top-header, .et_fixed_nav #page-container #main-header, #page-container .container, #page-container .et_pb_row {
    max-width: 100%;
} 

#page-container, .et_non_fixed_nav.et_transparent_nav #page-container #top-header, .et_non_fixed_nav.et_transparent_nav #page-container #main-header, .et_fixed_nav #page-container #top-header, .et_fixed_nav #page-container #main-header, #page-container .container, #page-container .et_pb_row {
	max-width: 1300px !important;
} 


#page-container, .et_fixed_nav #page-container #main-header {
    max-width: 98% !important;
}

#page-container, #page-container .container, #page-container .et_pb_row, .et_non_fixed_nav.et_transparent_nav #page-container #top-header, .et_pb_pagebuilder_layout.single #page-container .et_pb_row, .et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row, .et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row, .et_boxed_layout #page-container #main-header, .et_boxed_layout #page-container #top-header, .et_non_fixed_nav.et_transparent_nav #page-container #main-header {
    width: 98%; 
    margin: auto;
}

#page-container {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#main-header.et-fixed-header {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#page-container .et_pb_row {width: 90%;}

#page-container .et_pb_row.fullwidth {
    max-width: 100% !important;
	width: 100% !important;
}

#page-container .et_pb_row.centered {
    max-width: 900px !important;
} */
	
	

	
	/* BTN MENU OUTLINE */

	li.btn-menu-outline {padding-right: 6px !important;}
	
.btn-menu-outline a {
        color: #14234e !important;
border: 2px solid #14234e !important;
		padding: 12px 28px 12px 28px !important;
        margin-top: -10px;
        border-radius: 50px;
        max-height: 40px;
    box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }
    .btn-menu-outline a:hover {
        color: #fff !important;
        background-color: #4979ff!important;
		border: 2px solid #4979ff !important;
		opacity: 1 !important;
    }
    #top-header #et-secondary-nav .btn-menu-outline.a:hover {
        color: #fff !important;
    }

	.et-fixed-header #top-menu .btn-menu-outline a {color: #14234e !important;}
	.et-fixed-header #top-menu .btn-menu-outline a:hover {color: #fff !important;}
	
	
		/* FIX JUMPING HEADER
#page-container {
    top: 128px !important;
    padding-top: 128px !important;
	margin-top: 0px !important;
}  */
	/* #main-header { top: 40px !important; } */
/* .et_pb_fullwidth_header {
padding-top: 130px !important;
	padding-bottom: 130px !important;
}  */
	
	.menu-divider-left a::before {
        content: "|";
        display: inline-block;
        margin-right: 22px;
        color: #e1e1e1;
    }
	
	#sidebar-c2a{display: none !important;}
	
    .visible-phone {
        display: none !important;
    }
    .hidden-phone {
        display: inline-block !important;
    }
	

	.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
    width: 100%;
    min-height: 30px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0px;
    left: 0;
    pointer-events: none;
}

		 /* CENTER MENU LINKS 
 #top-menu {
max-width: 100% !important;
}

#et-top-navigation {
text-align: left;
margin: 0 auto;
width: 100%;
	padding-left: 180px !important;
}

#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
    float: none;
}

#top-menu>li:last-child {
float: right;
}
 */

	 
/* #top-menu>li:first-child {
margin-left: 34px;
}
	 
.logo_container img{
	padding-right: 34px; margin-right: 34px; border-right: 1px solid rgba(255,255,255,0.2);
}

#top-menu a {
	    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.et_fixed_nav #et-top-navigation {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}
	
	
	
	

	

	.et-fixed-header .sub-menu a {color: #fff !important;}
	
	#main-header.et-fixed-header .nav li ul a {color: #000 !important;}
	
    /* NAVIGATION */
    .menu-divider-left a::before {
        content: "|";
        display: inline-block;
        margin-right: 22px;
        color: #e1e1e1;
    }
    /* NAVIGATION DESKTOP */
    .sub-menu {
        border-top: none;
    }
    #main-header .nav li ul {
        border-radius: 4px;
        width: 280px;
        left: -60px;
        border: none;
    }
	#main-header .nav li ul ul {
        border-radius: 4px;
        width: 280px;
        left: 280px;
		top: -20px;
        border: none;
    }
	#main-header .sub-menu {background: #fff !important;}
    #main-header .sub-menu:after, #main-header .arrow_box:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    #main-header .sub-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 14px;
        margin-left: -14px;
    }
    #main-header .sub-menu:before {
        border-color: rgba(238, 238, 238, 0);
        border-bottom-color: #fff;
        border-width: 11px;
        margin-left: -11px;
    }
	
	#main-header ul.sub-menu ul.sub-menu:after {
display: none;
    }
	
		.et-fixed-header #top-menu a, .et-fixed-header #et_search_icon:before, .et-fixed-header #et_top_search .et-search-form input, .et-fixed-header .et_search_form_container input, .et-fixed-header .et_close_search_field:after, .et-fixed-header #et-top-navigation .et-cart-info {color: #000000 !important;}
	
	#main-header .nav li ul a {
    color: #000000 !important;
}
	
	#main-header .nav li ul a:hover {
    color: #749f59 !important;
}
	
	
	
}


/* TWO BY TWO COLUMNS ON MOBILE */
	
	@media (max-width: 980px) {
.two_on_mob .et_pb_column{
width: 47.5%!important;
    margin-right: 5% !important;
	padding: 0 20px;
}
.two_on_mob .et_pb_column.et_pb_column_1_5:nth-of-type(5){
margin: 0 25%;
	display: none !important;
}
		
		.two_on_mob .et_pb_column.et_pb_column_1_5:nth-of-type(2), .two_on_mob .et_pb_column.et_pb_column_1_5:nth-of-type(4) {
 margin-right: 0% !important;
}
		
}
@media (max-width: 980px){
.et_pb_section .et_pb_row.two_on_mob div.et_pb_column.et_pb_column_1_4 {
    width: 47.5% !important;
}
	.et_pb_section .et_pb_row_4col.two_on_mob>.et_pb_column.et_pb_column_1_4:nth-of-type(even) {
    width: 47.5%!important;
    margin-right: 0 !important;
}
 
}



	@media (max-width: 980px) {
.two_on_mob.et_pb_gutters1 .et_pb_column{
width: 50%!important;
    margin-right: 0% !important;
}
.two_on_mob.et_pb_gutters1 .et_pb_column.et_pb_column_1_3:nth-of-type(3){
margin: 0 25%;
}
}
@media (max-width: 980px){
.et_pb_section .et_pb_row.two_on_mob.et_pb_gutters1 div.et_pb_column.et_pb_column_1_4 {
    width: 50% !important;
}
	.et_pb_section .et_pb_row_4col.two_on_mob.et_pb_gutters1>.et_pb_column.et_pb_column_1_4:nth-of-type(even) {
    width: 50%!important;
    margin-right: 0 !important;
}
 
}





/* DOWN ARROW ANIMATION */
span.scroll-down.et-pb-icon {
  cursor: pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}


@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}





/* FLIP COLUMNS ON MOBILE */
@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
	
	.et_pb_column.second-on-mobile {
		padding-top: 40px !important;
	}
	
	.et_pb_column.first-on-mobile {
		margin-bottom: 0px !important;
	}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
	
	.split-mobile {
		display: block !important;
    	min-height: 200px !important;
	}
	
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}



/*** Take out the divider line between content and sidebar for Single WooCommerce Product Pages ***/
.single-product #main-content .container:before {background: none;}

/*** Hide Sidebar for Single WooCommerce Product Pages ***/
.single-product #sidebar, .single-product #sidebar-secondary {display:none;}

/*** Expand the content area to fullwidth for Single WooCommerce Product Pages ***/
@media (min-width: 981px){
.single-product #left-area, .single-product #primary {
width: 100% !important;
padding: 23px 0px 0px !important;
float: none !important;
}
}




div.wpcf7 .ajax-loader {height: 0px; display: none;}

.one-half,
.one-third {
    position: relative;
    margin-right: 2%;
    float: left;
        margin-bottom: 2%;
 
}
 
.one-half { width: 49%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}





/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 15px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #fff;
	background: #749f59;
	border-radius: 50%;
	padding: 3px;
	font-size: 18px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}











.custom-height-carousel img {
    object-fit: cover;
}
@media only screen and (min-width: 726px) {
    .specific-height img {
        height: 570px !important;
    }
}
@media only screen and (max-width: 725px) {
    .specific-height img {
        height: 370px !important;
    }
}
.dsm_image_carousel .swiper-button-next,
.dsm_image_carousel .swiper-button-prev {
    height: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.dsm_image_carousel .swiper-button-next {
    right: 0 !important;
}
.dsm_image_carousel .swiper-button-prev {
    left: 0 !important;
}
.dsm_image_carousel .swiper-button-next:before,
.dsm_image_carousel .swiper-button-prev:before {
    color: #000 !important;
    font-size: 30px !important;
}
.udtalelser_carousel .dsm_card_wrapper {
    display: flex;
    flex-direction: column;
}
.udtalelser_carousel .dsm_card_carousel_child_description {
    order: 1;
}
.udtalelser_carousel .dsm_card_carousel_child_subtitle {
    order: 2;
    margin-top: 20px;
}
.udtalelser_carousel .et_pb_button_wrapper {
    display: none;
}
.udtalelser_carousel .swiper-pagination {
    text-align: right;
}
.udtalelser_carousel .swiper-pagination-bullet {
    width: 3%;
    height: 5px;
    border-radius: 0;
}
@media only screen and (min-width: 981px) {
    .multiple-column-count .et_pb_text_inner {
        column-count: 4;
    }
}
@media only screen and (min-width: 646px) and (max-width: 980px) {
    .multiple-column-count .et_pb_text_inner {
        column-count: 3;
    }
}
@media only screen and (max-width: 645px) {
    .multiple-column-count .et_pb_text_inner {
        column-count: 2;
    }
}
.multiple-column-count .et_pb_text_inner p {
    padding-bottom: 5px;
}
.counter-section {
    counter-reset: section;
}
.counter-section p {
    padding-left: 60px;
}
.counter-section p:before {
    counter-increment: section;
    content: counter(section);
    border: 1px solid #ccc3ab;
    border-radius: 3px;
    background: #ccc3ab;
    font-weight: 500;
    position: absolute;
    left: 0.5px;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3px;
}
.showroom_gallery.dsm_image_carousel .swiper-button-prev,
.showroom_gallery.dsm_image_carousel .swiper-button-next {
    bottom: 50px !important;
    top: auto !important;
    background: transparent !important;
}
.showroom_gallery.dsm_image_carousel .swiper-button-prev:before,
.showroom_gallery.dsm_image_carousel .swiper-button-next:before {
    color: #fff !important;
    font-size: 30px !important;
    border-radius: 50% !important;
    border: 2px solid #fff !important;
    padding: 10px !important;
}
.showroom_gallery.dsm_image_carousel .swiper-button-next {
    right: auto !important;
    left: 95px !important;
}
.showroom_gallery.dsm_image_carousel .swiper-button-prev {
    left: 30px !important;
}
.showroom_gallery.dsm_image_carousel a.dsm_image_carousel_lightbox {
    width: 100%;
}
.showroom_gallery.dsm_image_carousel img {
    height: 710px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.blog .dp-dfg-header {
    padding: 30px 30px 15px 20px;
}
.blog .read-more-wrapper {
    padding: 0 20px 30px !important;
}
.my-custom-gallery {
    display: none;
}
@media only screen and (min-width: 981px) and (max-width: 1580px) {
    .header_hero_front {
        width: 100% !important;
    }
}
@media only screen and (max-width: 819px) {
    .hero .et_pb_button_module_wrapper {
        width: 100%;
    }
    .home #page-container .hero .et_pb_button {
        padding-right: 35px !important;
    }
}
@media only screen and (max-width: 965px) {
    .home .gradient-bg-sektion .et_pb_row .et_pb_column {
        width: 100% !important;
    }
}
body #page-container .wp-block-button__link {
    color: #2b2b2b !important;
    border-width: 2px !important;
    border-color: #eae3d2;
    border-radius: 0;
    font-size: 14px;
    background-color: #eae3d2;
    text-decoration: none;
    font-weight: 500;
    padding: 15px 35px;
}
body #page-container .wp-block-buttons,
body #page-container .is-content-justification-center {
    justify-content: left !important;
    margin-top: 20px;
}
/* .et_pb_bg_layout_light .et_pb_text_inner a {
    color: #2f3235 !important;
    text-decoration: underline;
} */
.single-project .et_pb_blurb_content {
    display: flex;
    align-items: center;
}
.single-project .et_pb_main_blurb_image {
    width: 100px;
}
.single-project .et-l--post .et_pb_section {
    padding: 0;
    margin-top: 20px !important;
}
.single-project .et-l--post .et_pb_section .et_pb_row {
    padding: 0;
    width: 100%;
}
body #page-container .dsm-pointer-active .dsm-content-timeline-date {
    text-decoration: underline;
}
.home #main-content .et_pb_section:first-child {
    margin-top: 0 !important;
}
.home #et-main-area {
    margin-top: 0 !important;
}
/* @media only screen and (min-width: 981px) {
    #et-main-area {
        margin-top: 80px;
    }
    #main-content .et_pb_section:first-child {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 980px) {
    #et-main-area {
        margin-top: 65px;
    }
} */
@media only screen and (max-width: 981px) {
    .pa-fixed-header .et_pb_image {
        max-width: 155px;
    }
    .pa-fixed-header .et_pb_row {
        padding: 0 !important;
    }
}
.dsm_image_carousel_container.swiper-button-next,
.dsm_image_carousel_container.swiper-button-prev {
    background: #fff !important;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dsm_image_carousel_container.swiper-button-next:before,
.dsm_image_carousel_container.swiper-button-prev:before {
    font-size: 35px !important;
}
.dsm_image_carousel_container.swiper-button-next {
    right: -10px !important;
}
.dsm_image_carousel_container.swiper-button-prev {
    left: -10px !important;
}
#scroll-position li a {
    color: rgb(255 255 255 / 48%);
}
#scroll-position li a.active {
    color: #fff !important;
}
@media only screen and (min-width: 981px) {
    .carousel-special-arrow .swiper-button-next,
    .carousel-special-arrow .swiper-button-prev {
        top: auto !important;
        background: transparent !important;
        bottom: 20px;
        border: 2px solid #1f1e1e;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: auto !important;
        right: -70px !important;
        width: 55px !important;
        height: 55px !important;
        transition: all 0.3s ease;
    }
    .carousel-special-arrow .swiper-button-next:hover,
    .carousel-special-arrow .swiper-button-prev:hover {
        background: #252525;
    }
    .carousel-special-arrow .swiper-button-next:hover:before,
    .carousel-special-arrow .swiper-button-prev:hover:before {
        color: #eae3d2 !important;
    }
    .carousel-special-arrow .swiper-button-next:before,
    .carousel-special-arrow .swiper-button-prev:before {
        color: #252525 !important;
        font-size: 34px !important;
    }
    .carousel-special-arrow .swiper-button-prev {
        bottom: 80px !important;
    }
}
@media only screen and (min-width: 981px) {
    .menu-hide {
        display: none !important;
    }
}
.bg-column-mobile.et_pb_column_empty {
    display: block !important;
    margin-bottom: 0 !important;
}
.dsm_card_carousel .swiper-button-next,
.dsm_card_carousel .swiper-button-prev,
.large-white-arrows .swiper-button-next,
.large-white-arrows .swiper-button-prev {
    background: #fff;
    width: 55px;
}
.dsm_card_carousel .swiper-button-next,
.large-white-arrows .swiper-button-next {
    right: 0 !important;
}
.dsm_card_carousel .swiper-button-prev,
.large-white-arrows .swiper-button-prev {
    left: 0px !important;
}
.front-carousel .swiper-button-prev:before,
.front-carousel .swiper-button-next:before,
.large-white-arrows .swiper-button-prev:before,
.large-white-arrows .swiper-button-next:before {
    color: #2b2b2b !important;
    font-size: 31px !important;
}
.large-white-arrows .swiper-button-next,
.large-white-arrows .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 981px) {
    .front-carousel .swiper-button-next,
    .front-carousel .swiper-button-prev,
    .large-white-arrows .swiper-button-next,
    .large-white-arrows .swiper-button-prev {
        height: 100px !important;
    }
    .front-carousel .dsm_card_wrapper {
        width: 100%;
        position: absolute;
        bottom: 0;
    }
}
@media only screen and (max-width: 980px) {
    .front-carousel .dsm_card_carousel_wrapper {
        padding-bottom: 50px;
		z-index: 44;
    }
    .front-carousel .swiper-button-next,
    .front-carousel .swiper-button-prev {
        height: 50px !important;
    }
    .front-carousel .swiper-button-next,
    .front-carousel .swiper-button-prev {
        top: auto;
        bottom: 0;
        /* width: 49%; */
		z-index: 55;
    }
}
.front-carousel .dsm_card_carousel_child_image_wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgb(40 40 40 / 0%) 0%, rgba(40, 40, 40, 0.27) 48%, rgb(40 40 40 / 71%) 100%) !important;
    z-index: 1;
}
.front-carousel .et_pb_more_button {
    margin-top: 0 !important;
}
.front-carousel .dsm_card_wrapper {
    z-index: 2;
}
.front-carousel .swiper-slide {
    will-change: opacity !important;
    opacity: 0.2;
    transition: all 1.3s ease !important;
}
.front-carousel .swiper-slide .dsm_card_wrapper {
    will-change: opacity !important;
    opacity: 0;
    transition: all 1.3s ease !important;
}
.front-carousel .swiper-slide-active {
    opacity: 1 !important;
    transition: all 1.3s ease !important;
}
.front-carousel .swiper-slide-active .dsm_card_wrapper {
    opacity: 1 !important;
}
.front-carousel .dsm_card_carousel_child_img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 30%) 100%) !important; */
    z-index: 1;
    transition: all 1.3s ease !important;
}
@media only screen and (min-width: 981px) {
    .front-carousel .swiper-slide .dsm_card_wrapper {
        display: flex;
        align-items: center;
    }
    .front-carousel .swiper-slide .dsm_card_title {
        text-align: left;
        width: 60%;
        float: left;
    }
    .front-carousel .swiper-slide .et_pb_button_wrapper {
        text-align: right;
        width: 40% !important;
        float: right;
    }
}
.brands img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 980px) {
    .brands img {
        transform: scaleX(0.8) scaleY(0.8);
    }
}
.brands img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.brands .swiper-slide {
    margin-bottom: 25px !important;
}
@media only screen and (min-width: 981px) {
    .focus-box .text-half {
        width: 50%;
        float: left;
    }
    .focus-box .et_pb_button_module_wrapper {
        float: left;
        width: 50%;
        margin-top: 7px;
    }
}
.focus-box .et_pb_button_module_wrapper a {
    display: block !important;
    text-align: center !important;
}
.counter-plus .percent-value:after {
    content: "+";
}
.custom-meter .percent-value:after {
    content: "m\00B2";
    font-size: 35px;
}
.mfp-close {
    color: #ffffff !important;
    border-radius: 50px !important;
    top: 80px;
    right: 10px;
}
/* @media only screen and (min-width: 980px) {
    .front-cta {
        visibility: hidden;
    }
    .front-cta > * {
        visibility: visible;
    }
    .front-cta > * {
        transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
    }
    .front-cta:hover > * {
        opacity: 0.4;
        transform: scale(0.98);
        filter: blur(3px);
    }
    .front-cta > *:hover {
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transition-delay: 0ms, 0ms;
        filter: none;
    }
    #page-container.et-fb-iframe-ancestor .front-cta:hover > * {
        filter: none !important;
    }
} */

.et_pb_gallery.et_pb_slider .et-pb-controllers {
    display: none;
}
.et-pb-arrow-next,
.et-pb-arrow-prev {
    opacity: 1 !important;
}
body #page-container .et-l--header .pa-header {
    background: transparent;
    background-color: transparent;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
body #page-container .pa-fixed-header {
    background: #2f3235 !important;
    background-color: #2f3235 !important;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
@media only screen and (min-width: 981px) {
    .et-l--header .pa-header .et_pb_column:nth-child(2) {
        width: 70%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
    .et-l--header .pa-header .et_pb_column:nth-child(2) .et_pb_menu {
        margin-right: 40px;
    }
}
@media only screen and (max-width: 980px) {
    .et-l--header .pa-header .et_pb_column:nth-child(2) {
        display: flex;
        align-items: flex-end;
    }
	
	    .front-carousel .dsm_card_wrapper {
        width: 100%;
        position: absolute;
        bottom: 0;
    }
	
}
@media only screen and (min-width: 768px) {
    .et-l--header .pa-header .et_pb_column:last-child {
        width: 10% !important;
    }
}
@media only screen and (max-width: 767px) {
    .et-l--header .pa-header .et_pb_column:last-child {
        width: 20% !important;
    }
    .et-l--header .pa-header .et_pb_column:nth-child(2) {
        width: 40% !important;
        opacity: 0;
        transition: all 0.3s ease;
    }
    .pa-fixed-header .et_pb_column:nth-child(2) {
        opacity: 1 !important;
    }
}
body #page-container .et-l--header .pa-fixed-header .et_pb_button {
    background-color: #eae3d2 !important;
    border-color: #eae3d2 !important;
    color: #2b2b2b !important;
}
@media only screen and (max-width: 980px) {
    .dsm-menu .current-menu-item a span:after {
        content: "";
        width: 20px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: -30px;
        display: block;
        transition: all 0.4s;
        margin-top: -17px;
    }
}
@media only screen and (min-width: 981px) {
    .dsm-menu .current-menu-item a span:after {
        content: "";
        width: 60px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: -90px;
        display: block;
        transition: all 0.4s;
        margin-top: -23px;
    }
}
.dsm-menu .sub-menu li a {
    padding-left: 0 !important;
    margin-left: -4px !important;
}
.dsm-menu .sub-menu li {
    display: inline-block;
    padding: 0 15px 0 0;
}
.dsm-menu .sub-menu li:last-child {
    padding: 0 !important;
}
@media only screen and (min-width: 980px) {
    .dsm-menu-submenu-collapse .menu-item-has-children .et-pb-icon {
        font-size: 45px !important;
    }
}
.dsm-menu .menu-item-object-custom:hover {
    cursor: pointer;
}
@media only screen and (max-width: 980px) {
    .dsm-menu li {
        margin-bottom: 15px !important;
    }
    .fullwidth-open.open .line {
        background: #fff !important;
    }
}
@media only screen and (min-width: 980px) {
    .fullwidth-open.open .line {
        background: #2b2b2b;
    }
}
.hero {
    display: flex;
}
.hero .et_pb_row {
    margin-bottom: 0;
}
.hero .et_pb_section_video_bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(141deg, rgb(48 56 66 / 62%) 0%, rgb(15 37 59 / 11%) 100%) !important;
    z-index: 1;
    backdrop-filter: saturate(80%) !important;
}
.hero .et_pb_button_module_wrapper {
    float: left;
    margin-right: 50px;
}
.hero .et_pb_image {
    width: 60px;
    float: left;
    margin-top: 4px;
    margin-right: 18px;
    transition: all 0.3s ease;
}
.hero .et_pb_image:last-child {
    margin-right: 0;
}
.hero-sub .et_pb_row:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 0.45) 86%) !important;
    z-index: 1;
    backdrop-filter: saturate(80%) !important;
}
.add-opacity {
    opacity: 0;
}
.dsm-menu li a {
    text-transform: none !important;
    border-left: 2px !important;
    border-color: transparent !important;
    border-style: solid !important;
}
.dsm-menu li a {
    transition: all 0.4s !important;
    padding: 2px 5px;
}
.dsm-menu li a:after {
    content: "";
    width: 0;
    height: 2px;
    background: #f53b3b;
    position: absolute;
    left: 0;
    display: block;
    transition: all 0.4s;
    margin-top: -17px;
}
.dsm-menu .menu-item-has-children .current-menu-item a span:after,
.dsm-menu .menu-item-has-children li a:after {
    content: none !important;
}


@media only screen and (max-width: 600px) {
    .et_pb_button,
    .et_pb_contact_submit {
        width: 100% !important;
        text-align: center !important;
    }
    .hero .et_pb_button,
    .front-cta .et_pb_button_module_wrapper .et_pb_button {
        width: auto !important;
    }
    .et_pb_contact_submit {
        margin: 0 0 0 15px;
    }
    /* .et_pb_button_module_wrapper,
    .et_contact_bottom_container {
        width: 100% !important;
        text-align: center !important;
    }
    .et_pb_button_module_wrapper .et_pb_button {
        width: 100% !important;
        text-align: center !important;
    } */
}
.intro.et_pb_bg_layout_light .et_pb_text_inner,
.intro.et_pb_bg_layout_light p {
    color: #737370 !important;
}
.list-menu li {
    display: inline-block;
    padding-right: 19px;
}
.list-menu li:last-child {
    padding-right: 0;
}
@media only screen and (max-width: 600px) {
    .dsm-text-divider-header {
        text-align: center;
        width: 100% !important;
        margin: 0 !important;
    }
    .dsm-divider {
        display: none;
    }
}
::selection {
    background: #58585b;
    color: #fff;
}
/* body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #e1e1e1;
}
body::-webkit-scrollbar {
    width: 10px;
    background-color: #58585b;
    outline: none;
}
body::-webkit-scrollbar-track {
    background-color: #58585b;
    border-radius: 0;
} */
@media only screen and (max-width: 479px) {
    .et_pb_gallery_items .et_pb_gallery_item {
        width: 50% !important;
    }
}
@media screen and (max-width: 980px) {
    .trigger-buttons-full {
        margin-right: 0em !important;
        transform: translateX(0) !important;
    }
}
.sub-menu {
    border-radius: 0;
}
.et-menu li li a {
    padding: 6px 15px;
    width: 290px;
    font-size: 14px !important;
}
.et_mobile_menu li a:hover,
.nav ul li a:hover {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
}
.et_mobile_menu {
    border-radius: 0;
}
.et_mobile_menu li a {
    border: 0;
}
.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}
.pa-inline-buttons {
    text-align: left !important;
}
.et_pb_scroll_top.et-pb-icon {
    right: 10px !important;
    bottom: 90px !important;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    background: #252525 !important;
    padding: 13px 16px 13px 13px !important;
    font-size: 18px;
    transition: all 0.1s ease-in-out;
    color: #fff;
    border: 2px solid #eae3d2;
}
.et_pb_scroll_top:before {
    font-size: 30px !important;
}
.et_pb_scroll_top.et-pb-icon:hover {
    background: RGBA(36, 36, 36, 0.5);
    transition: all 0.1s ease-in-out;
}
