/* Blue - #0054ac */
/* Yellow - #f8b323 */

.container {
  border: 1px solid #7fa4d0;
}

/* Farbe Bezeichnung der Stelle und derren Rahmen */ 
.jobTitle h1 {
  color: #6082ad;
  border-bottom: 1px solid #7fa4d0;
  border-left: 5px solid #7fa4d0;
}

/* Farbe Bezeichnung der Infotextfelder und Kontaktlabels */
a, .content h2, .contact ul li:first-child {
 color: #829cbe;
}

@media only print and (min--moz-device-pixel-ratio:0) {
  a, .content h2, .contact ul li:first-child {
    background-image: linear-gradient(90deg, #829cbe, #829cbe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .jobTitle h1 {
    background-image: linear-gradient(90deg, #6082ad, #6082ad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
/* Farbe Bewerben BUTTON incl. hover Effekt  */
a.btn-apply {
  color: #fff;
  text-shadow: 1px 1px 0px #477cbb;
}
a.btn-apply:hover {
  color: #fff;
  text-shadow: 1px 1px 0px #446084;
}
.div-apply {
  background: #7fa4d0;
  color: #fff;
  border-bottom: 3px solid #477cbb;
}
.div-apply:hover {
  background: #6082ad;
  color: #fff;
  border-bottom: 3px solid #446084;
}

@media only print {
  a.btn-apply {
	text-shadow: none;
    background-image: linear-gradient(90deg, white, white);
    -webkit-background-clip: text;
  }
}
/*  Farbe des Textes generell  */
body, .content p, .footer .socialWeb .title {
  color: #424242;
}

/* Farbe der Bulletpoints */
.content ul li::before {
  color: #7fa4d0;
/*content: "\2022"*/  
}
@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 p, .jobTitle p {
    background-image: linear-gradient(90deg, #424242, #424242);
    -webkit-background-clip: text;
	   -webkit-text-fill-color: transparent;
  }
  .content ul li::before {
    background-image: linear-gradient(90deg, #7fa4d0, #7fa4d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}