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

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

/*********************************************/
/* =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= */
/*                                           */
/* CUSTOM STYLE OVERWRITES                   */
/*                                           */
/* =^..^= =^..^= =^..^= =^..^= =^..^= =^..^= */
/*********************************************/

/****************************************************************************/
/*                                                                          */
/* IF YOU WOULD LIKE TO OVERWRITE CSS STYLE SETTINGS TO FURTHER CUSTOMIZE   */ 
/* THE TEMPLATE TO YOUR NEEDS, PLEASE USE THIS FILE                         */
/*                                                                          */
/****************************************************************************/

/* ------------------------- */
/* Index                     */
/* 01. Custom Styles 2021    */
/* 02. pwr.css changes 2021  */
/* 03. Modules               */
/* 04. Custom Styles 2023    */
/* ------------------------- */


/* ---------------------- */
/* 01. Custom Styles 2021 */
/* ---------------------- */

/* Blog Page Overwrites */
.mg-button-industrial::before,
.mg-button-engineering::before {
     background-color: unset !important;
}

/* LP Heading - Lineheight */
.lp-squeeze-wrapper h1,  
.lp-basic-wrapper h1 {
    line-height: 1.2em;
}

/* LP Horizontal Box - Left Content Vertical Top alignment */
.lp-premium-content-wrapper .pwr-sec-form__content--v-align {
    align-items: initial;
}

/* BODY TABLET OR SMALLER */
@media (max-width: 767px) {
  
  .dnd-section .dnd-column {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  h2 {
    font-size: 26px !important;
    line-height: 140% !important;
  }

  h1 {
    font-size: 34px !important;
    line-height: 100% !important;
  }
  
  h3 {
    font-size: 34px !important;
    line-height: 100% !important;
  }  
  
  h4 {
    font-weight: 500 !important;
    line-height: 1.29375em !important;
}

  
  p {
    font-size: 14px !important;
  }
  
  div {
    line-height: 2;
    font-size: 14px;
  }
  
  .cta_button {
    padding: 5px 10px !important;
  }
    
  .pwr-footer-subscribe__form .hs-submit .hs-button {
    padding: 12px 18px !important;
    font-weight: 600;
}
    
  .pwr-services-item__img {
    vertical-align: bottom;
}
  
}

/* HEADER */
.pwr-header { 
  font-weight: 400;
}

.pwr-header__menu {
  left: 20%;
}

.hs-menu-wrapper li a {
  font-family: Open Sans, sans-serif;
}

.hs-menu-wrapper a:hover {
  color: #FF8925;
}

.pwr-header__menu .hs-menu-wrapper li.hs-menu-depth-1>a {
  padding: 36px 25px;
}

.pwr-header-right-bar .cta_button {
  margin-left: 10px;
}

.pwr-hero--small {
    height: 500px;
}

/* FOOTER */
.pwr-footer-company-info__title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}


/* VACANCIES */
.pwr-3D-box {
    transform: perspective(1200px) scale(1);
    transform-style: preserve-3d;
    transition: all .4s ease-in-out;
}

/* Common */
.pwr-entry-wrapper .pwr-sec__title {
    line-height: 1.3em;
}

/* Hero */
.pwr-entry-wrapper .pwr-hero {
    height: 700px;
}

.pwr-hero__subtitle {
    color: #FF8925;
}

.pwr-entry-wrapper .pwr-hero__title {
    font-size: 130px;
    max-width: 950px;
}
.pwr-entry-wrapper .pwr-hero__desc {
    max-width: 100%;
}
@media (max-width: 1100px ) {
  .pwr-entry-wrapper .pwr-hero__title {
      font-size: 110px;
      line-height: 1em;
  }
}
@media (max-width: 576px ) {
  .pwr-entry-wrapper .pwr-hero__title {
      font-size: 66px;
  }
}

/* Breadcrumbs */
.pwr--light .pwr-sec-breadcrumbs__link, .pwr-sec-breadcrumbs.pwr--light .pwr-sec-breadcrumbs__link {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 767px) {
  .pwr--light .pwr-sec-breadcrumbs__link, .pwr-sec-breadcrumbs.pwr--light .pwr-sec-breadcrumbs__link {
    font-size: 12px;
  }
}

/* Title Stat */
.pwr-stat__title {
  text-transform: none;
}

/* Forms */
footer form {
  color: rgba(255,255,255,0.6) !important;
}


div:not(.pwr-form)> .hs_cos_wrapper_type_form form.hs-form {
    background-color: #ffffff;
    border: 1px solid #BFBFBF;
    padding: 30px;
    border-radius: 6px;
}

div:not(.pwr-form)>.hs_cos_wrapper_type_form form.hs-form input {
    border-color: rgba(77, 77, 77, 0.5);
    border-width: 0 0 1px;
}

div:not(.pwr-form)>.hs_cos_wrapper_type_form form.hs-form .hs-form-radio-display {
  color: #171B25 !important;
}

div:not(.pwr-form)> .hs_cos_wrapper_type_form form.hs-form .hs-form-checkbox-display {
  color: #171B25 !important;
}

div:not(.pwr-form)>.hs_cos_wrapper_type_form form.hs-form .hs-submit {
    width: 100%;
    font-size: 20px;
}

body .pwr--dark form.hs-form ul.inputs-list.hs-error-msgs, body .pwr-form.pwr--dark form.hs-form ul.inputs-list.hs-error-msgs {
  color: #f2545b;
}

.pwr-footer-subscribe__form .hs-email .hs-input {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

body form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100%;
    border-color: rgba(77,77,77,0.5);
    border-width: 0 0 1px;
}

[type="radio"]:checked+span, [type="radio"]:not(:checked)+span {
    font-size: 14px;
}

[type="checkbox"]:checked+span, [type="checkbox"]:not(:checked)+span {
    font-size: 14px;
}

.hs_zzp_opdrachtgever .hs-zzp_opdrachtgever .hs-fieldtype-radio .field .hs-form-field {
  padding-top: 20px;
}

.pwr-footer-subscribe__form .hs-email {
    margin-bottom: 20px !important;
}

.pwr-footer-subscribe__form .hs-fieldtype-radio {
    margin-bottom: 0px !important;
}

/* Footer */
.pwr-footer-full.pwr--dark .hs-menu-wrapper.hs-menu-flow-vertical li.hs-menu-depth-1>a, .pwr-footer-full.pwr--dark .pwr-footer-subscribe__title {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.pwr-footer-full__content {
    padding-bottom: 50px;
}

/* List of Templates */
.pwr-entry-wrapper .pwr-image-box--smaller .pwr-image-box__title {
    font-size: 15px;
}
.pwr-entry-wrapper .pwr-image-box.pwr-image-box--4cols.pwr-image-box--one-by-one .pwr-image-box__img {
    height: 214px;
}
.pwr-entry-wrapper .pwr-image-box__below {
    padding: 25px 0;
}

/* CTA module titles */
.pwr-entry-wrapper .pwr-sec-cta__title {
    max-width: 880px;
}

.cta_button:not(.pwr-cta--hubspot-style), .hs-submit {
  font-weight: 400 !important;
}

.hs-button {
  font-weight: 400 !important;
}

/* Template Features */ 
.pwr-entry-wrapper .pwr-sec-txt .pwr-sec-txt__title-intro {
    margin-bottom: 5px;
}
.pwr-entry-wrapper .pwr-sec-steps .pwr-step__desc {
    line-height: 1.8em;
}
.pwr-entry-wrapper .pwr-sec-steps:not(.pwr-sec-steps--with-intro) .pwr-step {
    padding: 40px 20px;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 10px;
}
@media (max-width: 575px) {
  .pwr-entry-wrapper .pwr-sec-steps .pwr-step {
      margin-left: 0;
      margin-right: 0;
  }
}

/* Mockup and layout variant sections */
.pwr-entry-wrapper .pwr-sec-mockup .pwr-sec-mockup__title-intro, 
.pwr-entry-wrapper .pwr-sec-steps--with-intro .pwr-sec-steps__title-intro {
    color: ;
    font-size: 100px;
    font-weight: 800;
    margin-bottom: 0px;
    line-height: 1em;
}
.pwr-entry-wrapper .pwr-sec-mockup .pwr-sec-mockup_title, 
.pwr-entry-wrapper .pwr-sec-steps--with-intro .pwr-sec-steps__title {
    line-height: 1.3em;
}
.pwr-entry-wrapper .pwr-sec-steps .pwr-sec__title + .pwr-sec__desc {
    margin-top: 15px;
}
.pwr-entry-wrapper .pwr-sec-mockup .pwr-sec-mockup__desc, 
.pwr-entry-wrapper .pwr-sec-steps--with-intro .pwr-sec-steps__desc {
    line-height: 1.8em;
}
.pwr-entry-wrapper .pwr-sec-steps--with-intro .pwr-step__img {
    height: auto;
    margin-bottom: 20px;
}
.pwr-entry-wrapper .pwr-sec-steps--with-intro .pwr-step {
    margin: 0 10px 10px;
    padding: 0;
}
@media (max-width: 575px) {
  .pwr-entry-wrapper .pwr-sec-steps .pwr-step {
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
}

/* Modules and cross-browser section */
.pwr-entry-wrapper .pwr-sec-maintenance-error__img--bottom {
    margin-top: 60px;
}

.rounded-corners {
    border-radius: 5%;
}

.dnd-column .widget-type-custom_widget .hs_cos_wrapper_type_linked_image {
  position: relative;
  display: flex;
}

.dnd-column .widget-type-custom_widget .hs_cos_wrapper_type_linked_image img {
  position: relative;
  z-index: 1;
}

.testimonial .quote-container .quote-box {
 overflow-y: hidden;
}

/* Instagram Feed */
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item, 
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-content, 
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-text, 
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item a, 
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item {
  border-radius: 6px;
}

@media (max-width: 767px) {
  .pwr-image-box__img {
    background-size: contain !important;
  }
  
/*   .hs_cos_wrapper {
    margin-top: 20px; */ 
/*   aangepast 03/08/2023 door Stan */
}

/* Manage Preferences */
#email-prefs-form .page-header {
  color: #23190f !important;
  }
}              

/* Bolletjes achtergrond
.dnd-column .widget-type-custom_widget .hs_cos_wrapper_type_linked_image::after {
  content: '';
  position: absolute;
  bottom: -49px;
  right: -110px;
  height: 106px;
  width: 219px;
  z-index: 0;
  background-image: url('https://6535409.fs1.hubspotusercontent-na1.net/hubfs/6535409/bolletjes-4.png') !important;
}
*/



/* ------------------------- */
/* 02. pwr.css changes 2021  */
/* ------------------------- */
.hs_cos_wrapper_type_rich_text ul:not(.inputs-list),
.pwr-rich-text ul,
.hs_cos_wrapper_type_post_filter ul,
.hs_cos_wrapper_type_post_listing ul,
ol {
    font-weight: 400;
}

blockquote {
    font-weight: 400;
}

@media (max-width: 767px)
  .pwr-header-top {
    display: none;
  }
}

.pwr-dropdown__link {
    font-weight: 500; 
}

#pwr-header-search__input {
    font-weight: 400;
}

/* ------------------------- */
/* 03. Modules               */
/* ------------------------- */

/* blog-post */
.pwr-post-body form {
  color: #171b25 !important;
}

.pwr-post-body form p {
  font-size: 10px !important;
}

/* blog-post-header */
.pwr-post-header__title {
    font-size: 70px !important;
    max-width: 745px;
    margin: 0;
}

/* header */
.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
    top: 75%;
}

.hs-menu-wrapper li.hs-menu-depth-1.active-branch > a {
  color: #ff8925;
  opacity: 1;
}

.pwr-header-top {
  padding: 10px 0;
}

.pwr-header-top .hs-menu-wrapper li.hs-menu-depth-1.active-branch > a {
  color: #fff !important;
  opacity: 1;
}

.pwr-header-top .hs-menu-wrapper li:not(.hs-menu-depth-1):hover>a, .hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1)>a {
    background-color: #ff8925;
    color: #fff !important;
}

@media (max-width: 767px) {
  .pwr-header-top {
    display: none;
  }
  .pwr-header-fixed {
    top: 0 !important;
  }
  .pwr-header-search {
    display: none;
  }
  .pwr-burger .hs-menu-wrapper li.active-branch>a, .pwr-burger .hs-menu-wrapper li.active-branch>a:after {
    background-color: #fff;
    color: #ff8925 !important;
}
}

.hs-menu-wrapper li:not(.hs-menu-depth-1):hover>a, .hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1)>a {
    background-color: #ff8925;
    color: #fff !important;
}

.hs-menu-wrapper ul {
  font-weight: 600;
}

.pwr-header-top__menu--dark .hs-menu-wrapper li a {
  background: #ff8925;
  padding: 10px 25px 10px 10px;
  border-radius: 5px;
  text-transform: uppercase;
}

.pwr-header-top .page-center{
  display: flex;
  justify-content: flex-end;
}

.pwr-header-top__menu .hs-menu-wrapper li.hs-item-has-children {
  position: relative;
}
.pwr-header-top__menu .hs-menu-wrapper li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
  left: -4px;
  top: 99%;
  padding: 0;
  transition: opacity 0s linear .2s,visibility 0s linear .2s;
}
.pwr-header-top__menu .hs-menu-wrapper ul.hs-menu-children-wrapper {
  background-color: #171b25;
  border-radius: 6px;
  box-shadow: 0px 15px 30px rgba(0,0,0,.05);
  min-width: 190px;
  text-align: left;
}
.pwr-header-top__menu .hs-menu-wrapper li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.pwr-header-top__menu .hs-menu-wrapper ul.hs-menu-children-wrapper {
  position: absolute;
  visibility: hidden;
  z-index: 10;
}
.pwr-header-top__menu .hs-menu-wrapper ul.hs-menu-children-wrapper li::after {
  content: '';
  display: none;
}
.pwr-header-top__menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a {
  padding: 15px;
  margin: 0 15px;
  background: transparent;
  line-height: 1em;
  transition: background-color .2s ease-in-out,color .2s ease-in-out;
  display: block;
  white-space: nowrap;
  border-radius: 0;
}
.pwr-header-top__menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a:hover {
  background: #ff8925;
}
.pwr-header-top__menu .hs-menu-wrapper ul.hs-menu-children-wrapper li:first-child > a {
  margin-top: 23px;
}
.pwr-header-top__menu .hs-menu-wrapper ul.hs-menu-children-wrapper li:last-child > a {
  margin-bottom: 23px;
}

.pwr-dropdown--language {
    top: 150%;
}

.pwr-header-right-bar__link img {
  vertical-align: middle;
  border-radius: 3px;
}

.pwr-dropdown__link.pwr-header-right-bar__language-link img {
  border-radius: 3px;
}  

.pwr-burger-bottom-bar__item-link.pwr-burger-language__trigger img {
  vertical-align: middle;  
  border-radius: 3px;
}  

.pwr-burger-bottom-bar__item-link.pwr-burger-language__link img {
  vertical-align: middle;  
  border-radius: 3px;
} 

.pwr-header-right-bar>.pwr-header-right-bar__item:not(:first-of-type):not(.pwr-header-right-bar__cta):after {
    box-shadow: inset -2px 2px 0 0;
    color: #171b25;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translate(0,-5px) rotate(135deg);
            transform: translate(0,-5px) rotate(135deg);
    transition: transform .15s ease-in-out;
    width: 7px;
}

/* ind-accordion */
.pwr--sec-padding-b-md {
  padding-bottom: 0 !important;
}

.pwr--sec-padding-t-md {
  padding-top: 0 !important;
}

.pwr-accordion__title {
    font-weight: 400;
}

/* ind-hero */
.pwr-hero h1{
  font-size: 70px;
}

.pwr-hero__title {
  max-width: 745px;
}

.pwr-hero__desc {
    max-width: 700px;
}

.pwr-hero--small .pwr-hero__title {
  max-width: 745px;
}

.pwr-hero__info-box {
  bottom: 120px;
}

#pwr-hero-apm-image {
  background-size: cover;
  background-position: center center;  
}

@media (max-width: 767px) {
  .pwr-hero__subtitle {
    color: #FF8925;
    padding-bottom: 10px;
  }
}

/* sec-media-content-split */
/* sec-media-content-split horizontal */
.pwr-sec-split__content {
  padding: 15%; 
}

@media (max-width: 767px) {
  .pwr-sec-split__content {
    padding: 60px 40px;
  }
}

.pwr-sec-split h2{
  line-height: 61px;
}

.pwr-sec-split h3,
.pwr-sec-split h4 {
    font-weight: 500 !important;
    line-height: 1.29375em !important;
}

.cta_button:not(.pwr-cta--hubspot-style):before {
  background: none;
}

.pwr-sec__title {
  color: #4d4d4d !important;
}

@media (max-width: 767px) {
  .pwr-sec-split__img {
    height: 200px !important;
  }
}

/* sec-steps */
.pwr-step__title {
    font-family: Passion One,sans-serif;
    font-size: 19px;
    font-weight: 500;
}

/* sec-services */
@media (max-width: 767px) {
  .pwr-sub-services .pwr-services-box {
    margin-top: 20px;
  }
}

.pwr-services-box__inner {
  position: relative;
  border-radius: 6px;
}

.pwr-services-box__back.pwr-3D-box__image {
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-blend-mode: multiply;
  position: absolute;
}

.pwr-services-box:hover .pwr-services-box__inner .pwr-services-box__back.pwr-3D-box__image {
  opacity: 100;
  border-radius: 6px;
}

.pwr-services-item__title {
    font-weight: 400;
}

.pwr-services-item__more-link {
    font-weight: 400;
}

/* ind-services-image */
.pwr-services-box__inner {
  position: relative;
  border-radius: 6px;
}
.pwr-services-image-box__back.pwr-3D-box__image {
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-blend-mode: multiply;
  position: absolute;
}
.pwr-services-box:hover .pwr-services-box__inner .pwr-services-image-box__back.pwr-3D-box__image {
  opacity: 100;
  border-radius: 6px;
}

/* sub-simple-listing */
.pwr-simple-list-item__icon {
  display: none;
}

/* sub-stats */
.pwr-stat__title {
    letter-spacing: 0px;
}

/* ind-team */
.pwr-sub-team {
  padding-bottom: 0;
}

.pwr-sub-team .pwr-rich-text a:not(.pwr-cta):not(.cta_button) {
  color: #FFFFFF;
  font-size: 14px;
}

.pwr-sub-team .pwr-rich-text a:not(.pwr-cta):not(.cta_button):hover {
  text-decoration: underline;
}

.pwr-team-member__job-region {
    display: block;
    font-family: Open Sans,sans-serif;
    font-size: 12px;
    font-weight: 100;
    min-height: 26px;
}

@media (max-width: 767px) {
  .pwr-sub-team .pwr-team-member {
    margin-top: 20px;
  }
}

/* ind-blog-post */
.pwr-post-body form {
  color: #171b25 !important;
}

.pwr-post-body form p {
  font-size: 10px !important;
}

/* sec-image-boxes */
.pwr-image-box:hover .pwr-image-box__overlay {
  background-color: #737373 !important; 
  opacity: 100;
}

/* footer */
@media (max-width: 767px) {
  .pwr-footer-full {
    padding-top: 50px;
  }
}

.pwr-footer h6 {
  opacity: 0.8;
  margin-bottom: -15px;
}

.pwr-footer p {
  opacity: 75%
}

.pwr-footer-company-info {
  width: 25%;
}
.pwr-footer-subscribe {
  width: 25%;
}  
@media (max-width: 767px) {
  .pwr-footer-company-info {
    width: 100%;
  }
  .pwr-footer-subscribe {
    margin-top: 30px;
    width: 100%;
  }  
}

.pwr-footer-subscribe__form fieldset {
  display: flex;
  flex-direction: column;
  width: 100% !important; 
}

.pwr-footer-subscribe__form fieldset .hs-form-field {
  width: 100% !important;
}

.pwr-footer-subscribe__form .hs-input {
  display: block;
  width: 100%;
}

.pwr-footer-subscribe__form .hs-submit {
  margin-top: 20px !important;
  position: relative;
  border-radius: 6px;
  width: auto;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Passion One', sans-serif;
}

body form.hs-form fieldset[class*="form-columns"] .hs-input {
    font-size: 14px;
}

.pwr-footer-contact-menu {
  float: left;
  margin-left: 20px;
  width: 45%;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .pwr-footer-contact-menu {
    margin-top: 30px;
    margin-left: 0px;
    width: 100%;
  }
}

.pwr-footer-contact {
  float: left;
  margin-left: 20px;
  width: calc( 50% - 20px );
}

@media (max-width: 767px) {
  .pwr-footer-contact {
    margin-left: 0px;
    width: 100%;
  }
}

.pwr-footer-contact__company p {
  font-size: 14px;
  font-weight: 400;
}

.pwr-footer-menu {
  float: left;
  margin-left: 20px;
  width: calc( 50% - 20px );
}
@media (max-width: 767px) {
  .pwr-footer-menu {
    margin-left: 0px;
    width: 100%;
  }
}

.pwr-footer-full__menu {
  margin-top: 9px;
}

.pwr-footer-full__menu ul > li.hs-menu-depth-1 > a {
  padding: 0 0 5px !important;
  line-height: 26px !important;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.pwr-footer-contact__title,
.pwr-footer-menu__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.pwr-footer-partners {
  float: left;
}
@media (max-width: 767px) {
  .pwr-footer-partners {
    margin-top: 30px;
  }
}

.pwr-footer-partners__title {
  padding-bottom: 25px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/* ---------------------- */
/* 04. Custom Styles 2023 */
/* ---------------------- */
/* Hoverbox fix */
.pwr-services-box:hover .pwr-services-box__inner {
    transition: all 0.4s linear 0s !important;
}

/* Top bar fix */
@media (min-width: 576px) {
  .pwr-header-top__menu {
      margin-right: unset !important;
  }
}

/* Mobile menu scroll fix */
.pwr-scroll-shadow__wrapper>.hs_cos_wrapper_type_menu {
  display: inline;
}

/* Whatsapp Button */
.hs-whatsapp-button-wrapper {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
}

.header-bottom__container {
  height: 0px !important;
}








/* ----------------- */
/* Lanugage switcher */
/* ----------------- */

/* Set visibility of pseudo */
.pwr-header-right-bar__language-switcher[lang="nl-nl"] .pwr-header-right-bar__link::before,
.pwr-header-right-bar__language-switcher[lang="nl-be"] .pwr-header-right-bar__link::before,
.pwr-header-right-bar__language-switcher .pwr-dropdown [lang="nl-nl"]::before,
.pwr-header-right-bar__language-switcher .pwr-dropdown [lang="nl-be"]::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 20px;
  background-size: cover;  
  visibility: visible;
  border-radius: 2px;
}

.pwr-dropdown__link.pwr-header-right-bar__language-link {
 width: 40px; 
}

.pwr-header-right-bar__language-switcher[lang="nl-nl"] .pwr-header-right-bar__link::before,
.pwr-header-right-bar__language-switcher .pwr-dropdown [lang="nl-nl"]::before {
  background-image: url("https://6535409.fs1.hubspotusercontent-na1.net/hubfs/6535409/flag%20-%20dutch.jpg");
}

.pwr-header-right-bar__language-switcher[lang="nl-be"] .pwr-header-right-bar__link::before,
.pwr-header-right-bar__language-switcher .pwr-dropdown [lang="nl-be"]::before {
  background-image: url("https://6535409.fs1.hubspotusercontent-na1.net/hubfs/6535409/flag%20-%20belgium.jpg");
}

/* Menu bar */
.pwr-header-right-bar__language-switcher[lang="nl-nl"] .pwr-header-right-bar__link::before,
.pwr-header-right-bar__language-switcher[lang="nl-be"] .pwr-header-right-bar__link::before {
  top: 0px;
}

/* Dropdown */
.pwr-header-right-bar__language-switcher .pwr-dropdown [lang="nl-nl"]::before,
.pwr-header-right-bar__language-switcher .pwr-dropdown [lang="nl-be"]::before {
  left: 10px;
}

.pwr-header-right-bar__language-switcher .pwr-dropdown {
  padding: 10px;
  left: calc(50% + 20px);
}



/* TODO: make same as desktop version  */
/* Mobile language switcher */
.pwr-burger-bottom-bar__item .pwr-burger-language__trigger {
  display: none;
}

.pwr-burger-language__inner {
  display: inline-block;
}

.pwr-burger-language__link[lang="nl-nl"],
.pwr-burger-language__link[lang="nl-be"] {
  background-size: contain;
  font-size: 0px;
  padding: 10px 18px;
}

.pwr-burger-language__link[lang="nl-nl"] {
  background-image: url("https://6535409.fs1.hubspotusercontent-na1.net/hubfs/6535409/flag%20-%20dutch.jpg");
}

.pwr-burger-language__link[lang="nl-be"] {
  background-image: url(https://6535409.fs1.hubspotusercontent-na1.net/hubfs/6535409/flag%20-%20belgium.jpg);
}








/* ----------------- */
/* Opdrachten module */
/* ----------------- */
.ind-opdrachten-grid {
  display: flex;
  flex-flow: row wrap;
}

.ind-opdrachten-grid .pwr-sub-image-boxes {
  height: 100%;
}

.ind-opdrachten-grid .pwr-image-box,
#opdrachten-belgie .pwr-image-box, 
#opdrachten-industrial .pwr-image-box, 
#opdrachten-engineering .pwr-image-box,
#detail-belgie .pwr-image-box, 
#detail-industrial .pwr-image-box, 
#detail-engineering .pwr-image-box,
#related-belgie .pwr-image-box, 
#related-industrial .pwr-image-box, 
#related-engineering .pwr-image-box{
  width: 100% !important;
}

.ind-opdrachten-grid .pwr-image-box__img {
  height: 225px !important;
  background-size: cover !important;
}

/* ----------------- */
/* Disable field     */
/* ----------------- */
.hs_opdrachtcode {
  pointer-events: none;
  opacity: 0.5
}


/* Tiktok icon */
/* footer .pwr-social-icon:last-child {
  content: url("//6535409.fs1.hubspotusercontent-na1.net/hubfs/6535409/raw_assets/public/Mekano%202021%20-%20POWER%20theme/images/assets/tiktok_colored.svg");
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
} */

/* Zorgt ervoor dat het logo niet verdwijnt op mobiele apparaten */
.pwr-header-logo__img {
  display: block !important; 
}


/* Coen CSS aanpassingen 20-03 */
@media only screen and (max-width: 760px) {
  .pwr-sub-image-boxes .pwr-rich-text p img { 
    width: 20px !important;
    position: relative;
    top: -4px;
  }
}

/* Cookiebanner */
#hs-modal [type=checkbox]:checked, 
#hs-modal [type=checkbox]:not(:checked), 
#hs-modal [type=radio]:checked, 
#hs-modal [type=radio]:not(:checked) {
  left: unset !important;
}



/* Slider/Swiper */
.pwr-sec-clients .swiper-wrapper {
  align-items: center;
}

/* Over Mekano BE */
.hs-content-id-59092233765 h1.pwr-hero__title {
  max-width: 850px;
}