/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.29.3
Updated: 2019-09-16 08:09:26

*/

.error404MainPage {
    min-height: 650px;
}
.error404MainPage .container {
    padding-top: 90px;
    text-align: center;
}
.error404MainPage .container .spinner404 {
    margin-right: auto;
    max-width: 110px;
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 30px;
    margin-left: auto;
}
.error404MainPage .container .spinner404 .gear {
    stroke-width: 1px;
}
.error404MainPage .container p {
    display: inline-block;
}
.error404MainPage .container .backButton {
    margin-top: 60px;
    font-size: 18px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-right: 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 6px;
    -o-border-radius: 5px;
    -webkit-border-radius: 6px;
    border-radius: 5px;
    -o-border-radius: 6px;
    border-radius: 6px;
    color: #333;
    border: none;
    border: 1px solid #333;
}
.error404MainPage .container .backButton:before {
    width: 0;
    position: absolute;
    height: 42px;
    top: 0;
    left: 0;
    content: '';
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    background-color: rgba(255,255,255,0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.error404MainPage .container .backButton:hover:before {
    width: 100%;
}
.error404MainPage .container .backButton:hover {
    background-color: #333;
    color: #fff;
}





/******************************
BLOG
*******************************/

/*Lage en venstre-justert blogg */
@media only screen and (min-width: 981px) {
	.blogLeft .et_pb_posts .et_pb_post img,
	.et_pb_posts .et_overlay {
		width: 38%;
		height: 180px !important;
		margin-right: 4%;
		float: left;
	}
	.blogLeft .et_pb_posts .entry-title,
	.blogLeft .et_pb_posts .post-meta,
	.blogLeft .et_pb_posts .post-content {
	    float: right;
	    width: 58%;
	}
	body.rtl .blogLeft .et_pb_posts .et_pb_post img,
	body.rtl .blogLeft .et_pb_posts .et_overlay {
		float: right;
		margin-left: 4%;
		margin-right: 0;
	}
	body.rtl .blogLeft .et_pb_posts .entry-title,
	body.rtl .blogLeft .et_pb_posts .post-meta,
	body.rtl .blogLeft .et_pb_posts .post-content {
	    float: left;
	}

	.blogLeft .et_pb_post {
		border-bottom: 1px solid #ccc;
		margin-bottom: 0px;
		padding-bottom: 25px;
	}
}

/*blog image aspect ratio portrait 9:16*/
.blog-image-9-16 .entry-featured-image-url {
  padding-top: 177.77%;
  display: block;
}

.blog-image-9-16 .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/*blog image aspect ratio square 1:1*/
.blog-image-1-1 .entry-featured-image-url {
  padding-top: 100%;
  display: block;
}

.blog-image-1-1 .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
	border-radius: 1000px;
}

/*blog image aspect ratio landscape 4:3*/

.blog-image-4-3 .entry-featured-image-url {
  padding-top: 75%;
  display: block;
}

.blog-image-4-3 .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}


/* Blogg-innlegg samme høyde - legg til custom_blog på rad */
@media only screen and (min-width: 768px) {
  .mb_custom_blog .et_pb_post {
    max-height: 500px;
    min-height: 500px;
  }
}


/*****************************
Tekniske fikser
******************************/
/* galleri bilder i lik høyde - sett høyde i gallerimodul og legg til mb-galleryFix i rad eller modul */
.mb-galleryFix .et_pb_gallery_item img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.mb-galleryFix .et_pb_gallery_image {
  padding-top: 100%;
}

/* Samme størrelse på blurb bilder - enkel løsning. Legg til mb_blurbFix og juster tallene nedenfor */
.mb_blurbFix .et_pb_main_blurb_image {
 width: 320px;
 height: 250px;
 overflow: hidden;
}


/* Blurb bilde samme høyde alternativ løsning - legg til mb_landscape class */
.mb_landscape .et_pb_main_blurb_image {
 padding-top: 10.25%;
 display: block;
 }

.mb_landscape .et_pb_main_blurb_image img {
 position: absolute;
 height: 200px;
 width: 100%;
 top: -20px;
 left: 0;
 right: 0;
 bottom: 0;
 object-fit: cover;
 }

.mb_landscape .et_pb_blurb_container {
	margin-top: 150px;
	margin-bottom: 30px;
}

/* Gallery bilder samme høyde - legg til landscape class */
@media (min-width: 980px) {
  .et_pb_gallery_image.landscape {
    padding-top: 56.25%;
    display: block;
  }

  .et_pb_gallery_image.landscape img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
  }
}

/* For ord-deling osv */
.et_pb_blurb_content, .et_pb_circle_counter, .et_pb_contact_main_title, .et_pb_countdown_timer_container, .et_pb_counter_title, .et_pb_gallery_item, .et_pb_newsletter_description, .et_pb_number_counter, .et_pb_portfolio_item, .et_pb_post, .et_pb_pricing_content, .et_pb_pricing_heading, .et_pb_promo_description, .et_pb_slide_description, .et_pb_tab, .et_pb_tabs_controls, .et_pb_team_member, .et_pb_testimonial_description_inner, .et_pb_text, .et_pb_toggle_content, .et_pb_toggle_title, .et_pb_widget, .product {
  overflow-wrap: normal;
	word-wrap: normal;
}

/* Full page - Scroll to section */
.mb_fullpage-valign {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}

/* Vertical Midtstill innhold - bruk denne klassen på aktuell KOLONNE */
.mb_centerAdjust {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* Beholde kolonner på mobil */
@media (min-width:700px) and (max-width: 980px) {
  .two-columns .et_pb_column {
    width: 50%!important;
  }

  .three-columns .et_pb_column {
    width: 33.33%!important;
  }

  .four-columns .et_pb_column {
    width: 25%!important;
  }
}

/* FLEXBOX FOR MOBIL
 * for å endre rekkefølge på kolonner responsivt, wrap row in a flex box */
@media all and (max-width: 980px) {
  .mb_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;
  }
}

/* egendefinerte klasser som vil betegne rekkefølgen på kolonner i flexboksraden */
.mb_first-on-mobile {
  -webkit-order: 1;
  order: 1;
}
.mb_second-on-mobile {
  -webkit-order: 2;
  order: 2;
}
.mb_third-on-mobile {
  -webkit-order: 3;
  order: 3;
}
.mb_fourth-on-mobile {
  -webkit-order: 4;
  order: 4;
}

/* add margin to last column */
.mb_custom_row:last-child .et_pb_column:last-child {
  margin-bottom: 30px;
}

/*****************************
 Responsive justeringer
*****************************/
@media (max-width:1250px) and (min-width:981px) {
}

@media (max-width: 980px) {
/* Dersom en vil sette inn bindestrek på lange ord legg inn ­ i html edit*/
  h1, h2, h3, h4, h5, h6 {
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
  }
}

/******************************
HEADER
*******************************/

.et_pb_menu__logo {
	width: 220px;
}

header .et_pb_section {
	padding: 0;
}
header .et_pb_section .et_pb_row{
	padding-top: 15px;
	padding-bottom: 15px;
}

.et-menu li {
	padding-left: 11px;
	padding-right: 11px;
}
.et_pb_menu_0_tb_header {
	display: block!important;
}

.et_pb_menu_1_tb_header {
	display: none!important;
}


/* Break point meny */
@media (max-width: 1080px) {
  #et_mobile_nav_menu {
    display: block;
  }

  #top-menu {
    display: none;
  }
}

#menu-hovedmeny ul.sub-menu {background-color: #fff!important;}

#mobile_menu2 li:hover>a {
	color: #707070!important;
}

@media (max-width: 1200px) {
  #top-menu li, #top-menu li a {
   font-size: 12px !important;
   padding-right: 15px !important;
  }

  #main-header .et_menu_container {
		width: 90%;
  }
}

#top-menu .sub-menu .menu-item a {
 // font-size: 12px;
}

/**** This hides the sub menu items on mobile ****/
#main-header .et_mobile_menu li ul.hide {
  display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
#mobile_menu .menu-item-has-children {
  position: relative;
}

#mobile_menu .menu-item-has-children > a {
  background: transparent;
}

/**** This styles the icon and moves it to the right ****/
#mobile_menu .menu-item-has-children > a + span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  z-index: 3;
}

/**** Here you can swap out the actual icons ****/
span.menu-closed:before {
  content: "\4c";
  display: block;
  color: #000;
  font-size: 16px;
  font-family: ETmodules;
}

span.menu-closed.menu-open:before {
  content: "\4d";
}

span.mobile_menu_bar:before {
  color: #000 !important;
}

header {
  padding: 0;
}

.et_pb_module.et_pb_image.logo img,
.et_pb_module.et_pb_image.logo .et_pb_image_wrap  {
  max-height: 120px!important;
}


ul#menu-hovedmeny.et-menu.nav li {
  margin-top: 30px;
}

ul#menu-hovedmeny.et-menu.nav .sub-menu li {
	margin-top: 0;
}
ul#menu-hovedmeny.et-menu.nav .sub-menu li a {
	font-weight: 400;
	font-size: 16px;
}

.nav li ul {
	width: 320px;
}
.nav li ul li,
.nav li ul li a {
	width: 100%;
}
.et_pb_menu .et_pb_menu__wrap,
.et_pb_fullwidth_menu .et_pb_menu__wrap {
  justify-content: flex-end!important;
}

.et_pb_menu_0_tb_header.et_pb_menu {
  background-color: transparent!important;
}

.et_pb_menu .et_mobile_nav_menu {
  margin: 10px 0 10px 30px!important;
}

ul#mobile_menu1.et_mobile_menu {
  border-top: none;
}


#menu-hovedmeny .current-menu-item .sub-menu a,
#menu-hovedmeny a {
    font-weight: 700;
    font-size: 17px;
    color: #050505!important;
}

.et_pb_menu .et_mobile_nav_menu {
//  margin: 25px 0 10px 30px!important;
}

ul#mobile_menu1.et_mobile_menu {
  border-top: none;
}
#menu-hovedmeny .current-menu-item > a,
#menu-hovedmeny .current_page_ancestor > a {
    color: #F15F22!important;

}

/* Mobile menu */
.et_mobile_menu {
  border-top: 0!important;
}
.et_mobile_menu li li {
	display: none;
}
.et_mobile_menu li a{
  color: #fff!important;
  font-size: 16px;
  text-transform: none;
  border-bottom: 0!important;
}

ul#mobile_menu1 {
  margin: 0!important;
}

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul.sub-menu,
.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu ul.sub-menu {
  background-color: transparent!important;
}

.mobile_nav.opened #mobile_menu1,
.mobile_nav.opened #mobile_menu2 {
  background-color: #F15F22!important;
}

.mobile_menu_bar:before{
  color: #fff!important;
}

.mobile_nav.opened .mobile_menu_bar {
  z-index: 999999;
  display: block!important;
  position: fixed!important;
  top: 40px!important;
}
.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
  color: #fff!important;
}

.mobile_nav.opened .et_mobile_menu {
  display: block!important;
  position: fixed!important;
  left: 0!important;
  right: 0!important;
  top: 0!important;
  bottom: 0!important;
  width: 100%!important;
  text-align: center;
  padding-top: 70px;
  pointer-events: all!important;
}

.mobile_nav.opened .et_mobile_menu,
.mobile_nav.opened .et_mobile_menu .sub-menu,
.mobile_nav.opened .et_mobile_menu .sub-menu li	 {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.mobile_nav.opened .et_mobile_menu a {
  font-size: 1.4em!important;
  line-height: 1.6em;
  font-weight: 600!important;
  background-color: transparent!important;
}

.mobile_nav.opened .et_mobile_menu .sub-menu a {
  font-size: 1.2em!important;
  font-weight: 400!important;
}

.mobile_nav.opened .et_mobile_menu a {
  color: #fff!important;
}

.mobile_nav.opened .et_mobile_menu .current-menu-item > a {
  color: #000!important;
}

/* Mobilr menu end */

p a {
  color: #000!important;
}

p, ul {
  font-weight: 400;
  //font-family: 'Source Sans Pro';
}

.et_pb_text ol, .et_pb_text ul {
  padding: 0 0 1.5em 2em;
}

.topImage h1{
  color: #EBB700!important;
  font-size: 50px!important;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
}

.contactDesktop p,
.contactTablet p,
.contactMobile p,
.contact p{
 // font-family: 'Roboto';
}

@media (min-width: 980px) {

  .contactDesktop{
    display: block!important;
  }
  .contactTablet,
  .contactMobile {
    display: none!important;
  }
}

@media (min-width: 980px) and (max-width: 1310px){
  .contactTablet{
    display: block!important;
  }
  .contactDesktop,
  .contactMobile {
    display: none!important;
  }
}
@media (max-width: 980px) {
  .contactMobile{
    display: block!important;
  }
  .contactDesktop,
  .contactTablet {
    display: none!important;
  }
  p {
//    font-size: 16px!important;
//    font-weight: 400;
  }
 /*
  .ingress p {
    font-size: 18px!important;
  }
 */
  .topImage h1{
    color: #EBB700!important;
    font-size: 30px!important;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
  }
}

.et_pb_text_inner p img.wp-image-233130 {
  padding-top: 13px!important;
}

@media (max-width: 980px) {
  .et_pb_text_inner img.wp-image-233130,
  .et_pb_text_inner p img.wp-image-233130 {
    display: none!important;
  }
}

/* Button standard */
a.et_pb_button {
  border-radius: 50px;
  border: none;
  border-color: none;
  padding: 12px 30px!important;
//  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
}

a.et_pb_button:hover {
  border-radius: 50px;
  border: none!important;
  border-color: none;
  padding: 12px 30px!important;
 // font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
}

a.et_pb_button:hover::after {
  display: none;
}


/* PostLayout*/
.postLayout .et_pb_row {
//  width: 80%;
}

.postLayout .et_pb_row.et_pb_row_0_tb_body {
  max-width: 60%;
}

.postLayout .et_pb_row {
  width: 640px;
}

.postLayout .et_pb_row.et_pb_row_0_tb_body {
  width: 900px;
}

.postLayout .et_pb_row p {
  font-size: 16px;
  line-height: 1.7em;
}

@media (max-width: 1300px) {
  .postLayout .et_pb_row.et_pb_row_0_tb_body {
    max-width: 80%;
  }

  .postLayout .et_pb_row {
    max-width: 80%;
  }
}

@media (max-width: 980px) {
  .postLayout .et_pb_row.et_pb_row_0_tb_body {
    max-width: 80%;
  }

  .postLayout .et_pb_row {
    max-width: 80%;
  }
  .postLayout .et_pb_post_content .et_builder_inner_content .et_pb_row.et_pb_row_0 {
    margin: 15px!important;
  }
  /*
  .postLayout .titleDate {
    margin-left: 15px;
    margin-bottom: 15px;
  }
  */
}

#breadcrumbs,
#breadcrumbs a {
font-size: 14px;
font-weight: 400;
color: #000!important;
}

#breadcrumbs {
margin-bottom: 20px;
}

#breadcrumbs .current {
text-decoration: underline;
}

#breadcrumbs a:hover {
text-decoration: underline;
}

.et_pb_section.topImage.subsite {
  height: 400px;
}

/******************************
FOOTER
*******************************/
.cookie-bar-button {
	background-color: #fff !important;
	color: #000 !important;
}

#footer {
  background-color: #000;
  color: #fff!important;
}

footer p a,
footer p,
#footer p,
#footer p a {
  color: #fff;
  text-decoration: none!important;
}

footer p a:hover,
#footer p a:hover {
  text-decoration: underline!important;
}


#footer .logo img {
  max-width: 250px;
}

.privacy {
  background-color: #02223b;
}

.privacy p {
  color: #fff;
}


img.wp-image-233130 {
	margin-right: 20px;
}

.leadingYellowMarker {
	margin-left: 30px;
}
.leadingYellowMarker:before {
	position: absolute;
	display: block;
	margin-top: 7px;
	margin-left: -30px;
	content:'';
    background-image: url('/wp-content/uploads/2021/09/leading-yellow-angle.png');
    background-size: 12.5px 20px;
    width: 12.5px;
    height: 20px;
	background-repeat: no-repeat;
}


@media (max-width: 980px) {
.leadingYellowMarker:before {
	display: none;
}

.leadingYellowMarker {
	margin-left: 0px;
}
}


.et_pb_gallery_items .et_pb_gallery_item {
	width: 24%!important;
	margin-right: 1.33%!important;
}


.et_pb_gallery_items .et_pb_gallery_item.last_in_row {
	margin-right: 0!important
}

@media (max-width: 980px) {
  .et_pb_gallery_items .et_pb_gallery_item {
  	width: 48%!important;
  	margin-right: 1.33%!important;
  }


  .et_pb_gallery_items .et_pb_gallery_item.last_in_row {
  	margin-right: 0!important
  }
}

.alignBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 220px;
	margin: 0 auto;
    color: #FFFFFF!important;
    border-width: 0px!important;
    border-color: #1b254c;
    border-radius: 0px;
    font-size: 18px!important;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600!important;
    background-color: #707070;
}

body #page-container .et_pb_section a.alignBottom {
   font-size: 18px!important;
}

.products2023 .et_pb_button_module_wrapper,
.products2023 .et_pb_button_module_wrapper .buttonProducts  {
  width: 100%!important;
}
.products2023 .et_pb_button_module_wrapper a.buttonProducts {
  text-align: center!important;
}


#table-technicalSpec table {
  font-size: 16px;
font-weight: 400;
  border-color: #ececec;
}

#table-technicalSpec tr td {
  border-right: 1px solid #eee!important;
  border-left: 1px solid #eee!important;
}

.fw200 p {
  font-weight: 200!important;
}

.fw200 h2 {
  font-weight: 400!important;
}
