html
{
    height: 100%;
}

body
{
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    color: rgba(0,0,0,0.8);
}

body.actief
{
    overflow: hidden;
}

nav,
div#intro h1,
div#intro h2,
div#info_balk p,
div#diensten h2,
div#diensten li,
div#projecten_box h2,
div#contact h2,
div#projecten_slider div.vorige,
div#projecten_slider div.volgende,
div#projecten_slider div.item p.pagina,
div#projecten_slider div.item p.omschrijving,
div#contact h2,
div#contact h3,
div#contact h4,
div#contact div#contactformulier button,
footer div#to_top
{
    font-family: 'Saira', sans-serif !important;
}

div.container
{
    max-width: 1224px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    padding: 0px 108px;
}

header
{
    background: #133264;
    width: 100%;
    height: 104px;
    overflow: hidden;
    position: fixed;
    transition: top 0.2s ease-in-out;
    top: 0px;
    z-index:100;
}

header.nav-up
{
    top: -104px;
}

div#logo
{
    width: 39px;
    height: 26px;
    overflow: hidden;
    margin-top: 37px;
    float: left;
}

div#logo a
{
    background: url(../img/logo.svg) no-repeat;
    width: 39px;
    height: 26px;
    overflow: hidden;
    display: block;
}

nav
{
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 41px;
    float: right;
    height: 20px;

}

nav ul
{
    margin: 0px;
    padding: 0px;
    float: right;
}

nav li
{
    list-style: none;
    margin: 0px 0px 0px 40px;
    padding: 0px;
    float: left;
}

nav li a
{
    color: rgba(255,255,255,0.5);
    text-decoration: none;
}

nav li a:hover,
nav li.actief a
{
    color: #ffffff;
}

div.hamburger
{
    display: none;
    width: 20px;
    height: 12px;
    float: right;
    margin: 24px 0px 0px 0px;
}

div.hamburger-inner,
div.hamburger-inner:before,
div.hamburger-inner:after
{
    background: #ffffff;
}

div#intro
{
    overflow: hidden;
    color: rgba(255,255,255,0.9);
    background: linear-gradient(to bottom, #133264 0%, #133264 510px, #000000 50%,white 50%,white 100%);
    padding-top: 60px;
}

div#intro div.container
{
    min-height: 600px;
}

div#intro_foto
{
    float: right;
    width: 496px;
    min-height: 600px;
    overflow: hidden;
    position: absolute;
    right: 108px;
    z-index: 60;
    top: 0px;
}

div#intro_foto p
{
    margin: 0px;
    padding: 0px;
}

div#intro_foto img
{
    margin-bottom: -8px;
}

div#intro h1
{
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 71px;
}

div#intro h2
{
    margin: 0px;
    padding: 0px;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    font-size: 13px;
}

div#intro p
{
    padding-top: 32px;
    width: 600px;
    line-height: 32px;
    font-size: 20px;
}

div#info_balk
{
    min-height: 64px;
    overflow: hidden;
    z-index: 50;
    position: absolute;
    top: 450px;
}

div#info_balk a
{
    color: #162741;
    text-decoration: none;
    
}

div#info_balk p
{
    background: #ded4c8;
    padding: 0px 0px 0px 40px;
    margin: 0px;
    width: 688px;
    line-height: 64px;
    color: #162741;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

div#info_balk p span.pijl_onder
{
    background: url(../img/pijl_onder.svg) no-repeat;
    width: 10px;
    height: 7px;
    overflow: hidden;
    display: inline-block;
    margin-left: 6px;
}

div#diensten
{
    margin: 0px;
    padding: 160px 0px 80px 0px;
}

div#diensten h2
{
    font-size: 32px;
    font-weight: 600;
    color: #162741;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

div#diensten p
{
    width: 800px;
    padding: 0px;
    margin: 0px;
    line-height: 32px;
}

div#diensten a
{
    color: #162741;
    text-decoration: underline;
    font-style: italic;
}

div#diensten ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    overflow: hidden;
}

div#diensten li
{
    padding: 0px 16px 0px 16px;
    margin: 43px 16px 0px 0px;
    height: 32px;
    line-height: 32px;
    float: left;
    font-weight: 600;
    font-size: 13px;
    color: #162741;
    text-transform: uppercase;
}

div#diensten li.actief,
div#diensten li:hover
{
    background: linear-gradient(119.03deg, #163E7C 0%, #162741 100%);;
    color: #ffffff;
    cursor: pointer;
}

div#diensten li span.icon
{
    display: none;
}

div#diensten li ul li
{
    position: absolute;
    background: #ded4c8 !important;
    color: rgba(0,0,0,0.5) !important;
    width: 296px;
    padding: 48px;
    z-index: 80;
    height: auto;
    margin: 12px 0px 0px 88px;
    cursor: default !important;
    display: none;
    left: 20px;
    font-weight: normal;
}

div#diensten li.actief ul li
{
    display: block;
}

div#diensten li ul li h3
{
    color: #162741;
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-transform: uppercase;
}

div#diensten li ul li p
{
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    font-family: 'Barlow', sans-serif;
}

div#diensten div#toelichting
{
    overflow: hidden;
    margin-top: 12px;
    height: 552px;
    position: relative;
}

div#diensten div#toelichting_foto
{
    background: url(../img/zonwering.jpg) no-repeat;
    width: 1016px;
    height: 552px;
    overflow: hidden;
    margin-left: 208px;
    position: absolute;
    z-index: 50;
}

div#diensten div#toelichting p
{
    width: auto;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
}

div#projecten
{
    padding: 80px 0px 0px 0px;
    position: relative;
}

div#projecten_slider button.slick-prev,
div#projecten_slider button.slick-next
{
    width: 160px;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(111.8deg, #163E7C 0%, #162741 100%);;
    color: #ffffff;
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    top: 168px;
    cursor: pointer;
    z-index: 99;
    border: none;
    outline: none;
}

div#projecten button.slick-next
{
    right: 0px;
}

div#projecten_box
{
    margin-left: 312px;
    width: 600px;
}

div#projecten_box h2
{
    color: #162741;
    font-size: 32px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

div#projecten_box p
{
    color: rgba(0,0,0,0.70);
    margin: 0px 0px 3px 0px;
    padding: 0px;
    line-height: 32px;
}

div#projecten_slider
{
    overflow: hidden;
    margin-top: 56px;
    margin-bottom: 80px;
    cursor: pointer;
}

div#projecten_slider div.item
{
    
    display: inline-block;
    margin: 0px 12px;
    outline: none;
}

div#projecten_slider div.item img
{
    width: 100%;
    max-width: 600px;
    height: 400px;
    overflow: hidden;
}

div#projecten_slider div.item p
{
    padding: 0px;
    margin: 0px;
    text-align: center;
}

div#projecten_slider div.item p.pagina
{
    font-weight: 600;
    font-size: 13px;
    margin: 17px 0px 9px 0px;
}

div#projecten_slider div.item p.omschrijving
{
    font-size: 15px;
    color: rgba(0,0,0,0.8);
    line-height: 24px;
    width: calc(100% - 40px);
}

div#projecten_slider p.omschrijving,
div#projecten_slider p.pagina
{
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

div#projecten_slider div.slick-center p.omschrijving,
div#projecten_slider div.slick-center p.pagina
{
    opacity: 1;
}

div#lijn
{
    background: #e9e9e9;
    max-width: 1224px;
    height: 1px;
    overflow: hidden;
    margin: 0px auto;
}

div#contact
{
    padding: 81px 0px 131px 0px;
}

div#contact p
{
    line-height: 32px;
    color: rgba(0,0,0,0.8);
    padding: 0px;
    margin: 3px 0px 0px 0px;
}

div#contact h2
{
    color: #162741;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

div#contact h3
{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #162741;
    padding: 56px 0px 12px 0px;
    margin: 0px;
}

div#contact h4
{
    font-size: 32px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    color: #162741;
}

div#contact h4 a
{
    color: #162741;
    text-decoration: none;
}

div#contacttekst
{
    width: 392px;
    float: left;
    margin-right: 24px;
}

div#contact div#contactformulier
{
    background: linear-gradient(to bottom, #DED4C8 0%, #DED4C8 484px, #000000 50%,white 50%,white 100%);
    width: 728px;
    right: 20px;
    padding: 33px 40px 0px 40px;
    margin-top: 56px;
    float: left;
}  

div#contact div#contactformulier h2
{
    color: #162741;
    font-size: 24px;
    margin: 0px 0px 14px 0px;
}

div#contact div#contactformulier h3
{
    margin: 0px;
    padding: 0px;
}

div#contact div#contactformulier input
{
    font-family: 'Barlow', sans-serif;
    border: none;
    background: #ffffff;
    width: 328px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 12px;
    color: #999999;
    margin-bottom: 17px;
    outline: none;
}

div#contact div#contactformulier textarea
{
    width: 704px;
    padding: 12px;
    margin: 0px;
    height: 136px;
    border: none;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    outline: none;
    resize: none;
}

div#contact div#contactformulier button
{
    background: linear-gradient(133.03deg, #163E7C 0%, #162741 100%);
    width: 230px;
    height: 64px;
    line-height: 64px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    border: none;
}

div#contact div#contactformulier input.error,
div#contact div#contactformulier textarea.error
{
    background: rgba(255,0,0,0.2);
}

div#contact div#contactformulier div.error-field
{
    display: none;
}


footer
{
    border-top: 1px solid #DCDCDC;
}

footer div.container
{
    padding-top: 45px;
    padding-bottom: 45px;
}

footer div#footer_logo
{
    float: left;
    width: 33.33%;
}

footer div#copyright
{
    color: rgba(0,0,0,0.5);
    font-size: 15px;
    text-align: center;
    float: left;
    width: 33.33%;
}

footer div#to_top
{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    float: right;
    width: 33.33%;
}

footer div#to_top a
{
    background: url(../img/top.svg) left center no-repeat;
    color: rgba(22,39,65,0.5);
    text-decoration: none;
    padding-left: 16px;
}

form
{
    margin: 0px;
    padding: 0px;
}

@media screen and (max-width: 1440px)
{
    div.container
    {
        padding: 0px 58px;
    }
    
    div#intro_foto
    {
        right: 58px;
    }
    
    div#diensten li ul li
    {
        margin-left: 38px;
    }
}

@media screen and (max-width: 1340px)
{
    div.container
    {
        padding: 0px 20px;
    }
    
    div#intro_foto
    {
        right: 20px;
    }
    
    div#contact div#contactformulier
    {
        width: 650px;
    }
    
    div#contact div#contactformulier textarea
    {
        width: 626px;
    }
    
    div#diensten li ul li
    {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1200px)
{
    div#contact div#contactformulier
    {
        width: 510px;
    }
    
    div#contact div#contactformulier textarea
    {
        width: 486px;
    }
}

@media screen and (max-width: 1150px)
{
    div#intro p
    {
        width: 450px;
    }
    
    div#info_balk p
    {
        width: 800px;
    }
}

@media screen and (max-width: 1050px)
{
    div#contact div#contactformulier
    {
        width: 410px;
    }
    
    div#contact div#contactformulier textarea
    {
        width: 386px;
    }
}

@media screen and (max-width: 1000px)
{
    div#intro p,
    div#intro h1,
    div#intro h2
    {
        text-align: center;
        width: 100%;
    }
    
    div#intro_foto
    {
        width: 100%;
        position: static;
        float: none;
    }
    
    div#intro
    {
        background: linear-gradient(to bottom, #133264 0%, #133264 950px, #000000 50%,white 50%,white 100%);
    }
    
    div#info_balk
    {
        position: static;
    }

    div#info_balk p
    {
        background: #ded4c8;
        padding: 0px;
        max-width: 496px;
        margin: 0px auto;
    }
    
    div#diensten p
    {
        width: 100%;
    }
    
    div#projecten_box
    {
        margin-left: 0px;
        width: auto;
    }
    
    div#contact
    {
        margin-top: 64px;
        padding: 0px;
    }
    
    div#contact div.container
    {
        padding: 0px;
    }
    
    div#contact div#contactformulier
    {
        width: 100%;
        padding-bottom: 131px;
    }
    
    div#contact div#contactformulier textarea
    {
        width: 704px;
    }
    
    div#contact div#contacttekst
    {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 800px)
{
    div#contact div#contactformulier textarea
    {
        width: 504px;
    }
}

@media screen and (max-width: 700px)
{
    div#toelichting
    {
        display: none;
    }
    
    div#diensten
    {
        padding-top: 64px;
        padding-bottom: 0px;
    }
    
    div#diensten h2
    {
        font-size: 20px;
    }
    
    div#diensten ul
    {
        margin-top: 31px;
    }
    
    div#diensten li
    {
        background: #DED4C8;
        width: 100%;
        min-height: 40px;
        line-height: 40px;
        height: auto;
        margin-top: 2px;
        margin-right: 0px;
        position: relative;
    }
    
    div#diensten li ul
    {
        position: static;
        background: #ffffff;
        margin-left: -16px;
        margin-top: 0px;
        padding: 0px 16px;
    }
    
    div#diensten li ul li
    {
        background: #ffffff !important;
        position: static;
        padding: 0px 32px 10px 16px;
        font-size: 15px;  
        width: auto;
    }
    
    div#diensten li ul li p
    {
        cursor: default;
    }
    
    div#diensten li ul li h3
    {
        display: none;
    }
    
    div#diensten li span.icon
    {
        background: url(../img/plus.svg) no-repeat;
        width: 12px;
        height: 12px;
        overflow: hidden;
        position: absolute;
        top: 16px;
        right: 50px;
        display: block;
        color: #ffffff;
    }
    
    div#diensten li.actief span.icon
    
    {
        background: url(../img/min.svg) no-repeat !important;
        top: 20px;
        color: #ffffff;
    }
    
    div#diensten li:hover span.icon
    {
        background: url(../img/plus_wit.svg) no-repeat;;
    }
    
    div#projecten
    {
        padding-top: 64px;
    }
    
    footer div.container
    {
        padding: 0px;
    }
    
    footer div#footer_logo,
    footer div#copyright,
    footer div#to_top
    {
        width: 100%;
        text-align: center;
    }
    
    footer div#to_top
    {
        border-bottom: 1px solid #DCDCDC;
        padding: 18px 0px;
    }
    
    footer div#footer_logo
    {
        padding: 33px 0px;
    }
    
    footer div#copyright
    {
        padding-bottom: 20px;
    }
    
    div#contact div#contactformulier textarea
    {
        width: 404px;
    }
}

@media screen and (max-width: 600px)
{
    div#projecten_slider div.item
    {
        width: 280px !important;
    }
    
    div#projecten_slider div.item img
    {
        height: 210px;
    }
    
    div#projecten_slider div.item p.omschrijving
    {
        padding: 0px 20px;
    }
    
    div#projecten_slider button.slick-prev,
    div#projecten_slider button.slick-next
    {
        display: none !important;
    }
    
    div#contact div#contactformulier
    {
        padding-left: 40px;
        padding-right: 40px;
        width: calc(100% - 80px);
    }
    
    div#contact div#contactformulier input,
    div#contact div#contactformulier textarea
    {
        width: calc(100% - 24px);
    }
}

@media screen and (max-width: 500px)
{
    body
    {
        font-size: 16px;
    }
    
    header
    {
        height: 60px;
    }
    
    div#intro h1
    {
        line-height: 48px;
    }
    
    body.actief header
    {
        height: 100%;
    }

    header.nav-up
    {
        top: -60px;
    }
    
    div#logo
    {
        margin-top: 17px;
    }
    
    div.hamburger
    {
        display: block;
    }
    
    header div.container
    {
        overflow: unset;
    }
    
    nav
    {
        display: none;
        background: #133264;
        position: absolute;
        float: none;
        width: 100%;
        margin-top: 60px;
        left: 0px;
        right: 0px;
        font-size: 16px;
        text-align: center;
    }
    
    nav.actief
    {
        display: block;
    }
    
    nav li,
    nav ul
    {
        float: none;
        margin: 0px;
    }
    
    nav li
    {
        padding-right: 20px;
    }
    nav li a
    {
        padding: 14px 0px;
        display: block;
    }
    
    div#projecten_box h2
    {
        font-size: 20px;
    }
    
    div#projecten_box p
    {
        font-size: 16px;
        line-height: 24px;
    }
    
    div#projecten_slider
    {
        margin-top: 24px;
    }
    
    div#contacttekst
    {
        width: auto;
        margin-right: 0px;
    }
    div#contact h4
    {
        font-size: 26px;
    }
}