
body {
    font-family: Arial, Verdana, sans-serif;
  /*  background-image: url("images/header_bg.png");*/
 /*   background-repeat: repeat-x;  */
    font-size:1em;
}

a{
    text-decoration:none;
}

body.menu-active{
    overflow-y: hidden;
}

.text img { max-width:100% !important; height:auto !important; }


    /*//////////////////////
    ////////HEADER/////////
    ////////////////////*/

.header{
    /* background-image: url(/images/header_bg.png); */
    width:100%;
    background-color:#64a0d8;
    border-bottom:3px solid #81b5e5;
        /* height: 105px; */
        background-repeat-y: no-repeat;
}

.logo img{
    height: 31px;
    padding: 30px 10px 30px 10px;
}

.menu{
    display:none;
    background-color: #64a0d8;
    position: absolute;
    height: 2000px;
    width: 100%;
    z-index: 21;
}

.menu li{
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 1.3rem;
}


.menu li a {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    margin-left: 20px;
}

.menu ul{
    padding-left: 0;
    position: relative;
    top: 60px;
}


.menu li a:hover, .menu li a.active{
    color: #004e73;
}

.usp {
    background-color: #eeeeee;
    padding: 10px 0 15px;
    display: flex;
    width: 100%;
    margin: 0;
    font-size: 0.9rem;
    align-items: center;
    box-sizing: border-box;
    line-height: 1;
    display: block;
    height: auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.usp ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content:space-between;
    max-width: 100%;
    overflow: hidden;
}

.usp li {
    text-align: left;
    padding: 5px 10px;
    white-space: nowrap;
    position: relative;
    line-height: 1;
}

.usp li:last-child {
    text-align: right;
}

.usp li::before {
    content: "✔";
    color: #64a0d8;
    font-weight: bold;
    margin-right: 8px;
    display: inline-block;
}

@media (max-width: 768px) {
    .usp ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .usp li {
        width: 48%;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 450px) {
    .usp li {
        width: 100%;
    }
}




    /*//////////////////////
    ////////SLIDER/////////
    ////////////////////*/



.slider-wrapper{
    border: 10px solid #efefef;
    margin-top: 50px;
    border-radius: 10px;
    position:relative;
    border-right: none;
    border-left: none;
}

.slider-wrapper ul li{
    background-size: cover;
    width: 100%;
    height: 200px;
    margin-left: auto;
    list-style: none;
    background-repeat: no-repeat;
    margin-right: auto;
    background-position: center center;
}

.slider-wrapper ul li a { width:100%; height:100%; display:block; }

.slider-wrapper ul{
    padding-left:0;
    width:100%;
}


.flickity-page-dots {
    width: 144px!important;
    top: -35px;
    left:initial!important;
    right:0;
    height:20px;
}

.flickity-page-dots .dot {
    margin: 0 3px!important;
}


.flickity-prev-next-button {
    background: rgba(0, 0, 0, 0.3)!important;
}

.flickity-prev-next-button .arrow {
    fill: white!important;
}


.flickity-page-dots .dot.is-selected{
background:#64a0d8;
}

.zoekbalk input[type=text]{
    background-color: #efefef;
    width: 94%;
    border: none;
    padding: 14px 0px 14px 5%;
    position: absolute;
    bottom: -28px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 1.2em;
    outline:none;
}


.submit{
    position: absolute;
    right: 15px;
    bottom: -18px;
    height: 31px;
}
.zoekbalk{
    width: 90%;
        position: relative;
    margin-left: auto;
    margin-right: auto;
}


    /*////////////////////////
    ////////TEXTAREA/////////
    //////////////////////*/



.text-wrapper{
    margin-right:20px;
    margin-left:20px;
    color: #666;
}

.text-wrapper h1{
    font-size:3em;
        color: #454545;
    font-weight:normal;
}

.text-wrapper .text{
        line-height: 24px;
}

.text-wrapper .text a{
        color: #64a0d8;
    text-decoration: none;
}

.text-wrapper .text a:hover{
    color: #004e73;
}



    /*////////////////////////////
    ////////Contact-form/////////
    //////////////////////////*/


.contact-wrapper{
    background-color: #f7f7f7;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px 20px 15px 15px;
    border-radius:5px;
        max-width: 270px;
}


.contact-wrapper h3{
    margin: 0 0 5px 0;
    color: #64a0d8;
    font-size: 1.4em;
    font-weight: bold;
}

.contact-wrapper p{
    color: #868686;
    line-height: 21px;
    font-size: 0.8em;
    margin-top: 2px;
    margin-bottom: 0;
    width: 153px;
}

.contact-wrapper p b{
    color: #666;
    font-size: 1.2em;
}

.contact-wrapper p b i{
    margin-right:5px;
}

.contact-wrapper form label{
    margin: 15px 0 2px 0px;
    color: #666;
    font-size: 1.1rem;
    font-weight: bold;
     display: block;
}

.contact-wrapper form input[type=text], .contact-wrapper form input[type=email] {
border: 2px solid #e2e2e2;
    border-radius: 5px;
    padding-left: 5px;
    height: 30px;
    width: 100%;
}

.contact-wrapper form textarea {
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    padding: 5px 0 0 5px;
    height: 120px;
    width: 100%;
    resize:none;
}


.contact-wrapper form input[type="submit"] {
    margin: 15px 0 2px 0px;
    background-color: #64a0d8;
    padding: 7px 12px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.1em;
    width: 125px;
    border: 0;
    -webkit-appearance: none;
}

.contact table { margin:0; }
.contact table tr { border:1px solid #efefef; }
.contact tbody { width:auto; }




    /*////////////////////////////
    ////////Product//////////////
    //////////////////////////*/




.product-wrapper img{
    display: block;
    border: 8px solid #efefef;
    border-radius: 8px;
}

.home-producten{
    margin-top: 40px;
}

.product-wrapper{
    width: 220px;
    margin-left: auto;
    margin-right: auto;
        margin-bottom: 30px;
}

.producten .product-wrapper { width: 235px; }

.product-wrapper span, .producten .product-wrapper span{
    margin-top: 10px;
    font-size: 0.9em;
    color: #64a0d8;
    text-transform: uppercase;
    width: 205px;
    display:block;
    font-weight:bold;
    height: 50px;
}

.product-wrapper a{
    text-decoration:none;
    font-weight:bold;
}


.product-wrapper.aanbieding img{
    border: 8px solid #64a0d8;
}

.product-wrapper.aanbieding .img-aanbieding{
        border: none;
    position: absolute;
}


.product-wrapper:hover img{
    opacity:0.75;
}

.product-wrapper:hover .img-aanbieding{
    opacity:1;
    z-index:20;
}

.product-wrapper:hover span{
    color:#004e73;
}



.producten .prodg{
    font-size: 2rem;
    font-weight: normal;
    color: #454545;
    margin-top: 65px;
    margin-left: 20px;
}

    /*////////////////////////////
    ////////Footer//////////////
    //////////////////////////*/





.footer {
    display: block;
    background-color: #64a0d8;
    border: 4px solid #64a0d8;
    border-radius: 5px;
    margin: 35px 0 0px 0;
    color: #fff;
    font-size: 1.1em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.footer ul {
    padding-left: 0;
    margin-left: 13px;
    padding: 26px 0;
}


.footer ul li {
list-style: none;
    line-height: 36px;
}

.image{
    display: inline-block;
    width: 24px;
    text-align: center;
    margin-right: 15px;
}

.footer li a{
    color:white;
}

.footer li a:hover {
    color: #004e73;
}

.pinterest{
    display:inline-block;
}

.pinterest .image{
    margin-right:2px;
}

.pinterest:hover{
    opacity:0.8;
}

.facebook{
    display:inline-block;
}

.facebook:hover{
    opacity:0.8;
}

.footer .left{
  padding:0;
}

.footer .right{
  padding:0;
  margin-top: 20px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */


.hamburger {
    display: inline-block;
    right: 20px;
    top: 35px;
    position: absolute;
    z-index: 4;
    cursor: pointer;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    outline: none;
    overflow: visible;
    padding-right: 0;
}

.hamburger:hover {
opacity:0.7;
}

.hamburger-box {
width:40px;
height:24px;
display:inline-block;
position:relative;
}

.hamburger-inner {
display:block;
top:50%;
margin-top:-2px;
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
    width: 40px;
height:4px;
background-color:white;
position:absolute;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform,-webkit-transform;
transition-duration:0.15s;
transition-timing-function:ease;
}

.hamburger-inner::before,.hamburger-inner::after {
content: " ";
display:block;
}

.hamburger-inner::before {
top:-10px;
border-radius: 40px;
}

.hamburger-inner::after {
bottom:-10px;
border-radius: 40px;
}
/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
top:auto;
bottom:0;
    border-radius: 40px;
background-color:white;
transition-duration:0.15s;
transition-delay:0.15s;
transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);
}

.hamburger--collapse .hamburger-inner::after {
top:-20px;
transition:top 0.3s 0.3s cubic-bezier(0.33333,0.66667,0.66667,1),opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
transition:top 0.12s 0.3s cubic-bezier(0.33333,0.66667,0.66667,1),-webkit-transform 0.15s cubic-bezier(0.55,0.055,0.675,0.19);
transition:top 0.12s 0.3s cubic-bezier(0.33333,0.66667,0.66667,1),transform 0.15s cubic-bezier(0.55,0.055,0.675,0.19);
transition:top 0.12s 0.3s cubic-bezier(0.33333,0.66667,0.66667,1),transform 0.15s cubic-bezier(0.55,0.055,0.675,0.19),-webkit-transform 0.15s cubic-bezier(0.55,0.055,0.675,0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
-webkit-transform:translate3d(0,-10px,0) rotate(-45deg);
transform:translate3d(0,-10px,0) rotate(-45deg);
transition-delay:0.32s;
transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
top:0;
opacity:0;
transition:top 0.3s cubic-bezier(0.33333,0,0.66667,0.33333),opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
top:0;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
transition:top 0.12s 0.18s cubic-bezier(0.33333,0,0.66667,0.33333),-webkit-transform 0.15s 0.42s cubic-bezier(0.215,0.61,0.355,1);
transition:top 0.12s 0.18s cubic-bezier(0.33333,0,0.66667,0.33333),transform 0.15s 0.42s cubic-bezier(0.215,0.61,0.355,1);
transition:top 0.12s 0.18s cubic-bezier(0.33333,0,0.66667,0.33333),transform 0.15s 0.42s cubic-bezier(0.215,0.61,0.355,1),-webkit-transform 0.15s 0.42s cubic-bezier(0.215,0.61,0.355,1);
}
/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
top:auto;
bottom:0;
transition-duration:0.15s;
transition-delay:0.15s;
transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
top:-20px;
transition:top 0.3s 0.3s cubic-bezier(0.33333,0.66667,0.66667,1),opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
transition:top 0.12s 0.3s cubic-bezier(0.33333,0.66667,0.66667,1),-webkit-transform 0.15s cubic-bezier(0.55,0.055,0.675,0.19);
transition:top 0.12s 0.3s cubic-bezier(0.33333,0.66667,0.66667,1),transform 0.15s cubic-bezier(0.55,0.055,0.675,0.19);
transition:top 0.12s 0.3s cubic-bezier(0.33333,0.66667,0.66667,1),transform 0.15s cubic-bezier(0.55,0.055,0.675,0.19),-webkit-transform 0.15s cubic-bezier(0.55,0.055,0.675,0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
-webkit-transform:translate3d(0,-10px,0) rotate(45deg);
transform:translate3d(0,-10px,0) rotate(45deg);
transition-delay:0.32s;
transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
top:0;
opacity:0;
transition:top 0.3s cubic-bezier(0.33333,0,0.66667,0.33333),opacity 0.1s 0.27s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
top:0;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
transition:top 0.12s 0.18s cubic-bezier(0.33333,0,0.66667,0.33333),-webkit-transform 0.15s 0.42s cubic-bezier(0.215,0.61,0.355,1);
transition:top 0.12s 0.18s cubic-bezier(0.33333,0,0.66667,0.33333),transform 0.15s 0.42s cubic-bezier(0.215,0.61,0.355,1);
transition:top 0.12s 0.18s cubic-bezier(0.33333,0,0.66667,0.33333),transform 0.15s 0.42s cubic-bezier(0.215,0.61,0.355,1),-webkit-transform 0.15s 0.42s cubic-bezier(0.215,0.61,0.355,1);
}


.clear{
    clear:both;
}





    /*//////////////////////////////////
    ////////waarom pagina//////////////
    ////////////////////////////////*/


.page #content{
    clear: both;
    display: block;
    color: #666;
    margin-top: 70px;
    margin-left:20px;
    margin-right:20px;
}

.page #content .text {
    font-size: 1rem;
    line-height: 1.5rem;
}

.page #content h1 {
    color: #454545;
    font-size: 2em;
    font-weight: normal;
}

.page #content .text li {
    background: url(/images/bullet.png) 0 12px;
    background-repeat: no-repeat;
    list-style: none;
    line-height: 30px;
    color: #666666;
    font-size: 1em;
    padding-left: 20px;
}

.page #content .text ul{
    padding-left: 0;
    margin-left: 20px;
    margin-top:20px;
    margin-bottom:20px;
}

.page #content .text a {
    color: #64a0d8;
    text-decoration: none;
}

.page #content .text a:hover {
    color: #004e73;
}





    /*//////////////////////////////////
    ////////contact pagina//////////////
    ////////////////////////////////*/



.voorstellen{
    margin-left:20px;
    margin-right:20px;
}


.voorstellen h3{
    color: #454545;
    font-size: 3em;
    font-weight: normal;
    margin-bottom:10px;
}

.voorstellen h2{
    color:#64a0d8!important;
        font-size: 1.5em!important;
}

.text p{
        color: #666;
}


.persoon-wrap{
    margin-top:40px;
}


.left-wrap{
    width: 50%;
    float: left;
}

.right-wrap{
    width: 50%;
    float: right;
}


.left-wrap h3{
    margin-top:0;
}

.persoon-wrap .right-wrap img {
    border: 5px solid #efefef;
}

.left-wrap h3 {
    color: #64a0d8;
        font-weight: normal;
    font-size: 1.17rem;
    margin-bottom: 0;
        width: 132px;
}

.voorstellen em{
    color: #666;
    /* width: 107px; */
    display: inline-block;
}

.voorstellen .name{
    color: #666;
}

.neem-contact{
    margin-left:20px;
    margin-right:20px;
    color: #666;
}

.contact h1{
        color: #454545;
    font-size: 3em;
    font-weight: normal;
}

.contact label{
    width: 62px;
    float: left;
    margin-top: 20px;
}
.contact label.error { float:none; display:block; clear:both; width:90%; color:#d90000; }

.contact .wrap-all form input[type="text"], .contact .wrap-all form input[type="email"]{
        height: 31px;
    margin-top: 20px;
    width: 74%;
    border:1px solid #a9a9a9;
}

.contact textarea{
    resize: none;
    height: 100px;
    width: 73.1%;
    margin-top: 20px;
    border: 1px solid #a9a9a9;
}

.contact form input[type="submit"] {
    margin: 15px 0 2px 0px;
    background-color: #64a0d8;
    padding: 11px 12px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.1em;
    width: 120px;
    border: 0;
        margin-left: 61px;
    -webkit-appearance: none;
}

.form-text.bottom{
    margin-top:40px;
        color: #666;
}

.form-text.bottom a{
color: #64a0d8;
}
.form-text.bottom a:hover{
color: #004e73;
}








    /*////////////////////////////////////
    ////////product groepen//////////////
    //////////////////////////////////*/


.categorieen{
    margin-left:20px;
    margin-right:20px;
}

.categorieen span a {
    color: #bebebe;
}

.categorieen span {
    font-size: 1.5rem;
    font-weight:normal;
    color: #bebebe;
}

.categorieen h1 {
    font-size: 3em;
    color: #454545;
    font-weight: normal;
    display:inline;
}

.breadcrumbs {
    display:block;
    margin:60px 0 40px;
    clear:both;
}

.categorieen p {
    line-height: 25px;
    color: #666;
}

.button.pdf {
    margin: 20px 0 2px 0px;
    background-color: #64a0d8;
    padding: 20px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    border: 0;
    display: inline-block;
    width: auto;
}

.button.pdf:hover {
    background-color: #000;
}

.table-wrapper{
margin: 50px 20px 0 20px;
}

table { clear:both; display:block; margin:60px 0px; }
table tr {
    display:block;
    clear:both;
    margin-bottom:40px;
    border: 1px solid #ebebeb;
    padding: 20px;
}
table tr td {
    display: block;
    clear: both;
    line-height: 24px;
}

tbody{
    display: block;
    width: 131px;
    margin-left: auto;
    margin-right: auto;
}

.table-wrapper span a {
    color: #bebebe;
    font-size: 1.5rem;
    font-weight:normal;
}



.table-wrapper h2 {
font-size: 3em;
    font-weight: normal;
    color: #454545;
}

.zoeken-wrapper {
    margin-left:20px;
        margin-top: 50px;
    margin-right:20px;
        margin-bottom: 70px;
}

.zoeken-wrapper h2 {
    color: #454545;
    font-size: 2em;
    font-weight: normal;
}

.zoeken-wrapper .text h3 {
    color: #64a0d8;
}

.zoeken-wrapper .text li {
    background: url(/images/bullet.png) 0 12px;
    background-repeat: no-repeat;
    list-style: none;
    line-height: 30px;
    color: #666666;
    font-size: 1em;
    padding-left: 20px;
}

.zoeken-wrapper .text ul li a {
    color: #000;
}

.zoeken-wrapper .text ul {
    margin-left: 20px;
    padding-left:0;
}


.fancybox-inner {
    overflow: hidden;
    height: 100%!important;
    width:100%!important;
}

.fancybox-image{
        max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 400px) {



.contact-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.contact-wrapper p {
    width: initial;
}

  .contact-wrapper p b {
    margin-left:10px;
}

.contact .text{
    float: left;
}

.text.person{
    margin-left:15px;
}

.zoeken-wrapper h2 {
    font-size: 3em;
}

}


@media screen and (min-width: 480px) {

}



@media screen and (min-width: 568px) {


 .product-wrapper {
    float: left;
    margin-right:30px;
}

.producten .product-wrapper:nth-child(even) {
    margin-right:0px;
}

.product-wrapper:nth-child(even) {
    margin-right:0px;
}

.home-producten {
    width: 470px;
    margin-left: auto;
    margin-right: auto;
}


.producten .prodg{
    font-size: 3rem;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
}

.page #content h1 {
    font-size: 3em;
}

.contact textarea {
    height: 190px;
    width: 380px;
}

.contact .wrap-all form input[type="text"], .contact .wrap-all form input[type="email"] {
    height: 31px;
    width: 384px;
}

}


@media screen and (min-width: 768px) {

 .footer ul li {
    display: inline-block;
}


.image {
    margin-left: 12px;
    margin-right: 6px;
}

.pinterest .image {
    margin-left: 0;
}

.facebook .image {
    margin-left: 0;
}


.text-wrapper {
    width: 50%;
}

.text-wrapper {
    float: left;
}

.contact-wrapper {
    float: right;
    margin-top: 55px;
    margin-right: 20px;
}

.slider-wrapper{
    border-left: 10px solid #efefef;
    border-right: 10px solid #efefef;
    margin-left: 20px;
    margin-right: 20px;
}

.flex-until-load {
    display:flex;
}

.flickity-slider div {
    flex-shrink: 1;
}


.flickity-carousel:not(.flickity-enabled) {
    overflow: hidden;
}
.flickity-carousel:not(.flickity-enabled) .flickity-slider {
    display: flex;
    flex-wrap: nowrap;
}
.flickity-carousel:not(.flickity-enabled) .carousel-cell {
    visibility: hidden;
}


.menu{
    display: block;
    background-color: transparent;
    height: initial;
    top: 24px;
    right: 20px;
    width: 508px;
    width:calc(100% - 255px);
    text-align:right;
}

.menu li{
    display:inline-block;
    line-height:1.4rem;
}

.menu ul{
    top:0;
}

.menu li a {
    font-size: 1.1rem;

}

.hamburger{
    display:none;
}


.producten .producten {
    width: 720px;
}

.producten .product-wrapper:nth-child(even) {
    margin-right:30px;
}

.producten .product-wrapper:nth-child(3n) {
    margin-right:0px;
}

.producten .prodg{
    width: 720px;
}

.producten .product-wrapper { width: 213px; }

.wrap-all{
    margin-left: auto;
    margin-right: auto;
}

.image-text{
    float: right;
    margin-left: 20px;
}

.contact .text img{
        float: left;
}

.voorstellen h2 {
    margin-top: 0;
}


.producten table tr{
    border:none;
    padding:0;
    margin-bottom:20px;
}

.producten table tr td {
    display: inline-block;
    width: 84px;
    margin-right: 0px;
}

.producten tbody {
    width: initial;
}

.contact table tr td { clear:none; display:inline-block; }
.contact table tr td:nth-child(2) { float:right; }

}

@media screen and (min-width: 860px) {

.menu{
    display: block;
    background-color: transparent;
    height: initial;
    top: 28px;
    right: 20px;
    width:calc(100% - 340px);
}

.menu li{
    display:inline-block;
}

.menu ul{
    top:0;
}

.menu li a {
    font-size: 1.2rem;
}

.hamburger{
    display:none;
}

.footer .left{
    padding-left:initial;
    margin-left:0;
    padding:initial;
    display: inline-block;
    float:left;
}

.footer .right{
    padding-left: initial;
    margin-left: 0;
    padding: initial;
    display: inline-block;
    float: right;
    position: relative;
    top: 0;
    right: 20px;
    margin-top:0;
}

.zoekbalk input[type=text] {
    width: 550px;
    left: 0;
    right: 0;
    margin: auto;
}

.zoekbalk{
    width: 550px;
    margin: auto;
    right: 0;
    left: 0;
    position: relative;
}

.submit {
    right: 0px;
}

.slider-wrapper ul li{
    height: 310px;
}

.text-wrapper {
    width: 55%;
}

.footer ul {
    padding: 7px 0;
}

.footer {
    margin: 35px 0 65px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.logo img {
    height: 41px;
    padding: 30px 10px 30px 10px;
}

.contact-wrapper { 
    width:270px;
}

}



@media screen and (min-width: 1024px) {

.home-producten {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.product-wrapper:nth-child(2), .product-wrapper:nth-child(3n) {
    margin-right: 30px !important;
}

.product-wrapper:nth-child(even) {
    margin-right:30px;
}

.product-wrapper:nth-child(4n) {
    margin-right:0;
}

.producten .producten { width:972px; }

.clear.clear768{
    clear:none;
}

.neem-contact{
    float: left;
    width: 42%;
}

.voorstellen{
    width: 50%;
    float: right;
}

.contact .wrap-all form input[type="text"], .contact .wrap-all form input[type="email"] {
    width: 323px;
}

.contact textarea {
    width: 323px;
}

.voorstellen em {
    width: 324px;
}

.menu {
    top:39px;
}

}


@media screen and (min-width: 1200px){

.header-center{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.menu {
    right: 0;
    position: relative;
    top: -65px;
    float: right;
}

.slider-wrapper{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.text-contact-center{
        width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.text-wrapper{
    width: 70%;
    margin-left:0;
}

.contact-wrapper {
    margin-right: 0px;
}

.home-producten {
    width: 1100px;
}

.product-wrapper {
    margin-right: 73px;
}

.product-wrapper:nth-child(2) {
    margin-right: 73px !important;
}

.footer{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}


.producten .product-wrapper:nth-child(3n) {
    margin-right:73px !important;
}

.producten .product-wrapper:nth-child(4n) {
    margin-right:0 !important;
}

.producten .product-wrapper:nth-child(even) {
    margin-right: 73px;
}

.product-wrapper:nth-child(3n){
	margin-right: 73px !important;
}

.producten .producten {
    width: 1100px;
}

.producten .prodg{
    width: 1100px;
}


.page #content{
        width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.wrap-all{
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}


.categorieen {
        margin-left: auto;
    margin-right: auto;
    width: 1100px;
}

.producten tbody{
    width: 1100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.table-wrapper{
    width:1100px;
    margin-left:auto;
    margin-right:auto;
}

.zoeken-wrapper{
    width:1100px;
    margin-left:auto;
    margin-right:auto;
}
}

@media screen and (min-width: 1400px){

}
