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





/* 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;
}







/* STELLENAUSSCHREIBUNG WEBSITE-SEITE */


/* HERO */
.hero-benefits {
  margin: 16px 0 20px;
  font-size: 1rem;
  line-height: 1.4;
}

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

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

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


/* BUTTON */
.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;
}


/* CONTENT */
.job-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.job-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 20px;
}

.job-block:first-of-type {
  border-top: none;
  padding-top: 0;
}

.job-intro {
  font-size: 1.05rem;
  line-height: 1.6;
  font-weight: 500;
}

.job-intro-sub {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

.job-block h3 {
  margin-bottom: 12px;
}

.job-block ul {
  margin: 0;
  padding-left: 18px;
}

.job-block li {
  margin-bottom: 6px;
  line-height: 1.6;
}


/* SIDEBAR */
.job-sidebar-content {
  display: flex;
  flex-direction: column;
  gap: 32px; /* mehr Luft zwischen Blöcken */
}

.job-fact {
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 18px; /* mehr Luft */
}

.job-fact:first-of-type {
  border-top: none;
  padding-top: 0;
}

/* Labels */
.job-fact h4 {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 8px;
  font-weight: 500;
}

/* Inhalte */
.job-fact p {
  margin: 0;
  line-height: 1.6;
}

.job-fact ul {
  margin: 0;
  padding-left: 18px;
}

.job-fact li {
  margin-bottom: 6px;
  line-height: 1.6;
}

/* KEIN fetter Standard */
.job-fact p,
.job-fact li {
  font-weight: 400;
}

/* kleine Zusatzinfos */
.job-id {
  display: block;
  font-size: 0.85rem;
  color: #777;
  margin-top: 6px;
}

.sub {
  display: block;
  font-size: 0.85rem;
  color: #888;
  margin-top: 3px;
}

/* CTA */
.job-sidebar-cta {
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 20px;
  text-align: center;
}

.job-sidebar-cta p {
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.6;
}