.tx-lw-hotspot-builder .hotspot-content {
    visibility: hidden;
}

.tx-lw-hotspot-builder .active-hotspot .hotspot-content {
    visibility: visible;
}

.tx-lw-hotspot-builder .active-hotspot {
    z-index: 11;
}

.tx-lw-hotspot-builder ul.tx-lw-hotspot-builder-hotspot-container li.tx-lw-hotspot-builder-hotspot {
    margin: 0;
    padding: 0;
    background-image: none;
    display: block;
}

.tx-lw-hotspot-builder ul.tx-lw-hotspot-builder-hotspot-container {
    display: block;
    margin: 0;
    padding: 0;
}

/* Hinzugefügt um ein funktionierendes Frontend im Testsystem zu haben (nicht hübsch, aber funktional) */
.hotspot-application.relative {
    position: relative;
    display: inline-block;
}

.hotspot-application picture {
    display: flex;
    width: 100%;
}


/*
 *
 * kopiert aus der alten Webseite (v8) aus der main.css :
 *
 *
*/

.carousel.fullscreen-width .swiper-slide .tx-lw-hotspot-builder-hotspot-container-visible-sm {
    /* Inside of Calc() function :
                 the VALUE OF % is mimicking the global class of ".wrapper"
                 the fix VALUE OF PIXEL is mimicking the global class of ".container-fluid".
              */
}

@media screen and (max-width: 560px) {
    .carousel.fullscreen-width .swiper-slide .tx-lw-hotspot-builder-hotspot-container-visible-sm {
        padding-left: calc(5.7% + 10px);
        padding-right: calc(5.7% + 10px);
    }
}

@media screen and (min-width: 561px) and (max-width: 800px) {
    .carousel.fullscreen-width .swiper-slide .tx-lw-hotspot-builder-hotspot-container-visible-sm {
        padding-left: calc(5.7% + 14px);
        padding-right: calc(5.7% + 14px);
    }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    .carousel.fullscreen-width .swiper-slide .tx-lw-hotspot-builder-hotspot-container-visible-sm {
        padding-left: calc(7.5% + 14px);
        padding-right: calc(7.5% + 14px);
    }
}


.tx-lw-hotspot-builder .hot-spot-container-fullscreen .hotspot-application {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.tx-lw-hotspot-builder .hot-spot-container-fullscreen .hotspot-application img {
    width: 100%;
}

.tx-lw-hotspot-builder .hotspot-wrapper {
    text-align: center;
}

.tx-lw-hotspot-builder .hotspot-wrapper .hotspot {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.22rem;
    height: 2.22rem;
    border-radius: 50%;
}

.tx-lw-hotspot-builder .hotspot-wrapper .hotspot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    animation: hotspotFadeInOut 3s infinite;
}

@keyframes hotspotFadeInOut {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

.tx-lw-hotspot-builder .hotspot-wrapper .hotspot-content {
    text-align: left;
}

.tx-lw-hotspot-builder ul.tx-lw-hotspot-builder-hotspot-container-visible-sm {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tx-lw-hotspot-builder ul.tx-lw-hotspot-builder-hotspot-container-visible-sm li {
    padding: 0.44rem;
}

@media screen and (max-width: 1024px) {
    .tx-lw-hotspot-builder ul.tx-lw-hotspot-builder-hotspot-container-visible-sm {
        display: block;
    }
}

.tx-lw-hotspot-builder ul.tx-lw-hotspot-builder-hotspot-container-visible-sm .hotspot-row {
    display: flex;
}

.tx-lw-hotspot-builder ul.tx-lw-hotspot-builder-hotspot-container-visible-sm .hotspot .hotspot-row .hotspot-content-mobile p {
    margin: 0 0 1rem;
}

.tx-lw-hotspot-builder ul.tx-lw-hotspot-builder-hotspot-container-visible-sm .hotspot .hotspot-row .hotspot-content-mobile p:last-child {
    margin-bottom: 0;
}

.tx-lw-hotspot-builder ul.tx-lw-hotspot-builder-hotspot-container-visible-sm .hotspot-wrapper,
.tx-lw-hotspot-builder ul.tx-lw-hotspot-builder-hotspot-container-visible-sm .hotspot-content-mobile {
    display: flex;
    flex-direction: column;
}

.tx-lw-hotspot-builder ul.tx-lw-hotspot-builder-hotspot-container-visible-sm .hotspot-content-mobile {
    padding-top: 6px;
}

.tx-lw-hotspot-builder [data-hotspot-layout="dark"] ul.tx-lw-hotspot-builder-hotspot-container-visible-sm .hotspot-content-mobile p {
    color: #fff;
}

.tx-lw-hotspot-builder [data-hotspot-layout="dark"] .background-video-vimeo-wrapper .blocked {
    background-color: transparent;
}

.tx-lw-hotspot-builder ul.tx-lw-hotspot-builder-hotspot-container-visible-sm .hotspot-wrapper {
    float: left;
    margin-right: 10px;
}

.tx-lw-hotspot-builder .hotspot-wrapper {
    float: left;
    margin-right: 10px;
}

.tx-lw-hotspot-builder .btn-extend span {
    transform: rotate(0deg);
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 30px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #0075CF;
}

.tx-lw-hotspot-builder .btn-extend span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: transparent;
}

@media (min-width: 1025px) {
    .tx-lw-hotspot-builder .active-hotspot .hotspot-enum-numbers:before {
        content: 'X';
    }
}

.tx-lw-hotspot-builder .btn-extend span:after {
    height: 0px;
    width: 0px;
}

@media screen and (max-width: 1024px) {
    .tx-lw-hotspot-builder ul.tx-lw-hotspot-builder-hotspot-container .hotspot-content {
        display: none;
    }
}

.tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container ul li {
    padding: 0;
    list-style: initial;
    background: none;
}

@media \0screen {
    .tx-lw-hotspot-builder ul li {
        background-image: none;
    }
}

.tx-lw-hotspot-builder img {
    margin-bottom: 0;
}

.tx-lw-hotspot-builder .hotspots-background-video-wrapper > video {
    width: 100%;
    height: auto;
}

.hotspot-wrapper {
    position: relative;
    height: 40px;
    width: 40px;
}

.hotspot-wrapper ul {
    list-style: none;
}

.hotspot-wrapper ul li {
    background-image: none;
}

.hotspot-wrapper .hotspot-content {
    background: #ffffff;
    border: 1px solid #DDDDDD;
    color: #666666;
    font-size: 17px;
    left: 69px;
    opacity: 1;
    padding: 24px 24px;
    position: absolute;
    top: 20px;
    visibility: visible;
    width: 22.22rem;
    z-index: 12;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
}

.hotspot-wrapper .hotspot-content p:first-child {
    margin: 0 0 1rem;
}

.hotspot-wrapper .hotspot-content p:last-child {
    margin: 0;
}

.hotspot-wrapper .hotspot-content .csc-textpic-imagewrap figure {
    margin: 0 0 1em;
}

.hotspot-wrapper .hotspot-content div.csc-textpic,
.hotspot-wrapper .hotspot-content div.csc-textpic div.csc-textpic-imagerow,
.hotspot-wrapper .hotspot-content ul.csc-uploads li {
    overflow: visible;
}

.hotspot-wrapper .hotspot-content div.csc-textpic-left .csc-textpic-imagewrap {
    float: none;
}

.hotspot-wrapper .hotspot-content:before,
.hotspot-wrapper .hotspot-content:after {
    border-left: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #DDDDDD;
    content: "";
    height: 0;
    left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1;
}

.hotspot-wrapper .hotspot-content:before {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #ffffff;
    left: -18px;
    margin-top: -18px;
    z-index: 2;
}

.hotspot-wrapper .hotspot-content.left {
    left: auto;
    right: 69px;
}

.hotspot-wrapper .hotspot-content.left-bottom {
    left: auto;
    right: 69px;
    top: auto!important;
    bottom: 0.25rem;
}

.hotspot-wrapper .hotspot-content.right-bottom {
    top: auto!important;
    bottom: 0.25rem;
}

.hotspot-wrapper .hotspot-content.left:before,
.hotspot-wrapper .hotspot-content.left:after {
    border-left: 20px solid #DDDDDD;
    border-right: 0;
    left: auto;
    right: -20px;
}

.hotspot-wrapper .hotspot-content.left:before {
    border-left: 18px solid #ffffff;
    left: auto;
    right: -18px;
}

.hotspot-wrapper .hotspot-content .csc-default {
    position: relative;
}

.hotspot-wrapper .hotspot {
    margin: 0;
    z-index: 10;
}

.hotspot-wrapper .hotspot .hotspot-label {
    position: absolute;
    left: 60px;
    top: 5px;
    font-size: 1.875em;
}

.hotspot-wrapper .collapsed .hotspot-content,
.hotspot-wrapper.collapsed .hotspot-content {
    opacity: 0;
    visibility: hidden;
}

/**
   * Don't display change of button on mobile in default layout
   * Button default styling is not set in this meisterwerk version so it is overwritten
   */

.tx-lw-hotspot-builder [data-hotspot-layout="default"] .btn-extend span {
    background-color: #0075CF;
    border-color: #0075CF;
}

/**
   * Default layout hotspot content positioning
   */
.tx-lw-hotspot-builder [data-hotspot-layout="default"] .hotspot-content {
    transform: translateY(-50%);
}

/**
   * Number enumeration
   */
.tx-lw-hotspot-builder .hotspot-enum-numbers:before {
    content: attr(data-hotspot-index);
}

.fa-plus,
.fa-minus {
    line-height: 30px;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot-enum-plus,
[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot-enum-minus,
[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-numbers-selected .hotspot-enum-minus,
[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-numbers-selected .hotspot-enum-plus,
.tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot-enum-plus,
.tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot-enum-minus,
.tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-numbers-selected .hotspot-enum-minus,
.tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-numbers-selected .hotspot-enum-plus {
    display: none;
}

.hotspot-wrapper .hotspot .hotspot-enum-times {
    display: none;
}

/**
   * Plus Minus enum
   */
@media (min-width: 1025px) {

    [data-hotspot-layout="dark"].multiple-hotspots-application .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot span.hotspot-enum-numbers,
    [data-hotspot-layout="dark"].multiple-hotspots-application .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot span.hotspot-enum-times,
    .multiple-hotspots-application .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot span.hotspot-enum-numbers,
    .multiple-hotspots-application .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot span.hotspot-enum-times {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1024px) {

    [data-hotspot-layout="dark"].multiple-hotspots-application .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot-enum-plus,
    .multiple-hotspots-application .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot-enum-plus {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1025px) and (min-width: 1025px) {

    [data-hotspot-layout="dark"].multiple-hotspots-application .tx-lw-hotspot-builder-hotspot:not(.active-hotspot) .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot-enum-plus,
    .multiple-hotspots-application .tx-lw-hotspot-builder-hotspot:not(.active-hotspot) .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot-enum-plus {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    [data-hotspot-layout="dark"].multiple-hotspots-application .tx-lw-hotspot-builder-hotspot.active-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot-enum-minus,
    .multiple-hotspots-application .tx-lw-hotspot-builder-hotspot.active-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot-enum-minus {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

[data-hotspot-layout="dark"].single-hotspot-application .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot span.hotspot-enum-numbers,
[data-hotspot-layout="dark"].single-hotspot-application .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot span.hotspot-enum-times,
.single-hotspot-application .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot span.hotspot-enum-numbers,
.single-hotspot-application .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot span.hotspot-enum-times {
    display: none;
}

@media (max-width: 1024px) {

    [data-hotspot-layout="dark"].single-hotspot-application .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot-enum-plus,
    .single-hotspot-application .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot-enum-plus {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1025px) {

    [data-hotspot-layout="dark"].single-hotspot-application .tx-lw-hotspot-builder-hotspot:not(.active-hotspot) .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot-enum-plus,
    .single-hotspot-application .tx-lw-hotspot-builder-hotspot:not(.active-hotspot) .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot-enum-plus {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    [data-hotspot-layout="dark"].single-hotspot-application .tx-lw-hotspot-builder-hotspot.active-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot-enum-minus,
    .single-hotspot-application .tx-lw-hotspot-builder-hotspot.active-hotspot .hotspot-wrapper.hotspot-enum-plus-minus-selected .hotspot-enum-minus {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.tx-lw-hotspot-builder .background-video-vimeo-poster {
    width: 100%;
    display: none;
}

@media screen and (max-width: 799px) {
    .tx-lw-hotspot-builder .background-video-vimeo-poster {
        display: block;
    }
}

/**
   * Vimeo loading spinner
   */
.background-video-vimeo-wrapper .spinner-hotspot-vimeo {
    position: absolute;
    text-align: center;
    float: right;
    margin: 20px;
    color: #CCCCCC;
    z-index: 1;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}

.background-video-vimeo-wrapper .transparent-player {
    opacity: 0;
}

/**
   * Display hotspots on video end
   */
@media screen and (min-width: 801px) {
    .tx-lw-hotspot-builder .hide-all-hotspots .hotspot-wrapper {
        visibility: hidden;
        opacity: 0;
    }
}

.tx-lw-hotspot-builder .hotspot-wrapper {
    opacity: 1;
    transition: opacity 1.5s;
    visibility: visible;
}

/**
   * Hide vimeo video on mobile
   */
@media screen and (max-width: 800px) {
    .tx-lw-hotspot-builder .background-video-vimeo {
        display: none;
    }
}

[data-hotspot-layout="dark"], [data-hotspot-layout="default"] {
    display: grid;
    gap: 1rem;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper .hotspot span {
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    display: none;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper .hotspot span.hotspot-enum-numbers {
    display: flex;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper .hotspot.btn-extend:after {
    margin-left: -22px;
    margin-top: -22px;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot-container-visible-sm .hotspot-wrapper .hotspot span {
    background-color: #0075CF;
    border-color: #0075CF;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    display: flex;
    top: 7px;
    left: 7px;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper .hotspot-content {
    top: 0.25rem;
    width: 22.22rem;
    background-color: rgba(66, 66, 66, 0.9);
    border: none;
    padding: 0;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper .hotspot-content.right {
    left: 50px;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper .hotspot-content.right-bottom {
    left: 50px;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper .hotspot-content.left {
    left: -22.77rem;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper .hotspot-content.left-bottom {
    left: -22.77rem;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper .hotspot-content * {
    color: white;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper .hotspot-content .csc-textpic-text {
    padding: 24px;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper .hotspot-content:before,
[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper .hotspot-content:after {
    display: none;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper .hotspot-content .csc-textpic-imagewrap figure {
    margin: 0;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot [data-hotspot-index]:before {
    height: 20px;
    width: 20px;
    line-height: 21px;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper .hotspot .hotspot-enum-times {
    display: none;
}

@media (min-width: 1025px) {
    [data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot.active-hotspot .hotspot-wrapper.hotspot-enum-numbers-selected .hotspot span.hotspot-enum-times {
        display: flex;
    }

    [data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot.active-hotspot .hotspot-wrapper.hotspot-enum-numbers-selected .hotspot span.hotspot-enum-numbers {
        display: none;
    }

    [data-hotspot-layout="dark"] .hotspot-application .active-hotspot .hotspot-wrapper .hotspot span.hotspot-enum-times:before {
        content: 'X';
    }

    [data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-wrapper.hotspot-enum-numbers-selected .hotspot span.hotspot-enum-numbers:before {
        content: attr(data-hotspot-index);
    }
}

[data-hotspot-layout="default"] .tx-lw-hotspot-builder-hotspot .fa-plus,
[data-hotspot-layout="default"] .tx-lw-hotspot-builder-hotspot .fa-minus,
[data-hotspot-layout="default"] .tx-lw-hotspot-builder-hotspot .fa-times {
    position: relative;
    top: 0;
    left: 0;
    line-height: 20px;
    height: 15px;
    width: 15px;
}

[data-hotspot-layout="default"] .tx-lw-hotspot-builder-hotspot .hotspot-enum-plus::before,
[data-hotspot-layout="default"] .tx-lw-hotspot-builder-hotspot .hotspot-enum-minus::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 15px;
    background-color: #fff;
}

[data-hotspot-layout="default"] .tx-lw-hotspot-builder-hotspot .hotspot-enum-plus::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 15px;
    width: 2px;
    background-color: #fff;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .fa-plus,
[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .fa-minus,
[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .fa-times {
    position: relative;
    top: 0;
    left: 0;
    line-height: 20px;
    height: 15px;
    width: 15px;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-enum-plus::before,
[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-enum-minus::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 15px;
    background-color: #fff;
}

[data-hotspot-layout="dark"] .tx-lw-hotspot-builder-hotspot .hotspot-enum-plus::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 15px;
    width: 2px;
    background-color: #fff;
}

/* weiter unten */

/*
 * hotspot
 * (../modules/sma-hotspot)
 */
.tx-lw-hotspot-builder .csc-textpic,
.tx-lw-hotspot-builder .csc-text-only,
.tx-lw-hotspot-builder .csc-pic-only,
.tx-lw-hotspot-builder .headings {
    /*margin-bottom: 0px;*/
    margin-bottom: 0px;
}

@media screen and (min-width: 561px) and (max-width: 800px) {
    .tx-lw-hotspot-builder .csc-textpic,
    .tx-lw-hotspot-builder .csc-text-only,
    .tx-lw-hotspot-builder .csc-pic-only,
    .tx-lw-hotspot-builder .headings {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 801px) and (max-width: 1240px) {
    .tx-lw-hotspot-builder .csc-textpic,
    .tx-lw-hotspot-builder .csc-text-only,
    .tx-lw-hotspot-builder .csc-pic-only,
    .tx-lw-hotspot-builder .headings {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1241px) {
    .tx-lw-hotspot-builder .csc-textpic,
    .tx-lw-hotspot-builder .csc-text-only,
    .tx-lw-hotspot-builder .csc-pic-only,
    .tx-lw-hotspot-builder .headings {
        margin-bottom: 0px;
    }
}

.tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container-visible-sm .csc-textpic,
.tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container-visible-sm .csc-text-only,
.tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container-visible-sm .csc-pic-only,
.tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container-visible-sm .headings {
    /*margin-bottom: 0px;*/
    margin-bottom: 20px;
}

@media screen and (min-width: 561px) and (max-width: 800px) {
    .tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container-visible-sm .csc-textpic,
    .tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container-visible-sm .csc-text-only,
    .tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container-visible-sm .csc-pic-only,
    .tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container-visible-sm .headings {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 801px) and (max-width: 1240px) {
    .tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container-visible-sm .csc-textpic,
    .tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container-visible-sm .csc-text-only,
    .tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container-visible-sm .csc-pic-only,
    .tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container-visible-sm .headings {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1241px) {
    .tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container-visible-sm .csc-textpic,
    .tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container-visible-sm .csc-text-only,
    .tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container-visible-sm .csc-pic-only,
    .tx-lw-hotspot-builder .tx-lw-hotspot-builder-hotspot-container-visible-sm .headings {
        margin-bottom: 40px;
    }
}

/*
 * hotspot
 * (../modules/sma-hotspot)
 */

/* noch weiter unten ... */

@media screen and (max-width: 799px) {
    .background-video.hide-background-mobile,
    .background-video .hide-background-mobile,
    .background-video-vimeo-wrapper.hide-background-mobile,
    .background-video-vimeo-wrapper .hide-background-mobile,
    .hotspots-background-video-wrapper.hide-background-mobile,
    .hotspots-background-video-wrapper .hide-background-mobile {
        display: none;
    }

    .background-video-replacement.background-mobile-visible {
        display: block;
    }

    .hotspot-application .background-video-replacement {
        position: relative;
        display: block;
    }
}

.background-video-vimeo-wrapper.background-video-vimeo-preview-hidden .background-video-vimeo-preview, .background-video-vimeo-wrapper.background-video-vimeo-preview-hidden .spinner-hotspot-vimeo {
    display: none;
}



