.info-hotspot-close-icon {
    width: 70%;
    height: 70%;
    margin: 15%;
}

.hotspot.videofenster {
    width: 365px;
}

.videofenster .info-hotspot-header {
    display: none;
}

.videofensteroutside .info-hotspot-header {
    display: none;
}

.audiofile .info-hotspot-icon-wrapper {
    width: 50px;
    height: 50px;
}

.audiofile .info-hotspot-icon {
    width: 90%;
    height: 90%;
    margin: 5%;
}

.transparent {
    background-color: transparent !important;
}

.info-hotspot .transparent .info-hotspot-title-wrapper {
    background-color: rgb(103, 115, 131);
}

.hover-hotspot .info-hotspot-text {
    display: none;
}

.hover-hotspot:hover:after {
    content: " ";
    display: block;
    border: 1px solid #000000;
    position: absolute;
    top: 0;
    width: 100%;
    transform: rotate(-45deg);
}



.hover-hotspot:hover .info-hotspot-text {
    display: block;
    position: absolute;
    top: -50px;
    left: 50px;
    background-color: rgb(103, 115, 131);
    background-color: rgba(103, 115, 131, 0.8);
    padding: 10px;
}


/* Messegelände video */

.hotspot.videofenster iframe#youtube {
    border: solid 10px;
    border-image-source: radial-gradient(circle, rgba(133, 25, 42, 1) 0%, rgba(124, 22, 39, 1) 33%, rgba(113, 22, 36, 1) 100%);
    border-image-slice: 1;
    transform: skewX(4deg) skewY(-1.5deg) translate(56px) translateY(100px) scale3d(1.010, 1.02, 1);
}

.hotspot.videofensteroutside {
    width: 360px;
    z-index: -100;
}

.hotspot.videofensteroutside span.video-mute-button {
    cursor: pointer;
    z-index: 999;
    position: absolute;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    background-color: rgba(103, 115, 131, 0.5);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/fileadmin/inhalte/WOW-Messe/3D-Messestand-3/img/soundmute.png);
    top: -126px;
    left: 375px;
}

.hotspot.videofensteroutside span.video-play-button {
    cursor: pointer;
    z-index: 999;
    position: absolute;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    background-color: rgba(103, 115, 131, 0.6);
    background-size: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/fileadmin/inhalte/WOW-Messe/3D-Messestand-3/img/videopause.png);
    top: -107px;
    left: 375px;
}

.hotspot.videofensteroutside video#Video {
    height: 152px;
    width: 265px;
    border: solid;
    border-color: rgba(103, 115, 131, 1.0);
}

.hotspot.videofensteroutside .info-hotspot-text {
    width: 426px;
    transform: translateY(-127px) translateX(106px);
}


/* Kino 1 video */

.hotspot.videofensterkino video#Video {
    height: 180px;
    width: 426px;
}

.hotspot.videofensterkino .info-hotspot-header {
    display: none;
}

.hotspot.videofensterkino {
    width: 420px;
    left: -2px;
}

.hotspot.videofensterkino .info-hotspot-text {
    background-color: black;
    width: 426px;
    transform: translateY(2px);
}

.hotspot.videofensterkino span.video-mute-button {
    cursor: pointer;
    z-index: 999;
    position: absolute;
    display: block;
    content: '';
    width: 35px;
    height: 35px;
    background-color: rgba(103, 115, 131, 0.3);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/fileadmin/inhalte/WOW-Messe/3D-Messestand-3/img/soundmute.png);
    top: 2px;
    left: 431px;
}

.hotspot.videofensterkino span.video-play-button {
    cursor: pointer;
    z-index: 999;
    position: absolute;
    display: block;
    content: '';
    width: 35px;
    height: 35px;
    background-color: rgba(103, 115, 131, 0.3);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/fileadmin/inhalte/WOW-Messe/3D-Messestand-3/img/videopause.png);
    top: 42px;
    left: 431px;
}

.hotspot.videofensterkino1 video#Video {
    height: 180px;
    width: 426px;
}

.hotspot.videofensterkino1 .info-hotspot-header {
    display: none;
}

.hotspot.videofensterkino1 {
    width: 420px;
    left: -2px;
}

.hotspot.videofensterkino1 .info-hotspot-text {
    background-color: black;
    width: 426px;
    transform: translateY(2px);
}

.hotspot.videofensterkino1 span.video-mute-button {
    cursor: pointer;
    z-index: 999;
    position: absolute;
    display: block;
    content: '';
    width: 35px;
    height: 35px;
    background-color: rgba(103, 115, 131, 0.3);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/fileadmin/inhalte/WOW-Messe/3D-Messestand-3/img/soundmute.png);
    top: 2px;
    left: 431px;
}

.hotspot.videofensterkino1 span.video-play-button {
    cursor: pointer;
    z-index: 999;
    position: absolute;
    display: block;
    content: '';
    width: 35px;
    height: 35px;
    background-color: rgba(103, 115, 131, 0.3);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/fileadmin/inhalte/WOW-Messe/3D-Messestand-3/img/videopause.png);
    top: 42px;
    left: 431px;
}

/* .hotspot.info-hotspot.podestView.podestViewText {
    opacity: 0;
} 

 .desktop .info-hotspot.visible .info-hotspot-text {
    display: none;
}

.desktop .info-hotspot.visible .info-hotspot-close-wrapper {
    display: none;
} 


.hotspot.info-hotspot.podestView.podestViewText .info-hotspot-title-wrapper {
    display:none;
}

.hotspot.info-hotspot.podestView.podestViewText:hover {
    opacity: 1;
} */

.info-hotspot-close-icon {
    display: none;
}

.click-hotspot.hover:after {
    content: " ";
    display: block;
    border: 1px solid #000000;
    position: absolute;
    top: 0;
    width: 100%;
    transform: rotate(-45deg);
}

.click-hotspot.hover .info-hotspot-text {
    display: block;
    position: absolute;
    top: -50px;
    left: 50px;
    background-color: rgb(103, 115, 131);
    background-color: rgba(103, 115, 131, 0.8);
    padding: 10px;
}

.filtre--r {
    -webkit-mask: -webkit-radial-gradient( center, closest-side, transparent 30%, red 80%);
    -webkit-mask: radial-gradient( closest-side at center, transparent 50%, red 110%);
    -webkit-filter: blur(5px);
    mask: url('#mask-radial');
    filter: url('#filtre1');
}


/* Popup Directions */


/* left ---------------------*/

.hotspot.audiofile.hotspotleft.click-hotspot.hover:after {
    top: 25px;
    left: -39px;
    transform: rotate(-180deg);
}

.hotspot.audiofile.hotspotleft.click-hotspot.hover .info-hotspot-text {
    top: 10px;
    left: -88px;
}


/* right ---------------------*/

.hotspot.audiofile.hotspotright.click-hotspot.hover:after {
    top: 22px;
    left: 25px;
    transform: rotate(0deg);
}

.hotspot.audiofile.hotspotright.click-hotspot.hover .info-hotspot-text {
    top: 4px;
    left: 89px;
}


/* top ---------------------*/

.hotspot.audiofile.hotspottop.click-hotspot.hover:after {
    top: -8px;
    left: -7px;
    transform: rotate(90deg);
}

.hotspot.audiofile.hotspottop.click-hotspot.hover .info-hotspot-text {
    top: -75px;
    left: 0px;
}


/* bottom ---------------------*/

.hotspot.audiofile.hotspotbottom.click-hotspot.hover:after {
    top: 55px;
    left: -7px;
    transform: rotate(-90deg);
}

.hotspot.audiofile.hotspotbottom.click-hotspot.hover .info-hotspot-text {
    top: 88px;
    left: 0px;
}


/* top left ---------------------*/

.hotspot.audiofile.hotspottopleft.click-hotspot.hover:after {
    top: 0px;
    left: -31px;
    transform: rotate(45deg);
}

.hotspot.audiofile.hotspottopleft.click-hotspot.hover .info-hotspot-text {
    top: -57px;
    left: -45px;
}


/* top right ---------------------*/

.hotspot.audiofile.hotspottopright.click-hotspot.hover:after {
    top: 0px;
    left: 16px;
    transform: rotate(-45deg);
}

.hotspot.audiofile.hotspottopright.click-hotspot.hover .info-hotspot-text {
    top: -57px;
    left: 61px;
    padding: 10px;
}


/* bottom left ---------------------*/

.hotspot.audiofile.hotspotbottomleft.click-hotspot.hover:after {
    top: 45px;
    left: -31px;
    transform: rotate(-45deg);
}

.hotspot.audiofile.hotspotbottomleft.click-hotspot.hover .info-hotspot-text {
    top: 69px;
    left: -57px;
}


/* bottom right ---------------------*/

.hotspot.audiofile.hotspotbottomright.click-hotspot.hover:after {
    top: 45px;
    left: 16px;
    transform: rotate(45deg);
}

.hotspot.audiofile.hotspotbottomright.click-hotspot.hover .info-hotspot-text {
    top: 69px;
    left: 61px;
}


/* TestHotspot */

.item-hints {
    transform: rotate3d(1, 1, 1, 0.3deg);
    cursor: pointer;
}

.item-hints .hint {
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-hints .hint::before {
    /* //rotated squre */
    background-color: #fff;
    width: 8px;
    height: 8px;
    z-index: 2;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.item-hints .hint-dot {
    z-index: 3;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    -webkit-transform: translate(-0%, -0%) scale(.95);
    transform: translate(-0%, -0%) scale(.95);
    -webkit-animation: home_hero_item_hints_border 2s linear infinite;
    animation: home_hero_item_hints_border 2s linear infinite;
    margin: auto;
}

@-webkit-keyframes home_hero_item_hints_border {
    0%,
    100% {
        border-color: rgba(255, 255, 255, .6);
        -webkit-transform: translate(-50%, -50%) scale(.95);
        transform: translate(-0%, -0%) scale(.95)
    }
    50% {
        border-color: rgba(255, 255, 255, .3);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-0%, -0%) scale(1)
    }
}

@keyframes home_hero_item_hints_border {
    0%,
    100% {
        border-color: rgba(255, 255, 255, .6);
        -webkit-transform: translate(-50%, -50%) scale(.95);
        transform: translate(-0%, -0%) scale(.95)
    }
    50% {
        border-color: rgba(255, 255, 255, .3);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-0%, -0%) scale(1)
    }
}

.item-hints .hint-radius {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -125px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: background-color, opacity, visibility, -webkit-transform;
    transition-property: background-color, opacity, visibility, -webkit-transform;
    transition-property: background-color, opacity, visibility, transform;
    transition-property: background-color, opacity, visibility, transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease, ease, ease, cubic-bezier(.5, 0, 0, 1);
    transition-timing-function: ease, ease, ease, cubic-bezier(.5, 0, 0, 1);
}

.item-hints .hint:hover .hint-radius {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.item-hints .hint[data-position="1"] .hint-content {
    top: 85px;
    left: 50%;
    margin-left: 56px;
}

.item-hints .hint-content {
    color: #fff;
    left: 86px;
    bottom: 85px;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .7s ease, visibility .7s ease;
    transition: opacity .7s ease, visibility .7s ease;
    pointer-events: none;
    color: #fff;
    visibility: hidden;
    pointer-events: none
}

.item-hints .hint:hover .hint-content {
    color: #fff;
    left: 86px;
    bottom: 85px;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 1;
    visibility: visible !important;
    -webkit-transition: opacity .7s ease, visibility .7s ease;
    transition: opacity .7s ease, visibility .7s ease;
    pointer-events: none;
    color: #fff;
    visibility: hidden;
    pointer-events: none
}

.item-hints .hint-content::before {
    width: 0px;
    bottom: -0.49px;
    left: -0.6px;
    content: '';
    background-color: #fff;
    height: 3px;
    position: absolute;
    transition: width 0.4s;
}

.item-hints .hint:hover .hint-content::before {
    width: 180px;
    transition: width 0.4s;
}

.item-hints .hint-content::after {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    bottom: 0px;
    left: 0px;
    width: 80px;
    content: '';
    background-color: #fff;
    height: 3px;
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.item-hints .hint:hover .hint-content::after {
    opacity: 1;
    visibility: visible;
}

.item-hints .hint[data-position="4"] .hint-content {
    bottom: 85px;
    left: 50%;
    margin-left: 56px;
}

p.hintText {
    font-size: larger;
    font-weight: bold;
}


/* TestHotspot */


/* Modal */

body.modal-open {
    overflow: hidden;
}

.modal-wrapper {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.modal {
    display: none;
    width: 600px;
    position: relative;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    bottom: 0;
    right: 0;
}

.modal-guts {
    padding: 35px;
    color: #1c1b1b;
}

.modal .close-button {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    color: rgb(103, 115, 131);
    padding: 1px 11px 2px 12px;
}

.modal .close-button h5 {
    margin: 0;
}

.modal .close-button:hover {
    background-color: #8b8b8b;
    color: #fff;
    transition: .2s;
    cursor: pointer;
}


/* info popup */

.info-popup.inactive {
    position: absolute;
    background-color: rgba(103, 115, 131, 0.8);
    width: 250px;
    height: 325px;
    right: 80px;
    top: -325px;
    -webkit-transition: 2s;
    transition: 2s;
}

.info-popup {
    position: absolute;
    background-color: rgba(103, 115, 131, 0.8);
    width: 250px;
    height: 325px;
    top: 0;
    right: 80px;
    -webkit-transition: 2s;
    transition: 2s;
}

.info-popup::before {
    position: relative;
    width: 50px;
    height: 40px;
    background-color: rgba(103, 115, 131, 0.8);
    content: "";
    background-image: url(img/info.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    left: 200px;
    top: 325px;
}

.icon-mouse-click {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 115px;
    bottom: 5px;
    background-image: url(img/IconMove.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-mouse-zoom {
    width: 130px;
    height: 130px;
    left: 130px;
    background-image: url(img/IconZoom.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.info-popup-text {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

h1.head-info {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.info-popup-settings {
    text-align: center;
}

span.text-info {
    text-align: center;
}

.hotspot.link-hotspot.transparent {
    width: 170px;
    height: 170px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/fileadmin/inhalte/WOW-Messe/3D-Messestand-3/img/link.png);
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0.9;
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.hotspot.link-hotspot.transparent .link-hotspot-icon {
    display: none;
}

.speech-bubble-text iframe {
    height: 440px; 
    width: 380px;
}

.hotspot.speechbubble-hotspot.chatbot span.speech-bubble-head-text {
    font-size: 0px;
    width: 190px;
    height: 80px;
    background-color: #b03030!important;
    position: absolute;
    top: 140px;
    left: -40px;
    border-radius: 25px;
    background-image: url(/fileadmin/inhalte/WOW-Messe/3D-Messestand-3/img/speechbubble.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70px;
    display: none;
}

.hotspot.speechbubble-hotspot.chatbot span.speech-bubble-head-text::before {
    position: absolute;
    display: block;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 40px solid #b03030 !important;
    transform: rotate(225deg);
    top: 55px;
    left: -15px;
    display: none;
}


.hotspot.speechbubble-hotspot {
    z-index: 10000;
}

.hotspot.speechbubble-hotspot .speech-bubble {
    color: rgba(255, 0, 0, 0.0);
    background-color: rgba(255, 0, 0, 0.0);
    transform: translateX(-220px) translateY(-310px);
}


.speech-bubble {
    transform: translateY(-190px) translateX(-185px) skew(0deg, 0deg);
    position: absolute;
    width: 240px;
    height: 100px;
    background-color: rgba(103, 115, 131, 1);
    border-radius: 10px 10px 10px 10px;
    /* transition: width 2s, height 2s, transform 2s; */
}

.hotspot.speechbubble-hotspot span.speech-bubble-text {
    padding: 0px;
}


span.speech-bubble-head-text {
    font-size: 16px;
    font-weight: 500;
    color: white;
    padding: 10px;
    position: absolute;
}

span.speech-bubble-text {
    position: absolute;
    font-size: 13px;
    padding: 25px;
    color: white;
    margin-top: 15px;
}

.hotspot.speechbubble-hotspot.resized.r100 .speech-bubble {
    transform: translateY(-315px) translateX(-463px);
    width: 305px;
    height: 630px;
    background-repeat: no-repeat;
    background-image: url(/fileadmin/inhalte/WOW-Messe/3D-Messestand-3/img/iphone.png);
    background-color: rgba(103, 115, 131, 0.0);
    border-radius: 10px 10px 10px 10px;
    /* transition:  height 2s, opacity 0s, transform 2s; */
}

.hotspot.speechbubble-hotspot.resized.r100 .speech-bubble-text iframe {
    height: 466px;
    width: 100% !important;
    /* transition: 2s; */
}

.hotspot.speechbubble-hotspot.resized.r100 span.speech-bubble-head-text {
    display: none;
}

.hotspot.speechbubble-hotspot.resized.r100 span.speech-bubble-text {
    position: absolute;
    font-size: 13px;
    padding: 25px;
    color: white;
    width: 309.5px;
    margin-top: 50px;
    top: -2px;
    left: -5px;
}

.hotspot.speechbubble-hotspot.resized.r100 .speech-bubble::before {
    display: none;
    /* transition: 2s; */
}

.hotspot.speechbubble-hotspot.resized.r100 span.speech-bubble-closebtn {
    left: 298px;
    top: 47px;
    position: absolute;
    display: block;
    content: '';
    background-color: rgba(103, 115, 131, 0.8);
    background-size: 27px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/fileadmin/inhalte/WOW-Messe/3D-Messestand-3/img/close.png);
    height: 50px;
    width: 50px;
}

.hotspot.speechbubble-hotspot.resized.r100 span.speech-bubble-fullscreen {
    z-index: 100000;
    top: 97px;
    left: 298px;
    display: block;
    content: '';
    position: absolute;
    background-size: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/fileadmin/inhalte/WOW-Messe/3D-Messestand-3/img/fullscreen.png);
    background-color: rgba(103, 115, 131, 0.8);
    width: 50px;
    height: 50px;
}

.hotspot.speechbubble-hotspot.resized.r200 .speech-bubble {
    transform: translateY(-315px) translateX(-463px);
    width: 925px;
    height: 660px;
    background-repeat: no-repeat;
    background-image: url(/fileadmin/inhalte/WOW-Messe/3D-Messestand-3/img/tablet.png);
    background-color: rgba(103, 115, 131, 0.0);
    border-radius: 10px 10px 10px 10px;
    /* transition: height 2s, width 3s, opacity 0s, transform 2s; */
}

.hotspot.speechbubble-hotspot.resized.r200 span.speech-bubble-text {
    position: absolute;
    font-size: 13px;
    padding: 25px;
    color: white;
    width: 912.5px;
    margin-top: 50px;
    top: -39px;
    left: 5px;
    /* transition: width 3s; */
}

.hotspot.speechbubble-hotspot.resized.r200 span.speech-bubble-head-text {
    display: none;
}

.hotspot.speechbubble-hotspot.resized.r200 .speech-bubble::before {
    display: none;
}

.hotspot.speechbubble-hotspot.resized.r200 span.speech-bubble-closebtn {
    left: 918px;
    top: 37px;
    position: absolute;
    display: block;
    content: '';
    background-color: rgba(103, 115, 131, 0.8);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/fileadmin/inhalte/WOW-Messe/3D-Messestand-3/img/close.png);
    height: 50px;
    width: 50px;
    /* transition: 3s; */
}

.hotspot.speechbubble-hotspot.resized.r200 span.speech-bubble-fullscreen {
    z-index: 100000;
    top: 87px;
    left: 918px;
    display: block;
    content: '';
    position: absolute;
    background-size: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/fileadmin/inhalte/WOW-Messe/3D-Messestand-3/img/windowed.png);
    background-color: rgba(103, 115, 131, 0.8);
    width: 50px;
    height: 50px;
    /* transition: 3s; */
}

.hotspot.speechbubble-hotspot.resized.r200 .speech-bubble-text iframe {
    height: 537px;
    width: 100% !important;
    /* transition: 2s; */
    z-index: 10000;
}

.hotspot.link-hotspot.small.link-hotspot {
    width: 30px;
    height: 30px;
}

.soundhotspot.Quack input.inputaudio {
    width: 160px;
    height: 71px;
    opacity: 0;
    transform: translateY(-28px) translateX(-80px);
}


.begruessung input.inputaudio {
    width: 34px;
    color: #616976;
    height: 34px;
    background-color: #b03030;
    background-image: url(/fileadmin/inhalte/WOW-Messe/3D-Messestand-3/img/soundplay.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    cursor: pointer;
    font-size: 0;
    box-shadow: none;
    border: none;
    outline: 0;
    border-radius: 25px;
    transform: translateX(40px) translateY(20px);
}

.hotspot.RoboterAuditorium .info-hotspot-text {
    transform: translateX(10px) translateY(-7px);
}

.hotspot.Feuerzeug .info-hotspot-title {
    display: none;
}

.hotspot.Feuerzeug .info-hotspot-text {
    display: none;
    position: absolute;
    transform: translateX(-250px) translateY(0px);
}

.hotspot.Feuerzeug.visible .info-hotspot-text {
    display: block;
    transform: translateX(-220px) translateY(70px);
}

.hotspot.Feuerzeug .info-hotspot-header {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 233px;
    left: -212px;
}


.hotspot.visible{
    z-index: 999;
}
/*Custom Hotspots*/ 
.hotspot.contents.visible,
.hotspot.contentsvisible.visible{
  transform:none !important;
  top: 65px;
  left: 25px;
}
.hotspot.contents.visible .info-hotspot-header,
.hotspot.contents.visible .info-hotspot-header:hover,
.desktop .hotspot.contents.visible .info-hotspot-header:hover,
.desktop.no-touch .hotspot.contents.visible .info-hotspot-header:hover,

.hotspot.contentsvisible.visible .info-hotspot-header,
.hotspot.contentsvisible.visible .info-hotspot-header:hover,
.desktop .hotspot.contentsvisible.visible .info-hotspot-header:hover,
.desktop.no-touch .hotspot.contentsvisible.visible .info-hotspot-header:hover
{
  width: calc(100vw - 50px);
}
.hotspot.contents.visible .info-hotspot-close-wrapper,
.hotspot.contentsvisible.visible .info-hotspot-close-wrapper{
  left: calc(100% - 40px);
}
.hotspot.contents .info-hotspot-text,
.hotspot.contentsvisible .info-hotspot-text{
  width: calc(100vw - 50px);
  height:calc(100vh - 130px);
  max-height:initial;
  background-color: rgb(255 255 255 / 80%);
}
.hotspot.contents .info-hotspot-text iframe{
width: 100%;
height: 100%;
}
/*contentvisible*/
.contentsvisible.info-hotspot .info-hotspot-title-wrapper{
    display: none;
  }
  .contentsvisible.info-hotspot.visible .info-hotspot-title-wrapper{
    display: block;
  }
  .desktop .contentsvisible.info-hotspot .info-hotspot-text{
    visibility: visible;
    overflow: hidden;
    -ms-transform: perspective(200px) rotateX(0deg);
    -webkit-transform: perspective(200px) rotateX(0deg);
    transform: perspective(200px) rotateX(0deg);
    -webkit-transition: -ms-transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s, transform 0.3s 0.3s, visibility 0s 0s;
    transition: -ms-transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s, transform 0.3s 0.3s, visibility 0s 0s;
  }
  .hotspot.contentsvisible .info-hotspot-header{
    position: relative;
    z-index: 5;
  }
  .hotspot.contentsvisible .info-hotspot-text{
    background-color: transparent;
    width: 150px;
    height: auto;
    max-height: 150px;
    z-index: 4;
  }
  .hotspot.contentsvisible.visible .info-hotspot-text{
    width: calc(100vw - 50px);
    height: calc(100vh - 130px);
    max-height: initial;
    background-color: rgb(255 255 255 / 80%);
  }
  .hotspot.contentsvisible .info-hotspot-text iframe{
    width: 130px;
      height: 130px;
  }
  .hotspot.contentsvisible.visible .info-hotspot-text iframe{
    width: 100%;
    height: 100%;
    }
  
  /* .hotspot .info-hotspot-header,
  .hotspot .info-hotspot-text{
    display: none;
  }
  .hotspot.visible .info-hotspot-header,
  .hotspot.visible .info-hotspot-text{
    display: block;
  } */

  .hotspot.robot .info-hotspot-header{
display: none;
  }
  .hotspot.robot .info-hotspot-text{
visibility: visible;
  }
.hotspot.no-header .info-hotspot-header,
.hotspot.Feuerzeug .info-hotspot-header
  .hotspot.videofenster .info-hotspot-header{
      display: none !important;
    
  }

  .hotspot.no-i-icon .info-hotspot-icon{
    display: none !important;
  }
.text-wrapper img{
    width: 100%;
}
.mask .text-wrapper img,
.messestand .text-wrapper img{
    width: 75%;
}
.info-hotspot-text2{
    display: none;
}
.visible .info-hotspot-text2{
    display: block;
    height: initial !important;
    padding: 150px 150px 150px 0;
}

.double-text.visible .text-wrapper{
    display: flex;
    align-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 80%);
}
.double-text.visible .text-wrapper div{
    width: 50% !important;
    height: calc(100vh - 130px);
    max-height: initial;
    background-color: transparent !important;
    position: relative;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.3;
}
.double-text .info-hotspot-close-icon{
    display: block;
}
.skimmingcard iframe{
    position: relative;
    top: -35px;
    left: -25px;
}
.skimmingcard .info-hotspot-header{
    right: -30px;
}
.skimmingcard.visible .info-hotspot-header{
    right: 0px;
}


.info-hotspot.contents .info-hotspot-title-wrapper{
    left: 50px;
    height: 50px;
}
.info-hotspot.contents .info-hotspot-header,
.info-hotspot.contents .info-hotspot-icon-wrapper {
    width: 50px;
    height: 50px;
}