/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */

/* Font */
/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/montserrat-v25-latin/montserrat-v25-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/montserrat-v25-latin/montserrat-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/montserrat-v25-latin/montserrat-v25-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/montserrat-v25-latin/montserrat-v25-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/montserrat-v25-latin/montserrat-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../../fonts/montserrat-v25-latin/montserrat-v25-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/montserrat-v25-latin/montserrat-v25-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root{
  --black: #000000;
  --white: #FFFFFF;
  --grey: #cecece;
  --rosa:rgba(253,244,245,1);
  --fontfamily: "Montserrat", sans-serif;

}
html {
	scroll-padding-top: 90px;
}
body{
	font-family: var(--fontfamily);
  color:var(--black);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .productlist-filter-headline, .sidepanel-left .box-normal .box-normal-link, .h4, .h5, .h6{
	font-family: var(--fontfamily);
  color:var(--black);
}
.homepage h1, .homepage  .h1{
  font-weight: 600;
  font-size: 2.875rem;
font-size: clamp(2.875rem, 2.475rem + 2vw, 4.875rem);
}


.homepage  h2, .homepage .h2{
  font-size: 2.4rem;
font-size: clamp(2.4rem, 1.98rem + 2.1vw, 4.5rem);
font-weight: 600;
hyphens: auto;
}

.desc h2, .desc .h2 {
  font-size: 1.2rem;
  font-weight: bold;
}

.homepage  h3,.homepage .h3{
  font-size: 2rem;
font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
font-weight: 600;

}
.homepage h4,.homepage .h4 {
  font-size: 1.4rem;
  font-weight: bold;
}
.homepage h5, .homepage .h5 {
  font-size: 1.2rem;
  font-weight: bold;
}

.homepage h6,.homepage .h6{
  text-transform: none;
  font-weight: 600;
  font-size: 1rem;
font-size: clamp(1rem, 0.9rem + 0.5vw, 1.4rem);
}

a{
  color: var(--black);
}

a:hover{
  color:var(--grey);
}

#header-top-bar{
  background-color: var(--black);
  color: var(--white);
}

#header-top-bar a.nav-link{
  color:var(--white) !important;
  font-size: 12px;
  text-transform: none;
  font-weight: 500;
  padding:0.5rem;

}

header .navbar-nav > .nav-item > .nav-link{
  font-weight: 700;
  padding:1.5rem 0.5rem;
  color:var(--black) !important;
  font-size: 12px;
}

.nav-dividers .nav-item:not(:last-child)::after{
  border-right:0px solid currentColor;
}

li.cart-icon-dropdown.nav-item.dropdown, .account-icon-dropdown, #shop-nav-wish {
  background: var(--black);
  border-radius: 0rem;
}
.account-icon-dropdown{
  margin-right:0.2rem
}

.fa-sup{
  background-color: var(--rosa);
  color: var(--black);
}

.cart-icon-dropdown:not(.not-empty) .cart-icon-dropdown-icon,  #shop-nav-wish{
  margin-right: 0.2rem;
  color: var(--white) !important;
}
.cart-icon-dropdown-price , .account-icon-dropdow .fa-user{
  color: var(--white) !important;
}
.account-icon-dropdown a.nav-link.nav-link-custom, #shop-nav-wish a.nav-link{
  color: var(--white) !important;
}

li.cart-icon-dropdown.nav-item.dropdown.not-empty a.nav-link{
  color:var(--white);
}
.nav-offcanvas-title{
  text-transform: none;
  font-weight: 600;
  color: var(--black);
}

.badge-primary {
  color: var(--white);
  background-color: var(--black);
}
header .nav-right .nav-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px
}

.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn{
 border-top-right-radius: 0rem;
 border-bottom-right-radius: 0rem;
 padding-right: 1.2rem
}



.btn-secondary, .btn-primary{
  color: var(--white);
  background-color: var(--black);
  border-color: var(--black);
}

.btn-primary{
  border-radius: 0rem;
}

.btn-primary:hover {
  background-color: var(--grey);
  border-color: var(--grey);
  color: var(--black);
}

header .form-control.ac_input.tt-input{
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
header .form-control{
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
header .form-control, header .form-control:focus{
  color: var(--black);
  border-color: var(--black);
}

header .nav-right .dropdown-menu {
  margin-top: 0.8rem;
}

a.categories-recursive-link.d-lg-block.submenu-headline.submenu-headline-toplevel.\31 .nav-link.dropdown-toggle {
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  color: var(--black);
}

#header-top-bar a:not(.dropdown-item):not(.btn), header a:not(.dropdown-item):not(.btn){color:var(--black); font-size: 14px;}
#header-top-bar a:not(.dropdown-item):not(.btn):hover, header a:not(.dropdown-item):not(.btn):hover{color: var(--grey);}

.borderbutton .btn.btn-primary{
  border-radius: 0;
  color:var(--black);
  background-color: transparent;
  border:1px solid var(--black);
  padding:1rem 1.3rem;
  text-transform: none;
}

.borderbutton.white .btn.btn-primary:hover{
  color:var(--black);
  background-color: var(--white);
  border:1px solid var(--white);
}

.borderbutton.white .btn.btn-primary{
  border-radius: 0;
  color:var(--white);
  background-color: transparent;
  border:1px solid var(--white);
  padding:1rem 1.3rem;
  text-transform: none;
}

.borderbutton .btn.btn-primary:hover{
  color:var(--white);
  background-color: var(--black);
  border:1px solid var(--black);
}

.container-fluid.opc-Container.background-image {
  background-size: 1px;
  background-repeat: no-repeat;
  background-position: right center;
}

.product-wrapper a{
  text-decoration: none;
  font-weight: 800;
  color: var(--black)
}

.product-wrapper .btn{
  font-weight: 600;
  color: var(--white) !important;
  text-decoration: none;
  background: var(--black);
}

.product-wrapper .dropdown .btn:hover, .product-wrapper .dropdown .btn:focus{
  color: var(--black) !important;
}

.productbox-variations .show-tick.show .filter-option-inner-inner{
  color: var(--black);
}

.productbox-variations .show-tick.show .btn{
  color: var(--black) !important;
}


.price_wrapper .price {
  display: inline-block;
  font-weight: 600;
}



.base_price span.value {
	font-weight: 400;
}

#footer{
  background-color: var(--black);
  color: var(--white)
}

#footer #copyright{
  background-color: #151515;
  color:var(--white);
}

#footer a:not(.btn):hover {
  color:var(--rosa)
}

.slick-arrow:hover {
  background-color: var(--black);
  color: var(--white);
}

.rosaverlauf{
  background:var(--white);
background: linear-gradient(180deg, var(--white) 0%, var(--white) 45%, var(--rosa) 45%, var(--rosa) 100%);
}

.tx-grey{
  color: #525252;
}

.homepage .product-wrapper.product-wrapper-product.text-center-util {
  background: var(--white);
  margin-left: 15px;
}

@media (min-width: 1000px) {
  .homepage .product-wrapper.product-wrapper-product.text-center-util {
    margin-right: 15px;
  }
}

.homepage .product-wrapper.product-wrapper-product.text-center-util .productbox-image{
  margin-bottom:25px;
}

.p-0 .col.col-md-6.col-lg-4.col-xl-4.col-12, .p-0 .col.col-md-12.col-lg-4.col-xl-4.col-12 {
  padding: 0;
}

.smoothscroll-top{
  color: var(--black);
  border-radius: 0rem;
}

#footer .btn-icon-secondary {
  border-color: var(--white);
  color: var(--white);
  font-size: 9px;
}

#footer .btn-icon-secondary:hover {
  border-color: var(--rosa);
  color: var(--black);
  background-color: var(--rosa);
}

li.nav-item.nav-scrollbar-item.dropdown.dropdown-full {
  text-transform: none;
}
li.nav-item.nav-scrollbar-item {
  text-transform: none;
}

aside .nav-panel > .nav > .active > .nav-link {
  border-bottom: var(--black) solid 1px;
}
.has-left-sidebar.container-fluid.container-fluid-xl.is-item-list .h2{

  font-size: 2.4rem;
  font-size: clamp(2.0rem, 1.98rem + 2.1vw, 3.3rem);
}
.box-categories .dropdown .collapse, .box-linkgroup .dropdown .collapse{
  background-color: #f9f9f9;
}

a.nav-link.snippets-categories-nav-link-child {
  text-transform: none;
}
a.breadcrumb-link {
  text-transform: none;
}

.caption a {
  text-decoration: none;
  font-weight: 800;
  color: var(--black);
}

aside .box .snippets-categories-nav-link-child, aside .box .nav-link, aside .box .nav a{
  text-transform: none;
}

.ribbon.ribbon-8.productbox-ribbon {
  background-color: var(--rosa);
  color: var(--black);
  border-radius: 0rem;
  left: 1rem;
}

.productbox-ribbon.ribbon{left:1rem;
border-radius: 0rem;}

.ribbon::before {
 display: none;
}

.ribbon-7 {
  background-color: var(--black);
  color: var(--white);
}

.ribbon-1 {
  background-color: #d81566;
  color: var(--black);
}

.ribbon-2 {
  background-color: #9a005c;
  color: var(--white);
}
.ribbon-3 {
  background-color: var(--black);
  color: var(--white);
}
.ribbon-4 {
  background-color: var(--grey);
  color: var(--black);
}
.ribbon-5 {
  background-color: var(--grey);
  color: var(--black);
}
.ribbon-6 {
  background-color: var(--white);
  color: var(--black);
}
.ribbon-9 {
  background-color: #ff0099;
  color: var(--white);
}

.noUi-horizontal .noUi-connect {
  background: var(--black);
}
.noUi-horizontal .noUi-handle {
  background: var(--black);
  box-shadow: 0px 0px 0px 5px rgba(16, 16, 16, 0.5);
}

.input-group-text{
  background-color: var(--black);
  color:var(--white);
}

.page-item.active .page-link::after, .page-item.active .page-text::after{
  border-bottom: 1px solid var(--black);
}

.attr-contents td.h6 {
  font-size: 0.8rem;
  text-transform: inherit;
}

.alert-success{
  color: var(--black);
  background-color: var(--rosa);
  border-color: var(--rosa);
}

.pushed-success-image-wrapper img.image.img-fluid {
  width: auto;
  max-height: 260px;
}

.btn-outline-primary {
  border-color: var(--black);
  color: var(--black);
  border-radius: 0rem;
}

/*.btn-outline-primary:hover {*/
/*  background-color: var(--rosa);*/
/*  color: var(--black) !important;*/
/*}*/
.btn-outline-primary:hover {
  background-color: var(--black);
  color: var(--white) !important;
  border: 1px solid black;
}

.register-form .h3 {
  font-size: 1.4rem;
}

.account-data-item span.h3 {
  font-size: 1.4rem;
}

.h2.basket-heading {
  font-size: 2rem;
}

.h3.shipping-calculator-main-heading {
  font-size: 1.4rem;
}

#checkout .h2, .card.checkout-confirmation-billing-address h2, span.h3.checkout-confirmation-heading, form#neukunde .h3
{
  font-size: 1.4rem;
}

a.cart-items-name{
  font-weight: 800;
  text-decoration: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: var(--black);
  background-color: var(--black);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before{
  background-color: var(--black);
  border-color: var(--black);
}

.btn-primary:focus, .btn-primary.focus {
  color: var(--white);
  background-color: var(--black);
  border-color: var(--black);
  box-shadow: 0 0 0 0 rgba(95, 109, 69, 0.1);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .btn-primary:not(.navbar-toggler)[data-toggle="collapse"] {
  color: var(--white);
  background-color: var(--black);
  border-color: var(--black);
}

.stepper .step-active .step-content::after {
  height: 1px;
  background: var(--black);
}

img.img-fluid.logofooter {
  margin-bottom: 4rem;
  max-width: 140px;
}

.badge-circle-1.on-list {
  animation: size 0.4s;
  color: #fff;
  opacity: 1;
  border: 1px solid var(--black);
  background-color: var(--black);
}

li#shop-nav-compare {
  background: var(--black);
  border-radius: 0rem;
  margin-right: 0.2rem;
}

li#shop-nav-compare a:not(.dropdown-item):not(.btn):hover, header a:not(.dropdown-item):not(.btn):hover {
  color: var(--white);
}

li#shop-nav-compare a:not(.dropdown-item):not(.btn) {
  color: var(--white);
  font-size: 14px;
}

header .cart-dropdown a:not(.dropdown-item):not(.btn):hover{
	color: #525252;
}

li#shop-nav-compare .form-row a:not(.dropdown-item):not(.btn){
  color: var(--black)
}

.h2.newsletter-footer-heading {
  font-size: 2rem;
}

.row.newsletter-footer {
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--white);
}

.row.newsletter-footer button.btn.min-w-sm.btn-secondary {
  border-color: var(--white);
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem
}

.row.newsletter-footer input#newsletter_email {
  border-color: var(--white);
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem
}

.row.footer-social-media {
  padding-top: 3rem;
  border-top: 1px solid var(--white);
  text-align: center;
}

#footer .footer-social-media ul {
  display: inline-flex;
  text-align: center;
}

a.btn-icon-secondary.btn-facebook.btn.btn-sm, a.btn-icon-secondary.btn-instagram.btn.btn-sm {
  border-radius: 0rem;
  padding: 0.8rem 0.8rem;
}


header .categories-recursive-dropdown.dropdown-menu a:not(.dropdown-item):not(.btn):hover {
  color: var(--grey);
}

.paddingmobile-32{
  margin-bottom:32px !important;
}

@media (min-width: 768px){
.productbox.productbox-hover:hover .productbox-ribbon.ribbon {
    top: -0.5rem;
    left: -0.5rem; 
}
.paddingmobile-32{
  margin-bottom:0px !important;
}
}

@media (min-width: 992px){

header .nav-right .nav-link {
    padding-top: 0.8rem;
    padding-bottom: 0.6rem;
    font-size:16px;
}
header .submenu-headline-toplevel{
  font-size: 14px;
  border-bottom-color: var(--black);
  color:var(--black);
  text-transform: none;
  font-weight: 700;
}

header .navbar-nav > .nav-item > .nav-link::before {
  border-width: 0 0 2px;
  border-color: var(--black);
}
img.img-fluid.logofooter {
  max-width: 186px;}


}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  color: #000000;
    background-color: transparent;
    border-color: #000000;

}
.tab-navigation .nav-link::after {
  border-width: 0 0 2px;
  border-color: #000000;
}


.fulllink {
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.fulllink a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none; 
  z-index: 10; 
  background-color: #FFF;
  opacity: 0; 
  filter: alpha(opacity=1); 
}

a.chat-button.chat-button--whatsapp.animated.fadeIn {
  right: 2em;
}

.paypal-mark img {
    height: 35px !important;
}

#footer a:not(.btn), #footer .productlist-filter-headline, #footer .newsletter-footer-heading, #footer .btn-outline-primary {
    color: #FFFFFF !important;
}

.p-0 .m-0 .col.col-md-4.col-lg-4.col-xl-4.col-4 {
  padding: 0;
}

@media screen and (min-width: 1024px){
  #shop-nav{
    margin-bottom: 0.8rem;
  }
  .container {
    max-width: 1002px;
}
}

@media screen and (min-width: 1200px){
  .container {
    max-width: 103.125rem;
}
.container-fluid.opc-Container.background-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
}

@media screen and (min-width: 1400px){
  .container {
    max-width: 103.125rem;
}
}

@media screen and (min-width: 1600px){
  .container {
    max-width: 103.125rem;
}
}


@media screen and (min-width: 2560px){
  .container {
    max-width: 1637px;
}
}


@media screen and (max-width: 767px){
.col.col-md-12.col-lg-5.col-xl-5.col-12:has(.kachel1){
    display: flex;
}

.kachel1, .kachel2{
    flex: 0 0 50%;
    max-width: 50%;   
     margin-bottom: 16px !important;
}

.col.col-md-6.col-lg-6.col-xl-6.col-12:has(.kachel3), .col.col-md-6.col-lg-6.col-xl-6.col-12:has(.kachel4){
  flex: 0 0 50% !important;
  max-width: 50% !important;   
}

.col.col-md-6.col-lg-6.col-xl-6.col-12:has(.kachel3) {
  padding-right: 0 !important;
}

.kachel1 {
    margin-right:16px;
    min-height: 200px !important;
}

.kachel1 h1.h2 {
    padding-left: 10px !important;
    font-size: 22px;
    padding-top: 231px !important;
}

.kachel2 {
    max-width: calc(50% - 16px);
    padding-top: 10px !important;
    padding-right: 16px;
}

.kachel2 h2.opc-hidden-md.opc-hidden-lg.h6 {
    font-size: 15px;
    margin-bottom: -6px;
}

.kachel2 p span {
    font-size: 11px !important;
}

.kachel4 h2.h3 {
  font-size: 15px !important;
}

.kachel4 {
  min-height: 234px !important;
  padding-top: 35px !important;
}

.kachel4 p span {
  font-size: 11px !important;
}
.kachel4 a.btn.btn-primary {
  font-size: 10px;
}

.kachel3text {
  padding-bottom: 154px !important;
}
.kachel3 {
  min-height: 233px !important;
}

.kachel3text p.h2 {
  font-size: 20px;
}

.kachel3text p.h4 {
  font-size: 15px;
}

.kachel3, .kachel4{
  margin-bottom:16px !important;
}

.kachel5 h2 {
  font-size: 22px;
}
.kachel5 p span {
  font-size: 11px !important;
}
.kachel5 a.btn.btn-primary {
  font-size: 10px;
}
.kachel5 p.h6{
  font-size:12px;
}

.kachel5 img.img-aspect-ratio.img-fluid.w-100 {
  padding-top: 40px;
}
.rosaverlauf h2.h3 {
  margin-top: -70px;
}
}



div#carouselExample {
  width: 100% !important;
  display: block;
}

.carousel-item {
  transition: transform 0.3s ease-in-out !important;
}

.carousel-item img.img-fluid {
  width: 100% !important;
  min-width: 160px;

}
#carouselExample .carousel-inner .active,
#carouselExample .carousel-inner .active + .carousel-item,
#carouselExample .carousel-inner .active + .carousel-item + .carousel-item,
#carouselExample .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: none !important;
}

#carouselExample .carousel-item.active,#carouselExample .carousel-item-next, #carouselExample .carousel-item-prev {
  display:  flex !important;
}

@media screen and (min-width: 390px) {
  .carousel-item img.img-fluid {
    width: 100% !important;
   min-width:  45vw;

  }
  }


@media screen and (min-width: 768px) {

  /* show 3 items */
  #carouselExample .carousel-inner .active,
  #carouselExample .carousel-inner .active + .carousel-item,
  #carouselExample .carousel-inner .active + .carousel-item + .carousel-item,
  #carouselExample .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
      display: none !important;
  }


  #carouselExample .carousel-inner .active,
  #carouselExample .carousel-inner .active + .carousel-item,
  #carouselExample .carousel-inner .active + .carousel-item + .carousel-item {
      display: none !important;
  }


#carouselExample .carousel-item.active,#carouselExample .carousel-item-next, #carouselExample .carousel-item-prev {
  display:  flex !important;
}



  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
      transition: none;
  }

  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
      position: absolute;
      top: 0;
      right: -33.3333%;
      z-index: -1;
      display: block;
      visibility: visible;
  }

  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item ,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item{
      position: relative;
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
      visibility: visible;
  }

  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
      position: relative;
      transform: translate3d(100%, 0, 0);
      visibility: visible;
      display: block;
      visibility: visible;
  }
  #carouselExample .carousel-item.active {
    display: flex !important;
}
.carousel-item img.img-fluid {
  width: 100% !important;
 min-width:  340px;

}

}




@media screen and (min-width: 1024px) {
.carousel-item img.img-fluid {
  width: 100% !important;
 min-width:  23vw;

}
}

@media screen and (min-width: 1600px) {
  .carousel-item img.img-fluid {
    width: 100% !important;
   min-width:  390px;

  }
  }


/* Marken Slider | Brand Slider*/
.brand-carousel .left-btn{
  position: absolute;
  top: 45%;
  border: none;
  background: none;
  left: 0;
}

.brand-carousel .right-btn{
  position: absolute;
  top: 45%;
  border: none;
  background: none;
  right: 0;
}

.brand-banner .row{
  justify-content: space-between;
}

.brand-banner a{
  margin: auto;
  font-weight: bold;
  font-size: xx-large;
  line-height: normal;
}

.brand-banner .col-2{
  justify-content: center;
  display: flex;
}


.brand-slider .slick-arrow:hover{
  opacity: 1;
}

.brand-slider .slick-prev{
  left: -1rem;
}

.brand-slider .slick-next{
  right: -1rem;
}

.brand-slider a{
  margin: auto;
  font-weight: bold;
  font-size: large;
  line-height: normal;
}

.brand-slider .slick-slide[data-slick-index="11"]{
  display: flex;
}

.brand-slider .slick-slide[data-slick-index="11"] div{
  margin: auto;
}


@media (min-width: 1200px) {
  .brand-slider .slick-arrow{
    opacity: 1;
  }
}


/* Hide standard search autocomplete-list - using doofinder */
#autocomplete-list {
	display: none !important;
}

/* Sale box on product list */
.price_wrapper .discount--details {
	padding: 0.4em 0 0.4em 0;
	display: flex;
}



.price_wrapper .discount__old-price {
	float: left;
    position: relative;
    padding: 0em 0.5em 0em 0;
    font-weight: normal;!important;
    color: #707070;
}

.price_wrapper .discount__old-price.list {
	float: unset;
}

/* .price_wrapper .discount__old-price:before {*/
/*	position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    content: '';*/
/*    border-top-style: solid;*/
/*    top: calc(50% - 1px);*/
/*    border-top-width: 2px;*/
/*    border-top-color: rgb(255, 4, 109);*/
/*}*/

.price_wrapper .discount__label{

    font-weight: 700;
    display: inline-block;
    color: rgb(255, 4, 109);
}



@media (min-width: 767px) {
  .price_wrapper .discount__label{
    padding: 0em 0.5em;
  }

}
.item-slider-price .discount__label{
  padding: 0em;
}



@media (max-width: 767px) {
  .sale-countdown {
    font-size: calc(var(--fontSize)* 0.6) !important;
  }
}

@media (max-width: 380px) {
  .sale-countdown {
    font-size: calc(var(--fontSize)* 0.5) !important;
  }
}


/* Fusch für den Countdown */
.sale-countdown__col:first-child{
  display: none;
}

.sale-countdown__col{
  width: 50%;
}

@media (max-width: 991px){
  .sale-countdown{
    text-align: center;
  }
}



/**/
#add-to-cart .btn .btn-basket-check span{
  display: inline-block;
}


.productbox{
  margin-top: auto;
  margin-bottom: 1rem;
}

.product-wrapper{
  display: flex !important;
  flex-direction: column;
  height: unset !important;
  text-align: left;
}

.product-list .product-wrapper{
  margin-bottom: 4rem;
}


.product-wrapper .form-basket, .product-wrapper .productbox-inner, .product-wrapper .row{
  height: 100%;
}

.productbox-inner .col:last-child{
  display: flex;
  flex-direction: column;
}

@media (min-height: 1200px ) {
  .product-list .product-wrapper{
    height: 650px;
  }
}


#pushed-success .x-selling .row{
  margin: 0;
}

#pushed-success .x-selling .product-wrapper{
  margin: 0;
}

#pushed-success .x-selling .product-wrapper .form-row{
  margin: 0;
}

#pushed-success .x-selling .slick-slider-other .slick-slide >div:first-of-type{
  height: 100%;
}

.slick-list .form-control, .productbox-inner .form-control, .container .form-control{
  margin-bottom: 1rem;
}



@media (min-width: 991px) {
  .carousel:not(.slick-initialized).slick-type-product .product-wrapper{
    width: calc(100%/6);
    min-width: calc(100%/6);
  }
}


@media (min-width: 1300px) {
  .carousel:not(.slick-initialized).slick-type-product .product-wrapper{
    width: calc(100%/8);
    min-width: calc(100%/8);
  }
}







#pushed-success .slick-slide .product-wrapper{
  margin: 0;
  height: 100% !important;
}


.modal #pushed-success .slick-track .form-row{
  margin: 0;

}





.fa-star{
  color: var(--primary);
}

.product-wrapper select{
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='12' height='12'><path fill='none' stroke='%23525252' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m2 5 6 6 6-6'/></svg>")no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
}

.formular iframe{
  max-width: 100%;
}

@media (max-width:450px) {
  .formular iframe{
    height: 1000px !important;
  }

}

.basket-details-add-to-cart{
  margin-top: 0;
}

.product-wrapper [id^="result-wrapper_buy_form_"]{
  margin-top: 0;
  margin-bottom: 1rem;
  height: 100%;
}

form [id^="result-wrapper_buy_form_"], .slick-lazy [id^="result-wrapper_buy_form_"], .slick-track [id^="result-wrapper_buy_form_"] {
  height: unset !important;
  margin-top: auto !important;
}


.basket .basket-summary .basket-summary-total{
  margin-top: 0;
  padding-top: 0;
  border-style: none;
}

.price_base_details{
  color: #838fa2;
  font-size: 0.74rem;
}

.warenkorb-dropdown-btn{
  padding: 0.5rem;
}

.basket-items .quantity{
  padding: 0;
}

.basket-freegift .caption{
  min-height: 60px;
}

.basket .col .h2{
  border: none;
  font-size: 1.4rem;
  align-items: start;
  justify-content: left;
}

button .fa-trash-alt{
  margin-right: 12px !important;
}

@media (min-width: 1200px) {
  button .fa-trash-alt{
    margin-right: 14px !important;
  }

}

@media (max-width: 1350px){
  .basket-freegift .caption{
    min-height: 80px;
  }
}

@media (max-width: 475px) {
  .basket-freegift .caption{
    min-height: 120px;
  }
}

@media (max-width: 380px) {
  .basket-freegift .caption{
    min-height: 150px;
  }
}

@media (max-width: 750px) {
  .cart-items-quantity{
    padding-left: 0;
  }

}

.future-reward-points{
  text-align: left !important;
}

.col-rabatcode .cart-items-price{
  padding: 0;
  margin-right: 12px;
}

.col-rabatcode{
  text-align: right;
  justify-content: right;
}

.col-rabatcode div{
  margin-left: 0 !important;

}

.col .cart-items-price{
  text-align: right;
  line-height: normal;
}




/*Gewinnspiel*/
@media (max-width: 450px) {
  .txt-img-com{
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }

}


.nwl-txt{
  margin-top: 20px;
}

@media (min-width: 991px) {
  .nwl-txt{
    margin-top: auto;
  }
}


/*Erfahrungs seite*/
@media (max-width: 750px) {
  .bewertungen p, .bewertungen .h3, .bewertungen span{
    text-align: left !important;
  }

  .bewertungen .row .col div{
    min-height: unset !important;
  }

  .verantwortungen p, .verantwortungen .h3, .verantwortungen span{
    text-align: left !important;
  }

  .verantwortungen{
    margin-top: 0px !important;
  }
}


/* Produktseite */
.product-detail .product-offer .row .price{
  margin-bottom: 0;
}

.product-detail .product-offer .row .price-note, .price_wrapper .price-note{
  margin-top: auto;
  font-size: smaller;
  color: #707070;
  padding: 0.3em 0;
  font-weight: normal;
}

.item-slider-price .d-flex{
  flex-direction: column;
}
.item-slider-price .d-flex .price-note{
  margin-left: 0;
}

@media (max-width: 750px) {
  #add-to-cart .col-7{
    padding-left: 0;
  }
}



@media (max-width: 750px) {
  .productbox-inner .discountPriceColor{
    font-size: large;
  }
}

.productbox-price span{
  font-size: larger;
}


/* information block */
.status .fa-circle{
  width: 24px;
  margin-right: 1em;
}

.status {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #4caf50; /* grün */
  border-radius: 50%;
  margin-right: 0.5em;
}

.status-text {
  color: #4caf50;
  font-weight: bold;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}

.icon {
  text-align: center;
  margin: auto 1em auto 0;
  font-size: 1.2em;
  line-height: 1.2;
}

.icon img{
  width: 24px;
}

.label {

  margin-right: 0.3em;
}

.info-list .value {
  flex: 1;
  font-weight: bold;
}

.delivery-status .status-2, .signal_image .status-2 {
  color: #6DC600;
  font-weight: bold;
}

.manufacturer-detail img{
  max-width: 200px;
}

.manufacturerImgTop img{
  max-width: 200px;
}

.product-offer .stock-information{
  border-top: none !important;
}

@media (min-width: 750px) {
  .product-offer .stock-information{
    border-bottom: none !important;
  }
}


/* Wawi Product Beschreibung*/
.wawi-desc img{
  max-width: 100%;
}

.wawi-desc .bg-ImgText{
  padding: 1rem;
  background: #F5F7FA;
}

.wawi-desc .bg-ImgText h3{
  font-weight: bold;
}

.wawi-desc ul{
  list-style: none;
  padding: 0;
  text-align: center;
}

.wawi-desc li{
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: .5rem 0;
}

.wawi-desc li:first-of-type{
  border-top: none;
}

.wawi-desc li:last-of-type{
  border-bottom: none;
}


/* Product Beschreibung OPC*/
.product-desc-con{
  margin: 1em 0;
}

.product-desc-con h3, .product-desc-all h2{
  font-weight: bold !important;
}

.product-desc-img div{
  max-width: unset !important;
  margin: 1em 0;
}

.product-desc-con div div{
  max-width: unset !important;
}

.product-desc-con .product-desc-txt{
  padding: 1rem;
}

.product-desc-list ul{
  list-style: none;
  padding: 0;
  text-align: center;

}

.product-desc-list li{
  border-bottom: 1px solid #D9D9D9;
  padding: .5rem 0;
}

.product-desc-list li:first-of-type{
  border-top: none;
}

.product-desc-list li:last-of-type{
  border-bottom: none;
}

/*Slider*/
.slider-hp div .opc-Container:first-of-type{
  padding-left: 0;
  padding-right: 0;
}

.slick-slider .product-wrapper a{
  min-height: 40px;
}

.price-discount-block{
  min-height: 53px;
}

.brand-slider .slick-slide{
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-slider .slick-prev, .brand-slider .slick-next{
  color: black;
  background: transparent;
  opacity: 1;
  font-size: medium;
}

.brand-slider .slick-prev{
  padding-left: 0;
}

.brand-slider .slick-next{
  padding-right: 0;
}

.brand-slider .slick-prev::after, .brand-slider .slick-next::after{
  content: unset !important;
  font-weight: 0;
}


/*Nav*/
[data-category-id="996"] span{
  color: rgb(255, 4, 109);
}

[data-category-id="996"] .nav-link::before{
  border-color: rgb(255, 4, 109) !important;
}


/*startheader-slider*/

.startheader-slider:hover .slick-arrow{
  opacity: 1;
}

.startheader-slider .slick-prev{
  left: 1rem;
}

.startheader-slider .slick-next{
  right: 1rem;
}

.startContainer{
  padding: 0;
}

.startContainer .container{
  padding: 0;
}
.theme-default .nivoSlider{
	box-shadow: none;
}

#account #reward-points .panel-body {
	background-color: #f5f7fa;
    margin: 1rem;
    padding: 10px;
	font-weight: 400;
}

/* Hide caption in slider on startpage */
.no-caption .nivo-caption{
	display: none !important;
}


#add-to-cart .quantity{
  padding: 0 !important;
}


/* Startseite neu*/
.highlights img{
  max-width: 700px;

}

.highlight-img-r img{
  display: block;
  margin-left: auto;
}

.highlights h2{
  margin-bottom: 0;
}

.highlights p{
  margin-bottom: 2rem;
}

.newsletter-banner img{
  max-width: 700px;
}

.newsletter-banner .col{
  align-content: center;
}

@media (max-width: 768px) {
  .highlight_r .highlight-grid{
    flex-direction: column-reverse;
  }

  .homepage h2{
    word-break: normal;
    hyphens: none !important;
  }
}
