/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* SPACING */
/* FONTS */
/* font weight */
/* DEFAULT ELEMENTS */
/* WRAP */
/* BASIC ELEMENTS */
/* EXTENDED ELEMENTS */
/*
 * LOGIN-FORM FE
 */
/*
 * COPYRIGHT
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* List-View */
/* Oversize */
/*
 * LISTINGS VARIABLES
 */
/*
 * BUTTON VARIABLES
 */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main Navigation
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Main-Aside Navigation
 */
/* General */
/* Color */
/*
 * Main MegaDropdown Navigation
 */
/*
 * Mobile Navigation
 */
/*
 * MicroNav
 */
/*
 * FooterNavi
 */
/*
 * Aside
 */
/*
 * Pagination
 */
/*
 * Single-Content Navigation
 */
/*
 * PAGE VARIABLES
 */
/*
 * GENERAL VARIABLES
*/
/* COLORS */
/* red */
/* #ffc32b; yellow */
/* grey */
/* opacity .8 */
/* opacity .8 */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Special Options */
/* WRAP */
/* SCROLL-TO-TOP */
/* Top-Line */
/* STICKY */
/* PAGE-ASIDE */
/* SECTION / PAGE-CONTENT */
/* Breadcrumb */
/* List-Elements */
/*
 * FooterNavi
 */
/* MOBILE */
/*
 * JOBS overview - card view
 */
/*
 * JOBS overview - list view
 */
/*
 * JOBS overview - listmasonry view
 */
/*
 * JOBS singleview - default
 */
article.jobs {
  padding: 50px 0;
}
.singleview #jobs-header h1 .main-heading,
.singleview #jobs-header h1 .sub-heading {
  display: block;
}
.singleview #jobs-header h1 .sub-heading {
  font-size: 14px;
}
.singleview #jobs-header h1 .sub-heading span:not(:last-child):after {
  content: '|';
  padding: 0 5px;
}
.singleview section#jobs-content {
  width: 66.666%;
  padding-right: 15px;
  float: left;
}
.singleview section#jobs-content h3 {
  border-bottom: 1px solid;
  width: 225px;
  margin-bottom: 15px;
  padding-top: 15px;
}
.singleview section#jobs-content .jobs-content-text ul,
.singleview section#jobs-content .jobs-content-text ol {
  margin: 0 0 15px 30px;
}
.singleview section#jobs-content .jobs-content-text ul > li,
.singleview section#jobs-content .jobs-content-text ol > li {
  font-size: 110%;
}
.singleview section#jobs-content .jobs-content-text ul > li:nth-child(n+2),
.singleview section#jobs-content .jobs-content-text ol > li:nth-child(n+2) {
  padding-top: 3px;
}
.singleview section#jobs-content .contact-address > span {
  display: block;
  font-size: 110%;
  line-height: 135%;
}
.singleview section#jobs-content .contact-address > span.contact-name {
  font-weight: 700;
}
.singleview section#jobs-content ul li {
  font-size: 110%;
  line-height: 135%;
}
.singleview aside#jobs-aside {
  width: 33.333%;
  float: right;
  padding-left: 15px;
}
.singleview aside#jobs-aside .jobs-aside-image {
  padding: 15px 0;
}
.singleview aside#jobs-aside .jobs-aside-image picture,
.singleview aside#jobs-aside .jobs-aside-image picture img {
  width: 100%;
  height: auto;
  display: block;
}
.singleview footer#jobs-footer {
  clear: both;
  overflow: hidden;
  margin-top: 30px;
}
.singleview .simpletext ul li {
  font-size: 110%;
  line-height: 135%;
}
@media only screen and (max-width: 900px) {
  .singleview section#jobs-content,
  .singleview aside#jobs-aside {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
}
@media only screen and (max-width: 600px) {
  .singleview aside#jobs-aside .jobs-aside-image img {
    max-width: 300px;
    height: auto;
  }
}
/*
 * JOBS widgets
 */
#jobs-list-widget .last-item .jobs-card-wrap {
  height: 100%;
}
#jobs-list-widget .last-item card-item-border {
  right: 0px;
  left: 0px;
  z-index: 10;
}
#jobs-list-widget .last-item .content-link {
  text-align: center;
  bottom: 55px;
  left: 50%;
  right: unset;
  transform: translate(-50%, 0);
  width: 150px;
}
