body {
  background: #eeeeee;
  color: #000000;
}

/* Farbe Bezeichnung der Infotextfelder */
.content h2, .mainTitle {
    color: #003b79;
	margin-bottom: 10px;
}

/* Farbe Socialweb Links */
.socialWeb a {
  background: #003b79;
  color: #ffffff;
}

.socialWeb a:hover {
    background: #fff;
    color: #000;
}

/* Farbe Links generell */
a {color:#ff9e00;}
a:hover {color:#003b79;}


/* Farbe Bewerben BUTTON incl. hover Effekt */
.apply a.btn-apply {
    background: #003b79 none repeat scroll 0 0;
    border: 1px solid #003b79;
    color: #fff;
}

.apply a.btn-apply:hover {
  background: #ff9e00;
  border: 1px solid #003b79;
  color: #003b79;
}

.apply a.btn-apply i {
  color: #fff !important;
}
/* Farbe der Bulletpoints */
.content ul li::before {
  color: #ff9e00;
}

/* Allgemeine Farbe des Textes */
.content p {
  color: #424242;
}

/* Hintergrund innerhalb der Anzeige*/
.container, .imgSingle  {
  background: #fff;
}

/* Kontakt */
.contact ul {
  color: #555555;
}
.contact ul li:first-child {
  color: #000000;
}

/* Farbe des Stellentitels innerhalb des Headerbild */
.imgSingle .text {
    color: #ffffff;
}

/* Farbe von "Back to Top" */
.content a.onTop {
  color: #cccccc;
}
