@charset "UTF-8";
nav[aria-label=breadcrumb] ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 1.5rem 0 0 0;
  font-size: 0.875rem;
}

nav[aria-label=breadcrumb] li {
  display: flex;
  align-items: center;
}

nav[aria-label=breadcrumb] li a {
  color: #6b7280;
  text-decoration: none;
}

nav[aria-label=breadcrumb] li a:hover {
  color: #111827;
  text-decoration: underline;
}

/* Letztes Element (aktuelle Seite) */
nav[aria-label=breadcrumb] li:last-child span[itemprop=name] {
  color: #111827;
  font-weight: 500;
}

/* Trennzeichen › zwischen den li-Elementen */
nav[aria-label=breadcrumb] ol > li:not(:last-child)::after {
  content: "›";
  margin-left: 0.25rem;
  color: #9ca3af;
}

.ButtonWhites.Normal {
  width: 150px;
  border-radius: 100px;
}
.ButtonWhites {
  height: 50px;
  appearance: button;
  background-color: #f2f2f1;
  border: 1px solid #f2f2f1;
  border-radius: 10px;
  width: 100%;
  box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset, rgba(0, 10, 80, 0.075) 0 1px 1px;
  box-sizing: border-box;
  color: #444;
  gap: 0.5rem;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0 1rem;
  text-align: center;
  text-transform: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}
.ButtonWhites:focus:not(:focus-visible), .ButtonWhites:focus {
  outline: 0;
}
.ButtonWhites:hover {
  background-color: #ebebea;
  border-color: #ebebea;
}
.ButtonWhites:focus {
  background-color: #ebebea;
  border-color: #ebebea;
  box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset, rgba(0, 10, 80, 0.075) 0 1px 1px, rgba(0, 60, 255, 0.5) 0 0 0 0.2rem;
}
.ButtonWhites:active {
  background-color: #ebebea;
  background-image: none;
  border-color: #ebebea;
  box-shadow: rgba(0, 10, 80, 0.125) 0 1px 2px inset;
}
.ButtonWhites:active:focus {
  box-shadow: rgba(0, 10, 80, 0.125) 0 3px 5px inset, rgba(0, 60, 255, 0.5) 0 0 0 0.2rem;
}
.ButtonWhites:disabled {
  background-image: none;
  box-shadow: none;
  opacity: 0.65;
  pointer-events: none;
}

.PlayToEarnJobsLayout {
  display: flex;
  width: 100%;
  padding: 2rem 0;
  flex-direction: column;
  gap: 1rem;
}
.PlayToEarnJobsLayout .JobViewLayout {
  display: flex;
  width: 100%;
  gap: 4rem;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewDetails .ViewContent {
  display: flex;
  width: 100%;
  padding-top: 2rem;
  flex-direction: column;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewDetails .ViewContent hr {
  margin: 0 !important;
  padding-top: 1rem;
  height: 1px !important;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewDetails .ViewContent h3 {
  font-weight: 600;
  font-size: 20px;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewDetails .ViewContent h2 {
  font-weight: 700;
  font-size: 24px;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewDetails .ViewTitle h1 {
  font-weight: 800;
  font-size: 60px;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewDetails {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewDetails .Company {
  display: flex;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewDetails .Company .__CompanyName {
  display: flex;
  flex-direction: column;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewDetails .Company .__CompanyName span:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewDetails .Company .__CompanyLogo {
  display: flex;
  width: 60px;
  height: 60px;
  background: #f2f2f1;
  overflow: hidden;
  border-radius: 100px;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewDetails .Company .__CompanyLogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewActionBar {
  display: flex;
  border-top: 1px solid #e2e2e2;
  padding-top: 2rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewActionBar .ButtonBlues {
  color: #fff;
  width: auto;
  font-size: 20px;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewActionBar h3 {
  letter-spacing: -1px;
  font-weight: 700;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewBar {
  gap: 1rem;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewBar h3 {
  letter-spacing: -1px;
  font-weight: 700;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewBar {
  top: 96px;
  flex-direction: column;
  align-self: flex-start;
  position: sticky;
  display: flex;
  width: 300px;
}
.PlayToEarnJobsLayout .JobViewLayout .ViewBar .ButtonBlues {
  width: 100% !important;
  color: #fff !important;
  font-size: 20px !important;
}
.PlayToEarnJobsLayout .JobViewContent {
  border-top: 1px solid #eee;
  padding-top: 2rem;
}
.PlayToEarnJobsLayout .JobViewContent .JobViewSection h2 {
  font-weight: 700;
  font-size: 24px !important;
}
.PlayToEarnJobsLayout .ApplyButton {
  display: flex;
}
.PlayToEarnJobsLayout .JobViewHeader {
  display: flex;
  justify-content: space-between;
}
.PlayToEarnJobsLayout .JobViewHeader .JobViewHeaderLeft img {
  width: 64px;
  height: 64px;
}
.PlayToEarnJobsLayout .JobViewHeader .JobViewHeaderLeft {
  display: flex;
  flex-direction: column;
}
.PlayToEarnJobsLayout .JobViewHeader .JobViewHeaderLeft .JobViewHeaderInfo {
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
}
.PlayToEarnJobsLayout .JobViewHeader .JobViewHeaderLeft .JobViewHeaderInfo span {
  color: #666;
  font-size: 18px;
}
.PlayToEarnJobsLayout .JobViewHeader .JobViewHeaderLeft h1 {
  font-weight: 800;
  font-size: 50px;
}
.PlayToEarnJobsLayout .JobItems {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.PlayToEarnJobsLayout .JobItems .JobListItem {
  display: flex;
  width: 100%;
  gap: 0.2rem;
  align-items: center;
}
.PlayToEarnJobsLayout .JobItems .JobListItem svg {
  fill: #00C853;
}
.PlayToEarnJobsLayout .JobItems .JobListItem span:nth-child(2) {
  font-weight: 600;
}
.PlayToEarnJobsLayout .JobViewTags {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  padding-top: 1rem;
}
.PlayToEarnJobsLayout .JobViewTags .Tag {
  display: flex;
  font-size: 12px;
  font-weight: 600;
  height: 22px;
  align-items: center;
  justify-content: center;
  background: #f2f2f1;
  padding: 0 0.4rem;
  border-radius: 8px;
}
.PlayToEarnJobsLayout .JobItems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}
.PlayToEarnJobsLayout .JobItems a {
  color: unset;
}
.PlayToEarnJobsLayout .JobItems .JobItem:hover {
  border: 1px solid #0c4bf2;
}
.PlayToEarnJobsLayout .JobItems .JobItem {
  transition: all 0.2s ease;
  display: flex;
  width: 100%;
  flex-direction: column;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
}
.PlayToEarnJobsLayout .JobItems .JobItem .ItemFooter {
  display: flex;
  border-top: 1px solid #eee;
  justify-content: space-between;
  padding: 1rem;
}
.PlayToEarnJobsLayout .JobItems .JobItem .JobItemTags {
  display: flex;
  gap: 0.4rem;
  padding: 0 1rem 1rem 1rem;
}
.PlayToEarnJobsLayout .JobItems .JobItem .JobItemTags .Tag {
  display: flex;
  font-weight: 600;
  height: 28px;
  align-items: center;
  justify-content: center;
  background: #f2f2f1;
  padding: 0 0.4rem;
  border-radius: 8px;
}
.PlayToEarnJobsLayout .JobItems .JobItem .JobItemHeader {
  padding: 1rem;
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.PlayToEarnJobsLayout .JobItems .JobItem .JobItemHeader .ItemInfo {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.PlayToEarnJobsLayout .JobItems .JobItem .JobItemHeader .ItemInfo span:nth-child(1) {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.PlayToEarnJobsLayout .JobItems .JobItem .JobItemHeader .ItemIcon {
  display: flex;
  width: 60px;
  height: 60px;
  background: #f2f2f1;
  border-radius: 10px;
}
.PlayToEarnJobsLayout .JobItems .JobItem .JobItemHeader .ItemIcon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.PlayToEarnJobsLayout h1 {
  letter-spacing: -1px;
  font-weight: 800;
  font-size: 40px;
}

@media screen and (max-width: 800px) {
  .PlayToEarnJobsLayout .JobViewLayout .ViewDetails .ViewTitle h1 {
    font-size: 40px;
  }
  .PlayToEarnJobsLayout {
    padding-top: 1rem !important;
  }
  .PlayToEarnJobsLayout .JobViewLayout .ViewBar {
    display: none;
  }
  .PlayToEarnJobsLayout .JobViewLayout .ViewActionBar {
    text-align: center;
  }
  .PlayToEarnJobsLayout .JobItems {
    grid-template-columns: repeat(1, 1fr);
  }
  .ViewBar.Fixed .ButtonBlues {
    font-size: 18px;
  }
  .ViewBar.Fixed {
    gap: 0.5rem;
    position: fixed;
    bottom: 60px;
    background: #fff;
    left: 0;
    right: 0;
    padding: 1rem 0.5rem;
    flex-direction: column;
    display: flex !important;
  }
  .ViewBar.Fixed .JobViewTags {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
    padding-top: 1rem;
  }
  .ViewBar.Fixed .JobViewTags .Tag {
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 22px;
    align-items: center;
    justify-content: center;
    background: #f2f2f1;
    padding: 0 0.4rem;
    border-radius: 8px;
  }
}

/*# sourceMappingURL=jobs.css.map */
