/* CSS Document */
.header__logo img {
  width: 300px;
}
.d-none {
    display: visible!important;
}
.footer__logo img {
  width: 300px;
  fill: white;
  filter: invert(1);
}
.component__productbox-picture img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: fit-content;
  -o-object-fit: scale-down;
  object-fit: contain;
}
.component__productbox-price-old, .details__price-old {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--bs-red);
}
.navbar-expand-sm .navbar-nav {
  flex-direction: row;
  display: flex;
  flex-flow: row wrap;
  justify-content: center !important;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #252525;
}
.navbar-nav {
  --bs-nav-link-padding-y: 0.5rem;
}
[data-level=is-level-1].nav-item.active , [data-level=is-level-2].current, [data-level=is-level-1].nav-item:hover, [data-level=is-level-2]:hover {
	background-color: var(--bs-gray-500);
	border-radius: 20px;

}


[data-level=is-level-2].current, [data-level=is-level-2]:hover {
	padding: 5px;	 
	border-radius: 10px;
}

[data-level=is-level-1].nav-item.active > .nav-link {
	color: var(bs-green)!important;
}

.megamenu {
    box-shadow: 0 4px 10px rgba(0,0,0,.05);
    border-radius:0 0 10px 10px ;
}

.mega-dropdown:hover>.megamenu {
    display: grid;
}

[data-listing="productList"] {
  justify-content: center;
}
.teaser {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.teaser_bild p {
  flex: 1;
  margin: 0;
}
.teaser_bild {
  display: flex;
  width: 100%;
}
.teaser_bild img {
  width: 100%;
  height: auto;
  display: block;
}
.component__productbox-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  overflow: visible;
  -webkit-line-clamp: 3;
  height: auto;
}
.lead {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: right;
  color: var(--bs-green);
}
.start__promoslider {
  margin: 0 0 25px;
}
.categoryDescription {
  font-size: 20px;
}

a.btn.btn_category {
    display: grid; 
    justify-content: center;
	border: none;
/*	font-size:3vh; */
}
.alist__subcats {
    justify-content: center;
}
.alist__subcats .btn {
    white-space: wrap; 
}
.category_box.component__productbox.col-12.col-sm-6.col-md-2 {
    border: 1px solid var(--bs-green);
    border-radius: 5%;
    padding: 0px;
    width: 20%;
	object-fit: cover;	
}

.category_box img.alist__image.img-fluid {
    border-radius: 5% 5% 0 0;
	margin: 0 0 10px;

}
a#zoom1 {
    cursor: zoom-in;
}

#details__description {
  font-size: 18px;
}

.welcome p {
	font-size:20px;
}

div.welcome {
	border-bottom: dotted 2px var(--bs-green);
	margin-bottom: 20px;
}
/* Jump to top */

#jumpToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: var(--bs-green);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}
#jumpToTop.show {
  opacity: 1;
  visibility: visible;
}
#jumpToTop:hover {
  transform: translateY(-3px);
}
[data-listing="productList"] .btn-primary, [data-listing="bargainItems"] .btn-primary, .component__productbox .btn-primary {
  --bs-btn-bg: var(--bs-green);
  --bs-btn-border-color: var(--bs-green);
  --bs-btn-hover-bg: hsl(from var(--bs-green) h s calc(l - 5));
  --bs-btn-hover-border-color: hsl(from var(--bs-greeny) h s calc(l - 5));
  border-radius: 1rem;
  display: block;
  margin-top: 1rem;
}
.details__reviews-date {
  font-weight: 600;
}
.dropdown-item.de::before, .dropdown-item.en::before, .dropdown-item.es::before, .dropdown-item.fr::before, .dropdown-item.it::before, .dropdown-item.ru::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: -1px;
}
.dropdown-item.de::before {
  background-image: url("/out/o3-theme/lang/de.png");
}
.dropdown-item.en::before {
  background-image: url("/out/o3-theme/lang/en.png");
}
.dropdown-item.es::before {
  background-image: url("/out/o3-theme/lang/es.png");
}
.dropdown-item.fr::before {
  background-image: url("/out/o3-theme/lang/fr.png");
}
.dropdown-item.it::before {
  background-image: url("/out/o3-theme/lang/it.png");
}
.dropdown-item.ru::before {
  background-image: url("/out/o3-theme/lang/ru.png");
}
.nav-tabs .nav-item  {
	border: 1px solid var(--bs-black);
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	margin: 2px;

}

.nav-tabs .nav-link.active {
/*	border: 2px solid var(--bs-green);
	border-bottom: none;*/
	border-radius: 10px 10px 0 0; 
	border:none;
	color: var(--bs-green);
	
}
.videoWrapper {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.videoWrapper iframe, [itemprop="description"] iframe {
    max-width: 100%;
    width: 100%;
    height: fit-content;
    object-fit: fill;
    aspect-ratio: 4 / 3;
}

[itemprop="description"] iframe {
    max-width: 100%;
    width: 50%;
}
@media (min-width: 768px) {
  .alist__orga.empty {
    margin-top: auto;
  }
  .start__promoslider .splide__list {
    object-fit: cover;
    backface-visibility: hidden;
    display: flex;
    height: max-content;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 auto;
    width: 62%;
  }
  [data-listing="bargainItems"] .component__productbox-picture, [data-listing="newItems"] .component__productbox-picture {
    height: 280px;
  }
  [data-listing="productList"] .component__productbox-picture {
    height: 420px;
  }
  .component__productbox {
    padding: 50px 50px 30px;
  }
}
@media (max-width: 430px) {
  .teaser_bild img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .header__actions {
    flex: 1 1 calc(50% - 10px);
    display: flex;
    justify-content: center;
  }
  .container, .container-xxl {
/*    --bs-gutter-x: 0.875rem; */
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(0.875rem * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(0.875rem * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
  }
  *, ::after, ::before {
    box-sizing: border-box !important;
  }
  .basket__summary {
    background-color: #f2f6ff;
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-self: start;
  }
  .basket__summary {
    grid-area: summary;
    margin-left: calc(var(--bs-gutter-x) * 1);
    margin-right: calc(var(--bs-gutter-x) * 1);
  }
  #details__description {
    font-size: 16px;
    padding: 5px;
  }
  .header__logo img {
    width: 100%;
  }
  .footer__box {
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 30px;
  }
  .start__promoslider {
    margin: 0 0 25px;
    display: contents;
  }
	
.splide__list {
    margin-bottom: 10px!important;

}	
	
	.details__reviews-empty svg {
		width: 100px;
	}	
[itemprop="description"] iframe {
    max-width: 100%;
    width: 100%;
}
}



@media (max-width: 576px) {
		.category_box.component__productbox.col-12.col-sm-6.col-md-2 {
		padding: 5px;
		margin:0 0 10px;	
		width: 100%;
	}
	.alist__subcats {
		display: block;
		justify-content: center;
	}	
	
	.alist__subcats .alist__image {
		width:auto;
	}	
	img.alist__image.img-fluid {
		margin: 0 0 10px;;
		
	}	
}
@media (min-width: 576px) {
  .teaser_bild img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .header__actions {
    flex: 1 1 calc(0% - 10px);
    display: flex;
    justify-content: flex-end;
  }
  .container, .container-xxl {
    --bs-gutter-x: 0.875rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(0.875rem * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(0.875rem * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
  }
  .basket__summary {
    background-color: #f2f6ff;
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-self: start;
  }
  .basket__summary {
    grid-area: summary;
    margin-left: calc(var(--bs-gutter-x) * 1);
    margin-right: calc(var(--bs-gutter-x) * 1);
  }
  #details__description {
    font-size: 16px;
    padding: 5px;
  }
  .header__logo img {
    max-width: 100%;
  }
  .footer__box {
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 30px;
  }
	
}
@media (min-width: 768px) {}
@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 auto;
    width: 37%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 16%;
  }
}
@media (min-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 auto;
    width: 39%;
  }
  .offset-xl-2 {
    margin-left: 7.666667%;
  }
}