/** Shopify CDN: Minification failed

Line 189:8 Unexpected "'.button'"

**/
/********************* Job Layout *************************/

.l-job {
  padding: 52px 0 calc(74px + 8rem);
  display: flex;
  flex-flow: columns;
  justify-content: space-between;
  
  @media (max-width: 1000px) {
    flex-flow: column;
    padding-bottom: calc(74px + 11.8rem);
  }
}

.l-job__sidebar {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.5px; /* 142.308% */
  letter-spacing: 0.39px;
  width: calc(32% - 76px);
  max-width: 200px;
  
  @media (max-width: 1000px) {
    width: 100%;
    max-width: 100%;
  }
  
  ul {
    padding: 68px 0 30px;
    
    li {
      margin: 20px 0 0;
      padding: 20px 0 0;
      border-top: 1px solid #a4a4a4;
    }
    li:first-child {
      border-top: 0;
      padding-top: 0;
      margin-top: 0;
    }
  }
  
  strong {
    display: block;
    margin: 0 0 4px 0;
    text-transform: uppercase;
    font-family: var(--font-family-Sohne-Bold);
    line-height: normal;
    letter-spacing: 0.26px;
  }

  a.l-jobs__all-openings {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #292933;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.22px;
    text-transform: uppercase;
  }

  a.l-jobs__all-openings:hover {
    text-decoration: underline;
  }

  .button {
    display: flex;
    width: 100%;
  }
}

.l-job__sidebar-sticky {
    position: sticky;
    top: 0;
  
  @media (max-width: 1000px) {
    display: none;
  }
}

.l-job__content {
  padding: 76px 0 0;
  width: 68%;
  
  @media (max-width: 1000px) {
    padding-top: 30px;
    width: 100%;
  }

  *:first-child {
    margin-top: 0;
  }

  *:last-child {
    margin-bottom: 0;
  }
  
  h1 {
    margin: 40px 0;
    font-family: var(--font-family-Sohne-Bold);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.72px;
  
    @media (max-width: 1000px) {
      margin-bottom: 20px;
      font-size: 28px;
    }
  }
}

.l-job__content-information {
  display: none;
  margin: 20px 0 30px;
  font-size: 13px;
  
  ul {
    display: flex;
    margin: 20px 0;
    padding: 20px 0 0;
    list-style: none;
    border-top: 1px solid #a4a4a4;
    
    li {
      margin-left: 30px;
    }
    li:first-child {
      margin-left: 0;
    }
  }
  
  strong {
    display: block;
    margin-bottom: 6px !important;
    text-transform: uppercase;
    font-family: var(--font-family-Sohne-Bold);
    line-height: normal;
    letter-spacing: 0.26px;
  }

  .button {
    display: flex;
    width: 100%;
  }
  
  @media (max-width: 1000px) {
    display: block;
  }
}

.l-job__content-richtext {
  
  /********************* Richtext *************************/
  * {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: .45px;
  }
  
  strong {
    font-family: var(--font-family-Sohne-Bold);
  }
  
  ul {
    display: block;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
  }
  
  ul li {
    margin: 8px 0;
    list-style: disc;
    /* list-style-position: inside; */
  }
  
  a:not('.button') {
    color: #0000EE;
  }
  
  iframe {
    max-width: 100%;
  }
  
  h2 {
    margin: 40px 0 24px;
    font-family: "Tiempos Headline";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
    color: #FC5740;
  }
  
  h3 {
    margin: 40px 0 24px;
    font-family: "Tiempos Headline";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
    color: #FC5740;
  }
  
  h4 {
    margin: 40px 0 24px;
    font-family: "Tiempos Headline";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
    color: #FC5740;
  }
  
  h5 {
    margin: 40px 0 24px;
    font-family: "Tiempos Headline";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
    color: #FC5740;
  }
  
  h6 {
    margin: 40px 0 24px;
    font-family: "Tiempos Headline";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
    color: #FC5740;
  }
  
  p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    letter-spacing: 0.45px;

    margin: 20px 0;
  }
  
  p:first-child {
      margin-top: 0;
  }
  
  p:last-child {
      margin-bottom: 0;
  }
}