body, #main-wrapper {
/*background-color: #E9E9E9;*/
}



header #mainNavigation {
background-color: #1565C0;
/*width:1250px !important;*/
margin-top:15px;
}

#header-top-bar a:not(.dropdown-item):not(.btn), header a:not(.dropdown-item):not(.btn) {
  color: #fff;
}

#header-top-bar{

}


aside .nav-panel > .nav > .active > .nav-link {
  border-bottom: 0.375rem solid #1565C0;
  cursor: pointer;
}



a:hover {
color: #E30613 !important;
}

.product-sku a:hover, .stock-information a:hover, .estimated-delivery-info:hover  {
color: #1565C0 !important;
}

.btn-primary:hover {
background-color: #1565C0 !important;
color:#fff;
border: solid 1px #1565C0;
}

.product-info-inner a:hover {
color: #1565C0 !important;
}

.tab-navigation .nav-link::after {
border-color: #1565C0 ;
}

.badge-primary {
background-color: #1565C0 !important;
color:#fff;
}

.text-truncate {
  
}

.noUi-horizontal .noUi-handle {
  top: -0.2em;
  border-radius: 50%;
  background: #1565C0;
  border: 0;
  width: 0.7em;
  height: 0.7em;
  box-shadow: 0px 0px 0px 5px rgba(141, 193, 200, 0.5);
}

.dropdown-toggle::after, :not(.navbar-toggler)[data-toggle="collapse"]::after {
 color: #1565C0;
}

.noUi-horizontal .noUi-connect {
  background: #1565C0;
}

.telefon {

padding-right: 270px !important;


}

.top-bar-menu {
  margin: 5px 0;
  list-style: none outside;
}

ul.top-bar-menu li, ul.top-bar-menu li a {
  color: #fff;
}
ul.top-bar-menu li {
  display: inline;
  margin: 0 20px 0 0;
line-height:2.5;
}

.fa-shopping-cart {
color:#CC0001 !important;
}


.productlist-filter-headline {
color: #fff !important;
}


.dropdown-menu a:link, .dropdown-menu a:visited {
  color: #1565C0 !important;
}
.dropdown-menu a:hover {
  color: #CC0001 !important;
}

.container {
/*background-color: #fff;*/
}

.filter {
background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

#telefon {
margin-top:8px;

}

/*
ul.top-bar-menu {
  list-style: none outside;
  margin-left:-925px !important;
}
ul.top-bar-menu li {

  display: inline;
  margin: 0 20px 0 0;
  color: #fff;
  line-height: 20px;
}
*/


#footer .container {
background-color: #1565C0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans"  ;
    font-weight: 300 !important;
}

#header-top-bar {
background-color:#1565C0;
/*max-width:1250px;*/
margin:0 auto;
}
#header-top-bar a:link, #header-top-bar a:visited {
color:#fff;
}



.cart-icon-dropdown a:link, .cart-icon-dropdown  {
color:#CC0001
}

#jtl-nav-wrapper {
/* background-image:url("/media/image/storage/opc/eitner-bg-200h.jpg") ;*/
background-image:url("/media/image/storage/opc/Shop-Hintergrund.jpg") ;
background-repeat: no-repeat;
height:auto;
/* max-width:1250px;*/
/*background-position: left -50px;*/
background-size: cover;
margin:0 auto;
}

.navbar-brand img {
height:100px !important;
}

.btn-primary {
  color: #fff;
  background-color:#CC0001;
  border-color: #CC0001;
  box-shadow: none;
}

.btn-secondary {
  color: #f5f7fa;
  background-color: #CC0001;
  border-color: #CC0001;
  box-shadow: none;
}

header .navbar-nav > .nav-item > .nav-link::before {
border-color: #CC0001;
}

header .navbar-nav > .nav-item > .nav-link:hover {
color: #CCC !important;
}



#header-top-bar a, header a {
  color: #fff;
}

#footer {
  background-color: #1565C0;
  color: #fff;
}

.productlist-filter-headline {
text-transform: uppercase;
color:#fff;
border-bottom: 1px solid #fff !important;
}

#footer a:link, #footer a:visited {
  color: #fff;
}

.fertigung {
background: rgba(0, 0, 0, 0.4);
padding:15px;
margin-top:-86px;
color:#fff;
position: absolute;
z-index:10000;
width:100%;
max-width:571px;
padding-right:0;
}
.fertigung h3 {
color:#fff;
text-transform: uppercase;
}

.headline, .boxtitle {
  font-size: 24px;
  font-family: "Open Sans"  ;
  font-weight: 300 !important;
  background-color: #fff;
  padding-right: 10px;
  z-index: 5;
  position: relative;
  float: left;
  text-transform: uppercase;
}

.line {
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  float: left;
  height: 1px;
margin: -16px 0 25px 0;
  display: inline-block;
  z-index: 9;
}

.filter {
  z-index: 10;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width:100%;
  padding-top:50px;
  height:200px;
 background-image:url("/media/image/storage/opc/eitner-btg.jpg") ;
 box-shadow: inset 0 0 0 50vw rgba(0,0,0,0.4);
 background-repeat: no-repeat;
 background-size: cover;
}




/* KARUSSELL */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  background: white;
  /*
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);*/
  height: 180px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1220px;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  height: 100px;
  width: 250px;
}