#nsbbox {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, .6);
}

#nsbbox img, #nsbbox iframe {
    display: block;
    clear: both;
    max-width: 100%;
    max-height: 100%;
    /*
            max-width: 90%;
            max-height: 90%;
            */

    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    box-shadow: 0 0 50px #333;
}

#nsbbox iframe {
    width: 90%;
    height: 95%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#nsbBOXText {
    display: block;
    position: fixed;
    z-index: 1001;
    bottom: 0;
    margin: 0;
    line-height: 30px;
    font-size: 16px;
    font-style: normal;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    text-align: center;
}

a.pfeilLinks, a.pfeilRechts, a.closeBOX {
    display: block;
    position: fixed;
    z-index: 1001;
    top: 50%;
    margin-top: -60px;
    height: 120px;
    width: 50px;
    background-color: rgba(0, 0, 0, .3);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
}

#nsbbox a.pfeilLinks:hover, #nsbbox a.pfeilRechts:hover, a.closeBOX:hover {
    background-color: rgba(50, 50, 50, .3);
}

#nsbbox .pfeilLinks {
    left: 1%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTEuMDUxcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDExLjA1MSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTEuMDUxIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiM5Mzk1OTgiIHBvaW50cz0iMTAuMDUxLDAuMTYxIDEwLjc1OCwwLjg2OCAxLjYxNCwxMC4wMTMgMTAuNzU4LDE5LjE1NyAxMC4wNTEsMTkuODY0IDAuMiwxMC4wMTMgIi8+DQo8L3N2Zz4NCg==');
}

#nsbbox .pfeilRechts {
    right: 1%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTEuMDUxcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDExLjA1MSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTEuMDUxIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5bGluZSBmaWxsPSJ0cmFuc3BhcmVudCIgc3Ryb2tlPSIjOTM5NTk4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iMC41NTMsMC41MTUgMTAuMDUxLDEwLjAxMyAwLjU1MywxOS41MTEgIi8+DQo8L3N2Zz4=');
}

#nsbbox a.closeBOX {
    display: block;
    position: fixed;
    z-index: 1002;
    top: 15%;
    /*top: 30px;*/
    right: 1%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

.loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    border: 10px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    border-top: 10px solid rgba(100, 100, 100, .2);
    border-bottom: 10px solid rgba(100, 100, 100, .2);
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    box-shadow: 0 0 70px rgba(255, 255, 255, .4);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 479px) {
    #nsbbox .pfeilLinks{
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z' fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    }
    #nsbbox a.pfeilRechts {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    }

    #nsbbox a.pfeilLinks, #nsbbox a.pfeilRechts {
        border:none;
        border-radius:0px;
        background-color: transparent;
        background-size: contain;
        width: 27px;
        height: 44px;
        /*top: -1000px;*/
    }
}

/**/
@keyframes wgoo-loading-circle-anim {
    from {
        opacity: 0.2;
        transform: scale(0.6);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes wgoo-loading-circle-anim-2 {
    0% {
        opacity: 0.6;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

#dataLoading {
   /* position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;

    */
    text-align: center;
    color:#969aa0;
}

.wgoo-loading-icon-outer {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
}

.wgoo-loading-icon-outer .loading-icon-circle-outer.icon-outer-1 {
    left: 0.09375rem;
    -webkit-animation: wgoo-loading-circle-anim 1s ease-in-out 0s infinite alternate;
    animation: wgoo-loading-circle-anim 1s ease-in-out 0s infinite alternate;
}

.wgoo-loading-icon-outer .loading-icon-circle-outer {
    position: absolute;
    top: 0.59375rem;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 0.15625rem;
    background: #B7BEC5;
}

.wgoo-loading-icon-outer .loading-icon-circle-outer.icon-outer-2 {
    left: 0.59375rem;
    -webkit-animation: wgoo-loading-circle-anim-2 0.5s ease-out 0s infinite alternate;
    animation: wgoo-loading-circle-anim-2 0.5s ease-out 0s infinite alternate;
}

.wgoo-loading-icon-outer .loading-icon-circle-outer.icon-outer-3 {
    left: 1.09375rem;
    -webkit-animation: wgoo-loading-circle-anim 1s ease-in-out -1s infinite alternate;
    animation: wgoo-loading-circle-anim 1s ease-in-out -1s infinite alternate;
}

