body {
  --bs-body-bg: rgba(255, 255, 255, 1);
  --bs-body-color: rgba(0, 0,0, .9);
  font-size: 1.1rem;
  line-height: 1.7em;
}

.astroid-component-area {
  margin: 0px 0px 20px 0px;
}

#bs-2zhf89w67 {
  padding: 10px 0px 10px 0px;
}
#tb-60cd7e0c71de1c5436765 {
  background-color: #133E87;
  color: #fff;
}

#tb-60cd7e0c71de1c5436765 a {

  color: #fff;
}


.astroid-header-section, .astroid-sidebar-header {
  background-color: rgba(19, 62, 135);
}


.astroid-sidebar-menu .nav-item-inner > .as-menu-item:active, .astroid-sidebar-menu .nav-item-inner > .as-menu-item.active {
  color: rgba(255, 255, 255, 1);
}
.astroid-nav > li > .as-menu-item, .astroid-sidebar-menu > li > .nav-item-inner > .as-menu-item, .astroid-mobile-menu > .nav-item > .as-menu-item {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.7em;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 1);
}

.astroid-nav > li > .as-menu-item, .astroid-sidebar-menu > li > .nav-item-inner > .as-menu-item, .astroid-mobile-menu > .nav-item > .as-menu-item  {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.7em;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 1);
}

:root {
  --transition: cubic-bezier(0.1, 0.7, 0, 1);
}



.bestel a {
  background: rgba(228,125,63, 1);
  width: 100px;
  text-align: center;
  border-radius: 8px;
  padding: 10px 15px;
  color: #444;
}

.bestel a:hover {

   background: rgba(228,125,63, 1);
  color: #000;
}


.astroid-sidebar-menu li .nav-item-caret {
color: #fff;
}

.astroid-sidebar-menu .navbar-subnav {
  background-color: rgba(19,62,135, 1);
}

.astroid-sidebar-menu .nav-item-submenu .nav-item-inner a.as-menu-item {
  color: rgba(255,255,255, .8);
}

.astroid-sidebar-menu .nav-item-inner > .as-menu-item:hover {
  color: rgba(255,255,255, 1);

}

.astroid-sidebar-menu .nav-item-submenu .nav-item-inner:hover a.as-menu-item {
  color: rgba(255,255,255, 1);
}

.fotos1-position h3, .fotos2-position h3, .fotos3-position h3 {
  position:relative;
  float:left;
  width: 100%;
  color: #fff;
  background: #FE8637;
  margin:0px 0px 10px 0px;
  padding: 0px 10px;
}

#winkelwagen h3, .sidebar-right-position h3 {
    position:relative;
  float:left;
  width: 100%;
  color: #fff;
  background: #FE8637;
  margin:0px 0px 10px 0px;
  padding: 0px 10px;
  
}

.article-gallery {
  position:relative;
  float:left;
  width: 50%;
  padding: 0px 20px 0px 0px;
}

.j2store-product {
  position:relative;
  float:left;
  display: block;
  width: 100%;
  background: #f4f4f4;
  border: 2px solid #ccc;
  padding: 20px;
  margin: 50px 0px 0px 0px;
}


.j2store-product:after, .j2store-product:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.j2store-product:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #f4f4f4;
	border-width: 33px;
	margin-left: -33px;
}
.j2store-product:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #ccc;
	border-width: 36px;
	margin-left: -36px;
}

.sale-price, .tax-text {
    position:relative;
  float:left;
  margin: 0px 10px 0px 0px;
}
.option {
    position:relative;
  float:left;
  display:block;
  width: 100%;
}

.product-qty input[type="text"], .product-qty input[type="number"] {
  display: inline;
  height: 100%;
  padding: 3px 3px !important;
  margin: 10px 0px 0px -5px;
  width: 76px !important;
  text-align: center;

}




.com-content-category-blog__children  {
  display:none;
  
}


.as-readmore {
      position:relative;
  float:left;
  background: #f4f4f4;
  margin: 20px 0px 0px 0px;
  padding: 5px 0px 5px 15px;
  width: 100%;
}


.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
.btn-primary, .btn-backtohome, .btn-prosandcons {
  --bs-btn-color: white;
  --bs-btn-bg: #ED7F3D;
  --bs-btn-border-color: #ED7F3D;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #133E87;
  --bs-btn-hover-border-color: #133E87;
  --bs-btn-focus-shadow-rgb: 134, 76, 250;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #5a23c7;
  --bs-btn-active-border-color: #5521bb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #712cf9;
  --bs-btn-disabled-border-color: #712cf9;
  text-transform: uppercase;
--bs-btn-padding-x: 10px;
  --bs-btn-padding-y: 2px;
}
#winkelwagen {
  position:relative;
  float:left;
    height: 230px;
  width: 100%;
   background: url(/images/legewagen.webp) no-repeat bottom right;
  margin: 0px 0px 20px 0px;
}

 .winkelwagen-position  {
   position:relative;
  float:left;
  background: #fff;
  background: url(/images/wit.webp) top right, url(/images/vollewagen.webp) bottom right;
  background-repeat: no-repeat;
width: 100%;
    height: auto;
}



.default_cart_module_text {
  position:relative;
  float:left;
  margin: 0px;
  height: 140px;
  width: 100%;
  
}

.j2store-minicart-button {
  position:relative;
  float:left;
  padding: 5px 10px;
  background: #133E87;
  border-radius: 10px;
  color: #fff;
  opacity: .85;
  z-index:999;
}

.j2store-minicart-button a {
 
  color: #fff;
}

form input {
  
  margin: 0px 0px 0px 0px;
}

.j2store-cart-table .remove-icon {
  margin-bottom: 1px;
}

#button-login {
  margin: 5px 0px 0px 0px
}



.jfilters-filter-header{
  display:none;
  
}

.jfilters-filter-list__item.jfilters-filter-list__item--parent {
 position: relative;
  float:left;
 margin: 0px 20px 0px 0px
}

.result__taxonomy {
  display:none;
}



.astroid-mobilemenu-container .astroid-mobilemenu-inner .menu-item {
  border-bottom: 0px solid var(--bs-border-color);

}
.astroid-mobilemenu-container .astroid-mobilemenu-inner .menu-item .menu-indicator {

  border-left: 0px solid var(--bs-border-color);
  }
@media (max-width: 700px) {
.article-gallery {
  position:relative;
  float:left;
  width: 100%;
  padding: 0px 20px 0px 0px;
}
}

@media (min-width: 1400px) {
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 1rem;
  }
}

/**
 *
 * slippry v1.4.0 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2016, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); } }
@-o-keyframes left-right {
  0% {
    -o-transform: translateY(-20%) translateX(-10%);
       transform: translateY(-20%) translateX(-10%); }
  100% {
    -o-transform: translateY(0%) translateX(10%);
       transform: translateY(0%) translateX(10%); } }
@keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
         -o-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
         -o-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); } }
@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); } }
@-o-keyframes right-left {
  0% {
    -o-transform: translateY(0%) translateX(10%);
       transform: translateY(0%) translateX(10%); }
  100% {
    -o-transform: translateY(-20%) translateX(-10%);
       transform: translateY(-20%) translateX(-10%); } }
@keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
         -o-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
         -o-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); } }
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url("/images/sy-loader.gif") 50% 50% no-repeat;
  -webkit-background-size: 32px 32px;
          background-size: 32px;
  min-height: 40px; }
  .sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
    visibility: hidden; }

/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%; }
  .sy-slides-wrap:hover .sy-controls {
    display: block; }

/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; }

/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute; }
  .sy-list.horizontal {
    -webkit-transition: left ease;
         -o-transition: left ease;
            transition: left ease; }
  .sy-list.vertical {
    -webkit-transition: top ease;
         -o-transition: top ease;
            transition: top ease; }

/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2; }
  .sy-slide.kenburns {
    width: 140%;
    left: -20%; }
    .sy-slide.kenburns.useCSS {
      -webkit-transition-property: opacity;
           -o-transition-property: opacity;
              transition-property: opacity; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
        -webkit-animation-name: left-right;
             -o-animation-name: left-right;
                animation-name: left-right;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
        -webkit-animation-name: right-left;
             -o-animation-name: right-left;
                animation-name: right-left;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
  .sy-slide.sy-active {
    z-index: 3; }
  .sy-slide > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0; }
  .sy-slide > a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; }
    .sy-slide > a > img {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
      border: 0; }

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0; }
  .sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33; }
    .sy-controls li.sy-prev {
      left: 0;
      top: 0; }
      .sy-controls li.sy-prev a:after {
        background-position: -5% 0; }
    .sy-controls li.sy-next {
      right: 0;
      top: 0; }
      .sy-controls li.sy-next a:after {
        background-position: 105% 0; }
    .sy-controls li a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      text-indent: -9999px; }
      .sy-controls li a:link, .sy-controls li a:visited {
        opacity: 0.4; }
      .sy-controls li a:hover, .sy-controls li a:focus {
        opacity: 0.8;
        outline: none; }
      .sy-controls li a:after {
        content: "";
        background-image: url("/images/arrows.svg");
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
        text-align: center;
        text-indent: 0;
        line-height: 2.8em;
        color: #111;
        font-weight: 800;
        position: absolute;
        background-color: #FE8637;
        width: 2.8em;
        height: 2.8em;
        left: 50%;
        top: 50%;
        margin-top: -1.4em;
        margin-left: -1.4em;
        border-radius: 50%; }
  @media only screen and (max-device-width: 600px) {
    .sy-controls {
      display: block; }
      .sy-controls li {
        min-width: 2.1em; }
        .sy-controls li a:after {
          width: 1.4em;
          height: 1.4em;
          margin-top: -0.7em;
          margin-left: -0.7em; } }

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%; }
  .sy-caption-wrap .sy-caption {
    position: relative;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 1.2em; }
    .sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
      color: #FE8637;
      font-weight: 600;
      text-decoration: none; }
    .sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
      text-decoration: underline; }
  @media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .sy-caption-wrap {
      left: 0;
      bottom: 0.4em; }
      .sy-caption-wrap .sy-caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        border-radius: 0; } }

/* pager bubbles */
.sy-pager {
  clear: both;
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .sy-pager li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    border-radius: 50%; }
    .sy-pager li.sy-active a {
      background-color: #FE8637; }
    .sy-pager li a {
      width: 100%;
      height: 100%;
      display: block;
      background-color: #ccc;
      text-indent: -9999px;
      -webkit-background-size: 2em 2em;
              background-size: 2em;
      border-radius: 50%; }
      .sy-pager li a:link, .sy-pager li a:visited {
        opacity: 1.0; }
      .sy-pager li a:hover, .sy-pager li a:focus {
        opacity: 0.6; }

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%; }
  .sy-filler.ready {
    -webkit-transition: padding 600ms ease;
         -o-transition: padding 600ms ease;
            transition: padding 600ms ease; }