
* {
    box-sizing: border-box;
}

h1 {
    text-align: center;
}

.img-fit {
    padding: 5px;
    /* object-fit: contain; */
	width:100%;
	height: auto;

}

.playerbuttons {
    /* padding: 5px; */
    font-size: 1em;
    font-weight: bold;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.wait {
    flex: 1;
}

#wrapper {
    display: flex;
    margin: 0 auto;
    flex: 1;
    flex-direction: column;
    height: 540px;
    width: 1080px;
    background-color: #A69F8D;
}


#BackgroundBox {
    flex: 11;
    display: flex;
    flex-direction: row;
    /* background-color: lightgrey; */
}

    #ShopBox {
        /* background-repeat: no-repeat;
        background-position: left top; */
        flex: 5;
        display: flex;
        flex-direction: column;
    }
        #TimeBox {
        padding: 0px 5px;
        flex: 1;
        font-size: 1em;
        font-weight: bold;
        }

        #OpeningBox {
            padding: 0px 5px;
            flex: 2;
        }

        #OpenStatusBox {
            background-image: url(images/konsumzu.jpg);
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: center;
            flex: 7;
            /* background-color: red; */
            font-size: 1em;
            font-weight: bold;
        }

        #InventoryBox {
            padding: 0px 5px;
            flex: 1;
            background-color: gold;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    #OutsideBox {
        background-image: url(images/ddrstrasse.jpg);
        background-size: 100% 100%;
        /* background-repeat: no-repeat;
        background-position: left top; */
        flex: 13;
        display: flex;
        flex-direction: column;
        }

        #StreetBox {
            flex: 4;
        }

        #QueueBox {
                flex: 2;
                display: flex;
                flex-direction: row
                /* background-color: grey; */
            }

#SeparationBox {
    display: flex;
    align-items: center;
    padding: 0px 5px;
    flex: 1;
    background-color: #A69F8D;
}

#PlayerBox {
    flex: 3;
    display: flex;
    flex-direction: row;
    background-color: lightblue;
}

    #CertificateBox {
        flex: 1;
        border-right: 2pt solid black;
    }

    #BasketBox {
        flex: 2;
        border-right: 2pt solid black;
    }

    #OrderBox {
        flex: 2;
        border-right: 2pt solid black;
    }

    #ForwardBox {
        flex: 1;
    }

    #LineupBox {
        flex: 1;
    }

    #QuitBox {
        flex: 1;
        border-right: 2pt solid black;
    }

    #HelpBox {
        flex: 1;
    }

#ReturnBox {
    flex: 1;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
}
