<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* general styles */
html, body, h1, h2, h3, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #bee1db;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #998f89;
}

a{
  outline: 0;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

.clear{
  clear: both;
}


div.container{
  width: 100%;
  margin: 0px;
}

/*      HEADER      */
header{
  position: relative;
  margin: 0px;
  width: 1122px;
  height: 122px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

div.headerOverlay{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1122px;
  height: 555px;
  background-image: url("../images/header_overlay.png");
  background-repeat: no-repeat;
  background-size: 1122px auto;
}

div.menuHolder{
  position: absolute;
  top: 67px;
  width: 100%;
  z-index: 3;
}
nav{
  width: 1000px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}
nav ul{
  width: 500px;
  height: 55px;
}
nav ul.leftMenu{
  float: left;
  text-align: left;
}
nav ul.leftMenu li{
  float: left;
  display: block;
}
nav ul.rightMenu{
  float: right;
  text-align: right;
}
nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  color: #776961;
  font-size: 15px;
  font-weight: 400;
  height: 55px;
  line-height: 55px;
  margin-right: 23px;
  cursor: pointer;
}

nav ul li.menuArrow{
  padding-right: 17px;
  background-image: url("../images/menu_arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}

nav ul li a{
  display: block;
  height: 100%;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

nav ul li.homeButton{
  margin-left: 20px;
}
nav ul.leftMenu&gt;li:nth-child(3){
  display: none;
}
nav ul li ul{
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  left: -10px;
  top: 55px;
  text-align: left;
  background-color: #FFFFFF;
  width: 160px;
}
nav ul li:hover&gt;ul{
  display: block;
}
nav ul li ul li{
  display: block;
  position: relative;
  float: none;
  list-style-type: none;
  text-transform: none;
  color: #776961;
  border-bottom: solid 1px #f1f1f1;
  font-size: 14px;
  height: 34px;
  width: 100%;
  font-weight: 400;
  line-height: 34px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  box-sizing: border-box;
}
nav ul li ul li a{
  display: block;
  padding-left: 17px;
  padding-right: 17px
}
nav ul li ul li:last-of-type{
  border-bottom: solid 0px #f1f1f1;
}
nav ul li ul li:hover{
  color: #FFFFFF;
  background-color: #776961;
}
nav ul li ul li ul{
  left: 160px;
  top: 0px;
}
nav ul li ul li:hover ul{
  display: block;
}

nav ul li ul li ul li{
  height: 35px;
  line-height: 35px;
}




ul.leftMenu li.menuButton{
  display: none;
}

header img.logo{
  display: block;
  top: 11px;
  position: relative;
  width: 300px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}


/*      CONTENT      */
div.slideShowHolder{
  position: relative;
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  background-color: #FFFFFF;
  z-index: 1;
}
div.slideShow{
  height: 433px;
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
div.slideShow img{
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
}

div.mainContent{
  position: relative;
  width: 1122px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  background-color: #FFFFFF;
}

div.centerContent{
  position: relative;
  width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

div.content{
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
article{
  text-align: left;
}

article h1{
  margin: 0px;
  padding: 0px;
  height: 100px;
  line-height: 100px;
  font-size: 29px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #f4f3f3;
  color: #776961;
  text-align: center;
}
article h1 span.thin{
  font-weight: 300;
}
article h2{
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
article div.priceList h2{
  margin-top: 20px;
}

article div.textCol{
  float: left;
  width: 300px;
  margin-left: 30px;
  margin-top: 40px;
}
article div.textCol:last-of-type{
  padding-right: 36px;
  border-right: 2px dotted #cce8e3;
}
article p{
  min-height: 10px;
  text-align: left;
}
article p a, article ul a, article ol a{
  color: #82bbb2;
  text-decoration: none;
}
article p a:hover, article ul a:hover, article ol a:hover{
  color: #5d9f97;
}
article ol, article ul{
  margin-left: 15px;
}


aside{
  float: left;
  margin-top: 40px;
  width: 273px;
  margin-left: 31px;
  margin-right: 23px;
}
aside img{
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
aside h3{
  color: #776961;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
}
aside ul{
  list-style: none;
  margin-left: 10px;
  margin-bottom: 30px;
}
aside ul li{
  background-image: url("../images/dot.gif");
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 25px;
  color: #82bbb2;
  font-size: 13px;
}

aside ul li:hover{
  background-image: url("../images/dot-over.gif");
  color: #5d9f97;
}
aside ul li a{
  color: inherit;
  text-decoration: none;
}


/*      HOME      */
div.homeBlocksHolder{
  position: relative;
  width: 100%;
  height: 73px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f4f3f3;
  z-index: 3;
}
div.homeBlocks{
  position: absolute;
  top: -44px;
  left: 24px;
  width: 1002px;
  height: 116px;
  margin-left: auto;
  margin-right: auto;
}
.homeBlock{
  display: block;
  float: left;
  position: relative;
  width: 334px;
  height: 116px;
  color: #FFFFFF;
  text-align: left;
  background-color: #a1d2ca;
  text-decoration: none;
}
.homeBlock img.thumb{
  display: block;
  float: left;
  position: relative;
  width: 94px;
  height: 94px;
  border: 11px solid #FFFFFF;
}
.homeBlock span.title{
  display: block;
  float: left;
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-left: 18px;
  margin-top: 21px;
  margin-bottom: 10px;
  width: 180px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.homeBlock span.text{
  display: block;
  float: left;
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-left: 18px;
  width: 155px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.homeBlock.noPic{
  background-color: #5d9f97;
  text-align: center;
}
.homeBlock.noPic span.title{
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: 10px;
  width: 298px;
}
.homeBlock.noPic span.text{
  margin-left: 18px;
  margin-right: 18px;
  width: 298px;
  font-size: 18px;
  line-height: 26px;
}
.homeBlock.noPic span.text span{
  padding-right: 18px;
  font-size: 20px;
}
.homeBlock.noPic span.text a{
  color: inherit;
  text-decoration: none;
}
.homeBlock img.homeBlockMore{
  position: absolute;
  right: 10px;
  bottom: 8px;
}


article.home div.textCol{
  width: 200px;
}
article.home a.image{
  display: block;
  float: left;
  width: 165px;
  margin-left: 30px;
  margin-top: 40px;
}
article.home a.image img{
  width: 100%;
}

img.homeNote{
  display: inline-block;
}

aside.home{
  margin-left: 36px;
}


/*      PRIJSLIJST      */
article.prices h2{
  width: 270px;
  height: 35px;
  padding-left: 40px;
  line-height: 35px;
  color: #FFFFFF;
  font-size: 16px;
  background-image: url("../images/prices.jpg");
  background-repeat: no-repeat;
}
div.priceListCol{
  width: 310px;
  margin-left: 30px;
  float: left;
}
div.priceList{
  width: 310px;
}
div.treatment{
  width: 302px;
}
div.treatment p{
  min-height: 20px;
  line-height: 20px;
}
div.treatment p.name{
  width: 210px;
  min-height: 20px;
  line-height: 20px;
  float: left;
}
div.treatment p.price{
  width: 92px;
  float: right;
  text-align: right;
}
div.treatment p.price span{
  width: 45px;
  display: inline-block;
  float: left;
  text-align: right;
}
div.treatment p:nth-of-type(3){
  color: #5d9f97;
}


/*      NEWS      */
div.newsHolder{
  float: left;
  width: 630px;
  margin-left: 30px;
  margin-top: 15px;
}
div.newsHolder div{
  width: 630px;
  border-bottom: 2px dotted #cce8e3;
  padding-bottom: 25px;
  margin-top: 25px;
}
div.newsHolder div:last-child{
  border: none;
}
div.newsHolder div a.image{
  display: block;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}
div.newsHolder div h2{
  margin-top: 0px;
}
div.newsHolder div p.date{
  color: #5d9f97;
  font-size: 14px;
  font-weight: 300;
}
div.newsHolder div p{
  overflow: hidden;
}


div.newsHolder div.archive{
  width: auto;
  float: left;
  margin-top: 15px;
  font-size: 19px;
  font-weight: 700;
  border: none;
}
div.newsHolder div.pageNav{
  width: auto;
  float: right;
  margin-top: 15px;
  font-size: 19px;
  font-weight: 700;
  border: none;
}
div.pageNav a, div.archive a{
  display: inline-block;
  color: #998f89;
  text-decoration: none;
}
div.pageNav a{
  margin-left: 15px;
}
div.pageNav a:hover, div.pageNav a.active, div.archive a:hover, div.archive a.active{
  color: #82bbb2;
}


/*      TEAM      */
div.employeeHolder{
  margin-top: 80px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
div.employee{
  margin-bottom: 40px;
}
div.employeeHolder div.employee div.imageHolder{
  width: 250px;
  height: 250px;
  border-radius: 125px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
div.employeeHolder div.employee div.info{
  padding-left: 300px;
}
div.employeeHolder div.employee div.info h2{
  margin-bottom: 0px;
  text-transform: none;
}
div.employeeHolder div.employee div.info h3{
  margin-bottom: 20px; 
  color: #5d9f97;
  font-weight: 400;
  font-size: 1em;
}



/*      CONTACT     */
article.contact div.textCol{
  width: 630px;
  float: left;
}

div.contactForm{
  margin-top: 25px;
  width: 630px;
  border-top: 2px dotted #cce8e3;
  padding-top: 30px;
}
input.inputText{
  display: block;
  float: left;
  position: relative;
  background-color: #FFFFFF;
  height: 33px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 33px;
  width: 298px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border: solid 1px #aed9d2;
}
input.inputText:nth-of-type(2n+1){
  margin-right: 0px;
}
textarea.inputArea{
  display: block;
  float: left;
  position: relative;
  background-color: #FFFFFF;
  height: 150px;
  font-family: 'Lato';
  font-size: 14px;
  width: 618px;
  margin-bottom: 10px;
  padding: 5px;
  border: solid 1px #aed9d2;
}
input.inputText.error, textarea.inputArea.error{
  background-color: #a8a3b4;
  color: #FFFFFF;
}
input.submitButton{
  background: none;
  color: #FFFFFF;
  background-image: url("../images/submit_bg.png");
  background-repeat: no-repeat;
  font-family: 'Lato';
  font-size: 14px;
  text-transform: uppercase;
  height: 29px;
  width: 140px;
  line-height: 29px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 35px;
  border: none;
  cursor: pointer;
  float: right;
}

aside.contact{
  border: none;
}
aside.contact h2{
  margin-top: 0px;
  margin-bottom: 3px;
}
aside.contact p{
  line-height: 22px;
  margin-bottom: 39px;
}
aside.contact a.route{
  display: inline-block;
  background-image: url("../images/dot.gif");
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 25px;
  color: #82bbb2;
  text-transform: uppercase;
  text-decoration: none;
}

aside.contact a.route:hover{
  background-image: url("../images/dot-over.gif");
  color: #5d9f97;
}

/*      FOOTER      */
footer{
  width: 100%;
}
div.footerInfo{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 66px;
  padding-right: 66px;
  width: 990px;
  height: 150px;
  background-color: #e4f3f0;
  color: #5d9f97;
  font-size: 13px;
  line-height: 20px;
  border-bottom: solid 20px #FFFFFF;
}
div.footerInfo div.times{
  float: left;
  width: 454px;
  margin-top: 35px;
}
div.footerInfo div.times h3{
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
div.footerInfo div.times p{
  float: left;
  width: 227px;
}
div.footerInfo div.times p span{
  display: block;
  float: left;
}
div.footerInfo div.times p span:nth-child(odd){
  width: 32px;
}
div.footerInfo div.times p span:nth-child(even){
  width: 195px;
}

div.footerInfo div.contact{
  float: left;
  width: 250px;
  margin-top: 39px;
  color: #776961;
}
div.footerInfo div.contact span{
  display: block;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left 3px;
}
div.footerInfo div.contact span.phone{
  background-image: url("../images/icon-phone.png");
}
div.footerInfo div.contact span.mail{
  background-image: url("../images/icon-mail.png");
}
div.footerInfo div.contact span.address{
  background-image: url("../images/icon-adres.png");
}
div.footerInfo div.contact span.social{
  padding-left: 0px;
  line-height: 20px;
}
div.footerInfo div.contact span.social a{
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-image: url("../images/facebook-icon.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-left: 4px;
}
div.footerInfo div.contact span.social a.instagramLink{
  background-image: url("../images/instagram-icon.svg");  
}

div.footerInfo div a{
  color: inherit;
  text-decoration: none;
}
div.footerInfo div.socialHolder{
  float: left;
  margin-top: 44px;
}
div.footerInfo div.socialHolder img{
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}

div.instagramHolder{
  font-size: 0px;
  line-height: 0px;
  position: relative;
  background-color: #FFF; 
  text-align: center; 
}
div.instagramHolder a{
  display: inline-block;
  width: 12.5%;
  height: 0px;
  padding-top: 12.5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

div.copyright{
  position: relative;
  font-size: 12px;
  line-height: 1.4em;
  color: #5d9f97;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
div.copyright a{
  color: #39766f;
  text-decoration: none;
}</pre></body></html>