/* ===========================
--- Primary = Tuerkis = #00BFFF
============================ */
.bg-primary {
	background-color: #000;
}

a.bg-primary:hover {
	background-color: #edc35f !important;
}

.bg-primary.bg-opacity {
	background-color: rgba(237, 195, 95, 0.9);
}

.text-primary,
.text-primary .page-scroll a,
.text-primary .page-scroll a h2,
.bg-white a,
.tp-caption a.btn:hover,
#contact .addresses .vcard h4, /* contact addresses box */
#employees .age.numbers h4, /* responsibility age-box */
#employees .family.numbers h3,
.yes-we-care .slogan a h3,
#responsibility .container-fluid.content h2,
#news-detail h3, /* news detail page */
#new-detail h4,
.skip-locale a:hover,
.skip-locale a.active-locale {
	color: #edc35f !important;
}

/* reverse social media icons */
.inverse .company-social a {
	border-color: #edc35f!important;
	background: #edc35f !important;
}

/*box on page responsibility*/
#employees .age.numbers .row  {
	border: 3px solid #edc35f;
}


/*menu */
.navbar-custom ul.nav li.active a,
.navbar-custom ul.nav li a:hover
{
	color: #edc35f !important;
}

/* backend */
.radio input[value=bg-primary] + label {
	color: #edc35f !important;
}

/* background-blend-mode on gizeh portfolio pattern-picture*/
.portfolio_project.gizeh .bg-multiply {
	background-color: #edc35f;
	background-blend-mode: multiply;
}

/* ===========================
--- Secondary = Pink = #00BFFF
============================ */

.bg-secondary,
#news ul.post-list li.row:hover {
	background-color: #edc35f !important;
}
#header.bg-secondary.bg-opacity,
.bg-secondary.bg-opacity {
	background-color: rgba(237, 195, 95, 0.6) !important;
}

#projects ul li .overlay {
	background-color: rgba(237, 195, 95, 0.8) !important;
}

/* define link colors
- black and white background hover
- primary background link color */

.bg-black a:hover,
.bg-black a:hover h2,
.bg-black a:focus,
.bg-black a:focus h2,
.bg-black a:hover,
.bg-black a:hover h3,
.bg-black a:focus,
.bg-black a:focus h3,
.bg-white a:hover,
.bg-white a:hover h2,
.bg-white a:focus,
.bg-white a:focus h2,
.bg-white a:hover,
.bg-white a:hover h3,
.bg-white a:focus,
.bg-white a:focus h3,
.bg-primary a,
.bg-primary h4 a,
.more.mobile a,
.portfolio .slogan a:hover h2,
.portfolio .slogan a:hover h3
/*#responsibility .container-fluid.content a:hover h2*/
{
	color: #edc35f !important;
}

/* special text color */
.text-secondary,
section .container .row em strong,
/*#wanted ul.jobs-list li.row .content h3,*/
#imprint h3,
#imprint h4 {
	color: #edc35f !important;
}

/* border color */
hr.secondary,
#news ul.post-list li.row,
#news ul.news-list li.row,
#wanted ul.jobs-list li.row,
#services .container-fluid .row,
#character_blocks .container-fluid .row .block,
#jobs {
	border-color: #edc35f !important;
}

/* footer claim - changing content */
#claim h2 strong,
#claim h2 span,
#claim h2 b {
	color: #edc35f;
}

.home #claim h2 strong,
.home #claim h2 span,
.home #claim h2 b {
	color: #fff;
}

.jobs .bg-primary {
	background-color: #000 !important;
}

/* backend */
.radio input[value=bg-secondary] + label {
	color: #edc35f !important;
}
