/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../../../../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../../../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/scss/base.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
.navbar-brand img {
  width: auto;
}

.main-navbar-collapsable .mainmenu li a {
  text-decoration: none !important;
}
.main-navbar-collapsable .mainmenu .collapse {
  -moz-column-count: 3;
  column-count: 3;
  background: #575757;
  -moz-column-rule: 1px solid #7a7a7a;
  column-rule: 1px solid #7a7a7a;
  z-index: 999;
}
.main-navbar-collapsable .mainmenu .collapse a {
  color: #fff !important;
}
.main-navbar-collapsable .mainmenu .collapse a:hover {
  color: #ccc !important;
}
.main-navbar-collapsable .mainmenu .collapse .level1 {
  border-bottom: solid 1px #7a7a7a;
  margin-bottom: 10px;
}

.mobile-navigation .ddown > a[href="/aktion/"] {
  color: red;
}

#page-header-parent > .row {
  border-bottom: solid 1px #dee2e6;
  min-width: 100%;
  background: #fff;
}

.pd-mob-bside {
  padding-left: 0;
}
.pd-mob-bside > .row > .col-lg-8 {
  padding-right: 0;
}

.pd-mob-right {
  padding-right: 0;
}

@media (min-width: 992px) {
  #page-header-parent .navbar {
    border-bottom: solid 1px #dee2e6;
  }
  #page-header-parent > .row {
    border-bottom: 0;
  }
  .pd-mob-right {
    padding-right: 15px;
  }
  .pd-mob-bside {
    padding-left: 15px;
  }
  .pd-mob-bside > .row > .col-lg-8 {
    padding-right: 15px;
  }
}
.navbar-brand img {
  max-height: 45px !important;
}

@media (min-width: 992px) {
  .navbar-brand img {
    max-height: 100px !important;
  }
}
.widget-image:not(.isSvg) {
  position: relative;
  padding-bottom: var(--slider-pd-mobile);
}
@media (min-width: 768px) {
  .widget-image:not(.isSvg) {
    padding-bottom: var(--slider-pd-desktop);
  }
}

.picture-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.picture-absolute img {
  width: 100%;
  height: auto;
}

.is-shopbuilder .widget-image-text-headline,
.is-shopbuilder .widget-image-text-subline {
  min-height: 20px;
}

.widget-image-text-container {
  overflow: hidden;
}
.widget-image-text-container .fullsize-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.widget-image-text-container img {
  width: 100%;
}

.widget-image-text-wrap {
  position: absolute;
  left: 5%;
  right: 0;
  z-index: 2;
  top: 10%;
  width: auto;
  background-color: var(--bg-color);
  transition: background-color 300ms ease 0s;
  padding: 15px 20px !important;
  text-align: var(--xs-text-align) !important;
}
.widget-image-text-wrap .widget-image-text-headline *,
.widget-image-text-wrap .widget-image-text-subline * {
  font-size: inherit !important;
  margin: 0 !important;
  color: inherit !important;
  line-height: 1;
}
.widget-image-text-wrap * {
  text-align: inherit !important;
}
.widget-image-text-wrap .widget-image-text-headline {
  margin-bottom: 15px;
  color: var(--xs-headline-color);
  font-size: var(--xs-headline-size);
  line-height: 1;
  font-weight: 600;
}
.widget-image-text-wrap .widget-image-text-subline {
  margin-bottom: 15px;
  color: var(--xs-subline-color);
  font-size: var(--xs-subline-size);
  line-height: 1;
}
.widget-image-text-wrap.xs-hide-br {
  white-space: nowrap;
}
.widget-image-text-wrap.xs-hide-br br {
  display: none;
}
.widget-image-text-wrap.xs-show-textshadow {
  text-shadow: 0px 0px 10px #353535;
}
.widget-image-text-wrap.xs-txt-pos-left-top {
  top: var(--xs-offset-top);
  left: var(--xs-offset-left);
  bottom: auto;
  right: auto;
  transform: none;
}
.widget-image-text-wrap.xs-txt-pos-left-center {
  top: 50%;
  left: var(--xs-offset-left);
  transform: none;
  transform: translateY(-50%);
  bottom: auto;
  right: auto;
}
.widget-image-text-wrap.xs-txt-pos-left-bottom {
  bottom: var(--xs-offset-bottom);
  left: var(--xs-offset-left);
  top: auto;
  right: auto;
  transform: none;
}
.widget-image-text-wrap.xs-txt-pos-center-top {
  top: var(--xs-offset-top);
  left: 50%;
  transform: none;
  transform: translateX(-50%);
  bottom: auto;
  right: auto;
}
.widget-image-text-wrap.xs-txt-pos-center-center {
  top: 50%;
  left: 50%;
  transform: none;
  transform: translateX(-50%) translateY(-50%);
  bottom: auto;
  right: auto;
}
.widget-image-text-wrap.xs-txt-pos-center-bottom {
  bottom: var(--xs-offset-bottom);
  left: 50%;
  transform: none;
  transform: translateX(-50%);
  top: auto;
  right: auto;
}
.widget-image-text-wrap.xs-txt-pos-right-top {
  top: var(--xs-offset-top);
  right: var(--xs-offset-right);
  bottom: auto;
  left: auto;
  transform: none;
}
.widget-image-text-wrap.xs-txt-pos-right-center {
  top: 50%;
  right: var(--xs-offset-right);
  transform: none;
  transform: translateY(-50%);
  bottom: auto;
  left: auto;
}
.widget-image-text-wrap.xs-txt-pos-right-bottom {
  bottom: var(--xs-offset-bottom);
  right: var(--xs-offset-right);
  top: auto;
  left: auto;
  transform: none;
}
@media (min-width: 768px) {
  .widget-image-text-wrap {
    text-align: var(--md-text-align) !important;
  }
  .widget-image-text-wrap .widget-image-text-headline {
    color: var(--md-headline-color);
    font-size: var(--md-headline-size);
  }
  .widget-image-text-wrap .widget-image-text-subline {
    color: var(--md-subline-color);
    font-size: var(--md-subline-size);
  }
  .widget-image-text-wrap.xs-hide-br br {
    display: block;
  }
  .widget-image-text-wrap.md-hide-br {
    white-space: nowrap;
  }
  .widget-image-text-wrap.md-hide-br br {
    display: none;
  }
  .widget-image-text-wrap.xs-show-textshadow {
    text-shadow: none;
  }
  .widget-image-text-wrap.md-show-textshadow {
    text-shadow: 0px 0px 10px #353535;
  }
  .widget-image-text-wrap * {
    text-align: inherit !important;
  }
  .widget-image-text-wrap.md-txt-pos-left-top {
    top: var(--md-offset-top);
    left: var(--md-offset-left);
    bottom: auto;
    right: auto;
    transform: none;
  }
  .widget-image-text-wrap.md-txt-pos-left-center {
    top: 50%;
    left: var(--md-offset-left);
    transform: none;
    transform: translateY(-50%);
    bottom: auto;
    right: auto;
  }
  .widget-image-text-wrap.md-txt-pos-left-bottom {
    bottom: var(--md-offset-bottom);
    left: var(--md-offset-left);
    top: auto;
    right: auto;
    transform: none;
  }
  .widget-image-text-wrap.md-txt-pos-center-top {
    top: var(--md-offset-top);
    left: 50%;
    transform: none;
    transform: translateX(-50%);
    bottom: auto;
    right: auto;
  }
  .widget-image-text-wrap.md-txt-pos-center-center {
    top: 50%;
    left: 50%;
    transform: none;
    transform: translateX(-50%) translateY(-50%);
    bottom: auto;
    right: auto;
  }
  .widget-image-text-wrap.md-txt-pos-center-bottom {
    bottom: var(--md-offset-bottom);
    left: 50%;
    transform: none;
    transform: translateX(-50%);
    top: auto;
    right: auto;
  }
  .widget-image-text-wrap.md-txt-pos-right-top {
    top: var(--md-offset-top);
    right: var(--md-offset-right);
    bottom: auto;
    left: auto;
    transform: none;
  }
  .widget-image-text-wrap.md-txt-pos-right-center {
    top: 50%;
    right: var(--md-offset-right);
    transform: none;
    transform: translateY(-50%);
    bottom: auto;
    left: auto;
  }
  .widget-image-text-wrap.md-txt-pos-right-bottom {
    bottom: var(--md-offset-bottom);
    right: var(--md-offset-right);
    top: auto;
    left: auto;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .widget-image-text-wrap {
    text-align: var(--lg-text-align) !important;
  }
  .widget-image-text-wrap .widget-image-text-headline {
    color: var(--lg-headline-color);
    font-size: var(--lg-headline-size);
  }
  .widget-image-text-wrap .widget-image-text-subline {
    color: var(--lg-subline-color);
    font-size: var(--lg-subline-size);
  }
  .widget-image-text-wrap.md-hide-br br {
    display: block;
  }
  .widget-image-text-wrap.lg-hide-br {
    white-space: nowrap;
  }
  .widget-image-text-wrap.lg-hide-br br {
    display: none;
  }
  .widget-image-text-wrap.md-show-textshadow {
    text-shadow: none;
  }
  .widget-image-text-wrap.lg-show-textshadow {
    text-shadow: 0px 0px 10px #353535;
  }
  .widget-image-text-wrap * {
    text-align: inherit !important;
  }
  .widget-image-text-wrap.lg-txt-pos-left-top {
    top: var(--lg-offset-top);
    left: var(--lg-offset-left);
    bottom: auto;
    right: auto;
    transform: none;
  }
  .widget-image-text-wrap.lg-txt-pos-left-center {
    top: 50%;
    left: var(--lg-offset-left);
    transform: none;
    transform: translateY(-50%);
    bottom: auto;
    right: auto;
  }
  .widget-image-text-wrap.lg-txt-pos-left-bottom {
    bottom: var(--lg-offset-bottom);
    left: var(--lg-offset-left);
    top: auto;
    right: auto;
    transform: none;
  }
  .widget-image-text-wrap.lg-txt-pos-center-top {
    top: var(--lg-offset-top);
    left: 50%;
    transform: none;
    transform: translateX(-50%);
    bottom: auto;
    right: auto;
  }
  .widget-image-text-wrap.lg-txt-pos-center-center {
    top: 50%;
    left: 50%;
    transform: none;
    transform: translateX(-50%) translateY(-50%);
    bottom: auto;
    right: auto;
  }
  .widget-image-text-wrap.lg-txt-pos-center-bottom {
    bottom: var(--lg-offset-bottom);
    left: 50%;
    transform: none;
    transform: translateX(-50%);
    top: auto;
    right: auto;
  }
  .widget-image-text-wrap.lg-txt-pos-right-top {
    top: var(--lg-offset-top);
    right: var(--lg-offset-right);
    bottom: auto;
    left: auto;
    transform: none;
  }
  .widget-image-text-wrap.lg-txt-pos-right-center {
    top: 50%;
    right: var(--lg-offset-right);
    transform: none;
    transform: translateY(-50%);
    bottom: auto;
    left: auto;
  }
  .widget-image-text-wrap.lg-txt-pos-right-bottom {
    bottom: var(--lg-offset-bottom);
    right: var(--lg-offset-right);
    top: auto;
    left: auto;
    transform: none;
  }
}
.widget-image-text-wrap a {
  text-shadow: none;
  white-space: nowrap;
}
.widget-image-text-container:hover .widget-image-text-wrap {
  background-color: var(--bg-color-hover);
}

.splide-slider {
  margin-left: -15px;
  margin-right: -15px;
  visibility: visible !important;
}
.splide-slider:not(.is-initialized) .splide__list {
  background: #efefef;
}
.splide-slider:not(.is-initialized) .splide__list .splide__slide {
  flex-basis: 100%;
}
.splide-slider .slide-wrap {
  min-height: 200px;
}
.splide-slider.widget-fw {
  left: 0 !important;
}
@media (min-width: 768px) {
  .splide-slider {
    margin-left: 0;
    margin-right: 0;
  }
  .splide-slider.widget-fw {
    left: calc(-1 * (100vw - 100%) / 2) !important;
  }
}
.splide-slider .widget-image-text-wrap a.btn {
  min-width: 130px;
  padding: 0.4rem 1rem;
}
@media (min-width: 768px) {
  .splide-slider .widget-image-text-wrap a.btn {
    min-width: 220px;
    font-size: 18px;
    padding: 0.6rem 1.5rem;
  }
}
.splide-slider .splide__arrow--next,
.splide-slider .splide__arrow--prev {
  background: transparent;
  opacity: 0.9;
  height: auto;
  border-radius: 0;
  left: 0;
  transition: opacity 300ms ease 0s;
}
.splide-slider .splide__arrow--next > span,
.splide-slider .splide__arrow--prev > span {
  font-size: 3rem;
  color: #fff;
}
.splide-slider .splide__arrow--next.splide__arrow--prev,
.splide-slider .splide__arrow--prev.splide__arrow--prev {
  left: 10%;
}
.splide-slider .splide__arrow--next.splide__arrow--next,
.splide-slider .splide__arrow--prev.splide__arrow--next {
  right: 10%;
  left: auto;
}
.splide-slider .splide__pagination {
  gap: 5px;
  bottom: 20px;
}
.splide-slider .splide__pagination button {
  border-radius: 0;
  width: 50px;
  background: #efefef;
  height: 8px;
  padding: 0;
  margin: 0;
  opacity: 1;
  display: block;
  transform: none !important;
}
.splide-slider .splide__pagination button.is-active {
  background: #afafaf;
}

.splide-slider:hover .splide__arrow--next,
.splide-slider:hover .splide__arrow--prev {
  opacity: 1;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.modal-nl .modal-content,
.modal-exit-intent .modal-content {
  padding: 0;
}
.modal-nl .close,
.modal-exit-intent .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  opacity: 1;
}
.modal-nl .modal-dialog,
.modal-exit-intent .modal-dialog {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .modal-nl .modal-dialog,
  .modal-exit-intent .modal-dialog {
    max-width: 1000px;
  }
}
.modal-nl img,
.modal-exit-intent img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}

.modal-exit-intent a {
  color: inherit;
}
.modal-exit-intent a .text-appearance {
  color: inherit !important;
  text-decoration: underline !important;
}
.modal-exit-intent .coupon-nl {
  background: #fff;
  width: 100%;
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border: 0;
  padding: 10px;
}
.modal-exit-intent .coupon-btn-copy {
  background: #f1f1f1;
  color: #000;
  border: 0;
  font-size: 30px;
  min-width: 80px;
  padding: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}
.modal-exit-intent .coupon-btn-copy.has-copied > i:before {
  content: "\f00c";
}
.modal-exit-intent .modal-content {
  border-radius: 25px;
  overflow: hidden;
}

/*
@include media-breakpoint-up(md) { }

*/
.h1:not(.price),
h1,
.h2.category-title {
  font-size: 5rem;
  font-family: Teaser-Font, sans-serif;
  color: var(--primary);
  font-weight: 400 !important;
}

.normal-txt {
  font-size: 18px;
  line-height: 1.6;
  font-family: custom-font, helvetica, arial, sans-serif;
}

.single .title-outer h1,
.page-singleitem .title-outer h1 {
  font-size: 2.2rem;
  font-family: custom-font, helvetica, arial, sans-serif;
}

.widget-image-box img {
  height: auto;
}

.category-home #page-body {
  padding-top: 0 !important;
}

#page-header {
  background: #fff;
}

.custom-chkbox {
  position: relative;
}
.custom-chkbox .checkmark:after {
  content: "";
  color: #000;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: solid 2px #000;
}
.custom-chkbox .acc-rp-check {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.custom-chkbox .acc-rp-check:checked ~ .checkmark:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
}

.item-additional-items label {
  font-size: 20px;
  line-height: 1;
}
.item-additional-items label i {
  font-size: 20px;
}
