@charset "UTF-8";

@media only screen and (min-width : 768px) {
    #grid-container {
        background: url(../pictures/background.png) no-repeat bottom left fixed;
        -webkit-background-size: 120%;  
        -moz-background-size: 120%;     
        -o-background-size: 120%;       
        background-size: 120%;
    }
    
    #header {
        position: fixed;
        top: 0px;
        height: 110px;
        z-index: 1;
        background-size: auto 160px;
    }

        #header-inner {
            display: block;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        #logo {
            text-align: initial;
            display: inline-block;
            padding-top: 0px;
            width: 240px;
        }

    /*** Responsive Menu ***/ 
    .show-menu { /* Drie streepjes */
        display: none;
    }
    
    #menu {
        display: inline-block;
        width: auto;
        max-width: 1200px;
        text-align: right;
        position: absolute;
        margin-top: 15px;
        margin-left: 5%;
    }
    
        #menu li {
            border-top: none;
            display: inline;
            width: auto;
            background-color: transparent; /*** IE*/
            background-color: initial;
            border-color: #9ecaed;
            box-shadow: 0 0 10px yellow;
        }
        
            #menu li a {
                display: initial;
                display: inline-block;
                width: auto;
                height: auto;
                /*padding: 5px;*/
                color: white;
            }

            #menu li:hover {
                border-color: initial;
                box-shadow: initial;
            }
            
    /*** Dropdown Menu ***/ 
    #menu li:hover #categorymenu {
        display: inline; /*** IE*/
        display: initial;
        position: absolute;
        z-index: 999;
    }
    
    #categorymenu {
        left: 0;
        text-align: left;
        margin-top: 35px;
        background-image: linear-gradient(#333333, gray);
        width: 250px;
    }
    
        #categorymenu li {
            display: block;
            height: 70px;
            line-height: 50px;
            width: 100%;
            border-color: transparent; /*** IE*/
            border-color: initial;
            box-shadow: none; /*** IE*/
            box-shadow: initial;
        }

            #categorymenu li a {
                display: inline-block;
                width: 100%;
                padding: 5px;
                padding-bottom: 15px;
                margin-left: -25px;
            }

                #categorymenu li a:hover {
                    background-color: gray;
                    border: 1px yellow outset;
                    border-bottom: 1px yellow inset;
                }
        
    /* Header bottom: Openinghours and Slogan */
    #header-bottom {
        display: block;
        width: 100%;
        margin-top: 0px;
    }
    
        #bottominnerwrapper
        {
            display: table;
            margin-top: 110px;
            width: 100%;
            max-width: 1200px;
            height: 100%;
            margin-left: auto;
            margin-right: auto;
        }
        
        #bottominnerrow
        {
            display: table-row;
        }
        
    /**** OPENINGHOURS*/
    #openinghours {
        display: initial;
        float: none;
        display: table-cell;
        width: 45%;
        height: 100%;
        font-size: 13px;
        background-color: darkgray;
        vertical-align: top;
    }

        .openinghoursevenrows {
            text-align: left;
        }

        .openinghoursoddrows {
            text-align: left;
        }
                
    /**** Slogan*/
    #slogan {
        display: table-cell;
        width: 45%;
        background-color: darkgray;
        height: 100%;
        font-family: Impact;
        text-shadow: 2px 2px 15px red;
    }
    
        #slogantext {
            font-size: 48px;
            text-align: center;
            color: yellow;
        }
    
        #sloganlogocontainer {
            display: block;
            text-align: center;
        }
        
        .sloganlogo {
            display: inline-block;
            padding-left: 5px;
            padding-top: 15px;
        }
        
        .sloganlogo img {
            height: 60px;            
        }
    
    /**** Contact*/
    #header-contact {
        font-size: 14px;
        max-width: 1200px;
        margin: 0 auto;
    }
    
        .header-contact-left {
            display: inline-block;
            width: 45%;
        }

        .header-contact-right {
            display: initial;
            display: inline-block;
            margin-right: 5%;
            float: right;
            text-align: right;
        }
    
    /**** Mainwrapper*/
    #mainwrapper {
        max-width: 1200px;
        margin: 0 auto;
    }
   
    /**** Breadcrumbs*/
    #breadcrumbs {
        margin-left: auto;
        margin-right: auto;
        max-width: 99%;
    }
    
    /**** Main*/
    #main {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    /*
    *** DISCLAIMER
    */
    .disclaimer {
        margin: 20px 10px;
    }
    
    /**** Page Content*/
    .page-content img {
        max-width: 800px;
    }
    
    .page-hours {
        font-size: 16px;
    }
        
    /**** PRODUCTS PAGE*/
    .product-container {
        margin: 20px 10px;
        background-color: white;
    }
    
        .productpicture {
            display: inline-block;
            margin: initial;
            vertical-align: top;
            width: 350px;
            text-align: center;
            margin-left: 5%;
            margin-top: 15px;
        }
        
        .producttext {
            display: inline-block;
            max-width: 45%;
            padding-top: 0px;
        }
    
    /**** Random Product*/
    .randomproducts {

    }
    
        .randomproduct {

        }
        .randomproduct img {
            /*max-width: 250px;*/
        }
        
    /*
    *** SITEMAP USERS
    */
    .sitemapusers li {
        padding-bottom: 0px;
    }
        
    /*** CATEGORY PAGE*/
    #categorywrapper {
        font-size: initial;
    }
        
        .category-block img {
            max-width: 100%;
        }
    /*
    
    #main {
        max-width: 1180px;
        margin: 0 auto;
    }
    
    .artikelcontainer {
        margin: 20px 10px;
        background-color: white;
        box-shadow:         0px 5px 5px 5px rgba(119, 119, 119, 0.5);
        -moz-box-shadow:    0px 5px 5px 5px rgba(119, 119, 119, 0.5);
        -webkit-box-shadow: 0px 5px 5px 5px rgba(119, 119, 119, 0.5);
    }
    
    
    
    
        
        .productcategories {
            margin: 20px 10px;
        }*/

}