/**
 * @author Design & Accessible Team (Epulz reclame)
 */

body {
  background: #2a103c;
  color: #fff;
  font-size: 21px;
  line-height:160%;
  margin:0;
  padding: 130px 0 0 0;
  text-align:center;
  font-family:"raleway", Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight:400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  width:100%;
  height:100%;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border:0 none;
  display:block;
  width:100%;
  height:auto;
}

.clr{
  clear:both;
  display:block;
  width:auto;
  height:0;
  overflow:hidden;
}
p{
  padding:0;
  margin:0 0 15px 0;
}
p:last-child, .block p:last-child{
  margin:0 !important;
}
a{
  color:#fff;
  font-style:normal;
  text-decoration:none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a:hover{
  color:#fff;
  text-decoration:underline;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.overlay a, .overlay a:hover{
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 00s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
h1, h2, h3, h4, h5, h6{
  color:#2f1243;
  padding:0;
  margin:0 0 10px 0;
  font-weight:800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:250%;
  line-height:100%;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  color:#fff;
}
legend, label{
  font-weight:700;
}
input:focus, textarea:focus {
   border-color: fade(@inputBorderFocus, 100%);
  @shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px fade(@inputBorderFocus, 80%);
  .box-shadow(@shadow);
  outline: 0;
  outline: thin dotted \9; /* IE6-9 */
}
sup{
  font-size:70%;
}
input, textarea{
  border:none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border:1px solid #ccc;
  background:none;
  color:#333;
  padding:8px;
  line-height:25px;
  height:25px;
  line-height:25px;
  background-color:#f9f9f9; 
  margin-bottom:3px;
  width:auto;
  font-size:12px;
}
fieldset{
  border:0px;
  padding:0px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
bold, strong{
  letter-spacing:0;
  font-weight:700;
}
.fullscreenBlock {
  min-height: 100vh;
  display: flex !important;
  justify-content: space-around;
  align-items: center;
}
/* =Header
-------------------------------------------------------------- */
header {
  display:block;
  width: 100%;
  margin:0;
  height: auto;
  padding:0 0 12px 0;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  background: none;
  background: #541661;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-box-shadow: 0px 0px 120px 0px rgb(0 0 0 / 0%);
  -moz-box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.0);
  -o-box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.0);
  -khtml-box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.0);
  box-shadow: 0px 0px 120px 0px rgb(0 0 0 / 0%);
}
header .top{
  position:relative;
  display:block;
  width:94%;
  max-width:1500px;
  height:auto;
  float:none;
  margin:0 auto;
}
header .logoDiv{
  position:relative;
  display: block;
  width:280px;
  height: auto;
  float: left;
  margin-top:-20px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
header .ctaMenu{
  position:relative;
  display: block;
  width: calc(100% - 280px);
  height: auto;
  float: right;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin-top:38px;
  text-align:right;
}
header nav {
  display: inline-block;
  float: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin:0px;
  width:82%;
  text-align:right;
}
nav ul, nav ul li{
  list-style:none !important;
  display:inline !important;
  margin:0;
  padding:0;
}
header nav a {
  text-transform:none;
  line-height: 80px;
  margin-left: 18px;
  font-size:140%;
  color: #341c44;
  font-weight: normal;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration:none;
  text-shadow:0px 0px #000;
}
header nav li:first-child a {
  margin-left:0 !important;
}
header nav a:hover, header.smaller nav a:hover {
  color: #341c44;
  text-decoration:none;
}
header nav li.current a, header nav li.active a {
  color:#341c44;
}
header.smaller{
  background:#541661;
  -webkit-box-shadow: 0px 0px 120px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.20);
  -o-box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.20);
  -khtml-box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 0px 120px 0px rgb(0 0 0 / 20%);
}
header.smaller nav .maximenuckh {
  margin-top:5px;
}
header.smaller nav {
  margin-top:0;
}
header.smaller nav a{
  color:#fff;
  text-shadow:0px 0px;
  -webkit-transition: all .0s ease-in-out;
  -moz-transition: all .0s ease-in-out;
  -ms-transition: all .0s ease-in-out;
  -o-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
}
header.smaller nav a:hover{
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
header .container, .content .inner{
  position:relative;
  display:block;
  width:94%;
  margin:0 auto;
  padding:0;
}
header ul, header li, .uspWrapper ul, .uspWrapper li{
  margin:0;
  padding:0;
  list-style:none;
  display:inline;
}
header .separator{
  color:#128bc3;
  display: inline-block;
  margin: 0;
  padding: 0;
}
header .main{
  padding-top:15px;
  padding-bottom:5px;
}
header.smaller .topright a{
  margin-top:-40px;
}
header.smaller .main {
  padding-top: 12px;
}
header.smaller .logoDiv{
  width:120px;
  margin-top:0;
}
header.smaller .ctaMenu{
  margin-top:8px;
}
header.smaller .ctaMenu li a, header.smaller .ctaMenu li.current a, header.smaller .ctaMenu li.active a{
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0); 
}
header .ctaMenu li.current a, header .ctaMenu li.active a{
  opacity:1;
  border: 1px solid #07a183;
  color:#07a183;
}
.topright{
  clear: both;
  position: relative;
  display: block;
  float: none;
  width:100%;
  text-align:right;
  margin-top:0px;
  padding:5px 0;
}
.topright .moduletable {
  position: relative;
  display: block;
  width: 94%;
  max-width: 1500px;
  height: auto;
  float: none;
  margin: 0 auto;
}
.ctaMenu li a{
  margin:0 1.5%;
  padding:0;
  text-decoration:none;
  opacity:1;
  font-weight: 700;
  font-style: normal;
}
.ctaMenu a{
  text-transform:none;
  color:#fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
  font-size:100%;
  padding:5px 15px !important;
}
.ctaMenu li a:hover{
  opacity:0.75;
}
.ctaMenu li:first-child a{
  margin-left:0;
}
.ctaMenu li:last-child a{
  margin-right:0;
}
.ctaMenu li.current a, .ctaMenu li.active a{
  opacity:1;
  border:2px solid #fff;
  border-radius:25px;
}
.bannerText h3, h3.mslider-title {
  font-weight:800;
  font-size:600%;
  line-height:95%;
  text-shadow:#000 10px 10px 30px;
  color:#fff;
  font-family:"raleway", Arial, Helvetica, Verdana, sans-serif;
  text-transform:uppercase;
}
h3.mslider-title {
  font-size:275%;
  line-height:95%;
  text-transform:unset;
  margin-bottom:15px;
}
.mslider-desc, #mslider_1 .mslider-detail-box .mslider-desc{
  font-size:110%;
  opacity:1;
  color: rgba(255, 255, 255, 1);
}
#mslider_1 .mslider-detail-box h3.mslider-title span{
  color: rgba(255, 255, 255, 1);
}
.bannerText p{
  color:#fff;
  font-size:110%;
  margin:0;
}
.content{
  padding:100px 0;
}
.banners, .ctaWrapper{
  position:relative;
  display:block;
  width:94%;
  max-width:1500px;
  height:auto;
  float:none;
  margin:0 auto;
  color:#fff;
}
.uspWrapper{
  position:relative;
  display:block;
  width:94%;
  max-width:1500px;
  height:auto;
  float:none;
  margin:0 auto;
  background:#d9bca5;
  color:#fff;
}
.uspWrapper {
  padding:45px 0;
  margin:0 auto -60px auto;
  z-index:11;
  letter-spacing: -0.4px;
  -webkit-box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.15);
  -o-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.15);
  -khtml-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 15%);
}
.uspWrapper li{
  padding:0 2%;
}
.contentSpacer, .footer .contact{
  position:relative;
  display:block;
  width:94%;
  max-width:1500px;
  height:auto;
  float:none;
  margin:0 auto;
}
.contentSpacerHomes{
  position:relative;
  display:block;
  width:94%;
  max-width:2400px;
  height:auto;
  float:none;
  margin:0 auto;
}
h1{
  font-style: normal;
  font-size:220%;
  line-height:93%;
}
h2, h3{
  font-style: normal;
  font-size:200%;
  line-height:93%;
  color:#2f1243;
  margin-top:35px;
  margin-bottom:35px;
}
.content.home h1{
  margin-bottom:0;
}
.content.home h2{
  margin-top:10px;
  display:none;
}
.content.vervolg h1{
  margin-bottom:20px;
  font-size:250%;
  text-align:center;
}
ul.sigFreeClassic{
  margin:0 !important;
  padding:0 !important;
}
.ctaButton, .visBtnCon input.btn {
  position:relative;
  display:block;
  width:fit-content;
  cursor:pointer;
  line-height:38px;
  height:48px;
  padding:3px 20px;
  margin-top:35px;
  border-radius:22px;
  background: #fff;
  color:#341c44;
  font-weight:700;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.15);
  -o-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.15);
  -khtml-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 15%);
}
.ctaButton:hover, .visBtnCon input.btn:hover{
  color:#341c44;
  opacity:0.85;
  text-decoration:none;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
a.ctaButton:after{
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  padding-left:5px;
  padding-right:5px;
  font-size: 80%;
  font-weight: bold;
  line-height: 100%;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
a.ctaButton:hover:after{
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  padding-left:10px;
  padding-right:0px;
  font-size: 80%;
  font-weight: bold;
  line-height: 100%;
}
.relaxEnjoy{
  position:relative;
  clear:both;
  padding:100px 0;
  color:#fff;
  background-color: rgb(11,167,212);
}
.relaxEnjoy h3{
  margin:0 0 35px 0;
  padding:0;
  color: #fff;
}
.impressionWrapper h3, .maatwerkWrapper h3{
  margin:0 0 35px 0;
  padding:0;
  color: #fff;
}
.relaxEnjoy ul {
  list-style:none;
  margin:0;
  padding:0;
  width:50%;
  float:left;
  display:block;
}
.relaxEnjoy ul li {
  list-style:none;
  margin:0 0 25px 0;
  padding:0 15px;
  display:block;
  text-align:left;
  line-height:140%;
}
.relaxEnjoy strong{
  font-size:120%;
}
.impressionWrapper{
  position:relative;
  display:block;
  width:100%;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,229,219,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,229,219,1) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,229,219,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f0e5db",GradientType=1);
}
.impressionContent{
  position:relative;
  display:block;
  width:100%;
  padding:100px 0;
  text-align:center;
}
.activiteiten .impressionContent{
  text-align:left;
}
.welcomeWrapper ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink, .impressionWrapper ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink{
  border:0px solid #fff;
}
img.sigFreeImg{
  background-position:50% 50%; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.copyright{
  border-top:1px solid #9b8f85;
  margin-top:35px;
  padding-top:35px;
  padding-bottom:35px;
  width:94%;
  margin-left:auto;
  margin-right:auto;
  font-size:90%;
  line-height:110%;
  opacity:0.9;
}
.copyright, .copyright a{
  font-weight:400;
  color: #ffffff;
}
.copyright a{
  text-decoration:underline;
}
.copyright a:hover{
  opacity:0.75;
}
.footer{
  padding:80px 0;
}
.logoFooter{
  width:80%;
  max-width:280px;
  height:auto;
  margin-bottom:30px;
}
.footer-1, .footer-2, .footer-3{
  position:relative;
  display:block;
  width:33.33%;
  height:auto;
  float:left;
  text-align:left;
  padding-right:25px;
}
.footer a{
  color: #ffffff;
}
.content.home, .content.vervolg{
  text-align:center;
  background:#fff;
  color:#2f1243;
}
.content.home h1{
  margin-bottom:10px;
  font-weight:800;
}
.impression-bg{
  position:absolute;
  display:block;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: #a2d863;
}
.impressionWrapper{
  position:relative;
  display:block;
  width:100%;
  background: #07a183;
}
.impressionContent, .maatwerkWrapper{
  position:relative;
  display:block;
  width:100%;
  padding:100px 0;
}
.impressionWrapper ul.sigFreeClassic li.sigFreeThumb{
  width: 18.5% !important;
  height: auto !important;
  margin: 0 0% 4px 0%;
  display: inline-block;
  text-align: center;
  background: none !important;
  float: none;
}
.welcomeWrapper ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink, .impressionWrapper ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink{
  border:0px solid #fff;
}
img.sigFreeImg{
  background-position:50% 50%; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mod-custom.custom{
  position:relative;
  width:100%;
}
.topright a{
  position:relative;
  display:inline;
  width:fit-content;
  height:auto;
  line-height:38px;
  background:none;
  color:#fff;
  text-decoration:none;
  margin-left:10px;
}
.topright a:hover{
  opacity:0.75;
}
.blockSpacer .bannerText{
  text-align:left;
  position: relative;
  display: block;
  width: 94%;
  max-width: 1500px;
  height: auto;
  float: none;
  margin: 0 auto;
}
div.catalogus{
  position:relative;
  display: block;
  width: 32%;
  float: left;
  height: auto;
  margin-bottom:4%;
  -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  -khtml-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 25%);
}
div.badkamer{
  position:relative;
  display: block;
  width: 64%;
  float: right;
  height: auto;
  margin-bottom:4%;
  -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  -khtml-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 25%);
}
div.keuken{
  position:relative;
  display: block;
  width: 32%;
  float: left;
  height: auto;
  margin-bottom:4%;
  -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  -khtml-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 25%);
}
div.tegels{
  position:relative;
  display: block;
  width: 30%;
  float: left;
  height: auto;
  margin-bottom:4%;
  margin-left:4%;
  -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  -khtml-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 25%);
}
div.showroom{
  position:relative;
  display: block;
  width: 30%;
  float: right;
  height: auto;
  margin-bottom:4%;
  -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  -khtml-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 25%);
}
div.tegels img, div.showroom img{
  padding-bottom:6.7%;
}
.banners{
  margin-top:-50px;
  z-index:2;
}
.banners .custom{
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:50% 50%;
}
.banners .custom p{
  margin:0;
  padding:0;
}
.banners .custom p:nth-child(2){
  position:absolute;
  left:0;
  display:block;
  bottom:0;
  width:100%;
  padding:0 0 15px 15px;
  text-align:left;
  line-height:100%;
  font-size:120%;
  text-transform:uppercase;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5); 
}
.contentLeft{
  position:relative;
  display:block;
  float:left;
  width:64%;
  float:left;
  height:auto;
}
.contentRight{
  position:relative;
  display:block;
  width:32%;
  float:right;
  height:auto;
  margin-top:60px;
  max-width:375px;
  color:#333;
}
.uspOpsomming {
  font-size:110%;
}
.uspOpsomming ul, .uspOpsomming li{
  list-style:none;
  margin:0;
  padding:0;
}
.uspOpsomming li{
  display:block;
  clear:both;
  margin:12px 0;
  background:#b1b3b4;
  color:#fff;
  border-radius:30px;
  padding-bottom: 2px;
  text-shadow: 1px 1px 1px #888;
}
.uspOpsomming li:before {
  font-family: 'Font Awesome 6 Pro';
  content: "\f00c";
  line-height: 44px;
  color: #fff;
  /*
  background: #2f77c5;
  */
  margin: 0 0 0 5px;
  font-size: 100%;
  padding: 0;
  display:inline-block;
  font-weight: 800;
  text-align: center;
  border-radius: 20px;
  width:40px;
}
ul.sigProElegant li.sigProThumb a.sigProLink{
  border:0px !important;
  background:#333;
}
ul.sigProElegant li.sigProThumb a.sigProLink img{
  opacity:1;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
ul.sigProElegant li.sigProThumb a.sigProLink:hover img{
  opacity:0.75;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
ul.sigProElegant li.sigProThumb, ul.sigFreeContainer.sigFreeClassic li.sigFreeThumb {
  border: none!important;
  display: inline-block;
  float:none;
  border:4px solid #fff !important;
}
.footer{
  color:#ffff;
  background: #541661;
  background: linear-gradient(0deg, rgba(84, 22, 97, 1) 0%, rgba(42, 16, 60, 1) 100%);
}
.footer h3{
  font-size:130%;
  font-weight:700;
  color:#fff;
  margin:10px 0 15px 0;
}
.footer h4{
  font-size:95%;
  font-weight:700;
  color:#fff;
  margin:10px 20px 0 0;
  border-bottom:1px solid #ddd;
  display:block;
  width:100%;
  max-width:440px;
  line-height:110%;
  padding:8px 0;
}
.footer table tr td{
  padding:0 12px 6px 0;
}
.footer a.ctaButton{
  background:none;
  padding-left:0;
  width:fit-content;
  -webkit-box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 0%);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.0);
  -o-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.0);
  -khtml-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.0);
  box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 0%);
  text-decoration:underline;
  color:#fff;
  font-weight:700;
}
.footer a.ctaButton:after{
  text-decoration:none;
  background:#341c44;
  color:#fff;
  display:inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 0 0 8px;
  border-radius: 16px;
  padding:0;
}
.footer a.ctaButton:hover:after{
  text-decoration:none;
  background:#341c44;
  color:#fff;
  display:inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 0 0 8px;
  border-radius: 16px;
  padding:0;
}
.social {
  font-size:140%;
  padding-top:15px;
}
.copyright .moduletable{
  position:relative;
  display:block;
  width: calc(100% - 155px);
  float:left;
  text-align:left;
}
.copyright .social{
  position:relative;
  display:block;
  width: 155px;
  float:right;
  text-align:right;
  margin-top:-5px;
}
.copyright .social a{
  margin-left:5px;
  display:block;
  float:right;
}
.maatwerkWrapper{
  position:relative;
  display:block;
  width:100%;
  height:auto;
  background:#541661;
}
.maatwerkContent .mod-custom{
  position:relative;
  display:block;
  width:100%;
  height:auto;
  float:left;
  color:#fff;
  text-align:left;
  line-height:120%;
  font-size:100%;
  text-align:center;
}
.maatwerkContent h5{
  font-size:100%;
  font-weight:bold;
  color:#fff;
  padding: 0;
  margin: 0 0 4px 0;
}
.maatwerkWrapper ul, .maatwerkWrapper li{
  list-style:none;
  padding:0;
  margin:0 3px 3px 3px;
  display:inline-block;
}
.maatwerkWrapper li{
  line-height:44px;
  border-radius:22px;
  border:1px solid #fff;
  padding:0 12px;
  font-weight:700;
  font-size:110%;
  margin:0 3px 6px 3px;
}
.contentRight h3{
  font-size:200%;
}
.mslider-photo-link{
  display: block;
  width: 100%;
  height: 40vh;
  text-align: center;
  overflow: hidden;
}
.content.vervolg .contentSpacer{
  padding:75px 0 35px 0;
  text-align:left;
}
.mslider-item-outer-cont::after {
  content: "";
  display:block;
  width:100%;
  height:45%;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  position:absolute;
  bottom:0;
  z-index:1;
}
.content.vervolg p{
  max-width:100%;
  margin-left:auto !important;
  margin-right:auto !important;
}
.com-content-category-blog__items.blog-items {
  position:relative;
  display:block;
  clear:both;
}
.com-content-category-blog__item.blog-item{
  position:relative;
  display:block;
  clear:both;
  margin:45px 0 15px 0;
}
.com-content-category-blog__item.blog-item figure{
  position:relative;
  display:block;
  width:48%;
  height:auto;
  margin:0;
  padding:0;
  -webkit-box-shadow: 10px 10px 10px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.15);
  -o-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.15);
  -khtml-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 10px 10px 10px 0px rgb(0 0 0 / 15%);
}
.com-content-category-blog__item.blog-item:first-child figure{
  -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 0%);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.0);
  -o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.0);
  -khtml-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 0%);
}
.com-content-category-blog__item.blog-item:nth-child(odd) figure{
  float:left;
}
.com-content-category-blog__item.blog-item:nth-child(even) figure{
  float:right;
}
.com-content-category-blog__item.blog-item .item-content{
  position:relative;
  display:block;
  width:48%;
  height:auto;
  margin:0;
  padding:0;
  text-align:left;
}
.com-content-category-blog__item.blog-item:nth-child(odd) .item-content{
  float:right;
}
.com-content-category-blog__item.blog-item:nth-child(even) .item-content{
  float:left;
}
.content.vervolg h2{
  font-size:200%;
  margin-top: 35px;
  margin-bottom: 25px;
}
.com-content-category-blog__item.blog-item:after, .com-content-category-blog__items.blog-items:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.ctaContent {
  position:relative;
  display:block;
  background: #341c44;
  height:auto;
  width:100%;
  padding:35px;
  margin:15px 0 65px 0;
}
.ctaContent h4{
  color:#fff;
  font-size:180%;
  font-weight:800;
  letter-spacing:-0.25px;
  line-height:110%;
  margin:0 0 10px 0;
}
.ctaContent {
  line-height:110%;
}
.ctaContent .ctaButton{
  margin-left: auto;
  margin-right: auto;
}
.content.vervolg ul{
  margin-top:-10px;
  padding-top:0;
}
.content .left.item-image{
  position:relative;
  display:block;
  float:right;
  widtH:45%;
  margin:0 0 25px 25px;
}
.item-page .com-content-article__body{
  width:calc(54% - 25px);
}
.item-page.fullwidth .com-content-article__body{
  width:100%;
}
.com-content-article__body p{
  max-width:1200px;
  margin-left:auto !important;
  margin-right:auto !important;
}
.impressionContent .left.item-image{
  position:relative;
  display:block;
  float:right;
  widtH:45%;
  margin:0 0 25px 25px;
}
.content .left.item-image img, .contentSpacer iframe{
  background:#fff;
  display:block;
  width:100%;
  padding:8px;
  -webkit-box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.20);
  -o-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.20);
  -khtml-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 20%);
}
.impressionWrapper.sociaal{
  color:#fff;
}
.impressionWrapper.ativiteiten{
  background:none;
}
.activiteiten ul.sigProElegant li.sigProThumb, .activiteiten ul.sigFreeContainer.sigFreeClassic li.sigFreeThumb{
  display:inline-block;
  width:12%;
  float:none;
}
.activiteiten ul.sigFreeClassic{
  display: block;
  width: auto;
  float: none;
  margin: 0 auto !important;
  position: relative;
  text-align: center;
}
.content.vervolg .page-header h1{
  font-weight:700;
  margin-top:-25%;
  color:#fff;
  margin-bottom:17%;
  text-shadow: 5px 5px 15px #341c44;
}
.com-content-article__body .moduletable{
  position: relative;
  display: block;
  width: 100%;
  background: #341c44;
  color:#fff;
  padding:35px;
  border:3px double #eef0f1;
  border-radius:5px;
}
.com-content-article__body .moduletable h3{
  color:#fff;
  text-align:center;
  margin-top:0;
}
.logo_FFC{
  display: block;
  width: 25%;
  max-width:400px;
  float: right;
  margin: 25px 0 25px 25px;
}
.visforms .category-desc{
  text-align:center;
}
.visform.defaultform {
  position:relative;
  display:block;
  width:auto;
  max-width:640px;
  padding:30px;
  margin:35px auto;
  background:#fff;
  border-radius:5px;
  -webkit-box-shadow: 3px 10px 10px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 3px 10px 10px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 3px 10px 10px 0px rgba(0,0,0,0.1);
  -khtml-box-shadow: 3px 10px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 3px 10px 10px 0px rgb(0 0 0 / 10%);
}
.inputbox.visCSSinput  {
  display:block;
  float:none;
  border:1px solid #e8eaec;
  background: #fbfbfb !important;
  position:relative;
  font-size:100%;
  line-height:40px;
  height:40px;
  padding:5px;
  clear:both;
  width:100%;
  margin:1px 0 9px 0;
}
textarea.inputbox.visCSSinput  {
  display:block;
  float:none;
  height:170px;
  min-height:170px;
  resize:vertical;
}
.visBtnCon input.btn {
  border:1px solid #fff;
  min-width:33.33%;
  color:#fff;
  font-size:98%;
  font-weight:700;
  background:#07a183;
}
.content.light.vervolg a{
  color:#341c44;
  text-decoration:underline;
}
.content.light.vervolg a:hover{
  opacity:0.75;
}
.visform:not(.bt5):not(.uikit3) label.error{
  background:#341c44;
  color:#fff;
  font-size:11px;
}
.visform:not(.bt5):not(.uikit3) p.errorcontainer:after {
  margin-left: 15%;
  border-top: 8px solid #341c44;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  margin-bottom: 0;
}
.visform:not(.bt5):not(.uikit3) label.error {
  font-size: 11px;
  display: inline-block !important;
  max-width: 90%;
  margin: 0 0 0 10%;
}
.visCSSlabel{
  width:100%;
}
.sbb{
  max-width:78px;
  width:78px !important;
  height:78px !important;
}
.massages .mod-articlesnews.newsflash{
  position:relative;
  display:block;
  margin:25px auto 0 auto;
  max-width:1200px;
}
.massages .mod-articlesnews__item {
  position:relative;
  display:inline-block;
  width:32%;
  text-align:center;
  height:auto;
  font-weight:bold;
  margin:65px auto 0 auto;
  font-size:110%;
}
.massages .mod-articlesnews__item figure {
  position:relative;
  display:block;
  width:auto;
  padding:0;
  margin:0 0 25px 0;
}
.massages .mod-articlesnews__item figure img {
  position:relative;
  display:block;
  width:320px;
  height:320px;
  border-radius:160px;
  border:2px solid #fff;
  padding:0;
  margin:0 auto 10px auto;
}
.massages .mod-articlesnews__item a{
  text-decoration:none;
  opacity:1;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.massages .mod-articlesnews__item a:hover{
  text-decoration:none;
  opacity:0.75;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.massages .mod-articlesnews__item a:hover figure img {
  border:2px solid #85768f;
}
.com-content-category-blog.blog{
  text-align:center;
}
.content.home h1::before, .maatwerkContent h3::before {
  content: url(../images/pure-coaching-icon.svg);
  width: 44px;
  height: auto;
  display:block;
  margin:0 auto 12px auto;
}
img.sigFreeImg {
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.content.vervolg ul.sigFreeClassic li.sigFreeThumb {
    float: left;
    background: #fff !important;
    margin: 0 1px 1px 0;
    padding: 0;
    list-style: none !important;
    display: block;
    width: 200px;
}
img.partner{
  display: block;
  float: right;
  height: auto;
  width: 110px;
  background:#fff;
  padding:5px;
}
a.socialLink{
  line-height: 60px;
  margin-right: 10px;
  font-size: 130%;
  margin-top: 12px;
}
blockquote{
  position:relative;
  display:block;
  clear:both;
  text-align:center;
  font-style:italic;
  font-size:140%;
  line-height:120%;
  padding:0;
  margin:25px 0 35px 0;
}
blockquote p:before, blockquote p:after {
  content: '“';
  font-size: 300%;
  opacity: 0.2;
  display: inline-block;
  margin: 0px 10px -10px 10px;
  line-height: 38px;
  vertical-align: middle;
  color:#07a183;
}
blockquote p:after {
  content: '”';
  margin: 0px 10px -65px 0px;
}
.technieken .mod-articlesnews__item{
  font-weight:700;
  border:1px solid #c0aecb;
  border-radius:50px;
  display:inline-block;
  line-height: 120%;
  padding: 0;
  margin: 12px 8px;
  font-size:95%;
}
.technieken .mod-articlesnews__item a{
  padding: 8px 25px;
  text-decoration:none;
  display:block;
}
.technieken .mod-articlesnews__item a:hover{
  opacity:0.65;
}
.mod-articlesnews.newsflash, .maatwerkContent .moduletable{
  width: 98%;
  max-width: 1550px;
  margin: 20px auto 0 auto;
}
.moduletable.reviews{
  margin-top:45px;
}
.cont128 p{
  font-style:italic;
  line-height:130% !important;
}
@media (orientation: landscape) {
  .blockSpacer .bannerText {padding: 32vh 0 28vh 0;}
}
@media (orientation: portrait) {
  .blockSpacer .bannerText {padding: 14vh 0;}
}
@media all and (max-width:2950px){
  .content.vervolg .page-header h1{margin-top:-20%; margin-bottom:18%;}
}
@media all and (max-width:2500px){
  .moduletable.vervolg .mod-randomimage{margin-top:30px;}
}
@media all and (max-width:2300px){
  .content.vervolg .page-header h1{margin-top:-18%; margin-bottom:11%;}
}
@media all and (max-width:1750px){
  .content.vervolg .page-header h1{margin-top:-17%; margin-bottom:9%;}
}
@media all and (max-width:1500px){
  body{padding-top:160px;}
  .content.vervolg .page-header h1{margin-top:-18%; margin-bottom:9%;}
  .moduletable.vervolg .mod-randomimage { margin-top: 2px;}
}
@media all and (max-width:1400px){
  header nav {width:72%;}
  .content.vervolg .page-header h1{margin-top:-19%; margin-bottom:9%;}
}
@media all and (max-width:1300px){
  body {font-size: 18px;}
  .content.vervolg .page-header h1{margin-top:-20%; margin-bottom:9%;}
  .massages .mod-articlesnews__item figure img {width:270px; height:270px; border-radius:135px;}
}
@media all and (max-width:1240px){
  body {font-size: 16px;}
  header nav a {line-height: 75px;}
  .content.vervolg .page-header h1{margin-top:-26%; margin-bottom:14%;}
}
@media all and (max-width:1100px){
  body {font-size: 15px;}
  .prijzen .newsflashItemInner{margin:10px;}
  .content.vervolg .page-header h1{margin-top:-240px; margin-bottom:120px;}
}
@media all and (max-width:1000px){
  body{padding-top:134px;}
  header .logoDiv {width: 200px;}
  header .ctaMenu { width: calc(100% - 200px);}
  header .ctaMenu{margin-top:20px;}
}
@media all and (max-width:975px){
  .prijzen .newsflashItemInner{margin:8px;}
  .massages .mod-articlesnews__item figure img {width:220px; height:220px; border-radius:110px;}
}
@media all and (max-width:930px){
  body {font-size: 14px;}
  .impressionWrapper ul.sigFreeClassic li.sigFreeThumb{width: 34% !important; margin: 0px 1px 0px 1px;}
  .bannerText h3 {font-size:500%;}
  .banners .custom p:nth-child(2){font-size:110%;}
  .ctaMenu li a {margin: 0 1%;}
}
@media all and (max-width:890px){
  body {font-size: 14px;}
  .prijzen .newsflashItem{width:50%;}
  div.links, div.rechts{width:100%;float:none;clear:both;}
  .team .newsflashItem {float:none !important; width:100% !important;clear:both;}
  .telnr{width:35%;}
  header nav a {line-height:70px;}
  .footer {padding-top: 75px;}
  .content, .impressionContent, .maatwerkWrapper {padding: 75px 0;}
  .footer-1, .footer-2, .footer-3{clear:both;width:100%;float:none;text-align:center;margin-top:25px;padding-left:10px;padding-right:10px;}
  .logoFooter{margin:15px auto 20px auto;float:none;}
  .footer a.ctaButton {display:inline-block;}
  .footer h4{margin:0 auto;max-width:380px;}
  .footer-2 table{display: inline; margin: 0 auto; float: none;}
  .footer .ctaButton{margin-top:15px;margin-bottom:20px;}
  .content.vervolg .page-header h1{margin-top:-200px; margin-bottom:100px;}
  .sbb{ max-width:64px; width:64px !important; height:64px !important; float:none !important; margin:4px auto 10px auto;}
  .copyright .social, .copyright .moduletable {width:100%;text-align:center;clear:both;}
  .copyright .social a {float:none;}
  img.partner{display:inline;float:none;}
  .footer-2 ul, .footer-2 li{list-style:none;padding:0;}
  .footer-2 li{list-style:none;padding:0;margin:0 auto 5px auto;}
}
@media all and (max-width:840px){
  .com-content-category-blog__item.blog-item figure{width:100%; margin:0 0 35px 0;float:none !important;}
  .com-content-category-blog__item.blog-item .item-content{width:100%; margin:15px 0 0 0;float:none !important;}
  .content.vervolg .contentSpacer { padding: 35px 50px;}
  .massages .mod-articlesnews__item {width:49%;}
  .footer-2 ul, .footer-2 li{list-style:none;margin:0;padding:0;}
  .footer-2{margin:35px auto;}
}
@media all and (max-width:767px){
  body{padding-top:130px;}
  header .logoDiv {width: 170px;margin:0 auto;float:none;position:relative;}
  header .ctaMenu { width: calc(100% - 150px);}
  header .main { padding-top: 25px;}
  header.smaller .logoDiv {width: 170px;}
  .contentLeft, .contentRight{width:100%; max-width:100%;height:auto;float:none;clear:both;} 
  .contentRight {margin-top:55px;}
  .uspOpsomming li { display: inline-block; clear: none; margin: 0px 5px 9px 10px; width: auto; float: none; white-space: nowrap; padding: 0px 15px 2px 0;}
  .uspOpsomming ul { text-align:center;}
  .contentRight h3{text-align:center;font-size:250%;}
  .topright{padding:1px 0;}
  .content .left.item-image, .impressionContent .left.item-image {width:100%;float:none;margin:0 auto 25px auto;}
  .activiteiten ul.sigProElegant li.sigProThumb, .activiteiten ul.sigFreeContainer.sigFreeClassic li.sigFreeThumb, .impressionWrapper ul.sigFreeClassic li.sigFreeThumb{width:25% !important;}
  header .main, header.smaller .main{padding:14px 0 4px 0;}
  header .logoDiv, header.smaller .logoDiv {float:left; margin-left:10px;}
  .item-page .com-content-article__body{width:100%;}
}
@media all and (max-width:640px){
  .prijzen .newsflashItem{width:100%;float:none;clear:both;}
  .telnr {width:50%;}
  header nav a {margin-left:10px;font-size:125%;line-height: 60px;}
  .content .inner{padding:30px 0;}
  .logoFooter{margin:30px auto;}
  header .container, .content .inner{width:92%;}
  .logoFooter{width:65%;max-width:270px;}
  .producten .newsflashItem{clear:both;margin-bottom:10px;float:none;width:100%;}
  div.catalogus, div.badkamer, div.keuken, div.tegels {width:48%;height:230px;}
  div.badkamer img, div.catalogus img, div.keuken img, div.tegels img, div.showroom img {width:100%;height:230px;}
  div.showroom {width:100%;height:230px;clear:both;}
  .banners .custom p:nth-child(2){font-size:100%;}
  .content.vervolg .page-header h1{margin-top:-185px; margin-bottom:90px;}
  .logo_FFC { width: 60%; max-width: 200px; float: none; margin: 0px auto 25px;}
}
@media all and (max-width:560px){
  body {font-size: 14px;}
  header nav a {margin-left:8px;font-size:110%;line-height: 55px;}
  div.social img{width:auto;height:32px;}
  .impressionWrapper ul.sigFreeClassic li.sigFreeThumb{width: 40% !important; margin: 0px 1px 4px 1px;}
  .bannerText h3 {font-size:400%;}
  .moduletable.vervolg img{height:160px;width:auto !important;}
  .moduletable.vervolg .mod-randomimage.random-image{display:block;overflow:hidden;}
  .content.vervolg .page-header h1{margin-top:-180px; margin-bottom:100px;}
  .massages .mod-articlesnews__item {width:100%;}
}
@media all and (max-width:480px){
  .bannerText h3 {font-size:300%;}
  .footer {padding-top: 50px;}
  .content, .impressionContent, .maatwerkWrapper {padding: 50px 0;}
  div.catalogus, div.badkamer, div.keuken, div.tegels {width:48%;height:210px;}
  div.badkamer img, div.catalogus img, div.keuken img, div.tegels img, div.showroom img {width:100%;height:210px;}
  div.showroom {width:100%;height:210px;clear:both;}
  .content.vervolg .contentSpacer { padding: 35px 35px;}
  .content.vervolg h1{font-size:210%;}
  .impressionWrapper h3, .maatwerkWrapper h3 { margin: 0 0 20px 0;}
}
@media all and (max-width:420px){
  h2, h3 { font-size: 180%;}
  .content.vervolg .page-header h1 { margin-top: -190px; margin-bottom: 90px; }
  .content.vervolg h1{font-size:180%;}
  .content.vervolg h1{padding:22px;}
  .visBtnCon input.btn{width:100%;}
  .contentSpacer, .footer .contact{width:84%;}
  .content.vervolg .contentSpacer{padding:25px 0;}
  h1{font-size:180%;}
  h2, h3 { font-size: 180%;line-height:99%;}
  .impressionWrapper h3, .maatwerkWrapper h3{padding:0 10px;}  
}
@media all and (max-width:370px){
  body {font-size: 13px;}
}
@media all and (max-width:320px){
  body {font-size: 12px;}
  header nav a {margin-left:6px;font-size:100%;line-height: 45px;}
  .bannerText h3 {font-size:240%;}
}