
.crossSellerCTE .crossSeller_11 .productList .shopProduct {
    width: 50%;
    max-width: none;
}

.galleryContainer .imageContainer {
    display: block;
    float: left;
    width: 100%;
}

.galleryContainer.lsjs-slider-applied .navigation-arrow-container {
    display: none;
}

.galleryContainer.lsjs-slider-applied .navigation-dots-container {
    position: relative;
}

.galleryContainer.lsjs-slider-applied .navigation-dots-container .navigation-dot {
    margin-top: 1.5rem;
}


/* #### Standard-Styles für Slider und Zoomer #### */
.lsjs-slider-applied .sliding-area::after {
    content: "";
    display: table;
    clear: both;
}

.lsjs-slider-applied.mouse-drag-active .sliding-area {
    cursor: grab;
}

.lsjs-slider-applied.mouse-drag-active.dragging .sliding-area {
    cursor: grabbing;
}

.lsjs-slider-applied .navigation-arrow-container {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    z-index: 1;
}

.lsjs-slider-applied .navigation-arrow-container .arrow {
    margin: auto;
    opacity: 0.5;
    cursor: pointer;
}

.lsjs-slider-applied .navigation-arrow-container .arrow::after {
    font-size: 4rem;
    color: #fff;
    text-shadow: 0 0 1rem #000;
}

.lsjs-slider-applied .navigation-arrow-container.left {
    left: 1rem;
}

.lsjs-slider-applied .navigation-arrow-container.left .arrow::after {
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    content: "\f053";
}

.lsjs-slider-applied .navigation-arrow-container.right {
    right: 1rem;
}

.lsjs-slider-applied .navigation-arrow-container.right .arrow::after {
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    content: "\f054";
}

.lsjs-slider-applied:hover .navigation-arrow-container .arrow {
    opacity: 1;
}

.lsjs-slider-applied:not(.left-possible) .left .arrow {
    display: none;
}

.lsjs-slider-applied:not(.right-possible) .right .arrow {
    display: none;
}

.lsjs-slider-applied .navigation-dots-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}

.lsjs-slider-applied .navigation-dots-container .navigation-dot {
    position: relative;
    display: inline-block;
/*    margin-left: 1.5rem; kein Abstand nach links in Produktdetailansicht*/
    margin-right: 1.5rem;
    cursor: pointer;
    height: 1.5rem;
    width: 1.5rem;
    font-size: 1.5rem;
    vertical-align: middle;
}

.lsjs-slider-applied .navigation-dots-container .navigation-dot.active {
/*
    width: 2.5rem;
    height: 2.5rem;
*/

}

.lsjs-slider-applied .navigation-dots-container .navigation-dot.active::after {
/*    font-size: 2.5rem;*/

}

.lsjs-slider-applied .navigation-dots-container .navigation-dot.active:not(.use-image)::after{
    color: #6b6b6b;
}

.lsjs-slider-applied .navigation-dots-container .navigation-dot:not(.use-image)::after {
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f111";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
/*
    color: #fff;
    text-shadow: 0 0 0.2rem #000;
*/
    color: #dadada;
}

.lsjs-slider-applied .navigation-dots-container .navigation-dot.use-image {
    width: 5rem;
    height: 5rem;
    border: 1px solid #dadada;
}


.lsjs-slider-applied .navigation-dots-container .navigation-dot.use-image.active {
    border: 1px solid #6b6b6b;
}

.lsjs-slider-applied.autoplay-active .navigation-dot.active::before {
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    content: "\f04c";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-top: 0.5rem;
    padding-left: 0;
    z-index: 1;
    font-size: 1.5rem;
    color: #000;
}

.lsjs-slider-applied.autoplay-active .navigation-dot.active.use-image {
    border: 0.2rem solid #000;
}

.lsjs-slider-applied.autoplay-active .navigation-dot.active.use-image::before {
    top: 1rem;
    text-shadow: 0.1rem 0.1rem 0.2rem #fff, 0.1rem -0.1rem 0.2rem #fff, -0.1rem 0.1rem 0.2rem #fff, -0.1rem -0.1rem 0.2rem #fff;
}

.lsjs-slider-applied.autoplay-active.paused .navigation-dot.active::before {
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    content: "\f04b";
    padding-left: 0.2rem;
}

body.lsjs-image-zoomer-open {
    overflow: hidden;
}

body .lsjs-zoomer-overlay {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

body .lsjs-zoomer-overlay .btn-close, body .lsjs-zoomer-overlay .btn-zoom-in, body .lsjs-zoomer-overlay .btn-zoom-out {
    position: fixed;
    z-index: 99999;
    right: 2rem;
    text-shadow: 0 0 0.6rem #000;
}

body .lsjs-zoomer-overlay .btn-close::after, body .lsjs-zoomer-overlay .btn-zoom-in::after, body .lsjs-zoomer-overlay .btn-zoom-out::after {
    color: #fff;
}

body .lsjs-zoomer-overlay .big-image {
    cursor: grab;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

body .lsjs-zoomer-overlay .big-image.dragging {
    cursor: grabbing;
}

body .lsjs-zoomer-overlay .btn-close {
    top: 2rem;
    cursor: pointer;
}

body .lsjs-zoomer-overlay .btn-close::after {
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f410";
}

body .lsjs-zoomer-overlay .btn-zoom-in {
    top: 9rem;
    opacity: 0.2;
}

body .lsjs-zoomer-overlay .btn-zoom-in::after {
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00e";
}

body .lsjs-zoomer-overlay .btn-zoom-in.possible {
    opacity: 1;
    cursor: pointer;
}

body .lsjs-zoomer-overlay .btn-zoom-out {
    top: 14rem;
    opacity: 0.2;
}

body .lsjs-zoomer-overlay .btn-zoom-out::after {
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    content: "\f010";
}

body .lsjs-zoomer-overlay .btn-zoom-out.possible {
    opacity: 1;
    cursor: pointer;
}

body .lsjs-image-zoomer-applied {
    cursor: zoom-in;
}