 /* /htdocs/web/css */
/* Back 2 Top */


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(241, 135, 3, 0.8) url(/assets/theme/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #f18703;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


/* Highlights */




@media (min-width: 768px){
  .highlightet{
  width: 25%;
}

.highlightet-2{
   width: 50% !important;
}
.highlightet .product-category-item .product-category-item-image img {
    margin: 0;
    width: 90%;
    max-width: 170px;
}
}

@media (max-width: 768px){
  .highlightet{
  width: 50%;
}

.highlightet-2{
   width: 50% !important;
}
.highlightet .product-category-item .product-category-item-image img {
    margin: 0;
    width: 90%;
    max-width: 170px;
}
} 

/* Checkbox-Styling */

.sidebar-filter .checkbox {

}
    .sidebar-filter .checkbox input {
        display: none;
    }
    .sidebar-filter .checkbox label:before {
        content: '';
        width: 11px;
        height: 11px;
        border: 1px solid #333;
        display: block;

        position: absolute;
        left: 0;
        top: 4px;
    }
    .sidebar-filter .checkbox:hover label:before {
        border: 1px solid #666;
    }
    .sidebar-filter .checkbox.checked label:before {
        border: 1px solid #F18703;
        background: #F18703;
    } 



  .captcha-fix{
  	width: 35%;
    display: initial;
    margin-left: 3px;
  }  

/* Sprachnavi Mobile */
.language-nav-mob {
  margin-bottom: 22px;
}
.language-nav-mob li a {
color: #757575;
}
.language-nav-mob li.activ a {
  background-color: #F18704;
  color:#ffffff;
  padding: 4px 5px 4px;
}



.productkonfi-default{
  border: 1px #000 solid;
  padding: 5px;
  color: #000;
  margin-right: 10px;
}

.productkonfi-active{
      color: #fff;
    border: 1px #f18606 solid;
    background: #f18606;
     padding: 5px;
     margin-right: 10px;
}

.productkonfi-active-text{
  color : #f18606 !important;

}

#sidebar_filter h3 > .productkonfi-active  {
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    margin-top: 8px;
}

.similar-products{
  min-height: 125px;
}

.similar-products:nth-child(2) {
   display:none;
}

.datenschutz-radio{
    margin-bottom: 2rem;
    float: right;
    margin-top: 1rem;
}

.widget-captcha{
      float: right;
    width: 90%;
    text-align: right;
    margin-bottom: 2rem;
}

 

.datenschutz-radio input{
  display: inline;
  min-height: auto !important;
}

.replace-sliderbar{
    width: 400px;
}
@media (max-width: 1000px) {
    .replace-sliderbar{
        width: 200px;
    }
}

span.badge-circle.spin-me {
    top: 0;
    background: white;
}

 @media (max-width: 374px) {
     .aktuelles-list .aktuelles-list-item img{
         width: 275px;
     }
 }

 @media (min-width: 768px) {
     .aktuelles-list-item .col-sm-9{
        width: 780px;
     }
 }

 .frontpage-teaser h2 {
     font-family: "Interstate", "Interstate Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
     right:0;
 }
 
 img#icon-made-in-germany {
 	right: 10%!important;
 	width: 130px!important;
 }