body {
    background-color: #454545;
    text-align: center;
    color:#ffffff;
}

#scrollbar {overflow-y: scroll; top: 0; right: 0; display: none; height: 100%; position: fixed;}

img {
    max-width: 100%; 
}

#Zurück,
#AnleitungsKnopf {
    background-image: linear-gradient(to bottom, #ff8080, #ff3131);
    color: #222222;
    position: absolute;
    top: 3.6%;
    left: 2.025%;
    height: 120px;
    width: 120px;
    max-width: 120px;
    border-radius: 60px;
}
#AnleitungsKnopf {
    font-size: 84px;
    font-weight: bolder;
}
#Zurück {
    font-size: 60px;
}

#MehrAnzeigenKnopf {
    background-image: linear-gradient(to bottom, #ff8080, #ff3131);
    color: #222222;
    position: absolute;
    top: 3.6%;
    right: 2.025%;
    font-size: 60px;
    height: 120px;
    width: 120px;
    border-radius: 60px;
}

#MehrAnzeigenPopup{
    background-image: linear-gradient(to bottom, #ff8080,#ff3131);
    border-radius: 16px;
    height: 250px;
    width: 384px;
    position: absolute;
}
#MehrAnzeigenPopup button{
    color: #ffffff;
    background-color: #494949;
    display: block;
    font-size: 20px;
    height: 50px;
    width: 300px;
    margin: 10px auto;
    border-radius: 10px;
}
#MehrAnzeigenOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75); 
    z-index: 999; 
    display: none; 
}

#tooltip,
#tooltip1,
#GanzesWortTooltip {
    display: none;
    position: absolute;
    background-color: #222222;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    pointer-events: none;
}

#StartKnopf button{
    background-image: linear-gradient(to bottom, #ff8080, #ff3131);
    color: #222222;
    font-weight: bolder;
    position: absolute;
    top: 65%;
    transform: translateX(-50%);
    font-size: 120px;
    height: 160px;
    width: 400px;
    border-radius: 33px;
}

#Tastatur {
    position: absolute;
    margin: 0 auto;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 550px;
}

#Tastatur button {
    background-color: #494949;
    color: #ffffff;
    margin: 4.8px;
}

#TastenKat {  
    margin: 0 auto;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
}

#TastenKat button {
    background-color: #494949;
    color: #ffffff;
    margin: 4.8px;
}

#PlatzhalterBuchstaben {
    margin: 0 auto;
    position: absolute;  
    transform: translateX(50%);
    top: 25%;
    min-width: 50%;
    font-size: 30px;
    background-image: linear-gradient(to bottom, #ff8080, #ff3131);
    height: 40px;
    width: 5px;
    border-radius: 20px;
}


#TastenKat button:disabled,
#Tastatur button:disabled {
    background-color: #757575;
    color: #ffffff;
}

canvas {
    margin: 0 auto;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
}

#Gewinn{
    background-image: linear-gradient(to bottom, #60ff41, #11ca00);
    border-radius: 33px;
}
#Neustart,
#ResetScore{
    background-color: #494949;
    border-radius: 5px;
    color: #ffffff;
}
#Verloren{
    background-image: linear-gradient(to bottom, #ff8080,#ff3131);
    border-radius: 33px;
}

#impressum{
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 92%;
    right: 2%;
    border-radius: 20px;
    min-width: 200px;
    min-height: 40px;
    position: fixed;
}

#PatchnotesOverlay {
    position: fixed;
    bottom: 3.6%;
    left: 2.025%;
    height: 180px;
    width: 320px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 999; 
}
#PatchnotesOverlay p {
    font-size: 18px;
    line-height: 1.5;
    margin-left: 5%;
    text-align: left;
    max-height: 160px;
    max-width: 300px;
    overflow-y: auto;
}
.PatchnotesZU1 {
    font-weight: bold;
    text-decoration: underline;
}


#ÜULink1,
#ÜULink2,
#IMPLink1,
#IMPLink2 {
    color: #ffffff;   
}

#GanzesWortButton {
    margin: 0 auto;
    position: absolute;  
    left: 76%;
    top: 25%;
    min-width: 4%;
    font-size: 30px;
    background-color: white;
    height: 40px;
    width: 5px;
    border-radius: 4px;
}
#GanzesWortPopup{
    background-image: linear-gradient(to bottom, #ff8080,#ff3131);
    border-radius: 10px;
    height: 150px;
    width: 300px
}
#GanzesWortFalsch{
    background-image: linear-gradient(to bottom, #ff8080,#ff3131);
    border-radius: 10px;
    width: 300px
}
#SchließenGanzesWortPopup{
    background-color: #494949;
    color: #ffffff;
    border-radius: 5px;
}
#GanzesWortBestätigen{
    background-color: #494949;
    color: #ffffff;
    border-radius: 5px;
}


h1 {
    margin-top: 2.2%;
    font-size: 100px;
}

#Abs1ÜS {
    margin-left: 15%;
    margin-right: 15%;
}

#Abs2ÜS,
#Datenschutz {
    margin-top: 2.2%;
    margin-left: 16%;
    margin-right: 16%;
}

#Abs1ÜU {
    margin-left: 11%;
    margin-right: 11%;
    font-size: 20px;
}
#Abs2ÜU,
#Abs3ÜU,
#Anleitungstext {
    margin-left: 12%;
    margin-right: 12%;
}

ol, ul {
    list-style-position: inside;  
}