@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}


#consent-settings-btn {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 1050;
  background: #ffffff;
  border-radius: 10rem;
  padding: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  outline: 0;
  transition: all 0.2s;
  cursor: pointer;
  transition: all 0.2s;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: auto;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background-color: #fff;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

.nivo-controlNav button {
  appearance: none;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.7);
}


.theme-default .nivoSlider img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.theme-default .nivoSlider a {
  border: 0;
  display: block;
}
.theme-default .nivoSlider {
  position: relative;
  background: #fff url(../../../NOVA/themes/base/images/slider/default/loading.gif) no-repeat 50% 50%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 5px 0 #4a4a4a;
  -moz-box-shadow: 0 1px 5px 0 #4a4a4a;
  box-shadow: 0 1px 5px 0 #4a4a4a;
}


.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

#header-top-bar {
  position: sticky;
  top: 0;
  background-color: #D5E081;
  padding: 8px 0;
}
#header-top-bar .container-fluid .top-bar-main {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#header-top-bar .container-fluid .top-bar-main .top-bar-usps {
  display: flex;
}

#header-top-bar .container-fluid .top-bar-main .top-bar-infos {
  display: flex;
}

#jtl-nav-wrapper #search {
  margin: 0 0 10px 0;
  display: none;
}

#main-wrapper #content-wrapper {
  padding-top: 1rem;
}
h1{
max-height: 240px;
}

h1{
max-height: 240px;
}

.theme-default{
min-height: 350px;
}
@media (max-width: 968px) {
.theme-default{
min-height: 170px;
}
.start_opener h1{
    min-height: 240px;
}
}
#jtl-nav-wrapper {
  top: 37px;
  box-shadow: none;
  border-bottom: 1px solid #e8e8e8;
}
.start_opener_title h1 {
  font-size: 40px;
}
strong {
  font-weight: bolder;
}
.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}
#main-wrapper .articlelist_banner .productlist-header-description-image {
  margin-bottom: 0;
  max-width: 150px;
}

#main-wrapper .articlelist_banner {
  text-align: center;
  margin-bottom: 2rem;
}

.square-image .inner picture {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.square-image .inner a {
  width: 100%;
  height: 100%;
  display: block;
}

.square-image .inner img {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 992px) {
  body #jtl-nav-wrapper {
    top: 0;
  }
  body #jtl-nav-wrapper div .navbar #shop-nav .cart-icon-dropdown .nav-link {
    position: relative;
  }
  body #jtl-nav-wrapper div .navbar #shop-nav .cart-icon-dropdown .nav-link .fa-sup {
    padding: 0 5px;
    top: 15px;
  }
 }

.square-image .inner picture {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.square-image .inner a {
  width: 100%;
  height: 100%;
  display: block;
}

.square-image .inner img {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 992px) {
  body #jtl-nav-wrapper {
    top: 0;
  }
  body #jtl-nav-wrapper div .navbar #shop-nav .cart-icon-dropdown .nav-link {
    position: relative;
  }
  body #jtl-nav-wrapper div .navbar #shop-nav .cart-icon-dropdown .nav-link .fa-sup {
    padding: 0 5px;
    top: 15px;
  }
    }
#content-wrapper.is-item-list #content .title h1 {
  color: #092E1E;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 35px;
}

.productbox-quick-actions {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  display: flex;
  z-index: 1;
}

.text-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#jtl-nav-wrapper .container-fluid .navbar {
  height: auto;
  align-items: flex-start !important;
}

#jtl-nav-wrapper .container-fluid .navbar #shop-nav .nav-item a img {
  transition: ease-in-out 0.2s;
  filter: brightness(0) saturate(100%);
  width: 100%;
  height: auto;
  max-width: 20px;
}

#sidepanel_left .box {
  margin: 10px 0;
}

#sidepanel_left .box .box-filter-hr {
  display: none;
}

#content-wrapper.is-item-list #content .row div #result-wrapper #product-list .product-wrapper .productbox .form .productbox-inner {
  padding: 20px;
}
#content-wrapper.is-item-list #content .row div #result-wrapper #product-list .product-wrapper .productbox .form .productbox-inner .row .col .productbox-title a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 25px;
}

@media (min-width: 996px) {
  #ws_eu-cookie-container div img {
    display: none;
  }
}
