﻿/*** HEADER ***/
.logo_header {
  background: transparent url(../images/logo_2.png) no-repeat scroll left center;
}

/*** HEADINGS ***/
h1 {
  text-transform: uppercase;
}

h1, h2, h3 {
  font-weight: 300;
}

/*** BUTTONS ***/
a {
  color: #181818;
}
a:focus, a:hover {
  color: #d66308;
}

.btn-primary {
  text-transform: uppercase;
  transition: 0.2s background-color ease;
  font-weight: 600;
  background-color: #181818;
  font-style: italic;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #d66308 !important;
  border-color: #d66308 !important;
}
.btn-primary span:not(.fa) {
  font-style: italic;
}

.btn-link {
  text-transform: uppercase;
  transition: 0.2s color ease;
  font-weight: 600;
  color: #181818 !important;
  font-style: italic;
}
.btn-link:hover {
  color: #d66308 !important;
  text-decoration: none;
}

[data-section*=carselection] .jsPKWSelectionManufacturer.no-logos .jsLtItem .jsLtData:hover {
  border-bottom-color: #0eaad1;
}

/*** MAIN MENU ***/
.navbar-default .navbar-nav > li > a {
  font-style: italic;
  font-weight: 600;
  transition: 0.2s color ease;
}
.navbar-default .navbar-nav > li > a:hover {
  box-shadow: none;
  color: #d66308 !important;
}

/*** LANGUAGE SELECTOR ***/
.language-selector li {
  text-align: left;
}

/*** LOGIN ***/
[data-site*=login] {
  background-image: url("../images/login_bg.jpg");
}

/*** CAR SELECTION ***/
[data-section=carselection] .tabs {
  display: flex;
  flex-wrap: nowrap;
}
[data-section=carselection] .tabs li a {
  white-space: normal;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
}
[data-section=carselection] .jsPKWSelectionManufacturer.no-logos .jsLtItem .jsLtData:hover {
  border-bottom-color: #d66308 !important;
}

/*** 3D MOUNTING STAGE ***/
.bg_3d {
  background: url("../images/bg_3D_1.jpg") repeat-x scroll center 0 transparent;
}

.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;
}

/*** 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;
}

/*** CIS ***/
@media (min-width: 830px) {
  #jsPopup_cis-message-splash, #jsCombinationDocumentsPopup {
    max-width: 830px;
  }
}
/*** PROMOTIONS ***/
.article-list.promo,
.article-thumbnails.promo,
.article-details.promo {
  position: relative;
}

.article-list.promo a.fa-search,
.article-thumbnails.promo h4 a,
.article-details.promo h4 a {
  color: #94c11f;
}

.article-list.promo > hr.line,
.article-thumbnails.promo + hr.line,
.article-details.promo + hr.line,
.article-detail-page .promo {
  border-color: #94c11f;
}

.article-list.promo .btn.jsAddToWarenkorb,
.article-list.promo .btn.jsAddClick,
.article-thumbnails.promo .btn.jsAddToWarenkorb,
.article-details.promo .btn.jsAddToWarenkorb,
.article-detail-page .promo .btn.jsAddToWarenkorb {
  background-color: #94c11f;
  border-color: #94c11f;
}

.article-list.promo .btn.jsAddToWarenkorb:hover,
.article-list.promo .btn.jsAddClick:hover,
.article-thumbnails.promo .btn.jsAddToWarenkorb:hover,
.article-details.promo .btn.jsAddToWarenkorb:hover,
.article-detail-page .promo .btn.jsAddToWarenkorb:hover {
  background-color: #85ad1c;
  border-color: #85ad1c;
}

.article-list.promo:not([data-idcodeva])::after,
.article-thumbnails.promo::after,
.article-details.promo::after {
  content: "";
  display: block;
  background-color: rgba(148, 193, 31, 0.3);
  top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.article-detail-page .promo,
.article-list.promo[data-idcodeva][data-idcodeha] {
  background-color: rgba(148, 193, 31, 0.3);
}

.article-details.promo::after {
  margin-left: 15px;
  margin-right: 15px;
}

.promo-note {
  background-color: #94c11f;
  color: #fff;
  padding: 5px 5px 6px 5px;
  position: relative;
  margin-top: -5px;
  margin-bottom: 5px;
  text-align: center;
}

.article-details .promo-note,
.article-detail-page .promo-note {
  padding: 12px 10px 10px 50px;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}

.promo-note span {
  position: relative;
  top: 0.1em;
}

.article-details .promo-note img,
.article-detail-page .promo-note img {
  position: absolute;
  left: 8px;
  top: 7px;
}

.article-detail-page .promo-note {
  margin-top: 0;
  margin-bottom: 10px;
}

/*** EXPRESS DELIVERY ***/
[data-site=shoppingcart] .express-delivery-box .padding-box-border {
  border: 1px solid rgb(245, 107, 13);
  background-color: #fef0e6;
}
[data-site=shoppingcart] .express-delivery-box .padding-box-border .jsSwitchOvernightExpress {
  text-decoration: none;
  display: flex;
  color: #333;
  gap: 1em;
  align-items: center;
  padding: 0 8px;
  border-radius: 8px;
  cursor: pointer !important;
}
[data-site=shoppingcart] .express-delivery-box .padding-box-border .jsSwitchOvernightExpress span {
  display: block;
}
[data-site=shoppingcart] .express-delivery-box .padding-box-border .jsSwitchOvernightExpress .fa-circle {
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 20px;
}
[data-site=shoppingcart] .express-delivery-box .padding-box-border .jsSwitchOvernightExpress .fa-circle:before {
  color: rgba(0, 0, 0, 0.2);
}
[data-site=shoppingcart] .express-delivery-box .padding-box-border .jsSwitchOvernightExpress .fa-circle:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -1px;
  width: 100%;
  bottom: -1px;
  border-radius: 50px;
  left: -1px;
  right: -1px;
  z-index: -1;
}
[data-site=shoppingcart] .express-delivery-box .padding-box-border .jsSwitchOvernightExpress .icon-express_delivery {
  font-size: 3em;
  position: relative;
  display: inline-block;
  width: 1.2em;
  color: rgba(0, 0, 0, 0.3);
}
[data-site=shoppingcart] .express-delivery-box .padding-box-border .jsSwitchOvernightExpress #deliveryMessage {
  line-height: 1.2;
}
[data-site=shoppingcart] .express-delivery-box .padding-box-border .jsSwitchOvernightExpress:hover .fa-circle:before {
  color: rgb(245, 107, 13);
}
[data-site=shoppingcart] .express-delivery-box .padding-box-border .jsSwitchOvernightExpress.active .fa-circle {
  padding-left: 20px;
  padding-right: 0;
}
[data-site=shoppingcart] .express-delivery-box .padding-box-border .jsSwitchOvernightExpress.active .fa-circle:before {
  color: rgb(245, 107, 13);
}
[data-site=shoppingcart] .express-delivery-box .padding-box-border .jsSwitchOvernightExpress.active .fa-circle:after {
  background-color: rgba(245, 107, 13, 0.3);
}
[data-site=shoppingcart] .express-delivery-box .padding-box-border .jsSwitchOvernightExpress.active .icon-express_delivery {
  color: rgb(245, 107, 13);
}
[data-site=shoppingcart] .express-delivery-box .padding-box-border .jsSwitchOvernightExpress.active:hover .fa-circle:after {
  background-color: rgba(0, 0, 0, 0.1);
}

/*** STOCKS ***/
[class*=du_link] {
  margin-bottom: 0;
}
[class*=du_link] + [class*=du_link] {
  margin-top: 10px;
}
[class*=du_link].express-delivery {
  border: 1px solid rgb(245, 107, 13);
  background-color: #fef0e6;
  padding-top: 5px;
  padding-bottom: 2px;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  border-radius: 5px;
}
[class*=du_link].express-delivery .fa {
  font-size: 1.9em;
  transform: translate(-0.3em, 0.05em);
}

.articles .article-list label {
  width: 100%;
}
.articles .article-list label [class*=du_link].express-delivery {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.articles .article-list label [class*=du_link].express-delivery .fa {
  transform: translateX(0);
}

/*** FOOTER ***/
.footer-menu a .fa {
  color: #fff;
}
