* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, HelveticaMedCd, HelveticaNeueCondensedBold;
    /* overflow: hidden; */
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    /* Chrome, Opera, Safari */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
    /* position: fixed; */
}

[acc-id="app-container"] {
    position: relative;
    width: 1024px;
    height: 544px;
    overflow: hidden;
    transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    /* IE 9 */
    -webkit-transform-origin: 50% 0%;
    /* Chrome, Safari, Opera */
}

[acc-id="logo-container"] {
    width: 90%;
    position: relative;
    margin: 5px 0;
    text-align: right;
}

[acc-id="logo"] {
    width: 24%;
    height: 77px;
    box-sizing: border-box;
    padding-top: 10px;
    display: inline-block;
}

[acc-id="logo"] img {
    height: 56px;
}

[acc-id="mcq-intro"] {
    width: 1024px;
    height: 544px;
    position: absolute;
    z-index: 1;
}

[acc-id="intro-bg"] {
    position: absolute;
    width: 1024px;
    height: 544px;
    top: 768px;
    background: #D3D3D3;
    z-index: -1;
}

.intro-txt {
    background: #CD110A;
    color: white;
    font-size: 30px;
    width: 624px;
    height: 300px;
    position: absolute;
    left: 1070.95px;
    top: 10px;
    transform-origin: 0% 0%;
    overflow: hidden;
}

.intro-txt>p {
    font-weight: bold;
    position: absolute;
    top: 30px;
    font-size: 26px;
    left: 27px;
    width: 560px;
}

.intro-txt-bg {
    width: 167px;
    height: 253px;
}

.slideshow {
    /* background:#CD110A; */
    width: 400px;
    height: 300px;
    position: absolute;
    left: -410px;
    top: 10px;
    transform-origin: 0% 0%;
    overflow: hidden;
}

.slideshow>img {
    width: 100%;
    position: absolute;
    display: none;
}

.img10 {
    width: 450px;
    height: 300px;
}

.wheel-container {
    pointer-events: none;
    width: 468px;
    height: 468px;
    position: absolute;
    top: 315px;
    left: 78%;
    opacity: 0.15;
}

.wheel-container>img {
    width: 100%;
    height: 100%;
}

.wheel-containerAnim {
    -webkit-animation: rotating 5s linear infinite alternate;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite alternate;
}

@-webkit-keyframes rotating1
/* Safari and Chrome */

    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.startbtn, .newGamebtn, .pricebtn, .submit-btn {
    position: absolute;
    top: 234px;
    width: 183px;
    height: 42px;
    left: 439px;
    display: none;
    z-index: 2;
    cursor: pointer;
}

.pricebtn {
    left: 645px;
    width: auto;
}

.btn {
    background: #f74b45;
    background-image: -webkit-linear-gradient(top, #f74b45, #990a05);
    background-image: -moz-linear-gradient(top, #f74b45, #990a05);
    background-image: -ms-linear-gradient(top, #f74b45, #990a05);
    background-image: -o-linear-gradient(top, #f74b45, #990a05);
    background-image: linear-gradient(to bottom, #f74b45, #990a05);
    -webkit-border-radius: 36;
    -moz-border-radius: 36;
    border-radius: 36px;
    font-family: Arial;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 40px 10px 40px;
    border: solid #e6e6e6 2px;
    text-decoration: none;
    text-align: center;
}

.btn:hover {
    background: #f27d79;
    background-image: -webkit-linear-gradient(top, #f27d79, #b51610);
    background-image: -moz-linear-gradient(top, #f27d79, #b51610);
    background-image: -ms-linear-gradient(top, #f27d79, #b51610);
    background-image: -o-linear-gradient(top, #f27d79, #b51610);
    background-image: linear-gradient(to bottom, #f27d79, #b51610);
    text-decoration: none;
}

.option.correctClr .char {
    background: #a6d145 !important;
}

.option.incorrectClr .char{
    background: #CD110A !important;
}

.bottomTxt {
    position: absolute;
    bottom: 8px;
    left: 20px;
    cursor: pointer;
    z-index: 2;
    color: #1A1A1A;
}

.bottomTxt:hover {
    opacity: 0.3;
}

.privacyPolicyPipe.bottomTxt {
    cursor: default;
    left: 118px;
    bottom: 10px;
}

.privacyPolicyPipe.bottomTxt:hover {
    opacity: 1;
}

.privacyPolicyButton {
    left: 125px;
}

.privacyPolicyButton a {
    color: inherit;
    text-decoration: none;
}

#resetButton {
    left: 900px;
}

#resetButton>img {
    vertical-align: middle;
}

#impressum, #kidszone {
    display: none;
    position: absolute;
    width: 1024px;
    height: 544px;
    top: 93px;
    z-index: 2;
    background: rgba(211, 211, 211, .5);
}

#impresssumScroll, #kidsScroll {
    background: #CD110A;
    top: 10px;
    left: 392px;
    transform-origin: 0% 0%;
    width: 632px;
    height: 300px;
    position: absolute;
    overflow: hidden;
}

#impressum a {
    color: white;
    text-decoration: none;
}

#kidsScroll {
    width: 632px !important;
    left: 392px !important;
}

#scrollImg, #scrollKidsImg {
    width: 552px;
    height: 100%;
    position: absolute;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}

#scrollbarGrp {
    width: 40px;
    height: 230px;
    position: absolute;
    top: 35px;
    right: 15px;
}

#scrollSlider, #scrollKidsSlider {
    width: 15px;
    height: 182px;
    position: relative;
    top: 15px;
    background: #dea6a6;
    margin: auto;
    overflow: visible;
}

#upperArrowScroll {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #dea6a6;
    position: relative;
    margin: auto;
    top: 9px;
}

#downArrowScroll {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #dea6a6;
    position: relative;
    margin: auto;
    margin-top: 20px;
}

#scrollSliderBtn, #scrollKidsSliderBtn {
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 41px;
    height: 21px;
    left: -12px;
    cursor: pointer
}

#impressumCloseBtn, #kidsScrollCloseBtn {
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 3;
    cursor: pointer;
}

#kidsScrollCloseBtn {
    right: 54px !important;
}

#scrollKidsImg>img {
    position: absolute;
}

#mcq-act {
    display: none;
    position: relative;
    top: 10px;
}

.ques-bg {
    background: #CD110A;
    color: white;
    font-size: 30px;
    width: 623px;
    height: 300px;
    position: absolute;
    /* left:400px; */
    /* top:10px; */
    transform-origin: 0% 0%;
    margin-left: -4px;
    overflow: hidden;
}

.quesVideo {
    position: relative;
    /* top:10px; */
    top: 0px;
    display: inline-block;
    vertical-align: top;
}

.starGrp {
    position: relative;
    top: -224px;
    left: 203px;
    width: 411px;
    pointer-events: none;
    display: none;
}

.starGrp>img {
    position: absolute;
}

.stern1 {
    /* top: -141px; */
    /* left: -108px; */
    position: absolute;
}

.star-Anim {
    /*this animation does n't om ie11 so do it from js*/
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
}

@-webkit-keyframes rotating
/* Safari and Chrome */

    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#frz1 {
    left: 23px;
}

.ques-content {
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: 400px;
}

.ques-txt {
    position: relative;
    left: 1070.95px;
    /* top:10px; */
    width: 314px;
    display: inline-block;
    vertical-align: top;
}

.ques-txt>p {
    font-weight: bold;
    font-style: italic;
    position: absolute;
    top: 14px;
    font-size: 20px;
    left: 8px;
    color: white;
    width: 264px;
    transform: translate(0%, -50%);
    top: 130px;
}

.ques-txt>div {
    position: absolute;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    top: 14px;
    font-size: 20px;
    left: 8px;
    color: white;
    width: 264px;
    transform: translate(0%, -50%);
    top: 150px;
}

.options {
    width: 310px;
    display: table;
    top: -18.5px;
    border: 1px solid;
    position: relative;
    border: 2px solid white;
    left: 1070.95px;
}

#opt3 {
    border-bottom: 0px solid white;
}

.char {
    background: rgba(53, 53, 53, .5);
    width: 60px;
    height: 28px;
    display: table-cell;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border-right: 2px solid white;
}

.char>div {
    position: relative;
    /* line-height: 100px; */
    left: 50%;
    transform: translate(-50%, 0%);
    vertical-align: middle;
}

.opt-txt {
    display: table-cell;
    background: rgba(53, 53, 53, 1);
    width: 250px;
    height: 98px;
    margin-left: -4px;
    text-align: center;
    color: white;
    font-size: 20px;
}

.opt-txt>p {
    position: relative;
    width: 85%;
    top: 49px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #D9D9D9;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
}

.option {
    border-bottom: 2px solid white;
    display: table;
    cursor: pointer;
}

.option:hover .opt-txt, .option.clickedByUser .opt-txt {
    background: rgba(138, 138, 138, 1);
}

.frz1 {
    position: absolute;
    top: -8px;
    left: 5px;
    width: 150px;
    height: 150px;
}

.default-anim .frz1 {
    background-image: url('./../gfx/frz1.png');
	background-repeat: no-repeat;
    background-size: 68%;
    background-position: center;
    transform: scale(1);
    animation: frz 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
    -webkit-animation: frz 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}

.addScaleAnim {
    animation: frz 0.7s ease-in-out infinite alternate;
    -webkit-animation: frz 0.7s ease-in-out infinite alternate;
}

@keyframes frz {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

#star-anim {
    position: absolute;
    width: 411px;
}

.default-anim {
    position: absolute;
    top: 121px;
    left: 120px;
    width: 200px;
}

.right-anim {
    position: absolute;
    top: 121px;
    left: 120px;
    display: none;
}

.wrong-anim {
    position: absolute;
    top: 121px;
    left: 120px;
    display: none;
}

.default-anim>img, .right-anim>img, .wrong-anim>img {
    position: absolute;
}

.right-sign, .wrong-sign {
    left: 0px;
}

.speaker-name {
    display: inline-block;
    position: absolute;
    left: 1070px;
    text-align: right;
    width: 363px;
    transform-origin: 0% 0%;
    font-size: 28px;
    line-height: 28px;
    bottom: -90px;
    font-weight: bold;
    font-style: italic;
}

.profession {
    display: inline-block;
    position: absolute;
    left: 1070px;
    text-align: left;
    font-size: 17px;
    width: 266px;
    transform-origin: 0% 0%;
    bottom: -90px;
    color: #1A1A1A;
}

.linebar {
    display: none;
    position: absolute;
    left: 402px;
    border-right: 2px solid;
    height: 50px;
    width: 0px;
    top: 357px;
}

.circle {
    vertical-align: top;
    width: 22px;
    height: 22px;
    background: white;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 20px;
    display: inline-block;
    margin-right: 4px;
    left: 714px;
    position: relative;
    font-size: 14px;
    /* border: 1.1px solid black; */
    text-align: center;
    line-height: 150%;
    box-sizing: border-box;
}

.current-circle {
    /* background:none; */
    border: 1.1px solid black;
}

.right-circle {
    background: #a6d145;
}

.wrong-circle {
    background: red;
}

.progress-bar {
    position: absolute;
    top: 384px;
}

.introscreen-btn {
    display: none;
}

.prize {
    display: none;
    position: absolute;
}

.slideshow_Prizes {
    /* background: #CD110A; */
    width: 390px;
    height: 300px;
    position: absolute;
    left: 0px;
    top: 10px;
    transform-origin: 0% 0%;
    overflow: hidden;
}

.img-gallery>img {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

.btn-prev {
    position: absolute;
    top: 87px;
    left: -19px;
    cursor: pointer;
}

.btn-next {
    position: absolute;
    top: 87px;
    left: 310px;
    cursor: pointer;
}

.intro-txt_Prizes {
    background: #CD110A;
    color: white;
    font-size: 30px;
    width: 320px;
    height: 300px;
    position: absolute;
    left: 390px;
    top: 10px;
    transform-origin: 0% 0%;
    overflow: hidden;
    text-align: center;
}

.Prizes-form {
    background: #363636;
    color: white;
    width: 320px;
    height: 300px;
    position: absolute;
    left: 710px;
    top: 10px;
    transform-origin: 0% 0%;
    overflow: hidden;
    text-align: left;
    font-size: 15px;
}

.Prized-form-fields {
    margin: 4px 10px 0px 10px;
}

input {
    border-width: 0px;
    height: 20px;
}

.Input-field-1, .Input-field-2, .Input-field-7 {
    width: 92%;
    padding-left: 5px;
}

.Input-field-3, .Input-field-5 {
    width: 98%;
    padding-left: 5px;
}

.Input-field-4, .Input-field-6 {
    width: 98%;
    padding-left: 5px;
}

.Prizes-Strabe {
    width: 60%;
    display: inline-block;
}

.Prizes-houseno {
    width: 33%;
    display: inline-block;
}

.Prizes-city {
    width: 60%;
    display: inline-block;
}

.Prizes-zip {
    width: 33%;
    display: inline-block;
}

.starGrp_Prizes {
    position: absolute;
    top: 130px;
    left: 183px;
    width: 411px;
    pointer-events: none;
}

.Prizes-number, .Prizes-number-txt {
    color: white;
    position: absolute;
    top: 30px;
    left: 55px;
    font-size: 22px;
}

.Prizes-number-txt {
    top: 44px;
    font-size: 66px;
    left: 43px;
}

.Prizes-number-txt-singleprice {
    top: 36px !important;
    font-size: 27px !important;
    left: 42px !important;
    width: 80px;
    text-align: center;
}

.intro-txt_Prizes>p {
    position: absolute;
    top: 70px;
    left: 59px;
    font-size: 25px;
    text-align: left;
}

.vidPlayer {
    position: absolute;
    display: none;
}

.vidloading {
    position: absolute;
    left: 70px;
    top: 48px;
}

.form-message {
    position: absolute;
    top: 390px;
}

.form-msg {
    display: inline-block;
    position: absolute;
    font-size: 20px;
    width: 500px;
}

#info-msg {
    font-size: 35px;
    font-weight: bold;
    left: -500px;
    text-align: right;
    font-style: italic;
}

#fdk-msg {
    left: 1070px;
    bottom: -38px;
    font-style: italic;
}

.formValidlinebar {
    display: none;
    position: absolute;
    left: 402px;
    border: 1px solid;
    height: 41px;
    width: 0px;
}

.formRadioBtn {
    width: 12px;
    height: 12px;
    position: absolute;
    border: 1px solid;
    border-radius: 9px;
    margin-top: 0px;
    margin-left: -4px;
    border: 2px solid #cd110a;
    background: white;
    cursor: pointer;
}

#rounded {
    background-color: red;
    position: absolute;
    top: 2px;
    left: 2px;
    border: 4px solid red;
    border-radius: 4px;
    display: none;
}

#ldr {
    position: absolute;
    width: 100%;
    z-index: 4;
    left: 500px;
    top: 154px;
}

#ldr>p {
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
}

#scrollImg>img {
    right: 0px;
    top: 20px;
    position: absolute;
    width: 155px;
}

#scrollTxt {
    color: white;
    position: absolute;
    width: 535px;
    padding: 15px;
    font-size: 17px;
    letter-spacing: 0.2pt;
    line-height: 120%;
    font-family: HelveticaMedCd;
}

.kidsscrollTxt {
    font-family: Times New Roman !important;
    font-size: 15px !important;
    letter-spacing: 0pt !important;
    padding: 0px !important;
    height: 950px;
}

#scrollheaderTxt {
    font-family: HelveticaNeueCondensedBold;
    font-size: 24px;
    color: white;
}

.prizeNotAvailableTxt {
    width: 290px;
    height: 60px;
    background: #AEAEAE;
    top: 214px;
    position: absolute;
    left: 12px;
    display: none;
    background: #e3e3e3;
    background-image: -webkit-linear-gradient(top, #e3e3e3, #AEAEAE);
    background-image: -moz-linear-gradient(top, #e3e3e3, #AEAEAE);
    background-image: -ms-linear-gradient(top, #e3e3e3, #AEAEAE);
    background-image: -o-linear-gradient(top, #e3e3e3, #AEAEAE);
    background-image: linear-gradient(to bottom, #e3e3e3, #AEAEAE);
}

.prizeNotAvailableTxt>p {
    margin-top: 12px;
    margin-left: 28px;
    font-family: arial;
    font-weight: bold;
}

.prizeFrm {
    margin-top: 10px;
}

.acceptPrivacyPolicy {
    text-align: center;
}

.acceptPrivacyPolicy a {
    color: inherit;
    text-decoration: underline;
    font-size: 13px;
}

.progres-bar {
    position: absolute;
    bottom: -87px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .options {
        top: -21px;
    }
}

/*iPhone 6 and iPhone 6+ portrait and landscape*/

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
    .options {
        top: -21px;
    }
    #scrollSliderBtn, #scrollKidsSliderBtn {
        top: 0px;
        width: 80px;
        height: 21px;
        text-align: center;
        position: absolute;
        left: -33px;
    }
    .scrollable-content::-webkit-scrollbar * {
        background: transparent; // manage scrollbar background color here
    }
    .scrollable-content::-webkit-scrollbar-thumb {
        background: rgba(255, 0, 0, 0.1) !important; // manage scrollbar thumb background color here
    }
    /* 	#scrollImg
	{
	overflow-x:hidden;
	overflow-y:scroll;
	} */
}
