﻿body {
    background-color: #3c3c3c;
    margin: 0px;
    padding: 30px;
}

    body.obs-backgorund {
        margin: 0;
        padding: 0;
        background-color: #3c3c3c;
        background-image: url('../pic/blurred-zibele-party.jpg');
        overflow: hidden;
    }

    body.obs-wobackgorund {
        margin: 0;
        padding: 0;
        background-color: transparent;
        overflow: hidden !important;
    }

    body.obs-whitebackgorund {
        margin: 0;
        padding: 0;
        background-color: #fff;
        overflow: hidden;
    }

.fullscreen {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.cd-backgorund {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #3c3c3c;
}

.rot-back {
    background: url(../pic/rot-background.jpg);
    color: #eee;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 100px;
    perspective-origin: 50% 50%;
    animation: animation 60s linear infinite;
}

@keyframes animation {
    0% {
        transform: scale(2.5) rotate(0deg);
    }

    50% {
        transform: scale(3.5) rotate(180deg);
    }

    100% {
        transform: scale(2.5) rotate(360deg);
    }
}

.be-absolute {
    position: absolute;
    top: -85px;
    left: 200px;
}

#CountdownCounter {
    color: #ffffff;
    font-weight: 700;
    font-family: Consolas;
    font-size: 120px;
    text-shadow: 6px 6px 11px rgba(0,0,0,0.65);
}

#CountdownCounter2 {
    color: #ffffff;
    font-weight: 700;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 60px;
    text-shadow: 6px 6px 11px rgba(0,0,0,0.95);
    margin: 0;
    margin-left: 20px;
    color: black;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}

h1 {
    color: #fd9427;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 30px;
}

h2 {
    color: #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 15px;
}

.textbox {
    border: 1px solid #fd9427;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #fff;
    font-size: 23px;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.no-uppercase {
    text-transform: none;
}

.textarea {
    height: 240px;
    max-width: none;
    overflow-y: scroll;
    text-transform: none;
}

.textarea-headlines {
    font-size: 17px;
    height: 100px;
    /*resize: none;*/
}

.save-button {
    background-color: #fd9427;
    border: 2px solid #000;
    /* width: 320px; */
    height: 46px;
    margin-bottom: 20px;
    margin-right: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 0.4em;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
}

    .save-button:hover {
        background-color: #aaa;
    }



.switch-button {
    background-color: #aaa;
    border: 2px solid #000;
    padding: 15px 5px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    border-radius: 0.4em;
    color: #232323;
    white-space: normal;
}

    .switch-button:hover {
        background-color: #fff;
    }

#ButtonsDiv .switch-button {
    width: 320px;
    font-size: 2.2em;
    margin-bottom: 20px;
    margin-right: 20px;
}

#ButtonsDivTwoCols {
    width: 400px;
}

    #ButtonsDivTwoCols .switch-button {
        background-color: #87caf1;
        width: 165px;
        font-size: 1.3em;
        margin-bottom: 5px;
    }

    #ButtonsDivTwoCols #BackButton {
        background-color: rgba(238, 238, 238, 0.17);
        color: rgba(0,0,0,0.95);
    }

    #ButtonsDivTwoCols #To2DJsButton {
        background-color: #aaa;
    }

#DjSetupButton, #ScreenSetupButton {
    background-color: #87caf1;
}

#PanneButton {
    background-color: #ff0000;
}


.active {
    color: #000;
    background-color: #fffd68;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(255,255,171,1);
    -moz-box-shadow: 0px 0px 22px 0px rgba(255,255,171,1);
    box-shadow: 0px 0px 22px 0px rgba(255,255,171,1);
}

.breaking-header {
    position: absolute;
    left: 80px;
    bottom: 97px;
    height: 210px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #ff0101;
}

    .breaking-header span {
        display: inline-block;
        font-family: Arial;
        font-size: 50px;
        font-weight: 600;
        color: #eee;
        margin-top: 2px;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.42);
    }

.headlines-text {
    position: absolute;
    overflow: hidden;
    left: 95px;
    bottom: 97px;
    height: 148px;
    width: calc(100% - 450px); /*450px*/
    padding-left: 35px;
    padding-right: 35px;
    background-color: #eee;
}

    .headlines-text span {
        display: inline-block;
        font-family: 'Arial Narrow', arial;
        font-size: 92px;
        line-height: 120px;
        font-weight: 700;
        color: #000;
        margin-top: 12px;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        transition: all 0.3s;
    }

.scroller-container {
    position: absolute;
    width: calc(100% - 60px - 380px);
    left: 80px;
    bottom: 30px;
    background-color: #000;
}

.scroller {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 20px);
    bottom: 0px;
    margin-bottom: 5px;
    margin-left: 10px;
}

    .scroller span {
        display: inline-block;
        padding-left: 100%;
        font-family: Arial;
        font-size: 36px;
        font-weight: 600;
        color: #eee;
        letter-spacing: 0.00em;
        text-transform: uppercase;
        animation: marquee 15s linear infinite;
    }

.onair {
    position: absolute;
    overflow: hidden;
    right: 78px;
    bottom: 30px;
    height: 53px;
    width: 283px;
    background-color: #424741;
    text-align: center;
}

    .onair span {
        display: inline-block;
        font-family: Arial;
        font-size: 36px;
        font-weight: 600;
        margin-top: 6px;
        color: #eee;
        letter-spacing: 0.00em;
        text-transform: none;
    }

.cnn-sticker {
    position: absolute;
    right: 78px;
    bottom: 96px;
    height: 198px;
    width: 193px;
    background-image: url(../pic/cnn-live-sticker.png);
}

.clock {
    position: absolute;
    overflow: hidden;
    right: 78px;
    bottom: 96px;
    height: 35px;
    width: 193px;
    background-color: #000;
    text-align: center;
}

    .clock span {
        display: inline-block;
        font-family: Tahoma;
        font-size: 27px;
        font-weight: 700;
        margin-top: 0px;
        color: #bababa;
        letter-spacing: 0.07em;
    }

.label-left {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    height: 46px;
    width: 100%;
    background-image: url(../pic/Label-Left.png);
    background-repeat: no-repeat;
}

    .label-left span {
        display: inline-block;
        font-family: Tahoma;
        font-size: 31px;
        font-weight: 600;
        margin-top: 2px;
        margin-left: 20px;
        color: #000;
        letter-spacing: 0.0em;
    }

.label-right {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    height: 46px;
    width: 100%;
    background-image: url(../pic/Label-Right.png);
    background-repeat: no-repeat;
    background-position: right;
    text-align: right;
}

    .label-right span {
        display: inline-block;
        font-family: Tahoma;
        font-size: 31px;
        font-weight: 600;
        margin-top: 2px;
        margin-right: 20px;
        color: #000;
        letter-spacing: 0.0em;
    }

.djkino-logo {
    position: absolute;
    overflow: hidden;
    right: 78px;
    bottom: 132px;
    width: 193px;
    text-align: center;
}

    .djkino-logo img {
        width: 54%;
    }

@keyframes marquee {
    0% {
        transform: translate(0%, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.wiggle-me {
    -webkit-animation-name: wiggle;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
}

@keyframes wiggle {
    0% {
        transform: rotate(10deg);
    }

    25% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(10deg);
    }
}

/* Time Machine */
.timemachine-image {
    height: 300px;
}

.timemachine-moverleft {
    position: absolute;
    bottom: -40px;
    left: -500px;
    animation: move-to-left 29.8s linear infinite;
}

.timemachine-jumper {
    position: absolute;
    bottom: 268px;
    animation: jumper_ 4s linear infinite;
}

.timemachine-waver {
    position: absolute;
    bottom: 0px;
    animation: waver 4s linear infinite;
}

@keyframes move-to-left {
    0% {
        left: -500px;
    }

    100% {
        left: 7000px;
    }
}

@keyframes waver {
    0% {
        bottom: 400px;
        animation-timing-function: ease-in-out;
    }

    50% {
        bottom: 640px;
        animation-timing-function: ease-in-out;
    }

    100% {
        bottom: 400px;
        animation-timing-function: ease-in-out;
    }
}

@keyframes jumper {
    0% {
        bottom: 400px;
        animation-timing-function: ease-out;
    }

    50% {
        bottom: 640px;
        animation-timing-function: ease-out;
    }

    100% {
        bottom: 400px;
        animation-timing-function: ease-out;
    }
}