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

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

/* Farbe Bezeichnung der Stelle und derren Rahmen */
.jobTitle h1 {
	/*border-bottom: 1px solid #f8b323;
	border-left: 5px solid #f8b323;*/
	color: #4d4d4d;
}

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

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

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

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

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

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

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

.imgSingle {
	background: #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;
}
