.hs_cos_wrapper_type_rich_text ul li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
    margin-right: 8px;
    color: #2d9f79 !important;
    font-size: 18px;
}
html {
  position: relative;
  min-height: 100%; 
}

body  {
  font-family: 'OpenSans',FFDaxWebPro,OpenSans,sans-serif !important;
  background-color:#fff !important; 
  
  height: 370px; /* Set the fixed height of the footer here */
  margin-top:55px!important;
}

#hs-eu-confirmation-button {
    background-color: #007BFF; /* Blå farge for "Godta" */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

#hs-eu-confirmation-button:hover {
    background-color: #0056b3; /* Mørkere blå ved hover */
}

#hs-eu-decline-button {
    background-color: white; /* Hvit bakgrunn for "Avslå" */
    color: #007BFF; /* Blå tekst */
    border: 2px solid #007BFF; /* Blå ramme */
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

#hs-eu-decline-button:hover {
    background-color: #e6f2ff; /* Lys blå ved hover */
}


#hs-eu-opt-in-buttons {
    display: flex !important;
    flex-direction: row-reverse !important;
}

/* pris og demo knapper */
.PriceAndDemo-wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.PriceAndDemo-wrapper {
  	margin-bottom: 2em;
  	z-index: 1;
  	max-width: 500px;
  }
  .knapp-pris {
  	color:#2d9f79;
  	background-color: #fff;
    margin-left: 0px !important;
  }
  .knapp-demo {
  	color:#fff;
  	background-color: #298f6d;
    display: inline !important;
  }
  .knapp-prisogdemo{
  	margin: 7.5px;
  	cursor: pointer;
  	padding: 5px 10px;
  	flex: 1 1 auto;
  	border-radius: 3px;
  	border: none;
  	outline: none;
  	font-size: 18px;
  	box-shadow: 0 2px 4px rgba(0,0,0,.12), 0 0 0 1px rgba(0,0,0,.08);
  	transition: all .1s ease;
    min-width:75px !important;
    font-family: OpenSans,sans-serif !important;
    font-weight: 700;
  }
  .knapp-demo:hover {
    color: #fff;
    background-color:#1c634c;
  }
  .knapp-demo:focus {
    color: #fff;
    background-color:#1c634c;
  }
  .knapp-pris:hover {
    color:#1c634c;
  }
.knapp-pris:focus {
    color:#1c634c;
  }
/* pris og demo slutt */





.wave-a {
  color: #f7f7f7 !important;
}
.wavesvg {
  width: 100%;
  height: 100%;
}
wave-svg-rect {
  fill: #fff !important;
}
.wave-box {
  --divider-height: 4rem;
  position: relative;
  top: calc( var(--divider-height)/2 * -1 );
  height: var(--divider-height);
  width: 100%;
  float: left; 
  z-index: 1;
}

.logo-img {
  max-height:30px;
}
.navbar-default {
    background-color: white;
    border-color: #E7E7E7;
/*     margin-bottom:40px; */
}
.meny-link {
  font-size: 16px  !important;
  font-weight:700  !important;
  color:#29343d  !important;
  padding-top: 20px !important;
}

  
}
/* pc og opp */
	@media (min-width: 990px) {
    .navbar {
      height:60px;
    }    
    .row.vertical-align {
        display: flex;
        align-items: center;
    }
  }
.navbar-collapse {
    height: 90vh; /* Set to lower value, because 
                     height = <total height> - <.navbar-header height> 
                     so you will not lose the last menu */
    max-height: 100vh!important; /* Or max-height: none!important;  */
}
/* MOBILER */
	@media (max-width: 990px) {
    .meny-link {
      font-size: 20px  !important;
    }
    .row.vertical-align {
        display: block; /* Turn off the flexible box layout */
    }
  }

  .opensans {
    font-family:OpenSans,sans-serif !important;
  }
  .tb-mouse {
    cursor: pointer !important;
  }
  .cta_button {
    border-radius: 0px !important;
  }
  
  .cta_logg_inn_knapp {
      border-radius: 0px !important;
      box-shadow: 0 0 0 1px rgb(0 0 0 / 8%), 0 3px 6px rgb(0 0 0 / 12%) !important;
  }
  .cta-knapp-hvit {
  	color:#2d9f79;
  	background-color: #fff;
  }
  .cta-knapp-gronn {
  	color:#fff;
  	background-color: #298f6d;
  }
  .cta-knapp-blaa {
    color:#fff;
  	background-color: #3878c7;
  }
  .cta-knapp{
/*   	margin: 7.5px; */
  	cursor: pointer;
  	padding: 5px 10px;
/*   	flex: 1 1 auto; */
  	border-radius: 3px;
  	border: none;
  	outline: none;
  	font-size: 18px;
  	box-shadow: 0 2px 4px rgba(0,0,0,.12), 0 0 0 1px rgba(0,0,0,.08);
  	transition: all .1s ease;
  	/* font: 400 13.3333px Arial; */
/*   	width: 266px; */
    font-family: OpenSans,sans-serif !important;
    font-weight: 700;
    min-width: 100px;
    display: inline-block;
/*     display: block; */
  }
  .cta-knapp:hover {
    text-decoration: none !important;
  }
.cta-text {
/* min-width: 150px; */
}
.cta-knapp:focus {
   color:#fff !important;
    color:#afe9d6;
}
.cta-knapp:active {
   color:#fff !important;
    color:#afe9d6;
}
.cta-knapp:visited {
   color:#fff !important;
    color:#afe9d6;
}
.cta-knapp-hvit:hover {
    color:#fff !important;
    background-color: #298f6d;
  }
  .cta-knapp-gronn:hover {
    color:#fff !important;
    color:#2d9f79;
  }
  .cta-knapp-gronn:visited {
    color:#fff !important;
    color:#afe9d6;
  }
  .cta-knapp-gronn:active {
    color:#fff !important;
    color:#afe9d6;
  }
  .cta-knapp-gronn:focus {
    color:#fff !important;
    color:#afe9d6;
  }  

  .cta-knapp-blaa:hover {
    color:#fff !important;
    background-color: #4c86cd ;
  }

  .cta-knapp:visited {
    color:#fff !important;
  }
.cta-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}
.cta-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.cta-md {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.5;
}
.cta-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

/* Produkt og infobuttons */
.bigbuts {
  color:#ebf2f9;
}
.bigbuts-inner-icon {
  color:#3878c7;
}
.bigbuts-inner-icon:hover{
  color:#3b5998 !important;
  box-shadow: 0 0 15px #3b5998 !important;
  transition: all 0.5s ease !important;
}
.bigbuts-inner-icon:focus{
  color:#3b5998 !important;
  box-shadow: 0 0 15px #3b5998 !important;
  transition: all 0.5s ease !important;
}
.bigbuts-inner-icon:active{
  color:#3b5998 !important;
  box-shadow: 0 0 15px #3b5998 !important;
  transition: all 0.5s ease !important;
}
/* fargekart */
.bakgrunn-blue10 {
  background-color:#ebf2f9  !important;
}
.bakgrunn-blue30 {
  background-color:#afc9e9  !important;
}

/* Panels */
.panel-hvit {
  background-color:#fff  !important;
}
.panel-lysrod {
  background-color:#e6999d  !important;
}
.panel-lysbla {
  background-color:#ebf2f9  !important;
}
.panel-morkblaa {
  background-color:#3878c7  !important;
}
.panel-gul {
  background-color:#ffaa4d  !important;
}
.panel-rod {
  background-color:#cb333b  !important;
}
.panel-rod {
  background-color:#cb333b  !important;
}
.panel-gronn {
  background-color:#2d9f79  !important;
}
.panel-graa {
  background-color:#29343d  !important;
}
.panel-blank {
  background-color:transparent  !important;
  border:0;
}
.panel-skygge {
  box-shadow: 0 0 30px rgba(45,58,68,0.15);
}
.panel-hvit-skygge {
   background: #fff;
   box-shadow: 0 0 30px rgba(45,58,68,0.15);
}
.form-overskrift {
  font-weight:900  !important;
  font-size: 36px;
}
.hs-button {
  background-color:#3878c7  !important;
  color: white !important;
  font-size: 16px !important;
  font-weight:700  !important;
  border: none !important;
  border-radius: 3px !important;
}
.hs-image-widget {
  display: block !important;
  margin: 0 auto !important;
}
.tb-image-center {
  display: block !important;
  margin: 0 auto !important;
}
.tb-bold {
  font-weight:700;
}
.hs-input {
	border: none !important;
	box-shadow: 0 3px 6px rgba(0,0,0,.12), 0 0 0 1px rgba(0,0,0,.08) !important;
	padding: 5px 10px !important;
	outline: none !important;
	transition: box-shadow .2s ease !important;
	font-size: 16px !important;
  border-radius: 2px !important;
}
/* FONTS */
h1 {
    font-weight:700  !important;
  }
.tb-font-rod { 
  color:#cb333b !important;
}
.tb-font-hvit h1 p { 
  color:#fff !important;
}
.tb-font-sort { 
  color:#29343d !important;
}
.artikkel-tekst {
  font-size:18px !important;
}

.modul-overskrift {
    font-size:40px;
  }
/* MOBILER */
	@media (max-width: 576px) {

	}
/* MOBILER */
	@media (max-width: 990px) {
  .modul-overskrift {
    font-size:36px !important;
     text-align: center;
    }
  }
  
/* PC og oppover */
	@media (min-width: 992px) {
    .panel-hvit-skygge-body {
      padding:70px;
    }
      .center-cols {
      display: flex;
      flex-direction: row;         
      justify-content: center;

      .col-* {
         display: inline-block;
         margin-left: -2px; /* Adjust the value of marging work best with your context */
         float: none;
      }
    }
	}


/* Samsvarer med klassenavnene fra hubdb  og fargekartet med alle primærfargene våre. */
/* BAKGRUNNSFARGER */
.bakgrunn-blue10 {
  background-color:#ebf2f9  !important;
}
.bakgrunn-blue30 {
  background-color:#afc9e9  !important;
}
.bakgrunn-hvit {
  background-color:#fff  !important;
}
.bakgrunn-red50 {
  background-color:#cb333b  !important;
}
.bakgrunn-yellow50 {
  background-color:#ffaa4d  !important;
}
.bakgrunn-blue50 {
  background-color:#3878c7  !important;
}
.bakgrunn-green50 {
  background-color:#2d9f79  !important;
}
.bakgrunn-blue70 {
  background-color:#2d609f  !important;
}
.bakgrunn-blue90 {
  background-color:#27548b  !important;
}
.bakgrunn-green10 {
  background-color:#ebf9f5  !important;
}
.bakgrunn-green30 {
  background-color:#afe9d6  !important;
}
.bakgrunn-green70 {
  background-color:#22775b  !important;
}
.bakgrunn-green90 {
  background-color:#1c634c  !important;
}
.bakgrunn-red10 {
  background-color:#FFF3E6  !important;
}
.bakgrunn-red30 {
  background-color:#e6999d  !important;
}
.bakgrunn-red70 {
  background-color:#b82e32  !important;
}
.bakgrunn-red90 {
  background-color:#a3292f  !important;
}
.bakgrunn-yellow10 {
  background-color:#FFF3E6  !important;
}
.bakgrunn-yellow30 {
  background-color:#FFDAB3  !important;
}
.bakgrunn-yellow70 {
  background-color:#ff901a  !important;
}
.bakgrunn-yellow90 {
  background-color:#e67700  !important;
}
.bakgrunn-gray10 {
  background-color:#f0f2f2  !important;
}
.bakgrunn-app10 {
  background-color:#fbf8f4  !important;
}
.bakgrunn-app50 {
  background-color:#eadbc8  !important;
}
.bakgrunn-app90 {
  background-color:#e67700  !important;
}
.bakgrunn-gray15 {
  background-color:#f7f7f7  !important;
}
.bakgrunn-gray45 {
  background-color:#d9d9d9  !important;
}
.bakgrunn-gray75 {
  background-color:#bfbfbf  !important;
}
.bakgrunn-svart {
  background-color:#29343d  !important;
}



/* BAKGRUNNSFARGER */
.fontfarge-blue10 {
  color:#ebf2f9  !important;
}
.fontfarge-blue30 {
  color:#afc9e9  !important;
}
.fontfarge-hvit {
  color:#fff  !important;
}
.fontfarge-red50 {
  color:#cb333b  !important;
}
.fontfarge-yellow50 {
  color:#ffaa4d  !important;
}
.fontfarge-blue50 {
  color:#3878c7  !important;
}
.fontfarge-green50 {
  color:#2d9f79  !important;
}
.fontfarge-blue70 {
  color:#2d609f  !important;
}
.fontfarge-blue90 {
  color:#27548b  !important;
}
.fontfarge-green10 {
  color:#ebf9f5  !important;
}
.fontfarge-green30 {
  color:#afe9d6  !important;
}
.fontfarge-green70 {
  color:#22775b  !important;
}
.fontfarge-green90 {
  color:#1c634c  !important;
}
.fontfarge-blue70 {
  color:#2d609f  !important;
}
.fontfarge-blue90 {
  color:#27548b  !important;
}
.fontfarge-green10 {
  color:#ebf9f5  !important;
}
.fontfarge-green30 {
  color:#afe9d6  !important;
}
.fontfarge-green70 {
  color:#22775b  !important;
}
.fontfarge-green90 {
  color:#1c634c  !important;
}
.fontfarge-red10 {
  color:#FFF3E6  !important;
}
.fontfarge-red30 {
  color:#e6999d  !important;
}
.fontfarge-red70 {
  color:#b82e32  !important;
}
.fontfarge-red90 {
  color:#a3292f  !important;
}
.fontfarge-yellow10 {
  color:#faebeb  !important;
}
.fontfarge-yellow30 {
  color:#FFDAB3  !important;
}
.fontfarge-yellow70 {
  color:#ff901a  !important;
}
.fontfarge-yellow90 {
  color:#e67700  !important;
}
.fontfarge-gray10 {
  color:#f0f2f2  !important;
}
.fontfarge-app10 {
  color:#fbf8f4  !important;
}
.fontfarge-app50 {
  color:#eadbc8  !important;
}
.fontfarge-app90 {
  color:#e67700  !important;
}
.fontfarge-gray15 {
  color:#f7f7f7  !important;
}
.fontfarge-gray45 {
  color:#d9d9d9  !important;
}
.fontfarge-gray45 {
  color:#bfbfbf  !important;
}
.fontfarge-svart {
  color:#29343d  !important;
}


/* BILDESTØRRELSER - LITEN SKJERM */
@media (max-width: 900px) {
      .bilde-liten-skjerm-50{
        width:50%;
      }
      .bilde-liten-skjerm-60{
        width:60%;
      }
      .bilde-liten-skjerm-70{
        width:70%;
      }
      .bilde-liten-skjerm-80{
        width:80%;
      }
      .bilde-liten-skjerm-90{
        width:90%;
      }
}
/* BILDESTØRRELSER - LITEN STOR SKJERM */
@media (min-width: 900px) {
  .bilde-stor-skjerm-50{
    width:50%;
  }
  .bilde-stor-skjerm-60{
    width:60%;
  }
  .bilde-stor-skjerm-70{
    width:70%;
  }
  .bilde-stor-skjerm-80{
    width:80%;
  }
  .bilde-stor-skjerm-90{
    width:90%;
  }
}
@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
   
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}