html, body{
    width: 100%;
    height: 100%;
}

body{
    background-color: rgb(47, 31, 65);
    color: white;
}

.container{
    margin-top: 20px;
    border-radius: 19px;
    box-shadow: 0 0 19px 1px black;
    background-color: rgb(110, 73, 153);
}

/* #################################### */
/* GAME */
/* #################################### */
.game{
    width: 100%;
    padding: 15px;
    border: solid 2px black;
    border-radius: 13px;
    background-color: darkred;
    text-align: center;
    min-height: 300px;
}
/* #### FIRST SITE #### */

.first_site{
    text-align: left;
    display: inline-block;
    width: 100%;
    color: white;
}

.first_site h2{
    text-align: center;
}
.names input{
    width: 70%;
    min-width: 100px;
    cursor: pointer;
}

#anzahl{
    font-size: 20px;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 60px;
    height: 40px;
    padding-left: 10px;
    color: #525252;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    border-radius: 12px;
    outline: none;
    cursor: pointer;
}


.anzahl-wrapper {  
    display: block;
}

.punishment{
    width: 100%;
    display: inline-block;
    margin-top: 25px;
}

.punishment label{
    margin-right: 100px;
}

.start{
    width: 100%;
    font-size: 1.2rem;
    font-weight: 200%;
    background-color: white;
    border-radius: 19px;
    border: solid 1px black;
    cursor: pointer;
    font-size: 1.4rem;
    text-align: center;
    margin: 30px 0 20px 0;
}

.start:hover{
    background-color: rgb(206, 206, 206);
}

/*
.wrap{
    display: inline-block;
    width: 40%
}
*/
/* #### SECOND SITE #### */


.playername{
    font-size: 1.7rem;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.cont_truth{
    display: inline-block;
    background-color: white;
    color: darkred;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    border: 1px black solid;
    border-radius: 19px;
    padding: 10px 10px;
    margin-bottom: 25px;
}
.truth p{
    display: inline;
}

.cont_truth{
    display: inline-block;
    background-color: white;
    color: darkred;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    border: 1px black solid;
    border-radius: 19px;
    padding: 10px 10px;
    margin-bottom: 25px;
}
.truth p{
    display: inline;
}

.cont_truth{
    display: inline-block;
    background-color: white;
    color: darkred;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    border: 1px black solid;
    border-radius: 19px;
    padding: 10px 10px;
    margin-bottom: 25px;
    width: 30%;
}

.cont_truth:hover{
    background-color: rgb(206, 206, 206);
}

.truth p{
    display: inline;
}

.cont_dare{
    display: inline-block;
    background-color: white;
    color: darkred;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    border: 1px black solid;
    border-radius: 19px;
    padding: 10px 10px;
    margin-bottom: 25px;
    width: 30%;
}

.cont_dare:hover{
    background-color: rgb(206, 206, 206);
}

.dare p{
    display: inline;
}

.cont_rand{
    display: inline-block;
    background-color: white;
    color: darkred;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    border: 1px black solid;
    border-radius: 19px;
    padding: 10px 10px;
    margin-bottom: 25px;
    width: 30%;

}
.cont_rand:hover{
    background-color: rgb(206, 206, 206);
}

.rand p{
    display: inline;
}



/* #################################### */

/* #### THIRD SITE #### */
.third_site{
    color: white;
}

.playername_task{
    font-size: 2rem;

}

.task_task{
    font-size: 1.6rem;
}

.btn3{
    display: inline-block;
    background-color: white;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    border: 1px black solid;
    border-radius: 19px;
    padding: 10px 10px;
    margin-bottom: 25px;
    margin: 0 10px 10px 10px;
    width: 40%;
}

/* #################################### */

/* #### Punishment SITE #### */

.fail_site{
    text-align: center;
    display: inline-block;
    width: 100%;
    color: white;
}

/* Der Spielername hat im HTML --> display: inline */
.title_punishment{
    font-size: 1.7rem;
    font-weight: bold;
    display: inline;
}

.text_punishment{
    font-weight: lighter;
}

.final_punishment{
    font-size: 1.5rem;
}

/* #################################### */


/* #### Interaktion Spiel #### */

.dnone{
    display: none;
}

.inline{
    display: inline-block;
    width: 40%
}

/* #################################### */


/* #################################### */

/* Updates & Weiterentwicklung */
/* #################################### */
.game_infos{
    padding-top: 50px;
}

/* #################################### */