*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.buttonGeklickt{
    animation: .3s hoch;
}

.nutzungZustimmerDiv{
    visibility: hidden;
    float: left;
    width: 80%;
    height: 500px;
    border-radius: 20px;
    position: absolute;
    font-family: 'Galindo';
    top: 100px;
    left: 10%;
    z-index: 100;
    color: #ffffff;
    background: #0a0c11;
    padding: 20px;
    box-shadow: 0px 0px 100px 0px #000000aa;
}

.nutzungOk{
    float: left;
    width: 50%;
    margin-left: 45%;
    margin-top: 10px;
    border: 1px solid #eeeeee;
    color: #eeeeee;
    font-family: 'Galindo';
    font-size: 14px;
    background: none;
    padding: 5px;
    border-radius: 10px;
}

body{
    background: #1b2631;
}

.main{
    width: 100%;
    height: 100%;
    padding-bottom: 200px;
    overflow: hidden;
    position: absolute;
    background: #1b2631;
}

button{
    outline: none;
    border: none;
}

.hiderOffline{
    width: 100vw;
    float: left;
    position: absolute;
    height: 100vh;
    z-index: 6;
    visibility: hidden;
    background: #646464bb;
}

.schweben{
    width: 100%;
    float: left;
    padding-left: 5%;
    margin-top: 100px !important;
}

.bgimg1{
    float: left;
    width: 200%;
    height: auto;
    margin-top: 0%;
    margin-left: -50%;
    opacity: 0.05;
    z-index: -10;
    transform: rotate(10deg);
}

.bgimg{
    float: left;
    width: 200%;
    height: auto;
    margin-top: -10%;
    margin-left: -50%;
    opacity: 0.05;
    z-index: -10;
    transform: rotate(10deg);
}

.werbungGanz{
    float: left;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 20;
    background: #1e2a36;
}

.closerWerbungGanz{
    float: right;
    margin-top: 5%;
    margin-right: 5%;
    color: #ffffff;
    font-family: 'Galindo';
    font-size: 22px;
    background: #9c9c9c55;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 43px;
    z-index: 3;
}

.werbetxtWerbungGanz{
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

.werbetxtTxt{
    float: left;
    width: 90%;
    margin-left: 5%;
    height: 50px;
    margin-top: 60px;
    color: #ffffffaa;
    font-family: 'Galindo';
    font-size: 16px;
    border-bottom: 1px dashed;
    text-align: center;
    transform: rotate(-10deg);
}

.sectionwerbung{
    width: 100%;
    height: auto;
    float: left;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionwerbunginnen{
    width: 95%;
    height: 60px;
    margin-left: 2.5%;
    padding-bottom: 5px;
    margin-top: 5px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dotted #ffffff;
    font-family: 'Ranchers';
    letter-spacing: 2px;
    font-size: 15px; 
    color: #9c9c9c;
    padding-top: 15px;
    padding-bottom: 20px;
    animation: 2s aufmerksam infinite;
}

@keyframes aufmerksam{
    90%{
        font-size: 18px;
        color: #ffffff;
    }
    100%{
        font-size: 15px;
        color: #ff0000;
    }
}

@keyframes hoch {
    0%{
        transform: scale(1.0);
    }
    25%{
        transform: scale(0.92);
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(0.95);
    }
}

a{
    color: #eeeeee;
}
a:visited{
    color: #9c9c9c;
}

.sideMenu{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1b2631;
}

.pgIconPlaystore{
    float: left;
    width: 20%;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pgIconPlaystore img{
    width: 80%;
    height: auto;
    border-radius: 10px;
}

.uebertxt4{
    width: 100%;
    float: left;
    font-family: 'Sigmar One';
    font-size: 25px;
    height: 80px;
    line-height: 55px;
    text-align: left;
    color: #ffffff;
    text-shadow: 3px 3px 0px #555555;
    padding-left: 5%;
}

.topsection{
    float: left;
    width: 100%;
    height: 60px;
    margin-top: 10px;    
}

.leftsection{
    float: left;
    width: 60%;
    height: 80px;
}

.midsection{
    float: left;
    width: 40%;
    height: 80px;
}

.internetInfo{
    width: 20%;
    float: left;
    height: 50px;
    font-size: 13px;
    color: #ffffff;
    font-family: 'Noto Sans';
    padding-top: 14px;
    text-align: left;
}

#uhrzeit{
    text-align: right;
    padding-right: 5%;
    width: 80%;
    height: 30px;
    float: left;
    font-family: 'Ranchers';
    font-size: 18px;
    height: 30px;
    line-height: 35px;
    margin-top: 10px;
    color: #ddddddaa;
    letter-spacing: 2px;
}

.uebertxt3{
    width: 80%;
    float: left;
    font-family: 'Ranchers';
    font-size: 20px;
    height: 25px;
    color: #ddddddaa;
    letter-spacing: 2px;
}

ons-icon#menuIcon{
    color: #ffffff;
    transform: translate(-30%,-40%);
    text-shadow: 3px 3px 0px #555555;
}

.uebertxt1{
    width: 80%;
    height: 170px;
    float: left;
    margin-left: 10%;
    color: #ffffff;
    font-family: 'Galindo';
    font-size: 70px;
    text-align: center;
    line-height: 60px;
    margin-top: 110px;
    animation: einfade .5s linear;
    text-shadow: 5px 5px 0px #505050;
    padding-top: 25px;
    border-radius: 20px;
    position: absolute;
}

.uebertxt11{
    width: 80%;
    height: 100px;
    float: left;
    margin-left: 10%;
    color: #ffffff;
    font-family: 'Galindo';
    font-size: 50px;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
    animation: einfade .5s linear;
    text-shadow: 5px 5px 0px #505050;
    padding-top: 25px;
}

@keyframes einfade{
    0%{
        transform: scale(0.95)
    }
    50%{
        transform: scale(1.05)
    }
}


@keyframes pulse {
    0%{
        transform: scale(1.0);
    }
    50%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(1.0);
    }
}

.hider{
    z-index: 10;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #646464aa;
    visibility: hidden;
    pointer-events: none;
}

#ladetxt{
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 47%;
    font-family: 'Galindo';
    font-size: 20px;
    left: 50%;
    color: #ffffff;
    text-shadow: 3px 3px 5px #000000;
    transform: translate(-50%, -50%);
}

ons-icon#loadericon{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
}

.namenfrage{
    width: 90%;
    height: auto;
    padding: 10px;
    padding-bottom: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    float: left;
    z-index: 11;
    background: #212f3d;
    color: #ffffff;
    border-radius: 20px 5px 20px 20px;
    visibility: hidden;
}

.uebertxt2{
    width: 100%;
    height: 30px;
    font-family: 'Galindo';
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    float: left;
}

.avatarRandom{
    float: left;
    width: 20%;
    height: 80px;
    text-align: center;
    margin-top: 15px;
}

.avatarRandomPic{
    width: auto;
    height: 100%;
}

.inputs{
    width: 70%;
    float: left;
    height: 40px;
    border: none;
    border-radius: 20px;
    padding-left: 10px;
    font-size: 17px;
    text-align: left;
    line-height: 40px;
    font-family: 'Galindo';
    color: #eeeeee;
    background: #5d6d7d;
    margin-left: 5%;
    margin-top: 30px;
}

.inputs::placeholder{
    color: #eeeeee;
}

.profileSection{
    width: 100%;
    height: 350px;
    float: left;
    margin-top: 40px;
}

.buttonSection{
    float: left;
    width: 100%;
    height: 25vh;
}

.badge{
    float: left;
    position: absolute;
    margin-left: 14.5%;
    transform: rotate(-10deg);
    margin-top: 255px;
    background: #ac0000;
    border-radius: 10px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    font-family: 'Galindo';
    color: #ffffff;
    width: 35%;
    z-index: 2;
    box-shadow: 0px 3px 10px 0px #00000055;
    animation: 2.5s pulseRotate infinite;
}

.userPic{
    width: 60%;
    height: 350px;
    float: left;
    align-items: center;
    display: flex;
    justify-content: center;
    transform: translateX(-2%);
    padding-left: 5%;
}

.userCardPic{
    width: auto;
    height: 90%;
    float: left;
}

.userInfos2{
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-top: -40px;
    z-index: 4;
    position: absolute;
    height: 30px;
    background: #1b435a;
    border-radius: 0px 0px 20px 0px;
    box-shadow: 0px 5px 0px 0px #0c1d27;
    font-family: 'Galindo';
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
}

.navigationMenuButtonsDiv{
    width: 40%;
    float: left;
    height: 350px;
}

.navigationButton{
    float: left;
    width: 50%;
    height: 65px;
    border-radius: 20px;
    background: #1b435a;
    box-shadow: 0px 5px 0px 0px #0c1d27;
    margin-left: 35%;
    margin-bottom: 20px;
}

.mainIconDiv{
    float: left;
    width: 100%;
    height: 65px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;     
}

.notificationCountDiv{
    float: left;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background: #cc1400;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-family: 'Galindo';
    font-size: 12px; 
    margin-left: 75%;
    margin-top: -75px;
    animation: blinki 1s infinite;
}

@keyframes blinki{
    10%{
        transform: scale(0.97);
    }
    20%{
        transform: scale(1.01);
    }
    40%{
        transform: scale(0.98);
    }
    70%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(1);
    }
}

.userInfos1{
    width: 97.5%;
    float: left;
    height: 50px;
    z-index: 2;
    background: #1b435a;
    box-shadow: 0px 5px 0px 0px #0c1d27;
    border-radius: 0px 10px 50px 0px;
}

.username{
    float: left;
    width: 60%;
    height: 30px;
    font-family: 'Galindo';
    color: #ffffff;
    font-size: 20px;
    margin-top: 10px;
    padding-left: 5%;
}

.gesamtGeldDiv{
    float: left;
    width: 90%;
    margin-left: 5%;
    height: 26px;
    margin-top: 0px;
    background: #143447;
    border-radius: 20px;
}

#muenzenPic{
    float: left;
    background: #0f161d55;
    color: #ffffff;
    text-align: center;
    height: 22px;
    width: 30%;
    border-radius: 20px 5px 5px 20px;
    line-height: 1px;
    margin-top: 2.4px;
    margin-left: 2%;
}

#gesamtGeld{
    float: left;
    background: #0f161d55;
    color: #ffffff;
    text-align: right;
    height: 22px;
    width: 64%;
    border-radius: 5px 20px 20px 5px;
    margin-top: 2.4px;
    margin-left: 2%;
    line-height: 23px;
    font-family: 'Sigmar One';
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
    font-size: 17px;
}

.txtZuGeld{
    float: left;
    background: #0f161d55;
    color: #ffffff;
    text-align: center;
    height: 22px;
    width: 40%;
    border-radius: 20px 5px 5px 20px;
    margin-top: 2.4px;
    margin-left: 2%;
    line-height: 23px;
    font-family: 'Galindo';
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
    font-size: 15px;
}

.rewardDiv{
    float: left;
    width: 40%;
    height: 100px;
    padding-top: 4px;
}

.naviRewardButton{
    float: left;
    width: 35%;
    height: 40px;
    border-radius: 15px;
    background: #143447;
    box-shadow: 0px 3px 0px 0px #18212b;
    margin-left: 5%;
    margin-bottom: 10px;
}

@keyframes dreher{
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(2deg);
    }
    50%{
        transform: rotate(0deg);
    }
    75%{
        transform: rotate(-2deg);
    }
    100%{
        transform: rotate(0deg);
    }
}


.shareButton{
    float: left;
    width: 15%;
    margin-left: -5%;
    height: 40px;
    border-radius: 20px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.shareButton ons-icon{
    color: #ffffff;
}

#onlinespielen{
    background: #e26410;
    float: left;
    margin-left: 3.3%;
    margin-top: 28px;
    height: 100px;
    width: 45%;
    border-radius: 20px;
    text-align: center;
    font-family: 'Sigmar One';
    font-size: 30px;
    color: #ffffff;
    line-height: 35px;
    animation: pulse2 2s linear infinite;
    outline: none;
    box-shadow: 0px 5px 0px 0px #8a3b07;
}

#offlinespielen{
    background: #1e7812;
    float: left;
    margin-left: 3.3%;
    margin-top: 30px;
    height: 100px;
    width: 45%;
    border-radius: 20px;
    text-align: center;
    font-family: 'Sigmar One';
    font-size: 28px;
    color: #ffffff;
    line-height: 35px;
    animation: pulse2 2s linear infinite;
    outline: none;
    box-shadow: 0px 5px 0px 0px #103f0a;
}

@keyframes pulse2{
    0%{
        transform: scale(1.0);
    }
    50%{
        transform: scale(1.02);
    }
    100%{
        transform: scale(1.0);
    }
}

.rewardTabelleDiv{
    float: left;
    width: 100%;
    height: 50vh;
    overflow: auto;
    padding-bottom: 170px;
}

#closeRewardDiv{
    float: left;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #990000;
    box-shadow: 0px 3px 0px 0px #720b00;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-family: 'Sigmar One';
    font-size: 20px;
    line-height: 20px;
}

.rewardTabelleItem{
    float: left;
    width: 100%;
    height: 50px;
    background: #013457;
    box-shadow: 0px 3px 0px 0px #0c1d27;
    margin-bottom: 25px;
    border-radius: 20px;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 50px;
    color: #ffffff;
    transform: scale(0.8);
    opacity: 0.7;
    transition: 1s;
}

.rewardTag{
    float: left;
    width: 30%;
    font-family: 'Sigmar One';
    height: 50px;
    text-align: right;
    padding-right: 2%;
}

.rewardMenge{
    float: left;
    width: 30%;
    height: 50px;
    font-family: 'Sigmar One';
    text-align: center;
}

.rewardButtonDiv{
    float: left;
    width: 40%;
    height: 50px;
}

.getRewardFromToday{
    float: left;
    width: 80%;
    margin-left: 10%;
    height: 30px;
    font-size: 14px;
    letter-spacing: -1px;
    margin-top: 10px;
    border-radius: 10px;
    background: #1e7812;
    box-shadow: 0px 3px 0px 0px #103f0a;
    color: #ffffff;
    font-family: 'Sigmar One';
    pointer-events: none;
}

.rewardStempel{
    float: left;
    transform: rotate(-20deg);
    z-index: 4;
    background: #1e781277;
    border: 2px solid #1e7812;
    color: #ffffff;
    border-radius: 15px;
    font-family: 'Sigmar One';
    font-size: 17px;
    margin-left: 15%;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -70px;
    transition: 1s;
    visibility: hidden;
}

.uebertxtreport{
    width: 100%;
    height: 50px;
    float: left;
    font-size: 25px;
    font-family: 'Galindo';
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    text-decoration: underline;
}

.erklaertxtreport{
    width: 90%;
    height: 120px;
    font-size: 14px;
    font-family: 'Galindo';
    color: #ffffff;
    margin-left: 5%;
    margin-top: 10px;
    float: left;
}

.formDiv{
    float: left;
    width: 100%;
    margin-top: 20px;
    height: 400px;
}

#schicken{
    margin-top: 40px;
    float: left;
}

.erklaerInputReport{
    float: left;
    width: 90%;
    margin-top: 20px;
    margin-left: 5%;
    font-family: 'Galindo';
    font-size: 13px;
    color: #eeeeee;
}

.reportinput{
    width: 90%;
    margin-top: 5px;
    margin-left: 5%;
    float: left;
    height: 30px;
    border: 2px solid #eeeeee;
    border-radius: 10px;
    padding-left: 10px;
    background: transparent;
    color: #ffffff;
    font-family: 'Noto Sans';
}

#bugstelle{
    min-width: 90%;
    max-width: 90%;
    margin-top: 5px;
    margin-left: 5%;
    float: left;
    min-height: 100px;
    max-height: 100px;
    border: 2px solid #eeeeee;
    border-radius: 20px;
    padding: 10px;
    background: transparent;
    color: #ffffff;
    font-family: 'Noto Sans';
    overflow: auto;
}

.infoDiv{
    width: 100%;
    height: auto;
    padding: 10px;
    padding-bottom: 20px;
    float: left;
    margin-top: 20px;
    text-align: center;
    z-index: 5;
}

.settingsItems{
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-family: 'Galindo';
    letter-spacing: 1px;
    font-size: 18px;
    color: #ffffff;
    background: #212f3d;
    border-radius: 20px;
    margin-top: 10px;
    text-align: left;
    padding-left: 5%;
}

ons-icon.settingsChevIcon{
    float: right;
    padding-right: 5%;
}

.spenderBild{
    width: auto;
    height: 120px;
    margin-top: -20px;
}

#spender{
    width: 50%;
    margin-left: 25%;
    height: 80px;
    animation: starteSpiel 10s infinite;
}

.uebertxt5{
    width: 100%;
    height: 40px;
    float: left;
    font-family: 'Galindo';
    font-size: 25px;
    color: #ffffff;
    text-align: left;
    padding-left: 10%;
}

.infotxt{
    width: 100%;
    float: left;
    min-height: auto;
    max-height: 500px;
    margin-top: 10px;
    font-family: 'Oswald';
    color: #ffffff;
    font-size: 24px;
    text-align: left;
    padding: 10px;
    padding-left: 20px;
    line-height: 30px;
    overflow: auto;
}

span.datumklein{
    font-size: 13px;
    line-height: 13px;
    margin-top: 2px;
    float: left;
}

/* FREUNDE.HTML */

#scrollDivForFriends{
    float: left;
    width: 100%;
    height: 650px;
    padding-bottom: 100px;
    overflow: auto;
}

.umfasserDiv{
    float: left;
    /* overflow: hidden; */
    width: 90%;
    height: 100px;
    margin-left: 5%;
    margin-top: 20px;
    font-family: 'Galindo';
    color: #ffffff;
    background: #154c70;
    border-radius: 20px;
    box-shadow: 0px 3px 0px 0px #013457;
}

.sendPlayRequest{
    float: right;
    border-radius: 0px 20px 0px 20px;
    background: #009900;
    box-shadow: 0px 3px 0px 0px #003500;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatarAnzeigeFreund{
    float: left;
    width: 28%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #143447;
    border-radius: 15px 0px 0px 15px;
    margin-right: 2%;
    overflow: hidden;
}

.avatarAnzeigeFreund img{
    float: left;
    width: auto;
    height: 90%;
}

.hauptfeld{
    float: left;
    width: 55%;
    height: 100px;
}

.hauptfeld div{
    float: left;
    width: 100%;
    margin-top: 5px;
    border-radius: 15px;
    background: #143447
}

.zusatzFeldFreund{
    float: left;
    visibility: hidden;
    width: 55%;
    height: 100%;
}

.zusatzFeldFreund div{
    float: left;
    width: 100%;
    margin-top: 5px;
    border-radius: 15px;
    background: #143447;
    height: auto;
}

.moreInfosFreund{
    float: left;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

/* #bb3223 */

.wigglearrow{
    animation: 2s wiggleupDown ease infinite;
}

@keyframes wiggleupDown{
    15%{
        transform: translateY(-4px);
    }
    40%{
        transform: translateY(1px);
    }
    45%{
        transform: translateY(0px);
    }
}

.deleteFriendField{
    float: right;
    width: 20%;
    height: 40px;
    border-radius: 0px 0px 15px 15px;
    background: #990000;
    box-shadow: 0px 3px 0px 0px #420000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5%;
    border: none;
    visibility: hidden;
}

ons-icon#messageIconFriends{
    color: #eeeeee;
    float: left;
    margin-left: 60%;
    z-index: 5;
    margin-top: -40px;
}


/* FREUNDE ENDE */

.closeIx{
    position: absolute;
    float: left;
    right: 20px;
    top: 10px;
    font-weight: 800;
}

.connectedToOtherUsers{
    animation-delay: 1s;
    animation: colorchange 5s linear infinite;
    color: #882a20;
}

@keyframes colorchange {
    0%{
        color: #882a20;
    }
    50%{
        color: #bb3223;
    }
}

.connecterDivOffline{
    width: 95%;
    float: left;
    position: absolute;
    overflow: hidden;
    margin-left: 2.5%;
    margin-top: 10px;
    height: 680px;
    background: #212f3d;
    border-radius: 15px 2px 15px 15px;
    box-shadow: 0px 10px 0px 0px #0f161d;
    z-index: 5;
    padding: 10px;
    visibility: hidden;
}

.connecterDivHost{
    width: 95%;
    float: left;
    position: absolute;
    overflow: hidden;
    margin-left: 2.5%;
    margin-top: 10px;
    height: 85%;
    background: #212f3d;
    border-radius: 15px 2px 15px 15px;
    box-shadow: 0px 10px 0px 0px #0f161d;
    z-index: 5;
    padding: 10px;
}

.connecterDivBei{
    width: 95%;
    float: left;
    position: absolute;
    overflow: hidden;
    margin-left: 2.5%;
    margin-top: 10px;
    height: 85%;
    background: #212f3d;
    border-radius: 15px 2px 15px 15px;
    box-shadow: 0px 10px 0px 0px #0f161d;
    z-index: 5;
    padding: 10px;
}

.spielerAvatarAnzeige{
    width: 90%;
    margin-left: 2.5%;
    height: 200px;
    position: absolute;
    float: left;
    margin-top: 20px;
    overflow: auto;
    white-space: nowrap;
    z-index: 1;
}

.anzeigeAllePic{
    display: inline-block;
    width: auto;
    height: 70%;
    margin-left: 10px;
    opacity: 0.3;
}

#host{
    height: 80%;
    opacity: 0.8;
}

.lobbyInfos{
    width: 60%;
    height: 100px;
    float: left;
    margin-left: 40%;
    font-family: 'Galindo';
    font-size: 22px;
    color: #ffffff;
    margin-top: 20px;
    z-index: 3;
    position: absolute;
}

.goBack{
    width: 60px;
    height: 60px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 100;
    background: #8d2a1f;
    box-shadow: 5px 5px 10px 0px #000000aa;
    border-radius: 100%;
}

#onlinechooseback{
    top: 260px;
}

.lobbyname{
    width: 70%;
    float: left;
    text-align: left;
    font-family: 'Ranchers';
    letter-spacing: 2px;
    white-space: nowrap;
    overflow: auto;
}

.lobbyId{
    width: 100%;
    float: left;
    text-align: left;
    font-family: 'Inconsolata';
    margin-top: 10px;
}

.lobbysettings{
    width: 20%;
    float: left;
    text-align: left;
    margin-top: 10px;
}

.verbindungsinfo{
    width: 80%;
    float: left;
    text-align: center;
    margin-top: 25px;
}

.spielDiv{
    float: left;
    width: 90%;
    height: 80px;
    margin-left: 5%;
    background: #103e6d;
    box-shadow: 0px 5px 0px 0px #0f161d;
    border-radius: 10px;
    margin-top: 210px;
}

.spielbildDiv{
    float: left;
    width: 30%;
    height: 80px;
}

.spielbild{
    width: auto;
    height: 80px;
    float: left;
}

.spielnameOnline{
    float: left;
    height: 80px;
    width: 70%;
    font-family: 'Galindo';
    font-size: 20px;
    text-align: left;
    padding-left: 5%;
    padding-top: 10px;
    color: #ffffff;
}

.editlobbyname{
    width: 50px;
    height: 50px;
    float: left;
    position: absolute;
    top: -5px;
    right: 0px;
}

#editlobbyNameStift{
    animation: starteSpiel 2s infinite;
}

.teilnehmerDiv{
    width: 100%;
    height: 40vh;
    float: left;
    margin-top: 20px;
}

ons-list.teilnehmerliste{
    width: 95%;
    float: left;
    margin-left: 2.5%;
    min-height: auto;
    max-height: 300px;
    overflow: auto;
    background: transparent;
    border: none;
}

ons-list-item.listeItem{
    width: 100%;
    height: 50px;
    background: transparent;
    float: left;
    font-family: 'Galindo';
    color: #ffffff;
    font-size: 22px;
    line-height: 40px;
    text-align: left;
    border: none;
}

.itemPic{
    width: auto;
    height: 40px;
    margin-top: 0px;
    margin-left: 10px;
}

.idInputDiv{
    width: 80%;
    position: absolute;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    float: left;
    margin-left: 7.5%;
    margin-top: 30px;
    border-radius: 20px;
    z-index: 4;
}

#idInput{
    width: 90%;
    font-family: 'Inconsolata';
}

.readystart{
    animation-delay: .5s;
    animation: rotateReady 1s ease-in-out infinite;
}

@keyframes rotateReady{
    0%{
       transform: scale(1.0);
    }
    50%{
        transform: scale(1.1);
    }
}

.lobbyNameInput{
    width: 100%;
    height: 30px;
    background: transparent;
    border: none;
    color: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    font-size: inherit;
    float: left;
    margin-top: -2px;
}

.nutzungs{
    width: 94%;
    height: auto;
    padding: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 20px;
    margin-left: 3%;
    float: left;
    background: #212f3d;
    border-radius: 20px 2px 20px 20px;
    box-shadow: 0px 10px 0px 0px #1a2530;
    z-index: 6;
    color: #ffffff;
    font-family: 'Galindo';
    font-weight: lighter;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.feedback{
    width: 94%;
    padding: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
    margin-left: 3%;
    float: left;
    background: #212f3d;
    border-radius: 20px 2px 20px 20px;
    box-shadow: 0px 10px 0px 0px #1a2530;
    z-index: 7;
    color: #ffffff;
    font-family: 'Galindo';
    font-weight: lighter;
    font-size: 18px;
    height: 50vh;
    overflow: auto;
}

#bestaetige{
    margin-left: 5%;
}

.anweisunguebertxt{
    width: 90%;
    height: 25px;
    float: left;
    margin-top: 10px;
}

.inputFeed{
    width: 90%;
    float: left;
    height: 40px;
    border: none;
    border-radius: 20px;
    padding-left: 10px;
    font-size: 17px;
    text-align: left;
    line-height: 40px;
    font-family: 'Galindo';
    color: #eeeeee;
    background: #5d6d7d;
    margin-top: 4px;
}

.inputFeed::placeholder{
    color: #ffffff;
}

.nachricht{
    width: 90%;
    float: left;
    min-height: 150px;
    border: none;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    font-size: 17px;
    text-align: left;
    font-family: 'Galindo';
    color: #eeeeee;
    background: #5d6d7d;
    margin-top: 4px;
}

.nachricht::placeholder{
    color: #ffffff;
}

.impressum{
    width: 100%;
    height: 100vh;
    padding: 2%;
    padding-bottom: 100px;
    padding-top: 40px;
    float: left;
    border-radius: 20px 2px 20px 20px;
    box-shadow: 0px 10px 0px 0px #1a2530;
    z-index: 7;
    color: #ffffff;
    font-family: 'Noto Sans';
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 14px;
    overflow: auto;
}

.nutzernameNeu{
    width: 94%;
    height: auto;
    padding: 20px;
    margin-top: 70px;
    margin-left: 3%;
    position: absolute;
    float: left;
    background: #212f3d;
    border-radius: 20px 2px 20px 20px;
    box-shadow: 0px 10px 100px 100px #1a2530;
    z-index: 7;
    color: #ffffff;
    font-family: 'Galindo';
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 18px;
    visibility: hidden;
}

.submitter{
    float: left;
    width: 50%;
    height: 25px;
    font-size: 16px;
    font-family: 'Galindo';
    color: #ffffff;
    border-radius: 20px;
    border: none;
    line-height: 25px;
    text-align: center;
    background: #118d47;
    box-shadow: 0px 3px 0px 0px #104728;
    margin-top: 10px;
    margin-left: 15%;
}

.backsubmitter{
    float: left;
    width: 35%;
    height: 20px;
    font-size: 14px;
    font-family: 'Galindo';
    color: #ffffff;
    border-radius: 20px;
    border: none;
    line-height: 20px;
    text-align: center;
    background: #990000;
    box-shadow: 0px 3px 0px 0px #720b00;
    margin-top: 10px;
    margin-left: 42.5%;
}

.ready{
    width: 40%;
    height: 40px;
    border-radius: 10px;
    border: none;
    background: #444444;
    color: #ffffff;
    font-family: 'Oswald';
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
    margin-top: 5px;
}

.spielerNeu{
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 10px;
}

.spielerinputOff{
    width: 80%;
    height: 40px;
    padding: 5px;
    font-size: 18px;
    font-family: 'Galindo';
    color: #ffffff;
    background: #5d6d7d;
    border: none;
    border-radius: 20px;
    float: left;
    box-shadow: 0px 4px 0px 0px #00000055;
}

.spielerinputOff::placeholder{
    color: #ebebeb;
}

.adden{
    float: left;
    width: 15%;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 2%;
    border-radius: 20px;
    border: none;
    background: #103e6d;
    box-shadow: 0px 4px 0px 0px #00000055;
    outline: none;
    color: #068b3c;
    font-family: 'Galindo';
    text-align: center;
    font-size: 17px;
    line-height: 40px;
}

.spieleliste{
    width: 100%;
    height: 100vh;
    padding-bottom: 100px;
    overflow: auto;
    float: left;
    background: transparent;
    visibility: hidden;
}

.section{
    float: left;
    width: 95%;
    margin-left: 2.5%;
    height: 270px;
    border-bottom: 1px dotted #ffffff;
}

.bildspiel{
    float: left;
    width: 40%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.baldDa{
    float: left;
    /* position: absolute; */
    color: #ffffff;
    background: #720b00;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Galindo';
    padding: 5px;
    border-radius: 10px 2px 10px 2px;
    margin-top: 0px;
    height: auto;
    width: 90%;
    margin-left: -100px;
    text-align: center;
    z-index: 2;
    opacity: 0.7;
    transform: rotate(-10deg);
}

.plus{
    float: left;
    width: 40%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    color: #ffffff;
    font-family: 'Galindo';
    font-size: 100px;
    text-align: center;
    animation: einfade .5s linear;
    text-shadow: 5px 5px 0px #505050;
}

.bild{
    border-radius: 10px;
    float: left;
    width: auto;
    height: 90%;
    animation: dreher 4s infinite;
}

.spielinfos{
    width: 60%;
    float: left;
    color: #ffffff
}

.spielname{
    float: left;
    width: 100%;
    font-size: 23px;
    margin-top: 10px;
    font-family: 'Galindo';
}

.spielbeschreibung{
    width: 100%;
    float: left;
    font-size: 14px;
    height: 100px;
    overflow: auto;
    font-family: 'Noto Sans' cursive;
}

.bewertungSpiel{
    width: 100%;
    height: 30px;
    float: left;
}

.anzahlbewertet{
    width: 15%;
    height: 30px;
    float: left;
    color: #bbbbbb;
    font-size: 13px;
    font-family: 'Noto Sans';
    text-align: center;
    line-height: 27px;
}

.bewerttxt{
    width: 30%;
    float: left;
    height: 30px;
    color: #bbbbbb;
    font-size: 13px;
    font-family: 'Noto Sans';
    line-height: 27px;
    text-align: left;
}

.sternezahl{
    width: 40%;
    height: 30px;
    float: left;
    text-align: left;
    padding-left: 10px;
}

.ratingOff{
    width: 15%;
    height: 30px;
    float: left;
    text-align: left;
    padding-left: 10px;
    color: #ffffff;
    text-align: right;
    font-family: 'Noto Sans';
    letter-spacing: -.5px;
    font-size: 14px;
    line-height: 30px;
}

.entwickler{
    width: 100%;
    height: 20px;
    float: left;
    font-size: 10px;
    font-family: 'Noto Sans';
    color: #eeeeee;
    margin-top: 10px;
    padding-right: 5%;
    text-align: right;
}

.spielstart{
    width: 60%;
    float: left;
    height: 30px;
    border: none;
    border-radius: 20px;
    background: #8d2a1f;
    color: #ffffff;
    font-family: 'Galindo';
    margin-left: 20%;
    margin-top: 20px;
    font-size: 19px;
    box-shadow: 0px 5px 0px 0px #531912;
    animation: starteSpiel 3.5s infinite;
}

@keyframes starteSpiel{
    10%{
        transform: rotate(3deg);
    }
    20%{
        transform: rotate(-3deg);
    }
    30%{
        transform: rotate(3deg);
    }
    40%{
        transform: rotate(-3deg);
    }
    50%{
        transform: rotate(0deg);
    }
    60%{
        transform: scale(1.02);
    }
    70%{
        transform: scale(1);
    }
    80%{
        transform: scale(1.02);
    }
}

.eigenerAvatarDiv{
    float: left;
    width: 100%;
    height: 200px;
    float: left;
    transition: 5s;
}

.avatarBildAusstellungen{
    float: left;
    width: 60%;
    height: 200px;
}

#eigenavatar{
    float: left;
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2%;
    margin-top: 20px;
}

.eigenerAvatar{
    width: auto;
    height: 110%;
    animation: 2s avatars infinite;
    border-radius: 10px;
}

#gekauftBadge{
    float: left;
    width: 30%;
    height: 30px;
    margin-top: 130px;
    margin-left: 15%;
    position: absolute;
    transform: rotate(-10deg);
    border-radius: 10px;
    background: #1e7812aa;
    border: 2px solid #1e7812;
    font-family: 'Sigmar One';
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: -1px;
}

#eigenavatarName{
    float: left;
    width: 100%;
    height: 30px;
    text-align: left;
    font-size: 22px;
    font-family: 'Galindo';
    color: #ffffff;
    line-height: 30px;
    margin-top: 25px;
}

#avatarPreisDiv{
    float: left;
    width: 90%;
    height: 30px;
    background: #143447;
    border-radius: 20px;
    margin-right: 40%;
    margin-top: 10px;
}

#avatarPreis{
    float: left;
    width: 75%;
    height: 30px;
    font-size: 17px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    font-family: 'Sigmar One';
}

.avatarKaufen{
    float: left;
    width: 80%;
    height: 50px;
    border-radius: 10px;
    background: #009900;
    color: #ffffff;
    font-family: 'Galindo';
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    box-shadow: 0px 5px 0px 0px #103f0a;
    margin-left: 5%;
    margin-top: 20px;
    animation: 2s starteSpiel infinite;
}

.einkaufSachen{
    float: left;
    width: 40%;
    height: 200px;
}

.navigateDurchAvatare{
    float: left;
    width: 100%;
    height: 50px;
    display: flex;
    white-space: nowrap;
    overflow: auto;
    margin-top: 5px;
}

.naviButtonInAvatare{
    float: left;
    width: auto;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    border: none;
    height: 30px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    line-height: 10px;
    color: #ffffff;
    background: #273746;
    box-shadow: 0px 5px 0px 0px #18212b;
    font-family: 'Galindo';
    font-size: 18px;
}

.ausgewaehlterAvatarNavigateButton{
    background: #2887c7;
    box-shadow: 0px 5px 0px 0px #285f80;
}

.avatarchooser{
    width: 100%;
    height: 53vh;
    font-family: 'Galindo';
    font-size: 18px;
    padding-bottom: 100px;
    color: #aaaaaa;
    text-align: center;
    float: left;
    overflow: auto;
    border-top: 5px solid #154c70;
}

.choosebild{
    width: 20%;
    margin-top: 25px;
    margin-left: 10%;
    height: auto;
    float: left;
    border-radius: 10px;
    background: #5d6d7d;
    box-shadow: 0px 5px 0px 0px #18212b;
    animation: 5s avatars infinite;
    overflow: hidden;
}

.choosebildPic{
    width: 100%;
    height: auto;
    float: left;
}

@keyframes avatars{
    25%{
        transform: scale(1.01);
    }
    50%{
        transform: scale(1);
    }
    60%{
        transform: rotate(1deg);
    }
    80%{
        transform: rotate(-1deg);
    }
}

.badgeAvatar{
    float: left;
    position: absolute;
    margin-left: -20%;
    margin-top: 10px;
    transform: rotate(-30deg);
    background: #ac0000;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 9px;
    font-family: 'Noto Sans';
    letter-spacing: 0px;
    color: #ffffff;
    width: 150%;
    box-shadow: 0px 3px 10px 0px #00000055;
}

.halloweenspecial{
    background: linear-gradient(-45deg, #000000 30%, #ba4a01 100%);
    box-shadow: 0px 0px 10px 5px #ba4a0144;
}

.weihnachtsspecial{
    background-color: #ff4e0055;
    background-image: linear-gradient(315deg, #ff4d00d0 50%, #ec9f05cb 74%);
    box-shadow: 0px 0px 10px 5px #ca5d1348;
}

.avatarfertig{
    width: 40%;
    height: 40px;
    float: left;
    margin-left: 1%;
    margin-top: 25px;
    border-radius: 15px;
    border: none;
    font-family: 'Ranchers';
    font-size: 18px;
    letter-spacing: 1.4px;
    color: #ffffff;
    animation: pulse 4s infinite;
    background: #8d2a1f;
    box-shadow: 0px 5px 0px 0px #531912;
}

.namefertig{
    width: 70%;
    height: 40px;
    float: left;
    margin-left: 15%;
    margin-top: 3vh;
    border-radius: 15px;
    border: none;
    font-family: 'Ranchers';
    font-size: 20px;
    letter-spacing: 1.4px;
    color: #ffffff;
    outline: none;
    animation: pulse 2s infinite;
    background: #8d2a1f;
    box-shadow: 0px 5px 0px 0px #531912;
}

#avatarback{
    margin-top: 75px;
}

.sprachenwahlDiv{
    width: 90%;
    height: auto;
    float: left;
    border-radius: 20px;
    background: #273746;
    box-shadow: 0px 5px 0px 0px #18212b;
    margin-top: 70px;
    margin-left: 5%;
    padding-top: 10px;
    color: #ffffff;
    font-family: 'Galindo';
}

.uebertxtSp{
    width: 100%;
    height: 40px;
    float: left;
    font-size: 20px;
    padding-left: 5%;
    margin-top: 10px;
}

.sprachenliste{
    width: 100%;
    float: left;
    height: 150px;
    margin-top: 10px;
}

.sprachetxt{
    width: 60%;
    float: left;
    height: 40px;
    margin-left: 10%;
    padding-left: 5%;
    font-size: 17px;
    line-height: 50px;
    border-bottom: 1px solid #ffffff;
    margin-top: 10px;
}

.spracheflagge{
    width: 20%;
    height: 40px;
    margin-left: 5%;
    border: 1px solid #ffffff;
    float: left;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.flaggenfarben{
    width: 100%;
    height: 13.3px;
    float: left;
}

.flaggenicon{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    color: #009700;
    background: #2b2b2b;
}

.uebertxtnachrichten{
    width: 100%;
    height: 50px;
    float: left;
    font-size: 20px;
    color: #ffffff;
    font-family: 'Galindo';
    padding-top: 10px;
    text-align: center;
}

.nachrichtenDiv{
    float: left;
    width: 100%;
    height: 90vh;
    overflow: auto;
    color: #ffffff;
    font-family: 'Noto Sans';
    padding-bottom: 100px;
}

.trennerdatum{
    float: left;
    width: 90%;
    height: 30px;
    margin-left: 5%;
    text-align: center;
    font-family: 'Galindo';
    font-size: 18px;
    background: #55555555;
    line-height: 33px;
    border-radius: 50px;
    margin-top: 20px;
}

.nachrichtenblock{
    float: left;
    width: 95%;
    height: auto;
    margin-left: 2.5%;
    margin-top: 20px;
    background: #1b435a;
    border-radius: 20px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nachrichtenhead{
    float: left;
    width: 100%;
    height: 35px;
    border-bottom: 2px solid#ffffff;
    letter-spacing: 1.2px;
    font-family: 'Inconsolata';
}

.nachrichtthema{
    float: left;
    width: 50%;
    height: 30px;
    font-size: 20px;
    text-align: left;
    line-height: 25px;
}

.nachrichtdatum{
    float: left;
    width: 50%;
    height: 30px;
    font-size: 17px;
    text-align: right;
    line-height: 30px;
    letter-spacing: -1px;
}

.nachrichtenbody{
    float: left;
    width: 100%;
    height: auto;
    margin-top: 15px;
    font-size: 15px;
    text-align: left;
    line-height: 18px;
    letter-spacing: 1.2px;
}

.nachrichtenfooter{
    float: left;
    width: 100%;
    height: 40px;
    margin-top: 15px;
}

.nachrichtenaction{
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-top: 5px;
    height: 30px;
    border-radius: 20px;
    border: 2px solid #ffffff;
    color: #ffffff;
    background: none;
    font-family: 'Galindo';
    font-size: 14px;
    letter-spacing: 1.5px;
    animation: 6s blinki infinite;
}

.modalDiv{
    visibility: hidden;
    float: left;
    position: absolute;
    z-index: 10;
    width: 95%;
    margin-left: 2.5%;
    height: 85px;
    background: #212f3d;
    top: 10px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Galindo';
}

.bildDivModal{
    float: left;
    width: 25%;
    height: 100%;
}

.txtModalDiv{
    float: left;
    width: 75%;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.uebertxtAcc{
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-family: 'Galindo';
    font-size: 23px;
    color: #ffffff;
    padding-left: 7.5%;
    text-align: left;
    margin-top: 10px;
}

.kurzerSpielerOverview{
    float: left;
    width: 90%;
    height: 140px;
    padding-left: 5%;
    padding-top: 10px;
    font-family: 'Galindo';
    font-size: 15px;
    color: #ffffff;
    margin-top: 5px;
    margin-left: 5%;
}

.erklaerKurz{
    float: left;
    width: 40%;
    height: 40px;
    line-height: 40px;
}

.erklaerKurz1{
    float: left;
    width: 60%;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
}

.ueberDiv{
    float: left;
    width: 85%;
    margin-left: 7.5%;
    height: 50px;
    line-height: 50px;
    font-family: 'Galindo';
    letter-spacing: 1px;
    font-size: 15px;
    color: #ffffff;
    background: #212f3d;
    border-radius: 20px;
    padding-left: 10%;
    margin-top: 10px;
    text-align: left;
}

.entscheidDiv{
    float: left;
    width: 85%;
    margin-left: 7.5%;
    height: auto;
    line-height: 20px;
    font-family: 'Noto Sans';
    letter-spacing: 1px;
    font-size: 15px;
    color: #ffffff;
    background: #212f3d;
    border-radius: 20px;
    padding: 5%;
    margin-top: 5px;
    text-align: left;
}

.anzahldieser{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 35px;
    margin-top: 10px;
    padding-left: 10%;
    font-family: 'Galindo';
}

.ja{
    float: left;
    width: 44%;
    height: 30px;
    color: #ffffff;
    background: #7a241c;
    box-shadow: 0px 3px 0px 0px #531813;
    font-family: 'Galindo';
    font-size: 16px;
    border: none;
    border-radius: 20px; 
    margin-top: 20px;
    margin-left: 3%;
}

.nein{
    float: left;
    width: 44%;
    height: 30px;
    color: #ffffff;
    background: #186f3d;
    box-shadow: 0px 3px 0px 0px #104728;
    font-family: 'Galindo';
    font-size: 16px; 
    border: none;
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 3%;
}

.statistikDiv{
    width: 85%;
    float: left;
    height: auto;
    margin-left: 7.5%;
    color: #ffffff;
    padding-bottom: 20px;
}

.statsuebertxt{
    float: left;
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-family: 'Galindo';
    margin-top: 20px;
}

.diagrammDiv{
    float: left;
    width: 100%;
    height: 150px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
}

.abschnittTag{
    float: left;
    width: 14.28%;
    margin-left: 0;
}

.tagtxt{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0px;
    font-family: 'Galindo';
}

.tagbalken{
    float: left;
    width: 20%;
    height: 0px;
    border-radius: 20px;
    background: #154c70;
    margin-left: 40%;
}

.balkentxtDiv{
    float: left;
    width: 100%;
    height: 20px;
}

.balkentxt{
    float: left;
    width: 14.28%;
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Galindo';
}

.statsSchrift{
    float: left;
    width: 100%;
    height: 350px;
    font-family: 'Galindo';
    font-size: 16px;
    margin-top: 20px;
}

.statstxt{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 1px;
}

/* LOBBY DESIGN BEGIN */

.headerSection{
    float: left;
    width: 100%;
    height: 50px;
    font-family: 'Galindo';
    padding-left: 20px;
    color: #ffffff;
    font-size: 17px;
    line-height: 50px;
}

#lobbyNameAdd{
    float: left;
    width: 50%;
    white-space: nowrap;
    overflow: auto;
    height: 50px;
}

#starteSpiel{
    float: left;
    position: absolute;
    width: 50%;
    height: 80px;
    border: none;
    border-radius: 20px;
    margin-top: 100px;
    margin-left: 15%;
    font-size: 18px;
    font-family: 'Galindo';
    letter-spacing: 0.5px;
    background: #1d8449;
    color: #ffffff;
    box-shadow: 0px 5px 0px 0px #0f4426;
    opacity: 1;
    z-index: 3;
}

#starteOnlineSpiel{
    float: left;
    position: absolute;
    width: 50%;
    height: 80px;
    border: none;
    border-radius: 20px;
    margin-top: 100px;
    margin-left: -75%;
    font-size: 18px;
    font-family: 'Galindo';
    letter-spacing: 0.5px;
    background: #1d8449;
    color: #ffffff;
    box-shadow: 0px 5px 0px 0px #0f4426;
    opacity: 1;
    z-index: 3;
}

.starteSpielByJs{
    opacity: 1;
    animation: 1s blinki infinite;
}

.scrollerDiv{
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    padding-bottom: 70px;
}

.playerAddingSection{
    float: left;
    width: 100%;
    height: 350px;
    margin-top: 4px;
}

.playerAddDiv{
    float: left;
    width: 95%;
    margin-left: 2.5%;
    height: 80px;
    font-family: 'Galindo';
    font-size: 16px;
    color: #ffffff;
    background: #1b435a;
    border-radius: 10px 10px 10px 0px;
    padding-top: 10px;
}

.playerAddDiv form{
    float: left;
    width: 100%;
    height: 35px;
}

#spielernameAdd{
    float: left;
    width: 70%;
    height: 30px;
    margin-top: 2.5px;
    margin-left: 5%;
    padding-left: 5%;
    border: none;
    border-radius: 20px;
    color: #ffffff;
    font-family: 'Galindo';
    font-size: 15px;
    background: #154c70;
    box-shadow: 0px 3px 0px 0px #18212b;
}

#spielernameAdd::placeholder{
    color: #eeeeee;
}

#addPlayerAdd{
    float: left;
    width: 15%;
    margin-left: 5%;
    height: 30px;
    margin-top: 2.5px;
    border: none;
    border-radius: 20px;
    background: #1e7812;
    box-shadow: 0px 3px 0px 0px #0f4426; 
}

.addedSpielerListeDiv{
    float: left;
    border-top: 230px solid #1b435a;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    width: 60%;
    margin-left: 2.5%;
    z-index: 0;
}

.addedSpielerListeDiv2{
    float: left;
    background: #1b435a;
    height: 230px;
    width: 47.5%;
    margin-left: 2.5%;
    z-index: 0;
}

#addedSpielerListe{
    float: left;
    width: 100%;
    max-height: 230px;
    z-index: 2;
    overflow: auto;
    margin-top: -230px;
    margin-left: 10%;
    padding-bottom: 10px;
}

.addedSpieler{
    float: left;
    margin-top: 10px;
    height: 40px;
    background: #1b2631;
    border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Galindo';
    box-shadow: 0px 3px 0px 0px #18212b;
}

.numberDiv{
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.nameDiv{
    float: left;
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    white-space: nowrap;
    overflow: auto;
    padding-left: 5%;
}

.spielerAvatarAnzeigeDiv{
    float: left;
    border-bottom: 220px solid #154c70;
    border-left: 38px solid transparent;
    border-right: 0px solid transparent;
    height: 0;
    width: 44.5%;
    margin-left: -9.5%;
    margin-top: 5px;
}

.onlineSpieleListe{
    float: left;
    background: #154c70;
    height: 220px;
    width: 46%;
    margin-left: 1.5%;
    margin-top: 5px;
    border-radius: 5px;
}

.spielerAvatarAnzeigeInAdd{
    float: left;
    width: 100%;
    margin-left: -7.5%;
    height: 220px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lauferAnzeige{
    width: 85%;
    height: auto;
    margin-top: -50px;
}

#spielernamenAnzeige{
    float: left;
    width: 100%;
    height: 30px;
    background: #1b435a;
    box-shadow: 0px 3px 0px 0px #1e2a36;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-family: 'Galindo';
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
    overflow: auto;
    margin-top: -35px;
    margin-left: -7%;
}

.zusatzFeld{
    float: left;
    width: 95%;
    height: 40px;
    margin-left: 2.5%;
    background: #1b435a;
    border-radius: 0px 10px 10px 10px;
}

#morePlayer{
    float: left;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

ons-icon.morePlayerIcon{
    animation: 1s falling infinite;
    color: #ffffff;
}

@keyframes falling{
    30%{
        transform: translateY(0%);
    }
    70%{
        transform: translateY(-10%);
    }
    95%{
        transform: translateY(10%);
    }
    100%{
        transform: translateY(0%);
    }
}

#kickButton{
    float: left;
    width: 35%;
    height: 25px;
    margin-top: 7.5px;
    margin-left: 12%;
    border: none;
    border-radius: 20px;
    background: #720b00;
    color: #ffffff;
    font-family: 'Galindo';
    font-size: 13px;
    letter-spacing: 0.5px;
    box-shadow: 0px 3px 0px 0px #470700;
}

.gameChooseSection{
    float: left;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.navigatorField{
    float: left;
    width: 100%;
    height: 40px;
    padding-top: 10px;
}

.leftNavigator{
    float: left;
    width: 15%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1%;    
    color: #ffffff;
    background: #154c70;
    margin-left: 2.5%;
    line-height: 30px;
    border-radius: 10px;
    box-shadow: 0px 3px 0px 0px #18212b;
}

.rightNavigator{
    float: right;
    width: 15%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1%;
    color: #ffffff;
    background: #154c70;
    margin-right: 2.5%;
    line-height: 30px;
    border-radius: 10px;
    box-shadow: 0px 3px 0px 0px #18212b;
}

.uebertxt1spiel{
    float: left;
    width: 60%;
    margin-left: 2.5%;
    height: 30px;
    border-radius: 10px;
    font-family: 'Galindo';
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    line-height: 35px;
    color: #ffffff;
    background: #154c70;
    box-shadow: 0px 3px 0px 0px #18212b;
}

.spielauswahlDiv{
    float: left;
    width: 95%;
    margin-left: 2.5%;
    height: 280px;
}

.lobbyIDInNewLobby{
    float: left;
    height: 30px;
    width: 30%;
    margin-left: 0%;
    line-height: 28px;
    font-family: 'Inconsolata';
    font-size: 20px;
    color: #ffffff;
    border-bottom: 2px solid #154c70;
    text-align: center;
}

ons-carousel.spielcarousel{
    width: 100%;
    height: 300px;
    float: left;
}

ons-carousel-item.spielCarousel{
    width: 100%;
    height: 240px;
    background: #0c1d27;
    border-radius: 20px;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 20px;
    padding-top: 20px;
}

.choosenGame{
    animation: 2.5s choosen infinite;
}

@keyframes choosen{
    10%{
        transform: scale(0.97);
    }
    20%{
        transform: scale(1.0);
    }
    40%{
        transform: scale(0.98);
    }
    70%{
        transform: scale(1.0);
    }
    100%{
        transform: scale(1);
    }
}

.spielDivChoose{
    float: left;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.beschreibtxtSpiel{
    float: left;
    width: 100%;
    height: 160px;
}

.spielBildAuswahl{
    float: left;
    width: 50%;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spielbildIMG{
    border-radius: 10px;
    float: left;
    width: 100%;
    height: auto;
}

.spielerklaertxtSpielChoose{
    float: left;
    width: 50%;
    padding-left: 20px;
    height: 150px;
    overflow: auto;
}

.BewertungSpielChoose{
    float: left;
    width: 110%;
    height: 40px;
    padding-top: 10px;
    margin-left: -5%;
}

#loadscreenToGame{
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: #1b2631;
    top: 0;
    left: 0;
    visibility: hidden;
}

#imgLoadingDiv{
    float: left;
    width: 100%;
    height: 300px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.IMGLoading{
    width: 50%;
    height: auto;
    border-radius: 20px;
    animation: turner 3s infinite linear;
}

@keyframes turner{
    0%  {  
        transform: rotateY(0deg);   
    }
    100% {  
        transform: rotateY(360deg); 
    }
}

.ladeDiv{
    float: left;
    width: 100%;
    height: 200px;
}

#loadingZahl{
    float: left;
    width: 100%;
    height: 50px;
    font-size: 30px;
    font-family: 'Galindo';
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}

.loadingBalkenDiv{
    float: left;
    width: 70%;
    height: 30px;
    border-radius: 30px;
    border: 2px solid #0a0c11;
    margin-left: 15%;
    overflow: hidden;
}

#loadingBalken{
    float: left;
    width: 0%;
    height: 30px;
    border-radius: 30px;
    background: #118d47;
    margin-top: -1px;
}

#ladeTxt{
    float: left;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: 'Galindo';
    line-height: 20px;
    margin-top: 20px;
    color: #ffffff;
}

#divForLobbyID{
    float: left;
    width: 60%;
    height: 30px;
    border-radius: 0px 0px 20px 20px;
    background: #1b435a;
    margin-left: 15%;
    text-align: center;
    line-height: 30px;
    font-family: 'Galindo';
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 10px;
}

/* LOBBY DESIGN ENDE */

/* LOBBY BEITRETEN BEGIN */

.nutzerScrollDiv{
    float: left;
    width: 100%;
    height: 300px;
    margin-top: 4px;
}

.showPlayerLeft{
    float: left;
    width: 10%;
    height: 300px;
    line-height: 300px;
    text-align: center;
}

#teilnehmerDiv{
    float: left;
    width: 97.5%;
    height: 300px;
    background: #1b435a;
    border-radius: 0px 20% 20% 0px;
    overflow: hidden;
}

#teilnehmerAnzeige{
    float: left;
    width: 100%;
    height: 300px;
}

ons-list#playerListLobby{
    float: left;
    width: 100%;
    height: 300px;
    background: transparent;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: none;
    display: flex;
}

#teilnehmerDivOnline{
    float: left;
    width: 97.5%;
    height: 300px;
    background: #1b435a;
    border-radius: 0px 20% 20% 0px;
    overflow: hidden;
}

#teilnehmerAnzeigeOnline{
    float: left;
    width: 100%;
    height: 300px;
}

ons-list#playerListLobbyOnline{
    float: left;
    width: 100%;
    height: 300px;
    background: transparent;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: none;
    display: flex;
}

ons-list-item.playerListLobby{
    float: left;
    margin-top: -5px;
    width: 150px;
    height: 300px;
    background: transparent;
    margin-left: -3%;
    margin-right: 5%;
}

ons-list-item.placeholderItem{
    float: left;
    margin-top: -5px;
    width: 150px;
    height: 300px;
    background: transparent;
    margin-left: 7%;
}

.hostsymbol{
    float: left;
    width: 50%;
    height: 20px;
    border-radius: 20px;
    background: #2887c7;
    text-align: center;
    font-family: 'Galindo';
    color: #ffffff;
    margin-left: 35%;
    margin-top: -280px;
    z-index: 3;
    line-height: 22px;
    font-size: 15px;
    box-shadow: 0px 2px 0px 0px #555555;
}

.teilnehmerItem{
    float: left;
    width: 150px;
    height: 280px;
    background: #2887c7;
    transform: skew(-2deg);
    border-radius: 0px 0px 15px 3px;
    border-top: 5px solid #285f80;
    border-left: 5px solid #285f80;
    overflow: hidden;
}

.teilnehmerNR{
    float: left;
    width: 40px;
    height: 40px;
    font-family: 'Galindo';
    font-size: 23px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background: #285f80;
    border-radius: 0px 0px 10px 0px;
}

.teilnehmerBildDiv{
    float: left;
    height: 160px;
    overflow: hidden;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
    padding-left: 30px;
}

.teilnehmerIMG{
    float: left;
    height: 160px;
    width: auto;
}

.teilnehmerAvatarName{
    float: left;
    height: 30px;
    transform: rotate(-90deg);
    width: 70px;
    line-height: 30px;
    background: #285f80;
    margin-top: -120px;
    margin-left: -22px;
    font-family: 'Galindo';
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    border-radius: 0px 0px 0px 15px;
    white-space: nowrap;
    overflow-x: auto;
}

.teilnehmerInfoDiv{
    float: left;
    height: 90px;
    width: 100%;
    margin-top: 5px;
    border-top: 5px solid #285f80;
    padding-top: 3px;
}

.teilnehmerInfoTxt{
    float: left;
    font-size: 12px;
    font-family: 'Galindo';
    color: #eeeeee;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    padding-left: 10%;
    margin-top: 2px;
}

.showPlayerRight{
    float: left;
    width: 10%;
    height: 300px;
    line-height: 300px;
    text-align: center;
}

.spielauswahlDiv2{
    float: left;
    width: 80%;
    margin-top: 10px;
    height: 320px;
    margin-left: 2.5%;
}

.showOrtDiv{
    float: right;
    width: 14%;
    height: 260px;
    margin-right: 2%;
    margin-top: 30px;
}

#topNavigator{
    float: left;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1%;    
    color: #ffffff;
    background: #154c70;
    margin-left: 2.5%;
    line-height: 30px;
    border-radius: 10px;
    box-shadow: 0px 3px 0px 0px #18212b;
}

#bottomNavigator{
    float: left;
    width: 100%;
    height: 30px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1%;
    color: #ffffff;
    background: #154c70;
    margin-right: 2.5%;
    line-height: 30px;
    border-radius: 10px;
    box-shadow: 0px 3px 0px 0px #18212b;
}

.ortanzeigeDiv{
    float: left;
    width: 100%;
    height: 220px;
    padding-top: 9px;
}

.ortanzeige{
    float: left;
    width: 60%;
    margin-left: 20%;
    background: #1b435a;
    border-radius: 5px;
    height: 12px;
    margin-bottom: 7px;
}

ons-carousel-item.spielCarousel2{
    width: 100%;
    height: 280px;
    background: #0c1d27;
    border-radius: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
}

#lobbySuchForm{
    float: left;
    width: 100%;
    height: 95px;
    margin-top: -15px;
}

#lobbySuchForm span{
    width: 100%;
    height: 25px;
    float: left;
    font-family: 'Galindo';
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    padding-left: 10%;
    line-height: 25px;
}

#lobbyIDInputInForm{
    float: left;
    width: 80%;
    height: 25px;
    border-radius: 20px;
    font-family: 'Inconsolata';
    font-size: 20px;
    border: none;
    background: #103e6d;
    box-shadow: 0px 3px 0px 0px #18212b;
    margin-top: 5px;
    margin-left: 10%;
    text-align: center;
    color:#ffffff;
}

#lobbyIDInputInForm::placeholder{
    color: #cccccc;
}

#sucheIDButton{
    float: left;
    width: 60%;
    margin-left: 20%;
    height: 25px;
    margin-top: 10px;
    border: none;
    border-radius: 20px;
    background: #154c70;
    color: #ffffff;
    font-family: 'Galindo';
    font-size: 15px;
    box-shadow: 0px 3px 0px 0px #18212b;
}


/* LOBBY BEITRETEN ENDE */

/* BEGINN SHOP */

.shopSchild{
    float: left;
    width: 90%;
    height: 80px;
    font-size: 35px;
    font-family: 'Sigmar One';
    color: #ffffff;
    text-align: center;
    background: #143447;
    line-height: 45px;
    margin-left: 5%;
    margin-top: 10px;
    border-radius: 50% 50% 0% 0%;
}

.kaufgegend{
    float: left;
    width: 95%;
    height: 240px;
    margin-top: -40px;
    margin-left: 2.5%;
    border-radius: 5px 5px 20px 20px;
    background: #143447;
}

.shopKaufenDiv{
    float: left;
    width: 47%;
    margin-left: 2%;
    height: 160px;
    margin-top: 25px;
    background: #154c70;
    border-radius: 5px;
}

.anzahlhaben{
    float: left;
    width: 50%;
    height: 20px;
    font-size: 14px;
    font-family: 'Sigmar One';
    color: #ffffff;
    background: #0c1d27;
    box-shadow: 0px 3px 0px 0px #0a0c11;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    line-height: 20px;
    margin-left: 25%;
    margin-top: -160px;
}

.switchBetween{
    float: left;
    width: 10%;
    height: 130px;
    line-height: 160px;
    text-align: center;
    color: #ffffff;
}

.bildDivItem{
    float: left;
    width: 80%;
    height: 160px;
}

.itemBildPic{
    float: left;
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-top: 40px;
}

.preisOfItem{
    float: left;
    width: 60%;
    height: 30px;
    background: #531912;
    box-shadow: 0px 3px 0px 0px #470700;
    line-height: 30px;
    margin-top: 10px;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    font-family: 'Sigmar One';
    font-size: 16px;
    margin-left: 20%;
}

.kaufButtonShop{
    float: left;
    width: 40%;
    height: 30px;
    background: #1e7812;
    box-shadow: 0px 3px 0px 0px #103f0a;
    border-radius: 5px;
    font-family: 'Sigmar One';
    font-size: 20px;
    border: none;
    color: #ffffff;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    line-height: 30px;
}

.kistenOeffnungsbereich{
    float: left;
    width: 100%;
    height: 150px;
}

#kistenPreview{
    float: left;
    width: 50%;
    height: 140px;
    margin-left: 25%;
    margin-top: 5px;
    background: #143447;
    border-radius: 5px;
}

.itemBildPicPrev{
    float: left;
    width: 35%;
    height: auto;
    margin-top: 10px;
}

#openNewChest{
    float: left;
    width: 70%;
    height: 40px;
    background: #1e7812;
    box-shadow: 0px 5px 0px 0px #104728;
    border-radius: 5px;
    border: none;
    font-size: 20px;
    font-family: 'Sigmar One';
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    margin-left: 15%;
    margin-top: 25px;
}

#kistenRoller{
    float: left;
    width: 100%;
    height: 140px;
    visibility: hidden;
}

.itemBildPicDreher{
    float: left;
    width: auto;
    height: 13vh;
    margin-left: 15%;
    margin-top: 30px;
}

#ergebnisAusKiste{
    float: left;
    width: 40%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 80px;
    margin-left: 5%;
    font-family: 'Sigmar One';
    font-size: 20px;
    color: #ffe600;
}

.profilBereichShop{
    float: left;
    width: 95%;
    margin-left: 2.5%;
    height: 230px;
}

.userInformationsShop{
    float: left;
    width: 100%;
    height: 40px;
    background: #143447;
    border-radius: 15px 15px 15px 0px;
    padding-top: 7px;
}

#usernameShop{
    float: left;
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-family: 'Galindo';
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

.userPicDivShop{
    float: left;
    width: 50%;
    height: 190px;
    background: #143447;
    border-radius: 0px 0px 15px 15px;
}

#userPicShop{
    float: left;
    width: 100%;
    height: 150px;
    display: flex;
    align-self: center;
    justify-content: center;
    padding: 10px;
}

#letzteGewinneDiv{
    float: left;
    width: 47%;
    height: 180px;
    margin-top: 10px;
    margin-left: 3%;
    background: #143447;
    border-radius: 2px 15px 15px 15px;
    font-size: 15px;
    color: #ffffff;
    font-family: 'Sigmar One';
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
    overflow: auto;
}

#frageChancen{
    position: absolute;
    float: right;
    text-align: center;
    width: 50px;
    height: 50px;
    top: -10px;
    right: -10px;
    color: #ffffff;
    font-family: 'Sigmar One';
    font-size: 22px;
    line-height: 50px;
    animation: 1s infinite rotateReady;
}

/* ENDE SHOP */