@media only screen and (min-width:300px){
    .cookie_info{
        display: inline;
    }
}

@media only screen and (min-width:600px){
    .item_container_small{
        width: 49%;
    }
    .item_container_large{
        width: 100%;
    }
    #footer-social-container{
        margin-right:10px;
    }
    #footer-social-container a, #footer-social-container img{
        margin-left:10px;
        margin-right:10px;
    }
    #bestelling_popup_btn{
        right: 75px;
    }
}
@media only screen and (min-width:700px){
    #logo_subtext{
        font-size: 1rem;
    }
}
@media only screen and (min-width:800px){
    .item_container_small{
        width: 33%;
    }
    .item_container_large{
        width: 49%;
    }
}
@media only screen and (min-width:1000px){
    .item_container_small{
        width: 24%;
    }
    .item_container_large{
        width: 33%;
    }
    #logo_subtext{
        font-size: 1.2rem;
    }
}
@media only screen and (min-width:1200px){
    .item_container_small{
        width: 19%;
    }
    .item_container_large{
        width: 24%;
    }
    #logo_subtext{
        font-size: 1.4rem;
    }
}

@media only screen and (min-width:1360px){
    #main_content-content{
        align-items: center;
    }
}
@media only screen and (min-width:1600px){

    #logo_subtext{
        font-size: 1.6rem;
    }
}


@media only screen and (max-height:500px){
    .logo_container{
        max-width: 25vw;
        top:20px;
    }
    #overlay-no_height{
        display: block;
    }
}