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

/* mobile first – full width */

.logo-copy{max-width:100%;margin:0;}

/* tablet/desktop – choke to 65 % */
@media (min-width:768px){
  .logo-copy{max-width:65%!important;}
}



/*       
      .mega-menu.active{
background: rgba(255,255,255,0.96)!important;
top: 50px !important; 

*/


}

/* Submenus sharp overlay + higher opacity */
 .hhs-top-bar .hs-menu-children-wrapper {
  background: rgba(255,255,255,0.97)!important;
  backdrop-filter: none!important;
  -webkit-backdrop-filter: none!important;
}
header#hhs-main-nav.hhs-top-bar {
 background: rgba(255,255,255,0.97) !important;
background-color: rgba(255,255,255,0.97) !important;
      }

.hhs-side-menu__mobile{
  display:none!important;
}

.hs-search-field__bar form {
position: relative;
z-index: 100000;
}


/* STELLENAUSSCHREIBUNG WEBSITE-SEITE */

.hero-benefits {
  margin: 16px 0 20px 0;
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
}

.hero-benefits strong {
  font-weight: 600;
}

.hero-cta {
  margin-top: 20px;
  font-size: 1rem;
}

.hero-cta strong {
  font-weight: 600;
}

.hero-cta a {
  text-decoration: none;
  color: #1ca28e;
}

.hero-cta a:hover {
  text-decoration: underline;
}

.cta-secondary {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  background: #3fc17a;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s ease;
}

.cta-secondary:hover {
  background: #1ca28e;
}



/* KARRIERE-SEITE BENEFITS */

.benefits li {
  list-style: none;
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}

.benefits li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #3fc17a;
  font-weight: 600;
}




/* BEWERBEN IN 4 SCHRITTEN */

.step-number {
  display: block;
  font-size: 80px !important;
  font-weight: 500;
  color: #ffffff !important;
}