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

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

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

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 25px;
	font-weight: 500;
	letter-spacing: -1px;
	font-style: normal;
}

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, .main-content-left h2, .main-content-left h3, .main-content-left h4 {padding-top: 20px;}
.main-content-section h4, .main-content-left h4 {padding-bottom: 0px;}
.main-content-section .et_pb_column_1_3 h4, .main-content-left .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;	
}

.prinary-color {
	color: #02be63;
}

.title-big, .title-big h2, .title-big h3 {
    font-size: 36px !important;
    font-weight: 500;
    line-height: 1.2em;
	padding-bottom: 25px;
	font-style: normal;
	letter-spacing: -1px;
	font-family: "Exo", sans-serif !important;
}

p.title-big {
    font-size: 36px !important;
    font-weight: 500;
    line-height: 1.2em;
	padding-bottom: 25px;
	font-family: "Exo", sans-serif !important;
	font-style: normal;
	letter-spacing: -1px;
}

.revealer {
    font-size: 36px !important;
    font-weight: 500;
    line-height: 1.3em;
	padding-bottom: 25px;
	font-family: "Exo", sans-serif !important;
	font-style: normal;
	letter-spacing: -1px;
	overflow: hidden;
	line-height: 1.3em;
	padding: 0px;
	margin: 0px;
}

.revealer p {
	display: block;
  animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

@keyframes reveal {
  0% {
    transform: translate(0,100%);
  }
  100% {
    transform: translate(0,0);
  }
}


.title-hero, .et_pb_fullwidth_header_subhead, .title-hero h2, .title-hero h3, .title-hero h1 {
    font-size: 48px !important;
    font-weight: 500;
    line-height: 1.2em !important;
	padding-bottom: 25px !important;
	font-family: "Exo", sans-serif !important;
	font-style: normal;
	letter-spacing: -1px;
}


p.title-hero {
	font-size: 48px;
    font-weight: 500;
    line-height: 1.2em;
	padding-bottom: 25px;
	font-family: "Exo", sans-serif !important;
	font-style: normal;
	letter-spacing: -1px;
}

.et_pb_bg_layout_light p.title-hero, .et_pb_bg_layout_light p.title-big, .wheel p.title-big, .wheel p.title-hero {
color: #202e5d !important;
}


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

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

strong {
    font-weight: 700;
}

.primary-color {
    color: #02be63;
}

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

.preheader-white {
    font-size: 16px !important;
    color: #fff !important;
	font-weight: 500;
	padding-bottom: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: "Exo", sans-serif !important;
	font-style: normal;
}

.preheader, h1.preheader, h1.et_pb_module_header {
    font-size: 16px !important;
    color: #02be63 !important;
	font-weight: 500;
	padding-bottom: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: "Exo", sans-serif !important;
	font-style: normal;
}

p.preheader, p.preheader-white, div.preheader, div.preheader-white {
	padding-bottom: 20px;
	font-family: "Exo", sans-serif !important;
	font-style: normal;
}

h2.preheader {
	color: #02be63 !important; 

}

.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: 500;
	font-family: "Exo", sans-serif !important;
}

#et-top-navigation nav>ul>li>a {
    font-weight: 500;
	font-family: "Exo", sans-serif !important;
}

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


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

/* 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: 10% !important;
    padding-bottom: 10% !important;
}

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

.hero-front {
    padding-top: 25vh !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: 820px;
	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: #000;
    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>.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: #02be63 !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;}

/* 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 {
		-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.et_pb_blurb.c2a-services {
	margin-bottom: 34px !important;
}

.c2a-services:hover {}
.c2a-services .et_pb_blurb_container {
	padding: 20px 25px 90px;
    background: #fff !important;
    width: 90%;
    margin-left: auto;
    margin-top: -50px;
    z-index: 99 !important;
    overflow: visible;
	position: relative;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	background-repeat: no-repeat !important;
	background-image: url('/wp-content/uploads/right-chevron.svg') !important;
	background-position: bottom 30px right 18px !important;
	background-size: 40px !important;
}

.c2a-services .et_pb_blurb_content:hover .et_pb_blurb_container {
	background-image: url('/wp-content/uploads/right-chevron-1.svg') !important;
	background-repeat: no-repeat !important;
	background-position: bottom 30px right 28px !important;
	background-size: 40px !important;
}

.c2a-services .et_pb_blurb_content h4 {padding-bottom: 8px;}
.c2a-services .et_pb_blurb_description {
	max-width: 280px;
}
.c2a-services .et_pb_main_blurb_image img {}

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

/* 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: #02be63;
  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 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 & SVAR */

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


.et_pb_toggle_close {
    background-color: rgba(0,0,0,0);
    border-bottom: 2px solid rgba(0,0,0,0.1) !important;
}

.et_pb_toggle {
    border: none;
    border-radius: 0px;
	border-bottom: 2px solid rgba(0,0,0,0.1) !important;
	/*    -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; */
}

.et_pb_toggle_title:before {
    color: #02be63;
	font-size: 24px;
    content: "\4c";
}

.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
    color: #202e5d;
}

.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
    color: #202e5d;
}

.et_pb_toggle.et_pb_toggle_item h5 {
    font-size: 18px;
    letter-spacing: 0;
	font-weight: 700;
}

.et_pb_toggle_open {
    padding: 20px;
}

.et_pb_toggle_content {
    position: relative;
    padding-top: 68px;
    padding-bottom: 68px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}



/* 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: #02be63 !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, .logo-swiper .dsm_image_carousel .swiper-slide img {
    width: auto;
    max-width: 120px;
	margin-left: 20px;
	margin-right: 20px;
	max-height: 50px;
}

.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: 34px !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: #000;
}

.nyheder .et_pb_blurb, .services .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: ';
} */

.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: #000000;
    font-size: 13px !important;
	font-weight: 900;
	text-transform: uppercase;
    display: block;
    overflow: hidden;
    height: auto;
    margin: -1px -1px 0 0;
    padding: .6em 2.2em;
	border: 5px solid #f0f0f0 !important;
    border-radius: 80px;
    margin-left: 4px !important;
    margin-right: 4px !important;
	min-width: 135px;
    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: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: 20px !important;
	padding-right: 20px !important;
	padding-bottom: 34px !important;
}

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

.dp-dfg-skin-default .dp-dfg-item>div:last-of-type {
    padding-bottom: 34px !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 h4.dsm_card_title.et_pb_module_header, .kundeudtalelser h3.dsm_card_title.et_pb_module_header {
    font-size: 18px !important;
    padding-bottom: 25px;
    padding-top: 8px;
	font-weight: 400 !important;
	line-height: 1.7em !important;
}

.kundeudtalelser .dsm_card_carousel_child_image_wrapper img {
	max-width: 120px;
	margin-top: 34px;
    margin-left: 34px;
	margin-bottom: -20px;
}

/* UDTALELSER */

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

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

.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: 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: 34px;
}

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

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


/* MOBILE NAV BUTTONS */

#sidebar-c2a{position:fixed;right:34px;bottom:34px;display:block;z-index:100000; border-radius: 5px;
	    box-shadow: 0 0px 30px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0px 30px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0px 30px rgba(0,0,0,.2);
	font-size: 13px;
	-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;
}

#c2a-knap-1{background-color:#fff;margin:0;padding:18px 8px 12px;color:#202e5d;text-transform:none;text-decoration:none;text-align:center;cursor:pointer;font-size:13px!important;border-radius:0;display:block;font-weight:400; float: right; border-radius: 0 5px 5px 0; min-width: 115px;}

#c2a-knap-1:hover{background-color:#e5e5e5}

#c2a-knap-1:before{font-family:"ETmodules"!important;font-weight:400;font-style:normal;font-variant:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:8px;text-align:center;font-size:25px;line-height:1;text-transform:none;speak:none;position:relative;content:"\e090"; color: #02be63;}

#c2a-knap-2{background-color:#fff;margin:0;padding:18px 8px 12px;color:#202e5d;text-transform:none;text-decoration:none;text-align:center;cursor:pointer;font-size:13px!important;border-radius:0;display:block;font-weight:400; float: right; border-radius: 5px 0 0 5px; border-right: 1px solid #e1e1e1; min-width: 115px;}

#c2a-knap-2:hover{background-color:#e5e5e5}

#c2a-knap-2:before{font-family:"ETmodules"!important;font-weight:400;font-style:normal;font-variant:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:8px;text-align:center;font-size:25px;line-height:1;text-transform:none;speak:none;position:relative;content:"\e010"; color: #02be63;}

#c2a-knap-3{background-color:#fff;margin:0;padding:24px 8px 18px;color:#333;text-transform:uppercase;text-decoration:none;text-align:center;cursor:pointer;font-size:13px!important;border-radius:0;display:block;font-weight:400; float: right; border-radius: 5px 0 0 5px; border-right: 1px solid #e1e1e1;}

#c2a-knap-3:hover{background-color:#edf3f5}

#c2a-knap-3:before{font-family:"ETmodules"!important;font-weight:400;font-style:normal;font-variant:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:8px;text-align:center;font-size:25px;line-height:1;text-transform:none;speak:none;position:relative;content:"\6c"; color: #ff806c;}


/* PRICING TABLES */

.price-text .et_pb_pricing li {
    padding: 0 0 1.6em 0px;
}

/* CONTACT FORM */

input, textarea {
	width: 100%;
}

textarea {height: 120px;}

input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: rgba(0,0,0,0.4);
    color: #444;
}

input[type=radio], input[type=checkbox] {width: auto;}

.et_pb_contact p input, .et_pb_contact p textarea, textarea, input, input[type=text], input[type=email] {
    padding: 17px;
    border: none;
    border-bottom: 1px solid #ced0d9;
    color: #666;
    background-color: #fff;
    font-size: 13px;
    -webkit-appearance: none;
    border-radius: 0px;
	/* -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; */
}

.et_pb_contact_select, select {
    box-sizing: border-box;
    width: 100%;
    padding: 17px;
    border: 1px solid #ced0d9;
    border-radius: 0px;
    color: #666;
	font-size: 13px;
    background-color: #f5f6fa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	/* -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; */
}

.et_pb_contact_field_checkbox, .et_pb_contact_field_options_title, .et_pb_contact_field_radio, .et_pb_contact_field_select_title {
    display: inline-block;
    margin-right: 15px;
}

.et_pb_contact p input[type=checkbox]+label i, .et_pb_contact p input[type=radio]+label i {
    margin-right: 6px;
    background-color: rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.1);
}

p.et_pb_contact_field {
    margin-bottom: 2%;
	padding: 0 0 0 2%;
}

.et_contact_bottom_container {
    margin-top: 0;

}



/* BANNER MED SIDEBAR */

/* PLACE IN THE BEFORE AREA */
.banner-section {
    -moz-box-shadow: inset 0 -400px 400px -100px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 -400px 400px -100px rgba(0,0,0,0.2);
    box-shadow: inset 0 -400px 400px -100px rgba(0,0,0,0.2);
}


.banner-section::before {
	content:"";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* background-color: rgba(18, 44, 80, .6); */
	background-color: rgba(28, 36, 50, .6);
	background-color: rgba(8,16,29,0.6);
	
}



@media only screen and (max-width: 980px) {
	.banner-section {
		background-size: 1350px;
		background-position: center top;
	}
}
	
.banner-tekst {
	max-width: 560px;
	text-shadow: 0px 0px 35px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0px 0px 35px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0px 0px 35px rgba(0, 0, 0, 0.5);
	font-size: 22px;
	line-height: 1.5em;
}

.banner-sidebar {
	border-radius: 0px;
	background: url('https://www.nemovo.dk/wp-content/uploads/pil-roed.png');
	background-repeat: no-repeat;
	background-position: 90% 34px;
	background-size: auto;
}

.banner-sidebar h4 {
	font-size: 26px;
	padding-bottom: 10px;
}

.banner-sidebar h4::after {

}

@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 .et_pb_column_1_3.et_pb_column_single, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		width: 36.7% !important;
	}
}





/* ADDITION CSS */

.et_pb_team_member_description h4.et_pb_module_header {
	padding-bottom: 0px !important;
}

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


.sidebar-contact {color: #202e5d; text-align: center; padding: 50px 34px 68px; margin-bottom: 34px; border-radius: 0px; background: #f5f6fa; /* background-image: url('/wp-content/uploads/2018/11/sjaellandskort.png'); background-repeat: no-repeat; background-position: center; background-size: cover; */}
.sidebar-reviews {text-align: center; padding: 50px 34px; margin-bottom: 34px; border-radius: 0px; background: #F5F6FA;}

.mfp-container.dsm_perspective_image_0 {
	top: 0px !important;
}

.dsm_icon_list_text {
    padding-left: 10px;
    padding-top: 10px;
}

.play {
	animation: pulse 1.5s infinite;
	border-radius: 500px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 58, 94, 0.6);
  }
  99% {
      -webkit-box-shadow: 0 0 0 20px rgba(237, 58, 94, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(237, 58, 94, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(237, 58, 94, 0.6);
    box-shadow: 0 0 0 0 rgba(237, 58, 94, 0.6);
  }
  99% {
      -moz-box-shadow: 0 0 0 60px rgba(237, 58, 94, 0);
      box-shadow: 0 0 0 30px rgba(237, 58, 94, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(237, 58, 94, 0);
      box-shadow: 0 0 0 0 rgba(237, 58, 94, 0);
  }
}

@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.2);
    opacity: 0;
  }
}



/* .dsm-readmore-shadow[data-readmore]:after, .dsm-readmore-shadow [data-readmore]:after {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #202e5d), to(rgba(0, 33, 43, 0)));
    background-image: -webkit-linear-gradient(bottom, #202e5d 10%, rgba(0, 33, 43, 0) 100%);
    background-image: -o-linear-gradient(bottom, #202e5d 10%, rgba(0, 33, 43, 0) 100%);
    background-image: linear-gradient(to top, #202e5d 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: #02be63;
	color: #fff;
}


.et_pb_team_member:hover ul.et_pb_member_social_links a.et_pb_font_icon {
	color: #02be63 !important;
}


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

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

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

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

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

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

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

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


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



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

	
	ul.list-arrows, .main-content-section ul, .main-content-left 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: #02be63;
}
	
	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;
}

	ul.list-checkmark li::before, .list-checkmark ul li::before {
    position: relative;
    margin-right: 10px;
    top: 1px;
    font-family: 'ETmodules';
    content: "\4e";
    font-weight: 700;
    font-size: 18px;
    color: #02be63;
    margin-left: -28px;
}
	
	ul.list-checkmark, .list-checkmark ul {
    width: 100%;
    margin: 0;
		margin-top: 10px;
    list-style: none;
		list-style-type: none !important;
		padding: 0 0 1.5em 0 !important;
}

ul.list-checkmark li, .list-checkmark ul li {
	margin-bottom: 10px;
	padding-left: 30px;
}


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

.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: #02be63;
    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: #02be63 !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) {
	
	
	
		/* MOBILE NAV BUTTONS */
	
		#sidebar-c2a{left:0;bottom:-53px;width:100%;z-index:10000;display:block}
	#c2a-knap-1{width:50%;float:left;padding:10px 3px;font-size:14px!important;  border-radius: 0px;}
	#c2a-knap-1:before{margin-right:6px;display:inline-block;top:5px}
	#c2a-knap-2{width:50%;float:left;padding:10px 3px;font-size:14px!important; border-left: 1px solid #e1e1e1; border-right: none; border-radius: 0px;}
	#c2a-knap-2:before{margin-right:8px;display:inline-block;top:5px}
		#c2a-knap-3{width:33.33333333%;float:left;padding:10px 3px;font-size:12px!important; border-left: 1px solid #e1e1e1; border-right: none; border-radius: 0px;}
	#c2a-knap-3:before{margin-right:6px;display:inline-block;top:5px}
	
	
	
	#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;
}
	
	.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;}
	
	.dsm_image_carousel.logo-swiper .swiper-slide img, .logo-swiper .dsm_image_carousel .swiper-slide img {
		max-width: 70px !important;
	}
	
	
	.et_pb_row {
		position: relative;
		width: 90%;
	}
	
	#main-header .container {
		width: 90%;
	}
	
	#main-header {
		background: none !important;
	}
	
	.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: #202e5d !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: #212529 !important;}
	.et_mobile_menu li.btn-menu a {color: #fff !important; background: #02be63 !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(1) {
    width: 70%;
	margin: 0.25rem 0 0px;
     height: 2px;
}
	
	.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:nth-child(1) {
    width: 100%;
	margin: 0.325rem 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: 120px !important;
    padding-bottom: 80px !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, body, .et_pb_column_1_2 .et_quote_content blockquote cite, .et_pb_column_1_2 .et_link_content a.et_link_main_url, .et_pb_column_1_3 .et_quote_content blockquote cite, .et_pb_column_3_8 .et_quote_content blockquote cite, .et_pb_column_1_4 .et_quote_content blockquote cite, .et_pb_blog_grid .et_quote_content blockquote cite, .et_pb_column_1_3 .et_link_content a.et_link_main_url, .et_pb_column_3_8 .et_link_content a.et_link_main_url, .et_pb_column_1_4 .et_link_content a.et_link_main_url, .et_pb_blog_grid .et_link_content a.et_link_main_url, body .et_pb_bg_layout_light .et_pb_post p, body .et_pb_bg_layout_dark .et_pb_post p {
        font-size: 15px;
		line-height: 1.7em;
    }
    .title-big, .et_pb_fullwidth_header_subhead, .title-big, .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 {
        font-size: 30px !important;
        line-height: 1.2em;
        padding-bottom: 10px;
    }
	p.title-hero {
        font-size: 30px !important;
        line-height: 1.3em;
        padding-bottom: 10px;
    }
    .hero-front .intro {
    font-size: 20px !important;
    line-height: 1.4em !important;
}
	
		.intro, .subtitle-big, .et_pb_header_content_wrapper {
		font-size: 18px;
		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>.et_pb_column {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

.split-mobile {
		display: block !important;
    	min-height: 250px !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: 150px !important;
	padding-bottom: 100px !important;
}
	
}


	/*------------------------------------------------*/
/*---------[GQ - MOBILE MENU BUTTON 1]------------*/
/*------------------------------------------------*/
 
    .mobile_menu_bar:before {
      color: #02be63 !important;       
	}
    .mobile_menu_bar::after {
            content: "MENU";
            position: relative;
            color: #202e5d!important;
        	cursor: pointer;
		    top: -9px;
    		left: 2px;
	}
    .mobile_nav.opened .mobile_menu_bar:after {
        color: #15181c !important;
}


/* Alt pånær telefoner */

@media only screen and (min-width: 981px) {

	
		/* BTN MENU */

.btn-menu a {
        color: #fff !important;
background: #02be63 !important;
	border: 1px solid #02be63!important;
		padding: 14px 30px 14px 30px !important;
        margin-top: -16px;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
	border-radius: 6px;
	font-weight: 500 !important;
	font-size: 16px !important;
    }
    .btn-menu a:hover {
        color: #fff !important;
        background-color: #344b97!important;
		border: 1px solid #344b97!important;
		opacity: 1 !important;
		border-radius: 6px;
			font-weight: 500 !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: #02be63 !important;
	border: 1px solid #02be63!important;
	}
	
	.et-fixed-header #top-menu .btn-menu a:hover {
        color: #fff !important;
        background-color: #344b97!important;
		border: 1px solid #344b97!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>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: #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: #000 !important;}
	
	#main-header .nav li ul a {
    color: #000000 !important;
}
	
	#main-header .nav li ul a:hover {
    color: #02be63 !important;
}
	
	
	
}


/* TWO BY TWO COLUMNS ON MOBILE */
	
	@media (max-width: 980px) {
.two_on_mob .et_pb_column{
    width: 50%!important;
    margin-right: 0% !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;
}
 
.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: 5%;
    float: left;
    margin-bottom: 2%;
 
}
 
.one-half { width: 47%; }
.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: #02be63;
	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;
}








/*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: 20px;
	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: #02be63;
	border-radius: 50%;
	padding: 3px;
}


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






#wrapper {
  display: table;
  width:100%;
  height:100%;
	line-height: 1em !important;
}

#wrapper-inner {
  display: table-cell;
  vertical-align:left;
  width:100%;
  height:100%;
}

#scroll-down {
    display: block;
    position: relative;
    padding-top: 79px;
  text-align:left;
}
.arrow-down {
    display: block;
    margin: 0;
    width: 10px;
    height: 38px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #fff;
  font-family: Helvetica Neue, Helvetica, Arial;
  font-size:14px;
  font-weight:bold;
  letter-spacing:.1em;
}
#scroll-down::before {
    -webkit-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    
    -moz-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    
    -o-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    
    animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    top: 0px;
    left: 4px;
    margin-left: -1px;
    width: 2px;
    height: 90px;
    background: #fff;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}



#paschka {
  display: block;
  color:white;
  font-family:helvetica neue, helvetica, arial;
  font-size:32px;
  text-decoration: none;
  position: fixed;
  bottom:0px;
  right:0px;
  padding:0px;
  transition: all .1s ease;
  background:#000;
  height:40px;
  line-height:30px;
  vertical-align:middle;
  width:40px;
  text-align:center;
  border-radius: 5%;
  bottom:20px;
  right:20px;
 
}

#paschka:hover {
    background:#232323;
    transition:all .1s ease;
    color:#f0f0f0;
  }





.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	margin-top: 125px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}