@media only screen and (min-device-width: 1024px){
    .itemcontainer{
        width: auto;
        min-width: 100px;
        max-width: 300px;
        height: 200px;
        border-radius: 8px;
        border: 1px solid #C4C4C4;
        position: relative;
    }.imagecontainer{
        box-sizing: border-box;
        width: auto;
        max-width: 300px;
        height: 170px;
        background-color: white;
        display: flex;
        justify-content: center;
    }.imageitself{
        width: auto;
        min-width: 100px;
        max-width: 300px;
        height: 100%;
        border: 0px solid rgb(0, 128, 0)
    }
    .title{
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        background-color: rgba(144, 238, 144, 0.342);
        position: absolute;
        bottom: 0px;
        padding-right: 5px;
        overflow: hidden;
    }.uploaditmelink{
        width: 100%;
        height: 50px;
        background-color: orange;        
        display: flex;
        align-items: center; 
        margin-bottom: 10px;
        justify-content: center;
        font-size: 20px;
        color: black;
        font-weight: bold;
        flex-wrap: wrap;
        padding-top: 5px;
        border-radius: 4px;
    }.uploaditmelink:hover{
        cursor: pointer;
        background-color: #FFD230;
    }
    .uploadtitle{
        width: 100%;
        border: 0px solid transparent;
        display: flex;
        height: 30%;
        overflow-x: hidden;
        overflow-y: hidden;
        justify-content: center;
        align-items: center;
    }.aufforderungalkdaosdfo{
        font-size: 14px;
        font-weight: normal;
    }.bodycontainer{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }.itmeslist{
        width: 300px;
        height: 200px;
        border: 1px solid transparent;
        margin-bottom: 8px;
        border-radius: 8px;;
        margin-left: 5px;
        margin-right: 5px;
    }.paginationcontainer{
        width: 100%;
        height: 30px;
        background-color: transparent;
        border: 1px solid lightblue;
        display: flex;
        justify-content: center;
    }.paginationcontainer button{
        margin-left: 10px;
        margin-right: 10px;
    }.titlecontainer{
        width: 70%;
        overflow-y: hidden;
        overflow-x: hidden;
        height: 100%;
        display: flex;
        justify-content: right;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }.pricecontainer{
        box-sizing: border-box;
        height: 100%;
        width: 30%;
        font-size: 25px;
        background-color: #ADADAD;
        color: black;
        padding-left: 5px;
    }
}