@charset "UTF-8";

@media only screen and (min-width : 50px) {
    a:link,
    a:visited,
    a:hover,
    a:active {color:#000000}

    html {
        height: 100%;
        width: 100%;
    }

    body {
        width: 100%;
        height: 100%;
        margin-top: 0px;
        margin-left: 0px;
        font:16px Verdana, Arial, sans-serif;
    }
    
    div {
        display: block;
    }
    
    #grid-container {
        width: 100%;
    }
    
    #header-top {
        background-color: #333333;
        height: 20px;
        width: 100%;
        color: #ffffff;
        padding: 8px 0;
    }
    
        #header-top a {
            color: #ffffff;
        }
        
        .header-top-inner {
            width: 100%;
            margin: 0 auto;
            font-size: 11px;
        }
        
            .header-top-inner-left {
                text-align: center;
            }
            
            .header-top-inner-right {
                display: none;
            }
    
    #header {
        background-color: #000000;
        width: 100%;
        top: 50px;
    }
    
    #header-inner {
        width: 100%;
    }
    
        #logo {
            padding-top: 20px;
            text-align: center;
        }
    
    /* RESPONSIVE MENU */
    .show-menu {
        display: block;
        color: white;
        font-size: 25px;
        text-align: right;
        margin-right: 15px;
        cursor: pointer;
    }
    #show-menu {
        display: none;
    }
    
    #show-menu:checked ~ #menu {
        display: block;
        z-index: 2;
    }
    
    #menu {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        display: none;
    }
    
        #menu li {
            border-top: 1px solid white;
            list-style-type: none;
            background-color: black;
            width: 100%;
        }

            #menu li a {
                display: block;
                width: 100%;
                color: white;
                text-decoration: none;
                height: 100%;
                padding: 15px;
            }

        #categorymenu {
            display: none;
        }
        
    /*
    *** OPENINGHOURS
    */
    #openinghours {
        color: white;
        margin-left: 0px;
        width: 100%;
        float: left;
        font-family: "Courier", Georgia, Serif;
    }
    
    #openinghours span {
        display: inline-block;
    }
    
        .styleblue {
            background-color: blue !important;
        }

        .openinghourstitle {
            text-align: center;
            font-weight: bold;
            background-color: #555454;

            border-top: 2px solid darkblue;
            border-left:2px solid darkblue;
            border-right:2px solid darkblue;
        }

        .openinghoursevenrows {
            text-align: center;
            background-color: #1e1e1e;
            border-right:2px solid darkblue;
            border-left:2px solid darkblue;
            border-top: 1px solid white;
        }

        .openinghoursoddrows {
            text-align: center;
            background-color: #363333;
            border-right:2px solid darkblue;
            border-left:2px solid darkblue;
            border-top: 1px solid white;
        }

        .openinghoursnote {
            text-align: center;
            background-color: black;
            border-right:2px solid darkblue;
            border-bottom:2px solid darkblue;
            border-left:2px solid darkblue;
            border-top: 1px solid white;
        }
        
    /*
    *** POPULAR AND NEWBACK
    */
    #topproducts {
        display: inline-block;
        width: 100%;
        background-color: black;
    }
        
        #popular {
            display: inline-block;
            float: left;
            height: 100%;
            margin-left: 15px;
            width: 45%;
        }

        #newback {
            display: inline-block;
            float: right;
            margin-right: 15px;
            width: 45%;
            height: 100%;
        }
        
        #popular img,
        #newback img {
            width: 100%;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }
        
        
        #populartext,
        #newbacktext {
            position: relative;
            margin-top: -40px;
            text-align: center;
            height: 40px;
            background:rgb(0,0,0);  
            background:rgba(0,0,0,0.6);  
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
            zoom: 1;
        }
            
                #populartext a,
                #newbacktext a {
                    display: block;
                    text-decoration: none;
                    color: white;
                }
    
    /*
    *** LISTFRONT
    */
    #listfront {
        display: none;
    }
    
    /*
    *** MAINWRAPPER
    */
    #mainwrapper {
        position: relative;
        height: 100%;
    }
    
    #main img {
        max-width: 100%;
        height: auto;
    }
    
    /*
    *** BREADCRUMBS
    */
    #breadcrumbs {
        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);
        border-bottom: black inset;
        width: 100%;
    }

        #breadcrumbs a {
            text-decoration: none;
        }
     
    /*
    *** BLOG/FRONT
    */
    .artikelcontainer {
        margin: 10px 0px;
        box-shadow:         0px 5px 14px 4px rgba(119, 119, 119, 0.5);
        -moz-box-shadow:    0px 5px 14px 4px rgba(119, 119, 119, 0.5);
        -webkit-box-shadow: 0px 5px 14px 4px rgba(119, 119, 119, 0.5);
    }
        
        .artikel {
            padding: 5px 15px;
        }

        .artikel img {
            width: 80%;
            height: auto;
        }

        .artikeltitel h2 {
            text-align: center;
        }
    
    /*
    *** PAGE TITLES
    */
    .page-title {
        margin: 10px 0px;
        box-shadow:         0px 7px 20px 5px rgba(119, 119, 119, 0.5);
        -moz-box-shadow:    0px 7px 20px 5px rgba(119, 119, 119, 0.5);
        -webkit-box-shadow: 0px 7px 20px 5px rgba(119, 119, 119, 0.5);
        text-align: center;
    }
    
        .page-title h2 {
            font-size: 30px;
        }
        
    .search-field {
        margin: 10px 0px;
        box-shadow:         0px 7px 20px 5px rgba(119, 119, 119, 0.5);
        -moz-box-shadow:    0px 7px 20px 5px rgba(119, 119, 119, 0.5);
        -webkit-box-shadow: 0px 7px 20px 5px rgba(119, 119, 119, 0.5);
        text-align: center;
    }
    
    .hide {
        display: none;
    }
        
    /*
    *** DISCLAIMER
    */
    .disclaimer {
        margin: 10px 0px;
        box-shadow:         0px 7px 20px 5px rgba(119, 119, 119, 0.5);
        -moz-box-shadow:    0px 7px 20px 5px rgba(119, 119, 119, 0.5);
        -webkit-box-shadow: 0px 7px 20px 5px rgba(119, 119, 119, 0.5);
        text-align: center;
    }
    
    /*
    *** PAGES
    */
    #page-container {
        margin: 10px 0px;
        box-shadow:         0px 5px 14px 4px rgba(119, 119, 119, 0.5);
        -moz-box-shadow:    0px 5px 14px 4px rgba(119, 119, 119, 0.5);
        -webkit-box-shadow: 0px 5px 14px 4px rgba(119, 119, 119, 0.5);
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    
    /*
    *** NEWSLETTER
    */
    #newslettertable {
        margin-left: auto;
        margin-right: auto;
    }
    
        #newslettertable tr:not(:first-child) th {
            text-align: right;
        }
    
    /*
    *** CATEGORY PAGE
    */
    #categorywrapper {
        text-align: center;
    }
    
        /*
        *** CATEGORY BLOCK CLASSES
        */
        .category-block {
            display: inline-block;
            width: 40%;
            margin-top: 50px;
        }
        
        .category-block img {
            max-width: 150px;
        }
        
    /*
    *** PRODUCTS PAGE
    */
    .product-container {
        margin: 10px 0px;
        box-shadow:         0px 5px 14px 4px rgba(119, 119, 119, 0.5);
        -moz-box-shadow:    0px 5px 14px 4px rgba(119, 119, 119, 0.5);
        -webkit-box-shadow: 0px 5px 14px 4px rgba(119, 119, 119, 0.5);
    }
    
        .productname {
            text-align: center;
            backdrop-filter: contrast(130%) brightness(120%) blur(2px);
            background:
              radial-gradient(
                ellipse at 16.7% -10%,
                hsla(0, 0%, 100%, 0.44) 24%,
                hsla(0, 0%, 100%, 0.4) 25%,
                hsla(0, 0%, 100%, 0.2) 45%,
                hsla(0, 0%, 100%, 0.1)
              );
            background-size: 300% 100%;
            border-radius: 10px;
            box-shadow:
              0 2px 1px hsla(0, 0%, 100%, 0.5) inset,
              0 -2px 1px hsla(250, 70%, 5%, 0.3) inset,
              0 -2px 6px hsla(0, 0%, 100%, 0.25);
        }
        
            .productname h2 {
                padding-top: 20px;
                padding-bottom: 10px;
            }
            
            .productname a {
                text-decoration: none;
            }
        
        .productpicture {
            max-width: 320px;
            margin-left: auto;
            margin-right: auto;
        }
        
            .productpicture img {
                width: 100%;
            }
            
        .producttext {
            margin-left: 10px;
            margin-right: 10px;
            padding-top: 20px;
            padding-bottom: 20px;
        }
        
        .showVideoText {
            background-color: #f1f2f3;
            text-align: center;
            box-shadow:         0px 5px 14px 4px rgba(119, 119, 119, 0.5);
            -moz-box-shadow:    0px 5px 14px 4px rgba(119, 119, 119, 0.5);
            -webkit-box-shadow: 0px 5px 14px 4px rgba(119, 119, 119, 0.5);
        }
        
            .showVideoText a {
                display: block;
                text-decoration: none;
                width: 100%;
            }
        
        .video {
            display: none;
        }
        
        .ce {
            vertical-align: middle;
            margin-bottom: 4px;
        }
        
        .productcategories {
            margin: 10px 0px;
            /*background-color: #f1f2f3;*/
            box-shadow:         0px 5px 14px 4px rgba(119, 119, 119, 0.5);
            -moz-box-shadow:    0px 5px 14px 4px rgba(119, 119, 119, 0.5);
            -webkit-box-shadow: 0px 5px 14px 4px rgba(119, 119, 119, 0.5);
        }
        
        .randomproducts {
            vertical-align: top;
            text-align: center;
            display: block;
            margin-top: 50px;
            width: 100%;
            box-shadow:         0px 5px 14px 4px rgba(119, 119, 119, 0.5);
            -moz-box-shadow:    0px 5px 14px 4px rgba(119, 119, 119, 0.5);
            -webkit-box-shadow: 0px 5px 14px 4px rgba(119, 119, 119, 0.5);
        }
        
            .randomproduct {
                display: inline-block;
                margin: 10px;
                text-align: center;
                width: 40%  ;
            }
                
                .randomproduct a {
                    text-decoration: none;
                }
        
    /*
    *** SOCIAL ICONS PRODUCTS PAGE
    */
    .socialwrapper {
        width: 100%;
    }
    
        .socialicons {
            display: inline-block;
            font-size: 22px;
        }
        
        .fa-google-plus-square {
            color: red;
        }

        .fa-facebook-square {
            color: #4267b2;
        }

        .fa-twitter-square {
            color: #38A1F3;
        }
        
    /*
    *** SITEMAP USERS
    */
    #sitemapuserstable ul li {
        padding-bottom: 10px;
    }
    
    /*
    *** FOOTER
    */
    #footer {
        background-color: black;
        color: white;
    }
    
        .footer-title {
            font-weight: bold;
        }
        
        #footer ul {
                list-style-type: none;
                padding: 0;
            }

                #footer ul li {
                    margin-top: 25px;
                }
                
                    #footer ul li a {
                        color: white;
                        text-decoration: none;
                    }
    
        #footer-left {
            display: inline-block;
            width: 100%;
            max-width: 33%;
            float: left;
            padding-left: 5px;
        }
        
        #footer-middle {
            display: inline-block;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }
        
        #footer-right {
            display: inline-block;
            width: 100%;
            max-width: 25%;
            float: right;
            text-align: right;
            padding-right: 15px;
        }
        
        #info {
            display: inline-block;
            width: 100%;
            text-align: center;
            padding-bottom: 25px;
            padding-top: 25px;
        }
}