body {
  background: #eee;
}
.container {
  background: #fff;
  /* C06 - Template Rahmen */
  border: 1px solid #E1DEDB;
}
a, .content h2, .contact ul li:first-child {
  /* C03 - Labels */
  color: #736E67;
}
.jobTitle h1 {
  /* C02 - Stellentitel Rahmen */
  border-bottom: 1px solid #E1DEDB;
  border-left: 5px solid #E1DEDB;
  /* C01 - Stellentitel */
  color: #736E67;
}
@media only print and (min--moz-device-pixel-ratio:0) {
  a, .content h2, .contact ul li:first-child {
    /* C03 - Labels */
    background-image: linear-gradient(90deg, #736E67, #736E67);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .jobTitle h1 {
    /* C01 - Stellentitel */
    background-image: linear-gradient(90deg, #736E67, #736E67);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
a.btn-apply {
  color: #fff;
  /* C05a - Bewerben Shadow [analog zu: Bewerben Button unterer Rahmen] */
  text-shadow: none;
}
a.btn-apply:hover {
  color: #fff;
  /* C05c - Bewerben Shadow hover [analog zu: Bewerben Button hover unterer Rahmen] */
  text-shadow: none;
}
.div-apply {
  color: #fff;
  /* C05 - Bewerben Button Background */
  background: #00AA00;
  /* C05a - Bewerben Button unterer Rahmen */
  border-bottom: 3px solid #006D00;
}
.div-apply:hover {
  color: #fff;
  /* C05b - Bewerben Button hover Background */
  background: #008800;
  /* C05c - Bewerben Button hover unterer Rahmen */
  border-bottom: 3px solid #006D00;
}
@media only print {
  a.btn-apply {
    color: #fff;
    text-shadow: none !important;
    background-image: linear-gradient(90deg, white, white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
body, .content p, .jobTitle p {
  color: #424242;
}
.content ul li::before {
  /* C04 - Bulletpoints */
  color: #E1DEDB;
}
@media only print and (min--moz-device-pixel-ratio:0) {
  .iBox ul li, .company_info {
    background-image: linear-gradient(90deg, #424242, #424242);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
	  .content ul li::before {
    /* C04 - Bulletpoints */
    background-image: linear-gradient(90deg, #E1DEDB, #E1DEDB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .content p, .jobTitle p {
    background-image: linear-gradient(90deg, #424242, #424242);
    -webkit-background-clip: text;
  }

}
.imgSingle {
  background: #fff;
}
.iBox {
  background: #eee;
}
.apply ul li a {
  color: #777;
}
.contact ul {
  color: #555;
}