/*==========================================================================
  Rot #d90d49  rgba(217, 13, 73, 1)
  Blau #0758fc rgba(7, 88, 252, 1)
  Grau #14283d rgba(20, 40, 61, 1)
  ========================================================================== */
  
.grau{
	color: #14283d;
}

a {
	color: #14283d;
}
a:hover {
	color: #d90d49;
}

/* menu */
.nav>li>a:hover {
	color: #d90d49;
}

.navbar .navbar-nav > .active > a {
	color: #d90d49;
}

/* symbole */

.fa-wrench,
.fa-cog,
.fa-clock-o{
	color: #14283d;
}


/* flexslider */
.flex-control-paging li a {
	background: #0758fc;
}

.flex-direction-nav a:hover{
	background-color:#0758fc;
}

.testimonial span.author a {
	color: #d90d49;
}

/* --- icon box hover --- */
.hi-icon-effect-5 .hi-icon {
	color: #0758fc;
	box-shadow: 0 0 0 4px #0758fc;
}
.no-touch .hi-icon-effect-5 .hi-icon:hover {
	background: #0758fc;
	box-shadow: 0 0 0 8px  #d90d49;
}


/* portfolio */
.portfolio-item .portfolio-desc {
	background: rgba(20, 40, 61, 0.7);
}

/* btn */
.btn-theme {
  background: #d90d49;
}
.btn-theme:hover,.btn-theme:focus,.btn-theme:active{
  background: #0758fc;
}
.btn-cta,.btn-cta.btn-lg {
  background: #0758fc;
  border-color: #d90d49;
}

.btn-cta:focus,.btn-cta:active{
   border-color: #0758fc;
}

/* contact */
.validation {
	color:#0758fc;
}

/* footer */
.social-circle li a {
	background: rgba(7, 88, 252, 0.7);
}

a.scrollup{
	background:#0758fc;
}