﻿/*** HEADER ***/
.logo_header {
  background: transparent url(../images/logo_2.png) no-repeat scroll left center;
}

header {
  background: url("../images/textur_carbon.png") repeat 0 #0167af;
  background-blend-mode: difference;
}

.top-header .jsSwitchEk [class*=fa-eye] {
  position: relative;
  top: 0.25em;
  padding-right: 0.25em;
  padding-left: 0.25em;
}

/*** HEADINGS ***/
h1 {
  text-transform: uppercase;
}

h1, h2, h3 {
  font-weight: 300;
}

/*** BUTTONS ***/
a {
  color: #000;
}

.btn {
  text-transform: uppercase;
}
.btn.btn-primary {
  background-color: #000;
  color: #fff;
}

/*** LOGIN ***/
[data-site*=login] {
  background-image: url("../images/login_bg.jpg");
}
[data-site*=login] .container.login .navbar-default {
  background-color: transparent;
}

/*** FOOTER ***/
footer .footer-menu a {
  padding-left: 0;
}
footer .footer-menu a .fa {
  display: none;
}

/*** 3D MONTAGEBUEHNE ***/
.dummy3dbuehne {
  cursor: url("../../../../images/3dCursor.cur"), w-resize;
}
.dummy3dbuehne .jsMountingStageRotate {
  background: transparent url("../images/rotate360.png") no-repeat scroll center center;
}
.dummy3dbuehne .ajaxloader {
  background: url("../images/ajax-loader2.gif") no-repeat scroll 0 0 transparent;
}
.dummy3dbuehne .left {
  cursor: url("../../../../images/3dCursor_left.cur"), w-resize;
}
.dummy3dbuehne .right {
  cursor: url("../../../../images/3dCursor_right.cur"), w-resize;
}

.bg_3d {
  background: url("../images/bg_3D_1.jpg") repeat-x scroll center 0 transparent;
}

/*** BANNERSLIDER ***/
.bannerslider_background {
  background: url("../images/ajax-loader2.gif") no-repeat scroll center center #f3f3f3;
}

/*** BACKGROUNDS ***/
.bg-tyres {
  background: url(../images/bg_tyres.jpg) no-repeat center top transparent;
  background-size: cover;
}

.recommended-price {
  color: #6e6f71 !important;
  font-weight: bold;
}

.du_link4 .fa {
  color: #f7db46;
}

.du_link5 .fa {
  color: #79b93a;
}

.du_link6 .fa {
  color: #f1b000;
}

.du_link7 .fa {
  color: #b0b1af;
}
