/* @import url('http://example.com/example_style.css'); */

/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
  {
  % include "hubspot/styles/responsive/modules.css" %
}

  {
  % include "hubspot/styles/patches/recommended.css" %
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/


html {
  font-size: 15px;
  line-height: 1.667em;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #FFF;
  font-weight: 400;
  color: #19233E;
}

body.no-scroll {
  overflow: hidden;
}

span {
  display: block;
}

html,
body,
h1,
h2,
h3,
h4,
h5 div,
p,
a,
ul,
li {
  margin: 0;
  padding: 0;
}

h1 { font-size: 42px; line-height: 1.310em; margin-top: 24px; margin-bottom: 64px; }
h2 { font-size: 36px; line-height: 1.278em; }
h3 { font-size: 26px; line-height: 1.385em; }
h4 { font-size: 20px; line-height: 1.400em; }
h5 { font-size: 18px; line-height: 1.389em; }
h6 { font-size: 12px; line-height: 1.400em; }
h1, h2, h3, h4, h5, h6 { font-weight: 600; }

@media (min-width: 768px) {
  h2, h3, h4, h5, h6 { margin-top: 64px; margin-bottom: 24px; }
}
p { font-size: 15px; line-height: 1.667em; font-weight: 400; }

.body-container-wrapper a { 
  color: #19233E!important; 
  text-decoration: underline!important; 
  font-weight: 400!important; 
  font-family: font-family: 'Poppins', sans-serif;!important;
  line-height: 1.667em;
}
.body-container-wrapper a:hover { background-color: #FFEFCC!important; }

a {
  text-decoration: none;
  color: #19233E;
}


.hide_all {
  display: none !important;
}


/*********** 1.4 Page header ***********/


.header-container-wrapper {
  overflow: hidden;
  display: block;
  max-width: 100%;
  width: 100%;
  position: relative;
}

.landingpage-header:before {
  content: "";
  background-image: url(https://4291881.fs1.hubspotusercontent-na1.net/hubfs/4291881/Profile/fusen_grid-normal.png?t=1519888064679);
  z-index: 1;
  position: absolute;
  top: 0;
  left: -50px;
  width: 110%;
  display: block;
  height: 150px;
  opacity: 0.04;
  overflow: hidden;
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.landingpage-header {
  max-width: 100%;
  margin: 0 auto !important;
  float: none !important;
  padding: 10px 0;
  margin-bottom: 20px !important;
}

.landingpage-header-group {
  max-width: 1080px;
  margin: 0 auto !important;
  float: none !important;
  position: relative;
  padding: 20px 0;
}

.company-logo {
  display: inline-block;
  text-align: left;
  position: relative;
  z-index: 10;
}


/* BANNER */

.top_banner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}


.top_banner .title h1 {
  text-align: center;
  padding: 20px 30px;
  max-width: 900px;
  margin: 30px auto 0;
}

.top-image-wrapper {
  max-height: 300px;
  overflow: hidden;
}


.title h1:after {
  content: "";
  background: #19233E;
  display: block;
  width: 50px;
  height: 4px;
  position: relative;
  margin: 44px auto -30px;
}


/* SUMMARY */

.summary_wrapper .summary a {
  color: #19233E;
}

.summary_wrapper .summary a:hover {
  background-color: #FFEFCC;
  text-decoration: underline;
}

.summary_wrapper .summary {
  width: 60%;
  margin: 0 auto 20px !important;
  float: none;
}

.summary_wrapper .summary p {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
  max-width: 900px;
}


/* INDEX */


button.show-innholdsliste {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #19233E;
  outline: none;
  text-align: left !important;
}

button.show-innholdsliste.active {
  background: #f6b221;
  padding: 5px 10px;
  border-bottom: none;
}

.menu {
  text-align: center;
  padding: 0px 0 20px 0;
  width: 60%;
  background: white;
  margin: 0 auto;
}

.menu h2 {
  margin: 15px 0;
}

.menu .list {
  width: 60%;
  margin: 0 auto;
  text-align: left;
}

.menu .list li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.menu .list li:after {
  content: "\00bb";
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  right: 0;
}

ol.list {
  padding-left: 0;
}


.body-container-wrapper {
  overflow: hidden;
}

.content-wrapper {
  width: 100%;
  margin: 0 auto;
}


/* HAMBURGER */

.wrapper {
  position: fixed !important;
  left: 15px !important;
  top: 15px !important;
  z-index: 20;
}

.toggle {
  cursor: pointer;
  position: relative;

}

.wrapper.hide-menu {
  visibility: hidden;
}


.side-nav {
  color: #19233E;
  position: fixed;
  top: 0;
  left: -70%;
  width: 60%;
  padding: 10px;
  background-color: #19233E;
  height: 100%;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.side-nav ol {
  margin: 0 0 0 20px;
  padding: 20px 15px 0 15px;
  text-align: left;
  color: #fff;
}

.side-nav ol.list:last-child {
  margin-bottom: 50px;
}

.side-nav ol.list:first-child {
  margin-top: 20px;
}

.side-nav ol li {
  border-bottom: 0.8px solid rgba(255, 255, 255, 0.2);
}

.side-nav ol a {
  padding: 10px 0;
  display: block;
  color: #fff !important;
  text-decoration: none;
}

.side-nav ol a:hover {
  color: #00133F !important;
  background-color: #FFEFCC!important;
}

.nav-open {
  left: 231px;
  z-index: 999;
}

.nav-open .side-nav {
  left: 0;
}

.nav-open .toggle {
  margin-left: 15px;
  color: #fff;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 999;
}

.wrapper,
.side-nav {
  -webkit-transition: left .2s ease;
  transition: left .2s ease;
}


/* HERO IMAGE ELEMENTS (NOT IN USE) */


.image {
  height: 40vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
}

.hero_banner span {
  display: block;
}

div#Hovedtittel:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.75;
  z-index: 0;
}

h1.title.title_hero {
  position: relative;
  color: white;
  z-index: 1;
  width: 80%;
  padding: 0 20px;
  text-align: center;
  position: relative;
}


div#Hovedtittel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  width: 100%;
  z-index: 0;
  margin-bottom: 20px;
}

/* SECTION CONTENT */


.section_content_wrapper {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  padding: 0;
  text-align: left;
}

.section_content_wrapper strong {
  margin-top: 10px;
  font-weight: 600;
}

.section_content_wrapper ul {
  text-align: left;
  padding: 20px !important;
}

.section_content_wrapper img {
  height: auto;
  width: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.full_width img.section_image {
  width: 60%;
}

.section_content_wrapper .image_capper {
  height: auto;
  overflow: hidden;
  margin-bottom: -40px;
}

.section_content_wrapper .standard_content {
  margin: 20px auto 40px auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
  width: 60%;
}


.section_content_wrapper.quote .standard_content em {
  font-style: italic;
  text-align: center;
  display: block;
}

.section_content_wrapper.quote .standard_content :not(em) {
  text-transform: capitalize;
  text-align: center;
  margin-top: 5px;
}


.section_content_wrapper .section_image {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  text-align: center;
}


.white_bg h2.section_header {
  width: 100%;
}

.white_bg h2.section_header:after {
  content: "";
  width: 40px;
  height: 5px;
  background: #f6b221;
  position: relative;
  display: block;
  margin: 10px 0 5px;
}

h2.section_header {
  display: block;
  position: relative;
  margin: 58px auto 20px;
  width: 80%;
  text-align: left;
}


.section_content_wrapper.big h2.section_header {
  max-width: 600px;
  padding: 0px;
  margin-bottom: 0px;
}

.section_content_wrapper ul {
  list-style-type: disc;
  display: block;
  overflow: visible;
  padding: 0;
  padding-left: 20px;
}

.section_content_wrapper li {
  padding: 5px 0 5px 0px;
}

.section_content_wrapper.no_title .standard_content {
  margin-top: 0px !important;
}

.full_width.section_content_wrapper.no_title {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.section_content_wrapper h3,
.section_content_wrapper h4,
.section_content_wrapper h5,
.section_content_wrapper h6 {
  color: #19233E;
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  padding-top: 10px;
}

.boxed {
  width: 60%;
  border: none;
  box-shadow: 0 0 9px -7px rgba(0, 0, 0, .25);
  max-width: 768px;
}

.boxed .standard_content {
  border: none;
  margin-bottom: 0px;
  width: 80%;
  margin: 0 auto;
}

.white_bg.boxed .standard_content {
  width: 100%;
}

.full_width h2.section_header {
  max-width: 768px;
}

.full_width .standard_content {
  border: none;
  margin-bottom: 0px;
  width: 80%;
  max-width: 768px;
}

.full_width.section_content_wrapper {
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.dark_bg {
  background: #2D2D2D;
  color: white !important;
}

.white_bg {
  background: white;
}

.middle_grey_bg {
  background: #F7F7F7;
}

.brand_color_bg {
  background: #36485d;
  color: white !important;
}

.dark_bg h2 {
  color: white;
}

.brand_color_bg h2 {
  color: white;
}

.section_content_wrapper.creative_bullet_list ul.no-creative li {
  background: none;
  padding: 5px 0 5px 0;
  margin-top: 0 !important;
}

.section_content_wrapper.creative_bullet_list ul.no-creative {
  list-style-type: disc;
  list-style: disc;
  border: none;
  margin-top: 0 !important;
}

.creative_bullet_list li {
  background-image: url(https://respons.markedspartner.no/hubfs/Templates/list_element_grey.png);
  background-size: 20px;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0px 0 5px 30px;
  margin-top: 15px;
}

.creative_bullet_list ul {
  list-style: none;
}


.section_content_wrapper ul {
  text-align: left;
  padding: 30px !important;

}

.section_content_wrapper.creative_bullet_list ul {
  list-style-type: none;
  text-align: left;
  border: 3px solid #eeeeee;
  padding: 30px !important;
  margin: 20px 0;
}

.cta-text {
  font-family: 'Poppins', sans-serif;
  background-color: #19233E;
  color: #fff;
  display: inline-block;
  padding: 10px 16px;
  text-align: center;
  margin-top: 20px;
}

a.cta-text.cta-text-yellow {
  background-color: #F6B221!important; 
  color: #19233E!important;
  font-family: 'Poppins', sans-serif!important;
  font-weight: 600!important; 
  font-size: 15px!important;
  line-height: 1.2em!important;
  border-radius: 5px!important; 
  padding: 15px 30px!important;
  text-decoration: none!important;
}
a.cta-text.cta-text-yellow:hover {
  background-color: #FFC223!important;
}

a.cta-text.cta-text-blue {
  color: #fff !important;
  text-decoration: none !important;
}

.cta-text:hover {
  background-color: #19233E;
  color: #ffffff;
  text-decoration: none;
}

.cta-text-yellow {
  background-color: #f6b221 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.cta-text-blue {
  background-color: #19233E !important;
}

.cta-text-blue:hover {
  background-color: #F6B221 !important;
}

.cta-text-yellow:hover {
  background-color: #19233E !important;
}

.hs-cta-wrapper {
  text-align: center !important;
  width: 100%;
}

.hs-cta-wrapper img {
  width: 60%;
  height: auto;
  margin-top: 30px;
}

.cta-butt-bottom {
  border-radius: 0;
}


/* FORM */

button.contact-form-trigger {
  padding: 10px 20px;
  /*line-height: 2.6rem;*/
  background: #D17272;
  display: block;
  color: #fff !important;
  margin: 30px auto 100px;
  border: none;
  outline: none;
  
  background-color: #F6B221; 
  color: #19233E;
  font-family: 'Poppins', sans-serif;
  font-weight: 600; 
  font-size: 15px;
  border-radius: 5px; 
  padding: 15px 30px;

}

button.contact-form-trigger:hover {
  /*background: #000000;
  color: #ffffff !important;*/
  background-color: #FFC223;
  color: #19233E;
}

.contact_form h3:after {
  background: none;
  width: 0px;
  display: none;
}


.contact_form {
  width: 60%;
  margin: 30px auto 20px !important;
  float: none !important;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  background: #f6f6f6;
  padding: 60px 10px;
  -webkit-appearance: none;
  display: none;
  /*box-shadow: 0 0 9px -7px rgba(0, 0, 0, .25);*/
  max-width: 768px;
  box-sizing: border-box;
  
  display: block;
  /*width: 100% !important;
  max-width: 100%;*/
  transition: border .2s linear,box-shadow .2s linear;
  padding: 5px 11px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.733em;
  color: #19233E;
  background-color: #ffffff;
  border: 2px solid #1B233C;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.contact_form a {
  color: #19233E !important;
  font-weight: 400 !important;
  text-decoration: underline;
}

.contact_form a:hover {
  background-color: #FFEFCC !important;
}

.contact_form h3.form-title {
  display: none;
}

.contact_form h2.section_header {
  margin: 10px auto 20px;
}

.contact_form span {
  display: block;
}

.contact_form a {
  color: #D17272;
}

.contact_form a:hover {
  background-color: #FFEFCC;  
}

input, textarea, .contact_form .hs-input {
  display: block;
  width: 100% !important;
  /*max-width: 500px;*/
  max-width: 100%;
  transition: border .2s linear,box-shadow .2s linear;
  /*box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%);*/
  padding: 5px 11px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.733em;
  color: #19233E;
  background-color: #ffffff;
  border: 2px solid #1B233C;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.contact_form .hs-input:hover {
  background-color: #FFEFCC;
  border-color: #1B233C;
}
.contact_form .hs-input:focus {
  outline: none;
  border-color: #ECB546;
  /*box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%), 0 0 8px rgb(82 168 236 / 60%);*/
  background-color: #ededed;
}

.contact_form li .hs-input {
  width: auto !important;
  margin-right: 5px;
}


.contact_form_info {
  margin-bottom: 40px;
}

.contact_form_info h2 {
  padding: 0 30px;
  margin: 0 auto 0;
  text-align: center;
}

.contact_form_info h3 {
  display: block;
  position: relative;
  margin: 20px auto 0;
  padding-top: 10px;
  width: 100%;
  text-align: left;
}

.contact_form h3 {
  display: block;
  position: relative;
  margin: 0px auto 30px;
  max-width: 400px;
  text-align: center;
}

.contact_form_info ul li {
  float: left;
  padding-right: 30px;
}


.hs-input {
  font-family: 'Poppins', sans-serif;
}


.contact_form .hs-richtext {
  margin-bottom: 30px;
  margin-top: 20px;
}


.contact_form label span {
  display: inline;
}

.contact_form .hs_submit {
  max-width: 80%;
  margin: 0 auto;
}

.contact_form fieldset {
  max-width: 80% !important;
  margin: 0 auto !important;
}

.contact_form .hs-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #F6B221;
  text-shadow: none;
  transition: opacity .15s linear;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 15px;
  outline: 0;
  color: #19233E;
  border-radius: 5px; 
  padding: 15px 30px;
  text-decoration: none;
  border: 0;
  width: auto !important;
}

.contact_form .hs-button:hover, .contact_form .hs-button:focus {
  background-color: #FFC223;
  color: #19233E;
}

.contact_form ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}


.contact_form .hs-button:hover {
  background-color: #FFC223;
  color: #00133F;
}


select.hs-input {
  background: #ffffff url(https://respons.markedspartner.no/hubfs/Templates/arrow_down-1.png) no-repeat scroll right;
  -webkit-appearance: none;
  overflow: hidden;
  -moz-appearance: none;
}

select option {
  border: none;
}


.hs_personvern_gdpr label span {
  display: inline-block;
}

.hs_personvern_gdpr input[type="checkbox"] {
  margin-right: 10px !important;
  vertical-align: top;
  margin-top: 0px;
  border: 1px solid #aaaaaa;
  background: white;
}

.hs_personvern_gdpr .hs-form-checkbox {
  padding: 10px 0;
}


.hs_personvern_gdpr span {
  max-width: 90%;
  display: block;
}


.hs-error-msgs {
  color: #D17272;
  padding-bottom: 30px;
  border: none;
}


.hs_interesser .hs-form-checkbox input {
  margin-bottom: 5px;
}


.hs_interesser {
  margin-bottom: 30px;
}


.contact_form textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
  -webkit-appearance: none;

}

.hs-form-booleancheckbox {
  margin-bottom: 10px;
}

.hs-form-booleancheckbox .hs-input {
  margin-bottom: 0px !important;
}


.contact_form .creative_bullet_list li {
  background-image: url(https://respons.markedspartner.no/hubfs/Templates/list_element_grey.png);
}


.submitted-message {
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}


/* FOOTER */


.custom-footer-wrapper {
  max-width: 100%;
  background-color: #19233E;
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-center {
  max-width: 60%;
  margin: 0 auto !important;
  float: none !important;
}

.custom-footer-wrapper img {}

.custom-footer-wrapper .about-section-footer {
  padding-right: 50px;
}

.footer-sections {
  padding: 30px 0;
}


/* ANIMATION */


.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 50px 0;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media (min-width: 1300px) {

  .top-image-wrapper {
    max-height: 500px;
  }

  .top-image-wrapper img {
    margin-top: -10%;
  }
}

@media (min-width: 1100px) {

  .top-image-wrapper {
    max-height: 400px;
  }

  .top-image-wrapper img {
    margin-top: -10%;
  }
}


@media (max-width: 1100px) {

  .top-image-wrapper img {
    margin-top: -10%;
  }
}

@media (max-width:1300px) {


  .summary_wrapper .summary {
    width: 80%;
  }

  .menu {
    width: 80%;
  }


  .boxed {
    width: 80%;
  }


  .hs-cta-wrapper img {
    width: 80%;
    height: auto;
  }

  .contact_form {
    max-width: 80%;
  }


}


@media (max-width:1200px) {

  .header-container-wrapper p {
    padding-right: 40px !important;
  }


}


@media (max-width:1080px) {

  .company-logo {
    padding-left: 15px;
  }

}

@media (max-width: 1000px) {
  .header-container-wrapper:before {

    height: 145px;

  }


}

@media (max-width:1280px) {
  .contact_form {
    width: 80% !important;
    padding: 40px 20px;
    max-width: 768px;
  }
}


@media (max-width:767px) {
  .landingpage-header {
    margin-bottom: 0 !important;
  }
  .landingpage-header-group {
    padding: 15px 0 5px !important;
  }
  
  .top-links-wrapper .top-links p {
    text-align: right;
    margin-right: 100px;
  }

  .header-container-wrapper p {
    padding-right: 0px !important;
  }

  .top-button-wrapper {
    top: 0;
    right: 0;
  }

  .top_banner .title h1 {
    padding: 20px 30px 20px;
    margin-left: 70px;
    margin-right: 70px;
  }

  .summary_wrapper .summary p {
    width: 80%;
  }

  .section_content_wrapper .standard_content {
    width: 80%;
  }

  .section_content_wrapper ul {
    list-style-type: disc;
    display: block;
    overflow: visible;
    padding: 0;
    margin: 20px 0;
    padding-left: 20px;
    padding: 20px !important;
  }

  .summary_wrapper .summary {
    width: 90%;
  }

  .menu {
    padding: 0px 0 30px 0;
    width: 90%;
  }

  .boxed {
    width: 90%;
    padding: 0px;
  }

  .boxed .standard_content {
    padding: 20px 0 40px;
  }

  .boxed h2.section_header {
    padding-top: 20px;
  }


  .full_width .standard_content {
    width: 80%;
  }

  .menu .list {
    width: 80%;
    margin: 10px auto 0px;
  }

  /* FORM */


  .contact_form {
    width: 100% !important;
    padding: 40px 20px;
    max-width: 90%;
  }

  .contact_form fieldset.form-columns-2 .hs-form-field {
    display: block;
    width: 100% !important;
  }

  .contact_form li .hs-input {
    width: auto !important;
    margin-right: 5px;
  }

  .contact_form ul {
    padding-left: 0;
    margin: 0;
  }

  .contact_form .hs-richtext {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .contact_form h3 {
    display: block;
    position: relative;
    margin: 0px auto 30px;
    max-width: 400px;
    text-align: center;
  }

  .contact_form li {
    list-style-type: none;
    list-style: none;
  }

  .hs_personvern_gdpr label span {
    display: inline-block;
  }

  .hs_personvern_gdpr input[type="checkbox"] {
    margin-right: 10px !important;
    vertical-align: top;
    margin-top: 0px;
    border: 1px solid #aaaaaa;
    background: white;
  }

  .hs_personvern_gdpr .hs-form-checkbox {
    padding: 10px 0;
  }

  .hs_personvern_gdpr span {
    max-width: 90%;
    display: block;
  }

  .hs-error-msgs {
    color: #D17272;
    padding-bottom: 30px;
  }

  .contact_form textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  select {
    -webkit-appearance: none;
  }

  .page-center {
    max-width: 80%;
  }

  .page-center img {
    margin-bottom: 10px;
  }


}

@media (max-width: 767px) {
  h1 { font-size: 38px; line-height: 1.316em; }
  h2 { font-size: 32px; line-height: 1.313em; }
  h3 { font-size: 22px; line-height: 1.455em; }
  h4 { font-size: 18px; line-height: 1.333em; }
  h5 { font-size: 15px; line-height: 1.600em; }
  h6 { font-size: 15px; line-height: 1.600em; }
  p { font-size: 15px; line-height: 1.467em; } 
}


@media (max-width:500px) {

  .company-logo img {
    width: 290px !important;
    max-width: 290px !important;
    padding-left: 15px !important;
  }
  .company-logo {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .top_banner .title h1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .title h1:after {
    content: "";
    background: #19233E;
    display: block;
    width: 25px;
    height: 4px;
    position: relative;
    margin: 44px auto -30px;

  }

  .summary_wrapper .summary p {

    text-align: left;
    width: 90%;

  }


  /**************************** INDEX ****************************/


  button.show-innholdsliste {
    /*font-size: 2rem;*/
  }

  .menu {
    width: 100%;
  }

  .menu .list {
    width: 80%;
    margin: 10px auto 0px;
  }

  .menu .list li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
  }

  /**************************** HAMBURGER ****************************/

  .side-nav {
    color: #19233E;
    position: fixed;
    top: 0;
    left: -110%;
    width: 100%;
    padding: 10px;
    background-color: #19233E;
    height: 100%;
    overflow-y: scroll;
    margin-bottom: 20px;
  }

  .side-nav ol {
    margin: 0 0 0 20px;
    padding: 20px 15px 0 15px;
    text-align: left;
    color: #fff;
    width: 70%;
  }


  /**************************** SECTION Content ****************************/

  .section_content_wrapper {
    width: 90%;

  }
  
  .section_content_wrapper ul {
    list-style-type: disc;
    display: block;
    overflow: visible;
    padding: 0;
    margin: 20px 0;
    padding-left: 0;
  }

  .boxed {
    width: 100%;
  }

  .white_bg.boxed {
    width: 90%;
  }

  .section_content_wrapper.quote .standard_content em {
    font-style: italic;
    text-align: center;
    display: block;
  }

  .full_width.section_content_wrapper {
    padding-bottom: 10px;
    margin-bottom: 5px;
  }

  .section_content_wrapper.middle_grey_bg.full_width h2.section_header {
    padding-top: 30px;
  }

  .boxed h2.section_header {
    padding-top: 30px;
  }

  .creative_bullet_list li {
    background-position: 0 8px;
    padding: 5px 0 5px 30px;
  }

  .contact_form_info h2 {
    padding: 0;
  }

  .contact_form {
    max-width: 100%;
  }


}