:root{
    --container: 1200px;
    
    --txt-main-title: clamp(30px, 2.8vw, 36px);
    --txt-sub-title: clamp(21px, 3vw, 25px);
    --txt-medium-title: clamp(19px, 4.2vw, 22px);
    --txt-small-title: clamp(17px, 4.2vw, 20px);
    --txt-body: clamp(16px, 3.5vw, 18px);
    --txt-small: clamp(14px, 3.5vw, 16px);
    --txt-cta: clamp(22px, 4.2vw, 24px);
  }
  @media (min-width: 1024px) {
    :root{
      --txt-main-title: clamp(40px, 3vw, 52px);
      --txt-sub-title: clamp(24px, 2.2vw, 37px);
      --txt-medium-title: clamp(19px, 1.6vw, 22px);
      --txt-small-title: clamp(17px, 1.6vw, 20px);
      --txt-body: clamp(17px, 0.5vw, 20px);
      --txt-small: clamp(15px, 0.5vw, 18px);
      --txt-cta: clamp(22px, 2.2vw, 26px);
    }
    .title-medium{
      margin-bottom: clamp(10px, 0.5vw, 18px);
    }
    .cta-block {
      min-width: 42ch;
    }
  }
  @media (min-width: 1024px) and (max-width: 1199px) {
    :root{
      --txt-medium-title: clamp(17px, 2.6vw, 20px);
      --txt-body: clamp(15px, 1.2vw, 17px);
    }
  }
  @media (max-width: 1024px) {
    .row-medium.et_pb_row {
    	width: 80%;
    }
  }

.grecaptcha-badge{
	display: none !important;
}
	/* ============================================
   SINGLE JOB TEMPLATE STYLES
   ============================================ */
	.nx-job__main{
		margin-top: 88px;
		font-size: var(--txt-body);
	}
	.nx-job__sr-only {
		position: absolute !important;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}
.nx-job__section{
	position: relative;
}
	.nx-job__section--bg-gray{
		background-color: var(--clr-gray);
	}
	.nx-job__section--bg-white{
		background-color: var(--clr-white);
	}
	.nx-job__section--bg-light{
		background-color: var(--clr-light-purple);
	}
	.nx-job__section--pad{
		padding-top: 5em;
		padding-bottom: 5.5em;
	}
	.nx-job__container{
		margin: 0 auto;
	}
	.nx-job__container.nx-job__container--xl{
		width: 80%;
		max-width: 1300px;
	}
	.nx-job__container.nx-job__container--md{
		width: 70%;
		max-width: 1080px;
	}
	.nx-job__container.nx-job__container--sm{
		width: 57%;
		max-width: 1080px;
	}
	.nx-job__header{
		margin-bottom: 2rem;
	}
	.nx-job__header .nx-job__heading{
		font-size: var(--txt-main-title);
		font-weight: var(--font-semi-bold);
		color: var(--clr-black);
		line-height: 1.2em;
		padding-bottom: 0;
	}
	.nx-job__header p.nx-job__lede {
		font-size: var(--txt-sub-title);
		line-height: clamp(1.1, 1.15, 1.2);
		margin-top: 0.4em;
	}
.nx-job__media{
	position: relative;
    width: 100%;
    padding-bottom: 35%;
	border-radius: var(--border-radius);
    overflow: hidden;
	margin-bottom: 1.5rem;
}
.nx-job__container--sm .nx-job__media{
	padding-bottom: 40%;
}
.nx-job__media img.nx-job__media-photo{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
	border-radius: var(--border-radius);
}
.nx-job__cta{
	position: absolute;
    left: 0;
    right: 0;
    bottom: -1.35em;
    z-index: 12;
    text-align: center;
	display: flex;
	justify-content: center;
	gap: 0.5rem;
}
	.nx-job__button{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0.6rem 2rem;
		border-radius: var(--radius-pri);
		font-weight: var(--font-semi-bold);
		text-decoration: none;
		cursor: pointer;
		border: 0.1rem solid transparent;
		min-width: 20ch;
		transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
	}
.nx-job__cta .nx-job__button{
	min-width:24ch;
}
	.nx-job__button.nx-job__button--bg-purple{
		background-color: var(--clr-purple);
		color: var(--clr-white);
		border-color: var(--clr-purple);
	}
	.nx-job__button.nx-job__button--bg-white{
		background-color: var(--clr-white);
		color: var(--clr-black);
		border-color: var(--clr-black);
	}
/* ── Hero banner ── */

.nx-job__hero-banner {
    position: relative;
    background:
        url('https://www.nexova.ch/wp-content/uploads/2026/04/career-hero-face-bg.png.webp') center bottom 100% / cover no-repeat,
        url('https://www.nexova.ch/wp-content/uploads/2026/04/career-hero-bg-1.jpg.webp') center bottom / cover no-repeat;
    overflow: visible;
    min-height: calc(100dvh - 11rem);;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	padding-bottom: 0;
	transition: background-position 1s ease;
}
.nx-job__hero-banner.animated{
	background-position: center bottom 0%, center bottom;
}

section.nx-job__hero-banner::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    height: 4.45dvw;
    width: 370px;
    background-color: var(--clr-white);
	opacity: 1;
	transition: opacity 0.1s ease;
}

.nx-job__hero-banner.animated::after{
	opacity: 0;
	transition: opacity 0.1s ease 0.9s;
}

.nx-job__hero-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://www.nexova.ch/wp-content/uploads/2026/04/career-hero-face-shadow-1.png.webp') center bottom 100% / cover no-repeat;
    transition: opacity 0.1s ease;
	opacity: 0;
}

.nx-job__hero-banner.animated::before{
	opacity: 1;
	transition: opacity 0.1s ease 0.9s;
}

.nx-job__hero-banner.animated::before {
    background-position: center bottom 0%;
}

.nx-job__hero-banner-scene {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: auto;
	bottom: 1px;
}

.nx-job__hero-face {
    display: block;
    height: 25rem;
    width: 100%;
    visibility: hidden; /* face rendered as background image on .nx-job__hero-banner */
}

.nx-job__hero-bubble {
    position: absolute;
    top: 25%;
    left: 50%;
    top: 10%;
    transform: translate(52%, -10%);
    background: #fff;
    border-radius: 1rem;
    padding: 1.35rem 1.9rem;
	padding-right: 2.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.nx-job__hero-bubble p {
    margin: 0;
    font-size: 1.8rem;
    font-weight: var(--font-semi-bold);
    line-height: 1.3;
    color: var(--clr-black);
}

.nx-job__hero-bubble-arrow {
    position: absolute;
    bottom: -2.5rem;
    left: 1.5rem;
    width: 3rem;
    height: auto;
}

.nx-job__section--under-hero{
	padding-top: 2.2em;
	z-index: 4;
}

.nx-job__sticky-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nx-job__sticky-note {
    position: relative;
    aspect-ratio: 1;
}

.nx-job__sticky-bg {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    inset: 0;
}

.nx-job__sticky-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    text-align: center;
	padding: 20% 22%;
}

.nx-job__sticky-note{
	mix-blend-mode: multiply;
}

.nx-job__sticky-icon {
    width: auto;
    height: 3rem;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, 0.6);
}

.nx-job__sticky-note--blue .nx-job__sticky-icon {
	height: 3.2rem;
}

.nx-job__sticky-label {
    margin: 0;
    font-weight: var(--font-semi-bold);
    line-height: 1.35;
    color: rgba(0, 0, 0, 0.6);
	padding-top: 1em;
	width: 100%;
	border-top: var(--border-light) solid var(--clr-black);
}

.nx-job__sticky-note--blue .nx-job__sticky-icon,
.nx-job__sticky-note--blue .nx-job__sticky-label {
    mix-blend-mode: multiply;
}

.nx-job__sticky-note--red .nx-job__sticky-icon,
.nx-job__sticky-note--red .nx-job__sticky-label {
    mix-blend-mode: multiply;
}

.nx-job__sticky-note--yellow .nx-job__sticky-icon,
.nx-job__sticky-note--yellow .nx-job__sticky-label {
    mix-blend-mode: multiply;
}

.nx-job__sticky-note--blue { --nx-sticky-tint: #91e3ff; }
.nx-job__sticky-note--red { --nx-sticky-tint: #ffaaac; }
.nx-job__sticky-note--yellow { --nx-sticky-tint: #ffe38f; }

.nx-job__sticky-note--blue .nx-job__sticky-content { transform: translateX(4px); }
.nx-job__sticky-note--red .nx-job__sticky-content { rotate: -5deg; transform: translateX(-9px); }
.nx-job__sticky-note--yellow .nx-job__sticky-content { rotate: 4deg; transform: translateX(-16px); }

.nx-job__container.nx-job__attach-grid{
	width: 65%;
}

.nx-job__attach-title{
	padding-bottom: 0.7em;
    margin-top: 3em;
    font-size: var(--txt-small-title) !important;
}

.nx-job__attach-grid .nx-job__sticky-content{
	padding: 20% 19%;
}

.nx-job__attach-grid .nx-job__sticky-icon{
	margin-bottom: 1.5rem;
}

.nx-job__attach-grid .nx-job__icon-mail{
	margin-bottom: 2rem;
    height: 2.7rem;
}

.nx-job__attach-grid .nx-job__sticky-label{
	font-size: var(--txt-small);
	letter-spacing: -0.01rem;
}

.nx-job__attach-grid .nx-job__sticky-label-text{
	max-width: 19ch;
	margin: 0 auto;
}

.js-nx-job-share svg{
	width: 0.92rem;
    margin-right: 0.25rem;
}

.nx-job__cta--center {
    position: relative;
	align-items: center;
	bottom: auto;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
}

.nx-job__cta--center::before,
.nx-job__cta--center::after {
    content: '';
    flex: 1;
    border-bottom: var(--border-light) solid var(--clr-black);
}

.nx-job__cta--center::before {
    margin-right: 1rem;
}

.nx-job__cta--center::after {
    margin-left: 1rem;
}

.nx-job__sticky-intro {
    padding-top: 3rem;
}

.nx-job__sticky-intro .nx-job__heading {
    margin-bottom: 1rem;
}

.nx-job__sticky-intro .nx-job__copy {
    color: var(--nx-job-text-soft);
    line-height: 1.7;
}

.nx-job__section--intro {
    background: url('https://www.nexova.ch/wp-content/uploads/2026/04/Concrete_2.jpg') center / cover no-repeat;
    padding-top: 6rem;
    padding-bottom: 6rem;
	z-index: 2;
}

.nx-job__intro-card {
    background: #fce49a;
    padding: 5rem 5rem 4.5rem;
    position: relative;
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.35);
}

.nx-job__intro-card::before {
    content: '';
    position: absolute;
    top: -6rem;
    left: 0;
    right: 0;
    height: 9rem;
    background: url('https://www.nexova.ch/wp-content/uploads/2026/04/Posterclips.png.webp') center bottom / 120% auto no-repeat;
    z-index: 2;
}

.nx-job__intro-card::after {
    content: '';
    position: absolute;
    top: -6rem;
    left: 0;
    right: 0;
    height: 9rem;
    background: url('https://www.nexova.ch/wp-content/uploads/2026/04/Posterclips.png.webp') center bottom / 120% auto no-repeat;
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.75));
    -webkit-mask-image: linear-gradient(to bottom, transparent 40%, black);
    mask-image: linear-gradient(to bottom, transparent 40%, black);
    z-index: 1;
}

.nx-job__intro-card .nx-job__heading {
    font-size: var(--txt-main-title);
	font-weight: var(--font-semi-bold);
    color: var(--clr-black);
	line-height: 1.2em;
    margin-bottom: 1rem;
	padding-bottom: 0.2em;
}

.nx-job__intro-card p {
    color: var(--txt-main-title);
    line-height: 1.65;
    padding-bottom: 2em;
}

.nx-job__intro-subhead {
    font-size: var(--txt-small-title) !important;
    font-weight: var(--font-semi-bold);
    color: var(--clr-black);
    margin: 0 0 0.4rem;
	padding-bottom: 0;
}
.nx-job__profile-subhead{
	font-size: var(--txt-small-title) !important;
	padding-bottom: 0.7em;
}
.nx-job__content-body{
	padding-top: 1rem;
}
.nx-job__profile-body .nx-job__list:not(:last-child){
	padding-bottom: 1.7em;
}
.nx-job__profile-body .nx-job__list li{
	 padding-bottom: 0.2em;
}
.nx-job__list li {
    line-height: 1.5;
    padding-bottom: 0.8em;
	padding-left: 3rem;
	position: relative;
}
.nx-job__list li:before{
	content: "";
	position: absolute;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 0.15rem;
	background-color: var(--clr-black);
	left: 2.2rem;
	top: 0.7em;
}
.nx-job__list li:last-child{
	padding-bottom: 0;
}
.nx-job__benefit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding-top: 1em;
}

.nx-job__benefit-card-wrap {
    display: grid;
    grid-template-columns: 180px 1fr;
    padding: 1.2em;
    border-radius: var(--radius-pri);
    background-color: var(--nx-job-benefit-bg);
    background-image: var(--nx-job-benefit-img);
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
	height: 100%;
}

.nx-job__benefit-photo {
    width: 100%;
    height: auto;
    display: none;
}

.nx-job__benefit-title {
    font-size: var(--txt-small-title) !important;
    padding-bottom: 0.25em;
    line-height: 1.4em;
    margin: 0;
}

.nx-job__benefit-desc {
    margin: 0;
    padding-bottom: 0.5em !important;
}

/* ── Benefit slider (JS-initialized below 980 px) ── */

.nx-job__benefit-slider {
    position: relative;
}

.nx-job__benefit-viewport {
    position: relative;
    overflow: hidden;
}

.nx-job__benefit-track {
    display: flex;
    will-change: transform;
}

.nx-job__benefit-track > * {
    flex-shrink: 0;
}

.nx-job__benefit-slider .nx-job__benefit-card-wrap {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    background-image: none;
}

.nx-job__benefit-slider .nx-job__benefit-image {
    display: block;
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    overflow: hidden;
}

.nx-job__benefit-slider .nx-job__benefit-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nx-job__benefit-slider .nx-job__benefit-content {
    padding: 1.5em 1em;
    text-align: center;
}

.cr-pop-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cr-pop-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cr-pop-dialog {
    display: none;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    width: 100%;
    max-width: 780px;
    min-height: 280px;
    overflow: hidden;
    border-radius: var(--radius-pri);
    background: #fff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
    transform: scale(0.94) translateY(12px);
    transition: transform 0.35s cubic-bezier(0.34, 1.26, 0.64, 1);
    position: relative;
}

.cr-pop-dialog.is-active {
    display: grid;
}

.cr-pop-backdrop.is-open .cr-pop-dialog.is-active {
    transform: scale(1) translateY(0);
}

.cr-pop-media {
    background: var(--cr-pop-color, #9A8AD7);
    min-height: 260px;
}

.cr-pop-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cr-pop-body {
    padding: 2rem;
    line-height: 1.45;
}

.cr-pop-close {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.2s ease;
}

.cr-pop-close:hover {
    transform: scale(1.08);
}

.cr-pop-close:focus-visible {
    outline: 3px solid #9A8AD7;
    outline-offset: 2px;
}

.cr-pop-close svg {
    width: 1rem;
    height: 1rem;
    display: block;
}

.cr-pop-title {
    margin: 0 0 0.5em;
    font-size: 1.5rem;
    line-height: 1.2;
}

.cr-pop-section {
    margin: 0 0 0.6rem;
}

.nx-job__office-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4em;
    width: 100%;
    align-items: center;
}

.nx-job__office-content {
    width: 100%;
}
	
.nx-job__visual-frame--mobile {
    display: none;
    margin-bottom: 1.7em;
}

.nx-job__visual-frame {
    position: relative;
	border-radius: var(--radius-pri);
    padding: 0;
	height: 100%;
    overflow: hidden;
}

.nx-job__visual-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nx-badge-new {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin: 0;
    padding: 10px;
    padding-bottom: 12px;
    background: var(--clr-purple);
    color: var(--clr-white);
    font-size: var(--txt-sub-title);
    font-weight: var(--font-bold);
    line-height: 1;
    text-transform: uppercase;
    transform: translateX(35%) translateY(-5%) rotate(45deg);
    transform-origin: top left;
    pointer-events: none;
}

.nx-badge-new::before,
.nx-badge-new::after {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 100%;
    height: 100%;
    min-width: 55px;
    background: inherit;
}

.nx-badge-new::before {
    right: 100%;
}

.nx-badge-new::after {
    left: 100%;
}
	
	.nx-job__timeline-desktop{
		padding-top: 2rem;
	}
	.nx-job__timeline-desktop {
    padding-top: 1rem;
}

.nx-job__timeline-desktop svg {
    display: block;
    width: 100%;
    height: auto;
}

.nx-job__timeline-mobile {
    display: none;
    position: relative;
    padding-top: 1rem;
}

.nx-job__timeline-mobile-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.nx-job__timeline-mobile-line {
    position: absolute;
    left: 1.5rem;
    top: 2.4rem;
    bottom: 2.4rem;
    width: 2px;
    background: #241f21;
    opacity: 0.28;
    z-index: 0;
}

.nx-job__timeline-mobile-item {
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 0 1rem;
    align-items: start;
    position: relative;
    z-index: 1;
    margin-bottom: 0.8rem;
    opacity: 1;
}

.nx-job__timeline-mobile-item:last-child {
    margin-bottom: 0;
}

.nx-job__timeline-mobile-star {
    position: relative;
    width: 3rem;
    height: 3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nx-job__timeline-mobile-star::before {
    content: none;
}

.nx-job__timeline-mobile-star::after {
    content: attr(data-number);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
}

.nx-job__timeline-mobile-content {
    padding-top: 0.85rem;
}

.nx-job__timeline-mobile-title {
    margin-bottom: 0;
    font-size: var(--txt-medium-title) !important;
    line-height: 1.2;
	padding-bottom: 0.3em;
}

.nx-job__timeline-mobile-desc {
    margin: 0;
    color: var(--nx-job-text-soft);
}

.nx-job__timeline-mobile-item:nth-child(1) .nx-job__timeline-mobile-star {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 138.87 131.35'%3E%3Cpath fill='%237863c9' d='M76.46,4.12,92.94,34a8,8,0,0,0,5.55,4l33.85,6.27a7.89,7.89,0,0,1,4.34,13.21L113,82.2a7.87,7.87,0,0,0-2.12,6.46l4.43,33.75A8,8,0,0,1,104,130.58L72.86,116A8.07,8.07,0,0,0,66,116l-31.1,14.6a8,8,0,0,1-11.36-8.17L28,88.66a7.87,7.87,0,0,0-2.12-6.46L2.19,57.47A7.89,7.89,0,0,1,6.53,44.26L40.38,38a8,8,0,0,0,5.55-4L62.41,4.12a8.05,8.05,0,0,1,14,0'/%3E%3C/svg%3E");
}

.nx-job__timeline-mobile-item:nth-child(2) .nx-job__timeline-mobile-star {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 138.87 131.35'%3E%3Cpath fill='%2357b9e3' d='M76.46,4.12,92.94,34a8,8,0,0,0,5.55,4l33.85,6.26a7.89,7.89,0,0,1,4.34,13.21L113,82.2a7.87,7.87,0,0,0-2.12,6.46l4.43,33.75A8,8,0,0,1,104,130.58L72.86,116A8.07,8.07,0,0,0,66,116l-31.1,14.6a8,8,0,0,1-11.36-8.17L28,88.66a7.87,7.87,0,0,0-2.12-6.46L2.19,57.47A7.89,7.89,0,0,1,6.53,44.26L40.38,38a8,8,0,0,0,5.55-4L62.41,4.12a8.05,8.05,0,0,1,14,0'/%3E%3C/svg%3E");
}

.nx-job__timeline-mobile-item:nth-child(3) .nx-job__timeline-mobile-star {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 138.87 131.35'%3E%3Cpath fill='%236ac5ad' d='M76.46,4.12,92.94,34a8,8,0,0,0,5.55,4l33.85,6.26a7.89,7.89,0,0,1,4.34,13.21L113,82.2a7.87,7.87,0,0,0-2.12,6.46l4.43,33.75A8,8,0,0,1,104,130.58L72.86,116A8.07,8.07,0,0,0,66,116l-31.1,14.6a8,8,0,0,1-11.36-8.17L28,88.66a7.87,7.87,0,0,0-2.12-6.46L2.19,57.47A7.89,7.89,0,0,1,6.53,44.26L40.38,38a8,8,0,0,0,5.55-4L62.41,4.12a8.05,8.05,0,0,1,14,0'/%3E%3C/svg%3E");
}

.nx-job__timeline-mobile-item:nth-child(4) .nx-job__timeline-mobile-star {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 138.87 131.35'%3E%3Cpath fill='%23fbaf5d' d='M76.46,4.12,92.94,34a8,8,0,0,0,5.55,4l33.85,6.26a7.89,7.89,0,0,1,4.34,13.21L113,82.2a7.86,7.86,0,0,0-2.12,6.45l4.43,33.76A8,8,0,0,1,104,130.58L72.86,116A8.07,8.07,0,0,0,66,116l-31.1,14.6a8,8,0,0,1-11.36-8.17L28,88.65a7.86,7.86,0,0,0-2.12-6.45L2.19,57.47A7.89,7.89,0,0,1,6.53,44.26L40.38,38a8,8,0,0,0,5.55-4L62.41,4.12a8.05,8.05,0,0,1,14,0'/%3E%3C/svg%3E");
}

.nx-job__timeline-mobile-item:nth-child(5) .nx-job__timeline-mobile-star {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 138.87 131.35'%3E%3Cpath fill='%23ff8e8d' d='M76.46,4.12,92.94,34a8,8,0,0,0,5.55,4l33.85,6.26a7.89,7.89,0,0,1,4.34,13.21L113,82.2a7.86,7.86,0,0,0-2.12,6.45l4.43,33.76A8,8,0,0,1,104,130.58L72.86,116A8.07,8.07,0,0,0,66,116l-31.1,14.6a8,8,0,0,1-11.36-8.17L28,88.65a7.86,7.86,0,0,0-2.12-6.45L2.19,57.47A7.89,7.89,0,0,1,6.53,44.26L40.38,38a8,8,0,0,0,5.55-4L62.41,4.12a8.05,8.05,0,0,1,14,0'/%3E%3C/svg%3E");
}

.nx-job__timeline-mobile-item:nth-child(6) .nx-job__timeline-mobile-star {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 138.87 131.35'%3E%3Cpath fill='%238697cc' d='M76.46,4.12,92.94,34a8,8,0,0,0,5.55,4l33.85,6.27a7.89,7.89,0,0,1,4.34,13.21L113,82.2a7.86,7.86,0,0,0-2.12,6.45l4.43,33.76A8,8,0,0,1,104,130.58L72.86,116A8.07,8.07,0,0,0,66,116l-31.1,14.6a8,8,0,0,1-11.36-8.17L28,88.65a7.86,7.86,0,0,0-2.12-6.45L2.19,57.47A7.89,7.89,0,0,1,6.53,44.26L40.38,38a8,8,0,0,0,5.55-4L62.41,4.12a8.05,8.05,0,0,1,14,0'/%3E%3C/svg%3E");
}	
	.nx-job__section--contact{
		padding-block: clamp(1.5rem, 8vw, 2.5rem);
	}
	.nx-job__contact{
		display: flex;
    	gap: 2rem;
		align-items: flex-end;
		justify-content: center;
	}
	.nx-job__contact-avatar{
		overflow: hidden;
		position: relative;
		-webkit-mask-image: url(https://www.nexova.ch/wp-content/uploads/2023/09/mask_dp-1.png.webp);
		mask-image: url(https://www.nexova.ch/wp-content/uploads/2023/09/mask_dp-1.png.webp);
		-webkit-mask-size: 100%;
		mask-size: 100%;
	}
	.nx-job__contact-avatar img{
		display: block;
	}
	.nx-job__contact-intro{
		padding-right: 1.2rem;
		padding-left: 2rem;
		border-left: var(--border-light) solid var(--clr-black);
		border-right: var(--border-light) solid var(--clr-black);
	}
	.nx-job__contact .nx-job__header{
		margin-bottom: 0.7rem;
	}
	.nx-job__contact .nx-job__contact-quote{
		margin: 0;
		padding: 0;
		border: none;
		padding-bottom: 0.5em;
		max-width: 45ch;
	}
	.nx-job__contact-name{
		font-weight: var(--font-semi-bold);
	}
	.nx-job__section--other{
		padding-block: clamp(1.5rem, 8vw, 2.5rem);
		color: var(--clr-white);
	}
	.nx-job__footer-note{
		display: flex;
		gap: 1.5rem;
		align-items: center;
		justify-content: center;
	}
	.nx-job__section--other h2.nx-job__card-title{
		font-size: var(--txt-main-title);
		color: var(--clr-white);
		font-weight: var(--font-light);
		line-height: 1.2em;
		letter-spacing: -0.07rem;
		max-width: 25ch;
	}
	.nx-job__section--other p{
		max-width: 45ch;
    	line-height: 1.6em;
	}
html[lang="de-DE"] .nx-job__section--other p{
	max-width: 46ch;
}
	.nx-job__section--other a{
		color: var(--clr-cyan);
	}

@media (min-width: 981px) {
    .nx-job__career-svg--mobile {
        display: none;
    }
}	
	
	@media screen and (max-width: 1024px){
		.nx-job__container.nx-job__container--xl, .nx-job__container.nx-job__container--md, .nx-job__container.nx-job__container--sm {
    		width: 80%;
		}
		.nx-job__footer-note{
			flex-direction: column;
			text-align: center;
		}
		.nx-job__hero-banner{
			background: url(https://www.nexova.ch/wp-content/uploads/2026/04/career-hero-face-bg.png.webp) center bottom 130% / 150% auto no-repeat, url(https://www.nexova.ch/wp-content/uploads/2026/04/career-hero-bg-1.jpg.webp) center bottom / 150% auto no-repeat;
			min-height: calc(80dvh - 11rem);
		}
		.nx-job__hero-banner::before{
			background-size: 150% auto;
			background-position: center bottom 130%;
		}
		section.nx-job__hero-banner::after{
			height: 6.6dvw;
		}
	}
	@media screen and (max-width: 980px){
		.nx-job__section--pad {
			padding-top: 9%;
			padding-bottom: 10%;
		}
		.nx-job__media{
			padding-bottom: 65% !important;
		}
		.nx-job__cta{
			position: relative;
		    margin-top: 5%;
			bottom: auto;
		}
		.nx-job__button.nx-job__button--bg-white{
			background-color: transparent;
		}
		.nx-job__hero-banner{
			background: url(https://www.nexova.ch/wp-content/uploads/2026/04/career-hero-face-bg.png.webp) center bottom 100% / 140% auto no-repeat, url(https://www.nexova.ch/wp-content/uploads/2026/04/career-hero-bg-1.jpg.webp) center bottom / 140% auto no-repeat;
			min-height: calc(60dvh - 11rem);
			background-position: center bottom 140%, center bottom;
		}
		.nx-job__hero-banner::before{
			background-size: 140% auto;
			background-position: center bottom 140%;
		}
		section.nx-job__hero-banner::after{
			height: 6.2dvw;
			width: 280px;
		}
		.nx-job__hero-bubble{
			transform: translate(-10%, -10%);
			padding: 1rem 1.2rem;
		    padding-right: 1.3rem;
		}
		.nx-job__hero-bubble p{
			font-size: 1.2rem;
		}
		.nx-job__benefit-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding-top: 0;
    }
		.nx-job__section.nx-job__section--under-hero{
			display: flex;
			flex-direction: column;
		}
		.nx-job__section.nx-job__section--under-hero .nx-job__container:nth-child(2){
			order: 3;
		}
		.nx-job__section.nx-job__section--under-hero .nx-job__cta{
			margin-bottom: 0;
		}
		
		.nx-job__sticky-grid{
			grid-template-columns: 1fr;
    		gap: 1em;
		}
		.nx-job__sticky-note{
			background: var(--nx-sticky-tint);
			padding: 0.9rem 2.2rem;
			aspect-ratio: auto;
			border-radius: 7rem;
		}
		.nx-job__sticky-bg{
			display: none;
		}
		.nx-job__sticky-content{
			transform: none !important;
    		rotate: none !important;
			flex-direction: row;
		    align-items: stretch;
			padding: 0 !important;
		}
		.nx-job__sticky-icon{
			margin: auto 0 !important;
			width: 3rem
		}
		.nx-job__sticky-label{
			border-left: var(--border-light) solid var(--clr-black);
			border-top: none;
			padding-left: 1em;
			margin-left: 1em;
			text-align: left;
			padding-top: 0;
			display: flex;
        	align-items: center;
		}
		.nx-job__attach-grid .nx-job__sticky-label-text{
			max-width: unset;
			margin: 0;
		}
		
		.nx-job__section--intro{
			overflow: hidden;
		}
		
		.nx-job__intro-card::before {
			top: -7.5rem;
		}
		
		.nx-job__intro-card::after{
			top: -7.5rem;
		}

		.nx-job__intro-card{
			padding: 4rem 4rem 3.5rem;
		    margin-bottom: 4rem;
		}
    .nx-job__benefit-card-wrap {
        display: flex;
        flex-direction: column;
        padding: 0;
        overflow: hidden;
        background-image: none;
    }

    .nx-job__benefit-image {
        display: block;
        position: relative;
        padding-bottom: 100%;
        width: 100%;
        overflow: hidden;
    }

    .nx-job__benefit-photo {
		display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .nx-job__benefit-content {
        padding: 1.5em 1em;
        text-align: center;
    }
		.nx-job__career-svg--desktop {
			display: none;
		}
		.nx-job__office-grid {
			grid-template-columns: 1fr;
			margin-bottom: 1.5em;
		}
		.nx-job__visual-frame--desktop {
			display: none;
		}
		.nx-job__visual-frame--mobile {
			display: block;
		}
		.nx-job__timeline-desktop {
			display: none;
		}

		.nx-job__timeline-mobile {
			display: block;
		}
		.nx-job__main{
			margin-top: 60px;
		}
		.nx-job__contact{
			flex-direction: column;
			text-align: center;
		    align-items: center;
		}
		.nx-job__contact-intro{
			border: none;
			border-top: var(--border-light) solid var(--clr-black);
			padding-inline: 1rem;
			padding-top: 1rem;
		}
		 .cr-pop-backdrop {
			padding: 0;
			padding-top: var(--header-height);
			align-items: flex-start;
			height: 100dvh;
			background: #fff;
			backdrop-filter: none;
			overflow-y: scroll;
			scrollbar-width: none;
			-ms-overflow-style: none;
		}
		 body.admin-bar .cr-pop-backdrop {
			padding-top: calc(var(--header-height) + 30px);
		}
		.cr-pop-dialog{
			grid-template-columns: 1fr;
		}
	}
	@media screen and (max-width: 767px) {
		.nx-job__section--pad{
			padding-top: 9%;
        	padding-bottom: 6%;
		}
		.nx-job__container.nx-job__container--xl, .nx-job__container.nx-job__container--md, .nx-job__container.nx-job__container--sm {
    		width: 90%;
		}
		.nx-job__cta{
			flex-direction: column;
			margin-top: 10%;
		}
		.nx-job__cta .nx-job__button{
			width: 100%;
		}
		.nx-job__hero-banner{
			background: url(https://www.nexova.ch/wp-content/uploads/2026/04/career-hero-face-bg.png.webp) center bottom 150% / 200% auto no-repeat, url(https://www.nexova.ch/wp-content/uploads/2026/04/career-hero-bg-1.jpg.webp) center bottom / 200% auto no-repeat;
		}
		.nx-job__hero-banner::before{
			background-size: 200% auto;
		}
		section.nx-job__hero-banner::after {
			height: 9.2dvw;
			width: 220px;
		}
		.nx-job__hero-face{
			height: 17rem;
		}
		.nx-job__section--intro{
			background-image: none;
		    background-color: #fce49a;
		}
		.nx-job__intro-card::before, .nx-job__intro-card::after{
			display: none;
		}
		.nx-job__intro-card {
			padding: 0;
			margin-bottom: 2em;
			box-shadow: none;
			background: transparent;
		}
	}

/* ============================================
   FAQ ACCORDION
   ============================================ */
.nx-job__faq-item { transition: background .6s ease, border 0.5s ease, border-radius 0.5s; border-bottom: 1px solid var(--clr-black); }
.nx-job__faq-item.prev-faq{border-bottom: none}
.nx-job__faq-item h3.nx-job__faq-question{ padding-bottom: 0;}
.nx-job__faq-item:not(.active)       { transition: background 0.4s ease 0.2s, border-top 0.2s ease-in 0.2s, border-bottom 0.2s ease-in 0.4s, border-radius 0.2s ease 0.2s !important; border-radius: 0; }
.nx-job__faq-trigger                 { padding-bottom: 1.5em; padding-top: 1.5em; font-size: var(--desc-font); position: relative; padding-right: 0.8em; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: padding 0.5s ease; width: 100%; background: none; border: none; text-align: left; }
.nx-job__icon--plus                  { width: 19px; height: 19px; background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M100,50c0,1.7-1.4,3.1-3.1,3.1H53.1v43.7c0,1.7-1.4,3.1-3.1,3.1c-1.7,0-3.1-1.4-3.1-3.1V53.1H3.1C1.4,53.1,0,51.7,0,50 c0-1.8,1.4-3.1,3.1-3.1h43.7V3.1C46.9,1.4,48.3,0,50,0c1.7,0,3.1,1.4,3.1,3.1v43.7h43.7C98.6,46.9,100,48.2,100,50z'/%3E%3C/g%3E%3C/svg%3E"); display: inline-flex; transition: transform 0.5s ease; flex-shrink: 0; }
.nx-job__faq-question-text           { padding-bottom: 0; width: 88%; line-height: 1.4; font-size: var(--desc-font); font-weight: 300; }
.nx-job__faq-answer                  { display: none; padding-right: 4.5em; padding-left: 1.5em; padding-bottom: 0 !important; }
.nx-job__faq-item .nx-job__faq-answer ul { list-style-type: none !important; padding-left: 0; padding-bottom: 1em; }
.nx-job__faq-item .nx-job__faq-answer p:not(:last-child) { padding-bottom: 1em; }
.nx-job__faq-item .nx-job__faq-answer ul:last-child { padding-bottom: 0; }
.nx-job__faq-item .nx-job__faq-answer ul li { padding-left: 2.8em; position: relative; }
.nx-job__faq-item .nx-job__faq-answer ul li:not(:last-child) { margin-bottom: .7em; }
.nx-job__faq-item .nx-job__faq-answer ul li::before { content: ""; width: 4px; height: 4px; border-radius: 2px; background: #000; position: absolute; left: 1.9em; top: 12px; }
.nx-job__faq-answer a                { color: inherit; }

/* Active state */
.nx-job__faq-item.active             { padding-bottom: 1.5em; background: #d8d2ee; border-radius: var(--border-radius); border: none; }
.nx-job__faq-item.active .nx-job__faq-trigger { padding-bottom: 1em; padding-left: 1.4em; }
.nx-job__faq-item.active .nx-job__faq-question-text { font-weight: 500; }
.nx-job__faq-item.active .nx-job__icon--plus { transform: rotate(135deg); width: 21px; height: 21px; }

/* First item border */
.nx-job__faq-item:first-child:not(.active) { border-top: 1px solid var(--clr-black); }

@media (max-width: 980px) {
	.nx-job__faq-answer  { padding-right: 2.5em; }
	.nx-job__faq-item    { border-bottom: 1px solid var(--clr-black-light); }
	.nx-job__faq-item:first-child:not(.active) { border-top: 1px solid var(--clr-black-light); }
}
@media (min-width: 767px) {
	.nx-job__faq-list{padding-top: 1rem;}
}
@media (max-width: 479px) {
	.nx-job__faq-question-text { width: 90%; }
	.nx-job__faq-answer        { padding-right: 1.5em; }
}
