/* 
Wireframe: 20
Version: 1
Update: 2017.10.05
*/

body {
   background: #e9e9e9;
    color: #353635;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
a {
   color: #d46140;
   text-decoration: underline;
   transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #000;
    text-decoration: none;
}
 
.red {
    color: #d25e3d;
}
.image-right {
    float: right;
    margin: 0 0 10px 15px;
}
.image-left {
    float: left;
    margin: 0 15px 10px 0;
}
 
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight:600;
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
}
h1, .h1{
    font-size: 40px;
	line-height:45px;
	color:#353635;
}
h2, .h2{
    font-size: 36px;
	line-height:41px;
	color: #d25e3d;
}
h3, .h3{
    font-size: 30px;
	line-height:35px;
}
h4, .h4{
    font-size: 25px;
	line-height:30px;
	color: #d25e3d;
}
h5, .h5{
    font-size: 19px;
	line-height:24px;
}
h6, .h6{
    font-size: 16px;
	line-height:21px;
	color: #d25e3d;
}

hr {
	border-color: #afafaf;
}

nav.main-nav {
    position: relative;
    z-index: 100;
background: rgba(211, 92, 58, 0.97);
    box-shadow: none;
    transition: background .4s, box-shadow .4s;
}
.is-sticky nav.main-nav {
    background: #d4603d;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    z-index: 100;
}
nav.main-nav .sf-menu {
text-align: center;
    align-self: center;
    float: right;
}
nav.main-nav .mobile-nav {
    display: none;
    text-align: right;
    align-self: center;
}
nav.main-nav .mobile-nav a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #222;
    line-height: 40px;
    font-size: 24px;
}
nav.main-nav .mobile-nav i.fa {
    background:#ee8668 ;
    text-align: center;
    color: #fff;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
}
nav.main-nav .logo {
    position: relative;
    float: left;
	    padding: 7px 0 6px;
}
nav.main-nav .logo img.small {
   /* margin-top: 20px;*/
    transform: translateY(-200%);
    transition: transform .4s;
}
nav.main-nav .logo img.big {
    position: absolute;
    visibility: visible;
    opacity: 1;
    transition: opacity .4s, visibility 0s linear 0s, top .4s;
}
.is-sticky nav.main-nav .logo {
    position: relative;
}
.is-sticky nav.main-nav .logo img.small {
    visibility: visible;
    transform: translateY(0%);
}
.is-sticky nav.main-nav .logo img.big {
    visibility: hidden;
    opacity: 0;
    top: -50px;
    transition: opacity .4s, visibility 0s linear .4s, top .4s;
}

div#sticky-wrapper {
    position: absolute;
    width: 100%;
}
header.top {
    position: relative;
    height: 450px;
    background: #eee;
}
header.top.big {
        height: 645px;

}
header.top.small {
    height: 155px;
}
header.top .container {
    position: relative;
    height: 100%;
}
header.top .slogan {
    position: absolute;
    top: 25px;
    right: 15px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: right;
    text-shadow: 0 2px 8px rgba(0,0,0,.75);
    line-height: 1.35;
    z-index: 1;
}
header.top.big .slogan {
text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
}

	header.top.small .slogan {
    top: -20px;

}
header.top:not(.big) .slogan br {
    display: none;
}
header.top.big .slogan a {
    text-decoration: none;
}
header.top span.tel {
    letter-spacing: 1px;
    line-height: 1;
    text-shadow: none;
    padding: 15px 24px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #d25e3d;
    border-radius: 3px;
    box-shadow: none;
    transition: box-shadow .4s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-top: 18px;
}
header.top:not(.big) .slogan {
    top: 99px;
}
header.top .slogan p {
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
header.top .slogan a {
    text-decoration: none;
}
header.top:not(.big) .slogan a p {
    font-size: 25px;
}
header.top .slogan a:hover span.tel {
    box-shadow: 0 5px 30px rgba(0,0,0,.25);
    background: #fff;
    color: #d46140;
}
header.top .banner,
header.top .banner #slideshow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0!important;
    width: auto;
}
header.top .banner #slideshow .camera_target {
}
header.top .banner #slideshow .camera_overlayer {
    box-shadow: inset 0 0 200px rgba(0,0,0,1);
}
header.top .banner .NewsItemBackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: center no-repeat;
    background-size: cover;
    filter: contrast(70%);
}
header.top .banner .NewsItemBackground::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 0 200px rgba(0,0,0,1);
}


section.home-content {
    position: relative;
}
section.home-content .photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%;
}
.home-content .photo .img-box > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}


section.page-content {
    position: relative;
}


article.content {
    position: relative;
    padding: 100px 0;
}

  section.home-content article.content {
    padding: 54px 0;
}

section.contact-content article.content {
    padding-bottom: 0;
    color: #888;
	
}
article.content header.page-title {
    padding-bottom: 10px;
}
span.subtitle {
    color: #d25e3d;
}
article.content header.page-title h1 {
margin: 0 0 20px;
    position: relative;
    border-bottom: 1px solid #cfd0d7;
    padding-bottom: 25px;

}
article.content header.page-title h1 :after {
content: '';
    background: #a2805d;
    height: 2px;
    width: 27px;
    left: 0;
    bottom: -1px;
    position: absolute;
}
article.content header.page-title h5 {
    margin: 0;
}
section.home-content article.content header.page-title {
    padding-top:26px;
}
article.content header.page-title + h2 {
    margin-top: 0;
    margin-bottom: 30px;
}
article.content p {
  margin: 0 0 20px;
}
article.content ul {
    list-style: outside disc;
    margin-left: 0;
    padding: 0;
}
article.content ul li {
    position: relative;
    left: 1em;
    margin-left: 1em;
    padding-right: 1em;
}
article.content ul ul {
    list-style-type: circle;
}
article.content .table-style {
    position: relative;
}
article.content .table-style th {
    background: #f2f2f2;
}
article.content .table-style th,
article.content .table-style td {
    border: 1px solid #ccc;
    padding: 2px 5px;
}
article.content #AllNews {
    position: relative;
    padding-top: 30px;
}
article.content #AllNews .row {
    display: flex;
}
article.content #AllNews .row > [class*='col-'] {
    flex-direction: column;
}
article.content #AllNews .Item {
    position: relative;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 250px;
    background: rgba(255,255,255,0);
    transition: background .4s;
}
article.content #AllNews .Item:hover {
    background: #f6f6f6;
}
article.content #AllNews .Item .photo {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
article.content #AllNews .Item .photo img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .4s;
}
article.content #AllNews .Item:hover .photo img {
    filter: brightness(70%) contrast(70%);
}
article.content #AllNews .Item .photo.nophoto {
    position: relative;
    height: 100%;
    background: #eee url(../images/logo-Dakwerken-Varewyck.png) center no-repeat;
    background-size: 50%;
    filter: grayscale(100%);
    transition: background-color .4s;
}
article.content #AllNews .Item:hover .photo.nophoto {
    background-color: #ccc;
}
article.content #AllNews .Item .photo::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 40px;
    background: #fff;
    z-index: 10;
    transition: top .4s;
}
article.content #AllNews .Item .photo::after {
    content: '';
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 1px;
    background: #fff;
    z-index: 10;
    transition: left .4s;
}
article.content #AllNews .Item:hover .photo::before {
    top: 50%;
}
article.content img

 {
    height: auto;
    max-width: 100%;
    outline: none;
}
article.content #AllNews .Item:hover .photo::after {
    left: 50%;
}
article.content #AllNews .Item figcaption {
    position: relative;
}
article.content #AllNews .Item figcaption h3 {
    margin: 0 0 15px;
    transition: color .4s;
}
article.content #AllNews .Item:hover figcaption h3 {
    color: #ff6d6d;
}
article.content #AllNews .Item figcaption .button {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1;
    text-shadow: none;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #ff6d6d;
    border-radius: 3px;
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
    transition: box-shadow .4s;
}
article.content #AllNews .Item:hover figcaption .button {
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}
article.content #AllNews .Item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

section.newsletter {
    position: relative;
    padding: 50px 0;
    background: #f6f5f3;
}
section.newsletter h4 {
    margin: 0 0 25px;
    text-transform: uppercase;
}

section.contactform {
    position: relative;
    padding-top: 100px;
	margin-bottom: 50px;
    float: left;
}

section.services {
    position: relative;
    background: #d46140;
    text-align: center;
	    color: #656464;
    padding: 90px 0 60px;
}
section.services .box a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 0;
    text-decoration: none;
}
section.services h6{
       margin: 0 0 10px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
}
section.services h3 {
    margin: 0 0 78px;
    font-size: 40px;
    color: #fff;
}
section.services h5 {
    margin: 0 0 7px;
    text-transform: uppercase;
    font-size: 27px;
    color: #fff;
}
section.services .box{
	text-decoration:none;}
section.services  .box .icon{
	display:table;
	margin:0 auto;
	width:64px;
	height:64px;
	border-radius: 50%;}
section.services  .box .icon1 { background: #fff url(../images/icone1.png) no-repeat center;}
.icon.icon2 { background: #fff url(/media/images/icone2.png) no-repeat center;}
section.services  .box .icon3 { background: #fff url(../images/icone3.png) no-repeat center;}
section.services  .box .icon4 { background: #fff url(../images/icone4.png) no-repeat center;}
section.services  .box:hover .icon1 { background: #000 url(../images/icone1-h.png) no-repeat center;}
section.services  .box:hover .icon2 { background: #000 url(../images/icone2-h.png) no-repeat center;}
section.services  .box:hover .icon3 { background: #000 url(../images/icone3-h.png) no-repeat center;}
section.services  .box:hover .icon4 { background: #000 url(../images/icone4-h.png) no-repeat center;}

section.services h4 {
  margin: 25px 0 20px;
  font-size: 23px;
  color: #000;
}
section.services .box:hover h4 {
    color: #fff;
}
section.services .box p {
    color: #000;
}
section.satisfaction {
    position: relative;
    padding: 130px 0 150px;
	background: #e9e9e9;
}
section.satisfaction h5 {
    margin: 0 0 23px;
    text-transform: uppercase;
    font-size: 24px;
    color: #d46140;

}
section.satisfaction h3 {
margin: 0 0 35px;
    text-transform: uppercase;
    color: #282828;
    font-size: 40px;
    font-weight: 400;
}
section.satisfaction .photo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
}
section.satisfaction .photo .img-box > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer.bottom {
	padding: 9px 0 35px;
    position: relative;
	background: #fffefe;
}
footer.bottom .adres {

}
footer.bottom  a{
 color: #d46140;
 text-decoration:underline;
 border-bottom:none;}
 footer.bottom  a:hover{
 text-decoration:none;
 border-bottom:none;}
 footer.bottom h3 {
    font-size: 24px;
    color: #050505;
    text-transform: none;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid rgba(202, 204, 183, 0.85);
}
footer.bottom .adres h3 {
    padding-right: 164px;
    display: table;
}
footer.bottom .Info h3 {
    display: inline-block;
    padding-left: 119px;
}
label.modal-label {
    color: #c81b1b;
}
label.modal-label:hover {
	text-decoration:none !important;
}
footer.bottom .Info {
float: right;
    text-align: right;
    width: 100%;

}


footer.bottom .social {
    display: table;
    margin: 53px auto 0;
}
footer.bottom .social nav.language {
    position: relative;
    padding-bottom: 10px;
}
footer.bottom .social nav.language a.selected {
    color: #888;
    text-decoration: none;
}

footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b > span{
    display: none;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_email::before {
    content: "\f003";
}
footer.bottom .social .facebook::before {
    content: "\f09a";
}


footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share::before {
    content: "\f0d5";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share {
    position: relative;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share #___plusone_0,
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share iframe {
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    top: 3px!important;
    opacity: 0;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_pinterest_share::before {
    content: "\f231";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b, footer.bottom .social .facebook{
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 0 0 0 7px;
    position: relative;
    z-index: 1;
    text-decoration: none;
	text-align:center;
    transition: color .4s;
    float: none;
    color: #fff;
    border-radius: 50%;
    background: #000;
	width: 38px;
    line-height: 38px;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b::before, footer.bottom .social .facebook::before {
    font-family: 'FontAwesome';
    speak: none;
    font-size: 21px;
    line-height: 38px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b:hover, footer.bottom .social .facebook:hover {
    background: #d46140;
	color:#fff;
}
div#ContainerBlockSocial {
    display: inline-flex;
}

/***************footer.maps****************/
footer.maps {
    position: relative;
    height: 350px;
    overflow: hidden;
    background: #eee;
}
footer.maps a:first-of-type {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    font-size: 0;
}
.googlemaps_v2 label.modal-label {
    cursor: pointer;
    font-weight: 400;
    text-decoration: underline;
    margin: 0;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
	    color: #d46140;
		}
.googlemaps_v2 label.modal-label:hover {
	text-decoration: none;
}
footer.maps .googlemaps_v2 label.modal-label {
    cursor: pointer;
    font-weight: 400;
    text-decoration: underline;
    margin: 0;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    font-size: 0;
}
.googlemaps_v2 .modal__inner iframe {
position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: grayscale(100%);
    transition: filter .4s;
}
footer.maps iframe {
    position: absolute;
    width: calc(100vw + 200px);
    height: 550px;
    left: -100px;
    right: -100px;
    top: -115px;
    bottom: -100px;
    filter: grayscale(100%);
    transition: filter .4s;
}
footer.maps:hover iframe {
    filter: grayscale(35%);
}

#scrollTopBtn {
    bottom: 53px !important;
    font-size: 20px !important;
    padding: 10px 17px !important;
    background-color: #d46140!important;
	    left: 50%;
		right: auto !important;
    transform: translateX(-50%);
}
#scrollTopBtn:hover {
    background: #d46140 !important;
    box-shadow: 0 5px 30px rgba(0,0,0,.5) !important;
}
 
div.cc-cookies {
    width: 100%;
	background:#d46140 !important;
}
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
    background: #f2896b!important;}
.cc-cookies a.cc-cookie-accept:hover, .cc-cookies-error a.cc-cookie-accep:hover, .cc-cookies a.cc-cookie-decline:hover, .cc-cookies-error a.cc-cookie-decline:hover, .cc-cookies a.cc-cookie-reset:hover {
color: #fff!important;
background:#f59e86!important;}

.formError,
.formError *,
#fancybox-wrap,
#fancybox-wrap *{
    box-sizing: content-box;
}
div#_atssh {
    bottom: 0;
}

.img-box {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width : 1700px) {
	section.satisfaction .photo .img-box > img {
    position: absolute;
    width: auto;
    height: 100%;
    object-fit: cover;
    right: 0;
}
	.sf-menu a {
padding: 30px 6px 29px !important;
font-size: 13.5px !important;
}
	  .sf-menu > li > a::after {
    top: 75px;
}
section.services h4 {
    font-size: 19px;
}
section.satisfaction h5 {
    font-size: 20px;
}
section.satisfaction h3 {
    font-size: 34px;
}
}
@media only screen and (max-width : 1024px) {
}
@media only screen and (max-width : 991px) {

	section.satisfaction .photo .img-box > img {
    position: absolute;
    width: 100%;
	}
    nav.main-nav ul.sf-menu {
        display: none;
    }
nav.main-nav .mobile-nav {

    display: inline-block;
    margin-left: auto;
    float: right;
    padding: 20px 0;

}
    header.top {
        height: 200px;
    }
    header.top.small {
        height: 150px;
    }
    header.top.big {
        height: 300px;
    }
    header.top .container {
        position: static;
        height: auto;
    }
    header.top .slogan,
    header.top.big .slogan {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 24px;
        transform: none;
        padding: 10px;
        text-shadow: none;
        transition: background .4s;
		background: #d25e3d;
    }
	header.top .slogan p {
    font-size: 24px;
    margin: 0;
}
header.top .slogan a:hover{ background:#d46140;}
	
    header.top .slogan br {
        display: none;
    }
    header.top span.tel {
		display:none;
    }
    section.home-content article.content,
    article.content {
        padding: 50px 0;
    }
    section.home-content article.content header.page-title {
        padding-top: 0;
    }
  
    section.contactform {
        padding: 0px 0;
    }
    section.services {
        padding: 50px 0;
        background-size: 150%;
    }
    section.satisfaction {
        padding: 50px 0 0;
    }
    section.satisfaction .photo {
        position: relative;
        width: auto;
        height: 350px;
        overflow: hidden;
        margin-top: 50px;
    }
section.services h4 {
    margin: 20px 0;
    font-size: 16px;
}
   section.services h6 {
    font-size: 12px;
}
h1, .h1{
    font-size: 28px;
	line-height:33px;
}
h2, .h2{
    font-size: 24px;
	line-height:29px;
}
h3, .h3{
    font-size: 22px;
	line-height:27px;
}
h4, .h4{
    font-size: 20px;
	line-height:25px;
}
h5, .h5{
    font-size: 18px;
	line-height:23px;
}
h6, .h6{
    font-size: 16px;
	line-height:21px;
}
header.top:not(.big) .slogan {
    top: auto;
}
   
}
@media only screen and (max-width : 767px) {
    .image-right,
    .image-left {
        float: none;
        margin: 10px auto;
        max-width: 100%;
        height: auto;
        display: block;
    }
    header.top .logo img {
        max-width: 50vw;
    }
    header.top .slogan,
    header.top.big .slogan {
        font-size: 20px;
		    }
    section.home-content .photo {
        position: relative;
        height: 80vh;
        width: auto;
    }
    article.content img {
        max-width: 100%;
        height: auto;
    }
	section.services h3 {
    margin: 0 0 78px;
    font-size: 27px;
	}
	footer.bottom .Info h3 {
    display: inline-block;
    padding-left: 0;
    padding-right: 120px;
}
   
    section.services {
        background-image: none;
		height:auto;
    }
	
    footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b {
        margin: 0 10px 0 0;
    }footer.bottom .social {
        float: left;
		clear: both;
		margin: 10px auto;
    }
	footer.bottom .Info {
		float: left;
		clear: both;
		text-align: left;}
	footer.bottom .Info h3::before {
		left: 0;
		right: auto;
}
header.top:not(.big) .slogan a p {
    font-size: 19px;
}
}

@media only screen and (max-width : 480px) {
    
    article.content #AllNews {
        padding-top: 10px;
    }
    article.content #AllNews .Item {
        display: grid;
        grid-template-columns: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    article.content #AllNews .Item .photo,
    article.content #AllNews .Item .photo.nophoto {
        height: 150px;
    }
    article.content #AllNews .Item figcaption h3 {
        margin-top: 10px;
    }
    footer.bottom .footer-wrapper {
        grid-template-columns: 100%;
    }
#ContainerBlockSocial.addthis_toolbox .at300b {
    margin: 0 0px 0 11px;
}
footer.bottom {
    padding: 9px 0 90px;
}
	article.content header.page-title h1{
		font-size: 23px;
		}
		span.subtitle {font-size:26px;}
		nav.main-nav .mobile-nav a {
    line-height: 12px;
    font-size: 12px;
}
nav.main-nav .logo img {
    width: 205px;
}
header.top .slogan p {
    font-size: 16px;
    margin: 0;
}section.services h5 {
    font-size: 19px;
}
section.services h3 {
    font-size: 20px;
}
section.satisfaction h3 {
    font-size: 24px;
}
section.satisfaction h5 {
    font-size: 14px;
    margin-bottom: 8px;
}
header.top:not(.big) .slogan a p {
    font-size: 16px;
}
		
}

