/* Grau */

a, .content h2, .contact ul li:first-child {
 color: #39444c;
}
.apply a.btn-apply:hover {
  background: #39444c;
  text-shadow: 1px 1px 0px #001934;
  border-bottom: 3px solid #001934;
  color: #ffffff;
}

.shareButtons a {
	background:#39444c;
	color:#fff;
}

/* Gelb */

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

.apply a.btn-apply {
  background: #ffcc00;
  color: #ffffff;
  text-shadow: 1px 1px 0px #c88906;
  border-bottom: 3px solid #c88906;
}

.jobTitle h1 {
    border-bottom: 1px solid #ffcc00;
    border-left: 5px solid #ffcc00;
    color: #39444c;
    font-family: "DaxMedium";
}

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

/* FONT COLORS */

body, .content p, .footer .socialWeb .title, .jobTitle p {
  color: #424242;
}

/* Custom Ebase Colors */
body, .content p, .footer .socialWeb .title, .jobTitle p {
  color: #394348;
  font-family: "DaxRegular";
}

.jobTitle p {
	  font-family: "DaxRegular";
	  font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "DaxMedium",Helvetica,Arial,sans-serif;
	font-weight:normal;
	color: #39444c
}

.content h2 {
		font-family: "DaxMedium";
}

h1 {
	font-size: 48px;
	line-height: 1.2;
	margin: 0.67em 0;
}

p,ul,li {
	font-size:14px;
	line-height:20px;
}

a {
	text-decoration: underline;
	color: #39444C;
}

ul {
	padding-left:1em;
}

ol {
	padding-left:1.4em;
}

ul ul {
	margin-top: 0;
}

h1 {
	font-size: 48px;
	line-height: 1.2;
	margin: 0.67em 0;
}

h2 {
	font-size: 18px;
	line-height: 1.2;
	margin: 0.83em 0;
}

h3 {
	font-size: 16px;
	line-height: 1.2;
	margin: 1em 0;
}

h4 {
	font-size: 14px;
	line-height: 1.2;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	line-height: 1.2;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.67em;
	line-height: 1.2;
	margin: 2.33em 0;
}

.nav-tabs a {
	text-decoration: none;
}

.iBox {
	background-color: #ebecec;
}

/* Custom Ebase Colors Ende */