body, body *{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #4a4a49;
    font-size: 18px;
    line-height: 30px;
}

h1{
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 36px;
}

h2{
    font-weight: 300;
    font-size: 32px;
    margin-bottom: 32px;
}

p{
    margin-bottom: 18px;
}

a{
    transition: all .2s ease;
    text-decoration: none;
    color: #a5a5a4;
}

a:hover{

}

.preheader{
    float: left;
    width: 100%;
    background-color: #343d42;
    padding: 15px 0;
    border-bottom: 1px solid #aeb1b3;
}

.preheader .container{
    margin: 0 auto;
    max-width: 1500px;
}

.white{
    color: #fff;
    font-weight: bold;
}

.orange{
    color: #ff6600;
    font-weight: bold;
}

.toplink{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: all .2s ease;
}

.toplink i{
    color: #ff6600;
    transition: all .2s ease;
}

.toplink:hover{
    color: #ff6600;
}

.toplink:hover i{
    color: #fff;
}

.rlink{
    float: right;
}

.header{
    float: left;
    width: 100%;
    margin-bottom: 17px;
}

.header .container{
    max-width: 1460px;
    margin: 0 auto;
}

.logo{
    float: left;
}

.mainmenu{
    float: left;
    list-style: none;
    margin-top: 55px;
    margin-left: 45px;
}

.mainmenu li{
    float: left;
}

.mainmenu li a{
    float: left;
    text-decoration: none;
    padding: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #4a4a49;
    transition: all .2s ease;
}

.mainmenu li:hover a{
    color: #a5a5a4;
}

.burger{
    display: none;
}

.mobilemenu{
    display: none;
}

.footer{
    float: left;
    width: 100%;
    padding: 30px 0 60px;
    background-color: #343d42;
}

.subfooter{
    float: left;
    width: 100%;
    padding: 15px 0;
    background-color: #000;
}

.copy{
    float: left;
}

.sfootermenu{
    float: right;
}

.sfootermenu a{
    text-decoration: none;
    float: left;
    margin: 0 10px;
    transition: all .2s ease;
}

.sfootermenu a:hover, .sfootermenu a:hover i{
    color: #fff;
}

.footer .container, .subfooter .container{
    max-width: 1240px;
    margin: 0 auto;
}

.quarter{
    float: left;
    width: 25%;
}

.quarter img{
    float: left;
}

.ftext{
    float: left;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
}

.head{
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 45px;
}

.quarter ul{
    list-style: none;
    float: left;
}

.quarter ul li a{
    float: left;
    width: 100%;
    color: #9a9999;
    font-size: 14px;
    text-decoration: none;
    transition: all .2s ease;
    padding: 5px 0;
}

.quarter ul li a:hover{
    color: #fff;
}

.teaser, .subteaser{
    float: left;
    width: 100%;
    margin: 17px 0;
}

.teaser .container, .subteaser .container{
    max-width: 1460px;
    margin: 0 auto;
}

.twothirds{
    float: left;
    width: calc(70% - 17px);
    margin-right: 17px;
    border-radius: 10px;
    height: 65vh;
    background-size: cover;
    background-repeat: none;
    position: relative;
}

.onethird{
    float: left;
    width: calc(30% - 17px);
    margin-left: 17px;
    border-radius: 10px;
    height: 65vh;
    background-size: cover;
    background-repeat: none;
    position: relative;
}

.subteaser .twothirds{
    height: 50vh;
}

.subteaser .onethird{
    height: 50vh;
    width: calc(30% - 60px);
    padding: 45px 43px 0 0;
}

.teasercontent{
    position: absolute;
    top: 10%;
}

.teaserttl{
    float: left;
    margin-left: -15px;
    background-color: #343d42;
    padding: 25px 40px;
    color: #fff;
    font-size: 50px;
    line-height: 65px;
    font-weight: bold;
}

.teasersubttl{
    background-color: #ff6600;
    padding: 15px 32px;
    float: left;
    clear: both;
    margin-left: 15px;
}

.teasersubttl a, .teasersubttl a i{
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.pricepoint{
    position: absolute;
    width: 220px;
    height: 220px;
    background-color: #ff6600;
    border-radius: 50%;
    top: -35px;
    right: -35px;
}

.ppt{
    text-align: center;
    margin-top: 50px;
}

.ppt span, .ppt sup{
    color: #fff;
}

.ppt .small{
    font-size: 26px;
}

.ppt .price{
    font-size: 55px;
    font-weight: bold;
}



.newtag{
    display: inline-block;
    margin-bottom: 35px;
    background-color: #ff6600;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}

.fancytitle{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 50px;
    line-height: 62px;
}

.fancytitle sup{
    color: #fff;
    font-size: 26px;
}

.fancysubtitle{
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'Times New Roman';
    font-weight: bold;
    font-style: italic;
    font-size: 36px;
}

.tcont{
    margin-left: 40px;
    margin-top: 25%;
}

.ttl{
    float: left;
    width: 100%;
    margin: 35px 0 35px 35px;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.ttl *{
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.subttl{
    float: left;
    clear: both;
    margin-left: 35px;
    color: #fff;
    background-color: #ff6600;
    font-size: 30px;
    line-height: 40px;
    padding: 5px 25px;
}

.assortiment{
    float: left;
    width: 100%;
    padding: 50px 0 50px;
    background-color: #f3f1ec;
}

.assortiment .container{
    max-width: 1240px;
    margin: 0 auto;
}

.blockttl{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
    margin-bottom: 36px;
    font-weight: 300;
}

.item{
    float: left;
    width: calc(20% - 14px);
    margin: 0 7px;
    position: relative;
    padding-bottom: 100px;
    min-height: 300px;
    height: 383px;
}

.item img{
    max-width: 100%;
    height: 175px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(156,156,156,1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(156,156,156,1);
    box-shadow: 3px 3px 5px 0px rgba(156,156,156,1);
}

.item .pricepoint{
    width: 80px;
    height: 80px;
    top: 30%;
    right: 15px;
}

.item .ppt{
    margin-top: 10px;
}

.item .ppt .price{
    font-size: 22px;
    display: block;
}

.item .ppt .price sup{
    font-size: 14px;
}

.item .ppt .small{
    font-size: 16px;
    line-height: 10px;
    display: block;
    margin-top: -40px;
}

.item .ppt sup{
    font-size: 10px;
}

.itemttl{
    font-size: 24px;
    font-weight: bold;
    float: left;
    width: 96%;
    margin: 50px 2% 0;
}

.itemshort{
    float: left;
    width: 96%;
    margin: 0 2%;
}

.productlink{
    position: absolute;
    bottom: 0;
    width: 96%;
    left: 2%;
    padding: 5px 0;
    background-color: #ff6600;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.projectenblok{
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #343d42;
}

.projectenblok .container{
    max-width: 1240px;
    margin: 0 auto;
}

ol{
    margin-left: 25px;
    margin-bottom: 18px;
}

.half{
    float: left;
    width: calc(50% - 37px);
/*    overflow: hidden;    */
    overflow-x: hidden;
}

.half:nth-of-type(odd){
    margin-right: 37px;
}

.half:nth-of-type(even){
    margin-left: 37px;
}

.projectenblok .half h2, .projectenblok .half p{
    color: #fff;
}

.projectenblok .half p{
    font-size: 14px;
}

.projectenblok .half p a{
    font-size: 14px;
}

.projectslider{
    float: left;
    width: 100%;
    position: relative;
    min-height: 475px;
}

.projectslider ul{
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
}

.projectslider ul li{
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.projectslider ul li:nth-of-type(1){
    display: block;
}

.projectslider ul li img{
    width: 100%;
}

.button-left, .button-right{
    float: left;
    position: absolute;
    top: 185px;
    padding: 5px 15px;
    background-color: #ff6600;
    z-index: 5;
    cursor: pointer;
}

a.btn, input.btn{
    float: left;
    padding: 5px 15px;
    background-color: #ff6600;
    border: 1px solid #ff6600;
    color: #fff;
    transition: all .2s ease;
    cursor: pointer;
    clear: both;
    margin-bottom: 10px;
}

a.btn:hover, input.btn:hover{
    background-color: #fff;
    color: #ff6600;
}

.button-left i, .button-right i{
    color: #fff;
}

.button-left{
    left: 0;
}

.button-right{
    right: 0;
}

.textblock{
    float: left;
    width: 100%;
    padding: 50px 0;
}

.textblock .container {
    max-width: 1240px;
    margin: 0 auto;
}

.usps{
    float: left;
    width: 100%;
    padding: 60px 0;
    background-color: #f3f1ec;
}

.usps .container{
    max-width: 1370px;
    margin: 0 auto;
}

.usp{
    float: left;
    width: calc(20% - 130px);
    margin: 35px 65px 0;
    text-align: center;
}

.usp img{
    margin-bottom: 20px;
}

.usptitle{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

iframe{
    border: none;
    max-width: 100%;
}

.half img{
    max-height: 100%;
}

#assortimentlijst{
    float: left;
    width: 100%;
    list-style: none;
}

#assortimentlijst li{
    float: left;
    width: 100%;
    margin: 35px 0;
    position: relative;
}

.imgbox{
    float: left;
    width: 25%;
}

.imgbox img{
    width: 308px;
    height: 230px;
    max-width: 100%;
    border-radius: 10px;
}

.float{
    float: left;
    width: calc(75% - 25px);
    margin-left: 25px;
    margin-top: 20px;
}

.assortimentlist, .assort, .cart, .refs, .referentie{
    float: left;
    width: 100%;
}

.referentie{
    padding: 35px 0;
}

.refs{
    background-color: #343d42;
    padding: 35px 0;
}

.refs h1{
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
}

.assortimentlist .container, .assort .container, .cart .container, .refs .container, .referentie .container{
    max-width: 1240px;
    margin: 0 auto;
}

.refs .half{
    width: calc(50% - 77px);
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 74px;
    height: 500px;
}

.refimg{
    float: left;
    text-align: center;
    width: 100%;
}

.refimg img{
    max-width: 100%;
    height: 262px;
}

#prijsbox{
    position: absolute;
    bottom: -10px;
    left: 15%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ff6600;
    text-align: center;
    margin: 50px auto;
}

#prijsbox strong{
    display: inline-block;
    color: #fff;
    font-size: 36px;
    margin-top: 30px;
}

#prijsbox strong sup{
    color: #fff;
}

.imgcontainer{
    position: relative;
}

.imgcontainer #prijsbox{
    top: 200px;
    left: 80%;
}

.imgcontainer .bigimg{
    float: left;
    width: 300px;
    margin-bottom: 15px;
}

.imgcontainer ul{
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 50px;
}

.imgcontainer ul li{
    float: left;
    margin: 5px;
    cursor: pointer;
    width: 20%;
}

.imgcontainer ul li img{
    width: 100%;
    max-height: none;
}

.label{
    /* float: left; */
    width: calc(40% - 20px);
    margin-right: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    clear: both;
}

.value{
    /* float: left; */
    width: 60%;
    margin-bottom: 5px;
}

label{
    /* float: left; */
    width: 100%;
    display: block;
}

input[type="text"], input[type="email"], textarea {
    /* float: left; */
    width: calc(80% - 22px);
    padding: 5px 10px;
    border: 1px solid #cecece;
    margin-bottom: 10px;
}

input[type="radio"], input[type="checkbox"]{
    float: left;
    width: 5%;
    margin-top: 7px;
}

input[type="radio"]+label, input[type="checkbox"]+label{
    width: 95%;
}

label.sub{
    float: left;
    width: calc(20% - 10px);
    margin-left: 10px;
}

.meldingstekst{
    float: left;
    width: 100%;
    margin: 10px 0;
}

.orderd{
    float: left;
    width: 100%;
    list-style: none;
}

.orderd li{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.img{
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
}

.img img{
    max-width: 100%;
}

.samples{
    float: left;
    width: 100%;
    padding: 35px 0;
}

.samples .container{
    max-width: 1240px;
    margin: 0 auto;
}

.sample li input[type="checkbox"]{
    display: none;
}

.sample .info .img{
    cursor: pointer;
}

.info{
    float: left;
    width: calc(100% - 4px);
    border: 2px solid #fff;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.info.selected{
    border: 2px solid #ff6600;
}











@media screen and (max-width: 500px){

    .half img{
        width: 100%;
        max-height: none;
    }

    .imgbox{
        width: 100%;
        text-align: center;
    }

    .float{
        width: 100%;
        margin: 15px 0;
    }

    #prijsbox{
        top: 25%;
        left: 70%;
    }

    .rlink{
        display: none;
    }

    .toplink{
        font-size: 14px;
    }

    .container{
        float: left;
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    .preheader{
        padding: 5px 0;
    }

    .logo{
        width: 55%;
    }

    .logo img{
        max-width: 100%;
    }

    .mainmenu{
        display: none;
    }

    .burger{
        display: block;
        float: right;
        margin-top: 45px;
        cursor: pointer;
    }

    .burger i{
        font-size: 32px;
    }

    .mobilemenu{
        position: relative;
        z-index: 100;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(255,255,255,.9);
        text-align: center;
    }

    .mobilemenu img{
        margin-top: 10%;
    }

    .close{
        position: absolute;
        top: 5%;
        right: 25px;
        cursor: pointer;
    }

    .close i{
        font-size: 28px;
    }

    .mobmenu{
        list-style: none;
        float: left;
        width: calc(100% - 40px);
        margin: 25px 20px;
    }

    .mobmenu li a{
        float: left;
        width: 100%;
        text-align: center;
        padding: 5px 0;
        font-size: 22px;
        font-weight: 600;
        color: #4a4a49;
    }

    .twothirds{
        width: 100%;
        height: 35vh;
    }

    .teaserttl{
        font-size: 24px;
        line-height: 32px;
        padding: 5px 10px;
    }

    .teasersubttl{
        font-size: 14px;
        padding: 5px 10px;
    }

    .onethird{
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
        height: 45vh;
    }

    .pricepoint{
        width: 100px;
        height: 100px;
        top: -15px;
        right: -15px;
    }

    .ppt{
        margin-top: 10px;
    }

    .ppt br{
        display: none;
    }

    .ppt .small{
        font-size: 16px;
        display: block;
        margin-top: -15px;
    }

    .ppt .small:nth-of-type(1){
        margin-top: 0;
    }

    .ppt .price{
        font-size: 24px;
        display: block;
        margin-top: -10px;
    }

    .ppt sup{
        font-size: 18px;
    }

    .tcont{
        margin-top: 10%;
    }

    .newtag{
        margin-bottom: 15px;
    }

    .ttl{
        width: calc(100% - 40px);
        margin: 20px;
        font-size: 22px;
    }

    .ttl *{
        font-size: 22px;
    }

    .subttl{
        font-size: 22px;
        padding: 5px 10px;
        line-height: 28px;
        margin-left: 20px;
    }

    .subteaser .onethird{
        height: auto;
        width: calc(100% - 40px);
        padding: 20px;
    }

    .item{
        height: auto!important;
        width: calc(100% - 14px);
        margin-bottom: 20px;
        border-bottom: 1px solid #cecece;
        padding-bottom: 60px;
    }

    .item img{
        width: 60%;
        margin: 0 20%;
    }

    .itemttl, .itemshort{
        width: calc(100% - 40px);
        margin: 20px 20px 10px;
    }

    .itemshort{
        margin: 0 20px;
    }

    .productlink{
        bottom: 20px;
    }

    .item .ppt .price{
        margin-top: 0;
    }

    .item .ppt .small{
        margin-top: -10px;
    }

    .item .pricepoint{
        top: 25%;
        right: 25px;
    }

    .assortiment{
        padding: 20px 0;
    }

    .half{
        width: fit-content !important;
        margin-bottom: 25px;
	margin-left: 0px !important;
	margin-right: 0px !important;
	overflow: overlay !important;
	overflow-x:hidden !important;
	height: max-content !important;    
}

    .half:nth-of-type(1){
        margin-right: 0;
    }

    .half:nth-of-type(2){
        margin-left: 0;
    }

    .projectslider{
        min-height: 255px;
    }

    .button-left, .button-right{
        top: 45%;
    }

    .button-left{
        left: -15px;
    }

    .button-right{
        right: -15px;
    }

    iframe{
        max-width: 100%!important;
        border: none;
    }

    .usps{
        padding: 40px 0;
        text-align: center;
    }

    .textblock{
        padding: 20px 0;
    }

    .usp{
        display: inline-block;
        width: calc(50% - 40px);
        margin: 20px;
    }

    .usp:last-child{
        float: none;
        margin: 20px auto;
    }

    .footer{
        padding: 20px 0 20px;
    }

    .quarter{
        width: 100%;
        text-align: center;
    }

    .quarter img{
        float: none;
    }

    .quarter ul{
        width: 100%;
    }

    .quarter:last-child{
        display: none;
    }

    .subfooter{
        text-align: center;
    }

    .copy{
        float: left;
        width: 100%;
        text-align: center;
    }

    .sfootermenu a{
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }

    .sfootermenu a.social{
        width: calc(33.333333334% - 20px);
        margin: 10px;
    }

}

#gratissample {
    position: fixed;
    padding: 1em;
    background-color: #ff6600;
    top: 50%;
    transform: rotate(-90deg);
    right: -80px;
    color: white;
    z-index: 1000;
    border-radius: 1em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#gratissample a {
    color: white;
}

.cart input[type=radio], .cart input[type="checkbox"] {
    float: left;
}

.info2 {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 1em;
}

.assort > .container.info2 {
    display: grid;
    grid-template-columns: 10em 30em 1fr;
}

.assort > .container.info2 ul li {
    display: block;
}
.assort > .container.info2 ul li img {
    width: 100%;
}
.assort > .container.info2 span.label {
    display: block;
}
.assort .container.info2 .imgcontainer {
    padding-right: 1em;
}
.assort .container.info2 .imgcontainer .bigimg {
    width: 100%;
    float: none;
}

#prijsbox2 {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
}
#prijsbox2 > div {
    position: absolute;
    /* bottom: -10px;
    left: 15%; */
    top: 0.5em;
    right: 0.5em;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ff6600;
    text-align: center;
    /* margin: 50px auto; */
}

#prijsbox2 strong{
    display: inline-block;
    color: #fff;
    font-size: 36px;
    margin-top: 30px;
}

#prijsbox2 strong sup{
    color: #fff;
}
