<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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;
	letter-spacing: 1px;
}

body p {
		margin-top: 0;
    /* margin-bottom: 16px; */
}

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

h1, h2, h3 {
    padding-bottom: 25px;
	font-weight: 700;
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif !important;
	letter-spacing: 1px;
}

h4, h5, h6 {
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif !important;
}

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

h3, h4, h5 {
	line-height: 1.4em !important;
}

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

.main-content-section h2:first-child {padding-top: 0px !important;}

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

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

.prinary-color {
	color: #55bdc0;
}

.title-big, .title-big h2, .title-big h3, .title-big h1 {
    font-size: 42px !important;
    font-weight: 700;
    line-height: 1.2em;
	padding-bottom: 25px;
	letter-spacing: 1px;
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif !important;
}

p.title-big {
    font-size: 42px !important;
    font-weight: 700;
    line-height: 1.2em;
	padding-bottom: 25px;
	letter-spacing: 1px;
}


.title-hero, .et_pb_fullwidth_header_subhead, .title-hero h2, .title-hero h3, .title-hero h1 {
    font-size: 56px !important;
    font-weight: 700;
    line-height: 1.2em !important;
	padding-bottom: 25px !important;
	letter-spacing: 1px;
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif !important;
}


p.title-hero {
	font-size: 56px;
    font-weight: 700;
    line-height: 1.2em;
	padding-bottom: 25px;
	letter-spacing: 1px;
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif !important;
}
.et_pb_bg_layout_light p.title-hero, .et_pb_bg_layout_light p.title-big, .wheel p.title-big, .wheel p.title-hero, .title-hero.et_pb_bg_layout_light p,  .et_pb_bg_layout_light .title-big p,   .title-big.et_pb_bg_layout_light p {
color: #003239 !important;
}


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

.quote-big {
	font-size: 2.2em;
	line-height: 1.3em;
}

.et_pb_header_content_wrapper {
    font-size: 22px;
    line-height: 1.4em;
}

strong {
    font-weight: 700;
}

.primary-color {
    color: #55bdc0;
}

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

.preheader-white {
    font-size: 16px !important;
    color: #fff !important;
	font-weight: 700;
	padding-bottom: 20px;
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif !important;
	text-transform: uppercase;
}

.preheader, h1.preheader, h1.et_pb_module_header, .preheader h1, .preheader h2, .preheader h3 {
    font-size: 16px !important;
    color: #55bdc0 !important;
	font-weight: 700;
	padding-bottom: 20px;
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif !important;
	text-transform: uppercase;
}

p.preheader, p.preheader-white, div.preheader, div.preheader-white {
	padding-bottom: 20px;
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif !important;
	text-transform: uppercase;
}

h2.preheader {
	color: #55bdc0 !important; 

}

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


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

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

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

/* TOP BAR */

#logo {
    max-width: 320px;
	    -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;
}


.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&gt;a, #top-menu li.current-menu-item&gt;a, #top-menu li.current_page_item&gt;a {
    color: #fff;
    font-weight: 700;
    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: 400px !important;
    padding-bottom: 0px !important;
}

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

.hero-front {
    padding-top: 12% !important;
    padding-bottom: 8% !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: 620px;
	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: 1200px !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: 900px;
    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: #003239;
    font-family: 'ETmodules';
    content: "\35";
} */

#sidebar ul {
	border-left: 3px solid #e1e1e1;
    padding-left: 15px;
}

#sidebar .et_pb_widget ul li {
    margin-bottom: 1em !important;
}

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

/* FOOTER */

#main-footer&gt;.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: #55bdc0 !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: #1a212d;
    font-family: 'ETmodules';
    content: "\35";
	display: inline-block !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;
}

/* 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;}


.dsm-posted-category a {
    color: #003239 !important;
	font-size: 14px !important;
}

.dsm-posted-category {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 5px 10px;
    border-bottom-left-radius: 5px;
}

.dsm-entry-title {
    font-size: 22px !important;
    line-height: 1.3em !important;
	padding-bottom: 0px;
}

.dsm-posted-on {
	font-size: 13px;
	font-weight: 700;
	opacity: .6;
}

.dsm-grid-post-holder-inner {
	border-radius: 15px;
}

.dsm-blog-carousel-item {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: auto;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
}



/* BLOG POSTS */

.post .forbehold {display: none !important;}
.post .et_post_meta_wrapper img {margin-top: 34px;}
.single-post #main-content {border-bottom: 1px solid #e1e1e1 !important; padding-bottom: 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; */
}

.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_blurb {background-color: #fff; border-radius: 15px;
    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;
	font-size: 16px;
}
.c2a-services .et_pb_blurb:hover {margin-top: -10px;}
.c2a-services .et_pb_blurb_container {
	padding: 0px 25px 100px;
	background-image: url('/wp-content/uploads/2024/12/arrow-green.png');
	background-size: 36px;
	background-repeat: no-repeat;
	background-position: right 30px bottom 40px;
}

.c2a-services .et_pb_blurb_description {min-height: 185px;}

.c2a-services .et_pb_blurb_content h4 {padding-bottom: 8px;}
.c2a-services .et_pb_main_blurb_image img {border-radius: 15px 15px 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;
}

/* 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: #55bdc0;
  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: -19px;
    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: 80px;
}

.video-inline .video-play-button {
	left: auto !important;
	right: 235px !important;
}

@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 h3 {
	color: #fff !important;
	font-size: 26px !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: 16px !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;
}

/* 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 &amp; SVAR */

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

.et_pb_toggle.et_pb_module{
    margin-bottom: 10px !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: 15px;
}

.et_pb_toggle_content {
    position: relative;
}

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

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

.et_pb_toggle.et_pb_toggle_item h5 {
    padding-top: 15px;
    padding-bottom: 15px;
	font-size: 16px;
	font-weight: 700 !important;
    color: #003239;
}

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

.et_pb_toggle_open, .et_pb_toggle_close {
	padding: 5px 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: #55bdc0 !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;
} */

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

.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/2021/11/right.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;
    overflow: hidden !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: #55bdc0!important;
}

.dp-dfg-meta {
	margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 10px;
	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: 8px !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: 16px !important;
	color: #02132c !important;
	background: rgba(255,255,255,0) !important;
	border-color: #003239 !important;
	border: none !important;
	padding: 0px !important;
	text-align: left !important;
	text-transform: underline !important;
	
}

.dp-dfg-skin-default .et_pb_button_wrapper .et_pb_button:hover {
   font-size: 16px !important;
	color: #02132c !important;
	background: rgba(255,255,255,0) !important;
	border-color: #003239 !important;
	border: none !important;
	padding: 0px !important;
	text-align: left !important;
	
}

.dp-dfg-skin-default .et_pb_button_wrapper {
	
	text-align: left !important;
}

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

.nyheder .et_pb_blurb_content, .services .et_pb_blurb_content {}

.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: ';
} */

.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&gt;div:last-of-type {
	padding-bottom: 0px !important;
}

/* FILTERGRID PAGINATION */


/* 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:hover, .services .et_pb_blurb_content:hover {
}

.services h4.et_pb_module_header {
	padding: 34px 0px 10px 0px !important;
	position: relative;
	font-size: 21px;
}

.services .et_pb_blurb_content {
	min-height: 242px;
}

/* .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 90px 34px;
}

.dp-dfg-custom-content {
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}

.medarbejdere .dp-dfg-item, .medarbejdere .dpdfg_filtergrid .dp-dfg-items article.dp-dfg-item {
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-bottom: 10px !important;
	border-radius: 15px !important;
	background: #f2f3f3 !important;
}

.medarbejdere .dpdfg_filtergrid .dp-dfg-items article {
	margin-bottom: 0px !important;
}

.medarbejdere p.dp-dfg-custom-field {
	padding-bottom: 0px !important;
}

.medarbejdere p.dp-dfg-custom-field.dp-dfg-cf-employee_title {
	padding-bottom: 15px !important;
}


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

.dp-dfg-skin-default .dp-dfg-item&gt;div:last-of-type {
    padding-bottom: 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 */

.dsm_card_carousel_child_subtitle {
	margin-bottom: 30px;
}

/* 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: #999;
    background-color: rgba(0,0,0,0);
    padding: 16px 20px 16px 16px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

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

/* SKIFT LOGO PÃ… SCROLL 


/* UDTALELSER */

.udtalelser .dsm_card_carousel img {
	max-width: 200px;
	margin-bottom: 0px;
	border-radius: 50%;
}

/* .udtalelser .dsm_card_wrapper {
	padding: 0px !important;
	padding-left: 40px !important;
} 

.udtalelser .dsm_card_carousel_child_image_wrapper {
    justify-content: flex-start;
    margin-top: 0px !important; 
    margin-bottom: auto;
} */

.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: 32px;
    line-height: 1.4em;
	letter-spacing: -1px;
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif !important;
	color: #003239;
	font-style: italic;
}

.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;
}

.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(206, 40, 66, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(206, 40, 6, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(206, 40, 6, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(206, 40, 6, 0.4);
    box-shadow: 0 0 0 0 rgba(206, 40, 6, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(206, 40, 6, 0);
      box-shadow: 0 0 0 20px rgba(206, 40, 6, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(206, 40, 6, 0);
      box-shadow: 0 0 0 0 rgba(206, 40, 6, 0);
  }
}

/* ADDITION CSS */

.dp-dfg-skin-default .dp-dfg-filter li:first-child a, .dp-dfg-skin-default .dp-dfg-pagination li.active:nth-child(2) a, .dp-dfg-skin-default .dp-dfg-pagination li:first-child a {
	border-radius: 50px !important;
}

.dp-dfg-pagination .pagination a, .et-l .dp-dfg-pagination .pagination a.pagination-link {
    color: #215455;
    border: 1px solid rgba(0,0,0,0.15);
    background-color: #fff;
	    border-radius: 50px;
    margin-right: 10px;
}

.dp-dfg-skin-default .dp-dfg-filter a:hover, .dp-dfg-skin-default .pagination a:hover, .et-l .dp-dfg-skin-default .dp-dfg-filter a:hover, .et-l .dp-dfg-skin-default .pagination a:hover {
    background-color: #55bdc0;
    border: 1px solid #55bdc0;
}

.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;
    background-color: #55bdc0;
    border: 1px solid #55bdc0;
}

.dp-dfg-skin-default .dp-dfg-sorting {
	-ms-flex-pack: left;
    justify-content: left;
}

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

.et_pb_gallery_item {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

.home .swiper-slide {
	border-radius: 15px;
	overflow: hidden;
}

.et_pb_section_video_bg video {
	opacity: 0.4;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 15px 20px;
    color: #4e4e4e;
    border-radius: 6px !important;
    background: #e5f5f5;
    width: 100%;
	    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 20px;
    color: #fff;
    border-radius: 6px !important;
    width: 100%;
}

::placeholder {
	color: #003239;
}

label {
	font-weight: 700;
	color: #fff;
	padding-bottom: 10px;    
	display: inline-block;
	font-size: 14px;
}

textarea {height: 150px;}

.wpcf7-list-item label {
	font-weight: 400;
	padding-bottom: 0px;
	min-height: auto;
}

.wp-block-file {
	padding: 15px 0px; border-top: 2px dotted rgba(0,0,0,0.15);
	font-size: 1em !important;
	color: #333;
}

.wp-block-file a {
	color: #333;
}

.wp-element-button, .wp-block-button__link {
    background-color: #55bdc0;
	color: #fff !important;
}

.cases .et_pb_blurb .et_pb_image_wrap {
    border-radius: 8px !important;
}

.et_pb_gutters3 .et_pb_column_1_3 .dsm_pricelist .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .dsm_pricelist .et_pb_module {
    margin-bottom: 0px !important;
}

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

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

.dsm-readmore-shadow[data-readmore]:after, .dsm-readmore-shadow [data-readmore]:after {
	height: 60px !important;
}

.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: #55bdc0;
	color: #fff;
}


.et_pb_team_member:hover ul.et_pb_member_social_links a.et_pb_font_icon {
	color: #55bdc0 !important;
}


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

.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: 620px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
}

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

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

.split.split-left .et_pb_button_module_wrapper, .split.split-left .et_pb_text, .split.split-left .dsm_icon_list, .split.split-left .et_pb_blurb_content {
    margin-right: auto !important;
	margin-left: 0px !important;
}

.split.split-right .et_pb_button_module_wrapper, .split.split-right .et_pb_text, .split.split-right .dsm_icon_list, .split.split-right .et_pb_blurb_content {
     margin-left: auto !important;
	margin-right: 0px !important;
}

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

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

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


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


/* .main-content-section .et_pb_text, .main-content-section h1, .main-content-section h2, .main-content-section h3, .main-content-section h4, .main-content-section h5, .main-content-section p, .main-content-section ul {
	max-width: 720px;
	margin-left: auto !important;
	margin-right: auto !important;
} */

@media (min-width: 981px) {
	.et_pb_gutters3 .main-content-section .et_pb_column_4_4 .et_pb_module, .main-content-section .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 6%;
	}
}

.main-content-section .et_pb_image img {
	border-radius: 8px;
}

	ul.list-arrows li::before, .main-content-section 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: #55bdc0;
}

	
	ul.list-arrows, .main-content-section 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: #55bdc0;
}
	
	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: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
		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;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	   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);
	border-radius: 15px;
}

.content-box:hover {
	    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);
}

.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: #55bdc0;
    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: #55bdc0 !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) {
	
	.contained {
		        max-width: 100%;
		border-radius: 0px;
	}
	
	#top-header {display: none;}
	#main-header {top: 0px !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;
}
	
	.c2a-front .et_pb_column.content-box {
		margin-bottom: 30px !important;
	}
	
	.quote-big {
    font-size: 1.3em;
    line-height: 1.4em;
}
	
	.ydelser .et_pb_column {
    margin-bottom: 0px;
}
	
	
		/* 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%;
	}
	
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
		background-color: rgba(18,39,65,.5);
	}
	
	/* BTN MENU */
	#et_mobile_nav_menu .btn-menu-app a, .btn-menu a {
	margin: 20px 0px;
    padding: 16px 32px !important;
    background: none;
    color: #00212b !important;
    border-radius: 0px;
	margin-left: auto;
    margin-right: auto;
    max-width: 86%;
		text-transform: uppercase;
	font-weight: 700;
	}
	
	.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: #212529 !important;}
	.et_mobile_menu li.btn-menu a {color: #fff !important; background: #55bdc0 !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: 50px !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;
    }
    .title-big, .et_pb_fullwidth_header_subhead, .title-big h2, .title-big h3 {
        font-size: 30px !important;
        line-height: 1.2em;
    }
	p.title-big {
        font-size: 30px !important;
        line-height: 1.2em;
    }
    .title-hero, .title-hero h2, .title-hero h3, .title-hero h1, h1.title-hero {
        font-size: 34px !important;
        line-height: 1.2em;
        padding-bottom: 10px;
    }
	p.title-hero {
        font-size: 34px !important;
        line-height: 1.3em;
        padding-bottom: 10px;
    }
    .hero-front .intro {
    font-size: 15px !important;
    line-height: 1.4em !important;
}
	
		.intro {
		font-size: 15px;
		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: 100px !important;
		padding-bottom: 128px !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&gt;.et_pb_column {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

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



/* MOBILE MENU */
	
.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: 150px !important;
	padding-bottom: 60px !important;
}
	
}


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


/* Alt pÃ¥nÃ¦r telefoner */

@media only screen and (min-width: 981px) {
	
	.et_pb_gutters3.et-db #et-boc .et-l .et_pb_column_4_4 .et_pb_grid_item {
		        width: 24% !important;
        margin-right: 1.333%;
        margin-bottom: 1.5% !important;
		        border-radius: 15px;
        overflow: hidden;
	}
	
	    .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row {
        margin-right: 0 !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%;
}
	
	.c2a-front.et_pb_gutters1 .et_pb_column, .c2a-front.et_pb_gutters1.et_pb_row .et_pb_column {
    margin-right: 1.33%;
		margin-bottom: 1.33%;
}
	
	    .c2a-front.et_pb_gutters1 .et_pb_column_1_4, .c2a-front.et_pb_gutters1.et_pb_row .et_pb_column_1_4 {
        width: 24%;
    }
	
	.c2a-front.et_pb_gutters1 .et_pb_column_1_5, .c2a-front.et_pb_gutters1.et_pb_row .et_pb_column_1_5 {
       width: 18.93%;
    }
	
	
	.contained {
		        max-width: 98%;
        /* border-radius: 15px; */
        margin-left: auto;
        margin-right: auto;
		border-radius: 15px;
		overflow: hidden;
	}
	
	/* 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: 1200px !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 */

.btn-menu a {
        color: #fff !important;
background: #003239 !important;
	border: 2px solid #003239!important;
		padding: 14px 30px 14px 30px !important;
        margin-top: -16px;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
	border-radius: 50px;
	font-weight: 700 !important;
	font-size: 16px !important;
	/* background-image: url('/wp-content/uploads/2024/12/padlock-1.svg') !important;
	background-size: 18px !important;
	background-position: right 20px center !important;
	background-repeat: no-repeat !important; */
	
    }
    .btn-menu a:hover {
        color: #fff !important;
        background-color: #55bdc0!important;
		border: 2px solid #55bdc0!important;
		opacity: 1 !important;
		border-radius: 50px;
			font-weight: 700 !important;
	font-size: 16px !important;
			/* background-image: url('/wp-content/uploads/2024/12/padlock-2.svg') !important;
			background-size: 18px !important;
	background-position: right 20px center !important;
	background-repeat: no-repeat !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: #003239 !important;
	border: 2px solid #003239!important;
		/* 	background-image: url('/wp-content/uploads/2024/12/padlock-1.svg') !important;
	background-size: 18px !important;
	background-position: right 20px center !important;
	background-repeat: no-repeat !important;
			background-size: 18px !important;
	background-position: right 20px center !important;
	background-repeat: no-repeat !important; */
	}
	
	.et-fixed-header #top-menu .btn-menu a:hover {
		color: #fff !important;
		background: #55bdc0 !important;
	border: 2px solid #55bdc0!important;
	/* 		background-image: url('/wp-content/uploads/2024/12/padlock-2.svg') !important;
			background-size: 18px !important;
	background-position: right 20px center !important;
	background-repeat: no-repeat !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: 1200px !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: 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&gt;li:last-child {
float: right;
}
 */

	 
/* #top-menu&gt;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: #212529 !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;
    }
	.sub-menu {background: #fff !important;}
    .sub-menu:after, .arrow_box:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .sub-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 14px;
        margin-left: -14px;
    }
    .sub-menu:before {
        border-color: rgba(238, 238, 238, 0);
        border-bottom-color: #fff;
        border-width: 11px;
        margin-left: -11px;
    }
	
	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: #003239 !important;}
	
	#main-header .nav li ul a {
    color: #003239 !important;
}
	
	#main-header .nav li ul a:hover {
    color: #55bdc0 !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&gt;.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&gt;.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;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
	
	.split-mobile {
		display: block !important;
    	min-height: 250px !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&gt;li.menu-item-has-children,
ul.et_mobile_menu&gt;li.page_item_has_children,
ul.et_mobile_menu&gt;li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu&gt;li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu&gt;li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu&gt;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&gt;a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children&gt;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: #55bdc0;
	border-radius: 50%;
	padding: 3px;
	font-size: 18px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open&gt;.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open&gt;.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;
}</pre></body></html>