/*
Theme Name: Divi Child
Description: Child theme of Divi
Version: 1.1
Author: Katrine Kolnes
Author URI: http://www.100uga.no
Template: Divi
*/

/*@import url("../Divi/style.css");*/

/*hilmar versjon 1*/



/* NEW STYLING*/

.od-form-heading h2 {
	font-size: 2.2rem;
}
.od-heading-demo {
	padding-top: 150px !important; 
}

.od-content {
    background-color: #f0eeee;
  } 
.od-card, .od-card-single {
  padding: 80px;
  margin-bottom: 80px;
}
.od-card.before-statement, .od-card.last-card {
  margin-bottom: 0px;
}  
  .od-card .et_pb_column:first-child {
    border-right: 1px solid #aaaaaa;
	  padding-right: 30px;
}  

  
h1, h2, h3, h4, h5, h6, p {
  font-family: "Noto Sans", serif;   
  font-weight: 400;
}
.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu ul li a {
	font-family: "Noto Sans", serif;   
  font-weight: 400;
	font-size: 22px !important;   
  letter-spacing: -0.01em !important;
} 
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.03em; 
  line-height: 1.2;
} 
.od-statement h2 {
	font-style: italic;
  color: #0879AA;
  font-size: 1.5rem !important;
  letter-spacing: 0; 
  padding-top: 20px;
  line-height: 1.4;
} 
.od-statement p {
  font-size: 1.25rem;
  padding-top: 20px;
}  
.od-content h2 {
  font-size: 2.4rem;
}  
.od-content p {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}   
.od-heading-demo h1 {
  font-size: 3.5rem;
}  
.od-heading-demo h1 span.pre {
  font-size: 2rem;
	letter-spacing: -0.01em; 
	display: block;
}   
.od-button-section h2, .od-cta h2 {
	font-size: 2rem;
}
.od-button-section .et_pb_row .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  }
.od-button-container {
  width: calc(33.33% - (40px / 3));
  margin-bottom: 0 !important;
}  
.od-button {
  transition: all .3s ease-out,box-shadow 0s;
  background-color: #0a95d1 /* #D9EFF7*/;
  min-height: 160px;
  height: auto;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  padding: 0 !important;
  box-shadow: none !important;
  text-align: left;
  border: 0 !important;
  display: flex;
  align-items: stretch;
}
.od-button a {
  font-family: "Noto Sans", serif;   
  font-weight: 500;
  font-size: 1.75rem;
  color: #ffffff /*#000000*/;
  text-decoration: none;
  padding-left: 2.5rem;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all .3s ease-out;
} 
.od-button a:hover {
  padding-left: 3rem;
  color: #ffffff /*#0A95D1*/;
} 
.od-button a:after {
  font-family: "Font Awesome 6 Pro"; 
  font-weight: 100;
  font-size: 72px;
  line-height: 1em;
  opacity: 1;
  position: absolute;
  margin-left: -1em;
  font-variant: none;
  font-style: normal;
  text-shadow: none;
 	color: #ffffff /*#000000*/;
	left: auto;
  right: 2.5rem;
	transition: all .3s ease-out;
}
.od-button a:hover:after {
  font-size: 86px;
  color: #ffffff /* #0A95D1*/;
}  
.od-button.okonomi a:after {
  content: "\f51e"; 
}
.od-button.faktura a:after {
  content: "\f570"; 
}  
.od-button.time a:after {
  content: "\f017"; 
}   
.od-button.lonn a:after {
	content: "\f4d3";
}  
.od-button.integrasjoner a:after {
  content: "\f085"; 
}   
  
.od-big-button-field  {
  display: flex;
  align-items: stretch;
	padding-top: 40px !important;
  padding-right: 80px !important;
  padding-bottom: 40px !important;
  padding-left: 80px !important;
}
.od-big-button-field .et_pb_column:after {
	font-family: "Font Awesome 6 Pro", ETmodules !important; 
  font-size: 110px;
  line-height: 1em;
  opacity: 1;
  position: absolute;
  margin-left: -1em;
  font-variant: none;
  font-style: normal;
  font-weight: 100;
  text-shadow: none;
 	color: #ffffff;
	left: auto;
  right: 2.5rem;
	transition: all .3s ease-out;
  top: 50%;
  transform: translatey(-50%);
}
.od-big-button-field.okonomi .et_pb_column:after {
	content: "\f51e"; 
}
.od-big-button-field.faktura .et_pb_column:after {
  content: "\f570"; 
}  
.od-big-button-field.time .et_pb_column:after {
  content: "\f017"; 
}   
.od-big-button-field.lonn .et_pb_column:after {
	content: "\f4d3";
}  
.od-big-button-field.integrasjoner .et_pb_column:after {
  content: "\f085"; 
}    
  
  

.od-flex-column .et_pb_column {
  display: flex;
  flex-direction: column;
}
.od-flex-textbox {
  flex-grow: 1;
}
.sp-logo-carousel-pro-section .bx-wrapper {
  margin: 0 auto;
}
.od-bottom-img img {
  object-fit: cover;
  width: 100%;
}


/* placeholder wpforms*/
.wpforms-container ::-webkit-input-placeholder { /* Chrome and Safari */
   color: #ffffff !important;
}
 
.wpforms-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ffffff !important;
   opacity: 1 !important;
}
 
.wpforms-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ffffff !important;
   opacity: 1 !important;
}


 
.od-contact .wpforms-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000000 !important;
}
 
.od-contact .wpforms-container ::-ms-input-placeholder { /* Microsoft Edge */
   color: #000000 !important;
}
 
.od-contact .wpforms-container ::placeholder {
   color: #000000 !important;
}




/*NYE TING BUTTONS*/
#top-menu li.orange-btn {
    margin-right: 0px;
    background-color: #ffffff;
}
#top-menu li.orange-btn:hover {
	border-color: #db8601;
	background-color: #db8601;
		opacity: 1 !important;
}
#top-menu li.orange-btn:hover a {
	color: #ffffff;
		opacity: 1 !important;
}
/*NYE TING SLUTT*/
/*BLOG BUTTON YELLOW*/
#top-menu li.yellow-btn {
    margin-right: 8px;
    background-color: #ffffff;
}
#top-menu li.yellow-btn:hover {
	border-color: #fbd428;
	background-color: #fbd428;
		opacity: 1 !important;
}
#top-menu li.yellow-btn:hover a {
	color: #ffffff;
		opacity: 1 !important;
}

#top-menu .menu-item a {
    border: 0px solid !important;
}
#top-menu .menu-item {
    border: 2px solid #575756;
}
#top-menu li.current-menu-item {
	border-color: #bcbcbc;
}

#top-menu li.green-btn {
    margin-right: 10px;
}
.mobile_menu_bar:before {
	color: #000000;
}
.et_pb_menu__menu {
	width: 100%;
}
.et_pb_menu__menu > nav {
	width: 100%;
}

#menu-meny-linje-uten-link {
   /* display: flex;
    justify-content: space-evenly;*/
	width: 100%;
}

#menu-meny-linje-uten-link li {
	text-align: center;
    width: 19.5%;
	padding-right: 0;
	justify-content: center;
}

.ds-carousel-section {
    overflow: hidden;
}

.ds-carousel-logo {
    width: 14%;
    float: left;
}

.ds-image-carousel {
    float: left;
    position: absolute;
    padding: 0;
    opacity: 0;
    z-index: 0;
}

.ds-image-carousel-first {
    position: relative;
    z-index: 1;
    -webkit-animation: first 20s 1 linear forwards;
    animation: first 20s 1 linear forwards;
}
.ds-image-carousel-second,
.ds-image-carousel-third {
    -webkit-animation: rest 40s infinite linear;
    animation: rest 40s infinite linear;
}
.ds-image-carousel-third {
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
}

@keyframes first {
    0% { 
-webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        z-index: 1;
    }
    99.99% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
        z-index: 1;
    }
    100% {
        opacity: 0;
        z-index: 0;
    }
}
@keyframes rest {
    0.01% {
        opacity: 0;
        z-index: 0;
    }
    0.011% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
        z-index: 1;
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }
}

.ds-carousel-section:hover .ds-image-carousel {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.flex-row-wrapper {
 display: flex;
 }
@media only screen and (max-width: 480px) {
.flex-row-wrapper {
 display: block;
}
}
/* Style the Divi Form Success Message */
.et-pb-contact-message {
  color: #f37321 !important; 
  font-size: 18px;
  font-weight: 500;
}
/* Create Responsive Images */
.responsive {
    max-width: 100%;
    height: auto;
}



/* NEW MOBILE STYLING */

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

	.mobile_menu_bar::before {
		color: #000000 !important;
	}
	
	.od-heading-demo h1 span.pre {
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
	
.od-heading-demo h1 {
  font-size: 2.2rem;
}	
.od-button-section h2, .od-cta h2 {
  font-size: 1.4rem;
}
	
.od-button-container {
  width: 100%;
  margin-bottom: 0 !important;
}	
.od-button {
   min-height: 120px;
 }	
.od-button a {
  padding-left: 1.0rem;

}
.od-button a:hover {
  padding-left: 1.5rem;
 
}	
.od-button a::after {
  right: 1.0rem;

}
.od-button a:hover::after {
  font-size: 86px;
 
}	
.od-card, .od-card-single {
  padding: 20px;
  margin-bottom: 20px;
}
.od-card.before-statement, .od-card.last-card {
  margin-bottom: 0px;
} 	
  .od-card .et_pb_column:first-child {
    border-right: 0px solid #aaaaaa;
	    border-bottom: 1px solid #aaaaaa;  
	  padding-right: 0px;
	  	  padding-bottom: 0px;
}	
.od-content .et_pb_column {
		margin-top: 0 !important;
	}
	
.od-heading-demo {
	padding-top: 40px !important;
		padding-bottom: 40px !important;
}	
	
.od-content p {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}	
	
.od-big-button-field  {
  display: flex;
  align-items: stretch;
	padding-top: 10px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
}	
	
.od-big-button-field .et_pb_column:after {
font-size: 0px;
 opacity: 0;
}
.od-content h2 {
  font-size: 2.2rem;
}
	
}




/******************************************************/

/* OLD STYLING */
.fixedsticky .et_pb_menu__wrap {
	margin: 0;
}
/* FROM DIVI OPTIONS*/

#menu-meny-linje, #menu-meny-linje-uten-link {
   /* display: flex;
    justify-content: space-evenly;*/
	width: 100%;
}

#menu-meny-linje li, #menu-meny-linje-uten-link li {
	text-align: center;
    width: 19.5%;
	padding-right: 0;
	justify-content: center;
}


/*.logginn {
position: relative;
    border: 0px solid;
padding:0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.logginn a {
    position: relative;
    padding: 0.3em 1em 0.3em 1em !important;
    border: 1px solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    display: block;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}*/
#top-menu .menu-item {
	position: relative;
    border: 2px solid #575756;
	padding:0 0px 0 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
#top-menu li.blue-btn {
	margin-right:10px;	
	background-color: #ffffff;

}
#top-menu li.green-btn {
	background-color: #ffffff;
}
#top-menu li.blue-btn:hover {
	border-color: #005aa4;
	background-color: #005aa4;
		opacity: 1 !important;
}
#top-menu li.green-btn:hover {
	border-color: #008a00;
	background-color: #008a00;
		opacity: 1 !important;
}
#top-menu li.blue-btn:hover a, #top-menu li.green-btn:hover a {
	color: #ffffff;
		opacity: 1 !important;
}

#top-menu .menu-item a {
    position: relative;
    padding: 0.3em 1em 0.3em 1em !important;
    border: 0px solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    display: block;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 16px;
padding-bottom:17px;
}
.et_contact_bottom_container {
padding-top:10px;
}
.footer-widget.last .et_pb_widget {
width:100%;
}

.et_menu_container {
	position: absolute;
	background-color:#ffffff;
}
.et_menu_container.fixed {   
position: fixed;
    top: 0;
}
.footer-widget h4 {
	font-weight: 700;
	text-transform: uppercase;
}
.footer-widget #nav ul {
	list-style: none;
	list-style-type: none;
}
#footer-widgets .footer-widget li::before {
    display: none;
}
#footer-widgets .footer-widget li {
    position: relative;
    padding-left: 0px;

}
.footer-widget #custom_html-2 {
	width: 100%;
}
.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
 /*   padding: 0.3em 1em 0.3em 1em !important;*/
}
#top-menu .menu-item.no-desktop {
	display:none;
}

.container.et_menu_container {
	width: 100%;
}

/*.od-main-img {
	padding-top: 80px;
	padding-bottom: 380px;
}*/
#mysticky {
	width: 100%;
}
#mysticky .fullwidth-menu-nav.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
	width: 100%;
}

#mysticky.sticky {
  position: fixed;
  top: 0;
  z-index: 10000;
	width: 100%;
}

.first-content-section .et_pb_row:first-child {
  padding-top: 50px !important;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .first-content-section {
  padding-top: 75px;
}




.et_pb_section.od-main-img {
	padding: 0;
	min-height: 500px;
}
.et_pb_section.od-main-img .et_pb_row {
	padding: 0 0 0 80px;
	width: 40%;
	max-width: 700px;
	height: 100%;
}
.et_pb_section.od-main-img .et_pb_row.blue-box {
	position: absolute;
}
.et_pb_section.od-main-img .et_pb_row.blue-box .et_pb_column {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 35px;
	/*padding: 60px;*/
}
.et_pb_section.od-main-img .et_pb_row.blue-box .et_pb_column .et_pb_text {
	padding: 60px;
	min-height: 400px;
	display: flex;
	align-items: center;
}
.et_pb_section.od-main-img .et_pb_row.blue-box .et_pb_column .et_pb_text h1 {
	font-size: 32px;
	padding-bottom: 20px;
	line-height: 1.2;
}
.et_pb_section.od-main-img .et_pb_row.blue-box .et_pb_column .et_pb_text p {
	font-size: 16px;
}


@media only screen and (max-width: 980px) {
	body.custom-background {
		background-color: #fffffe !important;
	}
	.logo_container a {
		padding-left: 20px;
	}
	.mobile_menu_bar.mobile_menu_bar_toggle {
		padding-right: 20px;
	}	
	#main-header {
		background-color: #ffffff !important;
	}	
.od-main-img {
	padding-top: 80px;
	padding-bottom: 180px;
}
	.et_menu_container {
    position: relative;
}
	#mysticky {
		height: 0px;
		overflow: hidden;
	}
	.container.et_menu_container {
	width: 100%;
	padding: 0 0px 0 0px;
}
	
	.et_menu_container.fixed {
    position: relative;
    top: 0;
}
.et_pb_section_parallax .et_pb_parallax_css, .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
    background-attachment: scroll;
}
.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css, .et_mobile_device .et_pb_slider_parallax .et_pb_slide, .et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
    background-attachment: scroll;
}	
	
}

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

.et_pb_section.od-main-img {
	padding: 0;
	min-height: 400px;
}
.et_pb_section.od-main-img .et_pb_row {
	padding: 0 0 0 60px;
	width: 60%;
	max-width: 700px;
	height: 100%;
}
.et_pb_section.od-main-img .et_pb_row.blue-box {
	position: absolute;
}
.et_pb_section.od-main-img .et_pb_row.blue-box .et_pb_column {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
	/*padding: 60px;*/
}
.et_pb_section.od-main-img .et_pb_row.blue-box .et_pb_column .et_pb_text {
	padding: 30px;
	min-height: 300px;
	display: flex;
	align-items: center;
}
.et_pb_section.od-main-img .et_pb_row.blue-box .et_pb_column .et_pb_text h1 {
	font-size: 24px;
	padding-bottom: 20px;
	line-height: 1.2;
}
.et_pb_section.od-main-img .et_pb_row.blue-box .et_pb_column .et_pb_text p {
	font-size: 14px;
}

.et_pb_section.od-main-img .et_pb_row.blue-box .et_pb_column .et_pb_text img {

	}	




}

@media only screen and (max-width: 480px) {
	
.et_pb_section.od-main-img {
	padding: 0;
	min-height: 400px;
}
.et_pb_section.od-main-img .et_pb_row {
	padding: 0 30px 0 30px;
	width: 100%;
	max-width: 700px;
	height: 100%;
}
.et_pb_section.od-main-img .et_pb_row.blue-box {
	position: absolute;
}
.et_pb_section.od-main-img .et_pb_row.blue-box .et_pb_column {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
	/*padding: 60px;*/
	/*padding-right: 30px;*/
	width: auto !important;
	left: 30px;
	right: 30px;
}
.et_pb_section.od-main-img .et_pb_row.blue-box .et_pb_column .et_pb_text {
	padding: 30px;
	min-height: 300px;
	display: flex;
	align-items: center;
}
.et_pb_section.od-main-img .et_pb_row.blue-box .et_pb_column .et_pb_text h1 {
	font-size: 20px;
	padding-bottom: 20px;
	line-height: 1.2;
}
.et_pb_section.od-main-img .et_pb_row.blue-box .et_pb_column .et_pb_text p {
	font-size: 14px;
}

.et_pb_section.od-main-img .et_pb_row.blue-box .et_pb_column .et_pb_text img {

	}		
	
	
}


/* MENU BAR ---------------------------------------*/

.logginn {
    position: relative;
    padding: 0.3em 1em;
    border: 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    background: transparent;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

/*.logginn a {
    padding-bottom: 0px !important;
    padding-right: 15px;
}*/


#et_search_icon::before {
    top: 6px;
}


/* REFERANSER ---------------------------------------*/

.referanse {
    height: 175px;
}

@media (max-width: 980px) {

.logginn {
    border: 0px solid;
padding: 0em 0em;
    
}


    
    .referanse {
        height: auto;
    }
}


/* MODULER  ---------------------------------------*/


.modul_bilde {
    width: 50% !important; 
    margin-right: 0% !important;
}

.modul_tekst {
    width: 48% !important; 
    margin-right: 0% !important;
}

.modul_tekst_v {
    width: 48% !important; 
    margin-right: 2% !important;
}

.moduler {
    width: 80%;
    margin: auto;
    padding-top: 20%;
}



/* BLOGG  ---------------------------------------*/

h4 .widgettitle {
	font-weight: 500 !important;
}

.et_post_meta_wrapper .entry-title {
	font-weight: 500 !important;
	text-transform: uppercase;
}


/* SIDEKOLONNE ---------------------------------------*/

.sidekolonne {
	background-color: #cc007d;
	padding: 20px;
	margin-top: 0px !important;
	margin-left: 50px !important;
}

.systemikon {
	font-size: 22px;
	color: #cc007d;

}

