*,
::before,
::after {
  box-sizing: border-box;
}

@font-face {
  font-family: "Zueriwerk Sans";
  src:
    url("/r/z024kn0s6feilsf/zueriwerksans-light-webfont.woff2") format("woff2"),
    url("/r/z10d4g4qkv412g1/zueriwerksans-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zueriwerk Sans";
  src:
    url("/r/z12gfwjio0qvcli/zueriwerksans-lightitalic-webfont.woff2") format("woff2"),
    url("/r/z11wmhf8ewuho5u/zueriwerksans-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Zueriwerk Sans";
  src:
    url("/r/z0262t4gm245q0t/zueriwerksans-semibold-webfont.woff2") format("woff2"),
    url("/r/z00rn38xsd3wbe4/zueriwerksans-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zueriwerk Sans";
  src:
    url("/r/z00enxs1jlh3n0y/zueriwerksans-bold-webfont.woff2") format("woff2"),
    url("/r/z123xybywae4wbr/zueriwerksans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  font-family: "Zueriwerk Sans", "Nunito Sans", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

:root {
  --hero-columns-gap: 100px;
  --layout-x: 120px;
  --layout-x-mobile: 24px;
  --badge-size: 185px;
  --section-space-y: 150px;
  --section-space-y-tablet: 150px;
  --section-space-y-mobile: 150px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.btn:hover {
  text-decoration: none;
}

h1,
h2,
h3,
p,
ul {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1512px;
  margin: 10px auto;
  padding-left: var(--layout-x);
  padding-right: var(--layout-x);
  display: flow-root;
  background: #ececec;
  box-shadow: 0 10px 30px rgba(10, 20, 28, 0.14);
}

.job-top,
.hero-main,
.panel,
.benefits,
.bottom-cta {
  padding-left: 0;
  padding-right: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  width: 100%;
}

.job-top {
  background: #b8d7e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 28px 0;
  min-height: 203px;
  position: sticky;
  top: 0;
  z-index: 50;
}

.job-headline h1 {
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  font-weight: 700;
}

.job-headline p {
  font-size: 24px;
}

.btn {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  min-height: 44px;
  padding: 12px 22px 8px 14px;
}

.btn::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 50%;
  background: #ffffff url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25 13L9.25 8L4.25 3' stroke='%23EC0062' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
  flex: 0 0 24px;
  transform: translateX(-5px);
}

.top-apply {
  margin-top: 6px;
}

.top-apply,
.inline-action .btn,
.bottom-cta .buttons .btn {
  min-width: 240px;
}

.top-apply::before {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
  margin-right: 8px;
  font-size: 16px;
}

.hero-main {
  justify-content: space-between;
  column-gap: var(--hero-columns-gap);
  padding: 100px 0 100px;
}

.content {
  width: calc(62% - (var(--hero-columns-gap) / 2));
  padding-right: 0;
}

.sidebar {
  width: calc(38% - (var(--hero-columns-gap) / 2));
  padding-left: 0;
}

.job {
  margin-bottom: 20px;
}

.stepstone {
  display: none;
}

.job p {
  max-width: 95%;
  font-size: 24px;
  line-height: 1.25;
  margin-top: 40px;
  margin-bottom: 40px;
}

.wrapp {
  margin-bottom: 24px;
}

.wrapp h2 {
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.wrappContent .item {
  font-size: 18px;
}

.wrappContent .item ul {
  padding-left: 18px;
}

.wrappContent .item ul li {
  margin: 0 0 12px;
  padding-left: 14px;
  position: relative;
}

.wrappContent .item ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0.8em;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}

.header {
  margin-top: 14px;
}

.header iframe {
  display: block;
  width: 100%;
  max-width: 760px;
  aspect-ratio: 760 / 315;
  height: auto;
}

.header .img {
  width: 100%;
  overflow: hidden;
}

.header .img img {
  width: 100%;
  max-width: 733px;
  height: 412px;
  display: block;
}

.inline-action {
  margin-top: 14px;
}

.profile-wrap {
  position: relative;
  width: 250px;
  height: 260px;
  margin-bottom: 12px;
}

.profile-pic {
  width: 249px;
  height: 249px;
  border-radius: 50%;
  object-fit: cover;
  border: 0;
  position: absolute;
  left: 0;
  top: 8px;
}

.question-bubble {
  width: 191.54px;
  height: 191.54px;
  border-radius: 115.15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 400;
  position: absolute;
  right: -122px;
  bottom: -51px;
  z-index: 2;
}

.contact-panel {
  font-size: 18px;
  line-height: 1.6;
  padding-top: 50px;
}

.contact-panel h2 {
  font-size: 24px;
  line-height: 1.2;
}

.contact-panel .contact-heading {
  margin-bottom: 4px;
}

.contact-panel ul li {
  margin-bottom: 2px;
}

.contact-panel .spacer {
  height: 10px;
}

.employer-info {
  margin-top: 20px;
  padding: 20px 128px 18px 20px;
  position: relative;
  border-radius: 0;
  min-height: 90px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.employer-info p {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.employer-info-cta {
  margin-top: 8px;
}

.employer-info-icon {
  position: absolute;
  top: -90px;
  right: 20px;
  width: 137px;
  height: 137px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.employer-info-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.awards {
  position: relative;
  min-height: 137px;
}

.award {
  position: absolute;
  top: -90px;
  right: 20px;
  width: 137px;
  height: 137px;
}

.award img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-right: 0;
}

.panel {
  position: relative;
  padding: 0;
  padding-top: 150px;
  margin-bottom: 150px;
  padding-bottom: 150px;
}

.job-top,
.panel {
  margin-left: calc(var(--layout-x) * -1);
  margin-right: calc(var(--layout-x) * -1);
  padding-left: var(--layout-x);
  padding-right: var(--layout-x);
}

.panel-title {
  font-size: 34px;
  margin-bottom: 22px;
  letter-spacing: -0.02em;
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.section-fit h2,
.section-background h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.panel-badge {
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  background: transparent;
}

.panel-badge-hand {
  width: var(--badge-size);
  height: var(--badge-size);
  right: 110px;
  bottom: -64px;
}

.panel-badge-hand img,
.panel-badge-megaphone img {
  width: 100%;
  height: 100%;
}

.panel-badge-megaphone img {
  transform: rotate(-20deg);
  transform-origin: center;
}

.panel-yellow .wrappContent .item ul li::before {
  background: var(--Flieder, #EFC2E1);
}

.benefits {
  position: relative;
  padding: 0;
  margin-top: 150px;
  margin-bottom: 150px;
}

.benefits h2 {
  font-size: 34px;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.incentives > h2 {
  font-size: 34px;
  padding: 50px 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.benefit-card {
  padding: 20px 18px 22px;
  min-height: 270px;
}

.benefit-card h3 {
  font-size: 24px;
  margin-bottom: 14px;
}

.benefit-card ul {
  padding-left: 16px;
}

.benefit-card ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 18px;
}

.benefit-card ul li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0.8em;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--Gelb, #FFEE9F);
  transform: translateY(-50%);
}

.whatsapp .btn::before,
.route-link.btn::before {
  background: var(--C07-primary) url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25 13L9.25 8L4.25 3' stroke='%23ffffff' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}

.application .btn::before {
  background: #ffffff url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25 13L9.25 8L4.25 3' stroke='%23EC0062' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}

/* Hover: white circle stays, only arrow stroke turns green */
.top-apply:hover::before,
.inline-action .btn:hover::before,
.application:hover .btn::before {
  background: #ffffff url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25 13L9.25 8L4.25 3' stroke='%2300B798' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}

.route-link.btn:hover::before {
  background: var(--Akzentgrn, #00B798) url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25 13L9.25 8L4.25 3' stroke='%23ffffff' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}

/* Whatsapp/Formular hover: only border circle color changes, no fill */
.whatsapp:hover .btn::before {
  background-color: var(--Akzentgrn, #00B798);
}

.bottom-cta {
  position: relative;
  padding: 0;
  margin-top: 150px;
  margin-bottom: 150px;
  text-align: center;
}

.bottom-cta .panel-badge {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.bottom-cta .panel-badge-megaphone {
  width: var(--badge-size);
  height: var(--badge-size);
  margin: 0;
}

.bottom-cta h2 {
  font-size: 48px;
  letter-spacing: -0.02em;
  justify-content: center;
  margin-bottom: 8px;
}

.bottom-cta .cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: var(--badge-size);
  justify-content: center;
}

.bottom-cta p {
  font-size: 24px;
  margin-bottom: 30px;
}

.bottom-cta .bistdasduohneivheadline {
  font-size: 24px;
  margin-bottom: 30px;
}

.bottom-cta .inclusion-note {
  font-size: 18px;
  line-height: 1.45;
  max-width: 760px;
  margin: 0 auto 34px;
}

.bottom-cta .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.bottom-cta .btn {
  font-size: 18px;
  padding: 12px 22px 8px 16px;
}

.panel-badge img {
  object-fit: contain;
  display: block;
}



@media (max-width: 1123px) {
  .container {
    padding-left: var(--layout-x-mobile);
    padding-right: var(--layout-x-mobile);
  }

  .hero-main {
    column-gap: 0;
  }
  .panel {
    position: relative;
    padding: 0;
    padding-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .job-top,
  .panel {
    margin-left: calc(var(--layout-x-mobile) * -1);
    margin-right: calc(var(--layout-x-mobile) * -1);
    padding-left: var(--layout-x-mobile);
    padding-right: var(--layout-x-mobile);
  }

  .hero-main,
  .benefits,
  .bottom-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .content,
  .sidebar {
    width: 100%;
    padding: 0;
  }

  .sidebar {
    margin-top: 26px;
  }

  .profile-wrap {
    width: 250px;
    height: 250px;
  }

  .question-bubble {
    width: 132px;
    height: 132px;
    font-size: 20px;
    right: -70px;
    bottom: 0px;
  }

  .fit-grid,
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .job p {
    font-size: 22px;
  }

  .job-headline h1 {
    font-size: 30px;
  }

  .job-headline p {
    font-size: 18px;
  }

  .wrapp h2 {
    font-size: 26px;
  }

  .panel-title,
  .benefits h2,
  .bottom-cta h2 {
    font-size: 34px;
  }

  .panel-badge {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }

  .bottom-cta .panel-badge {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }

  .bottom-cta .panel-badge-megaphone {
    width: var(--badge-size);
    height: var(--badge-size);
    margin-bottom: 20px;
  }

  .bottom-cta h2 {
    min-height: 0;
    display: block;
  }

  .panel-badge-megaphone {
    width: 116px;
    height: 116px;
    margin-bottom: 14px;
  }

  .panel-badge-hand {
    width: var(--badge-size);
    height: var(--badge-size);
    margin-top: 22px;
  }

  .employer-info {
    margin-right: 16px;
  }

  .employer-info p {
    font-size: 24px;
  }

  .award {
    top: -90px;
    right: 20px;
  }
}

@media (max-width: 768.98px) {
  .hero-main {
    margin-top: 0;
    margin-bottom: 80px;
    padding-top: 24px;
    padding-bottom: 60px;
  }

  .panel,
  .benefits,
  .bottom-cta {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .job-top {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
  }

  .top-apply {
    margin-top: 14px;
    align-self: flex-start;
  }

  .job p {
    margin-top: 16px;
    margin-bottom: 28px;
  }

  .profile-wrap {
    margin-left: 0;
    width: 210px;
    height: 210px;
  }

  .question-bubble {
    width: 104px;
    height: 104px;
    font-size: 15px;
    right: 20px;
    bottom: 30px;
  }

  .profile-pic {
    width: 136px;
    height: 136px;
    left: 0;
    top: 0;
  }

  .employer-info {
    margin-right: 0;
    padding: 16px;
    min-height: 76px;
  }

  .employer-info p {
    font-size: 24px;
  }

  .employer-info-icon {
    position: static;
    display: block;
    width: 137px;
    height: 137px;
    margin: 12px auto 0;
  }

  .header iframe {
    max-width: 100%;
  }

  .award {
    width: 137px;
    height: 137px;
    top: 14px;
    right: 20px;
  }

  .panel-badge {
    width: 80px;
    height: 80px;
    font-size: 36px;
  }

  .bottom-cta .panel-badge-megaphone,
  .panel-badge-hand {
    width: var(--badge-size);
    height: var(--badge-size);
  }

  .panel-badge-megaphone {
    margin-bottom: 20px;
  }

  .panel-badge-hand {
    margin-top: 36px;
  }
}

/* Merged from heroes-classic-colors.css */
:root {
  --C01-body: #cfd9d4;
  --C02-content: #ececec;
  --C03-title: #111417;
  --C04-text: #1e2328;
  --C05-link: #23313a;
  --C06-bullet: #BADDBE;
  --C07-primary: #e10073;
  --C08-primary-hover: #c80066;
  --C09-soft-yellow: #ece193;
  --C10-soft-blue: #b8d7e9;
  --C11-card-blue: #acd6ea;
  --C12-card-green: #b8d9bd;
  --C13-card-pink: #e3bdd9;
  --C14-bubble-teal: #0bb7ab;
  --C15-bubble-blue: #b6dcf4;
}

body {
  background: var(--C01-body);
}

.container {
  background: var(--C02-content);
}

h1,
h2,
h3,
.job-headline h1,
.panel-title,
.benefits h2,
.bottom-cta h2 {
  color: var(--C03-title);
}

body,
p,
.job p,
.contact-panel,
.benefit-card,
a {
  color: var(--C04-text);
}

a:hover {
  color: var(--C05-link);
}

.wrappContent .item ul li::before,
.benefit-card ul li::before {
  color: var(--C06-bullet);
}

.job-top {
  background: var(--C10-soft-blue);
}

.top-apply,
.inline-action .btn,
.application .btn {
  background: var(--C07-primary);
}

.top-apply:hover,
.inline-action .btn:hover,
.application:hover .btn {
  background: var(--Akzentgrn, #00B798);
  color: #ffffff;
}

.whatsapp:hover {
  border-color: var(--Akzentgrn, #00B798);
}

.whatsapp:hover .btn {
  color: var(--Akzentgrn, #00B798);
  background: transparent;
}

.btn {
  color: #ffffff;
}

.whatsapp {
  border: 1px solid var(--C07-primary);
  background: #ffffff;
  border-radius: 999px;
}

.whatsapp .btn {
  color: var(--C07-primary);
}

.route-link.btn {
  background: transparent;
  color: #000000;
  padding-left: 0;
  font-weight: 600;
}

.route-link.btn:hover {
  background: transparent;
  color: var(--Akzentgrn, #00B798);
}

.route-link.route-link-location.btn {
  color: #000000;
  font-weight: 600;
}

.route-link.route-link-location.btn:hover {
  color: var(--Akzentgrn, #00B798);
  font-weight: 700;
}

.panel-yellow {
  background: var(--C09-soft-yellow);
}

.card-blue {
  background: var(--C11-card-blue);
}

.card-green {
  background: var(--C12-card-green);
}

.card-pink {
  background: var(--C13-card-pink);
}

.question-bubble {
  background: var(--C14-bubble-teal);
  color: #ffffff;
}

.employer-info {
  background: var(--C10-soft-blue);
}

.panel-badge-hand,
.panel-badge-megaphone {
  background: transparent;
}

.profile-pic {
  background: transparent;
}

.award img {
  filter: saturate(1.05);
}
