@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');



@font-face {
    font-family: 'bebas';
    src: url('/fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('/fonts/bebasneue_regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'bebas';
    src: url('/fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('/fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}


/*
   BACKSTAGE | LIVE.INDUSTRIALSTUDIOS.NL
   2020 - Cybox Backstage CMS
*/


/* reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; } /* remember to define focus styles! */ :focus {outline: 0; } /* remember to highlight inserts somehow! */ ins {text-decoration: none; } del {text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table {border-collapse: collapse; border-spacing: 0; }


html, body {
    height: auto;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    line-height: 1.5;
    background: #fff;
    color: #444;
    overflow-x: hidden;
    overflow-y: scroll;
}
a {
    text-decoration: none;
    color: #f15b23;
}
a:hover {
    color: #666;
}



/* LOGIN SCREEN */
a.mod_login {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0,0,0,0.5);
    font-family: "Roboto";
    display: block;
    color: #fff;
    font-size: .7em;
    padding: 15px;    
}


#login-screen {
    min-height: 100vh;
    background-image: url('../../images/login_bg.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
#login-screen form {
    max-width: 300px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
    margin-top: 50px;
}
#login-screen form img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    pointer-events: none;
    padding: 5px; 
    box-sizing: border-box;
}
#login-screen form .login_text {
    font-size: .7em;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: "Roboto";
    padding: 15px;
    border-radius: 3px;
    text-align: center;
    color: #666;
}
#login-screen form .login_container {
    display: flex;
    flex-direction: column;
    opacity: 0;
}
#login-screen form .login_container input {
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    margin: 5px 0;
    background: #efefef;
    padding: 10px;
    border: 0;
    box-sizing: border-box;
    border-radius: 3px;
}
#login-screen form .login_container input[type=submit] {
    -webkit-appearance: none;
    background: #f15b23;
    color: #fff;
    cursor: pointer;
    padding: 15px 15px;
}
#login-screen form .login_container input[type=submit]:hover {
    background: #db5421;
}
#login-screen .poweredby {
    font-size: .6em;
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: "Roboto";
    margin-top: 30px;
}
#login-screen .poweredby img {
    width: 100px;
    margin-left: 10px;
    transform: translateY(6px);
}

/* PLACEHOLDER PAGE LIKE HOME ETC */
#placeholder {
    min-height: 100vh;
    background-image: url('../../images/login_bg.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;    
}
#placeholder .message {
    max-width: 300px;
    background: #fff;
    padding: 35px;
    box-sizing: border-box;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
    margin-top: 50px; text-align: center;font-size: .7em;
    line-height: 1.5;
    font-family: "Roboto";
    border-radius: 3px;
    text-align: center;
    color: #666;
}
#placeholder .message.wide {
    max-width: 800px;
}
#placeholder .message img {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    pointer-events: none;
    padding: 5px; 
    box-sizing: border-box;
}
#placeholder .message.wide h1,
#placeholder .message.wide .content {
    text-align: left;
}
#placeholder .message.wide .content p {
    margin-bottom: 1em;
}
#placeholder .message.wide .content p:last-of-type {
    margin-bottom: 0;
}
#placeholder .message.wide .content ul {
    margin-bottom: 1em;
}
#placeholder .message.wide .content ul li {
    list-style-type: disc;
    margin-left: 1em;
}
#placeholder .message.wide h1 {
    font-size: 2em;
}
#placeholder .message.wide .content h2 {
    font-size: 1.3em;
}
#placeholder .message.wide img {
    max-width: 300px;
}

/* EVENT PAGE */
#event {
    position: relative;
    min-height: 100vh;
    /*padding-top: 120px;*/
}
    #event .btn-holder{
        display: flex;
        position: absolute;
        z-index: 9;
        right: 0;
        justify-content: space-between;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #event .btn-holder .control-btn{
        /* margin-right: 20px; */
    }
    /* event - logout */
    #event .logout {
        margin-left: 20px;
    }
    #event .logout a,
    #event .return a {
        display: block;
        color: #fff;
        font-family: "Roboto";
        font-size: .7em;
        display: flex;
        align-items: center;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
        border-radius: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding: 10px 15px;
        background: rgba(0,0,0,0.2);
        line-height: 1;
    }
    #event .logout a svg,
    #event .return a svg {
        fill: #fff;
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    /* event - top bg image */
    #event .event_bg {
        width: 100%;
        height: 400px;
        position: absolute;
        left: 0%;
        top: 0%;    
        overflow: hidden;
        z-index: 1;      
    }
    #event .event_bg .image {
        position: absolute;
        left: -5%;
        top: -5%;
        width: 110%;
        height: 110%;
        background-image: url('../../images/login_bg.jpg');
        background-size: cover; 
        filter: blur(10px);
    }
    /* event - header front */
    #event .event_header {
        background: #fff;
        /*max-width: 1245px;*/
        margin: 0 auto;        
        position: relative;
        z-index: 2;
        
        overflow: hidden;

        height: 12vh; /* height: 130px; added 10-05-2021 */
        background-size: cover;
        background-position: 50% 50%;
    }
    #event .event_header img.banner-back {
        display: block;
        min-width: 100%;
        min-height: 100%;
    }
    #event .event_header .event_header-title {
        position: relative;
        display: flex;
        /* justify-content: space-between; */
        flex-direction: row-reverse;
        justify-content: flex-end;
        height: 100%;
        align-items: center;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        box-sizing: border-box;
    }
    #event .event_header .event_header-title .event_header-title--text {
        padding: 0px;
        /*background: rgba(0,0,0,0.2);*/
        color: #fff;
        /* margin-left: 20px; */
        line-height: 1;
        filter: drop-shadow(0px 0px 4px #000);
    }
    #event .event_header .event_header-title .event_header-title--text h1 {
        font-size: 1.6em;
        margin-bottom: 2px;

        font-weight: bold;
        text-transform: uppercase;
        font-family: 'bebas';
    }
    #event .event_header .event_header-title .event_header-title--text h2 {
        font-size: .9em;
        font-weight: 400;
    }
    #event .event_header .event_header-title .event_header-title--logo {
        
        height: 80px;
        /*background: #fff;*/
        margin-bottom: 7px;
        margin-right: 10px;
        margin-left: 20px;
    }
    #event .event_header .event_header-title .event_header-title--logo img.logo {
        display: block;
        height: 100%;
        padding: 5px;
        box-sizing: border-box;
        pointer-events: none;
    }
    /* event - tabs */
    .event_tabs {
        padding-left: 20px;
        padding-top: 20px;
        display: flex;
        justify-content: flex-start;
        position: relative;
        height: 50px;
        box-sizing: border-box;
    }
    .event_tabs:after {
        content: "";
        width: 100%;
        height: 30px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(186,186,186,0.5245448521205357) 100%);
        z-index: 1;
    }
    .event_tabs .event_tab {
        padding: 5px 15px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        margin-right: 10px;
        font-size: 1em;      
        line-height: 1;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'bebas';
        position: relative;
        z-index: 2;
        cursor: pointer;
        white-space: nowrap;
    }

    /* #app override : */
    #totals .tab-holder .event_tab.chat {
        font-family: 'bebas';
        font-size: 1.4em!important;  
        line-height: 20px;
        padding-top: 4px!important;
    }

    .event_tabs .event_tab.chat {
        margin-left: auto;
        margin-right: 20px;
        pointer-events: none;

        align-self: flex-end;
    }
    /* event - height control (footer altijd onderin krijgen, getal van min-height bij benadering is het idee) */
    /*#event #event_height_control {
        min-height: calc(80vh - 50px);
        position: relative;
        overflow: hidden;
    }
    #event_height_control .event_content:first-of-type {
        padding: 0 20px;
        background: #e9e9e9 !important;
    }*/
    #event #event_height_control.sticky_footer {
        margin-bottom: 50px;
    }

    /* event - content rij */
    #event .event_content {
        background: #fff;
        /*max-width: 1245px;*/
        margin: 0 auto;        
        position: relative;
        z-index: 10;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;   
        /*box-shadow: 0px 0px 100px rgba(0,0,0,0.1); */ 
    }
    #event .event_content.stream-app-holder {
        
        height: calc(88vh - 100px); /* height: calc(100vh - 230px);  */
        position: relative; 
        overflow: hidden;
    }
        /* some in app overrides */
        #event .event_content.stream-app-holder .btn {
            font-size: 1.5em;
        }
    #event .event_content .event_block {
        box-sizing: border-box;
        width: 50%;
        padding: 50px;
    }
    #event .event_content .event_block:nth-of-type(1),
    #event .event_content .event_block:nth-of-type(4) {
        background: #efefef;
    }
    #event .event_content .event_block p,
    #event .event_content .event_block ul {
        font-size: .9em;
        line-height: 1.6;
        margin-bottom: 1.5em;
    }
    #event .event_content .event_block p:last-of-type {
        margin-bottom: 0;
    }
    #event .event_content .event_block ul li {
        list-style-type: disc;
        margin-left: 1em;
    }
    #event .event_content .event_block h1 {
        font-size: 1.7em;
        color: #f15b23;
    }
    #event .event_content .event_block h2 {
        font-size: 1.5em;
        color: #f15b23;
    }
    #event .event_content .event_block em {
        color: #f15b23;
        font-family: "Roboto"
    }
    #event .event_content .event_block .buttons {
        display: flex;
        flex-direction: column;
    }
    #event .event_content .event_block .buttons a.event_button {
        background-color: #f15b23;
        color: #fff;
        border-radius: 5px;
        display: block;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1.2em;
    }
    #event .event_content .event_block .buttons a.event_button:last-of-type {
        margin-bottom: 0;
    }
    #event .event_content .event_block .buttons a.event_button svg {
        fill: #fff;
        margin-right: 20px;
        width: 30px;
        height: 30px;
    }
    #event .event_content .event_block .buttons a.event_button:hover {
        background: #db5421;
    }

    /* event - rules image */
    #event .event_content .event_block.event_rule_image {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #event .event_content .event_block.event_rule_image img {
        
        max-width: 100%;
        max-height: 100%;
    }


    /* event - viewerquestion */
    #event .event_content .event_viewerquestion_wrapper {
        width: 70%;
    }
    #event .event_content .event_viewerquestion {
        width: 90%;
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #e9e9e9;
        /*border-bottom: 2px solid #efefef;*/
        box-sizing: border-box;
    }
    #event .event_content .event_viewerquestion div {
        flex-grow: 1;
    }
    #event .event_content .event_viewerquestion input,
    #event .event_content .event_viewerquestion select {
        font-size: .8em;
        font-family: "Roboto";
        border: 2px solid #fff;
        padding: 10px;
        background: #fff;
        /*width: calc(50% - 20px);*/
        box-sizing: border-box;
        width: 100%;


        -webkit-appearance: none;
        appearance: none;
    }
    #event .event_content .event_viewerquestion input[type=text] {
        background: #fff;
    }
    #event .event_content .event_viewerquestion select {
        width: auto;
        /*border: 0;*/
        margin-right: 30px;
        margin-left: 30px;
        background-color: #fff;
        padding-right: 35px;

        background-image: url('../../images/icons/arrow-dropdown.svg');
        background-position: calc(100% - 10px) 50%;
        background-repeat: no-repeat;
        background-size: 12px 12px;

    }
    #event .event_content .event_viewerquestion input[type='button'] {
        background: #999;
        border-radius: 5px;
        color: #fff;
        border-color: #999;
        max-width: 140px;
        margin-right: 0;
        margin-left: 15px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'bebas';
        font-size: 1.1em;
        padding: 6px 10px;
        cursor: pointer;

    }
    /* event - event footer */
    #event .event_footer {
        padding: 15px 20px;
        /*max-width: 1245px;*/
        margin: 0 auto;  
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #252525;
        font-size: .6em;
        color: #fff;

        box-sizing: border-box;
        height: 50px;
    }
    #event .event_footer.sticky_footer{
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 10;
    }
    #event .event_footer .event_footer--logo a {
        display: flex;
        align-items: center;
        color: #666;
        white-space: nowrap;
        pointer-events: none;
    }
    #event .event_footer .event_footer--logo a img {
        margin-left: 10px;
        width: 65px;
    }
    #event .event_footer .credits {
        font-family: "Roboto";
        display: flex;
    }
    #event .event_footer .credits a {
        color: #fff;
    }
    #event .event_footer .credits div.tech-support,
    #event .event_footer .credits a.link {
        margin-left: 15px;
    } 
    #event .event_footer .credits div.tech-support {
        display: flex;
        align-items: center;
    }  
    #event .event_footer .credits div.tech-support a svg {
        fill: #fff;
        width: 13px;
        height: 13px;
        margin-left: 10px;
        transform: scale(1.3);
    }
    #event .event_footer .credits div.tech-support a:hover svg {
        fill: #ccc;
    }
    /*#event .event_footer .credits a:hover {
        text-decoration: underline;
    }*/
    #event .event_footer .credits .cybox-tag {
        display: flex;
        align-items: center;
        opacity: 0.3;
    }
    #event .event_footer .credits .cybox-tag svg {
        fill: #fff;
        height: 12px;
        margin-left: 6px;
        transform: translateY(1px);
    }


    #event .event_footer.event_footer_light {
        background: #f5f5f5;
        color: #252525;

        /*background: linear-gradient(180deg , rgba(222,222,222,0.2) 0%, rgba(186,186,186,0.5245448521205357) 100%); */
    }
    #event .event_footer.event_footer_light  .credits a {
        color: #252525;
    }
    #event .event_footer.event_footer_light .credits .cybox-tag svg {
        fill: #252525;
    }
    #event .event_footer .event_footer--logo a img {
        transform: translateY(-2px);
    }

 

    /* event - shoutbox*/
    .shoutbox#shoutbox {
        padding: 0px;
        display: flex;
        flex-direction: column;
        height: 100vh;
        position: relative;
        /*border: 2px solid #efefef;*/
        

        /*border-left: 2px solid #bebebe;*/
    }
    .shoutbox#shoutbox .totals {
        position: relative;
        left: 0px;
        top: 0px;
        z-index: 9;
        padding: 20px 20px;
        display: flex;
        align-items: center;
        background: rgba(239,239,239,1);
        background: #fff;
        /*border-radius: 5px;*/
        box-sizing: border-box;
        font-size: .8em;

        /*-webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px); */

        width: 100%;     
        font-style: italic;  
        display: flex;
        justify-content: space-between;
    }
    .shoutbox#shoutbox .totals:after {
        content: "";
        height: 2px;
        width: calc(100% - 40px);
        left: 20px;
        bottom: 0;
        position: absolute;
        background: #bebebe;
    }
    .shoutbox#shoutbox .totals:before {
        content: "";
        height: 30px;
        width: calc(100% );
        left: 0px;
        bottom: -30px;
        position: absolute;
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5245448521205357) 100%);
    }   
    .shoutbox#shoutbox .totals .num-online {
        display: flex;
        align-items: center;
    }
    .shoutbox#shoutbox .totals .number {
        padding: 5px 10px;
        background: red;
        margin-right: 10px;
        border-radius: 5px;
        font-style: normal;
    }
    .shoutbox#shoutbox .totals svg {
        margin-left: 16px;
        width: 22px;
        height: 22px;
        margin-top: 6px;
        fill: #ccc;
    }
    .shoutbox#shoutbox .totals svg:hover {
        fill: #000;
    }    
    #shoutbox .messages {
        overflow-y: scroll;
        width: 100%;
        height: calc(100% - 100px);
        box-sizing: border-box;
        word-break: break-all;
        padding-right: 20px;
        padding-left: 20px;
    }
    #shoutbox .messages::-webkit-scrollbar {
        width: 5px;
    }
    #shoutbox .messages::-webkit-scrollbar-thumb {
        background: #efefef;
    }
    #shoutbox .messages::-webkit-scrollbar-track {
        background: #fff;
    }

    #shoutbox .input {
        width: 100%;
        height: 100px;
        box-sizing: border-box;
        padding: 15px 20px;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        position: relative;
        
        /*border-top: 2px solid #efefef;*/
    }
    #shoutbox .messages.extended {
    	height: 100%;
    }
    #shoutbox .input.extended {
    	height: 200px;
    }
    #shoutbox .input input {
        font-family: inherit;
        font-size: inherit;
        margin: 5px 0;
        padding: 7px 10px;
        box-sizing: border-box;
        border-radius: 0px;
        border: 0px;
    }
    #shoutbox .input input[type=text] {
        padding-left: 27px;
        max-width: 99%; 
        background-size: 15px 15px;
        background-repeat: no-repeat;
        background-position: 5px 9px;
        border: 2px solid #efefef;   
        font-size: .8em;
        font-family: "Roboto";
        box-sizing: border-box;
    }
    #shoutbox .input textarea[name=message] {
        /*padding-left: 30px;*/
        width: 60%; 
        /*background-size: 15px 15px;
        background-repeat: no-repeat;
        background-position: 3px 13px;*/
        border: 2px solid #efefef;   
        font-size: .8em;
        font-family: "Roboto";
        padding: 5px;
        box-sizing: border-box;
        height: 85px!important;
        resize: none;
        margin-top: 5px;

        -webkit-appearance:none;
        appearance:none;
        /*background-image: url('../../images/icons/shoutbox-msg.svg?123');*/
    }    
    #shoutbox .input input[type=text][name=username] {
        background-image: url('../../images/icons/shoutbox-user.svg?123');
    }
    #shoutbox .input input[type=text][name=email] {
        background-image: url('../../images/icons/shoutbox-mail.svg?123');
    }    
    #shoutbox .input input[type=text][name=message] {
        background-image: url('../../images/icons/shoutbox-msg.svg?123');
    }
    #shoutbox .input input[type=button] {
        background: transparent;
        -webkit-appearance:none;
        position: absolute;
        right: 10px;
        bottom: 0px;
        width: 30%;
        background-color: #f15b23;
        color: #fff;
        border-radius: 5px;
        font-family: "Roboto";
        font-size: .8em;
        margin: 0px 15px;
        line-height: 28px;
        cursor: pointer;

        text-transform: uppercase;
        font-family: 'bebas';
        font-size: 1.1em;
        padding: 6px 10px;
        padding-top: 8px;
        font-weight: 700;        
    }
    #shoutbox .input input[type=button]:hover {
        background-size: 43px 43px;
    }
    #shoutbox .input img {
        display: block;
        width: 100%;
        margin-top: 3px;
    }
    #shoutbox .yabanned {
        background-color: #f55;
        padding: 10px;
        border-radius: 3px;
        display: none;
    }
    #shoutbox .messages .message {
        box-sizing: border-box;
        padding: 10px 10px;
        /*background: #fbfbfb;*/
        font-size: .8em;
        font-family: "Roboto";
        border-radius: 5px;
        margin-bottom: 10px;
        position: relative;
    }
    /*#shoutbox .messages .message:not(first) {
        border-top: 2px solid #efefef;
    }*/
	#shoutbox .messages .message:first-of-type {
        border-top: 0px;
        margin-top: 10px;
    }
    #shoutbox .messages .message .meta {
        display: flex;
        justify-content: space-between;
    }
    #shoutbox .messages .message span {
        display: block;
    }
    #shoutbox .messages .message span.name, #shoutbox .messages .message span.time {
        font-weight: normal;
        font-family: "Roboto";
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0px;
        color: #fff;
    }
    #shoutbox .messages .message span.name {
        font-weight: bold;
    }
    #shoutbox .messages .message span.name em {
        font-weight: normal;
        font-style: normal;
        padding-left: 3px;
        color: #ccc;
    }
    #shoutbox .messages .message span.time { 
        font-style: normal !important;
        padding-left: 3px !important;
        opacity: 0.4;
    }
    #shoutbox .messages .message span.msg {
        word-break: break-word;
    }
    #shoutbox .messages .message img {
        display: inline-block; 
        margin: 0 2px;
        transform: translateY(3px);
        width: 20px;
        height: 20px;
    }
    #shoutbox .messages .message .actions {
        float: right;
        right: -5px;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2;

        display: flex;
    }
    #shoutbox .messages .message .actions span {
        cursor: pointer;
        font-weight: bold;
        display: block;
        width: 30px;
        height: 30px;
        background: rgba(0,0,0,0.1);
        border-top-left-radius: 3px;
        font-size: .8em;
        text-align: center;
        line-height: 30px;


    }
    #shoutbox input.invalid,
    #shoutbox textarea.invalid {
        /*background-color: #e51c21!important;*/
        /*box-shadow: 0px 0px 10px #e51c21;*/
        background: #ffcdba;
    }

    /* standalone.shoutbox */
    #shoutbox.standalone {
    	height: calc(100vh - 80px);
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%; 
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
        box-sizing: border-box;
        height: 60px;
        z-index: 9;
    }
    .sticky img.banner {
        display: block;
        width: 100%;
        display: none;
    }
    .sticky img.logo {
        display: block;
        width: 80px;
    }
    .sticky .title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 30px;
        font-size: .8em;
    }

    /* streampage */
    .stream {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 0px 20px;
        padding-bottom: 20px;
        box-sizing: border-box;
    }
    .stream .embed {
        width: 70%;
    }
    .stream .embed .playersizer {
        width: 90%;
    }
        .videowrapper /* video-embed MET behoud videoformaat op 16:9 - ook responsive */ {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
             /* the magic ==> indien 100% breed ==> 56.25%; */
            height: 0;
            background: #000;
        }
        .videowrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
        }
    .stream .chatbox {
        width: 30%;
    }
    .stream .chatbox .shoutbox#shoutbox {
    	/*margin: 30px;*/
    	/*height: 425px;*/
    	/*border: 2px solid #efefef;*/
        height: calc(100vh - 319px);
        /*margin-left: 50px;*/
        box-sizing: border-box;
        min-height: 500px;
    }

    /* shoutbox in fullscreen mode
   .shoutbox#shoutbox.fullscreen {
        position: fixed;
        width: 80%;
        height: 80%;
        left: 10%;
        top:  10%;
        z-index: 999;
        background: #fff;
        margin: 0;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
        border: 0px;
    }
    .popout,
    .popin {
        text-align: center;
        padding-top: 20px;
        font-size: .8em;
        color: #ccc;
        font-family: "Roboto";
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .popout svg,
    .popin svg {
        fill: #ccc;
        width: 16px;
        margin-right: 10px;
    }
    .popin {
        display: none;
        position: fixed;
        right: 10px;
        top: 10px;
        z-index: 9;
        padding-top: 0;
        line-height: 1;
        color:#000;
    }
    .popin svg {
        transform: translateY(6px);
        fill: #000;
        margin-right: 5px;
    }
    .popin.visible {
        display: block;
    } */





/* kiek > jquery.kiek.css (lightweight image viewer by Cybox) */
#kiek {
    position: fixed;
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%;
    box-sizing: border-box;
    z-index: 11;
    text-align:center;
    background-image: url('../../images/icons/loading.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size:32px 32px;
}
#kiek img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -25%;
    display: none;
    max-width:100%;
    max-height:100%;
    cursor: pointer;
}
#kiek iframe {
    z-index: 13;
}
#kiek-overlay {
    width: 100%;
    height: 100%;
    background: #ecf0f1;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: 9;
    border-radius: 3px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    cursor: pointer;
}
#kiek-close {
    position: fixed;
    z-index: 999999999999999;
    right: 45px;
    top: 40px;
    text-align: center;
    font-size: 16px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    color: transparent;
    background-image: url('../../images/icons/close.svg');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor:pointer;
    display: block
}
#kiek-close:hover {
    background-size: 35px 35px;
}
#kiek-close span.kiek-close {
    display: block;
    width: 60px;
    height: 60px;
}
#kiek-title {
    position: fixed;
    z-index: 99999999999;
    left: 0;
    bottom: 3.5%;
    width: 100%;
    text-align: center;
    font-size: 1em;
    cursor:pointer;
    pointer-events: none;
}
div#kiek-left,
div#kiek-right {
    position: fixed;
    height: 100%;
    top:0;
    z-index: 12;
    cursor:pointer;
    text-align: center;
    width: 150px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: transparent;
}
div#kiek-left:hover,
div#kiek-right:hover {
    background-size: 35px 35px;
}
div#kiek-left {
    left:0px;
    background-image: url('../../images/icons/arrow-left.svg');
}
div#kiek-right {
    right: 0px;
    background-image: url('../../images/icons/arrow-right.svg');
}
div#kiek-close span.kiek-close {
    cursor: pointer;
}


/* preview-css */
#stop-preview {
    position: fixed;
    left: 15px;
    bottom: 15px;
    background-color: #000;
    color: white;
    font-weight: 400;
    font-size: 1em;
    padding: 15px;
    line-height: 1;
}
#prev-top, 
#prev-bottom, 
#prev-left, 
#prev-right {
	background: #000;
    position: fixed;
    z-index: 99;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
}
#prev-left, 
#prev-right {
	top: 0; bottom: 0;
	width: 15px;
}
#prev-left { 
    left: 0; 
}
#prev-right { 
    right: 0; 
}
#prev-top, 
#prev-bottom {
	left: 0; 
    right: 0;
	height: 15px;
}
#prev-top { 
    top: 0; 
}
#prev-bottom { 
    bottom: 0; 
}


/* all > disable selection */
#menu, #header, #footer, #submenu, #kiek, #kiek *, #menu-slideout, #contact, .media {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.login_error {
    font-size: 0.7em;
    color: #f77;
}








/* DIALOG FORM */
.elevator {
    margin: 0 auto;
    display: none;
    background-color: #ececec;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 30px;
    max-width: 600px;
    font-size: .8em;
    font-family: 'Roboto';
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}
.elevator div {
    width: 100%;
}
.elevator div:first-of-type {
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
}
.elevator div:last-of-type {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.elevator input {
    font-size: inherit;
    font-family: inherit;
    display: block;
    width: 100%;
    border: 0;
    padding: 5px;
    box-sizing: border-box;
}
.elevator input[type=text] {
    background: #fff;
    padding: 10px;
    color: #000;
    margin: 20px 0;
}
.elevator input[type=button] {
    background: #ccc;
    padding: 15px 10px;
    color: #666;
    box-sizing: border-box;
    width: 48%;
    border-radius: 3px;
    font-size: 1.2em;
}
.elevator input[type=button]:last-of-type {
    background: #f15b23;
    color: #fff;
}



.viewerQuestionThanks {
    text-align: center;
    display: none;
    color: #7ac142;
    padding: 50px 0; 
    padding-bottom: 30px;
    width: 100%;
    font-size: .9em;
    font-family: "Roboto";

}
.viewerQuestionThanks.active {
    display: block;
}


/* #app[data-event_id="43"] #chat{
    display: none;
} */



/* Browser Notification */
.modal-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-container .browser-modal{
    display: block;
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    max-width: 98vw;
    width: 500px;
    position: relative;
}
.modal-container .browser-modal .close{
    cursor: pointer;
    font-size: 2em;
    line-height: .6em;
    position: absolute;
    top: 10px;
    right: 10px;
}


/* redirect form op home */
#redirect-form{
    display: flex;
    margin-top: 10px;
}
#redirect-form button,
#redirect-form input{
    padding: 10px 20px;
    border: none;
    color: #595959;
    font-size: 1.3em;
    font-weight: bold;
    display: block;
    width: 50%;
    height: fit-content;
    height: auto;
}
#redirect-form input[type="tel"]{
    border-radius: 5px 0px 0px 5px;
    /* border: 5px solid #595959; */
    background: #595959;
    color: #fff;
}
#redirect-form input[type="tel"]::placeholder{
    color: rgb(211, 211, 211);
    font-weight: 100;
}
#redirect-form button[type="submit"]{
    border-radius: 0px 5px 5px 0px;
    background: #ffd200;
    /* border: 5px solid #ffd200; */
    /* border: 1px solid transparent; */
    cursor: pointer;
}
#redirect-form button[type="submit"]:hover{
    /* border: 1px solid #595959; */
}