.careerFooter {
  background: url('/img/nachhaltig.jpg');
  min-height: 500px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--dark-bg-color);
  color: white !important;
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  gap: 40px;
  justify-content: start;
  align-items: start;
  padding-top: 20rem;
}

.careerFooter > .centerContent > span {
  margin-top: 80%;
  font-size: 16px;
  line-height: 2;
}

.careerFooter h2 {
  color: white;
  margin: 0;
  font-weight: 700;
  font-size: 38px;
}

.careerFooter > .leftContent {
  width: fit-content;
  margin-left: auto;
}

.careerFooter > .leftContent span {
  width: fit-content;
  margin-left: auto;
  font-size: 38px;
}

.careerFooter > .centerContent {
  width: 60%;
}

.careerFooter > .flyoutLogo {
  position: relative;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  grid-column-start: span 2;
}

.careerFooter > .flyoutLogo > img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 95%;
}

.careerFooter a {
  width: auto;
}


.smallFooter {
  padding: 20px 20px 50px 20px;
  font-weight: 700;
  margin-top: 50px;
}

.smallFooter p {
  font-weight: normal;
}

.careerShowSmall {
  display: none;
}


@media (max-width: 960px) {
  .careerFooter div:not(.flyoutLogo) {
    bottom: 0;
    display: none;
  }

  .flyoutLogo > img {
    width: 50% !important;
    height: auto !important;
  }

  .careerShowSmall {
    display: block !important;
  }
}

@media (max-width: 1400px) {
  .careerFooter div:not(.flyoutLogo) {
    padding: 50px;
  }
}


@media (max-width: 1400px) {
  .careerFooter div:not(.flyoutLogo) {
    padding: 50px;
  }
}