.container {
    background: #ffffff;
}
/* Farbe Bezeichnung der Infotextfelder und Kontaktlabels */
.content h2 {
    color: #000;
}
.contact ul li:first-child {
    color: #fff;
}
a {
    color: #1c7dc1;
    text-decoration: underline;
}
a:visited, a:hover, a:active, a:focus {
    color: #1c7dc1;
}
.panel-flex-left a {
    color: #fff;
    text-decoration: underline;
}
.panel-flex-left a:visited, .panel-flex-left a:hover, .panel-flex-left a:active, .panel-flex-left a:focus {
    color: #fff;
}
/* Farbe Bezeichnung der Stelle und derren Rahmen */
.jobTitle h1 {
}
.workplace {
    color: #818181;
}
/* Farbe Bewerben BUTTON incl. hover Effekt  */
.apply a.btn-apply {
}
.apply a.btn-apply:hover {

}
/*  Farbe des Textes generell  */
body, .footer .socialWeb .title {
    color: #000;
    background: #eeeeee!important;
}
.content p, .jobTitle p {
    color: #000;
}
/* Farbe der Bulletpoints */
.content ul li::before {
    color: #000;/*content: "\2022"*/
}
/* Farbe Stellenanzeigen Weiterleiten Buttons incl. Hover Effekt */
.shareButtons a {
    background: #0054ac;
    color: #fff;
}
.shareButtons a:hover {
    background: #f8b323;
    color: #fff;
}
.imgSingle {
    background: #fff;
}
.iBox {
    background: #eeeeee;
}
.apply ul li a {
    color: #777777;
}
.content a.onTop {
    color: #fff;
}
.contact ul {
    color: #fff;
}
/* Footer */
.footer a, .footer a:visited, .footer a:hover, .footer a:active, .footer a:focus {
    color: #fff;
    text-decoration: underline;
}

