@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800&display=swap');
body{
    margin:0;
    padding:164px 0 0 0;
    font-family: 'Open Sans', sans-serif;
}
*{box-sizing:border-box;}
input,textarea{
    font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5{
    margin:0;
}
h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
}
p {
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 28px;
}
p:last-child{
    margin:0 0 0 0;
}
a{
    text-decoration:none;
    color:#000;
}
img{
    max-width: 100%;
    display: block;
    height: auto;
}
button, .button, input[type=submit] {
    -webkit-appearance: none;
    padding: 10px 20px;
    background: #191E2B;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    border:0;
    font-size: 16px;
}
button:hover, .button:hover, input[type=submit]:hover {
    box-shadow: 0 1px 0px 0px #659e2c;
    opacity: 0.9;
}
h1{
    color: #191E2B;
    font-size: 32px;
    margin: 0 0 15px 0;
}
h4 {
    font-size: 20px;
    display: inline-block;
}
.sw{
    max-width:1200px;
    margin:0 auto;
    padding:0 15px;
}
p#my-form-status:empty {
    display: none;
}
input[type="text"], input[type="tel"], textarea {
    border-radius: 3px;
    border: 1px solid #a5a5a5;
    padding: 10px 18px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #010E29;
    width: 100%;
    display: block;
}
.input_wrapper {
    margin: 0 0 20px 0;
}
/*General*/
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 2px 7px 0px #00000012;
}
div#logo {
    display: inline-block;
    max-width: 250px;
    transition: 0.3s;
}
nav.navigation {
    display: inline-block;
    text-align: right;
    float: right;
    padding: 18px 0;
}
nav.navigation a {
    display: inline-block;
    margin: 0 15px;
    line-height: 44px;
    transition:0.3s;
    color: #525252;
}
nav.navigation a.active, nav.navigation a:hover {
    color: #000;
}
ul#navigation {
    display: flex;
    padding: 0;
    margin: 0;
}
ul#navigation li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
ul#navigation li.no-childs ul {
    display: none!important;
}
ul#navigation li ul {
    display: none;
    visibility: hidden;
    position: absolute;
    background: #fff;
    width: 200px;
    text-align: left;
    box-shadow: 0px 12px 7px 0px #00000012;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}
ul#navigation li:hover ul {
    display: block;
    visibility: visible;
}
ul#navigation ul li a {
    line-height: 30px;
    padding: 0 0 10px;
}
body.scrolling nav.navigation a{
    line-height: 104px;
}
nav.navigation a.active {
    font-weight: bold;
}
.headerItems {
    position: relative;
    display: inline-block;
    width: 100%;
}
#hamburger{
    display:none;
}


/*Footer*/
#footer{
    padding: 80px 0;
    background: #191E2B;
    color: #fff;
}
#footer a{
    color:#fff;
}
.ftrItemText {
    margin: 15px 0 0 0;
}
#footer ul {
    padding: 0;
    margin: 0;
}
#footer ul li{
    padding: 0;
    margin: 0;
    list-style:none;
    line-height:28px;
}
.ftrItemText.socials ul li a{
    font-size:0;
    line-height:0;
    display:inline-block;
    width:24px;
    height:24px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
.ftrItemText.socials ul li a[href*=facebook]{
    background-image:url(../img/fb.svg);
}


/*LLB*/
div#llb {
    display: none;
}
div#llb > a {
    display: inline-block;
    margin: 0 2px;
    max-width: 22px;
}
div#llb > a:last-child {
    margin-right: 0;
}

/*Main*/
main#main {
    padding: 0;
    display: block;
}
/*Teasers*/
section#t1 .textBlock {
    padding: 70px 0;
    text-align: center;
}


.imagePopUp:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background-image: url(/img/cancel.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}
.imagePopUp img {
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    width: auto!important;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.imageItem.popMeUp img{
    cursor:zoom-in;
}
.arrow-right{
    position: absolute;
    right: 40px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:80% auto;
    cursor:pointer;
    z-index: 9;
}
.arrow-left {
    position: absolute;
    left: 40px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:80% auto;
    cursor:pointer;
    z-index: 9;
}
.imagePopUp {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*Home slider*/
section#productsSlider{
    padding: 50px 15px 0 15px;
}
section#productsSlider #catSelector {
    display: none;
}
.slick-slider *:focus{
    outline:none;
}
section#productsSlider a.product-grid__item {
    padding: 15px;
}
ul.slick-dots{
    text-align:center;
    margin:15px 0 0 0;
    padding:0;
}
ul.slick-dots li{
    display:inline-block;
    width:15px;
    height:15px;
    border-radius:100%;
    background-color:transparent;
    background-image:url(../img/slick.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    margin:0 5px;
    cursor:pointer;
    transform:rotateZ(90deg);
    transition:0.2s;
}
ul.slick-dots li.slick-active{
    background-color:transparent;
    background-image:url(../img/slick-active.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    transform:rotateZ(0);
}
ul.slick-dots li.slick-active:before{

}
ul.slick-dots li button{
    display:none;
}
.slick-slide a.product-grid__item{
    filter:grayscale(100%);
    transform-origin:center;
    transform:scale(0.85);
    transition:0.3s;
}
.slick-slide.slick-center a.product-grid__item{
    filter:grayscale(0);
    transform:scale(1);
}
.slick-slide.slick-center .product-grid__item__overlay{
	border:6px solid red;
}

/* Content */
section.content {
    padding: 80px 0;
}

/* Teaser 2*/
section#t2 {
    padding: 120px 0;
}
section#t2.blueSection h2 {
    margin-bottom: 60px;
}
#t2 .introtext, #t2 h2 {
    text-align: center;
}
#t2 .introtext {
    max-width: 900px;
    margin: 0 auto 50px;
}

/* Teaser 3 */
#t3 {
    background: #F2FAFE;
    padding: 80px 0;
}
#t3 h2 {
    text-align: center;
}
#t3 h3 {
    margin-bottom: 10px;
}
#t3 .col-md-4 {
    margin-bottom: 20px;
}
#t3 .fotoBlock {
    height: 200px;
    background-size: cover;
}
#t3 .textBlock {
    background: #fff;
    padding: 30px;
}
#t3 .inner {
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}
#t3 .inner .textBlock {
    height: 100%;
}

/* Diensten */
section.blueSection {
    background: #F2FAFE;
    padding: 80px 0;
}
section.blueSection h2 {
    text-align: center;
}
.main-content {
    padding: 70px 0;
    text-align: center;
}
.service-gallery .slider .slick-slide > div {
    padding: 0 15px;
}

/*Contact*/
section#contact {
    padding: 60px 0;
}
#contact ul {
    padding: 0;
    margin: 0;
}
#contact ul li{
    padding: 0;
    margin: 0;
    list-style:none;
    line-height:28px;
}
.sliderItem {
    padding: 10px;
}
#contact .slick-initialized .slick-slide {
    float: none;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
}
#contact .slick-slide img {
    display: block;
    max-height: 120px;
    margin: 0 auto;
}
#contact ul.slick-dots{
    margin-top:15px;
}
#contact ul.slick-dots li{
    margin:0 5px;
}
article .col-md-12.column table {
    border: 0;
    border-spacing: 0;
    border-color: transparent;
    padding: 0;
    margin: 0 0 20px 0;
}
article .col-md-12.column table tr:nth-child(2) td:nth-child(1) {
    width: 250px!important;
    padding: 0;
    padding-right: 15px;
    border-collapse: collapse;
}
article .col-md-12.column table tr:nth-child(2) td:nth-child(1) img {
    width: 250px!important;
    border: 5px solid #191E2B;
}
article .col-md-12.column table tr:nth-child(2) td:nth-child(2){
    width:calc(100% - 250px)!important;
}
.dist-links{
    display:none;
}


/* Gallery */
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.image-gallery .gallerij_item {
    width: 170px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin: 0 10px 20px;
    border-radius: 3px;
    overflow: hidden;
}
.gallery_overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display:none;
     -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gallery_slider {
    padding: 0 40px;
}
.gallery_overlay.active{
    display:block;
}
.gallery_overlay_inner {
    width: 1200px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: calc(100% - 6px);
    max-height: calc(100% - 40px);
    overflow: hidden;
}
.gallery_slider > .overlay_item {
    display: none;
    width: 100%;
}
.gallery_slider > .overlay_item.active{
    display:block;
}
.gallery_slider > .overlay_item > img {
    margin: 0 auto;
}
.gal_arrow {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #045e90;
    background-image:url(../img/gal_arrow.svg);
    background-size:12px auto;
    background-repeat:no-repeat;
    background-position:center;
    border-radius: 100%;
    cursor: pointer;
}
.gal_arrow.prev {
    left: 0;
    transform:rotateZ(0deg);
}
.gal_arrow.next {
    right: 0;
    transform: rotateZ(180deg);
}
.gallery_overlay .close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../_images/close.svg);
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    cursor: pointer;
    opacity: 1;
}
.gallerij_item{
    position:relative;
    cursor:pointer;
}
.gallerij_item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    opacity:0;
    transition:0.2s;
}
.gallerij_item:after {
    content: 'Bekijk';
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    color: #fff;
    text-align: center;
    line-height: 65px;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    transition: 0.2s;
}
.gallerij_item:hover:after{
    opacity: 1;
}
.gallerij_item:hover:before{
    opacity: 1;
}

/*Media queries*/
@media only screen and (max-width:991px)
{

    #hamburger {
        display: inline-block;
        width: 30px;
        position: relative;
        float: right;
        margin: 35px 0;
        z-index:3;
        transition:0.2s;
        cursor:pointer;
    }
    body.scrolling #hamburger{
        margin:45px 0;
    }
    #hamburger .line{
        height:2px;
        background:#000;
        border-radius:1px;
        margin:0 0 4px 0;
        transition:0.2s;
    }
    #hamburger .line:last-child{
        margin:0 0 0 0;
    }
    body.menuOpen #hamburger .line{
        background:#fff;
        margin:0!important;
    }
    body.menuOpen #hamburger .line:first-child{
        transform:rotateZ(45deg);
    }
    body.menuOpen #hamburger .line:nth-child(2){
        height:0;
    }
    body.menuOpen #hamburger .line:last-child {
        transform: rotateZ(-45deg) translateX(2px);
    }
    nav.navigation {
        position: fixed;
        right: -350px;
        top: 0;
        width: 350px;
        height: 100%;
        background: #191E2B;
        z-index: 2;
        padding: 120px 30px 30px 30px;
        transition: 0.2s;
    }
    nav.navigation a {
        display: block;
        line-height: 40px!important;
        text-align: left;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
    }
    ul#navigation li {
        display: block;
        padding: 5px 0;
    }
    ul#navigation {
        flex-direction: column;
    }
    ul#navigation li ul {
        display: block;
        visibility: visible;
        position: relative;
        padding: 0;
        background: none;
        width: 100%;
        box-shadow: none;
    }
    ul#navigation li ul a {
        padding: 0;
        line-height: 20px!important;
        font-weight: normal;
        margin-bottom: 5px;
    }
    
    nav.navigation a.active, nav.navigation a:hover {
        color: #fff;
    }
    nav.navigation a.active {
        text-decoration: underline;
    }
    body.menuOpen nav.navigation{
        right:0;
    }
    .ftrItemText{
        margin:15px 0 30px 0;
    }
    section.distributeurs {
        padding: 40px 0 40px 0;
    }
    #footer {
        padding: 40px 0;
    }
    .arrow-right{
        right:10px;
        background-size: 50% auto;
        background-color: #191E2B;
        border-radius: 100px;
    }
    .arrow-left {
        left:10px;
        background-size: 50% auto;
        background-color: #191E2B;
        border-radius: 100px;
    }


}
@media only screen and (max-width:500px)
{
    nav.navigation {
        width:100%;
        right:-500px;
    }
    main#main {
        padding: 0;
    }
    h1 {
        font-size:24px;
        margin: 0 0 15px 0;
    }
    section#contact {
        padding: 0;
    }
}
