.container {
	border: 1px solid #838386;
	background: #ffffff;
}

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

/* Farbe Bezeichnung der Stelle und derren Rahmen */
.jobTitle h1 {
	color: #040102;
}
.jobTitle {
	border-bottom: 1px solid #040102;
	border-top: 1px solid #040102;
	color: #040102;
}


/* Farbe Bewerben BUTTON incl. hover Effekt  */
.apply a.btn-apply {
	background: #000;
	color: #ffffff;
	/*text-shadow: 1px 1px 0px #000;*/
	border-bottom: 3px solid #000;
}

.apply a.btn-apply:hover {
	background: #000;
	/*text-shadow: 1px 1px 0px #000;*/
	border-bottom: 3px solid #000;
	color: #ffffff;
}

/*  Farbe des Textes generell  */
body, .footer .socialWeb .title {
	color: #040102;
	background: #eeeeee!important;
}
a:hover {color: #040102;}

.content p, .jobTitle p {
	color: #040102;
}

/* Farbe der Bulletpoints */
.content ul li::before {
	color: #040102;
	/*content: "\2022"*/
}

/* Farbe Stellenanzeigen Weiterleiten Buttons incl. Hover Effekt */
.shareButtons a {
	background: #000;
	color: #fff;
}

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

.imgSingle {
	background: #fff;
}
.slogan {
	color: #fff;
}

.iBox {
	background: #eeeeee;
}

.apply ul li a {
	color: #777777;
}

.content a.onTop {
	color: #cccccc;
}

.contact ul {
	color: #555555;
}

/* Footer */
.footer .socialWeb a {
	background: #cccccc;
}

.footer .socialWeb a:hover {
	background: #a4a4a4;
}

.footer .socialWeb a .fa {
	color: #ffffff;
}
