/**************************************** 
 Dremel PAP - Style CSS 
 Created: 2016-09-09
 Update How-To Site / Attachments / Accessoires
*****************************************/

.projectfilter {
    background: -moz-linear-gradient(bottom, #00447b 0%, #0079b4 80%);
    background: -webkit-linear-gradient(bottom, #00447b 0%, #0079b4 80%);
    background: linear-gradient(bottom, #00447b 0%, #0079b4 80%);
    border: 1px solid #003b6a;
    border-radius: 3px;
    min-height: 140px;
    padding: 10px;

}

/*START Accordion How To - Site*/
.panel-ap-wrapper {
    box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.1);

}
                                
.panel-ap-wrapper .panel-ap-heading {
  background: #f7f7f7; /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7f7f7 0%,#e7e7e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
  padding: 12px 12px 11px;
  border-bottom: 1px solid #d4d4d5;
  border-radius: 3px;
  cursor: pointer;
}


.panel-ap-wrapper .mobile {
  position: relative;
}
.panel-ap-wrapper .panel-ap-heading.mobile {
  background-: #e6e6e6;
 
}

.panel-ap-wrapper .panel-ap-heading a{
  color: #555555;
  font-size: 14px;
  font-family: Arial, sans serif;
  cursor: pointer;

}
.visible-xs .panel-ap-wrapper .panel-ap-heading {
  border-radius: none;

}
.panel-ap-wrapper .panel-ap-heading.big{
  background: #006db4;
  color: #FFF;
  border-radius: 0px;
}
.panel-ap-wrapper .panel-ap-heading.big a{
  color: #FFF;
}

.panel-ap-wrapper .panel-ap-content {
    display: none;
    background: #eeeeee;
}

.panel-ap-wrapper .panel-ap-content.show {
    display: block;
    border-bottom: 1px solid #d4d4d5;
    padding: 15px;
    min-height: 95px;
}
.panel-ap-wrapper .panel-ap-content.show li .btn{
      position: absolute;
      bottom: 0px;
}

.panel-ap-wrapper .panel-ap-content.show li:nth-child(2){
    position: relative;
    min-height: 95px;
}

.panel-ap-wrapper .panel-ap-content.supplies li{
    display: list-item;
    position: relative;
    min-height: auto;
    margin-left: 10px;
    padding-left: 3px;
}
.panel-ap-wrapper .panel-ap-content.supplies li:nth-child(2){
    position: relative;
    min-height: auto;
}

.panel-ap-wrapper ul,li{
  list-style: none;
  display: inline;
  padding: 0;
}

.panel-ap-content .supplies.show ul,li{
  list-style-type: square!important;  
  display: block;

}

.panel-ap-image{
  float: left;
  padding: 5px;
}

.panel-ap-wrapper .panel-ap-content.show h3 {
   font-size: 1.167em;
   margin: -9px 10px 2px 10px;
   padding: 0;
   color: #555555;
   text-transform:none;
}


.panel-ap-wrapper .panel-ap-content.show .h3 {
    font-size: 1.167em;
    margin: 2px 10px;
    padding: 0px 0px 10px 0px;
    color: #555555;
    text-transform:none;
}
.panel-ap-wrapper .panel-ap-heading.panel-step{
  background: #e6e6e6!important;
  color:#006db4;
  font-weight: 400;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #c3c3c3;
}
.panel-ap-wrapper .panel-ap-heading.panel-step a{
  color:#006db4;
}
.panel-ap-wrapper .panel-ap-heading.panel-step a:visited{
  color:#555;
}
.panel-ap-wrapper .panel-ap-content.panel-step{
  background: #e6e6e6!important;
  color:#555;
  font-weight: 400;
}
.panel-ap-wrapper .panel-ap-content.panel-step,img{
  padding: 0;
}
.panel-ap-wrapper .panel-ap-content.panel-step,p.padding{
  padding: 5px;
}

.panel-ap-wrapper .panel-ap-content.show li .mobile-btn .btn {
    position: absolute;
    bottom: 15px;
}


.shadow-line {
    border-top: 2px solid #e6e6e6;
    background-image: url(../img/shadow.png);
    background-position: 0 top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    position: relative;
}

 .active .icon i.arrow {
        background-position: -176px -115px;
    }
    .big.active .icon i.arrow {
        background-position: -178px -98px;
    }
    .big .icon i.arrow {
        background-position: -162px -97px;
    }
    @media (max-width:450px) {
        .projectfilter{
            border: none;
            border-radius: 0px;
        }
        .panel-ap-wrapper .panel-heading{
            border: none;
            border-radius: 0px;
        }
    }

/*Rating Stars*/
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  font-size: 2em;
  border: none;
  color: #c3c3c4;
}
.rating > span:hover,
.rating > span:hover ~ span {
  color: #c3c3c4;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
   left: 0; 
   color:#006db4;
}

/*END Rating Stars*/
h2.mobile {
  color:#006db4;
  font-weight: normal;
  padding: 10px 10px 0 10px;
}
p.mobile {
  padding: 0px 10px;
}


.social-media.mobile {
    border-top: none;
    padding: 0;

}
#dealerselect-mobile {
    padding: 5px;
    width: 100%;
}
/*Carousel Mobile*/
#stage #carouselMobile .carousel-inner, #stage #carouselMobile .carousel-inner > .item {
    height: 239px!important;
    max-height: 300px;
}
#stage #carouselMobile .carousel-inner > .item img {
    max-height: 500px!important;
    width: auto !important;
}
/*END Carousel Mobile*/
/*END Accordion How To - Site*/

/*FOOTER FACELIFT*/
#footer-contact h3, #footer-contact .h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 25px 0 10px;
    text-align: center;
    color: #cccccc;
}

#footer-contact{
  background: #555555;
  border-top: none;
  
}

.contact-box{
  background: #666666; /* Old browsers */
  background: -moz-linear-gradient(top, #666666 0%, #606060 50%, #555555 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #666666 0%,#606060 50%,#555555 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #666666 0%,#606060 50%,#555555 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
  border-radius: 0.5em;
  text-align: center;
  float: left;
  width: 32%;
  margin-right: 10px;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.3);

}
#footer-contact .iconmoon {
    color: #cccccc;
    font-size: 1.5em;
}
#footer-contact .iconmoon-text {
    color: #cccccc;
    font-size: 2em;
    font-family: Arial,sans-serif!important;
    padding: 10px;
}
#footer-contact .iconmoon-text-sm {
    color: #cccccc;
    font-size: 1.5em;
    font-family: Arial,sans-serif!important;
    padding: 10px 5px;
}

#footer-contact .phone-text {
  color:#cccccc;
  text-align: center;
  padding-top: 5px;
  
}


/*END FOOTER FACELIFT*/

/*START ACCESSORIES*/

.margin-top-1 {
  margin-top: 1px;
}

div.products_accessories{

}
div.products_accessories .overview-listing a{
  color: #555555;
}
div.products_accessories .overview-listing .icon i.arrow.right{
  float: left!important;
  height: 16px;
}

div.products_accessories .panel{
  background-color: #0079b4;
}

div.products_accessories .panel .panel-heading .head {
  padding: 5px;
  text-transform: uppercase;
  background-color: #005796;
}

div.products_accessories .subnavi {
  background-color: #0079b4;
  border-bottom: 1px solid #d4d4d5;
  cursor: pointer;
}
div.products_accessories .subnavi a:hover {
  color:#555555;
}

div.products_accessories .subnavi-header {
  background-color: #005796;
  border-radius: 5px 5px 0px 0px;
  padding: 20px 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #004175;
}

div.products_accessories .subnavi-header .h2 {
  font-size: 14px;
  margin: 0;
}

div.products_accessories .subnavi .h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 8px 16px;
}

div.products_accessories .content-box {
  background-color: #e9e9e9;
  border: 5px solid #ffffff;
  float: left;
  width: 32%;
  margin: 0 5px 5px 0;
  padding: 10px;
  color:#006db4;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  min-height: 200px;
  
}
div.products_accessories .panel-ap-wrapper .panel-ap-heading {
  background: #0079b4!important;
  padding: 8px 0px;
  border-bottom: 1px solid #00527f;
  border-top: 1px solid #5dcaff;
  cursor: pointer;
}

div.products_accessories .panel-ap-wrapper .panel-ap-content.show {
  color:#FFF;
  background-color: #0079b4;
  min-height: auto;
  padding: 10px 15px;
  border-bottom: 1px solid #00527f;
  border-top: 1px solid #5dcaff;

}

div.products_accessories .panel-ap-wrapper .panel-ap-heading a {
  padding: 8px 16px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}

div.products_accessories .panel-ap-wrapper .panel-ap-content a:hover{
  color: #FFF;
}
div.products_accessories .panel-ap-wrapper a:hover .panel-ap-heading{
  background: #f7f7f7!important; /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%)!important; /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%)!important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7f7f7 0%,#e7e7e7 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e7e7e7',GradientType=0 )!important; /* IE6-9 */
  color: #555555!important;
}
.box-shadow {
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.5);
}

.products-overview.products-overview .h4 {
 font-size: 1.5em;
 padding-bottom: 5px;
}

/*#connected-containers .color {
  position: absolute;
  top: 0;
  left: 58px;
  width: 81px;
}*/
.color-features {
  position: absolute;
  top: 0;
  left: 9%;
  border-radius: 0 0 5px 5px;
    float: none;
    height: 1em;
    margin: 0 auto;
}
.color-features.overview {
    border-radius: 0 0 5px 5px;
    float: none;
    height: 1em;
    left: 104px;
    margin: 0 auto;
    position: absolute;
    top: 0;
}

.color-position-features {
  position: relative;
  
}

.color-position .blue:before {
  background: #005796;
}
.color-position .teal:before {
  background: #008085;
}
.color-position .yellow:before {
  background: #fee300;
}
.color-position .red:before {
  background: #f12001;
}
.color-position .green:before {
  background: #148946;
}
.color-position .orange:before {
  background: #fea503;
}
.color-position .purple:before {
  background: #9e3f99;
}
.color-position .dimgray:before {
  background: #777777;
}
.color-position .miscellaneous:before {
  background: #877c72;
}
.color-position .black:before {
  background: #000;
}
.color-position .gray:before {
  background: #808080;
}
.color-position .steelblue:before {
  background: #4682b4;
}


/*COLOR Leaf-Category*/
.dcc-carousel::before {
    border-radius: 0 0 5px 5px;
    content: "";
    display: inline-block;
    height: 16px;
    left: 32%;
    position: absolute;
    width: 115px;
    z-index: 999;
     -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
}

.dcc.overview::before {
    border-radius: 0 2px 2px 0;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0px;
    margin-right: 3px;
    position: relative;
    width: 5px;
    z-index: 999;
}

.dcc.mobile::before {
    border-radius: 0 0 5px 5px;
    content: "";
    display: inline-block;
    height: 14px;
    left: 22%;
    position: absolute;
    width: 155px;
    z-index: 999;
    top: -5px;
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.dcc::before {
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 80px;
    left: -13px;
    position: absolute;
    width: 25px;
    z-index: 999;
}
.dcc-blue::before {
    background-color: #005796;
        
}
.dcc-teal::before {
    background-color: #008085;            
}
.dcc-yellow::before {
    background-color: #fee300;    
}
.dcc-red::before {
    background-color: #f12001; 
}
.dcc-green::before {
    background-color: #148946;
}
.dcc-orange::before {
    background-color: #fea503; 
}
.dcc-purple::before {
    background-color: #9e3f99; 
}
.dcc-dimgray::before {
    background-color: #777777; 
}
.dcc-miscellaneous::before {
	background-color: #877c72;
}
.dcc-black::before {
background-color: #000;
}
.dcc-gray::before {
	background-color: #808080;
}
.dcc-steelblue::before {
  background-color: #4682b4;
}


/*END COLOR Leaf-Category*/

.box {
  position: relative;
}

.content-box {
  position: relative;
}

.color-position .content-box:before {
  top: -5px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  border-radius: 0 0 5px 5px;
  content: "";
    height: 1em;
    width: 80px;
}

.color-mobile {
    border-radius: 0 0 5px 5px;
    float: none;
    height: 1em;
    margin: 0 auto;
    width: 50%;
    content: "";
    top: -5px;
}
.color-horizontal{
    border-radius: 0 0 5px 5px;
    float: none;
    height: 1em;
    margin: 33px auto;
    width: 177%;
    content: "";
    right: 0px;
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    position: absolute;

}
.color-accessories {
    border-radius: 0 0 5px 5px;
    float: none;
    height: 1em;
    margin: 0 23px;
    width: 25%;
}


div.products_accessories.leaf-category .box {
  border: none;
  padding-top:0px;
}
div.products_accessories .panel-ap-wrapper a .panel-ap-heading {
  color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 16px;
}
div.products_accessories .panel-ap-wrapper .panel-ap-heading.back-overview {
  background-color: #005796!important;
  border-top: 1px solid #0e6db1;
}

div.products_accessories .panel-ap-wrapper .panel-ap-heading {
  border-radius: 0px;
}
div.products_accessories .content-box p{
  font-size: 14px;
}
div.products_accessories .h3{
  text-transform: none;
  padding-bottom: 5px;
}

#stage #carouselMobile .carousel-indicators.facelift {
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 17.417em;
    width: auto;
    z-index: 999;
}

#stage #carouselMobile .carousel-indicators.facelift li {
    background-color: #fff;
    border: medium none;
    border-radius: 50px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    height: 0.8em;
    margin: 0 0.417em 0 0;
    opacity: inherit;
    width: 0.8em;
}
#stage #carouselMobile .carousel-indicators.facelift li.active {
    background-color: #00447b;
    border: medium none;
}

ul.features-list li {
  list-style-type: square!important;
    display: list-item!important;
}

.box.leaf-box {
    background-color: #fff;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
    color: #555555!important;
    min-height: 130px;
}
.accessorie-box {
    background-color: #ffffff;
    border: 13px solid #ededeb;
    border-bottom: 64px solid #ededeb;
    box-shadow: 0px 3px 8px 5px rgba(0, 0, 0, 0.1);
    color: #006db4;
    float: left;
    margin: 0 5px 5px 0;
    height: 343px;
    padding: 10px;
    text-align: center;
    width: 317px;
}

.accessorie-img {
  padding: 10px;
  margin: 20px auto;
}

.polaroid {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border: 13px solid #ededeb;
  border-bottom: 70px solid #ededeb;
  display: inline;
  width: 317px;
  height: 356px;
}

.imgbox {
  width: 291px;
  height:274px;
  padding: 2em;
  background-color: #fff;
  position: absolute;
}

.imgbox img{
  /*padding: 9px 54px;*/
   display: block;
   margin-left: auto;
   margin-right: auto;
   max-height: 226px;
   max-width: 243px;
}

.flex-box {
  display: flex;
}

.flex-box-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-width {
  width: 100%;
}

.back-mobile  {
  background: rgba(247,247,247,1);
  background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 51%, rgba(233,233,233,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(51%, rgba(240,240,240,1)), color-stop(100%, rgba(233,233,233,1)));
  background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 51%, rgba(233,233,233,1) 100%);
  background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 51%, rgba(233,233,233,1) 100%);
  background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 51%, rgba(233,233,233,1) 100%);
  background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 51%, rgba(233,233,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e9e9e9', GradientType=0 );
  padding: 0.714em 0.357em!important;

}
.back-mobile a {
  color: #026db5;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  
}
.back-mobile a.icon i {
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    vertical-align: top;
    width: 13px !important;
}
  .back-mobile.shadow-line:after {
    content: '';
    display: block;
    background-image: url(../img/shadow.png);
    background-position: 0 top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -21px;
    left: 0;
  }
.overview-mobile-box {
  background: rgba(247,247,247,1);
  background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 51%, rgba(233,233,233,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(51%, rgba(240,240,240,1)), color-stop(100%, rgba(233,233,233,1)));
  background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 51%, rgba(233,233,233,1) 100%);
  background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 51%, rgba(233,233,233,1) 100%);
  background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 51%, rgba(233,233,233,1) 100%);
  background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(240,240,240,1) 51%, rgba(233,233,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e9e9e9', GradientType=0 );
}

.leaf-category-mobile {
  background: #FFFFFF;
  color: #026db5;
  margin-bottom: 1px;
  padding: 10px 10px 10px 0px!important;
}

.leaf-category-mobile a{
 
  color: #026db5;

}

/*Category Layer Accessories*/
 [data-connection]{
 display:none;
 }
 [data-connection]:first-child{
 display:block;
 }

 /*Category Layer Accessories*/

.responsive-image {
  width: 100%
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .panel-ap-wrapper.mobile-height .panel-ap-content.show {
      min-height: 120px;
    }
   
   .panel-ap-wrapper .panel-ap-heading {
      border-top: 1px solid #FFF!important;
      border-radius: 0px;
  }
  
  .panel-ap-heading.shadow-line:after {
    content: '';
    display: block;
    background-image: url(../img/shadow.png);
    background-position: 0 top;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 14px;
      left: 0;
  }
    .panel-ap-heading.shadow-line-blue:after {
    content: '';
    display: block;
    background-image: url(../img/shadow.png);
    background-position: 0 top;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 14px;
      left: 0;
  }
  .panel-heading, .cms-navi-heading.facelift {
    padding: 18px 12px 20px;
  }

  .dcc-carousel::before {
    border-radius: 0 0 5px 5px;
    content: "";
    display: inline-block;
    height: 16px;
    left: 32%;
    position: absolute;
    width: 115px;
    z-index: 999;
     -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
    }

    .dcc.mobile::before {
        border-radius: 0 0 5px 5px;
        content: "";
        display: inline-block;
        height: 14px;
        left: 24%;
        position: absolute;
        width: 155px;
        z-index: 999;
        top: -5px;
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
  
}
@media screen and (min-width : 375px) and (max-width: 424px) {
  .panel-ap-wrapper.mobile-height .panel-ap-content.show {
    min-height: 120px;
  }
  .panel-ap-wrapper .panel-ap-heading {
   
    border-top: 1px solid #FFF!important;
    border-radius: 0px;
  }
  .panel-ap-heading.shadow-line:after {
    content: '';
    display: block;
    background-image: url(../img/shadow.png);
    background-position: 0 top;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 17px;
      left: 0;
  }
    .panel-ap-heading.shadow-line-blue:after {
    content: '';
    display: block;
    background-image: url(../img/shadow.png);
    background-position: 0 top;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 16px;
      left: 0;
  }
  .panel-heading, .cms-navi-heading.facelift {
    padding: 18px 12px 20px;
  }
  .dcc-carousel::before {
      border-radius: 0 0 5px 5px;
      content: "";
      display: inline-block;
      height: 16px;
      left: 34%;
      position: absolute;
      width: 115px;
      z-index: 999;
       -ms-transform: rotate(360deg); /* IE 9 */
      -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
      transform: rotate(360deg);
      }
    .dcc.mobile::before {
      border-radius: 0 0 5px 5px;
      content: "";
      display: inline-block;
      height: 14px;
      left: 29%;
      position: absolute;
      width: 155px;
      z-index: 999;
      top: -5px;
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
  }
  
}

@media screen and (min-width : 425px) and (max-width: 767px) {
  .panel-ap-wrapper.mobile-height .panel-ap-content.show {
    min-height: 130px;
  }
  .panel-ap-wrapper .panel-ap-heading {
    
    border-top: 1px solid #FFF!important;
    border-radius: 0px;
  }
  
  .panel-ap-heading.shadow-line:after {
    content: '';
    display: block;
    background-image: url(../img/shadow.png);
    background-position: 0 top;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 18px;
      left: 0;
  }
  .back-mobile.shadow-line:after {
    content: '';
    display: block;
    background-image: url(../img/shadow.png);
    background-position: 0 top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -17px;
    left: 0;
  }
    .panel-ap-heading.shadow-line-blue:after {
    content: '';
    display: block;
    background-image: url(../img/shadow.png);
    background-position: 0 top;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 18px;
      left: 0;
  }
  .panel-heading, .cms-navi-heading.facelift {
    padding: 18px 12px 20px;
  }
  .dcc-carousel::before {
        border-radius: 0 0 5px 5px;
        content: "";
        display: inline-block;
        height: 16px;
        left: 36%;
        position: absolute;
        width: 115px;
        z-index: 999;
         -ms-transform: rotate(360deg); /* IE 9 */
        -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
        transform: rotate(360deg);
    }
    .dcc.mobile::before {
        border-radius: 0 0 5px 5px;
        content: "";
        display: inline-block;
        height: 14px;
        left: 31%;
        position: absolute;
        width: 155px;
        z-index: 999;
        top: -5px;
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@media screen and (min-width : 768px) and (max-width: 991px){
  .panel-ap-wrapper.mobile-height .panel-ap-content.show {
    
    min-height: 230px;
  }
  .panel-ap-wrapper .panel-ap-heading {

    border-top: 1px solid #FFF!important;
    border-radius: 0px;
  }
  
  .panel-ap-heading.shadow-line:after {
    content: '';
    display: block;
    background-image: url(../img/shadow.png);
    background-position: 0 top;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 32px;
      left: 0;
  }
   .back-mobile.shadow-line:after {
    content: '';
    display: block;
    background-image: url(../img/shadow.png);
    background-position: 0 top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
  }
    .panel-ap-heading.shadow-line-blue:after {
    content: '';
    display: block;
    background-image: url(../img/shadow.png);
    background-position: 0 top;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 32px;
      left: 0;
  }
  .panel-heading, .cms-navi-heading.facelift {
    padding: 18px 12px 20px;
  }
  .dcc-carousel::before {
          border-radius: 0 0 5px 5px;
          content: "";
          display: inline-block;
          height: 16px;
          left: 42%;
          position: absolute;
          width: 115px;
          z-index: 999;
           -ms-transform: rotate(360deg); /* IE 9 */
          -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
          transform: rotate(360deg);
    }

.dcc.mobile::before {
        border-radius: 0 0 5px 5px;
        content: "";
        display: inline-block;
        height: 14px;
        left: 40%;
        position: absolute;
        width: 155px;
        z-index: 999;
        top: -5px;
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
  
}


@media (max-width: 991px){
  .products-overview.products_accessories .box {
      padding: .357em 0em;
      box-shadow: none;
      color: #555555;
      background-color: #e9e9e9;
      border: 5px solid #FFFFFF;
      margin-bottom: 0;
  }
}

.width-100 {
  width: 100%;
}
/*Erweiterungen 20161026 REMELAPWEB-298*/

#footer-contact.old-footer{
  background: #FFF;

}

#footer-contact.old-footer h3, #footer-contact.old-footer .h3 {
    font-size: 1.83em;
    font-weight: normal;
    line-height: 1.4em;
    color: #777777;
    text-align: left;
}

.leaf-pic-size {
  max-height: 11em!important;
  max-width: 13em!important;
  margin: 5px auto;
}
.leaf-pic-sm {
  margin: 5px auto;

}

div.products_accessories .content-box.bg_white{
	background: #FFF!important;
}
.miscellaneous {
  background-color: #877c72;
}
/*END Erweiterungen 20161026 REMELAPWEB-298*/


/*Erweiterungen 20161031 REMELAPWEB-333*/
div.products_attachements .box{
    background-color: #ffffff;
    border: 5px solid #e9e9e9;
}
/*END Erweiterungen 20161031 REMELAPWEB-333*/

/*Anpassung 20161114 REMELAPWEB-295*/
.btn-mobile {
  position: relative!important;
  margin-left: 8px;
}
/*END Anpassung 20161114 REMELAPWEB-295*/


/*START REMELAPWEB-346 Buy now - Dealer Locator - Markup & Template */

#faceliftShop .shopBtn {

}

#faceliftShop .shopBtn .container .h3, h3 {
  color: hsl(204, 100%, 35%);
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 10px;
  text-transform: uppercase;
}
#faceliftShop .shopBtn .container p{
  color: #636060;
}
#faceliftShop .shopBtn .container .dealerLogo{
  margin-bottom: 20px;
  margin-top: 15px;
}

#faceliftShop .shopBtn .container .dealerLogo a{
  float: left;
  margin: 0 15px 5px 0;
  height: 96px;
  width: 179px;
  text-align: center;
  box-shadow: 0 0 1px 1px #c2c2c2;
  border-radius: 1px;
}

#faceliftShop .shopBtn .container .dealerLogo a img{
  display: block;
  margin: 0 auto;
}


#faceliftShop .shopBtn .container .dealerLogo .copBox {
  float: left;
}
#faceliftShop .shopBtn .container .dealerLogo .copBox p{
  color: #636060;
  text-align: left;
  font-size: 14px;

}

#faceliftShop .bg-white-light{
   background-color: #FFF!important;
}

#faceliftShop .shopBtn .panel-ap-wrapper .panel-ap-content .copMobileBox{
  background: #FFF;
  min-height: 83px;
  margin: 0 6px 6px 0;
  padding: 20px;
  display: flex;

}
#faceliftShop .shopBtn .panel-ap-wrapper .panel-ap-content .copMobileBox a,img{
  display: inline-block;
  margin: auto;
  vertical-align: middle;
}


#faceliftShop .shopBtn .panel-ap-wrapper .panel-ap-content.dealerfilter{
  background: #555555!important;
}


#faceliftShop .shopBtn .panel-ap-wrapper .panel-ap-heading{
    background-color: #EFEFEF;
    background-image: url("../img/shadow_3.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    border-top: 2px solid hsl(0, 0%, 93%);
    padding: 18px 12px 20px;
    border-radius: 0px;

}
#faceliftShop .shopBtn .panel-ap-wrapper .panel-ap-heading a{
  font-size: 16px;

}
#faceliftShop .shopBtn .panel-ap-wrapper .active.panel-ap-heading{
    background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDQ3YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc5YjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+") repeat scroll 0 0;
    border-radius: 0;
    cursor: pointer;
    color: #FFF;
}

#faceliftShop .shopBtn .panel-ap-wrapper .active.panel-ap-heading a{
   color: #FFF;
}
#faceliftShop .shopBtn .panel-ap-wrapper .panel-ap-heading .arrow.right {
    background-position: -18px -35px;
}
#faceliftShop .shopBtn .panel-ap-wrapper .active.panel-ap-heading.active .icon i.arrow {
    background-position: -178px -97px;
}
.copIcon {
    font-size: 1.25em;
    padding-right: 15px;
    padding-left: 5px;
}
#faceliftShop .shopBtn span.h1{
  background: #E6E6E6;
}
#faceliftShop .shopBtn .backlink{
  min-height: 30px;

}
#faceliftShop .shopBtn .backlink {
  background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+") repeat scroll 0 0;
 
}

#faceliftShop .shopBtn .backlink a{
  background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+") repeat scroll 0 0;
  background-image: url("../img/shadow_2_100.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  min-height: 40px;;
}

#faceliftShop .shopBtn .mobile-visual{
  display: block;
}
#footer footer .container .link{
  padding: 25px 0 0 10px;
}
#footer footer .container .link a{
  color: hsl(0, 0%, 80%);
  font-size: 0.9em;
}

#footer footer .container .link ul li{
  display: inline; 
  padding: 5px 4px 0 0;
}
#footer footer .container .link ul li::after {
    padding-left: 4px;
}
#footer footer .container .link ul li:last-child::after {
    content: "";
    padding-left: 4px;
}
#faceliftShop .shopBtn .panel-ap-wrapper .panel-ap-content.search-result, .panel-ap-wrapper .panel-ap-content.search-result-header{
  padding: 10px 10px 10px 15px;
}
#faceliftShop .shopBtn .panel-ap-wrapper .panel-ap-content.search-result-header h3{
  text-transform: none;
  margin: 0 0 5px;
  color: #006db4;
  font-size: 2em;
}

#faceliftShop .shopBtn .panel-ap-wrapper .panel-ap-content.search-result-header p{
  margin: 0 0 2px;
}
#faceliftShop .shopBtn .panel-ap-wrapper .panel-ap-content.search-result{
  height: 100%;
}

#faceliftShop .shopBtn .panel-ap-wrapper .panel-ap-content.search-result h3{
  color: #006db4;
  font-size: 1.5em;
  margin: 0;

}

#faceliftShop .shopBtn .panel-ap-wrapper .panel-ap-content.show{
  border-bottom: 1px solid #d4d4d5;

}
#faceliftShop .shopBtn .panel-ap-wrapper.ap-wrapper-border {
	border-top: 2px solid #ffffff;
}

#faceliftShop .shopBtn .panel-ap-wrapper .panel-ap-content .ap-shadow-line {
	background-image: url(../img/shadow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 99;
    min-height: 20px;  
}
#faceliftShop .shopBtn .panel-ap-wrapper .panel-ap-content.show li:nth-child(2) {
    position: relative;
    min-height: auto;
}

/*END REMELAPWEB-346 Buy now - Dealer Locator - Markup & Template */


/*START REMELAPWEB-344 uy now - Produktdetailseite Toolkits - Markup & Template */

#faceliftShop .carousel-inner .container.select-toolkit.toolkit-buynow .panel-group{
  padding: 0;
  position: relative;
  top: 0;
  z-index: 99;
}

#faceliftShop .carousel-inner .container.select-toolkit.toolkit-buynow .panel-group .panel-heading {
  border-radius: 5px;
  height: 30px;
  padding: 5px 12px;
  margin: 0!important;
}
#faceliftShop .carousel-inner .container.select-toolkit.toolkit-buynow .panel-group .panel-heading:hover{
    background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMwMDQ4ODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAxNjQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==") repeat scroll 0 0;
}

#faceliftShop .carousel-inner .container.select-toolkit.toolkit-buynow a .panel-title  {
  text-transform: none!important;
  font-weight: 600;
  color: #FFFFFF;
}

#faceliftShop .carousel-inner .container.select-toolkit.toolkit-buynow .panel-group .panel {
  overflow:visible;
  z-index: 999;
}

#faceliftShop .btn.btn-red {
  background: #e94f35; /* Old browsers */
background: -moz-linear-gradient(top, #e94f35 0%, #e1402d 52%, #c91616 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e94f35 0%,#e1402d 52%,#c91616 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e94f35 0%,#e1402d 52%,#c91616 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94f35', endColorstr='#c91616',GradientType=0 ); /* IE6-9 */

}
#faceliftShop .shopBuynow .btn.btn-red:hover {
   background: #b51818; /* Old browsers */
background: -moz-linear-gradient(top, #b51818 0%, #ca1818 50%, #b51818 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b51818 0%,#ca1818 50%,#b51818 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b51818 0%,#ca1818 50%,#b51818 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b51818', endColorstr='#b51818',GradientType=0 ); /* IE6-9 */
}

#faceliftShop button .btn.btn-red{
   color: #FFFFFF;
}

#faceliftShop .select-toolkit.toolkit-buynow .panel:first-child .panel-heading h4, .select-toolkit .panel:first-child .panel-heading .h4 {
    margin-top: 3px;
}

#faceliftShop .panel-heading h4 i.arrow.right, .panel-heading.toolkit-header  .h4 i.arrow.right, .cms-navi-heading span i.arrow.right, a .arrow.right {
    background-position: -15px -37px;
    float: right;
}

#faceliftShop .select-toolkit.toolkit-buynow .carousel-caption .panel-group .collapseOne .panel-body a span.h4{
	text-shadow: 0px;
}
#faceliftShop .select-toolkit.toolkit-buynow .panel{
	box-shadow: none;
	background-color: transparent;
}

#faceliftShop .select-toolkit.toolkit-buynow .panel-heading.toolkit-header .h4 i.arrow.right {
    background-position: -18px -20px;
}


#faceliftShop .select-toolkit.toolkit-buynow .panel-heading.toolkit-header{
	background: #0079b4; /* Old browsers */
	background: -moz-linear-gradient(top, #0079b4 0%, #0070ac 52%, #005090 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0079b4 0%,#0070ac 52%,#005090 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0079b4 0%,#0070ac 52%,#005090 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079b4', endColorstr='#005090',GradientType=0 ); /* IE6-9 */
	border: 0px;
}


#faceliftShop .copIcon-style{
	font-size: 1.25em;
  padding-right: 8px;
  padding-left: 2px;
  color: #777777;
  background: none;
}

#faceliftShop .btn.btn-red .buynow {
  padding-right: 7px;

}

#faceliftShop #toolkitOv{
  overflow: visible;
}

#faceliftShop .select-toolkit ul h3, .select-toolkit ul .h3, .select-toolkit ul h4, .select-toolkit ul .h4 {
    color: hsl(0, 0%, 33%);
    font-size: 1.167em;
    margin: 0 10px;
    text-shadow: none;
}

#faceliftShop .carousel .btn.btn-red-mobile {
  background: #e94f35; /* Old browsers */
background: -webkit-linear-gradient(#e94f35 0%, #e1402d 52%, #c91616 100%);
background: -o-linear-gradient(#e94f35 0%, #e1402d 52%, #c91616 100%);
background: linear-gradient(#e94f35 0%, #e1402d 52%, #c91616 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94f35', endColorstr='#c91616',GradientType=0 ); /* IE6-9 */
    left: 9px;
    position: absolute;
    top: 12px;
    z-index: 999;
    cursor: pointer;
}


#faceliftShop .carousel .btn.btn-red-mobile:hover {
  background: #b51818; /* Old browsers */
background: -moz-linear-gradient(top, #b51818 0%, #ca1818 50%, #b51818 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b51818 0%,#ca1818 50%,#b51818 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b51818 0%,#ca1818 50%,#b51818 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b51818', endColorstr='#b51818',GradientType=0 ); /* IE6-9 */
}


#cop .box {
    border-bottom: 1px solid hsl(0, 0%, 90%);
}
#cop .box, #cop .panel-body {
    background-color: hsl(0, 0%, 100%);
    box-shadow: none;
    margin: 0;
    padding: 0;
}
#cop figure {
    margin: 15px 10px;
}
#cop .box h3, #cop .box .h3, #cop .box h4, #cop .box .h4 {
    color: hsl(0, 0%, 33%);
    float: right;
    font-size: 1.333em;
    line-height: 1.333em;
    margin: 10px 10px 0;
}

#faceliftShop .shopBuynow  .box a button {
  color: #FFFFFF;
}
#faceliftShop .shopBuynow .panel .panel-collapse .copMobileBox {
    background: hsl(0, 0%, 100%) none repeat scroll 0 0;
    display: flex;
    margin: 0;
    min-height: 83px;
    padding: 0;
}
#faceliftShop .shopBtn .shopBuynow .panel .panel-collapse .copMobileBox a, img {
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

#faceliftShop .shopBuynow .panel .panel-collapse a .copMobileBox span img, span button{
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    padding: 20px;
}
#faceliftShop .shopBuynow .panel .panel-collapse a .copMobileBox button{
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    top: 25%;

}

#faceliftShop .shopBuynow .panel .panel-body ul.panel-ap-content li {
    padding-top: 1px;
}
#faceliftShop .shopBuynow .panel .panel-body .dealer-search .h4, h4 {
    color: hsl(204, 100%, 35%);
    font-size: 1.8em;
    margin: 0 0 5px;
    text-transform: none;
    font-weight: 100;
}

#faceliftShop #cop .dealer-search .h4, h4 {
    color: hsl(204, 100%, 35%);
    font-size: 1.8em;
    margin: 0 0 5px;
    text-transform: none;
    font-weight: 100;
}

#faceliftShop .shareIcon {
    background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+") repeat scroll 0 0;
    border: 1px solid hsl(0, 0%, 80%);
    border-radius: 5px;
    box-shadow: 0 1px 0 hsl(0, 0%, 100%);
    height: 35px;
    width: 35px;
    margin: 0 0.375em 0.375em 1px;
    padding: 8px 7px;
    cursor: pointer;
    z-index: 99;
    // position: absolute;
    // right: 3px;
    float: left;
    margin-left: 5px;
}

#faceliftShop .shareIcon i.iconshare2 {
  color: #585858;
  cursor: pointer;
  font-size: 1.5em;
}

#faceliftShop .toolkitHeader {
  background-color: #e6e6e6;
  padding: 5px;
  cursor: pointer;
}

#faceliftShop .panel-group .active .panel-heading.toolkitHeader, .panel-heading.toolkitHeader:hover {
  background-color: #e6e6e6;
  padding: 7px;
  cursor: pointer;
}

#faceliftShop .mobileToolkit{
  background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+") repeat scroll 0 0;
    border: 1px solid hsl(0, 0%, 80%);
    border-radius: 5px;
    box-shadow: 0 1px 0 hsl(0, 0%, 100%);
    height: 34px;
    margin: 0 0.375em 0.375em 0;
    padding: 3px 0 0;
    color: #555555;
    font-size: 1.5em;
}
#faceliftShop .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    top: 41%;
}

#faceliftShop .shopBuynow #cop .box .flex-button {
  display: flex;
}
#faceliftShop .shopBuynow  #cop .box .flex-height {
    display: block;
    margin: auto;
    position: absolute;
    top: calc(50% - 20px);
    vertical-align: middle;
}

#faceliftShop .toolkitHeader .dropdown{
 padding: 0 2px 0 2px;
 width: calc(100% - 45px);
 float: left;
}

#faceliftShop .toolkitHeader .dropdown .btn {
  width: 100%;
  background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+") repeat scroll 0 0;
  border: 1px solid hsl(0, 0%, 80%);
  border-radius: 5px;
  box-shadow: 0 1px 0 hsl(0, 0%, 100%);
  height: 35px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 300;
  color: #555555;
  text-align: left;
  padding-left: 15px;
}
#faceliftShop .toolkitHeader ul.dropdown-menu{
  width: 100%;
  margin: 3px 0 0;
  padding: 0;
  border: 1px solid hsl(0, 0%, 80%);
  
}
#faceliftShop .toolkitHeader .dropdown-menu > li > a {
  padding: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: sans-serif;
  color: #555555;
}
#faceliftShop .toolkitHeader ul.dropdown-menu.toolkit a {
  border-bottom: 1px solid #e6e6e6;
  margin : 10px 11px;
}
#faceliftShop .toolkitHeader ul.dropdown-menu.toolkit li:last-child {
  border-bottom: 0px;
}

#faceliftShop .shopBuynow .panel-group .panel .panel-body ul li {
  list-style: square!important;
} 

#faceliftShop .toolkitHeader .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: hsl(0, 0%, 96%);
    border-radius: 3px;
    color: hsl(0, 0%, 15%);
    text-decoration: none;
}

#faceliftShop .toolkitHeader .dropdown .btn .iconarrow-right::before {
    content: "";
    font-size: 8px;
    margin: 6px auto;
    position: absolute;
    right: 13px;
}


#faceliftShop #cop-active:hover i.iconbasket {
  color: #fff;
}

#faceliftShop #cop-active.active i.iconbasket {
  color: #fff;
}

/*END REMELAPWEB-344 uy now - Produktdetailseite Toolkits - Markup & Template */

/*START REMELAPWEB-343 Buy now - Produktdetailseite - Markup & Template */

 @media (min-width: 1024px){
 #faceliftShop .product-detail #tool-kits .box .btn {
    margin-top: 10px;
    white-space: normal;
  }
}
#faceliftShop #accordion .panel .panel-collapse ul li {
  list-style: outside none square;
  display: list-item;
}
/*END  REMELAPWEB-343 Buy now - Produktdetailseite - Markup & Template */

/*START REMELAPWEB-342 - Produktübersicht um Toolkits erweitern - Markup & Template */

#faceliftProduct .products-overview.products-overview a.h4 {
    font-size: 2em;
    font-weight: normal;
}

#faceliftProduct .products-overview.products-overview .box p {
    font-size: 1.28em;
    font-weight: normal;
    color: hsl(0, 0%, 33%);
}
#faceliftProduct .container.select-toolkit.toolkit-buynow .box .panel-group {
    padding: 0;
    position: relative;
    top: 0;
   /*  z-index: 99; */
}
#faceliftProduct .container.select-toolkit.toolkit-buynow .panel-group .panel-heading {
    border-radius: 5px;
    height: 30px;
    margin: 0 !important;
    padding: 5px 12px 5px 6px;
}
#faceliftProduct .select-toolkit.toolkit-buynow .panel-heading.toolkit-header {
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsl(200, 100%, 35%) 0%, hsl(201, 100%, 34%) 52%, hsl(207, 100%, 28%) 100%) repeat scroll 0 0;
    border: 0 none;
}

#faceliftProduct .container.select-toolkit.toolkit-buynow a .panel-title {
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    text-transform: none !important;
    font-size: 14px;
}
#faceliftProduct .container.select-toolkit.toolkit-buynow .panel-group .panel {
    overflow: visible;
    z-index: 999;
}
#faceliftProduct .select-toolkit.toolkit-buynow .panel {
    background-color: hsla(0, 0%, 0%, 0);
    box-shadow: none;
}

#faceliftProduct .container.select-toolkit .panel-body ul h4, .select-toolkit .panel-body ul .h4 {
    color: hsl(0, 0%, 33%);
    font-size: 1.167em;
    margin: 0 10px;
    text-shadow: none;
    font-weight: bold;
}

#faceliftProduct .select-toolkit.toolkit-buynow .panel-heading.toolkit-header:hover{
    background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMwMDQ4ODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAxNjQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==") repeat scroll 0 0;
}

#faceliftProduct table tr:nth-child(2n+1) {
    background-color: transparent;
}
#faceliftProduct table tr:nth-child(2n) {
    background-color: transparent;
}
#faceliftProduct #products-breadcrumb li:hover, #products-breadcrumb li.active {
    background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDQ3YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc5YjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+") repeat scroll 0 0;
}
#faceliftProduct #products-breadcrumb li:last-child {
    border-right: medium none;
}
#faceliftProduct #products-breadcrumb ul li:first-child {
    border-top: 0px;
}
#faceliftProduct #products-breadcrumb ul li {
    border-bottom: 0px;
    border-top: 0px;
}
#faceliftProduct #products-breadcrumb ul li:last-child {
    border-bottom: medium none;
    border-radius: 0px;
}

#faceliftProduct .active .panel-heading h4 i.arrow.right, .active .panel-heading .h4 i.arrow.right, .panel-heading:hover h4 i.arrow.right, .panel-heading:hover .h4 i.arrow.right, .active .cms-navi-heading span i.arrow.right, .cms-navi-heading:hover span i.arrow.right, #accordion-select-toolkit .active .panel-heading .h4 i.arrow.right {
    background-position: -18px -20px;
}
/*END REMELAPWEB-342 - Produktübersicht um Toolkits erweitern - Markup & Template */


#faceliftShop .product-detail .related-products {
    border-top: 0;
    padding: 30px 0;
}

#faceliftShop .product-detail img.cop-logo {
    width: 135px;
}

#faceliftShop .shopBtn .h4.dealer-headline {
    font-weight: 100;
}
#cop-desktop .headline-cop {
  font-size: 1.8em;

}
.product-detail #cop-desktop  .panel-body {
    margin-left: 10px;
    padding: 15px;
}
#cop-desktop .box, #cop-desktop  .panel-body {
    background-color: hsl(0, 0%, 100%);
    border: medium none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.product-detail #cop-desktop .box {
    margin-bottom: 4px;
    margin-right: 5px;
    padding: 10px;
    width: 49%;
}
#cop-desktop  .box {
    border-bottom: 1px solid hsl(0, 0%, 90%);
}
#cop-desktop  .box, #cop-desktop  .panel-body {
    background-color: hsl(0, 0%, 100%);
    border: medium none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.product-detail #cop-desktop figure {
    bottom: 0;
    position: relative;
}
.product-detail #cop-desktop .box h3, .product-detail #cop-desktop .box .h3, .product-detail #cop-desktop h4, .product-detail #cop-desktop .h4 {
    font-size: 1.167em;
    margin: 0 10px;
}
#cop-desktop .box h3, #cop-desktop .box .h3, #tool-kits .box h4, #cop-desktop .box .h4 {
    color: hsl(0, 0%, 33%);
    float: right;
    font-size: 1.333em;
    line-height: 1.333em;
    margin: 10px 10px 0;
}
#faceliftShop .product-detail #cop-desktop .box .btn {
    margin-top: 10px;
    white-space: normal;
}
.product-detail #cop-desktop .box {
    margin-bottom: 4px;
    margin-right: 5px;
    padding: 10px;
    width: 49%;
}

#faceliftShop .copIcon-style {
    color: hsl(0, 0%, 47%);
    font-size: 1.25em;
    padding-left: 2px;
    padding-right: 8px;
    background: none;
}
/*START KWE 20161223  min. Boxenhöhe Startseite*/

.products_accessories .box {
  min-height:180px;
}
/*END KWE 20161223  min. Boxenhöhe Startseite*/


/*START KWE 20170111 REMELAPWEB-295*/
.back a {
    color: hsl(204, 100%, 35%);
    vertical-align: middle;
}

.product-detail .container.product-info .bg-grey-light .h3{
   text-transform: none;
}

.btn.btn-download {
    background: #636363; /* Old browsers */
    background: -moz-linear-gradient(top, #636363 0%, #4b4b4b 50%, #393939 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #636363 0%,#4b4b4b 50%,#393939 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #636363 0%,#4b4b4b 50%,#393939 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#393939',GradientType=0 ); /* IE6-9 */
    border: 1px solid #000;
    color: hsl(0, 0%, 100%)!important;
    height: 38px;
    font-size: 15px;
}
.btn.btn-download:hover, .btn.btn-download:active {
     background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiM1NTU1NTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTExMTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==") repeat scroll 0 0;
}

.download-icon {
  padding: 2px 5px;
}
/*END KWE 20170111 REMELAPWEB-295*/

/*START BOSKPTBESUPPORT-524 Bullet points + BOSKPTBESUPPORT-525  Headline uppercase*/

#accordion .panel .panel-collapse ul li {
    display: list-item;
    list-style: outside none square;
}
#accordion .panel .panel-collapse .h3{
	text-transform: uppercase;
}
/*END BOSKPTBESUPPORT-524 Bullet points + BOSKPTBESUPPORT-525  Headline uppercase*/

/* START KWE REMELAPWEB-342 Tool-Kit Panel */
#faceliftProduct .container.select-toolkit.toolkit-buynow .box .panel-group {
  z-index: none!important;
}
.select-toolkit .panel-group{
  z-index: none!important;
}

.z-index {
  overflow: visible!important;
  z-index: 10000!important;
}

.select-toolkit ul li .arrow.right {
    margin-right: 12px;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
}
.select-toolkit ul li:first-child .arrow.right {
    margin-right: 12px;
    position: absolute;
    top: 35%;
    transform: translate(50%, -50%);
}
/* END KWE REMELAPWEB-342 Tool-Kit Panel */

