html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

#container {
    width: 100%;
    height: 100%;
}

#panel {
    width: 320px;
    height: 240px;
    background-color: #fff;
}

a:link, a:visited{
color: #bdc3c7;
}

.credit{
position: absolute;
text-align: center;
width: 100%;
padding: 20px 0;
color: #fff;
}

#desc-container {
max-width: 1280px;
max-height: 720px;
min-width: 640px;
min-height: 360px;
background: #fff;
color: #000;
border-radius: 0px;
overflow: auto;
margin: 0;
padding: 0;
-webkit-overflow-scrolling: touch;
}

#desc-container > iframe {
border: none;
max-width: 1280px;
max-height: 720px;
min-width: 640px;
min-height: 360px;
}

.title {
font-size: 1.5em;
text-align: center;
padding: 5px;
}

.text {
padding: 0 20px 20px 20px;
}

#progress {
width: 0;
height: 5px;
position: fixed;
top: 0;
background: #fff;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}

#progress.finish {
opacity: 0;
}

body {
background: #454a59;
}
.spotWrapper {
position: absolute;
}
@keyframes pulse {
    0% {
        transform: scale(.8);
        -webkit-transform: scale(.8);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.spotWrapper .dot {
    height: 25px;
    width: 25px;
    background-color: #2c74a9;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transform: scale(.8);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 500;
}
.spotWrapper.active .dot {
    background-color:#ff0000;
    -webkit-animation: pulse 0.6s infinite alternate;
} 
.spotWrapper .dot:hover {
    transform: scale(1.1);
}
#overlay_left {
    display: block;
    position: absolute;
    width: 252px;
    height: auto;
    padding: 14px 15px;
    background:rgba(240, 125, 0, 0.5);
    left: 0;
    top: calc(20vh / 2);
    overflow: hidden;
    z-index: 9999;
    transition: transform 1s ease;
    transform: translateX(-110%);
} 
#overlay_left.active {
    transform: translateX(0%);
    opacity: 1;
}
#overlay_left img{
    margin: -1px 0px;
    width: 250px;
}
#overlay_left img:not(:first-child) {
    cursor: pointer;
}
.fancybox-link{
    position: absolute;
    z-index: 99999;
    bottom: -44px;
    width: 100%;
    max-height: 40px;
    background: #f07d00;
    height: 40px;
    padding: 7px; 
    color: #fff!important;
    text-decoration: none;
    font-size: 25px;
}
.fancybox-link img{
    height: 80%; 
    margin-right: 10px;
    max-height: 20px;
}
.fancybox-link p{
    display: inline;
}
.fancybox-content{
    height: 80%!important;
    width: 81%!important;
}

#map {
    display: block;
    position: absolute;
    width: calc(325px/1.5);
    height: calc(586px/1.5);
    background:#fff;
    right: 5px;
    top: calc(50vh - ((586px/1.5)/2));
    overflow: hidden;
    background: url('../icons/igus_map_edit.png');
    background-size: cover;
    z-index: 9999;
    transition: transform 1s ease;
    transform: translateX(110%);
}
#map.active {
    transform: translateX(0%);
    opacity: 1;
}
@media only screen and (max-width: 800px) {
    #map {
        display:none;
    }
}
.spotWrapper .cone {
position: absolute;
background: url('../icons/kegel.png');
width: 150px;
height: 150px;
background-size: cover;
z-index: 250;
opacity: 0.5;
display:none;
bottom:calc(-75px + (25px/2)); left:calc(-75px + (25px/2));

}
.spotWrapper.active .cone {
display: inline-block;
}

#control-web{
    position: absolute;
    width: 80vw;
    height: auto;
    left: 5vw;
    top: 5vh;
    text-align: center;
    cursor:pointer;
    z-index:99999;
    display:none;
}
#control-web .wrapper{
    background-color:rgba(255,255,255,0.75);
    position: relative;
    /* position: relative;
    top: 50%;
    transform: translateY(-50%); */;
    -ms-transform: translateY(15vh);
    transform: translateY(15vh);
    max-height: 70vh;
    
}
#control-web img.i_touch {
    display: none;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.grid-container {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 1px 1px;
    grid-template-areas: "a b c d" "e f g h" "i j k l";
    }
    #control-web img.i_web {
        max-height: 70vh;
      }
@media only screen and (max-width: 1025px) {
    #map {
        display: none;
    }
    #control-web {
        width: 100vw;
        left: 0;
    }
    #control-web .wrapper {
        transform: translateY(10vh);
        -ms-transform: translateY(10vh);
        max-height: 70vh;
    }
    #control-web img.i_web {
      display: none;
    }
    #control-web img.i_touch {
        display: inline-block;
    }
}

#textLinks {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #F07D00;
    padding: 5px;
}
#textLinks a {
    color:#fff;
    text-decoration: none;
}
#textLinks a:hover {
    color:#2C74A9;
}

#fbClose {
    width: 140px;
}
#fbClose span {
    display: inline-block;
    float: left;
    margin-top:4px;
    font-size:15px;
}
#fbClose svg {
    display: inline-block;
    width: 20px;
}
.tooltip {
    z-index: 99999;
}
.tooltip-inner {
    background:#6c757d;
    color:#ffffff;
    padding:10px;
    margin-right: 30px;
    font-family: arial;
}
#footer-bar-bottom{
    background:rgba(240, 125, 0, 1);
    height: 50px;
    position: fixed;
    display: flex; /* or inline-flex */
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    left:0;
    width: 100%;
}

#branchenControl {
    display: inline-block;
    height: 20px;
    cursor: pointer;
}
#soundControl {
    display: inline-block;
    height: 20px;
    cursor: pointer;
}
#webControl {
    display: inline-block;
    height: 20px;
    cursor: pointer;
}
#mapControl {
    display: inline-block;
    height: 20px;
    cursor: pointer;
}
.active {
    opacity: 0.5;
}
.ml{
    margin-left:15px;
}
.btn-dark {
    background:#363636;
    color:#fff;
    text-decoration: none;
    font-family: arial;
    padding:10px 20px;
}
.btn-dark:hover{
    background:#000;
}

#flyin_iframe {
    position: absolute;
    right:0;
    top: 0;
    height: 100vh;
    width: 30vw;
    max-width: 450px;
    z-index: 99999;
    background: url('../icons/Eclipse-1s-177px.gif'), #fff;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 1s ease;

}

#flyin_iframe.hide{
    transform: translateX(100%);
}
#flyin_iframe .close {
    font-family: arial;
    font-weight: bold;
    color:#000;
    font-size:20px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
}
#flyin_iframe iframe{
    background:transparent;
    border:0;
    height: 100%;
    width: 100%;
}