/*algemeen*/
* {
    margin: 0;
    padding:0;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;    
    *behavior: url("../include/boxsizing.htc");
    outline: 0;
}
html, body {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #89a1b1;
    font-weight: normal;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
}
.full-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -99px;
    background: #fff;
}
.push {
    height: 99px; 
}
h1{
    font-family: 'Montserrat', sans-serif;
    color: #596579;
    font-size: 23px;
    font-weight: normal;
}
h2{
    color: #596579;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 0 auto 75px auto;  
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
}
h2.left {
    text-align: left;
}
.section-black h2{
    color: #fff;
    margin-bottom: 50px;
}

h3{    
    line-height: 24px;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #3d6e88;
    text-transform: uppercase;
}
h3.blue {
    color: #4e5765;
    font-size: 22px;
}

/*====================================================
STRUCTUUR
=====================================================*/

.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.clear{
    clear: both;
    overflow: hidden;
}
.span20 {
    width: 25%;
}
.span30{
    width: 33%;
}
.span50 {
    width: 48%;
}

.span70{
    width: 60%;
}
.span80 {
    width: 70%;
}
.container{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
/*====================================================
BUTTON
=====================================================*/
.btn{
    color:#ffffff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    margin:10px 0;
    font-size: 13px;
    -webkit-appearance:none;
    background: #51b2e6;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    border: none;
    text-transform: uppercase;
}
.btn:hover{
    text-decoration: none;
    background: #46a0d0; 
}
.btn.btn-full {
    width: 100%;
}
.btn.btn-line{
    background: none;
    border: 2px solid #fff;
}
.btn.btn-line:hover{
    background: #fff;
    color: #000;
}
.btn.btn-small{
    font-size: 14px;
    padding: 10px 35px;
}
.btn.btn-white {
    background: none;
    border: 2px solid #fff;
}
.btn.btn-white:hover {
    background: #fff;
}
.btn.btn-white:hover .text,
.btn.btn-white:hover .icon {
    color: #51b2e6;
}
.buttongroup{
    display: inline-block;
}
.buttongroup .btn{
    margin: 0 10px;
    display: inline-block;
    height: 50px;
}
.btn .text {
    float: left;
    padding: 15px 20px;
}
.btn .icon {
    float: right;
    background: #46a0d0;
    color: #a3d0e8;
    padding: 15px;
}
.btn.reverse .text {
    float: right;
}
.btn.reverse .icon {
    float: left;
}
.btn.btn-white .text,
.btn.btn-white .icon {
    background: none;
    color: #fff;
}
.btn.btn-white .text {
    border-right: 2px solid #fff;
}
/*====================================================
ANDERE
=====================================================*/
.scrollToTop {
    position: fixed;
    right: -35px;
    bottom: 35px;
    font-size: 20px;
    display: block;
    background-color: #46A0D0;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 999;
    color: #fff;
}
.scrollToTop:hover {
    text-decoration: none;
}
/*====================================================
ICONS
=====================================================*/
.icon-circle {
    display: block;
    width: 54px;
    height: 54px;
    font-size: 23px;
    color: #fff;
    background: #51b2e6;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    text-align: center;
    float: left;
    border: 1px solid transparent;
}
.icon-sanering {
    display: inline-block;
    width: 20px;
    height: 24px;
    *margin-right: .3em;
    line-height: 18px;
    vertical-align: bottom; 
    background: url("../images/icons/icon-sanering.png") no-repeat center center;

}
/*====================================================
RESPONSIVE MENU
=====================================================*/
.responsiveMenu {
    position: absolute;
    top: 0;
    width: 100%;
    /*   width: 100%;
       top: -489px;*/
    display: none;
    background: rgb(81, 178, 230) none repeat scroll 0% 0%;
    z-index: 999;
}
.responsiveMenu .menu {
    list-style: none;
}
.responsiveMenu .menu li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #46A0D0;
}
.responsiveMenu .menu li:last-of-type {
    border-bottom: none;
}
.responsiveMenu .menu li a {
    display: block;
    padding: 20px 0;
    color: #fff;
}
.responsiveOverlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.5);
    overflow-y: hidden;
}
.responsiveMenu .menu li ul {
    display: none;
}
/*====================================================
TOPSTROKE
=====================================================*/
.topstroke {
    background: #e5ebef;
    padding: 10px 0;
}
.topstroke .container {
    width: 1100px;
}
.topstroke .item {
    display: block;
    float: left;
    text-transform: uppercase;
    color: #4a4f53;
    font-size: 13px;
    font-weight: 700;
}
.topstroke .item:hover {
    text-decoration: none;
}
.topstroke .item.rightborder {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #a4acb2;
}
.topstroke .item i {
    color: #a4acb2;
}
/*====================================================
MENU-WRAPPER
=====================================================*/
.menu-wrapper {
    padding: 15px 0 25px;
}
.menu-wrapper .container {
    width: 1100px;
}
.showResponsiveMenu {
    display: none;
    float: right;
    font-size: 24px;
    color: #46A0D0;
    margin-top: 15px;
    margin-right: 10px;
}
.menu-wrapper .logo {
    display: block;
    float: left;
    width: 236px;
    margin-right: 75px;
}
.menu-wrapper .logo img {
    display: block;
    width: 100%;
}
.menu-wrapper .menu {
    float: left;
    list-style: none;
}
.menu-wrapper .menu li  {
    float: left;
    margin-right: 50px;
    position: relative;
    display: block;
}
.menu-wrapper .menu li.responsiveLink,
.menu-wrapper .menu li.closeMenu {
    display: none;
}
.menu-wrapper .menu li a {
    display: block;
    text-transform: uppercase;
    color: #4e6793;
    padding: 30px 0;
}
.menu-wrapper .menu li a:hover,
.menu-wrapper .menu li a.active {
    color: #51b2e6;
    text-decoration: none;
}
.menu-wrapper .menu li ul {
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 50%;
    width: 215px;
    margin-left: -107.5px;
}
.menu-wrapper .menu li ul:before, 
.menu-wrapper .menu li ul:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.menu-wrapper .menu li ul:before {
    border-color: rgba(230, 230, 230, 0);
    border-bottom-color: #e6e6e6;
    border-width: 11px;
    margin-left: -11px;
}
.menu-wrapper .menu li ul:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.menu-wrapper .menu li:hover ul {
    display: block;
}
.menu-wrapper .menu li ul li {
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}
.menu-wrapper .menu li ul li:last-of-type {
    border-bottom: none;
}
.menu-wrapper .menu li ul li a {
    display: block;
    padding: 20px 0;
}
.menu-wrapper .btn {
    float: right;
    margin: 15px 0;
}
/*====================================================
BANNER-WRAPPER
=====================================================*/
.banner-wrapper {
    text-align: center;
    background: url('../images/map1.jpg') no-repeat center center;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}
.banner-wrapper .overlay {
    background: rgba(81, 178, 230, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-wrapper h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 35px;
}
/*====================================================
MAIN-WRAPPER
=====================================================*/
.main-top {
    background: #efefef;
    text-align: center;
    padding: 60px 0;
}
.main-top .icon {
    display: block;
    margin: 0 auto 35px auto;
    font-size: 40px;
}
.main-top .icon-sanering {
    background-image: url('../images/icons/icon-sanering-title.png');
    width: 29px;
    height: 34px;
}
.main-top .content {
    color: #596579;
    font-size: 23px;
}
.main-top .content p {
    line-height: 35px;
}
.main-bottom {
    padding: 80px 0;
}
.main-bottom.bottomborder {
    border-bottom: 1px solid #e6e6e6;
    padding: 80px 0 60px;
}
.main-bottom.bottomborder.contact {
    padding: 0;
}
.main-bottom.not-home h2 {
    margin-bottom: 35px;
    font-size: 18px;
}
.main-bottom.not-home h3 {
    font-size: 16px;
    line-height: 20px;
}
.main-bottom .intro {
    width: 75%;
    text-align: center;
    margin: 0 auto;
}
.main-bottom .intro ol,
.main-bottom .intro ul {
    display: inline-block;
    text-align: left;
}
.main-bottom .intro ol li,
.main-bottom .intro ul li {
    margin-bottom: 10px;
}

.intro p {
    margin-bottom: 10px;
}
.main-bottom .blokken {
    margin-left: -5%;
}
.main-bottom .blokken.full {
    margin-left: 0;
}
.main-bottom .blokken .blok {
    display: block;
    float: left;
    margin-left: 5%;
    width: 45%;
}
.main-bottom .blokken.full .blok {
    float: none;
    margin-left: 0;
    width: 100%;
}
.main-bottom .blokken .blok h2 {
    text-align: left;
}
.main-bottom .blokken .blok ul {
    margin-bottom: 28px;
    margin-left: 20px;
}
.main-bottom .blokken .blok ul li {
    line-height: 28px;
}

.image-wrapper {
    margin: 50px 0;
    margin-left: -2.5%;
}
.image-wrapper .image {
    display: block;
    float: left;
    width: 22.5%;
    margin-left: 2.5%;
    margin-bottom: 28px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    overflow: hidden;
}
.image-wrapper .image img {
    display: block;
    max-width: 100%;
}
.diensten-wrapper {
    text-align: center;
}
.diensten-wrapper .dienst {
    display: inline-block;
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 100px;
}
.diensten-wrapper .dienst:hover {
    text-decoration: none;
}
.dienst:hover .icon-circle {
    background: #fff;
    border-color: #dbdbdb;
    color: #000000;
}
.dienst:hover .icon-sanering {
    background-image: url('../images/icons/icon-sanering-black.png');
}
.dienst .content {
    float: right;
    width: 77%;
    text-align: left;
}
.dienst .title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    color: #596579;
}
.dienst p {
    color: #8690a0;
    text-transform: none;
}
.dienst .meer-info {
    text-transform: uppercase;

}
/*====================================================
DIENSTEN    
=====================================================*/
.dienstblokken {
    text-align: center;
}
.dienstblokken .dienstblok {
    display: inline-block;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cdd7e4;
    text-align: center;
    text-decoration: none;
    padding: 50px 40px;
    margin-bottom: 30px;
    vertical-align: top;
}
.dienstblokken .dienstblok:hover {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.dienstblok .icon-circle {
    float: none;
    width: 94px;
    height: 94px;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
    font-size: 35px;
    margin: 0 auto 50px;
}
.dienstblok .icon-sanering {  
    width: 29px;
    height: 35px;
    *margin-right: .3em;
    line-height: 30;
    background: url("../images/icons/icon-sanering-big.png") no-repeat center center;
}
.dienstblok .title {
    color: #596579;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
}
.dienstblok p {
    text-transform: none;
    color: #8690a0;
    margin-bottom: 0;
    height: 196px;
}
/*====================================================
CONTACT
=====================================================*/
.formulier {
    float: left;
    width: 50%;
    padding: 65px 0 55px;
}
.formulier .btn {
    margin-top: 0;
}
.map {
    padding-top: 65px;
    float: right;
    width: 40%;
}

.map .contactinfo {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    text-align: center;
    width: 100%;
}
.contactinfo .contactblok {
    padding: 30px;
    border-bottom: 1px solid #d9d9d9;
}
.contactinfo .contactblok.last {
    border-bottom: none;
}
.contactinfo .contactblok .icon {
    font-size: 30px;
    margin-bottom: 15px;
}
.contactinfo .title {
    font-size: 24px;
    color: #596579;
}
/*====================================================
OFFERTE
=====================================================*/
.offerteblokken {
    margin-left: -5%;
    clear: both;
}
.offerteblokken .offerteblok {
    float: left;
    width: 45%;
    margin-left: 5%;
    margin-bottom: 40px;
}
.offerteblokken.firstrow {
    margin-left: -3.33%;
}
.offerteblokken.firstrow .offerteblok {
    width: 30%;
    margin-left: 3.33%;
}
.offerteblok h2,
.offertegegevens h2{
    text-align: left;
}
.offertegegevens .form-wrapper {
    margin-left: -5%;
}
.offertegegevens .form-wrapper .form-row {
    clear: none;
    float: left;
    width: 45%;
    margin-left: 5%;
}
.offertegegevens .form-wrapper .btn {
    margin: 0;
}
/*====================================================
OVER ONS
=====================================================*/
.paginablok {
    padding-bottom: 90px;
    margin-bottom: 90px;
    border-bottom: 1px solid #d7dfe8;
}
.paginablok.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.paginablok h2 {
    text-align: left;
}
.paginablok .content {
    float: left;
    width: 65%;
}
.paginablok .content.full {
    width: 100%;
}
.paginablok .content.right {
    float: right;
}

.paginablok .image {
    display: block;
    float: right;
    width: 30%;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    overflow: hidden;
}
.paginablok .image.left {
    float: left;
}
.paginablok .image img {
    display: block;
    width: 100%;
}
.over-ons-image {
    position: absolute;
    width: 304px;
    height: 300px;
    left: 50%;
    margin-left: -175px;
    bottom: -60px;
}
/*====================================================
YELLOW-WRAPPER
=====================================================*/
.yellow-wrapper {
    background: url('../images/yellow-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 50px 0 100px;
    margin-bottom: 20px;
    color: #829c9c;
    font-size: 13px;
}
.yellow-wrapper.not-home {
    padding: 80px 0 60px;
}
.yellow-wrapper.no-padding {
    padding-bottom: 0;
}
.yellow-wrapper.not-home h2 {
    text-align: left;
    margin-bottom: 20px;
}
.yellow-wrapper .content,
.yellow-wrapper .video {
    width: 45%;
    float: left;
}
.yellow-wrapper.not-home .content {
    width: 75%;
}
.yellow-wrapper .video {
    float: right;
    position: relative;
    display: block;
    margin-top: 100px;
}
.yellow-wrapper .video img {
    display: block;
    width: 100%;
}
.video .overlay {
    background: url('../images/play.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    height: 64px;
    width: 64px;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -32px;
}

.stappen {
    margin-left: -2.5%;
}
.stappen.grid3 {
    margin-left: -3.33%;
}
.stappen.grid2 {
    margin-left: 5%;
}
.stappen .stap {
    float: left;
    width: 22.5%;
    margin-left: 2.5%;
    position: relative;
    text-align: center;
}
.stappen.grid3 .stap {
    width: 30%;
    margin-left: 3.33%;
}
.stappen.grid2 .stap {
    width: 45%;
    margin-left: 5%;
}
.stap .stapnr {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}
.stap .stapnr .inner-stapnr {
    color: #fff;
    font-size: 29px;
    height: 88px;
    width: 88px;
    margin: 0 auto;
    background: #51b2e6;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    position: relative;
    z-index: 999;
}
.stap .stapnr .lijn {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #51b2e6;
    top: 50%;
    margin-top: -1px;
    z-index: 998;   
}
.stap .stapnr .lijn.after {
    left: 50%;
}
.stap .stapnr .lijn.before {
    right: 50%;
}
.stap .stapnr .arrow {
    height: 22px;
    width: 22px;
    position: absolute;
    background: #51b2e6;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    font-size: 10px;
    top: 50%;
    margin-top: -11px;
    right: -9.5%;
    z-index: 999;
    color: #fff;
}
.stappen.grid3 .stap .stapnr .arrow {
    right: -9%;
}
.stap .title {
    color: #4e6793;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 15px;
}
.stap p {
    margin-bottom: 0;
}

.yellow-wrapper ul {
    list-style: none;
}
.yellow-wrapper ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 18px;
    color: #4e6793;
}
.yellow-wrapper ul li:before {
    position: absolute;
    display: inline-block;
    content: '';
    height: 19px;
    width: 19px;
    background: url('../images/list-style.png') no-repeat center center;
    background-size: cover;
    left: 0;
    top: 50%;
    margin-top: -9.5px;
}
.yellow-wrapper .span80 {
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 40px;
}
.yellow-wrapper .span20 {
    margin-top: 60px;
}
/*====================================================
FOOTER
=====================================================*/
.footer {
    padding: 40px 0;
    color: #3d6e88;
    font-size: 15px;
}
.footer a {
    text-transform: none;
    color: #325669;
    font-size: 15px;
}