*{
	box-sizing: border-box;
}


#time {
    width: 100%;
    height: 0.333em;
    margin-bottom: -0.333em;
}

#lifes {
    margin-top: -1.2em;
    font-weight: 400;
}
#feh {
    margin-top: -1.15em;
    margin-right: 0.15em;
    min-height: 1em;
    font-weight: 400;
    font-size: 1.3em;
    letter-spacing: -0.3em;
}

html, body{
            margin: 0;
            width: 100%;
            height: 100%;
}

#questionDialog {
    padding: 20px 30px 20px 30px;
    color: black;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 0.5px rgb(255, 225, 225), 1px -1px 0.5px rgb(225, 225, 225), -1px 1px 0.5px rgb(225, 225, 225), -1px -1px 0.5px rgb(225, 225, 225);
}

#abbrechen {
    text-shadow: none;
    -webkit-filter: drop-shadow(1px 1px 0.5px rgb(255, 225, 225)) drop-shadow(1px -1px 0.5px rgb(225, 225, 225))
        drop-shadow(-1px 1px 0.5px rgb(225, 225, 225)) drop-shadow(-1px -1px 0.5px rgb(225, 225, 225));
    filter: drop-shadow(1px 1px 0.5px rgb(255, 225, 225)) drop-shadow(1px -1px 0.5px rgb(225, 225, 225))
        drop-shadow(-1px 1px 0.5px rgb(225, 225, 225)) drop-shadow(-1px -1px 0.5px rgb(225, 225, 225));
}
      
#dialogWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    background-color: #EEEEEE;
}

#dialogWrapCell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#mainDialog {
    margin: 5px;
    border: solid #AAAAAA 1px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 3px #AAAAAA;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    overflow: hidden;
    text-align: left;
    max-width: 30%;
	min-width: 250px;
}

input  {
    margin-left: 0px;
}

#antwort {
    background-color: #bebebe;
    text-align: center;
    padding: 0.5em;
}

.answerSubmit {
    cursor: pointer;
    border: 2px solid #b0b0b0;
    background-color: #d3d3d3;
    margin: 0.5em;
    padding: 0.5em;
}

#frageflg {
    -webkit-filter: drop-shadow(1px 1px 0.5px rgb(255, 225, 225)) drop-shadow(1px -1px 0.5px rgb(225, 225, 225))
        drop-shadow(-1px 1px 0.5px rgb(225, 225, 225)) drop-shadow(-1px -1px 0.5px rgb(225, 225, 225));
    filter: drop-shadow(1px 1px 0.5px rgb(255, 225, 225)) drop-shadow(1px -1px 0.5px rgb(225, 225, 225))
        drop-shadow(-1px 1px 0.5px rgb(225, 225, 225)) drop-shadow(-1px -1px 0.5px rgb(225, 225, 225));
}

#antwortflg {
    -webkit-filter: drop-shadow(1px 1px 0.5px rgb(255, 225, 225)) drop-shadow(1px -1px 0.5px rgb(225, 225, 225))
        drop-shadow(-1px 1px 0.5px rgb(225, 225, 225)) drop-shadow(-1px -1px 0.5px rgb(225, 225, 225));
    filter: drop-shadow(1px 1px 0.5px rgb(255, 225, 225)) drop-shadow(1px -1px 0.5px rgb(225, 225, 225))
        drop-shadow(-1px 1px 0.5px rgb(225, 225, 225)) drop-shadow(-1px -1px 0.5px rgb(225, 225, 225));
    max-width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.keyLettering {
    float: right;
    color: black;
    background: #bebebe;
    opacity: 0.67;
    width: fit-content;
    border-radius: 1em;
    padding: 0.33em;
    padding-inline: 0.5em;
    margin-top: -2.67em;
    margin-right: 0.75em;
    font-family: 'Trebuchet MS';
    letter-spacing: 0.1em;
}