.job-top-heading {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
.job-sub-heading {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}
.job-contact-person {
  text-align: right;
}
.white-image-plate {
  font-family: 'Noto Sans', sans-serif;
  background: #FFFFFF;
  padding: 30px;
  color: #000000;
  position: absolute;
  top: -190px;
  right: 0px;
  font-size: 16px;
  font-weight: 600;
}
.background-black hr {
  border-top: 2px solid #FFFFFF !important;
}
hr {
  padding-bottom: 50px;
}
@media ( max-width: 840px ) {
  .job-top-heading,
  .job-sub-heading {
    margin-left: 20px;
  }
  
  .content .job-top-heading,
  .content .job-sub-heading {
    margin-left: 0px;
  }
  
  .white-image-plate {
    display: none;
  }
}


.jobs-overview .padding-top {
  padding-top: 70px;
}
.jobs-overview .padding-bottom {
  padding-bottom: 70px;
}
.jobs-overview .contentblock .width {
  padding-bottom: 0px;
  padding-top: 0px;
}


.jobs-overview .contentblock {
  color: #000000;
}
.jobs-overview .contentblock.background-black,
.jobs-overview .contentblock.background-black .content,
.jobs-overview .contentblock.background-black h1,
.jobs-overview .contentblock.background-black h2 {
  color: #FFFFFF;
}
.jobs-overview hr {
  border-top: 2px solid #000000;
}
.jobs-overview h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 1px;
}
.jobs-overview .job-side-detail {
  font-size: 20px;
  margin-bottom: 40px;
}
.jobs-overview .job-side-detail ul {
  list-style-image: url('../img/jobs/double-angle-pointing-to-right-sm2.png');
  list-style-position: inside;
  padding: 0;
}
.jobs-overview .job-side-detail ul li {
  margin-bottom: 5px;
}
.jobs-overview .border-bottom {
  border-bottom: 2px solid #000000;
}
.jobs-overview .slideshow .slide .content p {
  font-size: 18px;
}
.jobs-overview .milestones.contentblock.gallery {
  padding-top: 50px;
  padding-bottom: 0px;
}
.jobs-overview .slideshow .navigation .next:after {
  background: url('../img/sprite_all_black.png') no-repeat -292px -10px;
}
.jobs-overview .slideshow .navigation .prev:after {
  background: url('../img/sprite_all_black.png') no-repeat -270px -10px
}

/*
.jobs-overview .slideshow .navigation .next:after {
  background: url('../img/jobs/DryAger-Jobseite-Icon-Arrow-Right.png') no-repeat;
  width: 32px !important;
}
.jobs-overview .slideshow .navigation .next .title {
  right: 40px;
}
.jobs-overview .slideshow .navigation .prev:after {
  background: url('../img/jobs/DryAger-Jobseite-Icon-Arrow-Left.png') no-repeat;
  width: 24px !important;
  top: 52% !important;
}
.jobs-overview .slideshow .navigation .prev .title {
  left: 30px;
}
*/
@media ( max-width: 840px ) {
  .jobs-overview h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
  }
  
  .jobs-overview .slideshow .slide .content p {
    font-size: 16px;
  }
}


/*******************************************************************/

.single-jobs hr {
  border-color: #000000;
}
.single-jobs h1, .single-jobs h2 {
  color: #000000;
  letter-spacing: 1px;
}
.single-jobs h1 {
  margin-bottom: 10px;
}
.single-jobs h2 {
  margin-bottom: 10px;
}
.single-jobs h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
}
.single-jobs .detail-image-devider {
  margin-bottom: 40px;
  margin-top: 50px;
}
.single-jobs .detail-additional-infos {
  font-size: 18px;
}
.single-jobs .detail-additional-infos ul {
  list-style-image: url('../img/jobs/double-angle-pointing-to-right-sm2.png');
  list-style-position: inside;
}
.single-jobs .detail-additional-infos ul li {
  margin-bottom: 10px;
}
/*
.single-jobs .detail-additional-infos ul li:before {
  content: "\00BB";
}
*/

.single-jobs .contentblock {
  color: #000000;
}

.single-jobs .contentblock.two-columns,
.single-jobs .contentblock.text .width {
  padding-bottom: 30px;
  padding-top: 30px;
}

.single-jobs .contentblock.background-black,
.single-jobs .contentblock.background-black .content,
.single-jobs .contentblock.background-black h1,
.single-jobs .contentblock.background-black h2 {
  color: #FFFFFF;
}

.single-jobs .content ul, .single-jobs .content ol {
  margin-top: 0px;
  list-style-image: url('../img/jobs/double-angle-pointing-to-right-sm2.png');
}
.single-jobs .content ul li {
  margin-bottom: 10px;
}
/*
.single-jobs .content ul li:before {
  content: "\00BB";
}
*/

@media ( max-width: 840px ) {
  .single-jobs .detail-additional-infos {
    margin-left: 20px;
  }
  
}