@media only screen and (max-device-width: 768px){
    #form1{
        width: 100%;
        height: auto;
        border: 1px solid #C4C4C4;
        padding-bottom: 10px;
    }
    .insertionstatus{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        border: 1px solid lightblue;
        background-color: lightblue;
    }.itemsid{
        width: auto;
        min-width: 100px;
        height: 30px;
        display: flex;
        align-items: center;
        background-color: transparent;
    }.newprodcutbutton{
        background-color: orange;
        color: default;
        display: flex;
        height: 30px;
        width: auto;
        flex: 1;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
    }.newprodcutbutton:hover{
        cursor: default;
    }
    .itmeidlabel{
        margin-right: 10px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }.titlecontainer{
        margin-top: 20px;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        min-width: 100px;border: 1px solid transparent;
        height: 60px;
        position: relative;
        flex-wrap: wrap;
    }.titlecontainer label{
        position: absolute;
        top: 0px;
        width: 100%;
        background-color: #DBDBDB;
        display: flex;
        height: 25px;
        align-items: center;
        justify-content: center;
    }.titleinput{
        width: 100%;
        height: 30px;
        position: absolute;
        bottom: 0px;
        font-size: 16px;
        text-align: right;
    }.navigationfortheform{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin-top: 5px;
    }.navigationfortheform *{
        width: 100px;
        margin-left: 5px;
        margin-right: 5px;
        height: 30px;
    }.notloggedinsessionorcookie{
        box-sizing: border-box;
        width: 100%;
        height: auto;
        text-align: right;
        color: red;
        background-color: #DBDBDB;
        padding: 5px;
    }
}