:root {
    --white: #ffe;
    --dblue: #000006;
    --dblue2: #135;
    --gray: #555;
    --gold: #ffc;
    --lblue: #cef;
    background-image: url(/Key_Berlin.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}


html {
    background-color: var(--dblue);
    height: 100vh;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

html::-webkit-scrollbar {
    width: 0;
    height: 0;
}

body {
    padding: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 100px;
    width: calc(100vw-100px);
    overflow-x: none;
    color: var(--white);
    font-family: Arial, sans-serif;
    max-height: 100vh;
    font-size: 1.8vw;
    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

h1, h2 {
    font-weight: normal;
}

input,
select {
    background-color: inherit;
    background-color: rgba(0,0,0,0.5);
    padding: 3px;
    width: 40vw;
    font-size: inherit;
    border: 1px solid var(--white);
    padding: 10px 5px;
    color:mediumspringgreen;
    cursor: pointer;
}

input[disabled], select[disabled] {
    color: grey;
    cursor: not-allowed;
}

option {
    background-color: #012;
    text-align: center;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.left {
    text-align: left;
}

.w100 {
    width: 100%;
}

.logo-dlr {
    position: fixed;
    left: 12px;
    top: 6px;
    width: 50px;
}

.logo-ba {
    position: fixed;
    left: 12px;
    bottom: 12px;
    max-height: 200px;
    max-width: 50px;
    height: 35vh;
    border: none;
}

.arc {
    display: inline-block;
    position: fixed;
    height: 100vh;
    width: 100px;
    left: 0px;
    top: 0px;
}

#adminseite, #logout {
    color: #aaa;
}

.hidden {
    display: none;
}


#token {
    width: 6em;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

td {
    text-align: center;
    vertical-align: middle;
    padding: 5px 20px;
}

em {
    font-weight: bold;
    color: orange;
    font-variant: small-caps;
    font-style: normal;
}
