/*****************************************/
/* HEADER CSS GOES FROM HERE   */
/*****************************************/
@font-face { font-family: eicons; src: url(https://143551008.fs1.hubspotusercontent-eu1.net/hubfs/143551008/raw_assets/public/NegeleHartmetall_December2024/fonts/eicons%20.eot) format("embedded-opentype"), url(https://143551008.fs1.hubspotusercontent-eu1.net/hubfs/143551008/raw_assets/public/NegeleHartmetall_December2024/fonts/eicons.woff2) format("woff2"),
   url(https://143551008.fs1.hubspotusercontent-eu1.net/hubfs/143551008/raw_assets/public/NegeleHartmetall_December2024/fonts/eicons.woff) format("woff"), 
   url(https://143551008.fs1.hubspotusercontent-eu1.net/hubfs/143551008/raw_assets/public/NegeleHartmetall_December2024/fonts/eicons%20.ttf) format("truetype"); font-style: normal; font-weight: 400; }


body,h1,h2,h3,h4,h5,h6 {
    font-weight: 200;
}
.header-wrapper {
   position: fixed;
   z-index: 999;
   width: 100%;
   left: 0;
   top: 0;
   background:#fff;
   height: auto;
}
.cs-header{
   padding-bottom: 8px;
   background-color:rgba(255, 255, 255,1.0) !important;
}
.cs-header .destop-view .logo-div img {
   max-width: 130px;
   padding-top: 23px;
   margin-left: 20px;
}
.cs-header .destop-view {
   display: flex;
}
.cs-header .destop-view .logo-section {
   width: 17.25%;
}

.cs-header .destop-view .content-section    {
   width: 82.415%;
}

.cs-header .destop-view  .hs-menu-wrapper ul {
   justify-content: flex-end;
}
.cs-header .destop-view .sub-menu1{
   padding-top: 15px;
}
.sub-menu1 .hs-menu-wrapper ul {
   column-gap: 30px;
}
.sub-menu1 .hs-menu-wrapper ul li:last-child a{
   padding-left: 12px;
}
.sub-menu1 .hs-menu-wrapper ul li a{
   font-weight: 200;
   line-height: 1.7;
   color: #008ad1;
}
.sub-menu1 .hs-menu-wrapper ul {
   column-gap: 33px;
   padding-top: 9px;
   margin-right: 18px;
   align-items: center;
   margin-bottom: 5px;
}
.sub-menu2 .hs-menu-wrapper>ul>li>a {
   color:rgba(0, 50, 88,1.0) !important;
   line-height: 45px; 
   padding: 0px 10px 0px 10px;
   display: block;
   color: #003258;
   text-align: right;
   text-decoration: none; 
   background: rgba(0, 0, 0, 0);
   font-size: 30px;
   font-weight: 300;
}
.sub-menu2 .hs-menu-wrapper>ul>li:hover>a {
   color:rgba(0, 138, 209,1.0) !important;
}

.sub-menu2 .hs-menu-wrapper>ul>li>a:after{
   content: '';
   font-family: dashicons;
   font-weight: normal;
   display: inline-block;
   margin: 0 0 0 6px;
}

.sub-menu2 .hs-menu-wrapper>ul>li:not(:first-child) {
   margin-left: 20px;
}
.sub-menu2 ul ul {
   background: #fff;
}

.sub-menu2 ul ul li a {
   padding: 0 20px;
   color: #008ad1;
   font-family: inherit;
   font-size: 16px;
   text-transform: none;
   text-decoration: none;
   font-weight: 300;
   text-align: left;
}
.sub-menu2 ul ul {
   background: #fff;
}

.sub-menu2 ul ul li:hover ul.hs-menu-children-wrapper {
   left: 100% !important;!i;!;
   right: auto !important;!i;!;
   top: 0;
   /*    border: 1px solid green; */
}


.sub-menu2 ul ul li a {
   padding: 0 20px;
   color: #008ad1;
   font-family: inherit;
   font-size: 16px;
   text-transform: none;
   text-decoration: none;
   font-weight: 300;
   text-align: left;
   /*    margin-bottom: 10px; */
}


.sub-menu2 .hs-menu-wrapper>ul>li> .hs-menu-children-wrapper>li>a:before {
   color: red;
   content: "";
   margin-right: 10px;
   background-image:url('https://143551008.fs1.hubspotusercontent-eu1.net/hubfs/143551008/raw_assets/public/NegeleHartmetall_December2024/images/Arrow.svg');
   width: 24px;
   display: inline-block;
   height: 11px;
   background-size: contain;
   background-repeat: no-repeat;
   transition: all 0.5s ease-out;
   margin-top: 6px;
}


.sub-menu2 .hs-menu-wrapper>ul> .hs-menu-children-wrapper li{
   padding: 15px;
}
.sub-menu2 ul ul li{
   padding:15px;
}
.sub-menu2 ul ul li a:hover {
    color: #003258;
}
.hs-menu-wrapper>ul>li>ul ul {
   top: 80% !important;
}
.cs-header .mobile-view{
   display:none;
}
.header-outer-wrapper {
    min-height: 141px;
}


@media (min-width:1025px){
.cs-header .destop-view .sub-menu1 .hs-menu-wrapper ul > li:first-child {
    margin-right: -15px;
 }
}

@media(max-width: 1024px){
   .header-outer-wrapper {
    min-height: 125px;
}
   .mobile-right-section .menus-div .hs-menu-wrapper>ul li:hover> a {
    color: #003258;
   }
   .mobile-right-section .menus-div .hs-menu-wrapper>ul li:hover> a :after {
    color: #003258;
}

   .menus-div ul ul {
    visibility: visible !important;
    opacity: 1 !important;
  }
   .cs-header .mobile-view{
      display:block;
   } 
   .cs-header .destop-view{
      display:none;
   }

      .cs-header {
        padding-bottom: 10px;
    }
   .mobile-right-section .menus-div{
      display:none;
   }
   .mobile-view {
      padding: 20px;
      position:relative;
   }

   .mobile-right-section .hamburger-div .menu-open:before{
      content: "\e816";
      font-family: eicons;
      font-size: 42px;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
   }
   .mobile-right-section .hamburger-div .menu-open{
      display: inline-block;
      font-family: eicons;
      font-size: 42px;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;

   }
   .mobile-right-section .hamburger-div{
      align-items: center;
      background-color: rgba(0, 0, 0, .05);
      border: 0 solid;
      border-radius: 3px;
      color: #008ad1;
      cursor: pointer;
      display: flex;
      font-size: 42px;
      justify-content: center;
      padding: 10.5px;
   }
   .mobile-right-section .hamburger-div .menu-close:before{
      content: "\e87f";
      font-family: eicons;
      display: inline-block;
      font-family: eicons;
      font-size: inherit;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
   }
   .mobile-right-section .hamburger-div .menu-close{
      display: inline-block;
      font-family: eicons;
      font-size: inherit;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      box-sizing:border-box;
      display:none;
   }

   .mobile-view .mobile-container{
      display: flex;
      justify-content: space-between;
   }


   .mobile-view .mobile-container .logo img{
      max-width:120px;
      max-height: 75px;
   }
   .mobile-right-section .menus-div {
      display: block;
      position: absolute;
      width: 100%;
      top: 63px;
      left: 0;
      background-color: white;
      margin-top: 30px;
      z-index: -1;
      transform: scaleY(0);
      transition: transform 0.3s linear 0.3s;
      transform-origin: top;

   }
  .mobile-right-section .menus-div nav {
    margin-top: 44px;
    max-height: calc(100vh - 138px);
    overflow-y: auto;
}
   .mobile-right-section .menus-div .hs-menu-wrapper>ul{
      flex-direction: column;
   }
   .mobile-right-section .menus-div .hs-menu-wrapper>ul>li>a{
      padding-left: 28px;
      padding-right: 28px;
      padding-top: 21px;
      padding-bottom: 21px;
      font-size: 24px;
      display:flex;
      line-height: 0.833;
      font-weight:200;
      color:#008ad1;
      align-items: center;
   }
   .mobile-right-section .menus-div .hs-menu-wrapper>ul>li{
      margin:0;
      font-size:13px;
      border-bottom: 1px solid #8D847C33;
   }
   .mobile-right-section .menus-div .hs-menu-wrapper>ul .hs-item-has-children >a:after{
      content: "\f0d7";
      font-family: "Font Awesome 5 Free";
      line-height: 1;
      margin-block-end: -10px;
      margin-block-start: -10px;
      padding: 10px;
   }

   .mobile-menu-open .hamburger-div .menu-open{
      display:none;
   }
   .mobile-menu-open .hamburger-div .menu-close{
      display:block;
   }
   .menus-div ul ul{
      display: none;
      position:static !important;
      margin-left:30px;
   }


   .child-trigger {
      background: transparent;
      cursor: pointer;
      display: block;
      height: 55px;
      left: 0;
      margin: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 2;
   }
   .menus-div ul ul li:not(:last-child){
      margin:0;
      border-bottom: 1px solid #8D847C33;
   }
   .menus-div ul ul li a{
      padding-left: 28px;
      padding-right: 28px;
      padding-top: 21px;
      padding-bottom: 21px;
      font-size: 24px;
      color:#008ad1;
      line-height:20px;
      font-weight:200;
   }
   .mobile-right-section .menus-div .hs-menu-wrapper>ul>li:last-child{
      border-bottom:none;
   }
   .mobile-right-section .menus-div .hs-menu-wrapper>ul>li:last-child a{
      color: #808080 !important
   }
   .menu-close:hover {
    color: #003258;
 }
   .menu-open:hover{
      color: #003258;
   }

   
   .menus-div ul ul li:last-child {
    margin-bottom: 0;
}
}
@media(max-width: 767px){
   .header-outer-wrapper {
    min-height: 130px;
}
   .mobile-right-section .menus-div .hs-menu-wrapper>ul>li>a{
      font-size:18px;
   }
   .menus-div ul ul li a{
      font-size:18px;
   }
   .mobile-right-section .menus-div .hs-menu-wrapper>ul>li>a {
      padding: 17px 16px;
      line-height: 20px;
   }
   .mobile-right-section .menus-div{
      top: 60px;
      margin-top: 0;
   }
   .cs-header{
      padding-bottom:15px;
   }
   .mobile-right-section .hamburger-div {
    padding: 8px 10px 10px 10px;
}
   .mobile-right-section .hamburger-div .menu-open:before {
    font-size: 40px;
}
   .mobile-right-section .menus-div nav {
    margin-top: 50px;
}
   .menus-div ul ul li a {
    white-space: normal !important;
}
}



.sub-menu1 .hs-menu-wrapper ul li:not(:first-child):hover a {
    color: #003258;
}

form input[type=search], form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea, .tabber .media-col .form-wrap .hs-input{
      font-weight:400;
      color: #1f2124;
      font-size:15px;
     line-height:15px; 
}


.hs-trans-btn, form input[type=submit], .hs-button, .hs-sec-btn, .systems-page .hs-search-results__next-page, .systems-page .hs-search-results__prev-page, nav.blog-pagination > a, .simple-banner .banner-breacrumb ul.hs-breadcrumb-menu, .landing-banner .form-row .hs-form-field > label, .cm_pg_wrp .left-col a.custom, .cm_pg_wrp .right-col a.custom, .sidebar-popular-posts .related-title, .pricing-table-gp .popular-ribon {
    font-family: Ubuntu, sans-serif;
       line-height: normal;
    font-size: 15px;
    
}

.blog-feed .meta_wrap *, .blog-feedv3 .meta_wrap *,.cm-btm-tags a {
    color: #fff !important;
}
.footer_partial_wrapper .row-fluid [class*=span] {
    min-height: auto;
}
.header-wrapper.custom-no-navigation {
    height: auto;
}
form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form select, form textarea {
    min-height: 40px;
}
.hs-form-field > label {
    font-size: 16px;
    line-height: 27px;
}

/*****************************************/
/* FOOTER CSS GOES FROM HERE   */
/*****************************************/




.cs-footer .cs-footer-top .hs-menu-wrapper .hs-menu-depth-1 > a{
   color: rgba(0, 138, 209,1.0);
}

.cs-footer .cs-footer-bottom .cs-footer-bottom-left p{
      color: rgba(0, 50, 88,1.0) !important;
}

.cs-footer .cs-footer-top .hs-menu-wrapper ul li a {
   display: inline;
   font-size: 12px;
   font-weight: 200;

}

.cs-footer .cs-footer-top .hs-menu-wrapper .hs-menu-depth-1 > a {
   display: block;
/*    color: #008ad1; */
   margin-bottom: 20px;
   font-size: 16px;
   pointer-events: none;
   margin-left: 17px;
}

.cs-footer .cs-footer-top .hs-menu-wrapper >ul>li>ul li a:before {
   content: "";
   margin-right: 5px; 
   background-image:url(https://143551008.fs1.hubspotusercontent-eu1.net/hubfs/143551008/raw_assets/public/NegeleHartmetall_December2024/images/icon-images/arrow.svg);
   width: 12px;
   display: inline-block;
   height: 8px;
   background-size: contain;
   background-repeat: no-repeat;
   transition: all 0.5s ease-out;
}

.cs-footer .cs-footer-top .hs-menu-wrapper ul li  {
   line-height: 16px;
}

.cs-footer .cs-footer-top .hs-menu-wrapper >ul>li>ul li a {
   margin-left: -17px;
   line-height: 12px;
   white-space: normal
}

.cs-footer .cs-footer-top .hs-menu-wrapper >ul>li>ul {
   padding-right: 5%;
}

.cs-footer .cs-footer-top .hs-menu-wrapper >ul>li>ul li {
   margin-left: 17px;
   margin-bottom: 20px;
}

.cs-footer .col-section {
   padding: 0;
}

.cs-footer .cs-footer-top .col-section {
   padding: 10px;
}

.cs-footer .cs-footer-top .flex_row {
   padding: 10px;
}

.cs-footer .cs-footer-bottom {
   background-color: #ffffff;
}

.cs-footer .cs-footer-bottom p, 
.cs-footer .cs-footer-bottom a {
   color: #003258 !important;
   line-height: 23.8px;
   font-weight: 200;
   font-size: 14px;
}

.cs-footer .cs-footer-bottom p {
   margin-bottom: 20px;
}

.cs-footer .cs-footer-bottom .cs-footer-bottom-left,
.cs-footer .cs-footer-bottom .cs-footer-bottom-right {
   padding: 20px;
}

.col-section.cs-top-footer-certifications {
   padding: 10px 0px 0px 0px !important;
}

.cs-footer .cs-top-footer-certification-1 .footer-image {
   margin-bottom: 10px;
}

.cs-footer .cs-top-footer-certification-1,
.cs-footer .cs-top-footer-certification-2 {
   padding-right: 5%;
}


@media (max-width: 1024px) {

   .cs-footer .cs-footer-top .hs-menu-wrapper .hs-menu-depth-1 > a{
      font-size: 18px;
   }
   .cs-footer .cs-footer-top .flex_row {
      padding: 20px 20px 20px 20px !important;
   }

   .cs-footer .cs-footer-top .hs-menu-wrapper ul li{
      line-height: 18px;
   }

   .cs-footer .cs-footer-top .page-center {
      padding: 10px;
   }
   .cs-footer .cs-footer-bottom {
      padding: 20px!important;
   }
}


@media (max-width: 767px) {

   .cs-footer .cs-top-footer-certification-1 img {
      max-width: 73px !important;
   }
   .cs-footer .cs-top-footer-certification-2  img {
      max-width: 66.75px !important;
   }
   .cs-footer .cs-footer-bottom p{
      line-height: 28.9px;
   }
   .cs-footer .cs-footer-bottom p, 
   .cs-footer .cs-footer-bottom a{
      font-size: 17px !important;
   }

   .cs-footer .cs-footer-top .hs-menu-wrapper ul li a{
      font-size: 14px !important;
   }

}


@media (max-width: 320px){
   .cs-footer .cs-top-footer-certification-2  img {
      max-width: 66px !important;
   }
}

.error-page:before {
    opacity: 0.5;
}
.systems-page form {
    max-width: 767px;
}