﻿@charset "UTF-8";
/* #region algemeen*/
html {
    overflow-x: hidden;
}

body {
    font-family: "museo-sans";
    font-size: 15px;
    font-weight: 300;
    overflow-x: hidden;
}

    body > img {
        position: absolute;
    }

figure img {
    width: 100%;
}

input, select, textarea {
    outline: none;
    width: 100%;
    border: 1px solid transparent;
    margin: 8px 0;
    padding: 7px;
}

    input.req, select.req, textarea.req {
        background-image: url('/img/req.png');
        background-repeat: repeat-y;
        background-position: top right;
    }

    input.no-width, select.no-width {
        width: auto;
        padding-top: 13px;
        background: none;
    }

    input#couponCode {
        width: 120px;
        height: 26px;
        background: #fff;
        padding: 0;
        margin: 0;
    }

    input.error, select.error, textarea.error {
        border: 1px solid #bf1515;
    }

button {
    border-radius: 0 !important;
    border: none;
}

span.error {
    color: #bf1515;
    font-weight: 600;
}

a {
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

hr {
    margin: 5px 0;
}

.pad15 {
    padding: 15px;
}

.marBot15 {
    margin-bottom: 15px;
}

.no-padding {
    padding: 0;
}

p {
    line-height: 23px;
}

    p a {
        font-weight: 100;
        text-decoration: underline;
    }

        p a:hover {
            text-decoration: underline;
        }
.prodview {
    padding-top: 40px;
}
h1 {
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 25px;
}

h2 {
    font-size: 20px;
    font-weight: 100;
}

.clickbox {
    cursor: pointer;
}

input:focus,
textarea:focus {
    outline: none !important;
}

form input[type=text].input-validation-error,
form textarea.input-validation-error {
    border: 2px solid red;
}

b, strong, .bold {
    font-weight: 600;
}

.flowfix {
    position: relative;
    z-index: 100;
}
/* #endregion */

/* #region containers*/
.wide-container {
    margin: 0 auto 60px auto;
    max-width: 1798px;
    width: 100%;
}

    .wide-container.no-bottom-margin {
        margin-bottom: 0;
    }

.newsoverview .wide-container {
    margin-bottom: 70px;
}

.referenceoverview.wide-container {
    margin-bottom: 70px;
}

nav .wide-container {
    margin-bottom: 0;
}

.wide-container.dark-medium {
    background: none;
}

.wide-container.medium-dark {
    background: none;
}

    .wide-container.medium-dark .container,
    .wide-container.dark-medium .container {
        padding: 0;
        position: relative;
    }

    .wide-container.dark-medium .row,
    .wide-container.medium-dark .row {
        margin-left: 0;
        margin-right: 0;
    }

.fullwidth-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.wide-container.no-margin {
    margin: 0 auto;
}

header .wide-container {
    margin: 112px auto 0 auto;
}

ul.breadcrumb {
    margin: 10px 0 10px 0;
    padding: 0;
}
ul.breadcrumb li a {
    font-weight: normal;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.wide-container.sliderTitle {
    margin-bottom: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer .wide-container {
    margin-bottom: 0;
}

.row.subscribe {
    padding-bottom: 30px;
    padding-top: 30px;
}

.flow {
    height: 100%;
    max-width: 899px;
    position: absolute;
    z-index: 0;
}

.flow-right {
    left: 0;
}

.flow-left {
    right: 0;
}

.shippingAddr {
    display: none;
}

/* #endregion */

/* #region navigation */
.companylogo {
    text-align: center;
}

    .companylogo figure {
        display: inline-block;
    }

    .companylogo img {
        width: 100%;
        margin-top: 8px;
    }

        .companylogo img.logo-mobile {
            padding: 15px 0 15px 15px;
            margin-top: 0px;
        }

nav a {
    font-weight: 500;
}

    nav a.phone {
        float: right;
        font-size: 24px;
        font-weight: 300;
    }

    nav a.phone_small {
        display: block;
        float: right;
        height: 32px;
        margin: 23px 15px 0 0;
        width: 35px;
    }

    nav a.location_small {
        display: block;
        float: right;
        height: 32px;
        margin: 23px 10px 0 0;
        width: 20px;
    }

nav .navcontent {
    float: right;
    min-width: 150px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > span > a {
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav a {
    font-size: 16px;
    font-weight: 300;
}

.navbar-fixed-top .navbar-collapse {
    max-height: none;
    padding-bottom: 25px;
}

.navbar-default .navbar-nav > li > span {
    display: block;
    overflow: hidden;
}

    .navbar-default .navbar-nav > li > span.open {
        height: 40px;
    }

.navbar-toggle {
    margin-left: 5px;
    float: left;
}

    .navbar-toggle .icon-bar {
        height: 3px;
        width: 30px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 7px;
        }

.navbar-default .navbar-nav > li.dropdown span .open-submenu {
    background: transparent;
    background-image: none;
    display: block;
    float: right;
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    width: 10%;
}

.navbar-nav > li > span > a {
    line-height: 20px;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    margin-top: -20px;
    padding-left: 20px;
    position: inherit;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 5px 20px;
        text-transform: uppercase;
    }

.headerbuttons {
    display: block;
    float: right;
    font-size: 33px;
    margin: 5px 15px 0 0;
}

    .headerbuttons .location-small:before {
        content: "\e000";
        font-family: "webstart75";
    }

    .headerbuttons .phone-small:before {
        content: "\e007";
        font-family: "webstart75";
    }

.sidemenu {
    list-style: none;
    /*margin-top: 60px;*/
    padding: 0;
    width: 100%;
}

    .sidemenu li {
        margin: 0 0 1px 0;
        padding: 7px 15px;
    }

        .sidemenu li a {
            font-size: 25px;
            font-weight: 300;
        }
/* #endregion */

/* #region Sliders */
.header-background {
    background-position: center top;
    background-size: cover;
    height: 150px;
    position: relative;
}

    .header-background .intro {
        /*position: relative;
		top: 0;*/
        position: relative;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header-background h1 {
        font-size: 30px;
        font-weight: 100;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .header-background p {
        font-size: 20px;
        font-weight: 300;
        padding-top: 0;
    }

.slider-title {
}

.reference-item {
    padding: 0;
    position: relative;
}

    .reference-item h2 {
        font-weight: 100;
        margin-bottom: 25px;
        margin-top: 25px;
        padding-top: 15px;
    }

    .reference-item img {
        display: block;
        height: 100%;
        width: 100%;
    }

    .reference-item:nth-of-type(odd) figure {
        float: right;
        margin: 0 0 0 15px;
    }

    .reference-item:nth-of-type(even) figure {
        float: left;
        margin: 0 15px 0 0;
    }

    .reference-item h2,
    .reference-item p,
    .reference-item a {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }

    .reference-item .contentcontainer {
        padding-bottom: 10px;
        width: 100%;
    }

    .reference-item .imagecontainerMobile {
        display: block;
    }

.reference-slider .slick-slide {
    min-height: 240px;
}

.reference-slider .slick-prev,
.reference-slider .slick-next {
    background: none;
    border: none;
    cursor: pointer;
    font-family: "webstart75";
    font-size: 60px;
    position: absolute;
    top: 120px;
}

.reference-slider .slick-prev {
    left: -10px;
}

.reference-slider .slick-next {
    right: -10px;
}

.mobile-reference-item {
}

.gallery-slider .gallery-slider-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 2px;
}

    .gallery-slider .gallery-slider-item a {
        width: 100%;
    }

    .gallery-slider .gallery-slider-item figure {
        display: block;
        margin: 0 auto;
    }

    .gallery-slider .gallery-slider-item img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        width: auto;
    }

.logo-slider .logo-slider-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /*height: 311px;*/
    margin: 0 2px;
}

    .logo-slider .logo-slider-item figure {
        display: block;
        margin: 0 auto;
    }

    .logo-slider .logo-slider-item img {
        display: block;
        margin: 0 auto;
        /*max-height: 311px;*/
        max-width: 100%;
        width: auto;
    }
/* #endregion */


/* #region Content */
.sliderTitle h1 {
    font-size: 20px;
    margin-top: 0;
}

h1.blog-title {
    font-size: 30px;
}

.flow-image {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
}

a {
    font-weight: 700;
}

    a.large {
        display: block;
        font-size: 30px;
        font-weight: 100;
        padding: 25px 0 30px 0;
        position: relative;
    }

        a.large:after {
            content: "\e006";
            font-family: "webstart75";
            font-size: 30px;
            position: relative;
            top: 6px;
            left: 10px;
        }

    a.read-more {
        display: block;
        margin-bottom: 25px;
    }

        a.read-more:before {
            content: "\e006";
            font-family: "webstart75";
            left: -4px;
            position: relative;
            top: 2px;
        }

    a.backlink {
        display: block;
        font-size: 25px;
        font-weight: 300;
        margin-bottom: 50px;
    }

        a.backlink:before {
            content: "\e005";
            font-family: "webstart75";
            left: -5px;
            position: relative;
            top: 3px;
        }

.email a {
    font-weight: 300;
}

a.phone {
    display: block;
    font-size: 24px;
    font-weight: 100;
    margin: 15px 0 15px 0;
}

    a.phone:after {
        content: "\e007";
        float: left;
        font-family: "webstart75";
        font-size: 30px;
        margin: -5px 5px 0 0;
    }

.contact,
.news {
    padding-bottom: 40px;
}

    .news hr {
        margin: 40px 0 40px 0;
    }

    .news h1 {
        padding-top: 60px;
    }

    .contact .companyname {
        font-weight: 700;
        padding-right: 15px;
    }

.social {
    padding: 40px 0 40px 0;
    overflow: auto;
}

    .social span {
        display: block;
        float: left;
        font-size: 30px;
        font-weight: 100;
        margin: 0 15px 0 0;
    }

    .social .cbw {
        max-height: 47px;
    }

    .social a, .social a:hover {
        color: #fff;
        text-decoration: none;
        display: block;
        float: left;
        font-size: 30px;
        margin: 5px 15px 0 0;
    }

.footer-links {
    margin: 20px auto 50px auto;
    text-align: left;
}

    .footer-links a {
        font-size: 13px;
        font-weight: 300;
    }

        .footer-links a.ipsis {
            position: relative;
        }

            .footer-links a.ipsis:before {
                content: "\e008";
                font-family: "webstart75";
                font-size: 15px;
                margin-right: 3px;
                position: relative;
                top: 3px;
            }

.top {
    border-radius: 18px;
    float: right;
    height: 36px;
    width: 36px;
}

    .top:after {
        content: "\e009";
        display: inline-block;
        font-family: "webstart75";
        font-size: 22px;
        padding-left: 3px;
        padding-top: 1px;
    }

.content {
    padding-bottom: 35px;
    padding-top: 35px;
}

.newsoverview-image {
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 311px;
    width: 100%;
}

label {
    font-weight: 300;
}

    label.error {
        display: none !important;
    }

#map {
    color: #444c52;
    height: 512px;
}

a:not([href]):before {
    /* voor de anchors van de veelgestelde vragen */
    content: "";
    display: block;
    height: 125px;
    margin-top: -125px;
}

div.pp_default .pp_expand {
    display: none !important;
}
/* #endregion */

/* #region forms */
.form h3 {
    font-size: 30px;
    font-weight: 300;
    margin-top: 0;
}

.form ol {
    list-style: none;
    padding: 0;
}

    .form ol li {
    }

.form input[type=text],
.form input[type=email],
.form textarea {
    border: none;
    font-size: 15px;
    margin: 6px 0 6px 0;
    max-width: 100%;
    padding: 15px;
    width: 400px;
}

textarea {
    height: 130px;
    width: 600px;
}

.subscribe .form button {
    border: none;
    font-size: 25px;
    margin: 6px 0;
    padding: 5px 15px;
    text-align: left;
}

    .subscribe .form button:after {
        content: "\e00e";
        font-family: "webstart75";
        padding-left: 15px;
        position: relative;
        top: 5px;
    }

.form legend {
    border: none;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0 12px;
    width: 100px;
}

.form label span {
    font-weight: 300;
    margin-right: 30px;
}

/* #endregion */

/* #region FAQ*/
.faq-item {
    border-bottom: 1px solid #eeeff0;
}

    .faq-item a {
        display: block;
        font-size: 16px;
        font-weight: 500;
        padding: 15px 30px 15px 15px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
    }

        .faq-item a:after {
            content: "\e017";
            font-family: "webstart75";
            font-size: 20px;
            margin-right: 3px;
            position: absolute;
            right: 15px;
            top: 10px;
        }

    .faq-item.active a:after {
        content: "\e016";
    }

    .faq-item .answer {
        display: none;
        font-size: 16px;
        font-weight: 100;
        padding: 15px;
    }

    .faq-item.active .answer {
        display: block;
    }
/* #endregion */

/* #region Language */
.row {
    position: relative;
}

    .row.smallBotMar {
        margin-bottom: 30px;
    }

    .row.smallMar {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .row.xsmallMar {
        margin-bottom: 10px;
        margin-top: 10px;
    }

.language-select {
    font-size: 16px;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
}

    .language-select li {
        float: left;
        margin: 0 0 0 0;
    }

    .language-select a {
        display: block;
        padding: 6px 5px;
    }
/* #endregion*/

.catnav {
    float: right;
}

    .catnav.left {
        float: left;
    }

    .catnav ul,
    .catnav ul li {
        margin: 0;
        padding: 0;
    }

        .catnav ul li {
            float: left;
            position: relative;
            list-style-type: none;
            padding: 24px 15px;
        }

            .catnav ul li.basket,
            .catnav ul li.basket:hover {
                background: transparent !important;
            }

            .catnav ul li a {
                position: relative;
                text-transform: uppercase;
                font-weight: 300;
                text-decoration: none;
            }



            .catnav ul li:hover ul.submenu {
                display: block;
            }

            .catnav ul li a.icon-user span {
                padding-left: 8px;
            }

            .catnav ul li a span.nr {
                position: absolute;
                top: -12px;
                left: 8px;
                font-weight: 300;
                font-size: 12px;
                display: inline-block;
                padding: 1px 6px;
            }

        .catnav ul.submenu {
            display: none;
            width: auto;
            min-width: 250px;
            position: absolute;
            right: 0;
            /*top: 69px;*/
            z-index: 900;
            padding: 10px 15px;
        }

            .catnav ul.submenu li {
                padding: 5px;
                display: block;
                width: 100%;
            }

                .catnav ul.submenu li a {
                    white-space: nowrap;
                    display: block;
                }



h1, h2, h3, h4 {
    margin: 0;
}

    h3 span.orgPrice {
        text-decoration: line-through;
        display: inline-block;
        margin-right: 10px;
        font-size: 16px;
    }

.orderline h3 {
    margin-top: 15px;
}

h4 {
    text-transform: uppercase;
}

a.nextWhite {
    display: inline-block;
    cursor: pointer;
    background: url('/img/ico-moreinfo-white.png') no-repeat center left;
    padding: 0 0 0 30px;
    min-width: 27px;
    height: 26px;
}

    a.nextWhite.btn {
        padding: 0;
        margin: -2px 0 0 -1px;
    }

.slider input {
    width: 48px;
    padding-left: 6px;
    font-size: 18px;
    border: none;
    padding-top: 3px;
}

#slider-range {
    margin-bottom: 10px;
    border: 0 !important;
    height: 2px;
    margin-top: 8px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.ui-slider-handle {
    width: 20px !important;
    height: 20px !important;
    top: -8px !important;
}

.prodFilter select,
.prodFilter span.float {
    display: inline-block;
    margin: 0;
    float: left;
    padding: 0;
}

.prodFilter select {
    width: 60%;
}

.prodFilter span {
    width: 40%;
}

.prodImg,
.prodImgMedium {
    position: relative;
    margin-bottom: 20px;
}

    .prodImg figcaption,
    .prodImgMedium figcaption {
        position: absolute;
        bottom: 20px;
        right: 0;
        padding: 16px 12px 14px 12px;
    }

.ico {
    display: block;
    margin: 20px 0;
}

.medium-with-right {
    padding: 20px;
    position: relative;
    z-index: 1000;
}

    .medium-with-right::after {
        content: " ";
        position: absolute;
        z-index: 10;
        bottom: 0;
        right: -1000px;
        left: 0;
        top: 0;
    }

.medium-with-right-content {
    position: relative;
    z-index: 1000;
}

    .medium-with-right-content h1 {
        margin-bottom: 20px !important;
    }

    .medium-with-right-content h3 {
        margin-bottom: 10px !important;
    }


.sitemap ul,
.sitemap li {
    list-style-type: square;
    list-style-position: inside;
    margin: 0;
    padding: 0 0 0 10px;
}

.matrixTbl {
    width: 100%;
}

    .matrixTbl th,
    .matrixTbl td {
        white-space: nowrap;
        text-align: center;
        border: 1px solid #fff;
        padding: 2px 2px;
    }

    .matrixTbl th {
        font-weight: normal;
    }

    .matrixTbl td.qty select {
        margin: 0;
    }

/*#region VANAF 768px (Small) */
@media (min-width: 768px) {
    h1 {
        font-size: 50px;
        margin-top: 0;
        padding-top: 0;
    }

    h2 {
        font-size: 30px;
    }

    h1.title {
        margin-bottom: 50px;
    }

    a.large {
        font-size: 50px;
    }

        a.large:after {
            font-size: 50px;
            top: 10px;
            left: 15px;
        }

    .header-background h1 {
        font-size: 43px;
        margin-top: 35px;
    }

    header-background p {
        font-size: 29px;
    }

    .sliderTitle h1 {
        font-size: 50px;
        margin-top: 0;
    }

    .fullwidth-content {
        float: right;
        max-width: 600px;
        width: 100%;
        padding: 35px 0 20px 0;
    }

    nav .navbar-header {
        height: 60px;
    }

    header .wide-container {
        margin: 112px auto 0 auto;
    }

    nav a.phone {
        margin: 38px 0 0 0;
    }

    nav .navbar-collapse {
        margin-top: 60px;
    }

    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }

    .nav > li > span > a {
        width: auto;
    }

    .wide-container {
        margin-bottom: 60px;
    }

        .wide-container.noMar {
            margin-bottom: 0px;
        }

        .wide-container.dark-medium .row,
        .wide-container.medium-dark .row {
            margin-left: -15px;
            margin-right: -15px;
        }

        .wide-container.noMarButPad {
            margin-bottom: 0;
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .reference-item .contentcontainer {
        width: 100%;
    }

    .reference-item:nth-of-type(even) .contentcontainer {
        margin-left: 0;
    }

    .reference-slider .slick-prev,
    .reference-slider .slick-next {
        top: 80px;
    }

    .reference-slider .slick-prev {
        left: -60px;
    }

    .reference-slider .slick-next {
        right: -60px;
    }

    .reference-image {
        margin-top: 130px;
    }

    .header-background {
        height: 152px;
    }

        .header-background p {
            font-size: 29px;
            padding-top: 6px;
        }

    .home-image {
        background-position: left top;
        background-repeat: no-repeat;
        background-size: initial;
        min-height: 420px;
        width: 100%;
    }

    .page-image {
        margin-top: 55px;
    }

        .page-image a {
            display: block;
            margin-bottom: 15px;
        }

    .form h3 {
        font-size: 30px;
        font-weight: 300;
        margin-top: 80px;
    }

    .reference-slider .reference-item:nth-of-type(odd) .contentcontainer {
        margin-left: 0;
    }

    .news h1 {
        padding-top: 0;
    }

    .footer-links {
        text-align: center;
    }
    /*.gallery-slider{
		height: 311px;
	}*/
    /*.gallery-slider .gallery-slider-item{
		height: 311px;
	}*/
    .gallery-slider .gallery-slider-item img {
        max-height: 311px;
    }

    .logo-slider {
        height: 170px;
    }

        .logo-slider .logo-slider-item {
            height: 170px;
        }

            .logo-slider .logo-slider-item img {
                max-height: 170px;
            }

    .form .legend {
        width: 200px;
    }

    .form label span {
        margin-right: 80px;
    }

    .equal-height-sm {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}
/*#endregion*/

/*#region VANAF 992px (Medium) */
@media (min-width: 992px) {
    .equal-height-sm,
    .equal-height-md {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .row.equal-height-md:first-child {
        padding-left: 20px;
    }

    .row.equal-height-md.doMar {
        margin-left: -35px;
    }

    .row.equal-height-sm .flowfix:first-child {
        padding-left: 35px;
    }

    .navbar-nav {
        margin-top: 30px;
        margin-right: 0;
    }

    nav .companylogo {
        float: left;
    }

    .navbar-fixed-top .navbar-collapse {
        padding-bottom: 0;
    }

    nav .wide-container {
        min-height: 100px;
    }

    nav a.phone {
        margin: 18px 0 0 0;
    }

    .navbar-toggle {
        margin-top: 30px;
        padding-right: 10px;
    }

    .navbar-nav > li > .dropdown-menu {
        float: left;
        padding: 0;
        position: absolute;
    }

    .navbar-default .navbar-nav > li > span {
        display: block;
        overflow: hidden;
    }

    .navbar-nav > li > span > a {
        width: auto;
    }

    .dropdown-menu > li > a:hover {
    }

    nav .navbar-collapse {
        margin-top: 0;
    }

    .reference-item {
        height: 311px;
        position: relative;
    }

        .reference-item .imagecontainer {
            height: 311px;
            position: absolute;
            top: 0;
            width: 199px;
        }

        .reference-item .contentcontainer {
            width: 65%;
        }

    .reference-slider .slick-prev,
    .reference-slider .slick-next {
        top: 120px;
    }

    .reference-item:nth-of-type(odd) .contentcontainer {
        margin-left: 0;
        width: 270px;
    }

    .reference-slider .reference-item:nth-of-type(odd) .contentcontainer {
        margin-left: 50px;
    }

    .reference-item:nth-of-type(odd) .contentcontainer h2,
    .reference-item:nth-of-type(odd) .contentcontainer p,
    .reference-item:nth-of-type(odd) .contentcontainer a {
        padding-left: 0;
    }

    .reference-item:nth-of-type(odd) .imagecontainer {
        right: 0;
    }

    .reference-item:nth-of-type(even) .imagecontainer {
        left: 0;
    }

    .reference-item:nth-of-type(even) .contentcontainer {
        margin-left: 214px;
        margin-right: 0;
        width: 270px;
    }

    .header-background {
        height: 252px;
    }

        .header-background h1 {
            font-size: 63px;
        }

        .header-background p {
            font-size: 39px;
        }

    header .wide-container {
        margin: 100px auto 0 auto;
    }

    .dropdown-menu > li > a {
        padding: 10px 20px;
    }
}
/*#endregion*/

/*#region shop specific*/
a.delete {
    display: block;
    width: 26px;
    height: 26px;
    padding: 5px 0 0 5px;
    margin-top: 14px;
    text-decoration: none;
    float: right;
}

.deleteLine h3 {
    float: right;
    margin-right: 10px;
    display: inline-block;
}

.selectBlock {
    padding: 8px;
    margin: 2px 0;
    text-align: center;
}

    .selectBlock input, .selectBlock select {
        margin: 0 0 0 10px;
        width: auto;
    }


.but {
    padding: 8px;
    display: block;
    font-weight: 300;
}

    .but a {
        display: block;
    }

    .but span {
        display: inline-block;
        text-align: center;
        padding-top: 2px;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        vertical-align: bottom;
    }

    .but.size {
        display: inline-block;
    }

    .but.full {
        text-align: left;
        width: 100%;
    }

.prodoverlay {
    display: none;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding: 20px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .prodoverlay .inner {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .prodoverlay .inner .message {
            font-size: 18px;
            width: 100%;
            background: #fff;
            padding: 40px 30px;
        }

        .prodoverlay .inner a.closeBtn {
            position: absolute;
            display: block;
            top: 0;
            right: 0;
            width: 26px;
            height: 26px;
            background-color: #5d941c;
            color: #fff;
            text-align: center;
            padding-top: 5px;
        }

        .prodoverlay .inner .btnleft,
        .prodoverlay .inner .btnright {
            width: 47%;
        }

        .prodoverlay .inner .btnleft {
            float: left;
        }

        .prodoverlay .inner .btnright {
            float: right;
        }


/*#endregion*/

/*#region Vanaf 1200px (Large (1200+)) */
@media (min-width: 1200px) {
    .reference-item .imagecontainer {
        width: 299px;
    }

    .reference-slider .reference-item:nth-of-type(odd) .contentcontainer,
    .reference-item:nth-of-type(odd) .contentcontainer {
        margin-left: 0;
        width: 290px;
    }

    .reference-item:nth-of-type(even) .contentcontainer {
        margin-left: -35px;
        margin-right: 0;
        width: 300px;
    }

    .reference-slider .slick-prev {
        left: -65px;
    }

    .reference-slider .slick-next {
        right: -65px;
    }

    .header-background {
        height: 352px;
    }

        .header-background h1 {
            font-size: 63px;
        }

        .header-background p {
            font-size: 39px;
        }
}
/*#endregion*/

