body {
    margin: 0;
    padding: 0;
    background: transparent;
}

#toggle-button {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #00000088;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 999;
}

#character-overlay {
    position: absolute;
    top: 50px;
    left: 10px;
    width: 378px;
    height: 503px;
    display: none;
}

#character-overlay img#base-char {
    width: 100%;
    height: auto;
}

.slot {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#item-preview {
    position: absolute;
    top: 0;
    left: 400px;
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 300px;
    display: none;
    z-index: 1000;
    image-rendering: auto;
}


/* Alle Slot-Positionen */
#grau_kopf           { top: 14px;   left: 143px; width: 88px;  height: 87px; }
#dunkelrot_amulette  { top: 30px;   left: 279px; width: 55px;  height: 55px; }
#rot_waffe           { top: 119px;  left: 24px;  width: 87px;  height: 179px; }
#orange_brust        { top: 118px;  left: 127px; width: 118px; height: 180px; }
#gelb_schild         { top: 119px;  left: 263px; width: 89px;  height: 179px; }
#gruen_ring_links    { top: 318px;  left: 35px;  width: 54px;  height: 52px; }
#hellblau_guertel    { top: 318px;  left: 128px; width: 120px; height: 52px; }
#blau_ring_rechts    { top: 318px;  left: 280px; width: 54px;  height: 52px; }
#lila_handschuhe     { top: 389px;  left: 15px;  width: 87px;  height: 86px; }
#rosa_schuhe         { top: 389px;  left: 144px; width: 87px;  height: 87px; }
#limone_beine        { top: 389px;  left: 263px; width: 87px;  height: 86px; }
#hellgruen_relict    { top: 389px;  left: 263px; width: 87px;  height: 86px; }
