body,
head {
    color: white;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    background-color: #165ad0;
    font-family: 'Schoolbell';
    font-size: 1.1em;
}

#canvas-container {
    width: 98%;
    height: 98%;
    position: absolute;
    top: 1%;
    left: 1%;
    padding: 0;
    margin: 0;
}

#copyright {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 10px;
    font-size: 0.8em;
}

#headline {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    border-style: solid;
    border-width: 3px;
    margin: 15px;
    background-color: #165ad0;
}

h1 {
    margin: 0;
    padding: 0;
    font-weight: bolder;
    font-size: 1.8em;
}

.h1unter {
    border-bottom: 3px dashed white;
}

a {
    color: white;
    font-size: 1em;
}

#datenanzeige {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 10px;
}

.datenspalte {
    float: right;
    border-style: dashed;
    padding: 5px;
    margin: 5px;
    width: 300px;
    border-width: 3px;
    background-color: #165ad0;
}

h2 {
    margin: 3px;
    line-height: 1.2em;
    font-size: 1.1em;
    border-bottom: 3px dashed white;
}

.checkboxbutton {
    border-style: dotted;
    border-width: 2px;
    width: 1em;
    height: 1em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1em;
    padding: 0px;
}

h3 {
    margin: 0px;
    margin-top: 5px;
    line-height: 1em;
    font-size: 1em;
    font-weight: bolder;
    border-bottom: 2px dotted white;
}

select {
    font-size: 1em;
    font-family: "Schoolbell";
    margin: 0;
    background-color: #165ad0;
    color: white;
    border-style: dotted;
    border-color: white;
    border-width: 2px;
    padding: 0px;
}

.buttonnormal {
    border-style: solid;
    border-color: white;
    border-width: 2px;
    background-color: #165ad0;
    font-size: 1em;
    font-family: "Schoolbell";
    color: white;
    margin: 2px;
}

.buttonmini {
    border-style: solid;
    border-color: white;
    border-width: 2px;
    background-color: #165ad0;
    font-size: 0.6em;
    font-family: "Schoolbell";
    color: white;
    margin: 1px;
    padding: 2px;
}

.buttonbild {
    float: left;
    height: 23px;
    width: 20px;
    margin-right: 4px;
}

.buttonaktiv {
    background-color: white;
    color: #165ad0;
}

button:active {
    background-color: white;
    color: #165ad0
}

input {
    font-family: "Schoolbell";
    font-size: 1em;
    text-align: right;
    background-color: #165ad0;
    color: white;
    border-style: dotted;
    border-width: 2px;
    margin: 2px;
    padding: 0;
    padding-right: 2px;
    height: 1em;
    -webkit-appearance: none;
}

ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 1em;
    font-weight: normal;
}

.unsichtbar {
    visibility: hidden;
}

.versteckt {
    display: none;
}

.headlinekaci {
    font-size: 0.9em;
}

.toollinks {
    top: 150px;
    left: 150px;
    position: absolute;
    background-color: #165ad0;
    border-width: 3px;
    border-style: dashed;
    padding: 5px;
    margin: 0
}

.toollinkname {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.toollinkp {
    margin: 0;
    padding: 0;
}