/* @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    */
/*****************************************/

/* Layoutergaenzungen */
.MegaButton .pwr-cta_button:not(.pwr-cta--hubspot-style) {
  font-size: 20px!important; 
}

/* Menü Anpassung für Such-Icon */

.pwr-header-right-bar__item {
    margin-left: -7px;
}

/* Mobile Fix Image Box */

@media (max-width: 991px) {
    .pwr-image-box.pwr-image-box--one-by-one:not(.swiper-slide), .pwr-image-box.pwr-image-box--two-by-one {
        width: 100% !important;
    }
}

/* *** News / Blog / Magazin Bereich *** */

.perspektive-magazin a:not(.pwr-cta):not([class*=cta_button]) {
  color: white !important;
}

.perspektive-magazin a:not(.pwr-cta):not([class*=cta_button]):hover {
  color: white !important;
}

.infomaterial a:not(.pwr-cta):not([class*=cta_button]):hover {
  color: white !important;
}

/* *** Google Maps *** */

#mousekiller {
  background: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* *** Footer *** */

@media only screen and (min-width: 992px) {
.eggers-footer-main {
  margin-bottom: -80px;
  z-index: 0;
  }
}

.pwr-footer-legal__back-to-top .pwr-icon svg {
  height: 0.6em;
  width: 0.6em;
}

.pwr-back-to-top {
  height: 30px;
  width: 30px;
}

/* *** Karriere Filter *** */

.karriere-filter .pwr-rel-post-item {
  background: #F4F6FA;
  padding: 20px 30px 20px 30px;
  min-height: 280px;
}

.karriere-filter .pwr-rel-post-item__summary {
  font-size: 18px;
  color: #676970;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 40px;
}

/* *** Blog-Post *** */

.pwr-post-content {
  max-width: 1200px;
}

.pwr-post-body {
  background-color: white;
}

.body-wrapper:has(.pwr-header--transparent):not(:has(.pwr-header-top--transparent)) .pwr-post-featured {
    margin-top: 120px !important;
}

.pwr-author-profile {
  background-color: #131D5D;
  color: white;
}

.pwr-author-profile__name {
  color: white !important;
}
.pwr-social-icon {
 color: white;
}

/* *** Ausblenden Blog-Post Progress Bar *** */

#pwr-progress-bar {
    display: none;
}

/* *** Blog Listing Kachel Hover *** */

.pwr-post-item {
  --mod-bpp-clr-hover-box-background: #131d5d;
}

/* Blog Listing */

.blog-intro-text .pwr-hero__info-box {
  margin-top: 60px !important;
}

.pwr-hero__desc, .pwr-hero__title {
  max-width: 100%;
}

.blog-breadcrumbs {
  margin-top: 100px;
}

/* Sec Hero Intro */

.hero-title__intro {
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #131D5D;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  font-weight: bold;
}

.pwr-hero__title {
  margin-top: 20px;
}

/* *** Menü *** */

/* Hauptmenü */

.pwr-header__menu {
  margin-left: 180px !important;
}

/* Unternehmensgruppen Menü */

.bb-unternehmensgruppen-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1:nth-child(6) {
  margin-left: 80px;
  background-color: #D1E5F9;
  border-radius: 10px;
}

.bb-unternehmensgruppen-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1:not(nth-child(6)) {
  font-size: 14px;
}

/* *** Project Site *** */

@media (max-width: 767px) {
    .bb-lp-project .pwr-post-header__title {
        font-size: 28.5px !important;
    }
}

.bb-lp-project .pwr-sec-image-boxes__intro-sec {
  margin-bottom: 20px !important;
}

.bb-lp-project .pwr-sec-breadcrumbs {
  z-index: 2;
  margin-bottom: -200px !important;
  background-color: #001d6ccc !important;
}

.bb-lp-project .pwr-sec-breadcrumbs a {
  color: white !important;
}

.bb-lp-project .pwr-sec-breadcrumbs a:hover {
  color: #fe8800!important;
}

.bb-lp-project .pwr-sec-images__intro-sec {
    margin-bottom: 20px;
}

/* *** Team / Ansprechpartner *** */

.pwr-team-member__img {
  background-color: #FAFBFD;
}

/* *** Sec Services *** */

.pwr-services-box__back, .pwr-services-box__front {
    padding: 0px 40px;
}

.pwr-services-box--w-links {
    min-height: 200px;
}

/* Stellenangebote */

.reasons-work-eggers .pwr-services-item__img {
  max-width: 150px !important;
  max-height: 150px !important;
  text-align: center !important;
}

.reasons-work-eggers .pwr-services-box__front {
  text-align: center !important;
  width: 100% !important;
}

.reasons-work-eggers .pwr-services-item__title {
  margin-bottom: 40px !important;
}

/* Karriere / Power Sec Split*/

.ansprechpartner-karriere .pwr-sec-split__img {
    background-position: center center !important;
}
.ansprechpartner-karriere .hs_cos_wrapper_type_icon {display: inline-block; min-width: 18px;}

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

/* Download Button / Zertifikate & Downloads */

@media only screen and (max-width: 767px) {
  .download-button {
    text-align: center !important;
    margin-top: 10px !important;
  }
}

/* Akkordion */

.pwr-sec-accordion .pwr-rich-text a:hover {
  color: #FE8800 !important;
}

/* Startseite */

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .home-leistungen-kachel-1 .pwr-sec__title  {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .home-leistungen-kachel-1 p {
    font-size: 11.5px !important;
  }
}

.home-leistungen-kachel-1 .pwr-sec__title {
        margin-bottom: -10px !important;
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
.eggers-value-home h2 {
  font-size: 24px;
  }
}

/* Mobilanpassung */

@media (max-width: 575px) {
  .pwr-heading-style--h2, h2 {
    hyphens: auto;
  }
}

@media (max-width: 767px) {
.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1:not(.hs-item-has-children):not(.has-mega-menu):last-child>a {
  margin-left: -15px;
  }

.linktree-h1 .pwr-hero__info-box {
    padding-top: 165px !important;
    margin-bottom: 5px !important;
  } 
@media (max-width: 1200px) {
.pwr-sec-txt .page-center {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 768px) {
.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1:not(.hs-item-has-children):not(.has-mega-menu):last-child>a {
    padding-left: 0px !important;
  }
}

/* Sticky Logo */

.pwr-header.scroll .pwr-header-logo--has-sticky .pwr-header-logo__img--sticky {
    width: 240px;
    height: auto;
}

/* Home Hero */

.eggers-hero-home h1 {
  filter: drop-shadow(5px 5px 10px #000000);
}

.pwr-hero__title {
  font-size: 72px;
  line-height: 85px;
  hyphens: auto !important;
}

@media (max-width: 767px) {
    .pwr-hero__title {
        font-size: 54px;
        line-height: 1.368421052631579em;
    }
}

@media (max-width: 575px) {
    .pwr-hero__title {
        font-size: 40px;
        line-height: 1.368421052631579em;
    }
}

@media only screen and (min-width: 768px) {
.pwr-hero__info-box--vertical-center {
  top: 65%;
  }
}

/* ** PWR Stats ** */

.pwr-stat__title {
  hyphens: auto !important;
}

/* Stoerer */

/*
@media only screen and (max-width: 767px) {
  .messe-nordbau-stoerer img {
    width: 150px !important;
    height: auto !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .messe-nordbau-stoerer img {
    width: 300px !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 1279px) {
  .stoerer {
    float: none !important;
  }
}

.messe-nordbau-stoerer {
    bottom: -140px;
    background-color: transparent;
    position: absolute;
}

@media only screen and (max-width: 1279px) {
  .messe-nordbau-stoerer {
    bottom: -100px;
  }
}

.messe-nordbau-stoerer {
    right: 40px;
  } 

*/

/* Power Sec Images - Popup */

.glightbox-container .gslide-inner-content {
    width: 50% !important;
}

/* *** Landingpage Hero *** */

.lp-hero .pwr-hero__title {
  text-transform: none !important
}

.lp-hero .pwr-hero__info-box {
    bottom: 200px;
}

@media (max-width: 575px) {
   .lp-hero  .pwr-hero__title {
        font-size: 28px !important;
        line-height: 1.368421052631579em;
    }
}

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

/* Form Karriere bei Eggers */
.body-wrapper .kontaktformularCareer [type=checkbox]+span:before, .body-wrapper .pwr-form .kontaktformularCareer [type=checkbox]+span:before {
    background-color: rgb(255 255 255) !important;
}

/* *** HS Cookie Consent Banner *** */
#hs-eu-close-button {display: none;}