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

.container {
  border: 1px solid #e21722;
}


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

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

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


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


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

/*  Farbe des Textes generell  */
body, .content p, .jobTitle p, .footer .socialWeb .title {
  color: #424242;
}

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