/* IE 11 FIXES */

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .jobsContainer > * {
    max-width: 1032px!important;
  }
  
  .jobsContainer .jobsStartHeader > span.heading {
    max-width: 1032px!important;
    height: auto!important;
    top: 72.5px!important;
  }
  
  .jobsContainer .jobsStartHeader > span.heading h1 {
    font-size: 150px!important;
    line-height: 155px!important;
    text-align: center!important;
  }
}

/* / IE 11 FIXES */

/* ALLGEMEIN */

.jobsContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jobsContainer span.info {
  position: relative;
  display: block;
  padding: 25px;
}

/* / ALLGEMEIN */

/* JOBS START */

.jobsContainer .jobsStartHeader {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobsContainer .jobsStartHeader > span.heading {
  position: absolute;
  padding: 0;
  width: calc(100% - 30px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobsContainer .jobsStartHeader > span.heading > h1 {
  font-size: 20vw;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  opacity: 0.8;
  letter-spacing: 10px;
  margin: 0;
}

.jobsContainer .jobsStartList > span.info {
  text-align: center;
}

.jobsContainer .jobsStartList > .flexContainer {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
}

.jobsContainer .jobsStartList > .flexContainer > a {
  position: relative;
  display: block;
  margin: 10px 20px;
  float: none;
}

.jobsContainer .jobsStartList > .flexContainer > a > span.info {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
}

.jobsContainer .jobsStartList > .flexContainer > a > span.info > h3 {
  color: #fff;
  font-size: 1.2em;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin: 0;
}

.jobsContainer .jobsStartIntroduction span.info p {
  font-size: 1.154em;
  line-height: 1.385em;
}

/* / JOBS START */

.jobsHeader {
  position: relative;
}

.jobsHeader span.info, .jobsNavigation {
  position: absolute;
}

.jobsHeader span.info {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jobsHeader span.info h1 {
  font-size: 13em;
  line-height: normal;
  font-weight: 800;
  margin: 0 0 30px 0;
  color: #fff;
  opacity: 0.9;
  letter-spacing: 10px;
}

.jobsHeader img {
  display: block;
}

.jobsNavigation {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  height: 40px;
}

.jobsNavigation a {
  color: #fff;
  font-size: 1.385em;
  line-height: 40px;
  text-decoration: none;
}

.jobsNavigation a.active {
  font-weight: 800;
}

.jobsIntroduction span.info {
  position: relative;
  display: block;
  padding: 40px 25px 0;
}

.jobsIntroduction > span.info > p, .jobsIntroduction > span.info > strong {
  font-size: 1.154em;
  line-height: 1.385em;
}

.jobsIntroduction > span.info > *, .jobsIntroduction > span.info > * > * {
  margin-bottom: 15px;
}

.jobsIntroduction span.info strong {
  display: block;
}

.jobsIntroduction:first-of-type span.info strong {
  font-weight: 800;
  font-size: 1.385em;
  line-height: normal;
}

.jobsIntroduction span.info span.indented {
  margin-left: 25px;
  position: relative;
  display: block;
}

.jobsIntroduction span.info span.indented ul {
  list-style: disc outside;
  padding-left: 20px;
}

.jobsIntroduction span.info span.indented ul li {
  padding-bottom: 3px;
}

.jobsList > span.info {
  display: block;
  padding: 20px 25px;
}

.jobsList h2 {
  font-weight: 800;
  font-size: 1.385em;
  line-height: normal;
}

.jobsList h3 {
  margin-top: 5px;
  font-size: 1.25em;
  line-height: normal;
}

.jobsList a {
  min-height: 195px;
  text-decoration: none;
}

.jobsList p {
  font-size: 1.154em;
  line-height: 1.385em;
}

.jobsTips {
  margin: 15px 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 0;
}

.jobsTips span.info {
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  font-size: 1.154em;
  line-height: 1.385em;
  text-align: center;
  color: #fff;
}

.jobsTips span.info p {
  margin: 0;
}

.jobsTips .content {
  padding: 25px;
}

.jobsTips .content > * {
  font-size: 15px;
  line-height: 18px;
}

.jobsTips #content2 ul {
  list-style: disc;
  margin-left: 20px;
}

.jobsMovieWrapper {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.jobsOverview .flexContainer {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  padding: 0 25px;
}

.jobsOverview .flexContainer a {
  width: 225px;
  margin: 0 15px 20px 0;
}

.jobsNavigation {
  bottom: 0;
  display: flex;
  justify-content: space-around;
}

#jobAd {
  color: #000;
}

#jobAd p, #jobAd li, #jobAd a, #jobAd strong {
  font-size: 1.125em;
  line-height: normal;
}

#jobAdHeader img {
  width: 100%;
}

#jobAdHeader {
  position: relative;
}

#jobAdHeader > span:first-of-type {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#jobAdHeader p {
  color: #fff;
  font-weight: 800;
  font-size: 1.875em;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#jobAdHeader h1 {
  font-size: 5em;
  line-height: normal;
  margin: 0 0 30px 0;
  padding: 0 25px;
  color: #fff;
  text-align: center;
}

#jobAdHeader img {
  display: block;
}

#jobAdNavigation {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: left;
}

#jobBackToOverview {
  margin-left: 25px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#jobBackToOverview span.awesome {
  font-family: 'fontawesome-webfont';
}

#jobAdInfoContainer {
  padding: 25px;
}

#jobAdInfo ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

#jobAdSkills ul {
  list-style: disc outside;
  margin: 15px 0 0 15px;
  padding: 0 25px 0 0;
}

#jobAdSkills strong {
  display: block;
  margin-top: 10px;
}

#jobAdSkills ul li {
  padding: 3px 0;
}

#jobAdditionalBenefits > div:last-of-type {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 10px;
}

#jobAdditionalBenefits > div > div {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 20px;
  width: 120px;
}

#jobAdditionalBenefits > div > div > img {
  align-self: center;
}

#jobAdditionalBenefits p {
  font-size: 0.923em;
  line-height: normal;
}

#jobContactInfo h2, #jobContactInfo #jobContactText {
  margin: 15px 0;
}

#jobContactInfo > div > p > a {
  font-size: inherit;
}

#jobContactInfo #jobContactText {
  font-weight: bold;
}

#jobAdIntroduction, #jobAdSkills, #jobAdditionalBenefits, #jobContactInfo {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #jobAdHeader h1 {
    margin: 0;
  }
  
  #jobAdNavigation {
    position: absolute;
    bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  #jobAdSkills {
    display: flex;
  }
  
  #jobAdSkills > div {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .jobsContainer .jobsStartHeader > span.heading > h1 {
    font-size: 13em;
  }
  
  .jobsContainer .jobsStartList > .flexContainer > a {
   margin: 10px 30px;
  }
  
  .jobsTips {
    margin: 25px;
  }
}

@media screen and (max-width: 767px) {
  .jobsMovieWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  
  .jobsMovieWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  #jobAdInfo ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  
  #jobAdInfo ul li {
    padding: 3px 0;
  }
  
  #jobAdHeader h1 {
    margin: 0 0 30px 0;
    padding: 0;
  }
  
  #jobAdditionalBenefits > div:last-of-type > div {
    margin: 10px;
  }
  
  #jobAdditionalBenefits > div:last-of-type > div > img {
    align-self: center;
  }
}

@media screen and (max-width: 1024px) {
  #jobAdInfoContainer {
    padding: 15px;
  }
}

@media screen and (max-width: 1199px) {
  #jobAdHeader h1 {
    font-size: 3.5vw;
  }
  
  #jobAdSkills ul {
    margin-left: 15px;
    list-style: disc outside;
  }
}