* {
    padding: 0;
    margin: 0;
}

.body {
    background-color: #013147;
    background-color: rgb(1, 49, 73);
    background-image: url(https://www.ecreation.at/wp/wp-content/themes/th-ecreation/img/christmas-icons_weiss.png);
    background-position: 50% 50%;
    overflow: hidden;

}

.bg-animation {
    animation: animate 4s linear infinite;
}

.beschreibung {
    width: 30%;
    position: absolute;
    top: 6rem;
    right: 1rem;
    z-index: 0;
    opacity: .5;
	pointer-events: none;
}

@keyframes animate {
    0% {
        background-position: 470px;
    }

    100% {
        background-position: 0px;
    }
}

::-webkit-scrollbar {
    display: none
}

::selection {
    user-select: none;
    background-color: transparent;
}

#game {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#block1,
#block2 {
    user-select: none;
    width: auto;
    height: 100%;
    position: absolute;
    left: 100vw;
    /* border: 1px solid white; */
}

#block1 {
    top: 0;
    /* transform: translate(0px, calc(-50vh - 128px)); */
    transform: translate(0px, -50%);
}

#block2 {
    bottom: 0;
    /* transform: translate(0px, calc(50vh + 128px)); */
    transform: translate(0px, 50%);
}

.gamestart {
    animation: block 3.5s infinite linear;
}

@keyframes block {
    0% {
        left: 100vw
    }

    100% {
        left: -50px
    }
}


@keyframes block2 {
    0% {
        left: 100vw
    }

    100% {
        left: -50px
    }
}


#character {
    /*width: 2rem;*/
    /*height: 2rem;*/
    /*background-color: red;*/
    /*background-image: url(images/der-weihnachtsmann-fahrt-auf-seinem-schlitten.png);*/
    position: absolute;
    top: 10vh;
    /*border-radius: 50%;*/
    margin-left: calc(50vw - 27px);
    height: 4rem;
    /* border: 1px solid white; */
}

.char-ani {
    animation: physics 3.5s ease-in infinite;
}

@keyframes physics {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

iframe {
    display: none;
}


.button {
    background-color: #113047;
    color: white;
    width: 40%;
    padding-top: 10px 20px;
    padding-bottom: 10px;
    border-radius: 30px;
    border: 0px;
    transition: all .6s;
}

.button:hover,
.button:active {
    background-color: #2eace5;
    color: white;
}

.username {
    border-radius: 30px;
    width: 50%;
}

.form-container {
    background-color: #869196;
    /* height: 44rem; */
    width: 100%;
    position: relative;
}

table {
    table-layout: fixed;
    z-index: 2;
}


h1 {
    color: white;
}

h3 {
    color: white;
}

#user_score {
    color: white;
}

.number {
    width: 40px;

}

th,
td {
    color: white;
}

.table>:not(caption)>*>* {
    padding: .275rem;
}

input::placeholder {
    text-align: center;
}

input:not([type="submit"]) {
    text-align: center;
    width: 81%;
}

.score-text {
    width: 80px;
}

.score-number {
    width: 50px;
}

.score-container {
    position: absolute;
    right: 5%;
    top: 5%;
    /* background-color: #ffffffaa; */
    padding: 10px;
    border-radius: 3rem;
    min-width: 6rem;
    min-height: 6rem;
}

.zuckerstange {
    height: 3rem;
}

.score {
    color: #013147;
    color: #fff;
    font-size: 2.5rem !important;
    font-weight: 700;
}

.snowflake {
    position: absolute;
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: -webkit-radial-gradient(center, circle farthest-corner, rgba(255, 255, 255, .6) 40%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-radial-gradient(center, circle farthest-corner, rgba(255, 255, 255, .6) 40%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-radial-gradient(center, circle farthest-corner, rgba(255, 255, 255, .6) 40%, rgba(255, 255, 255, 0) 100%);
    background-image: radial-gradient(center, circle farthest-corner, rgba(255, 255, 255, .6) 40%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

#snow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}



@media screen and (max-width:992px) {
    #character {
        /* margin-left: 50px; */
    }
    .beschreibung {
        top: 10rem;
    }
    
    input:not([type="submit"]) {
        margin-bottom: 20px;
    }

    .button {
        width: 81%;
        margin-bottom: 10px;
    }
}

.entry-social {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #CCD5D9;
}

.entry-footer .entry-meta,
.entry-social .entry-meta {
    margin-top: .6rem;
}

.entry-footer strong,
.entry-social strong {
    padding-right: .6rem;
}

.entry-footer .ec-social,
.entry-social .ec-social {
    font-size: 1.5rem;
    vertical-align: middle;
    padding-right: .6rem;
}

.entry-footer .ec-social .ec-facebook,
.entry-footer .ec-social .ec-twitter,
.entry-footer .ec-social .ec-googleplus,
.entry-footer .ec-social .ec-linkedin,
.entry-social .ec-social .ec-facebook,
.entry-social .ec-social .ec-twitter,
.entry-social .ec-social .ec-googleplus,
.entry-social .ec-social .ec-linkedin {
    transition: all 1s;
}

.entry-footer .ec-social .ec-facebook,
.entry-social .ec-social .ec-facebook {
    /* color: #3b5998; */
    color: #CCD5D9;
}

.entry-footer .ec-social .ec-facebook:hover,
.entry-social .ec-social .ec-facebook:hover {
    /* color: #5476bd; */
    color: #E1EDF2;
}

.entry-footer .ec-social .ec-twitter,
.entry-social .ec-social .ec-twitter {
    /* color: #55acee; */
    color: #CCD5D9;
}

.entry-footer .ec-social .ec-twitter:hover,
.entry-social .ec-social .ec-twitter:hover {
    /* color: #8dc7f4; */
    color: #E1EDF2;
}

.entry-footer .ec-social .ec-googleplus,
.entry-social .ec-social .ec-googleplus {
    /* color: #dd4b39; */
    color: #CCD5D9;
}

.entry-footer .ec-social .ec-googleplus:hover,
.entry-social .ec-social .ec-googleplus:hover {
    /* color: #e67a6d; */
    color: #E1EDF2;
}

.entry-footer .ec-social .ec-linkedin,
.entry-social .ec-social .ec-linkedin {
    /* color: #007bb5; */
    color: #CCD5D9;
}

.entry-footer .ec-social .ec-linkedin:hover,
.entry-social .ec-social .ec-linkedin:hover {
    /* color: #00a5f2; */
    color: #E1EDF2;
}
.entry-footer .ec-social .ec-email,
.entry-social .ec-social .ec-email {
    /* color: #007bb5; */
    color: #CCD5D9;
}
.entry-footer .ec-social .ec-email:hover,
.entry-social .ec-social .ec-email:hover {
    color: #E1EDF2;
}