body {
    background-color: dimgray;
    font-size: 12px;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
}

#topmenue {
    position: absolute;
    display: flex;
    box-sizing: border-box;
    left: 8%;
    top: 4%;
    width: 70%;
    height: 8%;
    background-color: rgb(54, 54, 54);
    border-radius: 8px;
}

#logo {
    position: absolute;
    top: 4%;
    right: 4%;
    width: 17.1%;
}

.ui-slider {
    background: #686868;
    z-index: 0;
}

.picker-wrapper {
    z-index: 9999 !important;
}

.menubtn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10%;
    width: 6%;
    height: 80%;
    background-color: rgb(71, 71, 71);
}

.menubtn:hover {
    background-color: rgb(13, 41, 65);
}

#dnew {
    left: 2%;
}

#dclone {
    left: 10%;
}

#ddelete {
    left: 18%;
}

#draster {
    left: 29%;
}

#dcolor {
    left: 37%;
    z-index: 9999;
}

#dsave {
    left: 45%;
}

#dload {
    left: 53%;
}

#dzip {
    left: 61%;
}

.symbol {
    width: 50%;
    height: auto;
}

.reiter {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 160%;
    color: black;
    background-color: rgb(184, 184, 184);
    bottom: 1px;
    height: 35%;
    width: 7%;
    border-radius: 5px 5px 0 0;
    user-select: None;
}

.reiter:hover {
    background-color: rgb(120, 160, 196);
}

.reiter:active {
    background-color: rgb(162, 201, 235);
}

#bhtml {
    right: 17%;
}

#bcss {
    right: 9%;
}

#bjs {
    right: 1%;
}

#buehne {
    position: absolute;
    left: 8%;
    top: 12.5%;
    width: 70%;
    height: 72%;
    border: 1px solid #000;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#cbuehne {
    background-color: white;
}

#toolbar {
    position: absolute;
    right: 4%;
    top: 12.5%;
    width: 16%;
    height: 70.4%;
    border: 1px solid #000;
    padding: 0.5%;
    margin: 0;
    background-color: rgb(54, 54, 54);
    color: rgb(179, 179, 179);
    border-radius: 5px;
}

#sidebar {
    position: absolute;
    left: 3%;
    top: 12.5%;
    width: 4%;
    height: 71%;
    border: 1px solid #000;
    padding: 0.3%;
    margin: 0;
    background-color: rgb(54, 54, 54);
    color: rgb(179, 179, 179);
    border-radius: 5px;
}

.btn {
    width: 50%;
    left: 25%;
    margin-top: 10%;
    user-select: none;
}

.selected {
    outline: 3px dotted rgb(109, 145, 212);
    z-index: 999;
}

#proptable {
    width: 98%;
    font-size: 0.6vw;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

#proptable td {
    border: 1px solid rgb(109, 109, 109);
    margin: 0px;
    padding-top: 1%;
    padding-bottom: 1%;
}

#proptable tr {
    margin: 0px;
    padding: 0px;
}

#feld_name,
#feld_class,
#textfeld,
#feld_parent,
#fontsel,
#feld_zindex {
    background-color: rgb(201, 201, 201);
    width: 95%;
}

#code {
    position: absolute;
    left: 8%;
    top: 12.5%;
    width: 66%;
    height: 64%;
    overflow: hidden;
    z-index: 999;
    padding: 2%;
    display: none;
}

#ctext {
    position: absolute;
    z-index: 9990;
    left: 0;
    top: 0;
    width: 96%;
    height: 96%;
    padding: 2%;
}

#properties {
    display: none;
}

.ebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10%;
    width: 80%;
    height: 8%;
    background-color: rgb(71, 71, 71);
    user-select: none;
}

.ebtn:hover {
    background-color: rgb(13, 41, 65);
}

#newinput {
    top: 10%;
}

#newta {
    top: 19.5%;
}

#newimage {
    top: 29%;
}

#autoscale {
    bottom: 2%;
}

#nwgrip,
#negrip,
#swgrip,
#segrip,
#ngrip,
#egrip,
#sgrip,
#wgrip {
    width: 12px;
    height: 12px;
    background-color: #2850bd;
    border: none;
    border-radius: 50%;
}

#nwgrip {
    left: -5px;
    top: -5px;
}

#negrip {
    top: -5px;
    right: -5px;
}

#swgrip {
    bottom: -5px;
    left: -5px;
}

#segrip {
    bottom: -5px;
    right: -5px;
}

#ngrip {
    top: -5px;
    left: 50%;
}

#sgrip {
    bottom: -5px;
    left: 50%;
}

#wgrip {
    left: -5px;
    top: 45%;
}

#egrip {
    right: -5px;
    top: 45%;
}

.cbox {
    width: 15px;
    height: 10px;
    border: none;
}

#uploader {
    position: absolute;
    display: none;
    left: 5%;
    bottom: 5%;
    width: 90%;
    height: 10%;
    z-index: 9999;
}

#copybtn {
    display: flex;
    position: absolute;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    top: 6%;
    left: 81%;
    width: 11%;
    height: 4%;
    color: rgb(218, 218, 218);
    overflow: hidden;
    user-select: None;
    background-color: rgb(136, 136, 136);
    border: solid rgb(0, 0, 0) 0px;
    border-radius: 33px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    z-index: 9999;
}

#copybtn:hover {
    background-color: rgb(13, 41, 65);
}

#closebtn {
    display: flex;
    position: absolute;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    top: 6%;
    left: 94%;
    width: 3%;
    height: 4%;
    color: rgb(218, 218, 218);
    overflow: hidden;
    user-select: None;
    background-color: rgb(136, 136, 136);
    border: solid rgb(0, 0, 0) 0px;
    border-radius: 33px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    z-index: 9999;
}

#closebtn:hover {
    background-color: rgb(13, 41, 65);
}

#pagename {
    position: absolute;
    right: 1%;
    top: 15%;
    height: 20%;
    width: 22.3%;
    background-color: rgb(117, 117, 117);
    padding-left: 5px;
}

#rahmen {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7vw;
}

.vinp {
    width: 20px;
    font-size: 10px;
    background-color: rgb(53, 53, 53);
    color: white;
    border: none;
}

.ui-slider-handle {
    outline: 0;
    border-radius: 50%;
    left: 0.1em;
    top: -0.6em !important;
}

.ui-slider-horizontal {
    top: 0.08em;
    left: 5%;
    height: .01em;
    width: 90%;
    border: none;
    background: #ccc;
}

.im {
    width: 100%;
    height: 100%;
}

#footer {
    position: absolute;
    bottom: 10px;
    left: 5%;
    color: white;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

#impressum {
    display: none;
    z-index: 999999;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    user-select: none;
    background-color: white;
    padding: 5%;
    overflow: scroll;


}