<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Groen: #73aa5b;
Blauw: #233054;
*/


/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6em;
  color: #000;
  background-color: #FFF;
  letter-spacing: 2px;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

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

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}


div.container{
  width: 100%;
  margin: 0px;
  padding: 0px;
}
div.centerContent{
  width: 1124px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}

.textTable{
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.textCell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/*      HEADER      */
header{
  width: 100%;
  z-index: 2;
  position: relative;
  font-family: 'Patrick Hand SC', cursive;
  border-bottom: solid 1px #000;
  padding-bottom: 20px;
}

header h4{
  background-color: #313131;
  text-align: center;
  height: 90px;
  line-height: 90px;
  border-bottom: solid 1px #FFF;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  font-size: 2.2em;
  letter-spacing: 2px;
}

div.menuHolder{
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  background-color: #313131;
  color: #c8ab3e;
  box-sizing: border-box; 
  font-size: 1.6em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
div.menuText{
  color: #e7e2d0;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}
div.menuHolder img{
  display: inline-block;
  height: 10px;
  vertical-align: middle;
}
div.menuHolder nav{
  position: relative;
  box-sizing: border-box;
  display: inline-block;
}
div.menuHolder nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  margin: 0px;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  border-left: solid 1px #FFF;
}
div.menuHolder nav ul li:hover{
  color: #FFF;
}

div.menuHolder nav ul li:first-child{
  border: none;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}


a.logoHolder{
  width: 520px;
  padding-top: 65px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a.logoHolder img{
  width: 100%;
  display: block;
}

div.tagHolder{
  text-align: center;
  margin-top: 40px;
}
div.tagHolder a{
  color: #c8ab3e; 
  font-size: 1.2em;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  display: inline-block;
  padding-left: 6px;
  padding-right: 2px;
  border-left: solid 1px #313131;
}
div.tagHolder a:first-child{
  border: none;
  padding-left: 2px;
}

/*      CONTENT      */
div.mainContent{
  margin-top: 100px;
  margin-bottom: 60px;
}

article{
  width: 100%;
  box-sizing: border-box;  
}
article h1{
  font-family: 'Fjalla One', sans-serif;
  font-size: 3.27em;
  letter-spacing: 2px;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;  
}

div.imageHolder{
  width: 100%;
  margin-bottom: 30px;
}
div.imageHolder img{
  width: 100%;
  display: block;
}
div.textHolder{
}
div.textCol{
  width: 48%;
  float: left;
  margin-right: 4%;
  box-sizing: border-box;
}
div.textCol.last{
  margin-right: 0px;
}
article p{
}
article p a, article ul a, article ol a{
  color: #73aa5b;
}
article p a:hover, article ul a:hover, article ol a:hover{
  text-decoration: underline;
}
article div.textCol ul,
article div.textHolder ul{
  margin-left: 20px;
}
article div.textCol ul li,
article div.textHolder ul li{
  color: #73aa5b;
  padding-bottom: 5px;
}

div.staff{
  text-align: center;
  border-top: solid 1px #000;
  margin-top: 80px;
  padding-top: 80px;
}
div.staffMember{
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-right: 25px;
}
div.staffMember:nth-child(1),
div.staffMember:nth-child(2){
  width: 35%;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 6%;
}
div.staffMember div.imageHolder{
  width: 250px;
  height: 250px;
  border-radius: 125px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.staffMember:nth-child(1) div.imageHolder,
div.staffMember:nth-child(2) div.imageHolder{
  width: 310px;
  height: 310px;
  border-radius: 155px;
}
div.staffMember h2{
  font-size: 1.72em;
  line-height: 1.3em;
  display: block;
  font-family: 'Fjalla One', sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
div.staffMember h3{
  font-size: 0.9em;
  display: block;
  color: #6d6b6b;
  text-transform: uppercase;
  font-family: 'Patrick Hand SC', cursive;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 5px;
}

/*      BLOG      */
div.blogHolder{
}
div.blogHolder a{
  width: 31%;
  margin-right: 3.5%;
  display: block;
  margin-bottom: 3.5%;
  text-align: center;
  float: left;
  position: relative;
}
div.blogHolder a:nth-child(3n){
  margin-right: 0px;
}
div.blogHolder a:nth-child(3n+1){
  clear: both;
}
div.blogHolder a span.imageHolder{
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 66.5%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.blogHolder a span.tags{
  color: #000;
  text-transform: uppercase;
  font-family: 'Patrick Hand SC', cursive;
  font-size: 1.27em;
  display: block;
  line-height: 30px;
  letter-spacing: 2px;
}
div.blogHolder a span.tags span{
  color: #c8ab3e; 
}
div.blogHolder a span.textHolder{
  display: block;
  padding: 12px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
div.blogHolder a span.textHolder span.title,
aside a span.textHolder span.title{
  font-size: 1.72em;
  line-height: 1.3em;
  display: block;
  font-family: 'Fjalla One', sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
aside a span.textHolder span.title{
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 0px;
  color: #ccb66c;
}
div.blogHolder a span.textHolder span.text{
  display: block;
  letter-spacing: 1px;
  min-height: 85px;
}
div.blogHolder a span.textHolder span.text span.more{
  text-transform: uppercase;
  font-weight: 700;
  color: #ccb66c;
  white-space: nowrap;
}
div.blogHolder a span.textHolder span.date,
aside a span.textHolder span.date{
  font-size: 0.9em;
  display: block;
  color: #6d6b6b;
  text-transform: uppercase;
  font-family: 'Patrick Hand SC', cursive;
  letter-spacing: 1px;
  padding-top: 10px;
}
aside a span.textHolder span.date{
  padding-top: 0px;
}
div.pageNav{
  text-align: center;
  margin-top: 30px;
}
div.pageNav a{
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #c8ae54;
}
div.pageNav a.active{
  background-color: #25231e;
}

div.mainContent.blog article{
  width: 737px;
  float: left;
  text-align: center;
}
div.mainContent.blog article h1{
  margin: 0px;
}
div.mainContent.blog article span.date{
  font-size: 0.9em;
  display: block;
  color: #6d6b6b;
  text-transform: uppercase;
  font-family: 'Patrick Hand SC', cursive;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.mainContent.blog div.imageHolder.double img{
  width: 48%;
  float: left;
}
div.mainContent.blog div.imageHolder.double img:first-child{
  margin-right: 4%;
}

div.mainContent.blog div.textHolder{
  margin-bottom: 30px;
}
div.mainContent.blog div.textHolder h2{
  font-size: 1.63em;
  line-height: 1.2em;
  font-weight: 400;
  font-family: 'Fjalla One', sans-serif;
  margin-bottom: 15px;
}

div.mainContent.blog div.quote h3{
  font-size: 2.54em;
  line-height: 1.4em;
  font-weight: 400;
  font-family: 'Fjalla One', sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
div.mainContent.blog div.quote h4{
  font-size: 1.63em;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
}

div.mainContent.blog aside{
  width: 347px;
  float: right;
}
div.mainContent.blog aside div.sideBlock{
  border-bottom: solid 1px #000;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}
div.mainContent.blog aside div.sideBlock:first-child{
  padding-top: 0px;
  padding-bottom: 10px;
}
div.mainContent.blog aside div.sideBlock p{
  font-size: 1.73em;
  line-height: 1.4em;
  font-weight: 400;
  font-family: 'Fjalla One', sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
div.mainContent.blog aside div.sideBlock.tags a{
  color: #c8ab3e;
  text-transform: uppercase;
  font-family: 'Patrick Hand SC', cursive;
  font-size: 1.27em;
  display: inline-block;
  line-height: 1em;
  letter-spacing: 2px;
}
div.mainContent.blog aside div.sideBlock.info a,
div.mainContent.blog aside div.sideBlock.info span{
  text-transform: uppercase;
  font-family: 'Patrick Hand SC', cursive;
  font-size: 1.27em;
  line-height: 1.6em;
  display: block;
  letter-spacing: 2px;
}
div.mainContent.blog aside div.sideBlock.recent a{
  display: block;
  padding-top: 12px;
  padding-bottom: 14px;
  border-bottom: dotted #242423 2px;
}
div.mainContent.blog aside div.sideBlock.recent a:last-child{
  border-bottom: none;
}
div.mainContent.blog aside div.sideBlock.recent a span.imageHolder{
  width: 90px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  display: block;
}
div.mainContent.blog aside div.sideBlock.recent a span.textHolder{
  padding-left: 100px;
  min-height: 60px;
  display: block;
  text-align: left;
}


div.mainContent.blog aside div.sideBlock.instagram{
  padding-bottom: 10px;
}
div.mainContent.blog aside div.sideBlock.instagram span{
  display: block;
}
div.mainContent.blog aside div.sideBlock.instagram span:last-child{
  color: #c8ae54;
}


/*      FOOTER      */
footer{
  width: 100%;
}

div.footerInfo{
  font-family: 'Fjalla One', sans-serif;
  text-align: center;
  background-color: #f9f9f9;
  border-top: solid 1px #000;
  padding-top: 40px;
  padding-bottom: 100px;
}
div.footerInfo a.infoBlock{
  text-transform: uppercase;
  display: block;
  float: left;
  width: 31%;
  margin-right: 3.5%;
  font-size: 1.7em;
  line-height: 1.3em;
  letter-spacing: 2px;
}
div.footerInfo a.infoBlock:nth-child(3n){
  margin-right: 0px;
}
div.footerInfo a.infoBlock span{
  display: block;
}
div.footerInfo a.infoBlock span:last-child{
  color: #c8ae54;
}

div.instagramHolder{
  font-size: 0px;
  line-height: 0px;
  position: relative;
}
div.instagramHolder div{
  position: absolute;
  top: -50px;
  width: 100%;
  text-align: center;
}
div.instagramHolder a{
  display: inline-block;
  width: 140px;
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

div.copyright{
  padding-top: 110px;
  padding-bottom: 20px;
  line-height: 1em;
  text-align: center;
}
div.copyright div.legal{
  font-size: 0.8em;
}
div.copyright div.legal br{
  display: none;
}
div.copyright div.legal p{
  display: inline;
}</pre></body></html>