#header {
    height:65px;overflow:hidden;margin-bottom:20px;transition-duration: 1s;
    z-index:9000;
}
.stickyNow {

    background:#0af;
    box-shadow:0 0 15px rgba(0,0,0,0.5);

}
#header .col{ overflow:hidden }

#menu .col { box-shadow:0 0 15px rgba(0,0,0,0.6);border-radius:5px;background:rgba(50,50,50,0.8);padding:10px }
#menu .swiper-slide { width:auto }
#slider {

}
#slider .col { box-shadow:0 0 15px rgba(0,0,0,0.6);border-radius:5px;background:rgba(0,0,0,0.8);padding:10px }
#slider .swiper-slide { color:#fff; }
#slider .swiper-slide { height:150px }
#info {  }
#info .col {padding:10px;box-shadow:0 0 15px rgba(0,0,0,0.6);;border-radius:5px; }
#nieuw .col { box-shadow:0 0 15px rgba(0,0,0,0.6);border-radius:5px;background:rgba(0,0,0,0.8);padding:10px }
#nieuw .swiper-slide { height:150px; }
#mijnbasket .col { box-shadow:0 0 15px rgba(0,0,0,0.6);border-radius:5px;background:rgba(255,255,255,0.8);padding:10px }

#footer .col1 { box-shadow:0 0 15px rgba(0,0,0,0.6);border-radius:5px;background:rgba(50,150,250,0.8);padding:10px }
#footer1 .col { box-shadow:0 0 15px rgba(0,0,0,0.6);border-radius:5px;background:rgba(50,50,50,0.8);padding:10px }

.colx.xl { margin-top:20px;margin-bottom:20px  }
.colx.lg { margin-top:20px;margin-bottom:20px  }
.colx.md { margin-top:20px;margin-bottom:20px  }
.catlink { cursor:pointer }
.catlink:hover { color:#f70}
body {
    background-image: url("/images/bg4.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
}
.greyback {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+0,eeeeee+100 */
    background: rgb(247,247,247); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}
.greybackfull {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,f2f2f2+14,ffffff+48,efefef+88,e5e5e5+100 */
    background: rgb(226,226,226); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(242,242,242,1) 14%, rgba(255,255,255,1) 48%, rgba(239,239,239,1) 88%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(242,242,242,1) 14%,rgba(255,255,255,1) 48%,rgba(239,239,239,1) 88%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(242,242,242,1) 14%,rgba(255,255,255,1) 48%,rgba(239,239,239,1) 88%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.greydiagonal {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.oswald { font-family:oswald; font-weight:300 }
.poppins { font-family:poppins; font-weight:300 }

.stripes {
background-image: linear-gradient(135deg, #eeee22 25%, #eeee88 25%, #eeee88 50%, #eeee22 50%, #eeee22 75%, #eeee88 75%, #eeee88 100%);
background-size: 33.94px 33.94px;
}

.pagenr { float:left; padding:5px 8px; margin:0 3px 0 0;background:#eee; border:1px solid #aaa;border-radius:5px }