body {
    font-family: 'Open Sans', serif;
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    background: #4d4d4b;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}


.hide-opacity {
    opacity: 0 !important;
}

.flabber {
    display:none;
}

.navbar-brand img {
    margin-top: -43px;
    z-index: 9999;
}

.navbar-default {
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

.navbar-right {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    font-weight:bold;
}

.container>.navbar-header, .navbar-default .navbar-collapse {
    border: 0;
}

.navbar-default .navbar-nav>li>a { color: #fff; }
.navbar-right li a {margin: 3px 0 3px 0; }
.navbar-default .navbar-nav>li>a:hover {
    color: #90908d;
}

.navbar-default a:focus, .navbar-default a:active {
    color: #FFF;
}

.desktop {
    display: block;
}

.container-fluid {
    padding:0;
}

.navbar-brand {
    margin: 0;
}

.logo-header {
   padding-top: 60px;
   background: #000;
}

.logo-header a {
    color: #FFF;
}

.header {
    color: #c8c8c8;
    background: #000;
}

.header h1 {
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 40px 0;
}

.header-text {
    margin-top: 30px;
}

.header-text button, .header-text .button {
    margin:0 5px 0 0;
    padding:0;
    font-family: 'Robot', sans-serif;
    font-size:24px;
    padding:8px 16px 8px 16px;
    border:0;
}

.header-button {
    font-size:13px !important;
}

.popover-title {
    font-weight:bold;
}

.popover-title, .popover-content {
    color: #000;
}

.image-cropper {
    width: 212px;
    height: 212px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 6px solid #FFF;
}

.image-cropper img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.button:hover {
    text-decoration: none;
}

.header-space {
    margin: 50px 0 0 0;
}

.header-space .col-lg-5 {
    margin: 15px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

.header-space a {
    color: #c8c8c8;
    text-decoration: none;
}

.header-button {
    background: #FFF !important;
    color: #fe5733 !important;
}

.header-button .button:hover {
    text-decoration: none;
    color: #FFF;
    background: #000;
}

.block h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size:41px;
    margin: 24px 0 0 0;
    padding: 0 0 12px 0;
}

.block h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size:50px;
    text-transform: uppercase;
}

.line {
    width: 210px;
    border-top: 3px solid #fe5733;
    margin: auto;
    padding: 4px 0 58px 0;
}

.offerbutton {
    text-align:center;
    margin: 46px 0 46px 0;
}

.white-bg a {
    color: #3b3b3b;
    text-decoration: underline;
}

.block button, .button {
    background: #fff;
    color: #fe5733;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    padding:8px 16px 8px 16px;
    font-weight:bold;
    border:0;
    border-radius: 4px;
}

.block a.button {
    color: #fe5733;
    text-transform: uppercase;
}

.block button:hover {
    background: #000;
}

.block .date-table {
    margin:auto;
}

.block .date-table td {
    padding:10px;
}

label {
    font-weight: normal;
}

#map {
    margin: 50px 0 0 0;
    height: 450px;
}

.footer-spacer {
    margin-top: 200px;
}

.image-spacer {
    height:20px;
}

.col-sm-12 a {
    color: #fe5733;
}

.white-bg {
    background: #FFF;
    position:relative;
}

.grey-bg {
    background: #3b3b3b;
    color: #FFF;
    height: 650px;
}

.keurmerk {
    margin: 15px 0 10px 0;
}

.project-slider img {
    width:100%;
    height:auto;
}
.team-selector .slick-track {
    height: 475px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #fff;
    position:absolute;
    z-index:100;
    left:50%;
    margin-left:-60px;
}

#prices h4 {
    font-weight: bold;
    margin: 30px 0 30px 0;
}

#prices table {
    width: 100%;
}

#prices td {
    padding: 5px 0 5px 0;
}

#prices td + td { text-align: right; }

.pricing {
    margin: 25px 0 50px 0;
}

.team-selector {
    height: 600px;
}

#team {
    margin-top:30px;
}

#team h1 {
    margin: 110px 0 50px 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 50px;
}
#contact form {
    margin: 75px 0 0 0;
}

#fb-root {
    display: none;
}

.fb-page {
    margin:auto;
}

#contact form div {
    padding: 5px;
}

#footer {
    margin-top:30px;
    background-color: #323233;
    padding-bottom: 40px;
    color: #FFF;
}

#footer a {
    color: #FFF;
    text-decoration:underline;
}

#footer h3 {
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    margin: 40px 0 35px 0;
}

#footer .date-table {
    width: 100%;
}

#footer img {
    margin: 80px 0 0 0;
}

#footer td + td { text-align: right; }

.news-pager {
    margin: 20px 0 20px 0;
}
.news-pager a {
    text-decoration: none;
}

#newsoverview .newsimage {
    text-align:center;
}

#newsoverview td {
    padding:10px;
    text-align: justify;
}

.back {
    margin: 10px 0 0 0;
}

.back a {
    text-decoration: none;
}

.newsdetailsimage {
    float: left;
    margin: 0 30px 30px 0;
}

.newsoverview h3 {
    margin:0;
}

#newsoverview h4 {
    font-family: 'Open Sans', sans-serif;
}

#newsoverview a {
    text-decoration:none;
}

#popup {
    display: none;
}

.popup__wrapper {
    background: rgba(0, 0, 0, .75);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.popup__container {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin: 100px auto;
    max-width: 100%;
    padding: 20px;
    width: 709px;
    height:538px;
    text-align:center;
    position:relative;
}
.popup__container img {
    margin: 0 10px 0 10px;
}

.popup__container h4 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.popup__container h5 {
    font-size: 40px;
    font-weight: 300;
    margin: 20px 0 0 0;
}

.close {
    width: 41px;
    height: 41px;
    position: absolute;
    right:20px;
    top:20px;
}

:focus {outline:0;}

.project-slider-mobile {
    display: none;
}

@media screen and (max-width: 1199px) {
    .navbar-right {
        font-size:13px;
    }
}

@media screen and (max-width: 992px) {

    .navbar-brand img {
        height: 95px;
        margin-top:10px;
    }

    .header h1 {
        display: none;
    }

    .navbar-right {
        font-size:13px;
    }

    .desktop {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {

    .project-slider-mobile {
        display: block;
    }    

    .project-slider {
        display: none;
    }

    .nav-tabs a {
        font-size:12px;
        padding: 10px 10px !important;
    }

    .block h3 {
        padding:0;
    }


    .line {
        padding: 4px 0 15px 0;
    }

    .navbar-brand {
        padding:0;
        height:70px;
    }

    .navbar-brand img {
        height: 80px;
        margin-top:10px;
    }

    .desktop {
        display: block !important;
    }

    .header-text p {
        display: none;
    }

    .header-text {
        text-align:left;
    }

    .bg-man {
        height: 250px;
    }

    #logo-popup {
        display: none;
    }

    .block h1, #team h1 {
        font-size:30px;
    }

    .block h3 {
        font-size:20px;
        margin: 10px 0 0 0;
        padding: 0;
    }

    .block button, .button {
      font-size:15px;
    }

    body {
        font-size: 15px;
    }

    #footer img {
        display: none;
    }
}
