/* Define colors */
html, body{
    width: 100%;
    height: 100%;
}

html{
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
}

body:before{
    display: block;
    content: 'L';
    width: 40px;
    height: 40px;
    background: black;
    color: white;
    text-align: center;
    line-height: 40px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
    font-size: 12px;
}

#page-wrap{
    padding-top: 120px;
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 8px 0 15px -4px rgba(148, 148, 148, 0.4), -8px 0 8px -4px rgba(148, 148, 148, 0.4);
}

h1, h2, h3{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: .5rem;
    text-transform: uppercase;
}

h2{
    position: relative;
    font-size: 4rem;
}

h2:not(.no-border):after{
    display: block;
    width: 400px;
    height: 2px;
    background: #d90025;
    content: '';
    margin: 30px auto 0;
}

h3{
    font-size: 4rem;
}

h4{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: .2rem;
    font-size: 2.4rem;
}

h5{
    display: block;
    float: none;
    clear: left;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #d90025;
}

.red{
    color: #d90025;
}

.grey-light{
    color: #868686;
}

.bg-offwhite{
    background: #ebebeb;
}

.bg-dark{
    background: #1a1a1a !important;
    color: #fff;
}

.bg-red{
    background: #d90025;
    color: #fff;
}

img.fullsize{
    width: 100%;
    height: auto;
}

a.btn,
button.btn{
    font-size: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

a.btn:hover,
button.btn:hover{
    color: #fff !important;
}

section.padding{
    padding-top: 50px;
    padding-bottom: 50px;
}

section.padding-bottom{
    padding-bottom: 50px;
}

/* Normal page content */
section.content-page ul{
    margin-left: 2rem;
}

section.content-page ul li{
    list-style: square;
}

/* Menu's */
.menu-inline li{
    display: inline-block !important;
}

/* Dots */
.dots li{
    margin-left: 2rem;
}

.dots li a{
    display: block;
    background: #868686;
    border: none;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    margin-right: 1rem;
    cursor: pointer;
    padding: 0 !important;
}

.dots li.active a{
    background: #d90025;
}

/* Employees */
.slick .slick-arrow{
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50px;
    z-index: 1000;
    background: url(../images/sprite_slidearrows.png) transparent bottom left no-repeat;
    border: none;
    font-size: 0;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    opacity: .5;
    transition: opacity 100ms ease-in-out;
}

.slick .slick-arrow:hover{
    opacity: .8;
}

.slick .slick-arrow.slick-next{
    background-position: top left;
    left: auto;
    right: 50px;
}

.slick .slick-arrow.slick-next:before{
    content: '\f0da';
}

.slick .slick-dots{
    position: absolute;
    width: 80%;
    bottom: -7rem;
    left: 10%;
    text-align: center;
    z-index: 2;
}

.slick .slick-dots li{
    display: inline-block;
    margin-right: 2rem;
}

.slick .slick-dots li button{
    background: #868686;
    border: none;
    font-size: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    cursor: pointer;
}

.slick .slick-dots li.slick-active button{
    background: #d90025;
}

.slick .slick-slide{
    display: none;
}

.slick .slick-slide img{
    margin: 0 auto;
}

.slick.slick-initialized .slick-slide{
    display: block;
}

@media only screen and (max-width: 992px){
    .slick .slick-dots{
        bottom: -5rem;
    }
}

.ajax-loader{
    display: none;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
}

.ajax-loader .sk-cube-grid{
    width: 30px;
    height: 30px;
    margin: 100px auto;
}

.ajax-loader .sk-cube-grid .sk-cube{
    width: 33%;
    height: 33%;
    background-color: #d90025;
    float: left;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.ajax-loader .sk-cube-grid .sk-cube1{
    background: #333333;
    animation-delay: 0.2s;
}

.ajax-loader .sk-cube-grid .sk-cube2{
    background: #868686;
    animation-delay: 0.3s;
}

.ajax-loader .sk-cube-grid .sk-cube3{
    animation-delay: 0.4s;
}

.ajax-loader .sk-cube-grid .sk-cube4{
    background: #868686;
    animation-delay: 0.1s;
}

.ajax-loader .sk-cube-grid .sk-cube5{
    animation-delay: 0.2s;
}

.ajax-loader .sk-cube-grid .sk-cube6{
    background: #333333;
    animation-delay: 0.3s;
}

.ajax-loader .sk-cube-grid .sk-cube7{
    animation-delay: 0s;
}

.ajax-loader .sk-cube-grid .sk-cube8{
    background: #333333;
    animation-delay: 0.1s;
}

.ajax-loader .sk-cube-grid .sk-cube9{
    background: #868686;
    animation-delay: 0.2s;
}

@keyframes sk-cubeGridScaleDelay{
    0%, 70%, 100%{
        transform: scale3D(1, 1, 1);
    }
    35%{
        transform: scale3D(0, 0, 1);
    }
}

section.header{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 120px;
    padding: 30px;
    z-index: 9999;
    transition: all .3s;
}

section.header.fixed{
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
}

section.header.fixed .logo img{
    transform: scale(0.6);
}

section.header.fixed .tagline, section.header.fixed .sub-tagline{
    display: inline-block;
    padding-top: 18px;
    font-size: 1.5rem;
}

section.header.fixed .sub-tagline{
    margin-left: 15px;
}

section.header.fixed .toggle-menu{
    padding-top: 5px;
}

section.header .logo img{
    display: block;
    position: relative;
    margin-top: -10px;
    transition: all .3s;
    width: 300px;
}

section.header .tagline{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: .5rem;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
}

section.header .sub-tagline{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: .2rem;
    color: #868686;
    font-size: 2rem;
}

section.header .toggle-search,
section.header .toggle-menu{
    display: inline-block;
    font-size: 3rem;
    cursor: pointer;
    z-index: 2;
    margin-left: 2rem;
}

section.header .main-menu-wrap{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background: #1a1a1a;
}

section.header .main-menu-wrap .menu-close{
    position: absolute;
    right: 50px;
    top: 50px;
    color: #fff;
}

section.header .main-menu-wrap .menu{
    display: block;
    width: 100%;
}

section.header .main-menu-wrap .menu li{
    display: block;
    list-style-type: none;
}

section.header .main-menu-wrap .menu li a{
    display: block;
    color: #fff;
    opacity: .7;
    text-transform: uppercase;
    font-size: 3.4rem;
    line-height: 2;
    text-decoration: none;
}

section.header .main-menu-wrap .menu li a:hover{
    background: #131313;
    opacity: 1;
}

section.header .main-menu-wrap .menu li.current-menu-item a, section.header .main-menu-wrap .menu li.current-page-item a{
    background: #131313;
    opacity: 1;
}

section.header .main-menu-wrap .menu.language-menu{
    margin-bottom: 4rem;
}

section.header .main-menu-wrap .menu.language-menu li span{
    display: block;
    margin-left: 1rem;
    margin-right: 1rem;
    color: #fff;
    font-size: 4.8rem;
    opacity: .7;
}

section.header .search-wrap{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background: #1a1a1a;
}

section.header .search-wrap input[type=search]{
    font-size: 2rem;
}

section.footer .widget .widget-title{
    text-transform: uppercase;
    padding-bottom: 3rem;
}

section.footer .widget .table tr td{
    border: none;
}

section.footer .widget .table tr td a{
    color: #d90025;
    text-decoration: none;
}

section.footer .widget .menu li{
    position: relative;
    padding-bottom: 2rem;
}

section.footer .widget .menu li:after{
    position: absolute;
    bottom: 1rem;
    display: block;
    left: 50%;
    height: 1px;
    width: 100px;
    transform: translate(-50%, 0);
    background-color: #d90025;
    content: "";
}

section.footer .widget .menu li a{
    color: #fff;
    text-decoration: none;
    transition: all .2s;
}

section.footer .widget .menu li a:hover{
    color: #868686;
}

section#copyright{
    font-size: 1.1rem;
}

section#copyright a{
    color: inherit;
}

section.content-slideshow .slick{
    width: 100%;
}

section.content-slideshow .slick .slide{
    position: relative;
    display: none;
}

section.content-slideshow .slick .slide img{
    width: 100%;
    height: auto;
}

section.content-slideshow .slick .slide .container{
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
}

section.content-slideshow .slick .slide .container .title, section.content-slideshow .slick .slide .container .sub-title{
    display: block;
    text-transform: uppercase;
}

section.content-slideshow .slick .slide .container .title span, section.content-slideshow .slick .slide .container .sub-title span{
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
}

section.content-slideshow .slick .slide .container .title{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: .5rem;
    color: #d90025;
    font-size: 3.6rem;
    margin-bottom: 1rem;
}

section.content-slideshow .slick .slide .container .sub-title{
    color: #1a1a1a;
    font-size: 2.7rem;
}

section.content-slideshow .slick.slick-initialized .slide{
    display: block;
}

@media only screen and (max-width: 992px){
    /* General slick styles */
    .slick .slick-dots li button{
        width: 1.5rem;
        height: 1.5rem;
    }

    /* Slideshow specific styles */
    section.content-slideshow .slick .slide .container .title{
        font-size: 2.2rem;
    }

    section.content-slideshow .slick .slide .container .sub-title{
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 767px){
    section.content-slideshow{
        display: none;
    }
}

section.content-work .menu{
    margin-top: 30px;
}

section.content-work .menu li a{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: .2rem;
    display: block;
    padding: 0 1.5rem;
    text-transform: uppercase;
    color: #333333;
    font-size: 2.4rem;
    text-decoration: none;
}

section.content-work .menu li a:hover{
    color: #d90025;
}

section.content-work .menu li.active a{
    color: #d90025;
}

section.content-work .production{
    display: block;
    width: 33.333333%;
    float: left;
    position: relative;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: grayscale(100);
    transition: filter .2s;
}

section.content-work .production .overlay{
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(170, 0, 0, 0.85);
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: .2rem;
    color: #fff;
    cursor: pointer;
    transition: opacity .2s;
}

section.content-work .production .overlay .title{
    font-size: 3.2rem;
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

section.content-work .production:hover{
    filter: grayscale(0);
}

section.content-work .production:hover .overlay{
    opacity: 1;
}

section.content-work .contentWrapper{
    clear: left;
    position: relative;
    display: none;
    padding: 30px;
    width: 100%;
}

section.content-work .contentWrapper .container{
    position: relative;
    opacity: 0;
    transition: opacity .3s;
}

section.content-work .contentWrapper .container .close{
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 4rem;
}

section.content-work .contentWrapper .container .title{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: .2rem;
}

.production-pagination{
    position: relative;
}

.production-pagination > .container{
    display: none;
    position: relative;
}

.production-pagination.hollandslicht-melding{
    background-color: #333333;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 0 !important;
    line-height: 100px;
}

@media only screen and (max-width: 992px){
    .production-pagination.hollandslicht-melding{
        line-height: 60px;
    }
}

.production-pagination.hollandslicht-melding > .container{
    display: block;
}

.production-pagination.hollandslicht-melding .btn-light{
    color: #d90025;
}

.production-pagination.hollandslicht-melding .btn-light:hover{
    background: #d90025;
    color: white;
    border: 1px solid #d90025;
}

section.content-production-details .container .close{
    display: none;
}

@media only screen and (max-width: 1200px){
    section.content-work .production{
        height: 210px;
    }

    section.content-work .contentWrapper iframe{
        width: 930px !important;
        height: 523px !important;
    }
}

@media only screen and (max-width: 992px){
    section.content-work .menu li a{
        font-size: 1.8rem;
        padding: 0 1rem;
    }

    section.content-work .production{
        width: 50%;
        height: 240px;
    }

    section.content-work .contentWrapper iframe{
        width: 678px !important;
        height: 381px !important;
    }
}

@media only screen and (max-width: 767px){
    section.content-work .menu li a{
        font-size: 1.8rem;
    }

    section.content-work .production{
        width: 100%;
    }
}

section.content-people .slick{
    margin-left: -15px;
    margin-right: -15px;
}

section.content-people .slick .employee{
    position: relative;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.content-people .slick .employee > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .4s;
}

section.content-people .slick .employee > div.front > .title{
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    text-shadow: 1px 1px 3px #1a1a1a;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: .2rem;
}

section.content-people .slick .employee > div.back{
    opacity: 0;
    background: rgba(170, 0, 0, 0.8);
}

section.content-people .slick .employee > div.back div{
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: .2rem;
}

section.content-people .slick .employee > div.back .title{
    font-size: 2.8rem;
    margin-top: 100px;
    text-transform: uppercase;
}

section.content-people .slick .employee > div.back .function{
    font-size: 1.4rem;
    opacity: .8;
}

section.content-people .slick .employee > div.back .email{
    margin-top: 2rem;
    font-size: 1.5rem;
}

section.content-people .slick .employee > div.back .email a{
    color: #fff;
}

section.content-people .slick .employee:hover > .front > .title{
    display: none;
}

section.content-people .slick .employee:hover > div.back{
    opacity: 1;
}

@media only screen and (max-width: 1200px){
    section.content-people .slick .employee{
        height: 240px;
    }
}

@media only screen and (max-width: 992px){
    section.content-people .slick .employee{
        height: 240px;
    }
}

@media only screen and (max-width: 767px){
    section.content-people .slick .employee{
        height: 140px;
    }
}

section.content-clients .slick .client img{
    transition: opacity .3s;
    opacity: .5;
}

section.content-clients .slick .client:hover img{
    opacity: 1;
}

/*
@media only screen and (max-width: 992px)
*/
@media only screen and (max-width: 1200px){
    body:before{
        content: '1200';
    }
}

@media only screen and (max-width: 992px){
    body:before{
        content: '992';
    }

    section.header.fixed .tagline{
        display: block;
        padding-top: 10px;
        font-size: 1.3rem;
    }

    section.header.fixed .sub-tagline{
        display: block;
        padding-top: 0;
        margin-left: 0;
    }

    h2{
        font-size: 2.4rem;
    }

    section.padding{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .dots li a{
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media only screen and (max-width: 767px){
    body{
        font-size: 1.6rem;
    }

    body:before{
        content: 'small';
    }

    #page-wrap{
        padding-top: 0;
    }

    h2:not(.no-border):after{
        width: 250px;
    }

    section.header{
        position: relative;
        height: auto;
        padding: 30px 0;
    }

    section.header .logo{
        display: block;
        text-align: center;
    }

    section.header .tagline{
        padding-top: 10px;
    }

    section.header .tagline, section.header .sub-tagline{
        text-align: center;
        font-size: 1.5rem;
    }

    section.footer .container{
        width: 100%;
        max-width: none;
    }

    section#copyright div.col-12{
        text-align: center !important;
    }
}

.wpcf7-form{
    /* Form fields */
}

@media screen and (min-width: 768px){
    .wpcf7-form{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.wpcf7-form div.display-if-valid,
.wpcf7-form div.display-if-invalid{
    display: none;
    width: 100%;
    background: #f9f9f9;
    margin-top: 2em;
    padding: 1em;
}

.wpcf7-form div.display-if-valid p,
.wpcf7-form div.display-if-invalid p{
    padding-left: 2em;
}

.wpcf7-form div.display-if-valid:before{
    float: left;
    margin-right: .5em;
    font-family: FontAwesome, sans-serif;
    content: '\f164';
    font-size: 3em;
}

.wpcf7-form div.display-if-invalid:before{
    float: left;
    margin-right: .5em;
    font-family: FontAwesome, sans-serif;
    content: '\f06a';
    font-size: 3em;
}

.wpcf7-form.sent div{
    display: none;
}

.wpcf7-form.sent div.display-if-valid{
    display: block !important;
}

.wpcf7-form.invalid div.display-if-invalid{
    display: block !important;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
}

.wpcf7-form h4{
    margin: 2em 0 1em;
}

.wpcf7-form span.wpcf7-list-item{
    margin: 0;
}

.wpcf7-form label{
    font-weight: bold;
}

.wpcf7-form .wpcf7-checkbox label{
    padding: 10px 0 0 40px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]{
    display: none;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span{
    display: inline-block;
    position: relative;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before{
    position: absolute;
    margin-top: 3px;
    display: block;
    text-align: center;
    line-height: 21px;
    left: -40px;
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    content: '';
    width: 24px;
    height: 24px;
    border: 3px solid #555;
    border-radius: 4px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before{
    content: '\f00c';
}

.wpcf7-form .wpcf7-textarea{
    width: 100%;
}

.wpcf7-form .wpcf7-text{
    padding: 3px 10px;
}

.wpcf7-form .wpcf7-submit{
    background: #d90025;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    outline: none;
}

.wpcf7-form .wpcf7-response-output{
    display: none !important;
}

/*# sourceMappingURL=../blazhoffski/sass/maps/style.css.map */
