/* @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    */
/*****************************************/
html, body {
    height: 100%;
    width: 100%;
/*     background-color: #000; */
    margin: 0;
    padding: 0;
}
.pwr-social-icon{
 padding: 0px 0.6em; 
}
.pwr-social-icon:nth-child(2) span {
  background-image: url(//143752800.fs1.hubspotusercontent-eu1.net/hubfs/143752800/raw_assets/public/POWER%20x%20Xshielder/images/x-white.svg); 
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  display: block;
  opacity: .9;
}
.pwr-social-icon:nth-child(2) span svg {
opacity: 0;
}

/* .pwr-social-icon:nth-child(4) span:hover {
  opacity: 1;
}
.pwr-social-icon:nth-child(4) span svg {
opacity: 0;
}
 */
.pwr-social-icon span svg {
font-size: 24px;
}

.pwr-header-right-bar{
  @media (max-width: 575px) {
    display: block !important;
  }
    @media (max-width: 420px) {
    display: none !important;
  }
  
}

.pwr-burger__icon-open span, .pwr-burger__icon-open::after, .pwr-burger__icon-open::before{
  height: 3px;
  width: 24px;
}

.pwr-burger__icon-open::before{
  top: 2px;
}

.pwr-burger__icon-open{
  height: 20px;
  width: 20px;
}

body .hs-form-field > label, .hs-submit .hs-button{
 font-size: 16px; 
}

.swiper-slide{
 align-content: center; 
}

.pwr-sec-clients__slider--center .swiper-wrapper{
  
  height: auto !important;
  
}

.hs-form-field .input{
margin-top: 8px;
}

body form.hs-form fieldset .hs-richtext{
 margin-bottom: 32px; 
}

body form.hs-form fieldset[class*="form-columns"] .input {
 margin-top: 8px; 
}

@media screen and (max-width: 768px) {

.input .hs-fieldtype-intl-phone.hs-input select{
 width: 100% !important;
  margin-bottom: 8px;
}

.input .hs-fieldtype-intl-phone.hs-input input{
 width: 100% !important; 
}
  

 .hs-dateinput .hs-input{
   width: 100% !important;
    appearance: none;
  -webkit-appearance: none;
height: 51.7px;
  }
}

.pwr-post-body{
  color: var(--clr-text-dk);
}

.pwr-post-comments label span{
  color: white;
}

.pwr-post-body form input[type="text"],
.pwr-post-body form input[type="password"], 
.pwr-post-body form input[type="datetime"], 
.pwr-post-body form input[type="datetime-local"],
.pwr-post-body form input[type="date"], 
.pwr-post-body form input[type="month"], 
.pwr-post-body form input[type="time"], 
.pwr-post-body form input[type="week"], 
.pwr-post-body form input[type="number"], 
.pwr-post-body form input[type="email"], 
.pwr-post-body form input[type="url"], 
.pwr-post-body form input[type="search"], 
.pwr-post-body form input[type="tel"], 
.pwr-post-body form input[type="color"],
.pwr-post-body form input[type="file"],
.pwr-post-body form textarea,
.pwr-post-body form select {
    background-color: white !important;    

}

.pwr-cta--primary-border .pwr-cta_button:hover {
  color: black !important;
}

.blog-content .hs-blog-post__content-wrapper h2{
  line-height: inherit;
}

@media (max-width: 575px) {
  .pwr-hero:not(.pwr-hero--full-height):not(.pwr-hero--content-height) {
    min-height: initial;
  }
}

/* a:hover{
color: #e6c800 !important;
} */

/* .hs-submit .hs-button{
 font-size: 20px; 
}
 */


/* #hs_cos_wrapper_module_17381417298407 {
    position: relative;
    width: 100%; /* Full bredde */
/*    height: 70vh; /* Beholder ønsket høyde */
/*    border-radius: 20px;
    overflow: hidden;
    background-color: #000; /* Holder den svarte bakgrunnen */
/*    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8); /* Myk skygge */
}

/*
#hs_cos_wrapper_module_17381417298407::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; /* Dekker de nederste 50% av seksjonen */
/*  background: radial-gradient(circle at 50% 100%, rgba(60, 60, 60, 0.9) 0%, transparent 90%);
    filter: blur(60px); /* Jevn overgang til svart */
/*  z-index: 1;
    opacity: 0.9;
}

#hs_cos_wrapper_module_17381417298407 img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
    border-radius: 20px;
}

/* Stilene for pwr-image-box */
/*.pwr-image-box__img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 20px; /* Avrundede hjørner */
/*  overflow: hidden;
}

.pwr-image-box__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(7, 7, 7, 1), rgba(40, 40, 40, 0.9)); /* Mørk nederst, lysere oppover */
/*  border-radius: 20px;
    z-index: 1;
    mix-blend-mode: multiply;
}

.pwr-image-box__img img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
    border-radius: 20px;
}