



@font-face {
    font-family: open;

    src: url(../fonts/OpenSans-Regular_0.ttf);
}

@font-face {
    font-family: openlight;
    src: url(../fonts/Bauer-Bodoni-Black.ttf);
    /*src: url(../fonts/OpenSans-Light.ttf);*/
}

@font-face {
    font-family: openbold;
    /*src: url(../fonts/OpenSans-Bold_0.ttf);*/
    src: url(../fonts/FontsFree-Net-Proxima-Nova-Bold.otf);
}

@font-face {
    font-family: opensemibold;
    src: url(../fonts/OpenSans-Semibold_0.ttf);
}

body {
    font-size: 15px;
    color: #000;
    font-family: open;
}

h1, h2, h3, h4, h5, h6, p, img, a, input, select, span, small {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

img {
    max-width: 100%
}


.graystyle {

    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);

}

.logo {
    margin-top: 17px;
}

.navtop {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-right: 15px;
}

.navtop i {
    vertical-align: top;
    font-size: 22px;
    margin-right: 7px;
}

.topsearch {
    display: inline-block;
    margin-left: 4px;
    margin-top: 1px;
}

.topsearch .form-control {
    background: url(../images/top_search.jpg) no-repeat right;
    background-position: 98%;
    width: 120px;
    height: 20px;
    border-radius: 0px;
    border: 1px solid #717170
}

.navtop .button {
    float: right;
    width: 100px;
}

.navtop .button a {
    font-size: 11px;
    display: block;
    vertical-align: top;
    padding: 0px 10px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}

.navtop .button a:hover {
    background: #fff;
    color: #000
}

.button {
    margin-top: 15px;

    position: absolute;
    bottom: 15px;
}

.button a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    border: 1px solid #717170;
    padding: 3px 15px;

}

.button a:hover {
    background: #000;
    color: #fff
}

.menu {
    clear: both
}

.navbar-default {
    background: none;
    border: none;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #000;
    padding: 15px 22px;
}

.navbar-default .navbar-nav > li:last-child > a {
    padding-right: 0px;
}

.prz {
    padding-right: 0px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {

    background: none;
    text-shadow: 0 0 0.3px black;

}

.navbar-toggle {
    background-color: #000;
    border-radius: 0px;
    border: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #000;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {

    background: none;
}

.navbar-nav > li > .dropdown-menu {
    background: #fff;
}

.dropdown-menu > li > a {
    color: #000;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: none;
    text-shadow: 0 0 0.3px black;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 23px;
}

.navbar-brand {
    display: none
}

.slider {
    padding: 0px;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.slider img {
    width: 100%;
}

.carousel-indicators {
    display: none;
}

.carousel-caption {
    left: 0;
    left: 15px;
    text-shadow: none;
    text-align: left;
    padding-bottom: 15%;
}

.carousel-control {
    width: 5%;
    z-index: 999;
    top: 45%;
    opacity: 1;
}

.capcont {
    position: relative;
}

.greenbg {
    background-color: #fff;
    line-height: 75px;
    padding: 0px 15px;
    font-size: 59px;
    color: #1d1d1b;
    display: table;
    margin-bottom: 5px;
    font-family: open;
    text-transform: uppercase
}

.sliderstyle4 .carousel-caption {

    padding-bottom: 1%;
}

.sliderstyle4 .greenbg {
    font-family: Openbold;
    background: #000;
    color: white;
    margin-left: -12px;
}


.carousel-inner .greenbg:nth-child(2) {
    background: #c2c4bc;
}

.carousel-inner .greenbg:nth-child(3) {
    background: #1d1d1b;
    color: #fff;
    font-family: openbold;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 50px;
    height: 50px;
    background: #000;
    vertical-align: middle;
    font-size: 25px;
    padding-top: 12px;
    color: #fff;
    text-shadow: none;
}

.carousel-caption .button a {
    border: 1px solid #fff;
    color: #fff;
}

.carousel-control {
    display: none;
}

.space {
    height: 30px;
}

.rightalign {
    float: right
}

.lefttalign {
    float: left
}

.bannerbottom {
    background: #dcdcd7;
    padding: 50px 0px;
}

.bannerbottom .space {
    height: 40px;
}

.bb1 {
    background: url(/cms/usp.png) no-repeat;
    padding-left: 52px;
}

.bb1 h2 {
    font-family: open;
    font-size: 28px;
    margin-top: 0px;
    text-transform: inherit;
    margin-bottom: 7px;
}

.bb1 h3 {
    font-size: 16px;
    margin: 0px;
}

.product-slider {
    padding: 90px 0px 0px 0px
}

.news {
    margin: 60px 0px;
    background: url(../images/newsbg.jpg) #0a0a0a no-repeat;
    min-height: 468px;
}

.news h1 {
    color: #fff;
    font-family: openbold;
    font-size: 60px;
    text-transform: uppercase;
    margin-top: 10px;
}

.news p {
    color: #fff
}

.news .greenbg:nth-child(1) {
    margin-top: 290px;
}

.news .greenbg:nth-child(2) {
    background: #c2c4bc;
    color: #fff
}

.newstop {
    margin-top: 38px;
}

.newstop a {
    display: inline-block;
    font-family: openbold;
    color: #000;
    background: #fff;
    font-size: 18px;
    padding: 1px 15px;
    text-transform: uppercase;
}

.news .space {
    height:
}

.news .button a {
    color: #fff;
    border: 1px solid #fff
}

.news-bottom {
    margin-bottom: 70px;
}

.news-bottom h1 {
    font-family: openbold;
    font-size: 30px;
    margin: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.news-bottom .button{
    bottom: 0px;
    position: relative;
}

.news-bottom img {
    margin-bottom: 20px;
    margin-top: 5px;
    width: 80%;
}

.clients {
    background: #dcded9;
    padding: 50px 0px;
}

.clients .bx-pager {
    display: none;
}

.koptekst {
    background: #1d1d1b;
    padding: 35px 0px;
}

.koptekst h2 {
    font-family: openbold;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 4px 13px;
}

.koptekst p {
    color: #fff
}

.koptekst .button a {
    color: #fff;
    border: 1px solid #fff
}

.boxes {
    background: #e2e3de;
    padding: 35px 0px;
}

.box-inner {
    border: 1px solid #000;
    padding: 0px 30px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.box-inner.dark {
    margin-top: 0px;
    border: 1px solid #000;
    background-color: #a7aca0;
    padding-bottom: 13px;
}

.box-inner span {
    text-align: center;
    display: block;
    margin-top: -30px;
}

.box-inner h2 {
    font-family: openbold;
    font-size: 35px;
    text-transform: uppercase;
    color: #1d1d1b;
    margin-top: 28px;
}


.koptekst1 {
    padding: 35px 0px;
}

.koptekst1 h2 {
    font-family: openbold;
    font-size: 35px;
    text-transform: uppercase;
    color: #1d1d1b;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border: 1px solid #000;
    padding: 4px 13px;
}

.koptekst1 h3 {
    font-family: openbold;
    font-size: 35px;
    text-transform: uppercase;
    color: #1d1d1b;
    margin-top: 40px;
    margin-bottom: 22px;
}

.sh {
    text-align: center;
    margin-top: 30px;
}

.trends {
    margin: 70px 0px 0px 0px;
    background: url(../images/trendsbg.jpg) center right #d7e0dd no-repeat;
    min-height: 578px;
}

.trends h1 {
    color: #fff;
    font-family: openbold;
    font-size: 70px;
    text-transform: uppercase;
    margin-top: 10px;
}

.trends p {
    color: #fff
}

.trends .greenbg:nth-child(1) {
    margin-top: 50px;
}

.trends .greenbg:nth-child(2) {
    background: #a7aca0;
    color: #fff
}

.trends {
    margin-top: 38px;
}

.trends a {
    display: inline-block;
    font-family: openbold;
    color: #000;
    background: #fff;
    font-size: 18px;
    padding: 1px 15px;
    text-transform: uppercase;
}

.trends .space {
    height:
}

.trends .button a {
    color: #fff;
    border: 1px solid #fff
}

.trendsb1 {
    margin-top: 60px;
}

.winter {
    background: #a7aca0;
    padding: 80px 0px;
}

.winter h2 {
    font-family: openbold;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 4px 13px;
}

.winter ul {
    margin: 0px;
    padding: 0px;
    text-align: center
}

.winter li {
    display: inline-block;
    margin-right: -4px;
    width: 25%
}

.winter li img {
    width: 100%;
}

.newsbt-2 {
    margin-top: 40px;
}

.smle {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 40px 0px;
    line-height: 40px;
}



.smle h1 {
    font-family: openbold;
    font-size: 30px;
    margin: 0px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.smle img {
    width: 97%;

}

.smle1 {
    position: relative;
    margin-bottom: 20px;

}

.smle1 h2 {
    margin-top: 5px;
    margin-bottom: 30px;
}

h2 {
    font-family: openbold;
    font-size: 30px;
    margin: 0px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.smle1 .col-lg-4 {
    min-height: 250px;
}

.footer {
    background: #1d1d1b;
    color: #fff;
    padding-top: 55px;
    min-height: 350px;
    margin-top: 70px;
}

.footer h3 {
    font-family: openbold;
    font-size: 30x;
    text-transform: uppercase;
    color: #fff;
}

.footer ul {
    margin: 0px;
    padding: 0px;
}

.footer li {
    list-style: none;
    padding-bottom: 5px;
}

.footer li a {
    color: #fff;
    font-size: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding: 15px 12px
    }

    .greenbg {
        font-size: 35px;
        line-height: 55px;
    }

    .bb1 h2 {
        font-size: 17px;
    }

    .news h1 {
        font-size: 50px;
    }

    .winter li {
        width: 25%;
    }

    .smle1 .col-lg-4{
        min-height: 260px;
        position: relative;
    }
    .smle1 .button{
        position: absolute;
        bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .bx-wrapper .bx-prev {
        left: -15px !important;

    }

    .bx-wrapper .bx-next {
        right: -15px !important;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 11px;
        padding: 15px 5px
    }

    .greenbg {
        font-size: 25px;
        line-height: 45px;
    }

    .bb1 h2 {
        font-size: 17px;
    }

    .news {
        background-size: cover
    }

    .news h1 {
        font-size: 50px;
    }

    .news .space {
        height: 10px;
    }

    .box-inner h2 {
        font-size: 20px;
    }

    .winter li {
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .news-bottom h1 {
        font-size: 20px;
    }

    .smle h1 {
        font-size: 20px;
    }

    .smle1 h2 {
        font-size: 20px;
    }
    .smle1 .col-lg-4{
        min-height: 320px;
        position: relative;
    }
    .smle1 .button{
        position: absolute;
        bottom: 0px;
    }

    .koptekst1 h3 {
        font-size: 25px;
    }

    .navtop {
        padding-right: 5px;
    }

    .winter li {
        width: 23%;
    }

    .footer h3 {
        font-size: 20px
    }

    .ficon > img {
        max-height: 150px;
    }

}

@media only screen and (max-width: 767px) {

    .navtop {
        padding-right: 0px;
    }

    .rightalign {
        float: none;
        margin-top: 20px;
        text-align: center;
        margin-bottom: -20px
    }

    .clients .bx-pager {
        display: block
    }

    .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    .navbar-brand {
        display: block
    }

    .carousel-caption {
        display: none;
    }

    .logo {
        text-align: center
    }

    .topsearch .form-control {
        width: 110px;
    }

    .bb1 h2 {
        font-size: 20px;
    }

    .bb1 {
        margin-bottom: 20px;
    }

    .bannerbottom .space {
        display: none;
    }

    .bannerbottom {
        padding: 30px 0px;
    }

    .box-inner {
        margin-top: 40px;
    }

    .product-slider {
        padding-top: 40px;
    }

    .news {
        padding-bottom: 20px;
    }

    .greenbg {
        font-size: 35px;
        font-weight: bold;
        line-height: 55px;
    }

    .news {
        margin-bottom: 30px;
    }

    .news h1 {
        font-size: 40px;
    }

    .news .space {
        height: 10px;
    }

    .news-bottom {
        text-align: center;
        margin-bottom: 30px;
    }

    .news-bottom .button {
        margin-top: 20px;
        position: relative;
    }

    .news-bottom h1 {
        font-size: 20px;
    }

    .koptekst h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .box-inner h2 {
        font-size: 20px;
    }

    .koptekst1 h2 {
        font-size: 25px;
    }

    .koptekst1 h3 {
        font-size: 25px;
    }

    .winter {
        padding: 30px 0px;
    }

    .winter li {
        margin-bottom: 10px;
    }

    .smle1 h2 {
        margin-top: 25px;
    }

    .smle img {
        margin-top: 10px;
    }

    .ficon > img {
        max-height: 150px;
    }

    .footer {
        padding-bottom: 25px;
    }

}



@media only screen and (min-width: 800px) {
    .downArrow {
        position: fixed;
        z-index: 9999;
        width: 300px;
        height: 300px;
        background: url("../images/arrow-down-navigation.gif");
        left: 40%;
        bottom: 15px;
        cursor: pointer;


        -webkit-filter: drop-shadow(0px 2px 2px #222);
        filter: drop-shadow(0px 2px 2px #222)
    }
}



.merkstrook {
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
}


.merkstrook .tekst{
    background: #a7aca0;
    border: solid 5px #a7aca0;
    color: #fff;
    min-height: 170px;
    font-family: openbold;

    line-height: 25px;
}

.merkstrook h1{
    padding: 0px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: 30px;
    color: #fff;
    display: table;
    font-family: openbold;
    text-transform: uppercase;

}

.merkstrook .logoimg{
    background-color: #fff;
    border: solid 5px #a7aca0;
    min-height: 170px;
}

.puzzle form input[type="text"]{
    margin-right: 30%;
    width: 70%;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
}
.puzzle form input.oplossing{
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
}

.puzzle form input.enquete_inp, .puzzle form select.enquete_inp{
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
}




.smalltxt{
    clear: both;
    font-size: 10px;
    line-height: 20px;
    display: block;
}

.puzzle .dark  {
    background-color: black;
}
.puzzle .dark h2 {
    color: white;
}