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

/******************************
HEADER
*******************************/
/*Header-meny mobil */
span.mobile_menu_bar:before {
  color: #000 !important;
}
.logo_container #logo {
	max-width: 280px !important;
}

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

#top-menu {
 display: none;
 }
 }

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

/********* Mobile Menu Collapse ********/

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



/******************************
FOOTER
*******************************/

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


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

/*liste over bloggartikler på bloggsiden*/
.mb_blogg_liste .et_pb_post {
  overflow: hidden;
  position: relative;
}
.mb_blogg_liste .post-content:before {
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 77%,rgba(255,255,255,1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
	/* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 77%,rgba(255,255,255,1) 100%);
	/* Chrome10-25,Safari5.1-6 */
  bottom: 0;
  content: '';
  height: 70px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mb_blogg_liste .post-meta {
  font-size: .9em;
}

/* 100% bredde på innlegg når man bruker Divi bygger */
.InnleggInnhold .et_pb_row {
	width: 100%;
}
.InnleggInnhold .et_pb_section, .InnleggInnhold .et_pb_row_1_tb_body {
	padding: 0px 5px;
}
@media (max-width: 980px) {
.InnleggInnhold {
	padding: 0 10px;
}
}

/* Justeringer blogg-side bildetekst */
.InnleggInnhold figcaption {
	text-align: center !important;
	font-style: italic;
	background: #f4f4f4;
	padding: 10px;
	margin-top: -5px;
}

.InnleggInnhold .blocks-gallery-caption {
	margin: auto;
	margin-top: -25px;
	margin-bottom: 20px;
	width: 100%;
}

/* Marg på bilder */
.InnleggInnhold .et_pb_post_content img {
	margin: 35px 0;
}

/*****************************
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 only screen 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) {
  .artikkel-lenke-boks,
  .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 */
.image-to-top,
.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 {
  padding: 0;
}

#header img {
	height: 60px;
    width: auto!important;
}

#header .et_pb_text_0_tb_header .et_pb_text_inner,
#header .et_pb_text_1_tb_header .et_pb_text_inner {
  display: flex;
}

#header ul li a,
#header .et_pb_text_inner {
  margin-top: 15px;
}

#header ul li a,
#header .et_pb_text_inner a {
  color: #10395C;
  text-decoration: none;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

#header p a{
  color: #10395C;
  text-decoration: none;
}

#header .active a {
  border-bottom: 2px solid;
  display: inline-block;
}

#header ul li.current-page-ancestor a,
#header ul li.current-menu-item a{
  border-bottom: 2px solid #10395C!important;
}

#header ul li.minside {
	padding-left: 33px;
}
#header ul li.minside a::before{
  content: url('https://dalane-energi.no/wp-content/uploads/2021/04/Asset-2.svg' );
  position: absolute;
  height: 16px;
  width: 16px;
  padding-right: 4px;
  margin-left:-22px;
  margin-top: -1px;
}

#header .et_pb_column.et_pb_column_1_5.et_pb_column_0_tb_header,
#header .et_pb_column.et_pb_column_1_5.et_pb_column_1_tb_header {
  margin-right: 0;
}

#header .mobileMenuDE .et_pb_column {
  max-width: 47%;
  margin-bottom: 0;
}

#headerMobile {
  padding: 0!important;
}
@media (min-width: 981px) {
	#headerMobile {
		display: none;
	}
}
@media (max-width: 980px) {
	#header {
		display: none;
	}
}

#headerMobile .et_pb_row {
  padding-bottom: 0!important;
}


#headerMobile .et_pb_column {
  max-width: 47%;
}

#headerMobile a span img {
  max-width: 70%;
}

.et_pb_menu .et_mobile_nav_menu {
  margin: 20px 30px 10px!important;
}
@media (max-width: 480px) {
  #headerMobile a span img {
    max-width: 100%;
  }
  .et_pb_menu .et_mobile_nav_menu {
    margin: 20px 0 10px!important;
  }
}

.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,
.et_pb_menu_1_tb_header.et_pb_menu {
  background-color: transparent!important;
}


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

/* Mobilmeny */

.et_mobile_menu {
  border-top: 0!important;
}
.et_mobile_menu li a{
  color: #fff!important;
  font-size: 16px;
 // text-transform: uppercase;
  border-bottom: 0!important;
  padding: 0;
  padding-bottom: 5px;
}

ul#mobile_menu1 {
margin: 0!important;
}

#mobile_menu2 .menu-item-has-children>a+span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  font-size: 80px;
  font-weight: 700;
  cursor: pointer;
  z-index: 3;
}

.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: #41b4cd!important;
}

.mobile_nav.opened ul#mobile_menu2 > li {
	margin-top: 60px!important;
}

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

.mobile_nav.opened .mobile_menu_bar {
    transform: translateY(3%);
    position: relative;
    display: block;
    line-height: 0;
	z-index: 999999;
}

.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: 0px;
  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 .current-menu-item > a {
  color: #43494b!important;
}

/* Mobilmeny slutt*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Roboto';
}

ol li,
ul li,
p {
  font-weight: 400;
  color: #133a5b;
}

.bold p{
  font-weight: bold;
}

h1 {
  color: #133a5b!important;
//  font-size: 30px!important;
}

h2 {
  color: #133a5b!important;
}

h3 {
  color: #133a5b!important;
  //font-size: 22px!important;
}

h4 {
  color: #133a5b!important;
  //font-size: 18px!important;
}

.topImage {
  height: 40vh;
}

.topImage h1{
  color: #fff!important;
//  font-size: 40px!important;
}

.topSection {
  background-color: #00B5D1;
  height: 1px!important;
  padding: 0!important;

  //max-height: 50px;
}

.topSection.containsContent {
  max-height: none;
  height: auto!important;

}

.rowWidth .et_pb_row,
.et_pb_row.shortRow {
  max-width: 900px;
}


/* Button standard */
a.et_pb_button {
  border-radius: 50px;
  border: none;
  border-color: none;
  padding: 10px 20px!important;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
  background-color: #41b4cd;
  color: #fff;
  display: inline-block;
}

a.et_pb_button:hover {
  background-color: #3191a6!important;
}

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

.et_pb_row.rowWidthText {
  max-width: 900px;
}

.services .box  {
  max-width: 900px;
}

.services img {
  max-width: 110px;
  padding-bottom: 15px;
}

.services h2 {
  font-size: 24px!important;
  font-weight: 600!important;
  color: #133a5b!important;
  text-transform: uppercase;
}

.services .box .et_pb_column {
  background-color: #f5f7f8;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
}

.services .box .et_pb_column p {
  font-weight: 500;
}

.rowWidth.services.spons .box .et_pb_column{
  background-color: #41b4cd;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
}

.rowWidth.services.spons .box h4{
  color: #fff!important;
}

.box.products h3 {
	font-size: 16px!important;
	text-transform: uppercase;
}

.box.products p{
	font-weight: 400!important;
}

.box.products p a {
	color:#133a5b!important;
	transition: ease .4s;
	font-weight: 500!important;
}

.box.products .et_pb_column:hover p a{
	color:#00B5D1!important;
}

.box.products ul{
	text-align: center;
    list-style-position: inside;
    padding: 0;
}

.box.products {
	padding-bottom: 40px;
}

.box.products .et_pb_button {
	margin-top: 15px;
	bottom: 0;
	left: 0;
	right: 0;

}

.white,
.white a,
.white p,
.white h1,
.white h2,
.white h3 {
	color: #fff!important;
}

.talkTo {
  background-color: #41b4cd;
  margin-top: 50px;
  padding-top: 0;
}

.talkTo .rowWidthText {
  padding-top: 0;
}

.talkTo .rowWidthText .contactImg img{
  margin-top: -70px!important;
}

.talkTo p {
  color: #fff;
}

.talkTo a.et_pb_button {
  background-color: #fff!important;
  color:#41b4cd!important;
}

.talkTo a.et_pb_button:hover {
  background-color: #dedede!important;
  color:#41b4cd!important;
}

@media (min-width: 1599px) {
  .talkTo .rowWidthText .contactImg img{
    margin-top: -140px!important;
  }
}

.fp.CustomerServices {
  background-color: #41b4cd;
  color: #fff!important;
}

.fp.CustomerServices h2 {
  color: #fff!important;
}

.fp.CustomerServices p {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.CustomerServices .icon img {
  max-width: 130px;
}


.infoBox .et_pb_row {
  max-width: 900px;
  background-color: #f5f7f8;
  padding: 0;
  //border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 60px;
}

.infoBox .et_pb_row {
  max-width: 900px;
}

.infoBox .et_pb_row .et_pb_text h2 {
  font-size: 26px;
  color: #133a5b;
  margin-bottom: 10px;
}

.infoBox .et_pb_row .et_pb_text {
  padding-left: 50px;
  padding-top: 30px;
  padding-right: 30px;
}

.infoBox .et_pb_row a.et_pb_button{
  margin-top: 20px;
  margin-left: 40px;
  margin-bottom: 20px;
}

@media (max-width: 980px){
  .contactImage img {
    max-width: 200px;
    margin: 0 auto!important;
  }
}

/* Forms */
.wpcf7 span.wpcf7-form-control-wrap input[type=text],
.wpcf7 span.wpcf7-form-control-wrap input[type=number],
.wpcf7 span.wpcf7-form-control-wrap input[type=tel],
.wpcf7 span.wpcf7-form-control-wrap input[type=email],
.wpcf7 span.wpcf7-form-control-wrap input[type=date],
.wpcf7 span.wpcf7-form-control-wrap textarea {
  width: 100%!important;
  background-color: #F5F7F8;
  border: none;
  padding: 12px 15px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  border: 1px solid #adb4b9;
  border-radius: 4px;
}

.wpcf7 p label {
	display: block;
	padding-bottom: 6px!important;
	font-size: 16px;
	width: 100%;
}


.wpcf7 input[type=submit].wpcf7-form-control.wpcf7-submit  {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: auto;
  background-color: #00B5D1;
  border-radius: 50px;
  padding: 12px 30px;
  border: none;
  color: #fff;
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
}
.wpcf7 input[type=submit].wpcf7-form-control.wpcf7-submit:hover  {
  background-color: #3191a6;
}

/* Contactform - call us */
.et_pb_row.form {
  background-color: #F5F7F8!important;
//  box-shadow: 0px 10px 60px -30px rgba(0, 181, 209, 0.3);
//  box-shadow: 0px 10px 60px -30px rgba(0, 38, 44, 0.3);
}
.et_pb_row.form .et_pb_column {
  margin-left: 50px!important;
}

.wpcf7 .formContact {
  margin: 0 auto;
  display: flex;
  width: 100%;
  padding: 0;
}

.wpcf7 .formContact > fieldset {
  width: 30%;
  margin-right: 3.33%;
  min-width: 230px;
}
.wpcf7 .formContact fieldset label {
	font-weight: 600;
	padding-bottom: 5px;
}

.wpcf7 .formContact fieldset .wpcf7-submit {
}

.wpcf7 .formContact span.wpcf7-form-control-wrap input[type=text],
.wpcf7 .formContact span.wpcf7-form-control-wrap input[type=tel] {
  width: 100%!important;
  background-color: #fff;
  border: none;
  padding: 12px 15px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
  font-size: 16px;
}

.wpcf7 .formContact fieldset input[type=submit] {
  margin-top: 20px!important;
  margin-right: 0;
}


.contactBox .et_pb_column {
	background-color: #f5f7f8;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 6%);
	padding: 20px 0 0 30px;
}

@media (max-width: 980px){
	.et_pb_row.form .et_pb_column {
		margin-left: 30px!important;
	}
	.wpcf7 .formContact {
		display: block;
	}
	.wpcf7 .formContact fieldset {
		width: 80%;
		display: block!important;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.contactBox .et_pb_column {
		padding: 20px 0 0 0;
	}
}



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

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

.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: 70%;
  }

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

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

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


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

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

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


#footer img {
  max-width: 100px;
}

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

.privacy p {
  color: #fff;
}

.twoCol {
	margin-bottom: 90px;
}

.twoCol .et_pb_row {
	padding-bottom: 0;
}

.twoCol .et_pb_row .et_pb_column {
	width: 47.5%;
	margin-right: 2.5%;
	margin-left: 0;
	margin-bottom: 0;
}

.twoCol .et_pb_row .et_pb_column.et-last-child {
	margin-left: 2.5%;
	margin-right: 0;
}

@media (max-width: 479px) {
  .twoCol .et_pb_row .et_pb_column.firstChild {
  	margin-bottom: 30px;
  }

  .twoCol .et_pb_row .et_pb_column.et-last-child {
  	margin-left: 0;
  	margin-right: 0;
  }
}

.et_pb_module.klikkbar:hover strong{
	color: #00B5D1!important;
}
.et_pb_module.klikkbar strong,
.et_pb_module.klikkbar span{
	transition: ease .4s;

}
.et_pb_module.klikkbar:hover span{
	text-decoration-color:#00B5D1!important;
}

.et_pb_module .et_pb_button:hover,
.et_pb_button:hover {
	border: none;
}

.orderForm h2 {
	text-align: left!important;
	margin: 10px 0;
}

.orderForm .wpcf7 {
	max-width: 650px;
//	margin: 0 auto;
}

.orderForm .wpcf7 p {
	padding-bottom: 2.2em;
}

.orderForm .wpcf7 input[type=submit].wpcf7-form-control.wpcf7-submit {
	margin: 0;
}

.orderForm .wpcf7 .wpcf7-list-item {
	margin: 0 10px 0 0;
}
.orderForm .wpcf7 .Kildeforopprinnelsesgaranti {
	margin-top: 5px;
	display: block;
}
.orderForm .wpcf7 .Kildeforopprinnelsesgaranti .wpcf7-list-item {
	width: 100%;
}

.productInfo {
	padding: 25px;
	margin-top: 1.6em;
	background-color: #F5F7F8;
    border-radius: 11px 11px 11px 11px;
    overflow: hidden;
}

.productInfo,
.productInfo strong,
.productInfo p,
.productInfo a {
	color: #133a5b;
}

.productInfo h2{
	font-size: 16px!important;
	display: block;
	margin-top: 10px;
}

.productInfo a {
	margin-left: 10px;
	font-size: 0.9em
}


.productInfo ul,
.productInfo ol  {
	margin: 0 0 0 10px;
	font-size: 0.9em;
}
.productInfo ol li {
	margin-bottom: 7px;
}


.post-template-default .category-dalaneenergien-artikler .entry-title,
.post-template-default .category-dalaneenergien-artikler .post-meta {
	display: none;
}

.page-id-232629 .et_pb_post h2.entry-title,
.home .et_pb_post h2.entry-title {
//	font-size: 20px!important;
}

.page-id-232629 .et_pb_post .post-content a,
.home .et_pb_post .post-content a{
//	font-size: 15px;
//	font-weight: 700;
//	text-transform:  uppercase;
}

.page-id-232629 .et_pb_post .post-content ,
.home .et_pb_post .post-content {
	padding-right: 30px!important;
}

.page-id-232629 .et_pb_post .post-content-inner ,
.home .et_pb_post .post-content-inner {
//	font-size: 16px!important;
//	line-height: 24px;
}


.page-id-232629 .et_pb_post .entry-featured-image-url,
.home .et_pb_post .entry-featured-image-url {
	margin-bottom: 0;
}
.page-id-232629 .et_pb_post .et_pb_image_container,
.home .et_pb_post .et_pb_image_container {
	margin-bottom: 15px;
}


.postContentImport {
	max-width: 680px;
	margin: 0 auto;
}
.postContentImport .et_pb_column {
	max-width: 100%;
}

.postContentImport  .et_pb_text_inner,
.postContentImport  .et_pb_text_inner p {
	font-size: 16px!important;
	font-weight: 400;
    color: #133a5b;
}

.postContentImport .wp-caption {
	border: none;
	background-color: transparent;
	padding: 0;
	margin-bottom: 30px;
}
.postContentImport  .wp-caption p {
	display: none;
}

.postContentImport  .wp-caption .wp-caption-text {
	font-size: 14px!important;
	line-height: 16px;
	display: block;
	text-align: left;
}

.et_pb_blog_extras .et_pb_posts .post-media .post-content {
  background-color: transparent!important;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
}

.abs-url {
	opacity: 1;
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 41%, rgba(0,0,0,0) 100%)!important;
}

.et_pb_with_border.readMore .et_pb_text_inner p a {
  font-weight: 600!important;
  text-decoration: none!important;
  padding-bottom: 8px!important;
  color: #1b254c!important;
}

@media (max-width: 450px) {
  .et_pb_blog_extras .et_pb_posts .post-media .post-content {
    padding-right: 8px;
  }
}

.grecaptcha-badge {
    visibility: hidden!important;
}

/* Råd */
@media (max-width: 980px){
  .et_pb_row.advice .et_pb_column.et_pb_column_1_2 {
    width: 50%!important;
    margin-bottom: 0!important;
  }
    .et_pb_row.advice {
      padding-bottom: 0!important;
    }
}

@media (max-width: 980px) {
  .et_pb_section {
    padding: 30px 0!important;
  }
}

#TOC-form {
	display: block;
}

#TOC-accept {
	display: none!important;
	visibility: hidden;
}
#TOC-accept.active {
	display: block!important;
	visibility: visible;
/*
	position: fixed;
	height: 100%;
	width: 100%;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
*/
}


#samtykkeTekstLink {
	color: #1c8ca5;
	pointer-events: all;
	cursor: pointer!important;
}
#samtykkeTekstLink:hover {
	text-decoration: underline;
}

#samtykkeTekstLink.checkDisabled .wpcf7-form-control-wrap {
	display: none;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
#samtykkeTekstLink.checkDisabled #samtykkeTekst:before{
	content: ' ';
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 10px;
	border-radius: 2px;
	border: 1px solid #333;
}