/* Extra small devices */
@media (max-width: 767px)
{
    #aktuellesbox {
        border-right:0 !important;
    }
    #shopprodukte
    {
        border-left: 0 !important;
    }
    #shopprodukte1
    {
        border-left: 0 !important;
    }
    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    #comment
    {
        max-width: 100% !important;
    }
    #seiten_nav
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #productebox
    {
        padding-left: 0px !important;
        padding-right: 0px !important;        
    }
}

/* Extra small devices */
@media (min-width: 400px) and (max-width: 767px) and (orientation:landscape)
{

}

@media (max-width: 399px) and (orientation:landscape)
{

}

/* Small devices */
@media (min-width: 768px) and (max-width: 991px)
{
    #comment
    {
        max-width: 100% !important;
    }
    #shopprodukte
    {
        border-left: 0 !important;
    }
    #shopprodukte1
    {
        border-left: 0 !important;
    }
    #seiten_nav
    {
        padding-right: 15px !important;
    }

}

/* Medium devices */
@media (min-width: 992px) and (max-width: 1200px)
{
    #comment
    {
        max-width: 100% !important;
    }
    #productebox
    {
        padding-left: 0px !important;
        border-left: 1px solid #808080 !important;
    }
}

/* Large devices */
@media (min-width: 1201px) and (max-width: 1479px)
{
    #productebox
    {
        padding-left: 0px !important;
        border-left: 1px solid #808080 !important;
    }
}

/* HD Desktop */
@media (min-width: 1480px) and (max-width: 1919px)
{
    #productebox
    {
        padding-left: 0px !important;
        border-left: 1px solid #808080 !important;
    }
}

/* FullHD Desktop */
@media (min-width: 1920px) and (max-width: 2023px)
{
    #productebox
    {
        padding-left: 0px !important;
    }
}

/* 2K Desktop */
@media (min-width: 2024px)
{
    #productebox
    {
        padding-left: 0px !important;
    }
}