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

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

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


/* Changed hamburger icon */

.hamburger-icon:not(.active) {
  padding-top: 32px;
  margin-top: 8px;
}

.hamburger-icon:not(.active) .line.line-3 {
	left: 0 !important;
}

.hamburger-icon .line {
	width: 24px !important;
  height: 2px !important;
  margin-top: 2px; !important;
}

.hamburger-icon:not(.active) .line.line-2 {
	top: 8px !important;
}
.hamburger-icon:not(.active) .line.line-3 {
	top: 16px !important;
}


.hamburger-icon:not(.active) .line.line-1 {
	width: 0px !important;
  height:0px !important;
  margin-top: 0px; !important;
}


/* Drop-down menu changes */
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  border-radius:8px;
}


/* Mobile menu spacing */
.hhs-side-menu .hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper.is-open {
      max-height: 100vh;
    opacity: 1;
    margin-top: 20px;
}


blockquote{
  margin-left: 0px;
}

blockquote p {
  border: none;
}

.blog-index__post img{
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

ul.hs-menu-children-wrapper {
  min-width: 200px;
}

.citat{
border-radius: 8px;
box-shadow: 0px 4px 23px 0px rgba(1, 26, 51, 0.12);
  margin-left:24px;
  margin-right:24px;
}

.hhs-blog-post-card{
  border-radius:20px;
}

.hhs-blog-post-card h3, .hhs-blog-post-card h4, .hhs-blog-post-card h5{
  padding-top:8px;
}


#hs_cos_wrapper_module_1671112549355 .clean-base .row {
  border-radius:20px !important;
  box-shadow: 0px 4px 23px 0px rgba(1, 26, 51, 0.12);
}

.hhs-post-feat-img{
  border-top-left-radius:20px !important;
  border-top-right-radius:20px !important;
}


@media (min-width: 767px) {
.clean-base.contact-card-mobile{
  display:none!important;
}
  .consultation-mobile{
  display:none!important;
  }
}

@media (max-width: 767px) {
.clean-base.contact-card-desktop{
  display:none!important;
}
  
  .banner-background{
    background-color: #FFF8F3;
    background-image: none;
  }
  
   .banner-background-2{
    background-color: #F6FAFE;
    background-image: none;
  }
  
  
  
  #hs_cos_wrapper_module_17410823820024 .clean-base .row{
  background-image: none!important;
  }
}