/* nav */

@import url('lightslider.min.css');

html, body {
    font-family: "filson-pro";
    -webkit-font-smoothing: antialiased;
}

body {
    color: #000000;
}

.hide-desktop {

    display: none;
}
a:focus {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

.background-filter  {
    position: absolute;
    top: 0px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #000000;
    opacity: 0.2;
}

.navbar-right {
    padding-right: 220px;
}

.tooltip-inner { background-color: #f5f4eb; color: #000; padding: 10px 20px; font-family: "filson-pro"; font-size: 12px; opacity: 1}
.tooltip.top .tooltip-arrow { border-top-color: #f5f4eb; }
.tooltip.right .tooltip-arrow { border-right-color: #f5f4eb; }
.tooltip.bottom .tooltip-arrow { border-bottom-color: #f5f4eb; }
.tooltip.left .tooltip-arrow { border-left-color: #f5f4eb; }

.tooltip.bottom {
    margin-top: 15px;
}
.tooltip-inner {
    max-width: 100%;
}

.no-padding {
    padding: 0;
}

no-margin {
    margin: 0;
}

.calluna {
    font-family: "calluna";
    line-height: 1.5em;
}

.navbar-nav>li>a {
    line-height: 30px;
}

.navbar-nav li.current a,
.navbar-nav li:hover a{
    color: #94C11F !important;
}

.navbar-brand {
    margin-left: 30px;
    margin-top: 10px;
    height: 90px;
    padding: 0px;
}

.navbar-default {
    background-color: #FFFFFF;
    border: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.navbar-nav>li>a {
    font-size: 12px;
    text-transform: uppercase;
    color: #1D1D1B !important;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.top-bar {
    height: 40px;
}

.main-container {
    padding-top: 100px;
}

.white-button {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 150px;
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
    border-radius: 20px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    color: #000000;
    transition: 0.25s;
    margin-bottom: 5px;
}

.white-button:hover {
    background-color: transparent;
    text-decoration: none;
    color: #FFFFFF;
}

h1, h2, .main-title {

    text-transform: uppercase;
    line-height: 1.7em;
}

h1,
.main-title {
    font-size: 30px;
}

h2 {
    font-size: 20px;
}

.main-title {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    color: #FFFFFF;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.center {
    margin: auto;
}

.text-center {
    text-align: center;
}

.col-50 {
    width: 50%;
}

.col-80 {
    width: 80%;
}
.col-70 {
    width: 70%;
}

.brown-button:hover,
input[type='submit']:hover {
    color: #FFF;
    text-decoration: none;
    opacity: 0.8;
}

.brown-button,
input[type='submit'] {
    border: none;
    display: inline-block;
    border-radius: 17px;
    min-width: 150px;
    text-align: center;
    background-color: #463C32 !important;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 40px !important;
    line-height: 40px;
    padding: 0px 25px;
    opacity: 1;
    transition: 0.25s;
}

.green-button {
    display: inline-block;
    border-radius: 20px;
    min-width: 150px;
    text-align: center;
    background-color: #94C11F;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
}

.green-button:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.phone-button {
    position: absolute;
    right: 15px;
    bottom: 12px;
    background-image: url("../images/icon-phone.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 30px;
}

/*** Footer ******/

footer {

}

footer .container {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 200px;
    background-image: url("../images/footer-tree.png");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: left bottom;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;

}

footer {
    position: relative;
    background-color: #ffffff;
    font-size: 11px;
    line-height: 25px;
    color: #1D1E1C;
    text-transform: uppercase;
    z-index: 999;
}

footer a {
    color: #1D1E1C;
}

footer .certs  img {
    height: 40px;
}
footer .certs li {
    float: left;
}

.footer-social {
    padding-bottom: 30px;
}

.footer-social a {
    width: 26px;
    height: 26px;
    margin-right: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer-social .instagram {
    background-image: url('../images/instagram-brown.png');
}

.footer-social .linkedin {
    background-image: url('../images/linkedin-brown.png');
}

.footer-social .vimeo {
    background-image: url('../images/vimeo-brown.png');
}

.footer-social .twitter {
    background-image: url('../images/twitter-brown.png');
}
.footer-social .facebook {
    background-image: url('../images/facebook-brown.png');
}

.tree {

}

/* homepagina */


.filter-white {
    height: 100px;
    background-image: url("../images/verloop-home.png");
    background-size: contain;
}

.verloop-filter {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 10;
}

.inspireer-wrapper {
    margin-top: 40% !important;
    background-color: #FFFFFF;
    position: relative;
}
.header {
    position: fixed;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    /*background-image: url("../images/header.jpg");*/
    /*background-size: cover;*/
    /*background-position: center;*/
}

.header video {
    position: absolute;
    width: 100%;
}

.intro {
    width: 100%;
    position: absolute;
    top: 50%;
}

.intro .text {
    font-size: 30px;
    color: #FFFFFF;
    display: block;
    text-transform: uppercase;
    margin-bottom: 3%;
}

.shuffle-item {
    border-top: 1px solid white;
    border-right: 1px solid white;
}


.grid-item {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    display: block;
    border-left: 1px solid #FFFFFF;
}

.grid-item .background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: 0.25s;
}

.grid-item .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgba(70,60,49, 0.8);
    display: none;

}

.grid-item:hover .background {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1.05);
}

.grid-item:hover .overlay {
    display: block;
}

.grid-item .title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
}

.grid-item .subtitle {
    font-size: 13px;
    text-transform: lowercase;
    color: #FFFFFF;
}

.grid-item .overlay-text {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filter-col {
    text-align: center;
}

.filters.fixed {
    position: fixed;
    top: 100px;
    z-index: 9;
}

.inspiratie-box {
    padding-bottom: 50px;
}
.home-footer {
    position: relative;
    padding-top: 50px;
    background-color: #FFFFFF;
}

.welkom {
    display: inline-block;
    background-position: left center;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-image: url("../images/small-pin.png");
    font-size: 15px;
    margin-bottom: 50px;
}

#map {
    height: 400px;
    width: 100%;
    z-index: 10;
}

.tuin-sorting {
    margin-bottom: 15px;
}

.tuin-sorting li a.active {
    color: #FFFFFF !important;
    background-color: #463C32;
    text-decoration: none;
}

.tuin-sorting li a {
    background-color: #EDEDED;
    border-radius: 10px;
    font-size: 12px;
    padding: 3px 10px;
    color: #000000 !important;
    text-transform: lowercase;
}

.tuin-sorting li {
    margin-bottom: 10px;
}

.list-inline>li {
    padding-left: 0px;
}

.section-header {
    text-align: left;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* project */

.modal-body {
    padding: 50px;
}

.modal-body form {
    padding-top: 50px;
}

.modal-body form label {
    width: 25%;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    line-height: 40px;
}

.modal-body form input {
    width: 70%;
    background-color: #F5F4EB;
    height: 40px;
    border: none;
    padding-left: 10px;
}

.modal .title {
    font-size: 25px;
    color: #1D1D1B;
    text-transform: uppercase;
    text-align: center;
}

.project-header {
    position: fixed;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    background-size: cover;
    background-position: center;
    z-index: 9;
}

.project-header-overlay {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
}

.main-project-wrapper {
    position: relative;
    margin-top: 40%;
    z-index: 10;
    background-color: #FFFFFF;
}

.project-header-overlay .top {
    position: relative;
    height: 80%;
}

.project-header-overlay .top .title {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.project-header-overlay .top .title .white-button {
    margin-top: 3%;
}

.project-header-overlay .bottom {
    height: 20%;
    background-color: rgba(53, 145, 56, 0.5);
}

.bottom .container,
.bottom .container > div,
.bottom .container > div > div{
    height: 100%;
}

.Project .properties {
    position: absolute;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Project .properties .key {
    font-size: 17px;
    text-transform: uppercase;
}

.Project .properties .value {
    font-family: "calluna";
    font-size: 18px;
    font-weight: 400;
}

.Project .content {
    padding-top: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 65px;
}

.Project .images .image {
    margin-bottom: 40px;
}

.Project .images .image img {
    width: 100%;
}
.Project .images .image iframe {
    width: 100%;
    height: 500px;
}
.Project .content h1 {
    font-size: 30px;
    line-height: 40px;
    font-family: "filson-pro";
    margin-bottom: 30px;
}

.project-bottom {
    height: 170px;
}

.project-bottom > div,
.project-bottom > div > div {
    height: 100%;
}

.project-bottom .left {
    background-color: #359138;
}

.project-bottom .right {
    background-color: #94C11F;
}

.project-bottom .wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.project-bottom .titel {
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 40px;
}

.social > a {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-size: contain;
    margin-left: 30px;
    margin-right: 30px;
}

.social .instagram {
     background-image: url('../images/instagram.png');
}

.social .twitter {
    background-image: url('../images/icon-twitter-white.png');
}

.social .linkedin {
    background-image: url('../images/icon-linkedin-white.png');
}

.social .facebook {
    background-image: url('../images/icon-facebook-white.png');
}

.related-projects h2 {
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 17px;
}

.related-projects .row > div {
    padding-left: 0px;
    padding-right: 0px;
}

/* Over ons pagina */

.overons-header {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.overons-header .titel {
    position: absolute;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    color: #FFFFFF;
}

.medewerkers h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
}

.medewerker {
    padding-top: 30px;
    text-align: center;
}

.medewerker .foto {
    display: inline-block;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    background-size:cover;
    border-radius: 50%;
    margin-bottom: 30px;
}

.medewerker .naam {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.medewerker .functie {
    height: 20px;
    font-size: 12px;
    margin-bottom: 15px;
}

.medewerker .contact {
    height: 35px;
    padding-bottom: 80px;
}

.medewerker .contact a{
    width: 26px;
    height: 26px;
    display: inline-block;
    background-size: contain;
    margin-left: 5px;
    margin-right: 5px;
}

.medewerker .mail {
    background-image: url('../images/contact-mail.png');
}

.medewerker .telefoon {
    background-image: url('../images/contact-telefoon.png');
}

.medewerker .linkedin {
    background-image: url('../images/contact-linkedin.png');
}

.medewerkers .col-color-0 {
    background-color: #F5F4EB;
}

.specialiteiten {
    background-color: #463C32;
    min-height: 400px;
    padding-bottom: 50px;
}

.carousel-control {
    background: none !important;
}


.specialisme {
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
}

.specialisme .icon {
    text-align: center;
    padding-bottom: 20px;
}

.specialisme .icon img {
    width: 50px;
}

.specialisme .title {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
}

.specialisme .inleiding {
    font-size: 16px;
    margin-bottom: 25px;
}

.specialisme .white-button {
    width: 70%;
}

.glyphicon-chevron-left,
.glyphicon-chevron-right {
    color: #94C11F;
    font-size: 20px !important;
    top: 10px !important;
}

.carousel-control {
    opacity: 1;
    width: 40px;
}

.tekstblok {
    padding-bottom: 50px;
    height: 100%;
}

.tekstblok .title {
    padding-top: 50px;
    font-size: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 30px;
}

.tekstblok .inleiding {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.tekstblok.col-color-1 {
    background-color: #359138;
}

.tekstblok.col-color-0 {
    background-color: #94C11F;
}

.tekstblok .title {

}

.referenties {
    padding-top: 40px;
}

.referenties .subtitle {
    font-size: 16px;
    padding-bottom: 50px;
}

.referenties .logo {
    height: 0px;
    padding-bottom: 70%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.certificaten {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #463C32;
}

.certificaten h2 {
    color: #FFFFFF;
}
.certificaten .logo {
    height: 75px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 50px;
}

/** Principe Pagina */


.principe {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFFFFF;
    position: relative;
}

.principe .titel {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
}

.principe .content {
    font-size: 18px;
}

.principe .inner {
    height: 100%;

}

.principe-1 .inner, .principe-3 .inner{
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;;
}

.principe-0 .inner, .principe-2 .inner {
    border-top: 1px solid #FFFFFF;
}

.principe .inner .cnt {
    opacity: 0 !important;
    background-color: #463C32;
    opacity: 0.9;
    padding: 30px;

    height: 100%;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.principe .inner:hover .cnt {

    opacity: 1 !important;
}

.principe .inner:hover .wrap {
    display: none;
}

.principe .wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    text-transform: uppercase;
}

.principe .wrap:hover + .inner {
    visibility: visible;
}

.PrincipePagina .werkwijze {
    padding-top: 60px;
    padding-bottom: 60px;
}

/** WerkwijzePagina */

.werkwijze-header,
.principe-header{
    width: 100%;
    height: 400px;
    background-image: url('../images/striped.jpg');
    position: relative;
}

.WerkwijzePagina .count,
.principe-header .count {
    font-size: 500px;
    color: #352D24;
    line-height: 200px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    z-index: 0;
}

.werkwijze-header .titel,
.principe-header .titel {
    position: absolute;
    color: #FFFFFF;
    z-index: 10;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.werkwijze-header h1,
.principe-header h1{
    padding-bottom: 35px;
}

.werkwijze-header .subtitle,
.principe-header .subtitle{
    color: #FFFFFF;
    font-size: 16px;
}

.WerkwijzePagina .arrows {
    margin-top: -20px;
    padding-bottom: 60px;
}

.WerkwijzePagina .buttons {
    margin-bottom: 40px;
}


.WerkwijzePagina .buttons a {
    margin-left: 20px;
    margin-right: 20px;
}

.WerkwijzePagina .arrow {
    height: 87px;
    width: 100%;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: center;
}

.WerkwijzePagina .tekstkolom .title {
    font-size: 30px;
    color: #463C32;
    text-transform: uppercase;
}

.WerkwijzePagina .tekstkolom .text {
    font-size: 16px;
    padding-bottom: 30px;
}


/* Specialisme pagina */


.specialisme-header {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
    background-size: cover;
    background-position: center;
}

.specialisme-header h1 {
    color: #FFFFFF;
}

.specialisme-header .subtitel {
    font-size: 22px;
    color: #FFFFFF;
}

.specialisme-header .titel {
    position: absolute;
    width: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 50px;
    text-align: center;
}

.SpecialismePagina .voordeel {
    padding-left: 45px;
    background-image: url("../images/voordeel-icon.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-bottom: 25px;
}

.SpecialismePagina .voordeel .titel {
    text-transform: uppercase;
    font-size: 16px;
}


.SpecialismePagina .voordeel .omschrijving {
    font-size: 16px;
}

.SpecialismePagina .voordelen {
    padding-top: 50px;
}

.SpecialismePagina .content {
    padding-top: 60px;
    font-size: 16px;
}

.SpecialismePagina .vraag-offerte-aan {
    margin-top: 50px;
    margin-bottom: 100px;
}

.SpecialismePagina .medewerker-info {
    width: 250px;
    min-height: 300px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: -70%;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.26);
    padding: 15px 25px;
}

.SpecialismePagina .medewerker-info .profiel-foto {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    margin: auto;
    margin-bottom: 20px;
    background-size: cover;
}

.SpecialismePagina .medewerker-info .stel-een-vraag {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;

}

.SpecialismePagina .medewerker-info .brown-button {
    width: 100%;
}



.medewerker-info textarea {
    width: 100%;
    height: 100px;
    background-color: #F5F4EB;
    border: none;
    padding: 5px;
    margin-bottom: 10px;
}

.medewerker-info .telefoon {
    display: inline-block;
    background-image: url("../images/icon-phone-brown.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left center;
    margin-bottom: 5px;
}

.medewerker-info .mail {
    display: inline-block;
    background-image: url("../images/icon-mail-brown.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left center;
    margin-bottom: 20px;
}


/** Contact pagina **/

.contact-header {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.contact-header .titel {
    color: #FFFFFF;
    text-align: center;
    height: 250px;
    position: relative;
}

.ContactPagina .titel-wrapper {
    position: absolute;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.contact-header h1 {
    padding: 0;
    margin: 0;
}

.ContactPagina .contact-wrapper {
    position: relative;
    background-color: #FFFFFF;
    top: 0px;
    margin-top: -150px;
    padding: 50px;
    padding-bottom: 90px;
}

.contact-wrapper label,
.OffertePagina .left{
    float: left;
    width: 25%;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 50px;
}

.contact-wrapper input,
.contact-wrapper textarea{
    width: 75%;
    margin-bottom: 10px;
    background-color: #F5F4EB;
    border: none;
    padding-left: 10px;
}

.contact-wrapper .Actions {
    padding-left: 120px;
    text-align: center;
}

.contact-wrapper input {
    height: 50px;
}

.contact-wrapper .adres-wrapper {
    padding-left: 50px;
    font-size: 16px;
    text-transform: uppercase;
}

.contact-wrapper .adres {
    line-height: 32px;
    margin-bottom: 50px;
}

.adres-wrapper .telefoon,
.adres-wrapper .email{
    padding-left: 30px;
    background-image: url("../images/icon-phone-green.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.adres-wrapper .email {
    background-image: url("../images/icon-mail-green.png");
}

.ContactPagina .offerte-wrapper {
    min-height: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    background-image: url("../images/striped.jpg");
}

.ContactPagina .offerte-wrapper {
    text-align: center;
    color: #FFFFFF;
}

.ContactPagina .offerte-wrapper .offerte {

    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ContactPagina .subtitel {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* Offerte pagina */

.offerte-header {
    height: 300px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.offerte-header .titel-wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0px;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
}


.offerte-header .titel-wrapper .subtitel {
    padding-top: 40px;
    font-size: 18px;
}

.contact-wrapper .oppervlakte input {
    width: 100px !important;
}

.OffertePagina .contact-wrapper {
    padding-top: 50px;
}

.OffertePagina .sendform {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 40px;
    overflow: auto;
    background-color: #F5F4EB;
}

#OfferteForm_SendContactForm_action_SendContactForm {
    display: none;
}

.nieuwbrief-checkbox {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    width: 30px;
    height: 30px;
    border: 2px solid #463C32;
    background-color: #FFFFFF;
    float: left;
    padding-right: 30px;
    margin-right: 30px !important;
}

.nieuwbrief-checkbox:checked {
    background-color: #463C32;
}

.OffertePagina .nieuwsbrief {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 13px;
}

.OffertePagina .sendofferte {
    width: 300px;
}

/* error pagina */

.errorpage {
    height: 500px;
    width: 100%;
    background-color: #359138;
    position: relative;
}

.errorpage .title {
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Ons Werk pagina */

.onswerk-header {
    height: 300px;
    width: 100%;
    background-color: #359139;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.onswerk-header .titel {
    position: absolute;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    color: #FFFFFF;
}

.onswerk-header .titel-wrapper .subtitel {
    padding-top: 20px;
    font-size: 18px;
}

.OnsWerkPagina .specialisme {
    color: #000000;
}

.OnsWerkPagina .col-specialiteit {
    display: inline-block;
    float: none;
    width: 30%;
    vertical-align: top;
}

.OnsWerkPagina .row-specialiteit {
    text-align: center;
    margin-bottom: 50px;
}

.OnsWerkPagina .onswerk-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

    /* animations */

.fade-in {
    animation: fadein 1.5s;
    -moz-animation: fadein 1.5s; /* Firefox */
    -webkit-animation: fadein 1.5s; /* Safari and Chrome */
    -o-animation: fadein 1.5s; /* Opera */
    transform: translateY(5px);
}

@keyframes fadein {
    from {
        opacity:0;
        transform: translateY(0px);
    }
    to {
        opacity:1;
        transform: translateY(5px);
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
        transform: translateY(0px);
    }
    to {
        opacity:1;
        transform: translateY(5px);
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
        transform: translateY(0px);
    }
    to {
        opacity:1;
        transform: translateY(5px);
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
        transform: translateY(0px);
    }
    to {
        opacity: 1;
        transform: translateY(5px);
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 991px) {
    .contact-wrapper label, .OffertePagina .left {
        font-size: 11px;
        width: 35%;
    }
    .contact-wrapper input, .contact-wrapper textarea {
        width: 65%;
    }

    .OffertePagina .left {
        display: none !important;
    }

}


/* mobile */
@media (max-width: 767px) {

    .modal-body {
        padding: 50px 20px;
    }

    .modal-body form input {
        width: 55%;
    }

    .modal-body form label {
        width: 40%;
    }


    .hide-desktop {
        display: block;
    }

    .navbar-brand {
        margin-left: 10px;
    }

    .hide-desktop .green-button {
        position: absolute;
        right: 0px;
        bottom: 5px;
        right: 5px;
        background-color: transparent;
        color: #000000;
    }

    .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #94C11F;
        height: 3px;
        width: 30px;
    }

    .navbar-brand img {
        width: 200px;
    }
    footer .container {
        padding-bottom: 150px;
    }
    .OnsWerkPagina .col-specialiteit {
        width: 90%;
    }

    /*.header,*/
    /*.overons-header{*/
        /*min-height: 250px;*/
        /*padding-bottom: 0;*/

    /*}*/


    .white-button {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .inspireer-wrapper {
        margin-top: 220px !important;
    }
    .intro {
        top: 20px;
    }
    .intro .text {
        margin-bottom: 50px;
    }

    .col-70, .col-80 {
        width: 95%;
    }

    .specialisme {
        margin-bottom: 30px;
    }

    h1, .main-title {
        font-size: 25px;
    }

    .ContactPagina .contact-wrapper {
        padding: 50px 20px;
    }

    .contact-wrapper .Actions {
        padding-left: 0px;
        text-align: center;
    }

    .contact-wrapper label, .OffertePagina .left {
        width: 40%;
        font-size: 12px;
    }

    .contact-wrapper input, .contact-wrapper textarea {
        width: 60%;
    }

    #Form_SendContactForm {
        padding-bottom: 50px;
    }

    .contact-wrapper .oppervlakte input {
        width: 50px !important;
    }

    .contact-wrapper .adres-wrapper {
        display: none;
    }

    .SpecialismePagina .medewerker-info {
        position: relative;
        margin-top: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .phone-button {
        display: none;
    }

    video {
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
    }
}

.fade-anim {
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: 1;
}

.fade-anim:hover {
    opacity: 0.5;
}